<Audits>System.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
c4966fb4-224d-4630-9886-a203e097cb49|SearchRequest|SearchRequest|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" EchoToken="Search" TimeStamp="0001-01-01T00:00:00" TraceId="c4966fb4-224d-4630-9886-a203e097cb49">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="50606" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-05-23T00:00:00" End="2026-05-24T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
c4966fb4-224d-4630-9886-a203e097cb49|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-05-21T09:45:30.0887036+01:00" Version="0" EchoToken="Search" TransactionIdentifier="c4966fb4-224d-4630-9886-a203e097cb49" Currency="INR">
  <HotelStays>
    <HotelStay SourceId="63" TotalAmount="792.54" OriginalAmount="777.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="26.8451" Longitude="80.9561" StarRating="0" HotelCode="813923|roop_guest_house" HotelName="Roop Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 Munne Lal</AddressLine>
          </AddressLines>
          <CityName>Lucknow</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/6c/766c79eaca966b1487790d1768292167d9b02245.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="924.12" OriginalAmount="906.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="26.83347046" Longitude="80.91502815" StarRating="1" HotelCode="301479|hotel_nirmal_palace_" HotelName="Nirmal Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>279/87 Pandarida, Charbagh, near N.S.C., Lucknow</AddressLine>
          </AddressLines>
          <CityName>Lucknow</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/50/92507d8dbfdcf9993cc4c946e75fdc1576053592.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1056.72" OriginalAmount="1036.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="26.88912365" Longitude="80.98822861" StarRating="2" HotelCode="831915|oyo_12758_hotel_greenview_inn" HotelName="Hotel Greenview Inn By OYO Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19/382 Indira Nagar, Lucknow 226016</AddressLine>
          </AddressLines>
          <CityName>Lucknow</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/2c/392cd17bc4a3e35b50de92e632323a4767f1b3df.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1091.96" OriginalAmount="1070.55" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="26.8451" Longitude="80.9561" StarRating="3" HotelCode="786375|3244385" HotelName="Yatrik Inn" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>National Highway 507, Near Vyasi Dam, Palan, Zuddo, Kalsi, Lucknow 245158, Uttar Pradesh</AddressLine>
          </AddressLines>
          <CityName>Lucknow</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/d2/c9d298fde87454f531322f8ed8a04d1fc1bb6d75.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1188.30" OriginalAmount="1165.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="26.84066086" Longitude="80.92533717" StarRating="2" HotelCode="450706|hotel_sumitra" HotelName="Hotel Sumitra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>93/32 Grain Market, Near Latouche Road, Ganeshganj, Lucknow 226018</AddressLine>
          </AddressLines>
          <CityName>Lucknow</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/5c/545c3fb60b9d274bde622952b0ade66487c5811e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1452.48" OriginalAmount="1424.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="26.85916337" Longitude="81.02793015" StarRating="3" HotelCode="597293|mint_elite_suites" HotelName="Mint Elite Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>5/429 Viraj Khand, Gomti Nagar, Lucknow 226010, Uttar Pradesh</AddressLine>
          </AddressLines>
          <CityName>Lucknow</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/79/547972ea2fc55623fb963233b3534991f0e840b2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Lucknow.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1584.06" OriginalAmount="1553.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="26.832965" Longitude="80.922833" StarRating="3" HotelCode="287582|hotel_europe_plaza" HotelName="Hotel Europe Plaza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>R-8 Behind Sharma Hotel, Charbagh, Lakhnau 226010, Uttar Pradesh</AddressLine>
          </AddressLines>
          <CityName>Lucknow</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/30/0f30b8926f057d8bc2e67820021647fb8e136a85.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located in Lucknow.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1584.06" OriginalAmount="1553.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="26.8451" Longitude="80.9561" StarRating="0" HotelCode="876170|fabhotel_metro_view" HotelName="Hotel Metro View By FabHotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Munne Lal Dharamshala Road, Opposite Muslim Musafir Khana, Charbagh, Lucknow 226004</AddressLine>
          </AddressLines>
          <CityName>Lucknow</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/17/da1771148ad24d9af087ee0f0259ae730bc7540f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1700.81" OriginalAmount="1667.46" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="26.837112141129" Longitude="80.922441775463" StarRating="3" HotelCode="445600|1853078" HotelName="Hotel Nexus" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>11 Gurudwara Road, Near Bank of Baroda, Naka Hindola, Lucknow 226004, Uttar Pradesh</AddressLine>
          </AddressLines>
          <CityName>Lucknow</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/bc/38bc45213237ab99337b776f34d4cca8cd9ffd20.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Lucknow.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1716.66" OriginalAmount="1683.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="26.83716524" Longitude="80.92193761" StarRating="0" HotelCode="675761|hotel_arjun_international" HotelName="Hotel Arjun International" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>76/24 Gurudwara Road, Naka Hindola, Charbagh, Lucknow 226004</AddressLine>
          </AddressLines>
          <CityName>Lucknow</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/e6/b7e62caa9d281ef411a4a3869ec1656887933854.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1716.66" OriginalAmount="1683.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="26.79747925" Longitude="81.00954909" StarRating="3" HotelCode="350692|shimla_resorts" HotelName="Shimla Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>732 Sultanpur Road, Near Shaheed Path, Lucknow 226002, Uttar Pradesh</AddressLine>
          </AddressLines>
          <CityName>Lucknow</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/0f/6c0fee5744265efc698720ff6c546e4beca8e1de.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1716.66" OriginalAmount="1683.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="26.840949140761" Longitude="80.922499673393" StarRating="3" HotelCode="287581|deep_avadh" HotelName="Deep Avadh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Babysitting,Bar,Business Centre,Coffee Shop,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Meeting Room,Parking,Restaurant,Room Service,Spa,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>Aminabad Road, Naka Hindola, Raniganj, Aminabad, Lucknow 226001, Uttar Pradesh</AddressLine>
          </AddressLines>
          <CityName>Lucknow</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/6a/686a897abb7840cec5f84e648d4b00c7cf0ac8b4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Hotel Deep Avadh to discover the wonders of Lucknow. The hotel has everything you need for a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1848.24" OriginalAmount="1812.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="26.752098616884" Longitude="80.949840835979" StarRating="3" HotelCode="301465|hotel_cosmos__2" HotelName="Hotel Cosmos" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Designated Smoking Area,Elevator,Internet,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Raebareli Road, Near Durga Mandir, Lucknow 226014</AddressLine>
          </AddressLines>
          <CityName>Lucknow</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/f8/24f86b8d111c057770abe166272ca2fec346feda.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Lucknow, Hotel Cosmos puts everything the city has to offer just outside ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1980.84" OriginalAmount="1942.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="26.833810650321" Longitude="80.929814506343" StarRating="3" HotelCode="335310|hotel_golden_sky_" HotelName="Hotel Golden Sky" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Coffee Shop,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Luggage Storage,Meeting Room,Parking,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>21 A P Sen Road, Near K K C Tiraha, Station Road, Charbagh, Lucknow 226001</AddressLine>
          </AddressLines>
          <CityName>Lucknow</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/66/1966f86967b9acd674a93c94a793e6cd70411888.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hotel Golden Sky is a popular choice amongst travelers in Lucknow, whether exploring or just passing...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1980.84" OriginalAmount="1942.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="26.81563121" Longitude="80.90482037" StarRating="0" HotelCode="287576|di_di_hotel_alambagh_" HotelName="Didi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Air Conditioning,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Parking,Room Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>Near Krishna Cinema, Alambagh, Lucknow, Uttar Pradesh</AddressLine>
          </AddressLines>
          <CityName>Lucknow</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/0c/410c5b726c1d19f3bacf477a947f9a4df9817a95.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 1.5-star Di Di Hotel Alambagh offers comfort and convenience whether you're on business or holid...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1980.84" OriginalAmount="1942.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="26.83307337" Longitude="80.92070899" StarRating="3" HotelCode="301467|hotel_shelter__2" HotelName="Hotel Shelter" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Air Conditioning,Business Centre,Concierge,Designated Smoking Area,Elevator,Meeting Room,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>76/279/43, Behind old bus station, Near Surdershan Cinema, Lucknow</AddressLine>
          </AddressLines>
          <CityName>Lucknow</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/2d/802da8e1459d26bac59bc17815f116832611f71a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Hotel Shelter to discover the wonders of Lucknow. The property features a wide range of faci...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1995.98" OriginalAmount="1956.84" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="26.75746768" Longitude="80.87081722" StarRating="2" HotelCode="445542|1860198" HotelName="Hotel Mangalam Palace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Kanpur Road, Near Chaudhary Charan Singh Airport, Opposite Shanti Nagar Petrol Pump, Shanti Nagar, Sarojini Nagar, Lucknow 226008</AddressLine>
          </AddressLines>
          <CityName>Lucknow</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/91/b8913a559a728a3b9845e2281e13cb0aeec91ccd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Lucknow.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2112.42" OriginalAmount="2071.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="26.85361521" Longitude="81.02114311" StarRating="2" HotelCode="301462|shivam_inn_" HotelName="Treebo Shivam Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>2/282 Virat khand, Near Haniman Crossing, Gomti Nagar, Lucknow 226010, Uttar Pradesh</AddressLine>
          </AddressLines>
          <CityName>Lucknow</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/00/e200132a789a155d271f21166ce1d5713b41fddd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Lucknow.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2112.42" OriginalAmount="2071.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="26.8451" Longitude="80.9561" StarRating="3" HotelCode="326561|mohan_hotel" HotelName="Mohan Lucknow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Charbagh, 226004 Lucknow</AddressLine>
          </AddressLines>
          <CityName>Lucknow</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/5f/615f5dd2894f27a65383e41ea0698632c6143266.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located in Lucknow.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2112.42" OriginalAmount="2071.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="26.8983766" Longitude="80.96702855" StarRating="3" HotelCode="666906|vijay_paradise" HotelName="Hotel Vijay Paradise" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Main Ring Road, Vikas Nagar, Near Jagrani Hospital, Hasanganj, Lucknow 226022</AddressLine>
          </AddressLines>
          <CityName>Lucknow</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a4/8a/a48a01119cbd6cf81baaddbd96cdd09b98339283.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2245.02" OriginalAmount="2201.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="26.841950686785" Longitude="80.936761190475" StarRating="5" HotelCode="348145|the_grand_radiant_" HotelName="The Grand Radiant" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Business Centre,Coffee Shop,Designated Smoking Area,Dry Cleaning,Internet,Laundry,Luggage Storage,Meeting Room,Parking,Restaurant,Room Service,Spa,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>36 Cantt Road, Burlington Crossing, Near FL Hospital, Hussainganj, Lucknow 226001, Uttar Pradesh</AddressLine>
          </AddressLines>
          <CityName>Lucknow</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/da/bbda24e6b739df5847dbf8cfbba4f792e6d54b3b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at The Grand Radiant Hotel to discover the wonders of Lucknow. Both business travelers and tour...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2245.02" OriginalAmount="2201.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="26.835565370628" Longitude="80.921222213775" StarRating="2" HotelCode="287579|hotel_amber_" HotelName="Hotel Amber" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Naka Hindola, Lucknow 226018</AddressLine>
          </AddressLines>
          <CityName>Lucknow</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/4f/68/4f68d3f2a163791bd4c3c163217bc024dc14bfc3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Hotel Amber to discover the wonders of Lucknow. The hotel has everything you need for a comf...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2245.02" OriginalAmount="2201.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="26.846738575687" Longitude="80.945864079407" StarRating="0" HotelCode="468755|hotel_rana_international" HotelName="Rana International Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>126/21 DN Road</AddressLine>
          </AddressLines>
          <CityName>Lucknow</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/f0/b0f021a676aa71e7e6165326b5feac1a9a61e31c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2245.02" OriginalAmount="2201.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="26.83774859" Longitude="80.9280368" StarRating="3" HotelCode="301496|hotel_york_inn_" HotelName="York Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Business Centre,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Meeting Room,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>82/166 Guru Govind Singh Marg, Lalkuan, Lucknow 226001</AddressLine>
          </AddressLines>
          <CityName>Lucknow</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/2b/892be418dae0036159d7dba6655107174f7a8333.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Charbagh, York Inn Lucknow promises a relaxing and wo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2245.02" OriginalAmount="2201.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="26.819276" Longitude="80.908326" StarRating="0" HotelCode="452010|hotel_vinayak_8" HotelName="Hotel Vinayak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>553/137 IIIrd Floor</AddressLine>
          </AddressLines>
          <CityName>Lucknow</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/67/1e67732315529eff33f82faf00dfc2e7730d0267.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2245.02" OriginalAmount="2201.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="26.86193981" Longitude="80.99414429" StarRating="0" HotelCode="671226|hotel_vaibhav_inn" HotelName="Hotel Vaibhav Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1/12 Vivek Khand, Near Mithai Wala Chauraha, Gomti Nagar, Lucknow 226010</AddressLine>
          </AddressLines>
          <CityName>Lucknow</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/51/4b510e86147b4ecb13d09508f687e24156064f98.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2376.60" OriginalAmount="2330.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="26.83919207" Longitude="80.93439919" StarRating="2" HotelCode="301461|hotel_ganga_maiya" HotelName="Hotel Ganga Maiya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>62/9 Station Road, Hussainganj Chauraha, Lucknow 226001</AddressLine>
          </AddressLines>
          <CityName>Lucknow</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/05/6905eb979a50fad7566c8194b348d79770fd1798.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hotel ganga Maiya is located at one of the most prime locations in Lucknow, Hotel Ganga Maiya is jus...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2376.60" OriginalAmount="2330.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="26.86025473" Longitude="80.86925543" StarRating="3" HotelCode="597656|babian_imperial_resort" HotelName="Babian Imperial Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Kanpur Bypass Road, Near Bright Career School, Mallpur, Lucknow 226003</AddressLine>
          </AddressLines>
          <CityName>Lucknow</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/87/19873d33621e374f044e5b22bab22ccd96b1524e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in Lucknow.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2376.60" OriginalAmount="2330.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="26.84105048" Longitude="80.93152924" StarRating="3" HotelCode="686360|v_hotel_lucknow" HotelName="V Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 Shivaji Marg, Hewett Road, Vijaya Bank Building, Lucknow 226001</AddressLine>
          </AddressLines>
          <CityName>Lucknow</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/bc/55bcd0c4a0c1346db5dc3258b4b9abe298b0572a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2376.60" OriginalAmount="2330.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="26.89581086" Longitude="80.97033149" StarRating="3" HotelCode="669575|oyo_7535_ratana_international" HotelName="Hotel Ratana International" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kalyanpur Ring Road, Near to Sbi Bank, Lucknow 226022</AddressLine>
          </AddressLines>
          <CityName>Lucknow</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/0a/7c0a3dca47c90ab2b31020bb100c2f367e4130d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2376.60" OriginalAmount="2330.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="26.873938130573" Longitude="81.011058279762" StarRating="0" HotelCode="786114|hotel_solitaire_11" HotelName="Hotel Solitaire" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Faizabad Road, Gate 4, Opposite New High Court, Lucknow 226010, Uttar Pradesh</AddressLine>
          </AddressLines>
          <CityName>Lucknow</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/a6/0aa628a6d6bd23f8f9d8cf63b5c29ed7f5c03dba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2508.18" OriginalAmount="2459.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="26.851704826942" Longitude="80.935847020971" StarRating="3" HotelCode="287594|the_maple_leaf_" HotelName="The Maple Leaf" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Air Conditioning,Coffee Shop,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Laundry,Luggage Storage,Meeting Room,Parking,Restaurant,Room Service,Spa,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>2 China Bazar Road, Opposite Family Court, Hazratganj, Lucknow 226001</AddressLine>
          </AddressLines>
          <CityName>Lucknow</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/carsolize/a9/49/a9496b0e0271fa902834ada9e430e0a78b385936.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Hazratganj, The Maple Leaf Hotel promises a relaxing ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2640.78" OriginalAmount="2589.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="26.84073675" Longitude="80.94004516" StarRating="3" HotelCode="301466|hotel_myriad_" HotelName="Hotel Myriad" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Business Centre,Coffee Shop,Concierge,Currency Exchange,Dry Cleaning,Elevator,Internet,Laundry,Luggage Storage,Meeting Room,Parking,Pets allowed,Room Service,Spa,Valet Parking,Vending Machine">
        <Address>
          <AddressLines>
            <AddressLine>19 Vidhan Sabha Marg, Hazratganj, Lakhnau 226001, Uttar Pradesh</AddressLine>
          </AddressLines>
          <CityName>Lucknow</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/c0/1bc016808ee370c8abaed1f48d5a7f693506d5a0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Myriad Lucknow is a popular choice amongst travelers in Lucknow, whether exploring or just passing t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2640.78" OriginalAmount="2589.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="26.856936280709" Longitude="80.942858003284" StarRating="3" HotelCode="335491|hotel_silvete_" HotelName="Silvete Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Bar,Business Centre,Coffee Shop,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Garden,Internet,Laundry,Luggage Storage,Meeting Room,Parking,Restaurant,Room Service,Spa,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>4-A Rana Pratap Marg, Hazratganj, Lucknow 226001</AddressLine>
          </AddressLines>
          <CityName>Lucknow</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/d1/96d1564e8cc34e633f91cf56b20049d2df2506e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Lucknow, Silvete Hotel puts everything the city has to offer just outside...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2640.78" OriginalAmount="2589.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="26.837012268545" Longitude="80.922080857078" StarRating="3" HotelCode="287573|anr_hotels_" HotelName="Anr Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>76/18 Gurudwara Road, Naka Hindola, Charbagh, Lucknow 226004, Uttar Pradesh</AddressLine>
          </AddressLines>
          <CityName>Lucknow</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/bf/ebbfecd4e7bfa0c3fedbf28120778fe17e06a32a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence warmly welcomes guests in Lucknow.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2674.98" OriginalAmount="2622.53" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="26.852861064925" Longitude="81.025637533764" StarRating="3" HotelCode="287578|1852968" HotelName="Hotel Amanda" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Air Conditioning,Business Centre,Designated Smoking Area,Elevator,Internet,Massage Centre,Meeting Room,Parking,Restaurant,Room Service,Smoking Rooms">
        <Address>
          <AddressLines>
            <AddressLine>CP-120 Viraj Khand, Opposite Sahara Hospital, Gomti Nagar, Lucknow 226010</AddressLine>
          </AddressLines>
          <CityName>Lucknow</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/31/533120724f8df4f5e3b42bd80fd7551ddd19ec79.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2772.36" OriginalAmount="2718.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="26.853147" Longitude="80.953971" StarRating="3" HotelCode="74736|hotel_arif_castles_2" HotelName="Arif Castles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Air Conditioning,Business Centre,Coffee Shop,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Meeting Room,Parking,Restaurant,Room Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>4 Rana Pratap Marg, Lucknow, Uttar Pradesh 226001</AddressLine>
          </AddressLines>
          <CityName>Lucknow</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c7/92/c792264d99bfcad4563ad4a044fdb734fc5e7448.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hotel Arif Castles is conveniently located in the popular Lucknow area. Offering a variety of facili...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2772.36" OriginalAmount="2718.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="26.859729" Longitude="81.0267027" StarRating="3" HotelCode="597727|mint_eclat_suites" HotelName="Mint Eclat Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>3/2 Vinamra Khand, Gomti Nagar, Lucknow 226010, Uttar Pradesh</AddressLine>
          </AddressLines>
          <CityName>Lucknow</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/c1/c4c139e1278c79a023ee48347e9747282e1fa5ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Lucknow.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2772.36" OriginalAmount="2718.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="26.83750828" Longitude="80.93420539" StarRating="3" HotelCode="301487|hotel_global_inn_3" HotelName="Hotel Global Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Station Road, Hussain ganj, near CMS school, Kohinoor Alam, Lucknow 226301</AddressLine>
          </AddressLines>
          <CityName>Lucknow</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/45/e5453c1ecd36c582cb93ee17d0b430d32ac6049e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hotel Global Inn is a 3 star property, located at conveniently located close to commercial and busin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2904.96" OriginalAmount="2848.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="26.85983862" Longitude="81.00066275" StarRating="2" HotelCode="301464|hotel_madhurima" HotelName="Madhurima Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Vibhuti Khand-II, Gomtinagar, Lucknow, Uttar Pradesh</AddressLine>
          </AddressLines>
          <CityName>Lucknow</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/b3/3bb392a7f34281309762af5a6cd3882dec682c5d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2904.96" OriginalAmount="2848.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="26.851585922139" Longitude="81.024227420238" StarRating="3" HotelCode="523997|ginger_hotel_lucknow" HotelName="Ginger Lucknow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>CP 75, Viraj Khand, Gomti Nagar, Lucknow 226010</AddressLine>
          </AddressLines>
          <CityName>Lucknow</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/a0/ada071786fe8ba9cf9933a0b2a2cc9aca60d895f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Lucknow.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2904.96" OriginalAmount="2848.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="26.85381084729" Longitude="81.027514586571" StarRating="3" HotelCode="349746|genx_casaya" HotelName="Hotel Casaya Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>CP 128 Virajkhand, Opposite Doordarshan Colony, Adjacent To Sahara Hospital, Gomti Nagar, Lucknow 226010</AddressLine>
          </AddressLines>
          <CityName>Lucknow</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/e6/9de651c9861fd32ef01065f4a9c8dc1bd6cfbfdb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Lucknow.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2904.96" OriginalAmount="2848.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="26.88003746" Longitude="80.95720856" StarRating="3" HotelCode="631898|the_golden_apple_hotel" HotelName="The Golden Apple" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>B-749 Sector C, Mahanagar, Lucknow 226006, Uttar Pradesh</AddressLine>
          </AddressLines>
          <CityName>Lucknow</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/c2/dec24c2b7bb9b7e5a6b68f9a78da6629f8410819.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence warmly welcomes guests in Lucknow.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2904.96" OriginalAmount="2848.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="26.873770086254" Longitude="80.939076049249" StarRating="3" HotelCode="335308|hotel_golden_orchid_" HotelName="Hotel Golden Orchid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Business Centre,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Meeting Room,Parking,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>B-83 Main Road, Opposite Ramkrishna Math, Nirala Nagar, Lucknow 226001</AddressLine>
          </AddressLines>
          <CityName>Lucknow</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/8f/358ff161299ba256e3df69123f9a6d9a5003d110.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hotel Golden Orchid is conveniently located in the popular Lucknow area. The hotel offers a high sta...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3036.54" OriginalAmount="2977.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="26.85148212" Longitude="80.94274084" StarRating="0" HotelCode="843955|hotel_charan_plaza" HotelName="Hotel Charans Plaza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Habibullah Estate</AddressLine>
          </AddressLines>
          <CityName>Lucknow</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/3b/8f3bf106d090b785c9eebcd2b759a169c316de94.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3036.54" OriginalAmount="2977.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="26.86883634" Longitude="81.01357137" StarRating="3" HotelCode="669849|ishanika_hotel" HotelName="Ishanika Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>26 Shaheed Path, Vibhuti Khand, Gomti Nagar, Chinhat, Lucknow 226010</AddressLine>
          </AddressLines>
          <CityName>Lucknow</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/76/8a76b0052edb9b7b1d323cca8bc83be8a37cdd56.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Lucknow.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3036.54" OriginalAmount="2977.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="26.83443128932" Longitude="80.940296563125" StarRating="3" HotelCode="74737|hotel_deep_palace_4" HotelName="Hotel Deep Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12/47 Cantonment Road, Opposite Irrigation Office, Lucknow 226001</AddressLine>
          </AddressLines>
          <CityName>Lucknow</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/8e/d58e7c74506e175c652d6b04ddee4f5917029bd2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3036.54" OriginalAmount="2977.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="26.899825711905" Longitude="80.965234465082" StarRating="3" HotelCode="392765|sapna_clarks_inn_lucknow" HotelName="Sapna Clarks Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>CP-3 sector 11, Vikas Nagar, Ring Road, Lucknow  226022, Uttar Pradesh</AddressLine>
          </AddressLines>
          <CityName>Lucknow</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/62/8a62203bdbae05e3ece84e4e50f5fe9aa0524783.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a restaurant, a bar, room service and a business centre. Wireless internet access i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3168.12" OriginalAmount="3106.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="26.85714419" Longitude="80.9728155" StarRating="3" HotelCode="573000|best_western_sagar_sona" HotelName="Best Western Sagar Sona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Eldeeco Greens, Gomtinagar, Lucknow 221060</AddressLine>
          </AddressLines>
          <CityName>Lucknow</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/4d/714df6e7d6b9c74ab4795cce1856bab61cced816.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Lucknow.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3168.12" OriginalAmount="3106.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="26.8451" Longitude="80.9561" StarRating="0" HotelCode="962573|jb_skyhilton_inn" HotelName="JB Skyhilton Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kanpur Road, JB Emperor Square, Bargawan, Lucknow 226012</AddressLine>
          </AddressLines>
          <CityName>Lucknow</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/9b/3c9b2887879bf25048ad049ec2ef23db55801339.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3300.72" OriginalAmount="3236.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="26.94502352" Longitude="80.93118888" StarRating="3" HotelCode="569909|the_revanta" HotelName="The Revanta Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>181/1 Sitapur Road, Opposite CDRI Campus, Lucknow 226021</AddressLine>
          </AddressLines>
          <CityName>Lucknow</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/21/502135cba0ec69ac8fce55cded48977c84a91386.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence warmly welcomes guests in Lucknow.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3564.90" OriginalAmount="3495.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="26.78674412" Longitude="80.90840357" StarRating="3" HotelCode="595832|pinnacle_by_1589_hotels" HotelName="Hotel Pinnacle by 1589" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Kanpur Road, CP -151 Sector D1, LDA Colony, Near Power House Chauraha, Lucknow 226012, Uttar Pradesh</AddressLine>
          </AddressLines>
          <CityName>Lucknow</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/89/9e89a406735797a52382ae6a6f38afadfd0f23e6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Lucknow.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3564.90" OriginalAmount="3495.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="26.86578381" Longitude="80.99653133" StarRating="0" HotelCode="666069|hotel_savvy_grand" HotelName="Hotel Savvy Grand" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11-A Vibhuti Khand</AddressLine>
          </AddressLines>
          <CityName>Lucknow</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/ec/6decaed807320667c688de04cf9f4708f72740e7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3696.48" OriginalAmount="3624.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="26.84273475" Longitude="80.99117675" StarRating="3" HotelCode="264805|dayal_paradise" HotelName="Hotel Dayal Paradise" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Bed and breakfasts" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Babysitting,Bar,Business Centre,Coffee Shop,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Garden,Internet,Laundry,Luggage Storage,Massage Centre,Meeting Room,Parking,Restaurant,Room Service,Smoking Rooms,Spa,Swimming Pool,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>5 Vipul Khand, Gomti Nagar, Lucknow 226010</AddressLine>
          </AddressLines>
          <CityName>Lucknow</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/49/3449faef6b7fdf44ec019649b05785fea4ea1d7c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hotel Dayal Paradise is a popular choice amongst travelers in Lucknow, whether exploring or just pas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3696.48" OriginalAmount="3624.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="26.8539551" Longitude="80.945145" StarRating="4" HotelCode="264806|india_awadh" HotelName="India Awadh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>4, Sapru Marg, Prem Nagar, Hazratganj, Lucknow, Uttar Pradesh 226001</AddressLine>
          </AddressLines>
          <CityName>Lucknow</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/18/c718d55c305d4d0142bf33bfdd80902cc26a1052.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Lucknow.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3960.66" OriginalAmount="3883.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="26.852655071958" Longitude="80.936417386508" StarRating="3" HotelCode="900501|gemini_continental" HotelName="Gemini Continental" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rani Laxmi Bai Marg, Lucknow  226001, Uttar Pradesh</AddressLine>
          </AddressLines>
          <CityName>Lucknow</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/d9/4dd98c53f3015a3efe1916b16a2b54180f4e1ff1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located in Lucknow. The nearest airport is Lucknow (LKO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4092.24" OriginalAmount="4012.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="26.851508946612" Longitude="81.023322935315" StarRating="3" HotelCode="287583|lineage_hotel" HotelName="Hotel Lineage" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Air Conditioning,Bar,Business Centre,Coffee Shop,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Luggage Storage,Meeting Room,Parking,Restaurant,Room Service,Spa,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>CP-73 Viraj Khand, Opposite Sahara Hospital Gate 1, Gomti Nagar, Lucknow 226010</AddressLine>
          </AddressLines>
          <CityName>Lucknow</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/01/7e01cb71aaf1df228b725dd2825c7c4b0ead5c8a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Hotel Lineage to discover the wonders of Lucknow. The hotel offers guests a range of service...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4092.24" OriginalAmount="4012.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="26.838755" Longitude="80.934683" StarRating="4" HotelCode="161201|tulip_inn_lucknow" HotelName="Golden Tulip Lucknow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Station Road, Lucknow 226001</AddressLine>
          </AddressLines>
          <CityName>Lucknow</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/e0/2be0c4d6a55fb6e2b7e92699477cb3d179853815.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Lucknow. The nearest airport is Lucknow (LKO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="4212.99" OriginalAmount="4130.38" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="26.853666696293" Longitude="80.943601120206" StarRating="3" HotelCode="42414|39174" HotelName="La Place Sarovar Portico" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Shahnajaf Road, Lucknow 226001, Uttar Pradesh</AddressLine>
          </AddressLines>
          <CityName>Lucknow</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/ef/72effa9e515b7bc988c967efc161f8dea6cd989d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at Shahnajaf Road, a short distance from Hazratganj, and right in the heart of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4224.84" OriginalAmount="4142.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="26.8451" Longitude="80.9561" StarRating="0" HotelCode="638037|the_grand_orion" HotelName="The Grand Orion Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Faizabad Road</AddressLine>
          </AddressLines>
          <CityName>Lucknow</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/9a/469a3a971153a4044f7b98b6c449f79f61e98980.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4356.42" OriginalAmount="4271.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="26.79725568" Longitude="81.00513145" StarRating="3" HotelCode="695672|comfort_hotel_vista" HotelName="Vista Residency" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CF 01, Sector E, Pocket 1, Sushanth Golf City, Shaheed Path Behind Best, Prize Wallmart, Sulthanpur Road, Lucknow, Uttar Pradesh</AddressLine>
          </AddressLines>
          <CityName>Lucknow</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/8a/3d8ae457d37cc8439f2ce8413ad9a9951125bbaf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="4710.66" OriginalAmount="4618.29" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="26.66480712" Longitude="80.80648768" StarRating="4" HotelCode="564571|3250625" HotelName="Ramada Plaza by Wyndham Lucknow Hotel and Convention Centre" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Lucknow Kanpur Road, Junabganj, Lucknow 226401</AddressLine>
          </AddressLines>
          <CityName>Lucknow</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/0b/f40bc9efa43b795e900d5ab53e3da32b01f231d3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Lucknow.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4752.18" OriginalAmount="4659.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="26.77749686" Longitude="80.88216563" StarRating="4" HotelCode="754203|lemon_tree_hotel_lucknow" HotelName="Lemon Tree Hotel Lucknow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lucknow Kanpur Road, Bagh Number 2, Near Transport Nagar Metro Station, Lucknow, Uttar Pradesh 226010</AddressLine>
          </AddressLines>
          <CityName>Lucknow</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/3b/d73bdd3eed1d33f418d2e72b7899c24f2fae4dc7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4884.78" OriginalAmount="4789.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="26.85178324" Longitude="80.95477514" StarRating="4" HotelCode="598861|fortune_park_bbd" HotelName="Fortune Park BBD" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>29/7 Rana Pratap Marg, Lucknow 226001, Uttar Pradesh</AddressLine>
          </AddressLines>
          <CityName>Lucknow</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/1c/711c7e17a9943a8f724a9033e5236f9ffe508ecb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Lucknow.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="4984.64" OriginalAmount="4886.90" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="26.856451480096" Longitude="80.935305530768" StarRating="4" HotelCode="74734|113432" HotelName="Hotel Clarks Avadh" Meals="ROOM ONLY,BED &amp; BREAKFAST,FULL BOARD,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Mahatma Gandhi Marg, Hazratganj, Lucknow 226001, Uttar Pradesh</AddressLine>
          </AddressLines>
          <CityName>Lucknow</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/42/9042a1e335706f25c9081b28572249b76f54c771.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located in the centre of Lucknow.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5148.96" OriginalAmount="5048.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="26.85226483" Longitude="81.02614932" StarRating="4" HotelCode="623297|hotel_ranbirs" HotelName="Hotel Ranbirs" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Viraj Khand Road, CP 125, Gomtinagar, Lucknow 226010</AddressLine>
          </AddressLines>
          <CityName>Lucknow</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/b9/66b93b839848866689f56df4670f69eff2a3795d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Lucknow.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="5920.42" OriginalAmount="5804.33" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="26.798489471469" Longitude="80.894688630826" StarRating="4" HotelCode="203238|69474" HotelName="The Piccadily Lucknow" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kanpur Road, Sector B, Bara Birwa, Lucknow 226005</AddressLine>
          </AddressLines>
          <CityName>Lucknow</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/fa/a5fa909bb976c53ee63df41485c77c29508569f1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Lucknow. The nearest airport is Lucknow (LKO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="6864.60" OriginalAmount="6730.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="26.86780123" Longitude="81.00942291" StarRating="4" HotelCode="482299|fairfield_by_marriott_lucknow" HotelName="Fairfield by Marriott Lucknow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Gate 2 Opposite Indira Gandhi Pratishthan, Vibhuti Khand, Gomti Nagar, Lucknow 226010</AddressLine>
          </AddressLines>
          <CityName>Lucknow</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/bc/83bc118ef21accae8f214f98ef0bc5d542d95615.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Lucknow.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9372.78" OriginalAmount="9189.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="26.834315" Longitude="80.948045" StarRating="4" HotelCode="451121|lebua_lucknow" HotelName="Lebua Lucknow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Saraca Estate, 19 Mall Avenue, Lucknow, Uttar Pradesh</AddressLine>
          </AddressLines>
          <CityName>Lucknow</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/01/d001611bff2a03e198611ce11f6242b8c4626268.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Lucknow.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10561.08" OriginalAmount="10354.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="26.833768409622" Longitude="80.919184827018" StarRating="0" HotelCode="287590|hotel_sunrise_26" HotelName="Hotel Sunrise" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>279/83, Near Post Office, Charbagh, Lucknow 226001</AddressLine>
          </AddressLines>
          <CityName>Lucknow</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/19/c519be475ebbc44c9d6678c27248314779be1ea8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11088.42" OriginalAmount="10871.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="26.851760713984" Longitude="81.023897" StarRating="5" HotelCode="512075|novotel_lucknow_gomti_nagar_opening_april_2017" HotelName="Novotel Lucknow Gomti Nagar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Viraj Khand, Gomti Nagar, Lucknow 226010</AddressLine>
          </AddressLines>
          <CityName>Lucknow</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/60/0a60e352dbbbc2b5be72a7a8fa569607cc465fdd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14256.54" OriginalAmount="13977.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="26.85263223" Longitude="80.97290695" StarRating="5" HotelCode="421388|renaissance_lucknow_hotel" HotelName="Renaissance Lucknow Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Vipin Khand, Gomti Nagar, Lucknow 226010, Uttar Pradesh</AddressLine>
          </AddressLines>
          <CityName>Lucknow</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/1d/d01d93019408352029df6b3bff98397f8f38bb11.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This outstanding hotel is set in Lucknow. Pets are not allowed at Renaissance Lucknow Hotel. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="20328.60" OriginalAmount="19930.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="26.851595209721" Longitude="80.973525107063" StarRating="4" HotelCode="74738|vivanta_by_taj__gomti_nagar_lucknow" HotelName="Vivanta by Taj - Gomti Nagar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Vipin Khand, Gomti Nagar, Lucknow 226010, Uttar Pradesh</AddressLine>
          </AddressLines>
          <CityName>Lucknow</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/8f/378fe2b102674320cb28cca333084d77ee6647a7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Lucknow. The nearest airport is Lucknow (LKO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="29305.62" OriginalAmount="28731.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="26.86422388" Longitude="81.00804218" StarRating="4" HotelCode="572330|hilton_garden_inn_lucknow" HotelName="Hilton Garden Inn Lucknow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Spa">
        <Address>
          <AddressLines>
            <AddressLine>TCG -7/7 Vibhuti Khand, Gomti Nagar, Lucknow 226010</AddressLine>
          </AddressLines>
          <CityName>Lucknow</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/58/2258bb72a8a2953bae729d383186e992f5716787.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Lucknow.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="35245.08" OriginalAmount="34554.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="26.86603102" Longitude="81.00581461" StarRating="4" HotelCode="566562|hyatt_regency_lucknow" HotelName="Hyatt Regency Lucknow" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Vibhuti Khand, Gomti Nagar, Lucknow 226010, Uttar Pradesh</AddressLine>
          </AddressLines>
          <CityName>Lucknow</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/7b/4d7be534c2b9f9c1a13ea81b111c8aa6e5d9bdaf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Lucknow.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service,Jacuzzi,Spa,Fax,Telephone Service,Lounge,Currency Exchange,Laundry,Massage Centre,24 Hour Front Desk,24 Hour Room Service,Business Centre,Coffee Shop,Concierge,Dry Cleaning,Elevator,Luggage Storage,Meeting Room,Parking,Pets allowed,Valet Parking,Vending Machine,Designated Smoking Area,Smoking Rooms,Garden,Babysitting,Swimming Pool</BasicAmenities>
    <HotelRating>4,3,5,2,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY,FULL BOARD</Meals>
    <PropertyType>HOTEL,BED AND BREAKFASTS,APARTMENT</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
76ba9116-c257-46a5-b2e3-a7c311dc8978|SearchRequest|SearchRequest|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" EchoToken="Search" TimeStamp="0001-01-01T00:00:00" TraceId="76ba9116-c257-46a5-b2e3-a7c311dc8978">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="50542" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-05-30T00:00:00" End="2026-05-31T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
76ba9116-c257-46a5-b2e3-a7c311dc8978|HotelbedsSearch|supplier interation failed||HotelBeds|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
76ba9116-c257-46a5-b2e3-a7c311dc8978|TravellandaSearch|successfull supplier interation||Travellanda|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
76ba9116-c257-46a5-b2e3-a7c311dc8978|MikiSearch|successfull supplier interation||Miki|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
76ba9116-c257-46a5-b2e3-a7c311dc8978|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-05-21T09:46:59.2932072+01:00" Version="0" EchoToken="Search" TransactionIdentifier="76ba9116-c257-46a5-b2e3-a7c311dc8978" Currency="INR">
  <HotelStays>
    <HotelStay SourceId="63" TotalAmount="660.96" OriginalAmount="648.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="27.169769" Longitude="78.041473" StarRating="2" HotelCode="195289|hotel_raj_bed__breakfast" HotelName="Hotel Raj Bed &amp; Breakfast" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/05/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2/26 Taj Mahal, South Gate, Taj Ganj, Agra 28201</AddressLine>
          </AddressLines>
          <CityName>Agra</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/4d/2c4da399a3d91bed6453149f6aac2307ba2ecd92.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This B &amp; B is located in Agra. The nearest airport is Delhi (DEL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="792.54" OriginalAmount="777.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="27.159393597959" Longitude="78.009904728836" StarRating="1" HotelCode="285615|hotel_pawan" HotelName="Hotel Pawan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 22/05/2026" HotelFacility="24 Hour Room Service,Air Conditioning,Bar,Business Centre,Designated Smoking Area,Dry Cleaning,Internet,Laundry,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Taj Road, Sadar Bazar, Agra Cantt, Agra 282001, Uttar Pradesh</AddressLine>
          </AddressLines>
          <CityName>Agra</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/52/dd520f2da77a03ae47a81f8b6c56ed5146fdc0e7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Hotel Pawan to discover the wonders of Agra. The hotel has everything you need for a comfort...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="792.54" OriginalAmount="777.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="27.16068015421" Longitude="78.041738058535" StarRating="1" HotelCode="285674|hotel_viren_sofitel" HotelName="Hotel Viren Sofitel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 21/05/2026" HotelFacility="24 Hour Room Service,Air Conditioning,Bicycle Rental,Business Centre,Concierge,Designated Smoking Area,Dry Cleaning,Internet,Laundry,Luggage Storage,Meeting Room,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>41 Fatehabad Road, Bansal Nagar, Taj Ganj, Agra 282001</AddressLine>
          </AddressLines>
          <CityName>Agra</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/29/b8293e569fdc6bbf9bd362f924d8a0db7d78cf54.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 1-star Hotel Viren Sofitel offers comfort and convenience whether you're on business or holiday ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="825.92" OriginalAmount="809.73" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="27.170043" Longitude="78.040676" StarRating="2" HotelCode="195290|951485" HotelName="Hotel Sidhartha" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Western Gate, Taj Mahal, 282001 Agra</AddressLine>
          </AddressLines>
          <CityName>Agra</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/51/1651b1b69958a624cd220e14aacfec7f5dc0c965.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Agra.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="924.12" OriginalAmount="906.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="27.183759685285" Longitude="78.018366370326" StarRating="2" HotelCode="285576|hotel_ajay_international_2" HotelName="Hotel Ajay International" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>16/29 Daresi 1, Near Agra Fort Railway Station, Jama Masjid X-Ing, Agra 282004</AddressLine>
          </AddressLines>
          <CityName>Agra</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/c1/13c13adb9faf1d42cc750c52658b19034842b470.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Agra.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="924.12" OriginalAmount="906.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="27.17080297" Longitude="78.02954829" StarRating="1" HotelCode="421131|su_koon_homestay" HotelName="Su-Koon Homestay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Homestays" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Babysitting,Bicycle Rental,Coffee Shop,Currency Exchange,Designated Smoking Area,Dry Cleaning,Garden,Internet,Laundry,Library,Luggage Storage,Parking,Pets allowed,Restaurant,Room Service,Spa,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>18/147 A-27, Kherati Tola, Taj Ganj, Agra 282001, Uttar Pradesh</AddressLine>
          </AddressLines>
          <CityName>Agra</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/05/9605cfb289cdb4e622f771892563c01d677fe7e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Fatehabad Road, Su-Koon Homestay is a perfect starting point from which to explore Agra. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="924.12" OriginalAmount="906.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="27.1671" Longitude="78.0324" StarRating="0" HotelCode="285619|hotel_r_k_palace_5" HotelName="R K Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/05/2026">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Agra</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/a5/dda520000d26779cc54d42a19279b11e960d73d2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="924.12" OriginalAmount="906.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="27.15915959" Longitude="78.05342228" StarRating="2" HotelCode="448090|hotel_ravi_palace" HotelName="Hotel Ravi Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/05/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>A-7 Crossing Fatehabad Road, Tajnagri Phase-1, Agra 282004, Uttar Pradesh</AddressLine>
          </AddressLines>
          <CityName>Agra</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/67/23671a156185c03cace08043bad9a1725af228e1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Agra.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="924.12" OriginalAmount="906.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="27.222883510269" Longitude="78.033142089844" StarRating="2" HotelCode="905417|hotel_taj_plaza" HotelName="Taj Plaza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Eastern Gate, Shilp Gram "VIP" Road, Agra 282001, Uttar Pradesh</AddressLine>
          </AddressLines>
          <CityName>Agra</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/96/ea96c098af64ba39b1cd9a5cd269c0d0c2df6357.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Agra. The nearest airport is Agra - Angelholm (AGR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="924.12" OriginalAmount="906.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="27.1671" Longitude="78.0324" StarRating="0" HotelCode="866200|joey_s_hostel" HotelName="Joey's Hostel Agra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3/142 Chowk Kagziyan</AddressLine>
          </AddressLines>
          <CityName>Agra</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/a3/4ba38293bbffa440e9de8240dc76c564d97238ff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1056.72" OriginalAmount="1036.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="27.16853349019" Longitude="78.043128949738" StarRating="1" HotelCode="285628|hotel_sai_palace__5" HotelName="Sai Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 21/05/2026" HotelFacility="24 Hour Room Service,Air Conditioning,Coffee Shop,Designated Smoking Area,Dry Cleaning,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>3/117 Chowk Kagazi, Tajganj, Near South Gate Tajmahal, Agra 282001, Uttar Pradesh</AddressLine>
          </AddressLines>
          <CityName>Agra</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/7e/957eccf806786f4fbeaf4c7f819bfb86da690f6e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Hotel Sai Palace to discover the wonders of Agra. The hotel offers a high standard of servic...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1056.72" OriginalAmount="1036.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="27.16012303" Longitude="78.04234344" StarRating="2" HotelCode="447842|hotel_mansarover_muskan" HotelName="Hotel Mansarover Muskan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30/6/18-P Main Fatehabad Road, Near Saga Emporium, Tajganj, Agra 282001, Uttar Pradesh</AddressLine>
          </AddressLines>
          <CityName>Agra</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/a2/85a2c4388254c7e3462785b07a3e354f9d2cbd8f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1056.72" OriginalAmount="1036.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="27.1671" Longitude="78.0324" StarRating="0" HotelCode="867330|hotel_taj_paradise" HotelName="Hotel Taj Paradise" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Dhadhupura Road</AddressLine>
          </AddressLines>
          <CityName>Agra</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/be/6abed91f8dd129017aaef9536571af552e9f5ea9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1188.30" OriginalAmount="1165.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="27.15416988" Longitude="78.05352897" StarRating="2" HotelCode="567928|aaradhya_residency" HotelName="Aaradhya Residency" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>94 Fatehabad Road, Taj Nagari Phase-2, Beside CNG Pump, Taj Ganj, Agra 282001</AddressLine>
          </AddressLines>
          <CityName>Agra</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/cc/73cc243f21a73c15116818ddf38bc78dd563ca2a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Agra.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1188.30" OriginalAmount="1165.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="27.157953081082" Longitude="77.99633508843" StarRating="1" HotelCode="285609|hotel_narayan_palace_2" HotelName="Hotel Narayan Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 21/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>392 Station Road Agra Cantt, Krishna Nagar, Agra 282001</AddressLine>
          </AddressLines>
          <CityName>Agra</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/e2/f4e2605988850621790ff263f485169776674c58.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1242.85" OriginalAmount="1218.48" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="27.16196085" Longitude="78.03935138" StarRating="3" HotelCode="285670|952385" HotelName="Taj Inn Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18/163 Fatehabad Road, B/4, Taj View X-ing, Agra 282001</AddressLine>
          </AddressLines>
          <CityName>Agra</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/01/e60180bdeb634d85a8eca892d7d359a93f56450a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Agra.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1261.38" OriginalAmount="1236.65" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="27.1442671" Longitude="78.06137866" StarRating="3" HotelCode="340724|1806718" HotelName="Aicon Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>E- 1/126, Taj Nagari Phase -2, Near Twin Towers, 125 Feet Road, Opposite Hotel Jaypee Palace, Fatehabad Road, Agra 282001, Uttar Pradesh</AddressLine>
          </AddressLines>
          <CityName>Agra</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/6a/676a7cce546c10c4156df0a19da0a15dcdd5a29e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Agra.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1320.90" OriginalAmount="1295.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="27.163604690066" Longitude="78.053510004033" StarRating="2" HotelCode="483500|backpacker_panda_friends_agra" HotelName="Friends Paying Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Homestays" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>P-6 Taj Nagri, Near Shilp Gram, Eastern Gate Taj Mahal, Agra 282001, Tajganj</AddressLine>
          </AddressLines>
          <CityName>Agra</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/ff/46ff50d687f664cebf09fa42faf3ac8d625885a5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Agra.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1320.90" OriginalAmount="1295.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="27.168351" Longitude="78.0505" StarRating="3" HotelCode="195305|hotel_tara_palace_3" HotelName="Optimum Tara Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="Air Conditioning,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Ship Gram Taj Mahal East Gate, 281001 Agra</AddressLine>
          </AddressLines>
          <CityName>Agra</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/97/f097cbb2cd344f37065f08e6bd8fffc1d53a2296.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Agra.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1320.90" OriginalAmount="1295.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="27.170872" Longitude="78.044865" StarRating="1" HotelCode="232584|hotel_sheela" HotelName="Hotel Sheela" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1/16 B Eastern Gate Taj Mahal, Agra 282001, Uttar Pradesh</AddressLine>
          </AddressLines>
          <CityName>Agra</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/7a/037ae35c28d028425722783371e71b5e096f61a9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a restaurant and room service, for a c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1320.90" OriginalAmount="1295.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="27.1576711" Longitude="78.04880367" StarRating="3" HotelCode="447988|hotel_laxman_resort" HotelName="Hotel Laxman Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Resort" CnxPolicy="Free CXL until 22/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>30/6/17A/1A/1 Fatehabad Road, Opposite Saga Emporium, Agra 282001, Uttar Pradesh</AddressLine>
          </AddressLines>
          <CityName>Agra</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/fc/d1fca6187c17eea90125ee4a81cf9b7d3ca8cf0a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Hotel Laxman Resort to discover the wonders of Agra. Featuring a complete list of amenities,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1320.90" OriginalAmount="1295.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="27.1671" Longitude="78.0324" StarRating="3" HotelCode="785996|osaka_taj_hotel" HotelName="Osaka Taj Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>3/49 Pratap Pura, Agra 282001</AddressLine>
          </AddressLines>
          <CityName>Agra</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/28/4128780cac4eccabf95c953d5f3bd1fee8f4d68e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1444.03" OriginalAmount="1415.72" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="27.1624386615" Longitude="78.035767742125" StarRating="2" HotelCode="74111|472735" HotelName="Ganga Ratan" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bar,Business Centre,Coffee Shop,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Garden,Golf,Internet,Laundry,Limousine Service,Luggage Storage,Meeting Room,Parking,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Fatehabad Road, Tourist Complex Area, Agra 282001, Uttar Pradesh</AddressLine>
          </AddressLines>
          <CityName>Agra</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/8b/878b56cebd967d4db1fe573c69b305120defef98.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Agra,the ancientcapital of Mughal Dynasty and the world famous TAJ MAHAL-a poem in marble and which ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1452.48" OriginalAmount="1424.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="27.157531" Longitude="78.047984" StarRating="3" HotelCode="335196|trimrooms_areeba" HotelName="Hotel Areeba" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/05/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>30/6/17A/A, Fatehabad Road, Near Saga Emporium, Agra 282001, Uttar Pradesh</AddressLine>
          </AddressLines>
          <CityName>Agra</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/12/bf124923e16ee7220e7985f3b39a7c061fae32d9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Agra.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1452.48" OriginalAmount="1424.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="27.189902070347" Longitude="78.024958417718" StarRating="3" HotelCode="335641|hotel_alleviate" HotelName="Hotel Alleviate" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/05/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>6/27/1A Yamuna Kinara Road, Agra 282004, Uttar Pradesh</AddressLine>
          </AddressLines>
          <CityName>Agra</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/e9/04e91403e16bb41bddc40c9127dbb29a5685454f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Agra.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1452.48" OriginalAmount="1424.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="27.17577044" Longitude="78.01379145" StarRating="0" HotelCode="790413|d_c_vilas" HotelName="D C Vilas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Chhipitola 30/48 A</AddressLine>
          </AddressLines>
          <CityName>Agra</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/e4/4ee48989bf6119079a177561ca9d3c58565faf6a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1485.07" OriginalAmount="1455.95" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="27.209586" Longitude="78.007768" StarRating="2" HotelCode="195295|957795" HotelName="Hotel Shree Residency" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Conference Hall,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Adjacent to Shree Talkies, Near Bhagwan Talkies Crossing, NH-2, Bye Pass Road, Agra 282002</AddressLine>
          </AddressLines>
          <CityName>Agra</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/eb/4deb9c51229f272f93ab62dc295f936a45fa769a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Agra.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1579.04" OriginalAmount="1548.08" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="27.16121107" Longitude="78.03462397" StarRating="2" HotelCode="74106|52454" HotelName="Hotel Amar Yatri Niwas" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>181/1 Fatehabad Road, Tourist Complex Area, Agra 282001</AddressLine>
          </AddressLines>
          <CityName>Agra</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/1f/501fb5ddd86a82c6ac9146f497f4848aab04a9ab.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located on the main road of the tourist complex and is easily accessible from v...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1584.06" OriginalAmount="1553.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="27.166259286969" Longitude="77.999750486508" StarRating="1" HotelCode="285626|hotel_riya_palace" HotelName="Riya Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Business Centre,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Luggage Storage,Meeting Room,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>52 Idgah Bus Stand Road, VIP Road, Idgah Colony, Agra 282001, Uttar Pradesh</AddressLine>
          </AddressLines>
          <CityName>Agra</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/52/9652ba396c27915bf48ffd0b8f577389962c1ec7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Agra, Hotel Riya Palace puts everything the city has to offer just outsid...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1584.06" OriginalAmount="1553.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="27.21249452" Longitude="78.00547553" StarRating="1" HotelCode="420629|dayal_lodge_" HotelName="Dayal Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/05/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>25 Dayalbagh Road, Agra 282005</AddressLine>
          </AddressLines>
          <CityName>Agra</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/36/fc36809b9dd0c37e5fc6f421a672362c64b77eda.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Agra, this boutique hotel is ideal for guests who appreciate a stylish ambience.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1584.06" OriginalAmount="1553.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="27.16637305" Longitude="78.03648065" StarRating="2" HotelCode="285664|ray_of_maya_retreat_and_resorts" HotelName="Ray of Maya Retreat and Resorts" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="Internet,LCD/Projector,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Fatehabad Road, Purani Mandi, Agra 282001</AddressLine>
          </AddressLines>
          <CityName>Agra</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/cd/54cd39c73c2656d71d460c80bb4282e6dcc63016.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at Ray Of Maya Retreat and Resorts in Agra, you'll be minutes from Mos...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1584.06" OriginalAmount="1553.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="27.157814814191" Longitude="78.052335211084" StarRating="3" HotelCode="285643|hotel_taj_galaxy" HotelName="Hotel Taj Galaxy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 21/05/2026" HotelFacility="24 Hour Room Service,Air Conditioning,Bar,Business Centre,Coffee Shop,Conference Hall,Currency Exchange,Dry Cleaning,Elevator,Garden,Internet,Laundry,Limousine Service,Luggage Storage,Massage Centre,Meeting Room,Parking,Restaurant,Room Service,Spa,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>18 B-18C Fatehabad Road, Taj Nagari Phase-1, Agra  282001, Uttar Pradesh</AddressLine>
          </AddressLines>
          <CityName>Agra</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/67/be67ba49f526fc8d20febfaf09d265b992edc071.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at Hotel Taj Galaxy in Agra, you'll be convenient to Mosque and the Ja...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1584.06" OriginalAmount="1553.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="27.166908529036" Longitude="78.007698656398" StarRating="5" HotelCode="285584|hotel_deviram_palace" HotelName="Deviram Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/05/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>3/2 Pratap Pura, Agra 282001, Uttar Pradesh</AddressLine>
          </AddressLines>
          <CityName>Agra</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/a5/96a5b8fd809cac19ed47f7769a807d4e304e956c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Agra.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1594.92" OriginalAmount="1563.65" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="27.16238068521" Longitude="78.036682605743" StarRating="2" HotelCode="195307|950045" HotelName="Ashish Palace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="Air Conditioning,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Laxmi Complex, Bansal Nagar, Fatehabad Road, Agra 282001</AddressLine>
          </AddressLines>
          <CityName>Agra</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/1a/471a0abf0a7bb621c31966c98726789b4edf6b09.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A range of services and facilities await guests of the hotel, ensuring a comfortable stay. A laundry...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1617.42" OriginalAmount="1585.71" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="27.161020426024" Longitude="78.033590018749" StarRating="3" HotelCode="74108|46204" HotelName="Hotel Amar" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Fatehabad Road, Tourist Complex Area, Agra 282001, Uttar Pradesh</AddressLine>
          </AddressLines>
          <CityName>Agra</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/72/05720fb634408db9d8ad556bd9c18ed56ea997b8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Agra. The nearest airport is Agra - Angelholm (AGR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1633.31" OriginalAmount="1601.28" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="27.152944120481" Longitude="78.069169202115" StarRating="3" HotelCode="301611|1624298" HotelName="Hotel Karan Vilas" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Air Conditioning,Internet,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Fatehabad Road, Opposite Hotel J.P Palace, Agra, Uttar Pradesh</AddressLine>
          </AddressLines>
          <CityName>Agra</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/7d/5e7d419ba7d0548dfc3a43c69796fd27d0aeeab1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Agra.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1716.66" OriginalAmount="1683.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="27.165387801053" Longitude="78.037622189094" StarRating="1" HotelCode="232585|maya_hotel__restaurant" HotelName="Maya Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/05/2026" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Laundry,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>18/184 Fatehabad Road, Purani Mandi Circle, Tajganj, Agra 282001</AddressLine>
          </AddressLines>
          <CityName>Agra</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/f2/5ef289081343c284b640639da04c8d44c42e47de.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Agra.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1716.66" OriginalAmount="1683.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="27.157842748903" Longitude="77.997002077712" StarRating="1" HotelCode="285632|hotel_sarwan_" HotelName="Hotel Sarwan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/05/2026" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Designated Smoking Area,Dry Cleaning,Laundry,Meeting Room,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>85A/1 Agra Cantt Road, Sultanpura Crossing, Sultan Pura, Idgah Colony, Agra 282001, Uttar Pradesh</AddressLine>
          </AddressLines>
          <CityName>Agra</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/59/bb5984919d438d5241fffdab9aec6d92aa3fc38d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hotel Sarwan is a popular choice amongst travelers in Agra, whether exploring or just passing throug...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1716.66" OriginalAmount="1683.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="27.15786339" Longitude="78.04718657" StarRating="3" HotelCode="568868|oyo_3773_hotel_city_square_and_suites_agra" HotelName="Hotel The City Square &amp; Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 23/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Fatehabad Road, Opposite Saga Emporium, Agra 282001, Uttar Pradesh</AddressLine>
          </AddressLines>
          <CityName>Agra</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/e4/12e48235cf52befffc2c758014b8f25282aa92e7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1763.02" OriginalAmount="1728.45" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="27.16879257" Longitude="78.05025786" StarRating="3" HotelCode="341616|1851978" HotelName="Hotel Atulyaa Taj" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>538, Near Shilp Gram, Taj Mahal (Eastern Gate), 282001 Agra</AddressLine>
          </AddressLines>
          <CityName>Agra</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/62/bf/62bfcdf7387ae07d92fdddc6ae3b0c05da19f6c3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A bar and a business centre are available to guests of the hotel. Wireless internet access is availa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1829.20" OriginalAmount="1793.33" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="27.169879" Longitude="78.01533875" StarRating="3" HotelCode="285669|917245" HotelName="Sun Hotel Agra" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Banquet Hall,Bar,Conference Hall,Housekeeping,Laundry,Meeting Room,Parking,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plot 4/305, Baluganj near Police Chowki, Agra 282001</AddressLine>
          </AddressLines>
          <CityName>Agra</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/d0/17d0cabd9a1b983a74d7ccb0fc0c4318bbf0ae2f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Agra City Centre, this attractive establishment is just 1.5 km from the UNESCO ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1848.24" OriginalAmount="1812.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="27.162334414539" Longitude="78.054274364487" StarRating="3" HotelCode="195306|the_retreat" HotelName="Hotel The Retreat" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Shilpgram Road, Taj Nagari Phase-1, Near Prateek Enclave, Agra 282001, Uttar Pradesh</AddressLine>
          </AddressLines>
          <CityName>Agra</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/3c/8d3c7702facf058075d21bad5daed1dee0695df6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Agra. The nearest airport is Agra - Angelholm (AGR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1848.24" OriginalAmount="1812.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="27.16172404" Longitude="78.03561291" StarRating="3" HotelCode="285605|hotel_maniram_palace" HotelName="Mani Ram Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 22/05/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Basal Nagar, Tourist Complex Area, Near Pizza Hut, Fatehabad Road, Tajganj, Agra 282001</AddressLine>
          </AddressLines>
          <CityName>Agra</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/5b/dc5b0219aefbbbebcedce155fff62bad9a7fa1a9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Agra.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1848.24" OriginalAmount="1812.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="27.158608" Longitude="78.055857" StarRating="2" HotelCode="195302|hotel_alpine" HotelName="Hotel Alpine" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P-14 &amp; C-3,Tajnagari Phase-Ist,Opp.Shanti Manglick Hospital, Near Big Bazaar, Fatehabad Road, Agra 282001</AddressLine>
          </AddressLines>
          <CityName>Agra</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/0e/b80eaaf2ae1af13c9876a0c30962cb9c4726fa90.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Agra. The nearest airport is Delhi (DEL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1848.24" OriginalAmount="1812.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="27.15568059" Longitude="78.05000935" StarRating="3" HotelCode="694677|hotel_maple_grand" HotelName="Hotel Maple Grand" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>A-15 Fatehbad Road, 1 km From Taj Mahal, Phase 2, Tajganj, Taj Nagri, Agra 282001</AddressLine>
          </AddressLines>
          <CityName>Agra</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/52/6852ea516d3a91c4bc79214e0bb36182b8f6494e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1879.50" OriginalAmount="1842.65" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="27.1671" Longitude="78.0324" StarRating="2" HotelCode="301621|2135845" HotelName="Hotel S.R. Palace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Bicycle Rental,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Luggage Storage,Parking,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>47 Paschim Puri Road, Puspdeep Enclave, Bodla, Agra</AddressLine>
          </AddressLines>
          <CityName>Agra</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/8e/348eaeb44cef9cbe9a8cb91e30cdb717df0815f8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hotel S.R Palace is perfectly located for both business and leisure guests in Agra. The hotel offers...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1980.84" OriginalAmount="1942.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="27.16219633" Longitude="78.05435364" StarRating="3" HotelCode="340335|hotel_crimson_palace" HotelName="Crimson Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="Air Conditioning,Conference Hall,Internet,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>768, Taj Nagri, Phase 1, Taj Ganj, Fatehabad Road, 282001 Agra</AddressLine>
          </AddressLines>
          <CityName>Agra</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/07/b707e38c9075fcdf4a94fdb03be7c4e3436ffca6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Agra.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1980.84" OriginalAmount="1942.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="27.159886588909" Longitude="78.043060260783" StarRating="3" HotelCode="74113|hotel_kant" HotelName="Hotel Kant" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/05/2026" HotelFacility="Bar,Conference Hall,Currency Exchange,Dry Cleaning,Laundry,Lounge,Parking,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Fatehabad Road, Agra 282001, Uttar Pradesh</AddressLine>
          </AddressLines>
          <CityName>Agra</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/2e/712e649737d2e206987dc3807e2b5e57286b691a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This 3 star hotel is located within the city of Agra.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1980.84" OriginalAmount="1942.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="27.16117104" Longitude="78.0379663" StarRating="3" HotelCode="349078|seven_hills_tower" HotelName="Seven Hills Tower" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Fatehabad Road, Jasoriya Enclave, Opposite Axis Bank, Adjoining Sbi Training Center, Agra 282001, Uttar Pradesh</AddressLine>
          </AddressLines>
          <CityName>Agra</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/f6/6af653c61b04ecef703867731c6d592d6a1ea301.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Agra.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2089.95" OriginalAmount="2048.97" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="27.15842116" Longitude="78.04532082" StarRating="3" HotelCode="285601|943885" HotelName="Love Kush" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Bicycle Rental,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Fatehabad Road, Taj Ganj, Agra</AddressLine>
          </AddressLines>
          <CityName>Agra</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/19/341954b3c6a772f386b7c93dcd0d87cd4799361d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Agra.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2107.16" OriginalAmount="2065.84" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="27.15858169954" Longitude="78.034208069941" StarRating="3" HotelCode="195288|950145" HotelName="Hotel Dasaprakash" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18/163A/6 Shamsabad Road, Vibhav Nagar, Agra 282001, Uttar Pradesh</AddressLine>
          </AddressLines>
          <CityName>Agra</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/fe/c3fe24d3c80b4a4e6564d737ffb576e6c3748eba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Agra.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2112.42" OriginalAmount="2071.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="27.179693" Longitude="78.005603" StarRating="3" HotelCode="178149|hotel_moti_palace" HotelName="Hotel Moti Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 23/05/2026" HotelFacility="24 Hour Room Service,Air Conditioning,Business Centre,Coffee Shop,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Meeting Room,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>M.G. Road, Dhakran Crossing, Agra 282010</AddressLine>
          </AddressLines>
          <CityName>Agra</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/9f/a49fff3e51e3b2f5e2d9ee8fae1fb6c866c42b54.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at Hotel Moti Palace in Agra, you'll be close to Jama Masjid and Taj M...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2112.42" OriginalAmount="2071.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="27.16474822" Longitude="78.05538457" StarRating="2" HotelCode="365114|zostel_agra" HotelName="Zostel Agra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Taj East Gate Road, opposite 132 KV Sub Plant, near Shilpgram, Agra</AddressLine>
          </AddressLines>
          <CityName>Agra</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/cb/3ecbc5b59263a31308d41bdc60b7dc5b72866b67.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Agra.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2112.42" OriginalAmount="2071.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="27.160794213163" Longitude="78.034635636399" StarRating="3" HotelCode="74109|hotel_atithi_19" HotelName="Hotel Atithi Agra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/05/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Fatehabad Road, Tourist Complex Area, Agra 282001</AddressLine>
          </AddressLines>
          <CityName>Agra</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/07/1107b6834ed16b39577a712ab1ae097f981d657c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Agra.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2112.42" OriginalAmount="2071.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="27.157744316267" Longitude="78.04997643603" StarRating="3" HotelCode="397755|hotel_taj_villa" HotelName="Hotel Taj Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>A-21 Fatehabad Road, Phase-2, Taj Nagri, Behind KFC, Agra 282001</AddressLine>
          </AddressLines>
          <CityName>Agra</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/79/087947dbdff98b5ef07910d42e5f6f1411d87097.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Agra.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2112.42" OriginalAmount="2071.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="27.1634933" Longitude="78.0387699" StarRating="2" HotelCode="175962|hotel_anand_villa" HotelName="Anand Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Massage Centre,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Fatehbad Road, Behind TDI Mall, Agra 282001</AddressLine>
          </AddressLines>
          <CityName>Agra</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/20/3420a030572c3cd5f53d8e88d72dc203e71c7b40.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located behind the TDI shopping centre on Fatehabad Road in Agra. The hotel enjoys clos...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2112.42" OriginalAmount="2071.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="27.157416852305" Longitude="78.049396276474" StarRating="3" HotelCode="161886|raj_mahal_hotel" HotelName="Agra - Regal Vista, A Sterling Holidays Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Fatehabad Road, A/C-1/2, Taj Nagri Phase-II, Agra 282001, Uttar Pradesh</AddressLine>
          </AddressLines>
          <CityName>Agra</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/56/d956dc68e28557861adb4bb87533968fb59e1a1a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Agra.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2242.16" OriginalAmount="2198.20" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="27.170003" Longitude="78.047861" StarRating="3" HotelCode="195286|943735" HotelName="Hotel Taj Resorts" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plot No 538, Near Shilp Gram, Taj Mahal, Estern Gate, Agra 282001</AddressLine>
          </AddressLines>
          <CityName>Agra</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/bc/b9bc040534ecc99065370ccc23238609b8c8aacf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Agra. The nearest airport is Delhi (DEL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2314.96" OriginalAmount="2269.57" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="27.23212052" Longitude="78.17113713" StarRating="0" HotelCode="668343|2135795" HotelName="Hotel Palm Galaxy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 23/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>NH 2</AddressLine>
          </AddressLines>
          <CityName>Agra</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/e1/a2e1b80a2f85f027596e3f80a073c16b1aa43638.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2376.60" OriginalAmount="2330.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="27.167294" Longitude="78.009082" StarRating="3" HotelCode="207363|usha_kiran_palace" HotelName="Usha Kiran Palace Hotel &amp; Towers" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/05/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>M.G. Road, Pratappura Crossing, Agra 282001</AddressLine>
          </AddressLines>
          <CityName>Agra</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/b4/bbb450728d87746afc58b2c395a3b4aa746ec960.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Agra. The nearest airport is Agra - Angelholm (AGR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2376.60" OriginalAmount="2330.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="27.160693" Longitude="78.060151" StarRating="3" HotelCode="74115|hotel_pushp_villa_2" HotelName="Pushp Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>VIP Road to Taj Mahal, Fatehabad Road, Agra 282001</AddressLine>
          </AddressLines>
          <CityName>Agra</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/f3/d6f3ac0cb9e5092512efc8361d72bc60e501a5c2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located within the city of Agra. It is a short drive away from the Taj Mahal.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2376.60" OriginalAmount="2330.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="27.20063361" Longitude="78.04738573" StarRating="3" HotelCode="301620|hotel_madhushrie" HotelName="Hotel Madhushrie" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/05/2026" HotelFacility="Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Taj Express Way Link Road Crossing, Nunihai, Agra 282006</AddressLine>
          </AddressLines>
          <CityName>Agra</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/c2/82c26271db89878c72a038fc12cc0c59d74f1dc7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Agra. The nearest airport is Delhi (DEL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2376.60" OriginalAmount="2330.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="27.176650516247" Longitude="78.008167152393" StarRating="1" HotelCode="285654|hotel_jigyasa_palace" HotelName="Jigyasa Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="Air Conditioning,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>16/1 Collectorate Road, Kishan Complex, Sadar Bhatti, Agra 282003, Uttar Pradesh</AddressLine>
          </AddressLines>
          <CityName>Agra</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/06/ed06b5075e7fa3e879db6a1e15f41edd5d194184.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Agra.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2376.60" OriginalAmount="2330.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="27.1687526" Longitude="78.042039" StarRating="1" HotelCode="285597|hotel_kamal" HotelName="Hotel Kamal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Coffee Shop,Currency Exchange,Designated Smoking Area,Dry Cleaning,Laundry,Library,Luggage Storage,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>South Gate Of TajMahal, Near TajGanj Police Station, TajGanj, Agra 282001, Uttar Pradesh</AddressLine>
          </AddressLines>
          <CityName>Agra</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/e1/c5e1cee52c6f0b8af9b2aa921fab3759f1960c30.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hotel Kamal is conveniently located in the popular Fatehabad Road area. The hotel offers a wide rang...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2376.60" OriginalAmount="2330.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="27.16454612" Longitude="78.05458536" StarRating="0" HotelCode="673575|anukampa_paying_guest_house" HotelName="Anukampa Paying Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Near aman Homestay</AddressLine>
          </AddressLines>
          <CityName>Agra</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/03/8e0340e0e359d4862cd92be83fc5901334575729.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2376.60" OriginalAmount="2330.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="27.1671" Longitude="78.0324" StarRating="0" HotelCode="974102|hotel_president_64" HotelName="Hotel President" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Fatehabad Road, Purani Mandi, Near Kailash Cinema, Agra 282001</AddressLine>
          </AddressLines>
          <CityName>Agra</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/a8/f8a83dd66e8818175155fbb1826b9932ff25bf3f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2376.60" OriginalAmount="2330.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="27.1671" Longitude="78.0324" StarRating="0" HotelCode="671798|hotel_orange_7" HotelName="Hotel Orange" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>33/110 Mahatma Gandhi Road</AddressLine>
          </AddressLines>
          <CityName>Agra</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/1e/961ea6c7f8268fc623e61428fca28749ea510f95.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2376.60" OriginalAmount="2330.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="27.16800874" Longitude="78.05047171" StarRating="0" HotelCode="694578|big_brother_hostel_2" HotelName="Big Brother Hostel Agra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Taj Mahal Eastern Gate Road, Rajeev Nagar, Near Hotel Amarvilas, Agra 282001</AddressLine>
          </AddressLines>
          <CityName>Agra</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/e3/3de3c2ce7b161f24ca77d0588ff2228eb07fce79.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2376.60" OriginalAmount="2330.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="27.161698" Longitude="78.058438" StarRating="3" HotelCode="906051|hotel_crystal_inn" HotelName="Hotel Crystal Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Fatehabad Road, Behind TDI Mall, Agra</AddressLine>
          </AddressLines>
          <CityName>Agra</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/56/a5567ce929b0f4f30a29d810302d869d6af8c8c5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Agra. The nearest airport is Agra - Angelholm (AGR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2508.18" OriginalAmount="2459.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="27.157796002712" Longitude="78.052463639287" StarRating="3" HotelCode="335383|hotel_east_gate_" HotelName="Hotel East Gate" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Plot 31 Fatehabad Road, Taj Nagri, Phase 1, Agra 282001</AddressLine>
          </AddressLines>
          <CityName>Agra</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/9b/b29b039ea3a1677d14e5f491f35c66f5a903423a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Agra.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2772.36" OriginalAmount="2718.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="27.173406605332" Longitude="78.008478206013" StarRating="4" HotelCode="61217|the_grand_imperial_heritage_hotel" HotelName="The Grand Imperial" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>32 / 107-A Mahatma Gandhi Road, Opposite DM Bungalow, Agra 282001, Uttar Pradesh</AddressLine>
          </AddressLines>
          <CityName>Agra</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/2f/292f6a61f608d0232f9f1b5115947584386025e7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the city, within easy reach of the train station and very close...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2772.36" OriginalAmount="2718.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="27.163564" Longitude="78.053397" StarRating="2" HotelCode="458781|aman_homestay" HotelName="Aman Homestay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/05/2026" HotelFacility="Air Conditioning,Elevator,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Shilpgram Road, P-18 MIG Colony, Taj Nagri Phase 1, Before Shilpgram Parking, Agra 282002, Uttar Pradesh</AddressLine>
          </AddressLines>
          <CityName>Agra</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b5/fd/b5fd9a659f4077fbb5a74a00aaf2eafbc587b165.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;With a stay at Aman Homestay in Agra, you'll be within a 15-minute drive of Taj Mahal and Mosque and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2901.31" OriginalAmount="2844.42" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="27.158471685258" Longitude="78.000730276108" StarRating="3" HotelCode="74112|84619" HotelName="Grand Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,FULL BOARD,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>137 Station Road, Agra Cantt, Agra 282001</AddressLine>
          </AddressLines>
          <CityName>Agra</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/34/9834914b9a5dd249ed016ef375fa06be27ab1c13.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Agra, also known as the city of Taj. It is only three minutes' drive from Ag...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3036.54" OriginalAmount="2977.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="27.1671" Longitude="78.0324" StarRating="0" HotelCode="965345|hotel_royale_regent" HotelName="Hotel Royale Regent" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Fatehabad Road, Opposite Hotel Jaypee Palace, Agra 282003</AddressLine>
          </AddressLines>
          <CityName>Agra</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/06/9e062a620684290d0b25ade816d1237cb8c29b74.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="3046.90" OriginalAmount="2987.16" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="27.19946282" Longitude="78.00350346" StarRating="4" HotelCode="482508|2115585" HotelName="P L Palace Lords Inn" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Air Conditioning,Bar,Internet,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>M G Road, Sanjay Place, Agra 282002, Uttar Pradesh</AddressLine>
          </AddressLines>
          <CityName>Agra</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/26/9f266eb5aefc1cd34974ecb435c17b1f1b69e99b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A bar, a babysitting service, a childcare service and a business centre are available to guests of t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="3098.53" OriginalAmount="3037.77" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="27.164327974783" Longitude="78.038238286972" StarRating="4" HotelCode="42291|1631488" HotelName="Howard Plaza The Fern" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 23/05/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Fatehabad Road, Agra 282 001, Uttar Pradesh</AddressLine>
          </AddressLines>
          <CityName>Agra</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/d0/6ed0322dcb6506049d334942e10619506c99ef05.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is located only a few paces from the historic monument of the Taj Mahal. Because o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3168.12" OriginalAmount="3106.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="27.158755677044" Longitude="78.02561044693" StarRating="5" HotelCode="37957|hotel_clarks_shiraz" HotelName="Clarks Shiraz" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>54 Taj Road, Agra 282001</AddressLine>
          </AddressLines>
          <CityName>Agra</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/7c/067c4dd1a475400047cb6f29e3ae3a4c8296a19f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the city centre of Agra. It is close to the Taj Mahal.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3168.12" OriginalAmount="3106.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="27.197263" Longitude="78.002792" StarRating="4" HotelCode="37958|hotel_marina_agra" HotelName="Holiday Inn Agra MG Road" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>16/2/8 Sanjay Place, Commercial Complex, Mahatma Gandhi Marg, Agra 282002, Uttar Pradesh</AddressLine>
          </AddressLines>
          <CityName>Agra</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/41/7e41f2882891ebada07a69f7ae62d190647a82fd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the city, close to Kheria Airport (8 km away), the railway stat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="3482.36" OriginalAmount="3414.08" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="27.1574" Longitude="78.050461" StarRating="5" HotelCode="379051|1826638" HotelName="Crystal Sarovar Premiere" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Fatehabad Road, Agra 282001</AddressLine>
          </AddressLines>
          <CityName>Agra</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/43/430319/430319a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Agra.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="3679.58" OriginalAmount="3607.43" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="27.15834365" Longitude="78.05902646" StarRating="3" HotelCode="301623|1688958" HotelName="Hotel The Taj Vilas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 23/05/2026" HotelFacility="Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Fatehabad Road, opposite Hotel Trident, near TDI Mall, Agra 282001</AddressLine>
          </AddressLines>
          <CityName>Agra</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/99/cc99f609296430c74ceaf0cb25dbaf0accdf8849.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Agra.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3696.48" OriginalAmount="3624.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="27.20684417" Longitude="77.97196037" StarRating="3" HotelCode="301579|bhawna_clarks_inn__agra" HotelName="Bhawna Clarks Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bhawna Tower, Delhi Road, Near Gurudwara Ka Taal, Kailashouri Crossing, Sector 16-B, Awas Vikas Colony, Sikandra Scheme, Agra 282007, Uttar Pradesh</AddressLine>
          </AddressLines>
          <CityName>Agra</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/31/d131254ce1cc21ac08827d2ea30e3286eee0ae57.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Agra. The nearest airport is Agra - Angelholm (AGR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="3822.53" OriginalAmount="3747.58" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="27.157798447914" Longitude="78.051895169312" StarRating="3" HotelCode="201874|943845" HotelName="Hotel Panna Paradise" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Fatehabad Road, Before Tajnagari Crossing, Agra 282001, Uttar Pradesh</AddressLine>
          </AddressLines>
          <CityName>Agra</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/e1/bfe1a3b4138e5b3fd9ce2abf73a628b73684fb24.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Agra.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3829.08" OriginalAmount="3754.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="27.156097693641" Longitude="78.059964664426" StarRating="5" HotelCode="935137|courtyard_marriott_agra" HotelName="Courtyard Agra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Fatehabad Road, Taj Nagri, Phase II, Agra 282001</AddressLine>
          </AddressLines>
          <CityName>Agra</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/5a/995a6b5fc04319a6b6dc2a0c0e103728c33f4aa3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Agra. The nearest airport is Agra - Angelholm (AGR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="4006.51" OriginalAmount="3927.95" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="27.1586968085" Longitude="78.054075608671" StarRating="4" HotelCode="319196|1748138" HotelName="Prime Plaza Agra" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>C-1 C-2 Taj Nagari Phase 1, Fatehabad Road, Agra, Uttar Pradesh 282004</AddressLine>
          </AddressLines>
          <CityName>Agra</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/3c/c23cf80bf58b57fcc2965d9aca591b2416c27dc4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Agra.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4489.02" OriginalAmount="4401.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="27.158134" Longitude="78.059325" StarRating="3" HotelCode="73234|hotel_royale_residency" HotelName="Royale Residency" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 23/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Fatehabad Road, Agra 282001</AddressLine>
          </AddressLines>
          <CityName>Agra</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/5b/0e5b93bdfe48497514e4f840743b6e0a7a7c9b75.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the heart of the city of the Taj, close to the Taj Mahal in Agra and 5 km f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="4505.50" OriginalAmount="4417.16" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="27.15185216" Longitude="78.05078129" StarRating="4" HotelCode="931730|CAW680400" HotelName="Doubletree By Hilton Agra" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>B/H - 1&amp;2, Taj Nagri Phase II, Agra 282001</AddressLine>
          </AddressLines>
          <CityName>Agra</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/fd/3ffd7273e399bf5bc2239b08042e40a9875413f9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Agra.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4620.60" OriginalAmount="4530.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="27.137604610882" Longitude="78.091716611729" StarRating="5" HotelCode="318896|ramada_plaza_agra" HotelName="Ramada Plaza Agra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>672 Fatehabad Road, Ring Road Crossing, Agra 282001</AddressLine>
          </AddressLines>
          <CityName>Agra</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/09/9209ebfbe5814b1c69c75e8301ef4e7c3def9fb9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Agra. The nearest airport is Agra - Angelholm (AGR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="4755.66" OriginalAmount="4662.41" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="27.15917331071" Longitude="78.060082197189" StarRating="5" HotelCode="29633|11854" HotelName="Trident Hotel Agra" Meals="ROOM ONLY,BED &amp; BREAKFAST,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Laundry,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Fatehabad Road, Agra 282001, Uttar Pradesh</AddressLine>
          </AddressLines>
          <CityName>Agra</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/b9/0bb9edcd8963201c59250a117321e20685c5452c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located within the city of Agra. It is close to the Taj Mahal.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5280.54" OriginalAmount="5177.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="27.160947769745" Longitude="78.040057588955" StarRating="5" HotelCode="30199|the_gateway_hotel_fatehabad_road" HotelName="Tajview, Agra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Fatehabad Road, Taj Ganj, Agra 282001, Uttar Pradesh</AddressLine>
          </AddressLines>
          <CityName>Agra</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/d5/c6d5a2f7f6a4ddbb715b35947fd49e295d921603.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located within the city of Agra. It is a short drive away from the Taj Mahal.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6656.34" OriginalAmount="6525.82" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="27.1671" Longitude="78.0324" StarRating="5" HotelCode="29631|11804" HotelName="Jaypee Palace Hotel &amp; Convention Centre, Agra" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 22/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Jacuzzi,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Fatehabad Road, Agra 282003, Uttar Pradesh</AddressLine>
          </AddressLines>
          <CityName>Agra</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/ba/16bab56f38063c93872e1c9663cb9f74c941218a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located on Fatehabad Road, only a short drive from the historic and world famou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6999.15" OriginalAmount="6861.91" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="27.163020282844" Longitude="78.056412063477" StarRating="5" HotelCode="177377|2395635" HotelName="Taj Hotel &amp; Convention Centre Agra" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Taj East Gate Road, Agra 282001, Uttar Pradesh</AddressLine>
          </AddressLines>
          <CityName>Agra</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/81/e6/81e68ff110c8aab5e6ab4f20e86886d6a6148260.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Agra. Its setting is especially ideal for those in need of an ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="34057.80" OriginalAmount="33390.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="27.16771964545" Longitude="78.049169687172" StarRating="5" HotelCode="29919|the_oberoi_amarvilas_agra" HotelName="The Oberoi Amarvilas, Agra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Taj East Gate Road, Agra 282001, Uttar Pradesh</AddressLine>
          </AddressLines>
          <CityName>Agra</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/b3/55b310057ac5311e90836aef75c04e7aae822a34.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located within the city of Agra. It is close to the Taj Mahal.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Swimming Pool,Telephone Service,Internet,Jacuzzi,Lounge,Massage Centre,Currency Exchange,Designated Smoking Area,Laundry,Sauna,Wheelchair Access,24 Hour Room Service,Business Centre,Coffee Shop,Dry Cleaning,Elevator,Garden,Limousine Service,Luggage Storage,Meeting Room,Parking,Spa,Valet Parking,LCD/Projector,24 Hour Front Desk,Golf,Bicycle Rental,24 Hour Power Supply,24 Hour Security,Airport Transfer (on Demand),Banquet Hall,Housekeeping,Shopping Arcade,Nightclub,Concierge,Babysitting,Library,Pets allowed,Central Heating</BasicAmenities>
    <HotelRating>5,4,3,2,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD</Meals>
    <PropertyType>HOTEL,CITY HOTEL,HOTEL DE CHARME,CONFERENCE HOTEL,BUSINESS HOTEL,APARTMENT,HOMESTAYS,RESORT</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
|Exception|Column 'Veturis' does not belong to table Table1.|System.ArgumentException: Column 'Veturis' does not belong to table Table1.
   at System.Data.DataRow.GetDataColumn(String columnName)
   at System.Data.DataRow.get_Item(String columnName)
   at HotelBookingEngine.HotelCity.Load(Int32 pCityId, Int32 DestinationId, Int32 HotelId, String landmark) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelCity.cs:line 897|LoadCity|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
76ba9116-c257-46a5-b2e3-a7c311dc8978|DOTWPrice|successfull supplier interation||DOTW|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
76ba9116-c257-46a5-b2e3-a7c311dc8978|RateHawkPrice|successfull supplier interation||RateHawk|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
76ba9116-c257-46a5-b2e3-a7c311dc8978|PriceResponse|PriceResponse|<?xml version="1.0" encoding="utf-16"?><HotelRoomRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Version="0" EchoToken="Price" TransactionIdentifier="76ba9116-c257-46a5-b2e3-a7c311dc8978" TimeStamp="0001-01-01T00:00:00" HotelName="Hotel Raj Bed &amp; Breakfast" HotelCode="195289|951505" StarRating="2" GTCityId="50542" CountryCode="IN" CityName="Agra" CountryName="India" Address="2/26 Taj Mahal, South Gate, Taj Ganj, Agra 28201" PostCode="28201" PhoneNo="" FaxNo="" Email="hotel_raj@yahoo.com" CheckInTime="12:00" CheckOutTime="12:00" Latitude="27.169769" Longitude="78.041473" SourceId="16" Currency="INR"><RoomTypes><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Standard room" RoomTypeCode="h-448dad3e-95ce-59eb-8a5f-1208851da49e|63|NjQ4LjAwfElOUnwyMDI2LTA1LTI4" OriginalAmount="648" TotalPrice="660.96" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 23/05/2026"><AdditionalDetails>INR 30.86-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Family room|Indoor Fireplace|Cable TV|TV|Minibar</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-24T00:00:00" End="2026-05-30T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="660.96" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: 1 BEDROOM, EXECUTIVE" RoomTypeCode="0|0|1275417475|1779353282006897B2129B1||no|951505|16|NS4zMnxHQlB8MjAyNi0wNS0yOQ==" OriginalAmount="690" TotalPrice="704.15" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 25/05/2026"><AdditionalDetails>CheckIn instructions: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Extra-person charges may apply and vary depending on property policy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Government-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental charges&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Please note that cultural norms and guest policies may differ by country and by property; the policies listed are provided by the property&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: 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. Front desk staff will greet guests on arrival at the property. Information provided by the property may be translated using automated translation tools. 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.,Optional fees: &amp;lt;ul&amp;gt; &amp;lt;li&amp;gt;Fee for continental breakfast: approximately INR 99 for adults and INR 99 for children&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Airport shuttle fee: INR 2500 per vehicle&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. &amp;lt;/p&amp;gt;,Know before you go: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;No pets and no service animals are allowed at this property. &amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Tax Recovery Charges and Service Fees for 2 people: 0.36 USD (This amount is included within the total price).&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Internet access|Minibar|Air conditioning (centrally regulated)</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-25T00:00:00" End="2026-05-26T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="704.15" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: STANDARD, NO AIR CONDITION" RoomTypeCode="0|0|1275417495|1779353282006897B2129B6||yes|951505|16|NS44MHxHQlB8MjAyNi0wNS0yMQ==" OriginalAmount="753" TotalPrice="767.68" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>CheckIn instructions: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Extra-person charges may apply and vary depending on property policy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Government-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental charges&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Please note that cultural norms and guest policies may differ by country and by property; the policies listed are provided by the property&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: 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. Front desk staff will greet guests on arrival at the property. Information provided by the property may be translated using automated translation tools. 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.,Optional fees: &amp;lt;ul&amp;gt; &amp;lt;li&amp;gt;Fee for continental breakfast: approximately INR 99 for adults and INR 99 for children&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Airport shuttle fee: INR 2500 per vehicle&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. &amp;lt;/p&amp;gt;,Know before you go: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;No pets and no service animals are allowed at this property. &amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Tax Recovery Charges and Service Fees for 2 people: 0.40 USD (This amount is included within the total price). NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Internet access|Minibar|Air conditioning (centrally regulated)</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-21T00:00:00" End="2026-05-26T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="767.68" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: 1 Bedroom Executive Quadruple room (2 full double beds)" RoomTypeCode="h-cfd6d52c-fcd5-514d-a0bb-c49ee102bc73|63|Nzc3LjAwfElOUnwyMDI2LTA1LTI5" OriginalAmount="777" TotalPrice="792.54" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 24/05/2026"><AdditionalDetails>INR 37.00-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Family room|Indoor Fireplace|Cable TV|TV|Minibar</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-25T00:00:00" End="2026-05-31T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="792.54" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: 1 Bedroom Executive room" RoomTypeCode="h-da01aead-12a8-50bd-ad0f-8aa0c0e85afd|63|Nzc3LjAwfElOUnwyMDI2LTA1LTI4" OriginalAmount="777" TotalPrice="792.54" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 23/05/2026"><AdditionalDetails>INR 37.00-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Family room|Indoor Fireplace|Cable TV|TV|Minibar</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-24T00:00:00" End="2026-05-30T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="792.54" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Standard Double room (full double bed)" RoomTypeCode="h-e480e83b-dfdb-5c21-bf95-c3136ca043d7|63|Nzc3LjAwfElOUnwyMDI2LTA1LTI5" OriginalAmount="777" TotalPrice="792.54" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 24/05/2026"><AdditionalDetails>INR 37.00-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Family room|Indoor Fireplace|Cable TV|TV|Minibar</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-25T00:00:00" End="2026-05-31T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="792.54" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: STANDARD, DOUBLE BED, NO AIR CONDITION" RoomTypeCode="0|0|1276545115|1779353283074478B2119B0||yes|951505|16|Ni4wMXxHQlB8MjAyNi0wNS0yMQ==" OriginalAmount="780" TotalPrice="795.48" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Internet access|Minibar|Air conditioning (centrally regulated)</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-21T00:00:00" End="2026-05-26T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="795.48" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: 1 BEDROOM, EXECUTIVE, 2 DOUBLE BEDS" RoomTypeCode="0|0|1450482105|1779353283074478B2119B2||yes|951505|16|Ni4wMXxHQlB8MjAyNi0wNS0yMQ==" OriginalAmount="780" TotalPrice="795.48" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Internet access|Minibar|Air conditioning (centrally regulated)</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-21T00:00:00" End="2026-05-26T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="795.48" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Executive room" RoomTypeCode="h-79399fb7-2e83-5fa9-ad79-29304f0e910b|63|OTA2LjAwfElOUnwyMDI2LTA1LTI2" OriginalAmount="906" TotalPrice="924.12" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 21/05/2026"><AdditionalDetails>INR 43.14-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Family room|Indoor Fireplace|Cable TV|TV|Minibar</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-22T00:00:00" End="2026-05-30T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="924.12" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="https://cdn.worldota.net/t/x500/content/2c/4d/2c4da399a3d91bed6453149f6aac2307ba2ecd92.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/37/b0/37b03e80eb015dd3e781ac2eab000c81d751f48d.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/44/d6/44d6b2b093df4300fbc04dc554eccefea48dee63.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/40/f5/40f5d20c1cf518abea92daad86ec671e8cbd1832.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/39/e3/39e3fa839d81ab6e6d9d9e05a0e2f702de600066.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/eb/99/eb995bf2d40a03bb8b8c3c107b5b86cca13e5550.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/3b/3d/3b3d94ba603f47f5d0bb89b525ee9a05d673f202.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/60/fa/60fa4a074bb35b6402ad6770103b4bc724617058.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/5d/59/5d5992d7661675cafd03acddcc1657863cc85a91.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/85/bd/85bd8f74c0cb34bb06bb8a79614d25d9fa00b5c3.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/72/16/72167410d5e96ad3b3af1843d6f171a368e397c9.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/91/64/9164a887288539c3bcec63b6eeab2fa536931ee4.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/f2/92/f2925dd748e59c80f298540d859b73ed6d614541.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/1d/7c/1d7c1b85d8ce721512abdbc83cbe03cf15368adc.jpeg" /></Images><HotelDescription>&lt;br/&gt;&lt;b&gt;Location Description&lt;/b&gt; &lt;br/&gt;This B &amp; B is located in Agra. The nearest airport is Delhi (DEL).&lt;br/&gt;&lt;b&gt;Facilities&lt;/b&gt; &lt;br/&gt;24-hour room service and a laundry service are available. Internet access in public areas allows guests to stay in touch while on holiday.&lt;br/&gt;&lt;b&gt;Room Description&lt;/b&gt; &lt;br/&gt;Rooms are equipped with air conditioning. Some rooms offer a minibar, a mini fridge and internet access. Copyright GIATA 2004 - 2019. Multilingual, powered by www.giata.com for client no. 126985&lt;br/&gt;&lt;b&gt;Meals&lt;/b&gt; &lt;br/&gt;Bed and breakfast is bookable. It is also possible to order breakfast.&lt;br/&gt;&lt;br/&gt;&lt;b&gt;Important Information &lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Meals: &lt;/b&gt;Information about the type of meals included in the price is indicated in the rate details.&lt;br /&gt;&lt;b&gt;Extra Info: &lt;/b&gt;Please note that airport pick-ups from Agra (Domestic Airport) is free while pick-ups from Indira Gandhi International airport is chargeable.</HotelDescription><Facilities><HotelFacilities><Type>Object Information</Type><Description>Fax</Description><Value>91-114-572-0331</Value></HotelFacilities><HotelFacilities><Type>Object Information</Type><Description>Telephone Hotel</Description><Value>91-999-945-0107</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Official)</Description><Value>2</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Recommended)</Description><Value>2</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Restaurant(s)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Room Service</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Laundry Service</Description><Value>true</Value></HotelFacilities></Facilities></HotelRoomRS>||True