<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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
8d25153d-e36e-4f61-bbf7-c0b425fe6506|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="8d25153d-e36e-4f61-bbf7-c0b425fe6506">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="6289" DestinationId="0" CityId="0" />
    <StayDateRange Start="2025-01-20T00:00:00" End="2025-02-10T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="Thetravellers" Password="Alikhan@12369" RequestedCurrency="PKR" ClientNationality="PK" 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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
8d25153d-e36e-4f61-bbf7-c0b425fe6506|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<ErrorRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Error>
    <RecordID>8d25153d-e36e-4f61-bbf7-c0b425fe6506</RecordID>
    <ShortText>No Record Found!</ShortText>
  </Error>
  <TimeStamp>0001-01-01T00:00:00</TimeStamp>
  <Version>0</Version>
</ErrorRS>||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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
280c8c50-e308-4a4a-a120-cc7effa7176e|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="280c8c50-e308-4a4a-a120-cc7effa7176e">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="6296" DestinationId="0" CityId="0" />
    <StayDateRange Start="2025-01-20T00:00:00" End="2025-02-10T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="Thetravellers" Password="Alikhan@12369" RequestedCurrency="PKR" ClientNationality="PK" 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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
280c8c50-e308-4a4a-a120-cc7effa7176e|HotelsProSearch|exception while supplier interation: Exception||HotelsPro|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
280c8c50-e308-4a4a-a120-cc7effa7176e|PaximumSearch|supplier interation failed||Paximum|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
280c8c50-e308-4a4a-a120-cc7effa7176e|WebbedsSunHotelsSearch|successfull supplier interation||WebbedsSunHotels|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
280c8c50-e308-4a4a-a120-cc7effa7176e|TravcoSearch|successfull supplier interation||Travco|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
280c8c50-e308-4a4a-a120-cc7effa7176e|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="2025-01-17T07:24:45.3918823+00:00" Version="0" EchoToken="Search" TransactionIdentifier="280c8c50-e308-4a4a-a120-cc7effa7176e" Currency="PKR">
  <HotelStays>
    <HotelStay SourceId="27" TotalAmount="156597.71" OriginalAmount="146353" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.22665" Longitude="50.582787" StarRating="3" HotelCode="146242|22172" HotelName="Concord International Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Shaikh Isa Avenue, PO Box 3200, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/13/136291/136291a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated right in the heart of the city. It is within walking distance of the shopping centres, banks and leisure facilities and 5 km away from the international airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="190397.94" OriginalAmount="177942" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.217541" Longitude="50.609381" StarRating="3" HotelCode="171924|252393" HotelName="Oryx Tower" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Laundry,Luggage Storage,Parking,Room Service,Sauna,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>Juffair, Manama 973</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/134162/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Juffair, Oryx Tower Furnished Apartments is a perfect starting point from which to explore Manama. The hotel offers guests a range of services and amenities designed to provide comfort and convenience. Facilities like free Wi-Fi in all rooms, 24-hour front desk, 24-hour room service, luggage storage, valet parking are readily available for you to enjoy. Designed for comfort, selected guestrooms offer internet access – wireless (complimentary), air conditioning, heating, wake-up service, desk to ensure a restful night. Entertain the hotel's recreational facilities, including fitness center, sauna, outdoor pool, steamroom. Oryx Tower Furnished Apartments is an excellent choice from which to explore Manama or to simply relax and rejuvenate.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="203415.56" OriginalAmount="190108" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.233265" Longitude="50.578037" StarRating="3" HotelCode="96255|22177" HotelName="Oriental Palace Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Tijjar Road, Behind Yateem Centre, P.O. Box 5546, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/18/187883/187883a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Manama.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="233285.68" OriginalAmount="218024" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.219781415056" Longitude="50.607865826073" StarRating="4" HotelCode="37484|197451" HotelName="Taj Plaza Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Road 2417, Al Juffair, Manama 1299</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/54/541343/541343a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Manama. The nearest airport is Bahrain (BAH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="248549.23" OriginalAmount="232289" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.212916204087" Longitude="50.604979991913" StarRating="4" HotelCode="63855|56350" HotelName="The Juffair Grand" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Road 4015, Near Grand Mosque Building 676, PO Box 15412, Manama 340</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/82279/a_82279_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located in Juffair, close to Al Fateh Corniche and 5 minutes' drive from the shopping complex and business district in the city centre. The hotel is 10 minutes from Bahrain International Airport (roughly 12 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="262168.19" OriginalAmount="245017" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.218363767572" Longitude="50.605123296326" StarRating="4" HotelCode="187348|198779" HotelName="Grand Safir Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Road 2412, PO Box 65154, Building 740, Block 324, Al Juffair, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/16/164818/164818a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Manama. The nearest airport is Bahrain (BAH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="270472.46" OriginalAmount="252778" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.232333673008" Longitude="50.596652573086" StarRating="4" HotelCode="103089|22180" HotelName="Baisan International Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Block 320 176 Exhibition Road, P.O. Box 771, District Hoora, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/143998/a_143998_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort hotel offers easy access to all corners of the city. Its advantageous location means that it is close to a number of city attractions, including Bahrain National Museum. Bahrain Airport is just 7 km from this luxury hotel, meaning that guests can reach the hotel within just a few minutes by car.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="283568.19" OriginalAmount="265017" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.210818" Longitude="50.601211" StarRating="4" HotelCode="96259|233734" HotelName="Panorama Hotel" 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,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Road 4041, Building 1579, Block 340, Al Juffair, Manama, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/133715/gt_133715_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Just a 10-minute drive from the airport and from the city centre, the hotel is ideally located behind one of Bahrain's attractions, the Al Fateh Grand Mosque.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="283995.12" OriginalAmount="265416" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.215938903722" Longitude="50.588613008598" StarRating="3" HotelCode="171928|127419" HotelName="Hotel Sea Shell" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Designated Smoking Area,Garden,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Shaik Isa Avenue, P.O. Box 26600, Adliya, Manama, Kingdom of Bahrain</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/17/173087/173087a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a prime setting, in close proximity to the centre of Manama. Within a short distance, guests can enjoy the Shaik Isa bin Ali House, Al Dar Islands Bahrain and Bab el-Bahrain Souk. Within a short distance of the hotel, guests can enjoy a host of shopping opportunities, dining options and entertainment venues. The hotel boasts a traditional architectural style, blending effortlessly with its surroundings. The guest rooms are tastefully decorated, featuring modern furnishings and soothing, natural tones. The hotel offers a range of facilities, sure to please even the most discerning traveller.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="291825.38" OriginalAmount="272734" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.213496619142" Longitude="50.604557671242" StarRating="4" HotelCode="364875|305690" HotelName="Juffair Gate Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Road 4016, Building 733, Block 340, Juffair, Al Manamah</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/212335/212335a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Manama.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="298943.02" OriginalAmount="279386" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.235241" Longitude="50.597122" StarRating="4" HotelCode="96264|72635" HotelName="Happy Days Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Road 1912, Building 395, Block 319, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/133720/a_133720_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is 8 km from Bahrain International Airport, whilst the Bahrain World Trade Center, Bahrain Financial Harbour and the National Museum are all less than 5 km from the property.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="299480.16" OriginalAmount="279888" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.237245753088" Longitude="50.537650046627" StarRating="4.5" HotelCode="151358|109766" HotelName="Asdal Gulf Inn" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Road 2830, Building 2326, Block 428, P.O. Box 2125, Al Seef, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/155706/155706a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located 550 metres away from the Seef Mall and 2.1 km away from the Bahrain International Exhibition and Convention Centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="303608.22" OriginalAmount="283746" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.22116134" Longitude="50.60933208" StarRating="4" HotelCode="435173|252376" HotelName="Crystal Palace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Road 2414, Building 115, Juffair, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://store1prod.blob.core.windows.net/images-hotels/17262/7cfa7a13-1b68-457e-a6da-2301e848b583.jpg?d=636686577470000000</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Manama.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="310235.80" OriginalAmount="289940" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.216282663482" Longitude="50.6118491292" StarRating="3" HotelCode="180674|354689" HotelName="Al Faris Suite 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Road No.2423 Building 1368, Block 324, Juffair, 2426 Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://us.dotwconnect.com/poze_hotel/18/1884785/xinFuagC_ac86c9d5a9bac4dcd59d8104b914bb79.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is set in Manama. The premises count with 30 welcoming rooms. Pets are not allowed at this property. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="316620.49" OriginalAmount="295907" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.202772" Longitude="50.600464" StarRating="4" HotelCode="316738|56163" HotelName="Royal Phoenicia Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Road 3931, Building 1288, Block 339, Umm Al Hasam, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/431177/a_431177_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Manama.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="328836.68" OriginalAmount="307324" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.233208" Longitude="50.571937" StarRating="4" HotelCode="37084|45946" HotelName="Delmon International Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 5661, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/13/138218/138218a_hb_a_003.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated right at the heart of Manama City on the Government Avenue road which crosses the Gold City. The Financial Harbour of Bahrain, the World Trade Center, Bahrain Exhibition and International Convention Centre and the premier shopping centres are all within 5-10 minutes’ drive from this hotel. The hotel is located within 15 minutes’ drive from the Bahrain International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="330007.26" OriginalAmount="308418" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.229444" Longitude="50.55128345" StarRating="4" HotelCode="317209|46327" HotelName="ibis Seef Manama" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Building 456, Road 1010, Sanabis Block 410, P.O. Box 21135, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/431436/a_431436_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Manama. The nearest airport is Bahrain (BAH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="332159.03" OriginalAmount="310429" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.221042905096" Longitude="50.607898644186" StarRating="3" HotelCode="574435|252405" HotelName="Vita Tower" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Road 2417, Building 991, Block 324, Juffair, Manama 340</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=10017632</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at Vita Tower in Manama (Juffair), you'll be minutes from Juffair Mall and close to Bahrain National Museum.  This aparthotel is within close proximity of Al Fateh Grand Mosque and Dolphin Resort. #  Rooms : # Make yourself at home in one of the 118 air-conditioned rooms featuring kitchens with refrigerators and ovens. Complimentary wireless Internet access keeps you connected, and satellite programming is available for your entertainment. Conveniences include phones, as well as safes and microwaves. #  Amenities : # Don't miss out on recreational opportunities including an indoor pool and a fitness center. #  Dining : # Take advantage of the aparthotel's 24-hour room service. #  Business &amp; Other Amenities : # Featured amenities include dry cleaning/laundry services, a 24-hour front desk, and luggage storage. Free self parking is available onsite.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="332751.81" OriginalAmount="310983" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.23709781" Longitude="50.59506198" StarRating="0" HotelCode="854743|417874" HotelName="Meshal Hotel &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Road 1906, Building 178 Block 319, Hoora, Manama 1199</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=11092298</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="337223.34" OriginalAmount="315162" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.231137" Longitude="50.572136" StarRating="2" HotelCode="96257|55629" HotelName="Awal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Khalifa Road, P.O. Box 3252, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/16/164902/164902a_hb_a_040.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Manama. The nearest airport is Bahrain (BAH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="341648.86" OriginalAmount="319298" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.21867098" Longitude="50.60992902" StarRating="3" HotelCode="621416|252369" HotelName="Afaq Tower" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Road 2419, Building 1111, Area 324, Juffair, Manama 1234</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=10097260</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="341694.87" OriginalAmount="319341" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.221367061929" Longitude="50.607521626984" StarRating="4" HotelCode="113848|197443" HotelName="Ramee Palace Hotel Bahrain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Road 22 103, Block 324, PO Box 11538, Juffair, Manama 324</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/157263/a_157263_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies in the heart of the Juffair region of Manama, the capital of Bahrain. A large number of corporate centres are situated within the hotel's vicinity, making it a location ideal for business guests. At the same time, amazing tourist spots like Bahrain National Museum are in close proximity. Bahrain International Airport is approximately 6 km from the accommodation.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="344085.25" OriginalAmount="321575" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.216733" Longitude="50.6108" StarRating="4" HotelCode="161059|45928" HotelName="Ramee California" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Road 1241, Building 2421, Area 324, PO Box 11538, Juffair, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/227401/a_227401_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located only 2 km from the Bahrain Museum and 10 minutes from the city centre and the Bahrain Shopping Mall. It is 7 km from Seef Mall, 30 km from the Bahrain International Circuit and 15 minutes from Bahrain International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="355172.59" OriginalAmount="331937" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.216729" Longitude="50.591332" StarRating="4" HotelCode="38663|46328" HotelName="Ramada Hotel Bahrain" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Adliya Bani Otbah Avenue, Road 351, Block 326, Building 88, Manama 5750</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/63843/a_63843_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Manama.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="358019.86" OriginalAmount="334598" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.22856944288" Longitude="50.546343402447" StarRating="4" HotelCode="71264|22176" HotelName="Gulf Court Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Country House,Club Resort,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Building 141, Block 408, Road 28, Off Seef District, By Bahrain International Exhibition Center, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/96568/a_96568_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is strategically located in the business hub and entertainment centre of Bahrain, in close proximity to the International Exhibition Centre and Bahrain's most popular shopping complexes, Dana &amp; Bahrain Malls. Manama City is 2 km away and guests will find bars, public transport, the Seef Mall and the Al A'Ali Mall are all within a 2 km radius of the hotel. The Arabian Sea is also around 2 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="366246.02" OriginalAmount="342286" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.2134359783" Longitude="50.60874581337" StarRating="4" HotelCode="177186|55639" HotelName="Elite Crystal Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Jacuzzi,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bldg 1373, road 2423, area 324, Juffair</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/247516/a_247516_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Manama. The nearest airport is Bahrain (BAH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="372080.73" OriginalAmount="347739" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.21983416" Longitude="50.61111773" StarRating="4" HotelCode="397808|55494" HotelName="Ramee Rose Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Road 2420, Building 01161, Block  0324, Juffair 324, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/508625/a_508625_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Manama.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="381665.79" OriginalAmount="356697" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.242384695166" Longitude="50.589668523254" StarRating="4" HotelCode="567779|252388" HotelName="ibis Styles Manama Diplomatic Area Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Road 1706, Building 511, 317 Diplomatic Area, P.O. Box 21135, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/684737/a_684737_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers travellers a range of services and facilities, making it ideal for business travellers and holiday makers alike.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="383161.65" OriginalAmount="358095" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.239657" Longitude="50.538434" StarRating="4" HotelCode="73806|197435" HotelName="Elite Seef Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Building 600 Road 2808, Area 428, Seef</AddressLine>
          </AddressLines>
          <CityName>Seef</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/99568/a_99568_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Seef area and is close to all of Manama City’s major shopping centres, as well as to its banking hub. The Ritz Carlton Beach is 1 km from the hotel and it is a 10-minute drive to the Diplomatic Enclave and Bahrain’s central business district. In close proximity to the hotel are the National Museum and Marina Club. The bus station is 4 km away and the hotel is a 15-minute drive from Bahrain International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="388625.07" OriginalAmount="363201" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.227028693387" Longitude="50.589482188225" StarRating="4" HotelCode="65471|22179" HotelName="Swiss International Palace Hotel Manama" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Gudaibiya Avenue, Road 333, Building 242, Block 321, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/84347/a_84347_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on a street in the heart of the city. Marina Beach is just a 10-minute walk away. It is just 10 minutes away from Bahrain's main financial, business and shopping centres and a 15-minute drive from Bahrain International airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="392731.73" OriginalAmount="367039" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.23684" Longitude="50.596555" StarRating="4" HotelCode="96266|69853" HotelName="Phoenicia Tower Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Restaurant,Room Service,Swimming Pool,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Road 1910, Building 299, Block 319, Al Hoora, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/c5/2c/c52c98e0cb12008c6b0c5f19548eb312df125dd6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is in Manama, about 5 km from Bahrain (BAH) Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="403572.97" OriginalAmount="377171" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.233604" Longitude="50.570956" StarRating="4" HotelCode="96267|45941" HotelName="Gulf Gate" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Road 357, PO Box 2825, Building 8, Block 315, Salah Al Deen Al Ayoubi Avenue, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/16/164900/164900a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Manama. The nearest airport is Bahrain (BAH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="404984.30" OriginalAmount="378490" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.230598" Longitude="50.570561" StarRating="3" HotelCode="98902|362611" HotelName="Bahrain International" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Government Avenue Road, Block 304, Building 187, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://us.dotwconnect.com/poze_hotel/65/653695/SxgAZ4RR_651a8b3d0640c788ec10237b91f8b826.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Manama. The nearest airport is Bahrain (BAH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="419564.12" OriginalAmount="392116" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.21974" Longitude="50.606259" StarRating="4" HotelCode="210783|77532" HotelName="Best Western Plus The Olive" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Road 2408, Building 507, Block 324, Juffair, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/299293/a_299293_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This quiet hotel is located in the heart of the city of Manama (Juffair), not far from the diplomatic &amp;amp; financial center from Manama (by day) and the cuisine &amp;amp; ambiance of the Juffair restaurant district (at night).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="420401.93" OriginalAmount="392899" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.21172914" Longitude="50.60901105" StarRating="4" HotelCode="433620|197431" HotelName="Belair Executive Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Kitchen,Laundry,Massage Centre,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Building 1301, Road 4026, Block 340, Al Shabab Road, Juffair, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/43/436380/436380a_hb_a_013.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Manama. It is about 7 km to Bahrain (BAH) Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="422790.17" OriginalAmount="395131" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.22086463" Longitude="50.60777832" StarRating="3" HotelCode="573660|252374" HotelName="Belle Tower Luxury Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Road 2417, Block 324, Building 995, Manama 75845</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/737689/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Belle Tower Luxury Apartments is perfectly located for both business and leisure guests in Manama. The hotel has everything you need for a comfortable stay. Service-minded staff will welcome and guide you at the Belle Tower Luxury Apartments. Guestrooms are fitted with all the amenities you need for a good night's sleep. In some of the rooms, guests can find closet, cleaning products, towels, separate living room, television LCD/plasma screen. Enjoy the hotel's recreational facilities, including hot tub, fitness center, sauna, outdoor pool, billiards, before retiring to your room for a well-deserved rest. Discover all Manama has to offer by making Belle Tower Luxury Apartments your base.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="423501.72" OriginalAmount="395796" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.236044382893" Longitude="50.549849449074" StarRating="4" HotelCode="73805|22173" HotelName="Elite Grande Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Road No 2845, Building 3378,  Area 428, Seef</AddressLine>
          </AddressLines>
          <CityName>Seef</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/99567/a_99567_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Seef area, in close proximity to major shopping centres, such as the Seef Mall, Al A'Ali Mall, Dana Mall and Bahrain Mall. It is also within close proximity to the upcoming city centre project, to the major banking headquarters and the new Seef corporate area, and it is a 10-minute drive from the hotel to the diplomatic enclave and Bahrain’s central business district. The hotel is only a 5-minute drive from Bahrain International Airport and both the National Museum and the Marina Club are close by.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="431628.37" OriginalAmount="403391" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.220058562682" Longitude="50.604652373016" StarRating="4" HotelCode="171920|55460" HotelName="Hotel Diva" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 75898, Juffair</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/16/164102/164102a_hb_a_025.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Manama. The nearest airport is Bahrain (BAH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="432398.77" OriginalAmount="404111" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.21989035" Longitude="50.609976" StarRating="4" HotelCode="741581|354701" HotelName="Arch Hotel BW Signature Collection by Best Western" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Massage Centre,Sauna,Spa,Telephone Service,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>Building 1118, Road 2419, Block 324, Juffair, Manama</AddressLine>
          </AddressLines>
          <CityName>Juffair</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/862622/a_862622_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;With its stylish exteriors and matching modern interiors, the Arch Hotel, BW Signature Collection by Best Western is an iconic hotel extending the best of hospitality to all patrons from all over the world. Conveniently located near both the financial and diplomatic areas of the city, this modern hotel is designed with an eye for detail and equipped with deluxe amenities for your ultimate comfort and convenience. This luxury hotel is ideal for long-term stays, business trips, holidays, and is located only 15 minutes from Bahrain International Airport, 30 minutes from the Bahrain International Circuit and is just minutes away from the major tourist destinations and shopping centers. The Arch Hotel, BW Signature Collection by Best Western offers complimentary high-speed Wi-Fi and 24 hour in-room dining options in all of the spacious and well-appointed 117 guest suites and rooms with views of the city skylines and the azure seas. The hotel offers a wide range of eclectic dining and contemporary clubbing options coupled with a modern full range Health Club, Gym and Boutique Spa. A well-equipped state of the art conference and banquet facility, adds further appeal to this iconic hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="434452.10" OriginalAmount="406030" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.23156245" Longitude="50.59601652" StarRating="4" HotelCode="623770|252391" HotelName="Marco Polo Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Road 2005, Building 185, Block 320, Hoora, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/64/644226/644226a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Manama.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="437737.00" OriginalAmount="409100" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.21700899" Longitude="50.60770808" StarRating="4" HotelCode="530108|252373" HotelName="Arman Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Building 1101 Road 2417, Block 324, Al Fateh, Juffair, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/59/593924/593924a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Manama.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="455745.10" OriginalAmount="425930" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.23620078" Longitude="50.53908699" StarRating="3" HotelCode="735987|305695" HotelName="Loumage Suites &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Road 2831 Block 3428, Building 2429, Opposite Seef Mall, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=6524265</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="461699.65" OriginalAmount="431495" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.20586921" Longitude="50.58556688" StarRating="3" HotelCode="363905|305723" HotelName="Tropicana Hotel" 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,Currency Exchange,Designated Smoking Area,Dry Cleaning,Garden,Internet,Laundry,Luggage Storage,Meeting Room,Parking,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Kuwait Avenue, After American Embassy, Post Box No.3119, Manama 999</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0019/08985/1908985/27.jpg?f=15583179</HotelPictures>
        <HotelDescription>&lt;br/&gt;Tropicana Hotel is perfectly located for both business and leisure guests in Manama. Both business travelers and tourists can enjoy the hotel's facilities and services. Take advantage of the hotel's babysitting, coffee shop, shuttle service, 24-hour room service, airport transfer. Some of the well-appointed guestrooms feature shower, bathtub, internet access – wireless (complimentary), seating area, internet access – wireless. Access to the hotel's garden, outdoor pool, fitness center, games room will further enhance your satisfying stay. Discover all Manama has to offer by making Tropicana Hotel your base.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="481629.47" OriginalAmount="450121" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.227691796292" Longitude="50.540985602018" StarRating="5" HotelCode="143004|199360" HotelName="Al Raya Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 26575, Adliya, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/153735/153735a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is situated in front of Bahrain Exhibition Centre. Manama's most popular shopping centres are conveniently reachable within a 5-minute drive of the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="486374.92" OriginalAmount="454556" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.217221078407" Longitude="50.604800303935" StarRating="4" HotelCode="73211|22170" HotelName="Al Safir Hotel &amp; Tower" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Road 2411 Building 670 Block 324, PO Box 55222, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/98842/a_98842_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located 500 metres from the American Naval base and 30 minutes' drive from the Bahrain International F1 Circuit. Bahrain International Airport is 7 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="489174.04" OriginalAmount="457172" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.234900865702" Longitude="50.548157543017" StarRating="4" HotelCode="373900|56165" HotelName="S Hotel Bahrain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 60402, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/41/418698/418698a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Manama.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="489451.17" OriginalAmount="457431" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.246112707941" Longitude="50.601871271164" StarRating="4" HotelCode="71265|22174" HotelName="Elite Resort &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Club Resort,Spa Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Shaikh Hamad Causeway, Building 101, Area 322, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/96569/a_96569_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Sheikh Hamad Causeway (Old Muharraq bridge), only 100 m from the Arabian Sea. It is a 3-minute drive to the Diplomatic Enclave and Bahrain Central Business District and 5 minutes from the international airport. The National Museum and Marina Club are also in the close vicinity and there are plenty of places to shop nearby, including the Dana and Bahrain Malls, the Seef Mall and the Al A'Ali Mall.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="536451.99" OriginalAmount="501357" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.231275" Longitude="50.545987" StarRating="4" HotelCode="212202|56452" HotelName="Tulip Inn Bahrain Suites and Residences" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bilding 459, Road 1010, Block 410, Sanabis Area, P.O. Box 18, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/300833/a_300833_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Manama. The nearest airport is Bahrain (BAH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="537456.72" OriginalAmount="502296" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.220467438523" Longitude="50.604220906746" StarRating="4" HotelCode="96270|109850" HotelName="Pars International" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Country House,Hostel,Family-friendly Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 20682, Manama, Kingdom of Bahrain</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/12/125077/125077a_hb_a_002.JPG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated just behind Al Fateh Grand Mosque of Juffair in the city of Manama, the hotel is within easy reach of the city's popular attractions including the Bahrain Fort (Qal'at al-Bahrain), Diraz Temple, Museum of Pearl Diving and Manama Souq.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="539601.00" OriginalAmount="504300" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.215261" Longitude="50.603338" StarRating="4" HotelCode="142997|55517" HotelName="Al Manzil Hotel Bahrain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Road 4047, Building 1842, Block 340, Juffair, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/204073/a_204073_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The business hotel is just 10 minutes' drive from Bahrain International Airport and 20 minutes from the King Fahad Motorway.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="550611.30" OriginalAmount="514590" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.23663253" Longitude="50.5568263" StarRating="4" HotelCode="446789|109875" HotelName="Ramada by Wyndham Manama City Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Road 4654, Building 3236, Block 346, Al Seef District, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/556566/a_556566_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Manama.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="554696.56" OriginalAmount="518408" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.214043922141" Longitude="50.599350903736" StarRating="4" HotelCode="445954|252406" HotelName="Wyndham Garden Manama" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>65 Road 4003, Block 340, PO Box 13220, Juffair, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/555642/a_555642_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Manama.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="556209.09" OriginalAmount="519821.58" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.29257972" Longitude="50.66391115" StarRating="4" HotelCode="446795|RAHS" HotelName="Ramada Hotel and Suites Amwaj Islands Manama" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Building 1741, Road 5715, Block Amwaj 257</AddressLine>
          </AddressLines>
          <PostalCode>(0)16000098</PostalCode>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/556572/a_556572_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Amwaj Islands, within walking distance of the famous Amwaj Marina &amp;amp; Lagoon. The nearest airport is Bahrain International Airport, which is only 8 minutes’ drive away from the property.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="562964.45" OriginalAmount="526135" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.22121731" Longitude="50.61351226" StarRating="4" HotelCode="623408|354716" HotelName="Park Regis Lotus Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),ATM/Cash Machine,Babysitting,Banquet Hall,Bar,Business Centre,Conference Hall,Currency Exchange,Designated Smoking Area,Dining,Fax,Internet,Laundry,Lounge,Meeting Room,Nightclub,Parking,Printer,Restaurant,Room Service,Sauna,Smoking Rooms,Spa,Telephone Service,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenue 22, Building 147, Block 324, Juffair, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/63/630436/630436a_hb_a_009.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This property is 2 minutes walk from the beach. Conveniently situated in the Al Juffair district of Manama, Park Regis Lotus Hotel is situated 2.6 km from Bahrain National Museum, 6 km from Bahrain City Centre Mall and 6 km from Wahooo! Waterpark. 

All guest rooms are elegantly furnished and include; air-conditioning, flat screen television, mini-bar, 24-hour personal butler service, free high speed WiFi, safety deposit box, automatic blackout blinds, free standing bathtub, frameless glass shower, bathroom amenities and plush toweling.

With three onsite all day dining restaurants and a roof top bar, guests will have a wide range of options to suit their taste buds. A home style international buffet breakfast can be enjoyed in Ewan restaurant.

There is a fitness center with 24-hour gymnasium and lap pool. Guests can enjoy either a Thai or Ayurveda relaxation treatment which staff can arrange. Staff speak Arabic, English and Hindi at the 24-hour front desk.

Al Juffair is a great choice for travelers interested in tourist attractions, budget-friendly traveling and friendly locals.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="599617.30" OriginalAmount="560390" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.22005899" Longitude="50.61055065" StarRating="4" HotelCode="373859|109773" HotelName="Atiram Premier Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,ATM/Cash Machine,Babysitting,Banquet Hall,Bar,Business Centre,Conference Hall,Fax,Internet,Laundry,Lounge,Meeting Room,Nightclub,Parking,Printer,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>Block 324 Road 2420, Building 1188, Juffair</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/40/406238/406238a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Built in 2015, our brand new Atiram Premier Hotel is a distinct addition to Juffair (Manama) and a smart choice for travellers.
The hotel offers easy access to the city's must-see destinations and offering business guests and tourist travellers' high quality facilities and unparalleled services.
Atrium Premier Hotel quite distinctly discerning for tourists and budget conscious business travellers preferred place to stay.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="603924.05" OriginalAmount="564415" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.240205855376" Longitude="50.584726288361" StarRating="5" HotelCode="79239|45942" HotelName="Golden Tulip Bahrain" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Building 5, Road 339, Block 317, Diplomatic Area, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/107280/a_107280_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is strategically located on Old Palace Road in the banking and government area facing Bahrain's newest landmark, the World Trade Center. It is within walking distance of Manama Bab Al Bahrain Souq and the famous Exhibition Road and only 6 km from the Bahrain International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="609213.06" OriginalAmount="569358" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.21650453" Longitude="50.61139077" StarRating="4" HotelCode="474041|197438" HotelName="Parkside Orange Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Road 2421, Building 1235, Block 324, Muharraq Town, Juffair 324</AddressLine>
          </AddressLines>
          <CityName>Juffair</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/57/574641/574641a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Manama.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="615835.29" OriginalAmount="575547" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.216856" Longitude="50.597082" StarRating="4" HotelCode="166385|22182" HotelName="The K Hotel Bahrain" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 1412, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/233176/a_233176_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;With its prime location in the heart of Juffair and a stone's throw from the business district and diplomatic area, the hotel in Manama is the ideal base for guests’ business trips to the capital of Bahrain. The international airport is easily accessible and is just 15 minutes from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="617102.17" OriginalAmount="576731" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.235311" Longitude="50.535918" StarRating="5" HotelCode="300408|56116" HotelName="Ramee Grand Hotel &amp; Spa, Manama Bahrain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Jacuzzi,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Building 999, Road 2813, Block Al Seef 428, Manama-11538</AddressLine>
          </AddressLines>
          <CityName>Seef</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/408787/w_408787_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seef. The nearest airport is Bahrain (BAH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="666203.40" OriginalAmount="622620" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.232111" Longitude="50.541113" StarRating="4" HotelCode="60017|45952" HotelName="Mercure Grand Hotel Seef / All Suites" 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,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Road 2827, P.O. Box 18084, Seef District 0, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/77697/a_77697_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Manama. The nearest airport is Bahrain (BAH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="670304.71" OriginalAmount="626453" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.223349944912" Longitude="50.609990279762" StarRating="4" HotelCode="71266|58900" HotelName="Somerset Al Fateh Bahrain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Golf,Internet,Laundry,Lounge,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 75771, Juffair</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/96570/a_96570_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the coast of Al Fateh, in an exclusive residential area that offers scenic views of Bahrain. It is home to many expatriates, and very close to Adliya, one of the finest dining locations in Bahrain. The residence overlooks the Arabian sea, and is just minutes away from the central business district, the diplomatic area, Bahrain Financial Harbour and many other destinations.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="679958.87" OriginalAmount="635475.58" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.237245753088" Longitude="50.537650046627" StarRating="4" HotelCode="|WEAH" HotelName="Asdal Gulf Inn Boutique Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Building 2326, Road 2830, Block 428, P.O.Box 2125</AddressLine>
          </AddressLines>
          <PostalCode>(0)66311312</PostalCode>
        </Address>
        <HotelPictures>http://www.travco.co.uk/images/hotels/WEAH/WEAH_MAP.jpg</HotelPictures>
        <HotelDescription>&lt;b&gt;HotelDescription : &lt;/b&gt;The hotel has a lift and features 90 rooms. The friendly staff at the reception desk are happy to answer any questions. A baggage storage service, a safe and a currency exchange service are available. Wireless internet access in public areas allows guests to stay connected. The tour desk offers assistance with booking excursions. The hotel has a range of facilities for guests with disabilities. The hotel has wheelchair-accessible facilities. There are a number of shops as well. Guests arriving by car can park their vehicles in the garage or in the car park (no extra charge). Other services include a 24-hour security service, a car hire service, medical assistance, a transfer service, room service (for a fee), a laundry service, a coin-operated laundry and a hotel shuttle bus. Travellers with bicycles can make use of the on-site bicycle storage area. Complimentary newspapers are available. To assist guests with their business and communication needs, the business centre offers a fax machine.The hotel is conveniently located 550 metres away from the Seef Mall and 2.1 km away from the Bahrain International Exhibition and Convention Centre.The indoor and outdoor pools are ideal for exercise as well as relaxation. Sun loungers and parasols are available on the terrace, where guests can enjoy a quick break or relax for hours. Leisure options at the hotel include golf, a gym, darts, aerobics and a spa. For a fee, guests can also enjoy a sauna and a steam bath. Entertainment options and leisure facilities include an entertainment programme and a kids' club. Copyright GIATA 2004 - 2025. Multilingual, powered by www.giata.com for client no. 124567Air conditioning and central heating ensure that rooms maintain comfortable temperatures. Rooms include a king-size bed. Extra beds can be requested. A safe, a minibar and a desk are also available. Guests will also find a tea/coffee station included among the standard features. There is also an ironing set and a trouser press. A telephone, a TV and WiFi (no extra charge) provide all the essentials for a comfortable holiday. Slippers are included. A hairdryer and bathrobes are available in the bathrooms, which are equipped with a shower. As a special feature, bathrooms are also stocked with cosmetic products and a selection of towels. Wheelchair-friendly rooms with wheelchair-accessible bathrooms are also available. The hotel has family rooms, non-smoking rooms and smoking rooms.Various dining options are available, including a restaurant, a café and a bar. A continental breakfast buffet and lunch are served every day. Diet meals and children's meals can be prepared on request. The hotel also offers special catering options.Please note that the City Tax is included in the room rate.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="680302.79" OriginalAmount="635797" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.22933658" Longitude="50.59997176" StarRating="5" HotelCode="492594|417860" HotelName="Coral Bay Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Coral Bay, Block 322, Road 2407, Building 491, Manama 317, 973 Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0034/75216/3475216/1.jpg?f=15398452</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at C Hotel in Manama, you'll be on the beach and minutes from Dolphin Resort and close to Bahrain National Museum.  This beach hotel is within close proximity of Al Fateh Grand Mosque and Beit Al Qur'an. #  Rooms : # Make yourself at home in one of the 14 air-conditioned rooms featuring minibars and LED televisions. Complimentary wireless Internet access keeps you connected, and satellite programming is available for your entertainment. Private bathrooms with showers feature complimentary toiletries and bathrobes. Conveniences include phones, as well as electric kettles and complimentary bottled water. #  Amenities : # Relax and unwind with massages, body treatments, and facials. You're sure to appreciate the recreational amenities, including an outdoor pool, a steam room, and a fitness center. Additional amenities at this hotel include complimentary wireless Internet access, concierge services, and a hair salon. #  Dining : # Grab a bite at one of the hotel's 3 restaurants, or stay in and take advantage of room service (during limited hours). While enjoying a refreshing dip in the hotel pool, you can order your favorite drink at the poolside bar. Full breakfasts are available for a fee. #  Business &amp; Other Amenities : # Featured amenities include complimentary newspapers in the lobby, dry cleaning/laundry services, and a 24-hour front desk. A roundtrip airport shuttle is provided for a surcharge (available 24 hours).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="687567.02" OriginalAmount="642586" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.232214" Longitude="50.596305" StarRating="4" HotelCode="171917|305403" HotelName="Frsan Palace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box: 18002, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=6516166</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="705836.20" OriginalAmount="659660" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.243562069251" Longitude="50.590332448482" StarRating="5" HotelCode="34303|55631" HotelName="Crowne Plaza Bahrain" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Diplomatic Area 317, P.O. Box 5831, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/54645/a_54645_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally placed for business travellers as it is within the diplomatic area where most of the banks and embassies are located. The hotel is also conveniently situated within 10 minutes of Bahrain International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="707781.46" OriginalAmount="661478" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.24264193" Longitude="50.59007147" StarRating="5" HotelCode="317211|55645" HotelName="Fraser Suites Diplomatic Area" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Road 1701, Building 34, Block 317, PO Box 11527, Diplomatic Area Bahrain, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/40/404999/404999a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies in the capital city of Manama, a major financial and business center in the Middle East.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="711767.21" OriginalAmount="665203" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.23323379676" Longitude="50.596815347672" StarRating="3.5" HotelCode="176035|74539" HotelName="Holiday Bahrain Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Business Centre,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Meeting Room,Restaurant,Room Service,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Building 87 Road 2003, Block 320, Al Hoora, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/18/183341/183341a_hb_a_802.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is strategically located in the downtown area of Manama, lying just 200 metres from Exhibition Avenue. This delightful hotel is located just a 15 minutes' driving distance from Bahrain International Airport, making this a great choice for every type of traveller. Guests will find themselves in close proximity to a number of the area's main attractions, as well as a myriad of restaurants, shopping opportunities and entertainment venues. This delightful hotel exudes style and elegance, featuring an attractive architectural style and comfortable, beautifully-appointed interiors. The guest rooms are superbly appointed, providing a relaxing setting in which to rest or work in comfort. Guests will be impressed by the range of first-class facilities that the hotel has to offer.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="716588.63" OriginalAmount="669709" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.22089986" Longitude="50.6079141" StarRating="3" HotelCode="152071|252394" HotelName="Pearl Bahrain Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/f9/eb/f9eb24ccedc3e7c9c1cf51c7502636f3885f759c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Manama. The nearest airport is Bahrain (BAH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="726890.59" OriginalAmount="679337" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.23638212" Longitude="50.53672895" StarRating="4" HotelCode="933635|56295" HotelName="Swiss-Belhotel Seef Bahrain" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Building 1012, Road 2813, Seef, Manama 428</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/37/373352/373352a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Manama. The nearest airport is Bahrain (BAH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="749017.12" OriginalAmount="700016" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.26438771241" Longitude="50.625932492065" StarRating="5" HotelCode="37087|45944" HotelName="Mövenpick Hotel Bahrain" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>143 Road 2403, al-Muharraq, Bahrain</AddressLine>
          </AddressLines>
          <CityName>Muharraq</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/09/090380/090380a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated just across from the Bahrain International Airport in Muharraq Town and 10 minutes’ drive from the centre of Manama, the hotel offers a blend of Arabian tradition and a touch of Swiss hospitality for business and leisure travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="753049.95" OriginalAmount="703785" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.21959755" Longitude="50.60542771" StarRating="3.5" HotelCode="633110|305694" HotelName="Kiev Tower Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Block 324, Building 509, Road 2408, Al Juffair, Manama 199</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0037/19495/3719495/24.jpg?f=15671090</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="778642.21" OriginalAmount="727703" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.216318310385" Longitude="50.594671550926" StarRating="5" HotelCode="21591|45937" HotelName="The Gulf Hotel Bahrain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Fateh Avenue, Road 3801, Building 11, Block 338, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/27946/a_27946_E2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel, a landmark in Manama, stands tall in the commercial district of Adliya. It is only 15 minutes away from Bahrain International Airport and 5 minutes from the city centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="794806.70" OriginalAmount="742810" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.245745" Longitude="50.601098" StarRating="4" HotelCode="33181|45922" HotelName="Novotel Bahrain Al Dana Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Heated Pool,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>121 Sheikh Hamad Causeway, PO Box 11073, Manama 322</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/52723/a_52723_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is situated along the Shaikh Hamad causeway, close to the National Museum. It is on the threshold of Manama's central business district and diplomatic area, yet only 5 minutes from Bahrain international airport and 20 minutes from the causeway link between Bahrain and Saudi Arabia.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="824820.20" OriginalAmount="770860" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.242395740959" Longitude="50.592059564487" StarRating="5" HotelCode="42233|45947" HotelName="The Diplomat Radisson Blu Hotel Residence &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Spa Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Road 1701, Diplomatic Area, PO Box 5243, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/67545/p_67545_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This spa complex is in close proximity to the international airport and is conveniently located in the prestigious diplomatic area, with Manama's Financial Harbour and commercial, shopping and banking districts all on the hotel's doorstep.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="836326.98" OriginalAmount="781614" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.202925" Longitude="50.595253" StarRating="4" HotelCode="171934|417866" HotelName="The Palace Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Adiya, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/18/188042/188042a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Gudhaibiya Guest Palace is situated close to this hotel, 1 km away. Bahrain International Airport and Manama's World Trade Centre are less than a 10-minute drive away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="866011.99" OriginalAmount="809357" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.23527125" Longitude="50.57710748" StarRating="5" HotelCode="435981|109782" HotelName="Downtown Rotana" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Jacuzzi,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Government Avenue, P.O. Box 18345, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/44/445341/445341a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Manama.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="868356.36" OriginalAmount="811548" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.233301" Longitude="50.534381" StarRating="5" HotelCode="103091|45940" HotelName="Fraser Suites Seef" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Road 2825, Block Al Seef 428, Building 2109, Seef 2109, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/13/134653/134653a_hb_a_008.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Manama. The nearest airport is Bahrain (BAH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="897498.88" OriginalAmount="838784" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.233006376193" Longitude="50.551694" StarRating="5" HotelCode="933891|45945" HotelName="Le Méridien City Centre Bahrain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Khalifa bin Salman Highway, Al Seef, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/154273/154273a_hb_a_032.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Manama. The nearest airport is Bahrain (BAH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="907445.60" OriginalAmount="848080" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.235192221282" Longitude="50.573769807816" StarRating="5" HotelCode="34540|30700" HotelName="InterContinental Bahrain" Meals="ROOM ONLY,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Faisal Highway, P.O. Box 777, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/54644/a_54644_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at the centre of Manama's prestigious business, shopping and entertainment district. Just 10 minutes away from Bahrain International Airport, close to the futuristic Bahrain financial harbour and a 5 minute walk to the historical Bab Al Bahrain and traditional local market. Bahrain Exhibition and Convention Centre is located 8 km from the hotel and guests will find the Bahrain Museum 2 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="975552.17" OriginalAmount="911731" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.264437291639" Longitude="50.602573860118" StarRating="4" HotelCode="205411|56048" HotelName="Majestic Arjaan By Rotana" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Road 2833, PO Box 22003, Bahrain International Airport, Muharraq, Manama</AddressLine>
          </AddressLines>
          <CityName>Muharraq</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/20/206308/206308a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Manama. The nearest airport is Bahrain (BAH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1032869.93" OriginalAmount="965299" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.219656244166" Longitude="50.604883432389" StarRating="4" HotelCode="180675|75174" HotelName="Residence Inn by Marriott Manama Juffair" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Eco Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Road 2408, Building 894, Block 324, Al Fateh, Manama 76151</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/17/172509/172509a_hb_a_012.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Strategically located in Al Fateh, Juffair, the property offers its guests quick access to Bahrain’s financial district, shopping area and Bahrain International Airport, about 3 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1192115.89" OriginalAmount="1114127" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.220816" Longitude="50.606146" StarRating="5" HotelCode="129851|70344" HotelName="Marriott Executive Apartments Manama, Bahrain" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Road 2414, Building 864, Block 324, Al Fateh, Manama 76151</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/11/117793/117793a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Manama. The nearest airport is Bahrain (BAH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1231954.13" OriginalAmount="1151359" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.243872720486" Longitude="50.5644017331" StarRating="5" HotelCode="573679|252398" HotelName="Reef Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Road 4652, Building 2875, Sea Front 346, 323 Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/690822/a_690822_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Manama.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1236606.49" OriginalAmount="1155707" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.246506609247" Longitude="50.577104374205" StarRating="4.5" HotelCode="540722|252407" HotelName="Wyndham Grand Manama" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Laundry,Restaurant,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Building 316, Road 4609, Manama Seafront, Manama 346</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/656558/a_656558_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right in the heart of Manama, this hotel is ideal for parents with children. It is about 10 km to Bahrain (BAH) Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1286875.09" OriginalAmount="1202687" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.232567553066" Longitude="50.552399690807" StarRating="5" HotelCode="173273|45956" HotelName="The Westin City Centre Bahrain" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Khalifa Bin Salman Highway, Al Seef District, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/243507/a_243507_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Manama.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1390386.89" OriginalAmount="1299427" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.053049" Longitude="50.484864" StarRating="5" HotelCode="165279|31148" HotelName="Sofitel Bahrain Zallaq Thalassa Sea &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST,ALL INCLUSIVE" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>105 Zallaq Highway 2015, Block 1055, P.O. Box 5554, Zallaq, Manama</AddressLine>
          </AddressLines>
          <CityName>Zallaq</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/231927/a_231927_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just 5 km from the Bahrain International Circuit and Manama city is a 30-minute drive. It is also only 30 minutes by car to Bahrain International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1490330.24" OriginalAmount="1392832" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.23392061" Longitude="50.57458878" StarRating="5" HotelCode="782932|354726" HotelName="The Merchant House" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),ATM/Cash Machine,Bar,Business Centre,Currency Exchange,Designated Smoking Area,Dining,Internet,Laundry,Library,Massage Centre,Meeting Room,Parking,Printer,Restaurant,Room Service,Smoking Rooms,Spa,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>150 Government Avenue, Manama 304</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/64/644146/644146a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Merchant House is an all-suite boutique hotel with just 46 suites, each featuring a kitchenette, dining area and an open plan sitting room.
According to the brand's founder, Gordon Campbell Gray, artwork will always be a remarkable feature of property's interior design, where he has put together an exciting collection comprising of well-established Bahraini artists alongside aspiring talent from all around the Gulf region.
The rooftop, another Campbell Gray speciality, where the hotel restaurant and bar is set with dining options – indoors or outdoors.
Every aspect of The Merchant House has been planned and designed to be fun and memorable – perfect for its location, near the Old Customs House and the financial district. It is the hotel of choice for leisure and business travellers alike, a small gem of a hotel created for interesting and individually minded cosmopolitan guests.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1506573.91" OriginalAmount="1408013" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.24027048" Longitude="50.59051174" StarRating="5" HotelCode="930840|45954" HotelName="The Domain Hotel &amp; Spa" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Building 365, Block 317, Road 1705, Diplomatic Area, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/367691/a_367691_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of business district, close to the Bahrain International Airport (8 km). The National Museum is 500 m away and Manama's bustling restaurant district is 1.5 km away. The property is also well connected to the island's luxury shopping malls (5 to 10 minutes).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1883335.89" OriginalAmount="1760127" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.232015210664" Longitude="50.597655891402" StarRating="4" HotelCode="297086|491359" HotelName="Holiday Gulf Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Airport Transfer (on Demand),ATM/Cash Machine,Banquet Hall,Business Centre,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Laundry,Massage Centre,Meeting Room,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Building 54, Road 2002 Block 320, Hoora, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/22/228934/228934a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in Manama, this elegant hotel overlooks both the Marina Club and Al-Fatah Corniche and is less than 10 km away from Bahrain International Airport. Numerous shopping facilities and local attractions can be found in the vicinity, like the Seef and Al-Ali Malls, the Dolphin Park or the Bahrain National Museum. After a busy day guests can relax with a workout in the male or female fitness centre respectively or enjoy a pampering SPA treatment. For a truly luxurious stay, all guestrooms feature beautiful sea views, and the restaurant also offers a beautiful panorama as the backdrop for a delicious meal.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2523481.58" OriginalAmount="2358394" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.24197367" Longitude="50.54246288" StarRating="5" HotelCode="540723|305692" HotelName="Jumeirah Royal Saray" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Jacuzzi,Lounge,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Building 56, Avenue 38, Block 428, Al Seef District, PO Box 17007, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/701011/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located about 1.2 km from the centre of Manama.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3077146.66" OriginalAmount="2875838" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.243809859531" Longitude="50.538402199745" StarRating="5" HotelCode="25977|45950" HotelName="The Ritz-Carlton Bahrain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Spa Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 55577, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/13/137427/137427a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located within a 20-acre urban resort complex on the seafront of Manama. The nearest airport is Bahrain International Airport which is about 7 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3138745.49" OriginalAmount="2933407" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.24737813" Longitude="50.58149519" StarRating="5" HotelCode="308271|55643" HotelName="Four Seasons Hotel Bahrain Bay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bahrain Bay, PO Box 1669, Manama, Bahrain Bay</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/39/395979/395979a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Manama. The nearest airport is Bahrain (BAH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="351615.61" OriginalAmount="328612.72" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.237286602976" Longitude="50.595129808931" StarRating="4" HotelCode="|MZXS" HotelName="Meshal Hotel Bahrain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Hoora Area Building 178 Road 1906 Block 319, P.O. Box 11988</AddressLine>
          </AddressLines>
        </Address>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="385483.65" OriginalAmount="360265.09" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.23181385" Longitude="50.5981382" StarRating="4" HotelCode="|MNMQ" HotelName="Manama Tower Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>P. O. Box 20666</AddressLine>
          </AddressLines>
        </Address>
        <HotelDescription>&lt;b&gt;HotelDescription : &lt;/b&gt;The friendly staff at the reception desk are happy to answer any questions. Amenities available at the hotel include a baggage storage service, safe, currency exchange service and cash machine. Wireless internet access in public areas allows guests to stay connected. The tour desk offers assistance with booking excursions. The hotel has a range of facilities for guests with disabilities. A lift and wheelchair-accessible facilities are available. Everyday necessities can be purchased at the supermarket. Additional facilities include a TV room. Guests arriving by car can park their vehicles in the car park for no extra charge. Further services and facilities include a 24-hour security service, a babysitting service, a childcare service, a car hire service, a transfer service, 24-hour room service, a laundry service, a hairdresser, a coin-operated laundry and a hotel shuttle bus. Travellers with bicycles can make use of the on-site bicycle storage area. Complimentary newspapers are available. The business centre is on hand for guests' business requirements and provides a fax machine.This hotel is located in Manama, right on the beach.The indoor and outdoor pools are ideal for exercise as well as relaxation. Guests can treat themselves to refreshing drinks at the poolside snack bar and a relaxing soak in the hot tub. Active guests can enjoy fishing. Sports enthusiasts are also offered a wide range of indoor activities, including a gym, billiards, darts and aerobics. Various wellness options are available at the hotel, including a spa, a sauna, a steam bath and massage treatments. Leisure facilities include an entertainment programme, live music, a dance club and a nightclub. Copyright GIATA 2004 - 2024. Multilingual, powered by www.giata.com for client no. 124567Air conditioning ensures that rooms maintain just the right temperature. Most units have a sea view. All rooms are carpeted and have a double bed, a queen-size bed or a king-size bed. A safe and a desk are also available. Additional features include a refrigerator and a tea/coffee station. A telephone, a television with satellite/cable channels and WiFi (no extra charge) provide all the essentials for a comfortable holiday. Bathrooms are equipped with a shower and a bathtub, as well as a hairdryer. The hotel has family rooms, non-smoking rooms and smoking rooms.Various dining options are available, including a restaurant, a café and a bar. Refreshing drinks at the beach bar are a perfect way to enjoy warm weather. A continental breakfast buffet and lunch are served every day. Diet meals and children's meals can be prepared on request. In addition, special catering options, picnics and snacks are available.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="633426.49" OriginalAmount="591987.37" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.21959755" Longitude="50.60542771" StarRating="3" HotelCode="|KQRQ" HotelName="Kiev Tower Hotel Apartment" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Building 509, Block 324, Road 2408, Alfateh</AddressLine>
          </AddressLines>
        </Address>
        <HotelDescription>&lt;b&gt;HotelDescription : &lt;/b&gt;The friendly staff at the reception desk are happy to answer any questions. Amenities include a baggage storage service and a currency exchange service. Wireless internet access allows guests to stay connected while on holiday. The tour desk offers assistance with booking excursions. A lift and wheelchair-accessible facilities are available. Children can enjoy the playground. Additional amenities include a TV room and a playroom. Guests arriving by car can park their vehicles in the garage or in the car park (no extra charge). Further services and facilities include a 24-hour security service, a car hire service, a transfer service, 24-hour room service, an alarm call service, a laundry service and a hotel shuttle bus. Bicycles can be kept in the bicycle storage area. Complimentary newspapers are available. A fax machine is available for guests' business needs.This accommodation is located in Manama.The outdoor pool complex provides invigorating refreshment. A sun terrace is a great place to while away the hours. The hot tub in the pool area promises pure relaxation. For those who wish to stay active while on holiday, the accommodation offers golf. Sports enthusiasts are also offered a wide range of indoor activities, including a gym, table tennis, billiards and darts. Various wellness options are available at the accommodation, including a spa, a sauna, a steam bath and massage treatments. Copyright GIATA 2004 - 2024. Multilingual, powered by www.giata.com for client no. 124567Air conditioning and central heating ensure that rooms maintain comfortable temperatures. Most units have a sea view. Rooms have a queen-size bed, a king-size bed or a sofa bed. A safe provides secure storage for guests' personal property. There is a fully-equipped kitchenette with a refrigerator, microwave, tea/coffee station and dishwasher. Further amenities include a washing machine, an ironing set and a trouser press. A telephone, a television with satellite/cable channels, a plug adapter, an alarm clock and WiFi (no extra charge) are provided as well. Slippers are included. A hairdryer and bathrobes are available in the bathrooms, which are equipped with a shower and a bathtub. As a special feature, bathrooms are also stocked with cosmetic products and a selection of towels. The accommodation has family rooms, non-smoking rooms and smoking rooms.The accommodation includes a restaurant and a café.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="836903.71" OriginalAmount="782153" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.21440953" Longitude="50.61210754" StarRating="3.5" HotelCode="782924|349555" HotelName="Swiss Belresidences" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Block 324 Road 22, Building 232, Juffair, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;This 4 star hotel is located within the city of Manama and was established in 2018. It is close to the Juffair Mall. All 129 rooms are equipped with air conditioning.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="962028.33" OriginalAmount="899091.90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.286413463474" Longitude="50.672171154623" StarRating="5" HotelCode="|DRGQ" HotelName="Dragon Beach Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bldg 2519, Road 5718, Block 257, P.O Box 15572, Amwaj Island</AddressLine>
          </AddressLines>
        </Address>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="1137574.47" OriginalAmount="1063153.71" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.28770972" Longitude="50.66708227" StarRating="4" HotelCode="|XPSX" HotelName="Saxophone Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Building 1819, Road 5717, Amwaj Island 257</AddressLine>
          </AddressLines>
        </Address>
        <HotelDescription>&lt;b&gt;HotelDescription : &lt;/b&gt;This hotel has a lift and a reception desk. Services and facilities include a safe, a TV room, a playroom, a car hire service, a laundry service and a fax machine. Wireless internet access is provided in public areas. Guests arriving by car can park their vehicles in the car park for no extra charge.This apartment hotel is located in Amwaj, right on the beach.The sports and entertainment facilities at the hotel ensure that guests have plenty of activities to choose from during their stay. The pleasantly heated water of the outdoor pool area guarantees comfortable swimming. Refreshing drinks at the pool bar and a relaxing soak in the hot tub offer the perfect way to unwind. A sun terrace is a great place to while away the hours. After an eventful day, guests can work out and recharge in the gym. Copyright GIATA 2004 - 2024. Multilingual, powered by www.giata.com for client no. 124567Comfortably appointed accommodation and various amenities ensure that guests of the hotel can enjoy a pleasant stay. WiFi (no extra charge) ensures additional comfort. The apartment hotel has family rooms and non-smoking rooms.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="1266846.82" OriginalAmount="1183968.99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.2677414" Longitude="50.62971538" StarRating="4" HotelCode="|BHQS" HotelName="Bahrain Airport Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bahrain International Airport Khalifa Al Khabeer Highway, P.O. Box 580, Muharraq</AddressLine>
          </AddressLines>
        </Address>
        <HotelDescription>&lt;b&gt;HotelDescription : &lt;/b&gt;The friendly staff at the reception desk are happy to answer any questions. Amenities include a baggage storage service, safe, currency exchange service and cash machine. Wireless internet access in public areas allows guests to stay connected. The hotel offers a number of facilities for guests with disabilities. A lift and wheelchair-accessible facilities are available. A number of shops, including a souvenir shop, are great for shopping or just browsing. A garden provides extra space for rest and relaxation in the open air. Additional facilities include a library. Parking spaces are available to guests travelling by car. Other services include a 24-hour security service, a car hire service, medical assistance, room service, a laundry service, a hairdresser and a coin-operated laundry. The business centre is on hand for guests' business requirements and provides a fax machine.This hotel welcomes guests in Muharraq.There are indoor and outdoor pools as well as a children's swimming area. A variety of refreshing drinks await guests at the pool bar. For guests who wish to keep active, golf and fishing are available. With snorkelling and diving available, the hotel also caters to water sports enthusiasts. After an eventful day, guests can work out and recharge in the gym. The wellness offerings at the hotel include a spa, a sauna and massage treatments. A casino and a nightclub round out the entertainment options. Copyright GIATA 2004 - 2025. Multilingual, powered by www.giata.com for client no. 124567Rooms have a queen-size bed or a king-size bed. Extra beds can be requested. A telephone and WiFi are provided as well. A hairdryer is provided in the bathrooms. The hotel has family rooms and non-smoking rooms.Dining facilities include a restaurant, a café and a bar.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service,Sauna,Central Heating,Jacuzzi,Swimming Pool,24 Hour Security,ATM/Cash Machine,Babysitting,Banquet Hall,Business Centre,Lounge,Meeting Room,Nightclub,Parking,Printer,Spa,Valet Parking,Currency Exchange,Kitchen,Designated Smoking Area,Diet Meals,Golf,Wheelchair Access,Shopping Arcade,Heated Pool,Bicycle Rental,Garden,Airport Transfer (on Demand),24 Hour Front Desk,24 Hour Room Service,Concierge,Dry Cleaning,Elevator,Luggage Storage,Dining,Smoking Rooms,Wake-up Call Service,Library,Coffee Shop</BasicAmenities>
    <HotelRating>3,4,5,2,4.5,3.5</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ALL INCLUSIVE</Meals>
    <PropertyType>HOTEL,CITY HOTEL,BUSINESS HOTEL,CLUB RESORT,APARTMENT,APARTMENT HOTEL,CONFERENCE HOTEL,FAMILY-FRIENDLY HOTEL,SPA HOTEL,HISTORIC HOTEL,COUNTRY HOUSE,HOSTEL,AIRPORT HOTEL,ECO HOTEL,APARTHOTEL,BEACH HOTEL</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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
280c8c50-e308-4a4a-a120-cc7effa7176e|RateHawkSearch|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
280c8c50-e308-4a4a-a120-cc7effa7176e|PriceRequest|PriceRequest|<?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="Price" TimeStamp="0001-01-01T00:00:00" TraceId="280c8c50-e308-4a4a-a120-cc7effa7176e">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="6296" DestinationId="0" CityId="0" />
    <StayDateRange Start="2025-01-20T00:00:00" End="2025-02-10T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="146242|22172" SourceId="27" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="Thetravellers" Password="Alikhan@12369" RequestedCurrency="PKR" ClientNationality="pk" ClientCountry="Pakistan" 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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
280c8c50-e308-4a4a-a120-cc7effa7176e|WebbedsSunHotelsPrice|successfull supplier interation||WebbedsSunHotels|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
280c8c50-e308-4a4a-a120-cc7effa7176e|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="280c8c50-e308-4a4a-a120-cc7effa7176e" TimeStamp="0001-01-01T00:00:00" HotelName="Concord International Hotel" HotelCode="146242|22172" StarRating="3" GTCityId="0" CityName="Manama" CountryName="Bahrain" Address="Shaikh Isa Avenue, PO Box 3200, Manama" PostCode="" PhoneNo="+97317262999" FaxNo="+97317242091" Email="info@concordbahrain.com" CheckInTime="" CheckOutTime="" Latitude="26.22665" Longitude="50.582787" SourceId="27" Currency="PKR"><RoomTypes><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Double room" RoomTypeCode="212831006|1|146353|27|MTQ2MzUzfFBLUnwyMDI1LTAxLTE3" OriginalAmount="146353" TotalPrice="156597.71" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Shower|Satellite/cable TV|Internet access|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Air conditioning (individually regulated)|Heating (individually regulated)</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-17T07:27:13.1220009+00:00" End="2025-02-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Standard room" RoomTypeCode="209968239|1|338649|27|MzM4NjQ5fFBLUnwyMDI1LTAxLTE5" OriginalAmount="338649" TotalPrice="362354.43" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 19/01/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Shower|Satellite/cable TV|Internet access|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Air conditioning (individually regulated)|Heating (individually regulated)</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-19T00:00:00" End="2025-01-20T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Apartment 2 bedrooms" RoomTypeCode="200693236|1|564415|27|NTY0NDE1fFBLUnwyMDI1LTAxLTE5" OriginalAmount="564415" TotalPrice="603924.05" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 19/01/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Shower|Satellite/cable TV|Internet access|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Air conditioning (individually regulated)|Heating (individually regulated)</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-19T00:00:00" End="2025-01-20T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="https://photos.hotelbeds.com/giata/original/13/136291/136291a_hb_w_008.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/13/136291/136291a_hb_w_005.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/13/136291/136291a_hb_w_007.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/13/136291/136291a_hb_w_006.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/13/136291/136291a_hb_f_001.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/13/136291/136291a_hb_l_001.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/13/136291/136291a_hb_l_003.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/13/136291/136291a_hb_l_002.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/13/136291/136291a_hb_w_003.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/13/136291/136291a_hb_a_002.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/13/136291/136291a_hb_a_001.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/13/136291/136291a_hb_a_003.jpg" /></Images><HotelDescription>&lt;br/&gt;&lt;b&gt;Location Description&lt;/b&gt; &lt;br/&gt;This hotel is situated right in the heart of the city. It is within walking distance of the shopping centres, banks and leisure facilities and 5 km away from the international airport.&lt;br/&gt;&lt;b&gt;Facilities&lt;/b&gt; &lt;br/&gt;60 rooms are available to guests at this hotel, which includes a lift and a lobby. To ensure guests a comfortable and relaxing stay, the hotel provides various services and facilities, including a safe, a 24-hour security service, medical assistance, room service, a laundry service and a conference room. Guests arriving by car can park their vehicles in the car park. Services include a hotel shuttle bus.&lt;br/&gt;&lt;b&gt;Room Description&lt;/b&gt; &lt;br/&gt;Air conditioning and individually adjustable heating ensure that rooms maintain comfortable temperatures. Valuables can be securely stored in a safe. A telephone, a television with satellite/cable channels and WiFi are also available to guests. Amenities in the bathrooms include a shower. Copyright GIATA 2004 - 2019. Multilingual, powered by www.giata.com for client no. 126985&lt;br/&gt;&lt;b&gt;Payment&lt;/b&gt; &lt;br/&gt;All major credit cards, including American Express, VISA, Diners Club and MasterCard, are accepted for payment.&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;Meals may be limited during Ramadan.&lt;br /&gt;&lt;b&gt;Special Living Conditions: &lt;/b&gt;Couples checking into the same room must present a valid marriage certificate upon check-in. Otherwise, the property may reject the booking or request that a second room be booked.&lt;br /&gt;&lt;b&gt;Extra Info: &lt;/b&gt;Airport pick-up can be arranged for free if you send your flight details to the hotel.
&lt;br /&gt;
&lt;br /&gt;Some nationalities can get an entry permit stamped in their passport upon arrival at the airport. Please check your visa requirements before travelling.</HotelDescription><Facilities><HotelFacilities><Type>Category</Type><Description>Category (Official)</Description><Value>3</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Recommended)</Description><Value>3</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Rooms (total)</Description><Value>60</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>American Express</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>VISA</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>MasterCard</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>Diners Club</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Air conditioning</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Hotel Safe</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Lifts</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Bar(s)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Restaurant(s)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Conference Room</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><HotelFacilities><Type>Facilities</Type><Description>Medical Assistance</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Car Park</Description><Value>true</Value></HotelFacilities></Facilities></HotelRoomRS>||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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
616c2b81-faa5-4041-a1d2-081886a4b4ad|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="616c2b81-faa5-4041-a1d2-081886a4b4ad">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="6296" DestinationId="0" CityId="0" />
    <StayDateRange Start="2025-01-21T00:00:00" End="2025-02-10T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="Thetravellers" Password="Alikhan@12369" RequestedCurrency="PKR" ClientNationality="PK" 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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
616c2b81-faa5-4041-a1d2-081886a4b4ad|HotelsProSearch|exception while supplier interation: Exception||HotelsPro|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
616c2b81-faa5-4041-a1d2-081886a4b4ad|PaximumSearch|supplier interation failed||Paximum|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
616c2b81-faa5-4041-a1d2-081886a4b4ad|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
616c2b81-faa5-4041-a1d2-081886a4b4ad|TravcoSearch|successfull supplier interation||Travco|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
616c2b81-faa5-4041-a1d2-081886a4b4ad|WebbedsSunHotelsSearch|successfull supplier interation||WebbedsSunHotels|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
616c2b81-faa5-4041-a1d2-081886a4b4ad|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
616c2b81-faa5-4041-a1d2-081886a4b4ad|RateHawkSearch|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
616c2b81-faa5-4041-a1d2-081886a4b4ad|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="2025-01-17T07:31:52.4885629+00:00" Version="0" EchoToken="Search" TransactionIdentifier="616c2b81-faa5-4041-a1d2-081886a4b4ad" Currency="PKR">
  <HotelStays>
    <HotelStay SourceId="27" TotalAmount="149139.81" OriginalAmount="139383" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.22665" Longitude="50.582787" StarRating="3" HotelCode="146242|22172" HotelName="Concord International Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Shaikh Isa Avenue, PO Box 3200, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/13/136291/136291a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated right in the heart of the city. It is within walking distance of the shopping centres, banks and leisure facilities and 5 km away from the international airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="171299.51" OriginalAmount="160093" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.233265" Longitude="50.578037" StarRating="3" HotelCode="96255|22177" HotelName="Oriental Palace Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Tijjar Road, Behind Yateem Centre, P.O. Box 5546, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/18/187883/187883a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Manama.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="181500.89" OriginalAmount="169627" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.217541" Longitude="50.609381" StarRating="3" HotelCode="171924|252393" HotelName="Oryx Tower" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Laundry,Luggage Storage,Parking,Room Service,Sauna,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>Juffair, Manama 973</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/134162/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Juffair, Oryx Tower Furnished Apartments is a perfect starting point from which to explore Manama. The hotel offers guests a range of services and amenities designed to provide comfort and convenience. Facilities like free Wi-Fi in all rooms, 24-hour front desk, 24-hour room service, luggage storage, valet parking are readily available for you to enjoy. Designed for comfort, selected guestrooms offer internet access – wireless (complimentary), air conditioning, heating, wake-up service, desk to ensure a restful night. Entertain the hotel's recreational facilities, including fitness center, sauna, outdoor pool, steamroom. Oryx Tower Furnished Apartments is an excellent choice from which to explore Manama or to simply relax and rejuvenate.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="222466.91" OriginalAmount="207913" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.219781415056" Longitude="50.607865826073" StarRating="4" HotelCode="37484|197451" HotelName="Taj Plaza Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Road 2417, Al Juffair, Manama 1299</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/54/541343/541343a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Manama. The nearest airport is Bahrain (BAH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="226342.45" OriginalAmount="211535" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.215938903722" Longitude="50.588613008598" StarRating="3" HotelCode="171928|127419" HotelName="Hotel Sea Shell" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Designated Smoking Area,Garden,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Shaik Isa Avenue, P.O. Box 26600, Adliya, Manama, Kingdom of Bahrain</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/17/173087/173087a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a prime setting, in close proximity to the centre of Manama. Within a short distance, guests can enjoy the Shaik Isa bin Ali House, Al Dar Islands Bahrain and Bab el-Bahrain Souk. Within a short distance of the hotel, guests can enjoy a host of shopping opportunities, dining options and entertainment venues. The hotel boasts a traditional architectural style, blending effortlessly with its surroundings. The guest rooms are tastefully decorated, featuring modern furnishings and soothing, natural tones. The hotel offers a range of facilities, sure to please even the most discerning traveller.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="237445.84" OriginalAmount="221912" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.212916204087" Longitude="50.604979991913" StarRating="4" HotelCode="63855|56350" HotelName="The Juffair Grand" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Road 4015, Near Grand Mosque Building 676, PO Box 15412, Manama 340</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/82279/a_82279_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located in Juffair, close to Al Fateh Corniche and 5 minutes' drive from the shopping complex and business district in the city centre. The hotel is 10 minutes from Bahrain International Airport (roughly 12 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="250067.56" OriginalAmount="233708" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.218363767572" Longitude="50.605123296326" StarRating="4" HotelCode="187348|198779" HotelName="Grand Safir Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Road 2412, PO Box 65154, Building 740, Block 324, Al Juffair, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/16/164818/164818a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Manama. The nearest airport is Bahrain (BAH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="256948.73" OriginalAmount="240139" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.232333673008" Longitude="50.596652573086" StarRating="4" HotelCode="103089|22180" HotelName="Baisan International Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Block 320 176 Exhibition Road, P.O. Box 771, District Hoora, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/143998/a_143998_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort hotel offers easy access to all corners of the city. Its advantageous location means that it is close to a number of city attractions, including Bahrain National Museum. Bahrain Airport is just 7 km from this luxury hotel, meaning that guests can reach the hotel within just a few minutes by car.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="269392.83" OriginalAmount="251769.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.231137" Longitude="50.572136" StarRating="2" HotelCode="96257|awal_hotel_2" HotelName="Awal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Khalifa Road, P.O. Box 3252, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/16/164902/164902a_hb_a_040.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Manama. The nearest airport is Bahrain (BAH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="270575.18" OriginalAmount="252874" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.210818" Longitude="50.601211" StarRating="4" HotelCode="96259|233734" HotelName="Panorama Hotel" 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,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Road 4041, Building 1579, Block 340, Al Juffair, Manama, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/133715/gt_133715_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Just a 10-minute drive from the airport and from the city centre, the hotel is ideally located behind one of Bahrain's attractions, the Al Fateh Grand Mosque.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="274131.86" OriginalAmount="256198.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.213496619142" Longitude="50.604557671242" StarRating="4" HotelCode="364875|al_murooj_hotel" HotelName="Juffair Gate Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Road 4016, Building 733, Block 340, Juffair, Al Manamah</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/212335/212335a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Manama.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="281219.54" OriginalAmount="262822" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.23709781" Longitude="50.59506198" StarRating="0" HotelCode="854743|417874" HotelName="Meshal Hotel &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Road 1906, Building 178 Block 319, Hoora, Manama 1199</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=11092298</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="281543.75" OriginalAmount="263125" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.221042905096" Longitude="50.607898644186" StarRating="3" HotelCode="574435|252405" HotelName="Vita Tower" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Road 2417, Building 991, Block 324, Juffair, Manama 340</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=10017632</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at Vita Tower in Manama (Juffair), you'll be minutes from Juffair Mall and close to Bahrain National Museum.  This aparthotel is within close proximity of Al Fateh Grand Mosque and Dolphin Resort. #  Rooms : # Make yourself at home in one of the 118 air-conditioned rooms featuring kitchens with refrigerators and ovens. Complimentary wireless Internet access keeps you connected, and satellite programming is available for your entertainment. Conveniences include phones, as well as safes and microwaves. #  Amenities : # Don't miss out on recreational opportunities including an indoor pool and a fitness center. #  Dining : # Take advantage of the aparthotel's 24-hour room service. #  Business &amp; Other Amenities : # Featured amenities include dry cleaning/laundry services, a 24-hour front desk, and luggage storage. Free self parking is available onsite.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="282931.54" OriginalAmount="264422" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.216733" Longitude="50.6108" StarRating="4" HotelCode="161059|45928" HotelName="Ramee California" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Road 1241, Building 2421, Area 324, PO Box 11538, Juffair, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/227401/a_227401_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located only 2 km from the Bahrain Museum and 10 minutes from the city centre and the Bahrain Shopping Mall. It is 7 km from Seef Mall, 30 km from the Bahrain International Circuit and 15 minutes from Bahrain International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="284707.74" OriginalAmount="266082" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.235241" Longitude="50.597122" StarRating="4" HotelCode="96264|72635" HotelName="Happy Days Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Road 1912, Building 395, Block 319, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/133720/a_133720_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is 8 km from Bahrain International Airport, whilst the Bahrain World Trade Center, Bahrain Financial Harbour and the National Museum are all less than 5 km from the property.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="285561.60" OriginalAmount="266880" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.237245753088" Longitude="50.537650046627" StarRating="4.5" HotelCode="151358|109766" HotelName="Asdal Gulf Inn" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Road 2830, Building 2326, Block 428, P.O. Box 2125, Al Seef, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/155706/155706a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located 550 metres away from the Seef Mall and 2.1 km away from the Bahrain International Exhibition and Convention Centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="289442.49" OriginalAmount="270507.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.224571228027344" Longitude="50.59710693359375" StarRating="3" HotelCode="0|oyo_112_semiramis_hotel" HotelName="OYO 112 Semiramis Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>716, Road 2018, Block 321, Gudaibiya, Manama</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/cb/09/cb0900b64df6c2f0b0b906172f9446e9e1be0da9.jpeg</HotelPictures>
        <HotelDescription>&lt;br /&gt;&lt;b&gt;Property Location: &lt;/b&gt;With a stay at OYO 112 Semiramis Hotel in Manama (Al Hoora), you'll be minutes from Dolphin Resort and close to Bab Al Bahrain. This hotel is within close proximity of Al Fateh Grand Mosque and Al-Qudaibiya Palace.&lt;br /&gt;&lt;b&gt;Attractions: &lt;/b&gt;Distances are calculated in a straight line from the property's location to the point of interest or attraction, and may not reflect actual travel distance.&lt;br /&gt;Distances are displayed to the nearest 0.1 mile and kilometer.&lt;br /&gt;Dolphin Resort - 0.5 km / 0.3 mi&lt;br /&gt;Al Fateh Grand Mosque - 0.6 km / 0.4 mi&lt;br /&gt;Al-Qudaibiya Palace - 0.9 km / 0.6 mi&lt;br /&gt;Oasis Center Juffair - 1.1 km / 0.7 mi&lt;br /&gt;Juffair Mall - 1.3 km / 0.8 mi&lt;br /&gt;La Fontaine Centre of Contemporary Art - 1.5 km / 0.9 mi&lt;br /&gt;Beit Al Qur'an - 1.7 km / 1.1 mi&lt;br /&gt;Bahrain National Museum - 1.9 km / 1.2 mi&lt;br /&gt;Gold Souq - 2.1 km / 1.3 mi&lt;br /&gt;Bahrain National Theater - 2.1 km / 1.3 mi&lt;br /&gt;Manama Souq - 2.3 km / 1.4 mi&lt;br /&gt;Yateem Centre - 2.3 km / 1.4 mi&lt;br /&gt;Museum of Pearl Diving - 2.3 km / 1.4 mi&lt;br /&gt;Bahrain World Trade Center - 2.3 km / 1.5 mi&lt;br /&gt;Moda Mall - 2.3 km / 1.5 mi&lt;br /&gt;The nearest major airport is Manama (BAH-Bahrain Intl.) - 6.3 km / 3.9 mi.&lt;br /&gt;&lt;b&gt;Amenities: &lt;/b&gt;This hotel offers designated smoking areas.&lt;br /&gt;&lt;b&gt;Business Amenities: &lt;/b&gt;Featured amenities include dry cleaning/laundry services, a 24-hour front desk, and an elevator.&lt;br /&gt;&lt;b&gt;Rooms: &lt;/b&gt;Make yourself at home in one of the 40 air-conditioned rooms featuring microwaves and flat-screen televisions. Complimentary wireless Internet access keeps you connected, and cable programming is available for your entertainment. Bathrooms have showers and complimentary toiletries. Conveniences include phones, as well as separate sitting areas and irons/ironing boards.&lt;br /&gt;&lt;b&gt;Dining: &lt;/b&gt;At OYO 112 Semiramis Hotel, enjoy a satisfying meal at the restaurant.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Inportant 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;Meals may be limited during Ramadan.&lt;br /&gt;&lt;b&gt;Special Living Conditions: &lt;/b&gt;Couples checking into the same room must present a valid marriage certificate upon check-in. Otherwise, the property may reject the booking or request that a second room be booked.&lt;br /&gt;&lt;b&gt;Extra Info: &lt;/b&gt;&lt;ul&gt;   &lt;li&gt;One child 6 years old or younger stays free when occupying the parent or guardian's room, using existing bedding. &lt;/li&gt;&lt;li&gt;No pets and no service animals are allowed at this property. &lt;/li&gt;&lt;li&gt;This property advises that enhanced cleaning and guest safety measures are currently in place.&lt;/li&gt;&lt;li&gt;Disinfectant is used to clean the property; commonly-touched surfaces are cleaned with disinfectant between stays; bed sheets and towels are laundered at a temperature of at least 60°C/140°F.&lt;/li&gt;&lt;li&gt;Personal protective equipment, including masks and gloves, will be available to guests.&lt;/li&gt;&lt;li&gt;Social distancing measures are in place; staff at the property wear personal protective equipment; a shield is in place between staff and guests in main contact areas; periodic temperature checks are conducted on staff; temperature checks are available to guests; guests are provided with hand sanitizer.&lt;/li&gt;&lt;li&gt;Contactless check-in and contactless check-out are available.&lt;/li&gt;&lt;li&gt;Individually-wrapped food options are available through room service.&lt;/li&gt;&lt;li&gt;Each guestroom is kept vacant for a minimum of 24 hours between bookings.&lt;/li&gt; &lt;/ul&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="291438.04" OriginalAmount="272372" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.22116134" Longitude="50.60933208" StarRating="4" HotelCode="435173|252376" HotelName="Crystal Palace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Road 2414, Building 115, Juffair, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://store1prod.blob.core.windows.net/images-hotels/17262/7cfa7a13-1b68-457e-a6da-2301e848b583.jpg?d=636686577470000000</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Manama.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="293763.15" OriginalAmount="274545" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.216282663482" Longitude="50.6118491292" StarRating="3" HotelCode="180674|354689" HotelName="Al Faris Suite 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Road No.2423 Building 1368, Block 324, Juffair, 2426 Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://us.dotwconnect.com/poze_hotel/18/1884785/xinFuagC_ac86c9d5a9bac4dcd59d8104b914bb79.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is set in Manama. The premises count with 30 welcoming rooms. Pets are not allowed at this property. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="295638.86" OriginalAmount="276298.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.233604" Longitude="50.570956" StarRating="4" HotelCode="96267|gulf_gate_hotel" HotelName="Gulf Gate" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Road 357, PO Box 2825, Building 8, Block 315, Salah Al Deen Al Ayoubi Avenue, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/16/164900/164900a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Manama. The nearest airport is Bahrain (BAH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="298070.97" OriginalAmount="278571" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.221367061929" Longitude="50.607521626984" StarRating="4" HotelCode="113848|197443" HotelName="Ramee Palace Hotel Bahrain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Road 22 103, Block 324, PO Box 11538, Juffair, Manama 324</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/157263/a_157263_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies in the heart of the Juffair region of Manama, the capital of Bahrain. A large number of corporate centres are situated within the hotel's vicinity, making it a location ideal for business guests. At the same time, amazing tourist spots like Bahrain National Museum are in close proximity. Bahrain International Airport is approximately 6 km from the accommodation.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="299155.95" OriginalAmount="279585" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.21974" Longitude="50.606259" StarRating="4" HotelCode="210783|77532" HotelName="Best Western Plus The Olive" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Road 2408, Building 507, Block 324, Juffair, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/299293/a_299293_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This quiet hotel is located in the heart of the city of Manama (Juffair), not far from the diplomatic &amp;amp; financial center from Manama (by day) and the cuisine &amp;amp; ambiance of the Juffair restaurant district (at night).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="299284.35" OriginalAmount="279705.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.21227807" Longitude="50.6129496" StarRating="0" HotelCode="561317|majestic_hotel_3" HotelName="Majestic Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Air Conditioning,Business Centre,Dry Cleaning,Elevator,Internet,Laundry,Meeting Room,Parking,Pets allowed,Restaurant,Room Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>Building 1720 Road 2427, Al Juffair, Manama 199</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0019/08971/1908971/1.jpg?f=14943679</HotelPictures>
        <HotelDescription>&lt;br/&gt;Majestic Hotel is a popular choice amongst travelers in Manama, whether exploring or just passing through. Offering a variety of facilities and services, the hotel provides all you need for a good night's sleep. Facilities like family room, 24-hour room service, laundry service, meeting facilities, car park are readily available for you to enjoy. Each guestroom is elegantly furnished and equipped with handy amenities. Access to the hotel's outdoor pool, fitness center will further enhance your satisfying stay. Majestic Hotel combines warm hospitality with a lovely ambiance to make your stay in Manama unforgettable.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="301544.19" OriginalAmount="281817" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.202772" Longitude="50.600464" StarRating="4" HotelCode="316738|56163" HotelName="Royal Phoenicia Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Road 3931, Building 1288, Block 339, Umm Al Hasam, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/431177/a_431177_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Manama.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="306210.46" OriginalAmount="286178.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.230598" Longitude="50.570561" StarRating="3" HotelCode="98902|bahrain_international_hotel" HotelName="Bahrain International" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF-BOARD,LUNCH,DINNER,FULL-BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Government Avenue Road, Block 304, Building 187, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://us.dotwconnect.com/poze_hotel/65/653695/SxgAZ4RR_651a8b3d0640c788ec10237b91f8b826.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Manama. The nearest airport is Bahrain (BAH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="312407.90" OriginalAmount="291970.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.21826171875" Longitude="50.604888916015625" StarRating="3" HotelCode="0|oyo_118_revira_hotel" HotelName="OYO 118 Revira Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>757, Road. 2412, Block.324, Juffair, Manama</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/99/fe/99fe6bce96b9b642c18e53a3c0e77467055b0d9b.jpeg</HotelPictures>
        <HotelDescription>&lt;br /&gt;&lt;b&gt;Location: &lt;/b&gt;A very nice option for those who like to be on the move! Hotel «OYO 118 Revira Hotel» is located in Manama. This hotel is located minutes away from the city center. You can take a walk and explore the neighbourhood area of the hotel — Al Fateh Mosque, Marina Beach Garden Park and Andalus Garden.&lt;br /&gt;&lt;b&gt;At The Hotel: &lt;/b&gt;Accessibility: there is an elevator/lift.&lt;br /&gt;&lt;b&gt;Room Amenities: &lt;/b&gt;Guests will find the following in the room: a TV. The room equipment depends on its category.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Inportant 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;Meals may be limited during Ramadan.&lt;br /&gt;&lt;b&gt;Special Living Conditions: &lt;/b&gt;Couples checking into the same room must present a valid marriage certificate upon check-in. Otherwise, the property may reject the booking or request that a second room be booked.&lt;br /&gt;&lt;b&gt;Extra Info: &lt;/b&gt;&lt;ul&gt;   &lt;li&gt;One child 6 years old or younger stays free when occupying the parent or guardian's room, using existing bedding. &lt;/li&gt;&lt;li&gt;This property advises that enhanced cleaning and guest safety measures are currently in place.&lt;/li&gt;&lt;li&gt;Disinfectant is used to clean the property; commonly-touched surfaces are cleaned with disinfectant between stays; bed sheets and towels are laundered at a temperature of at least 60°C/140°F.&lt;/li&gt;&lt;li&gt;Personal protective equipment, including masks and gloves, will be available to guests.&lt;/li&gt;&lt;li&gt;Social distancing measures are in place; staff at the property wear personal protective equipment; a shield is in place between staff and guests in main contact areas; periodic temperature checks are conducted on staff; temperature checks are available to guests; guests are provided with hand sanitizer.&lt;/li&gt;&lt;li&gt;Contactless check-in and contactless check-out are available.&lt;/li&gt;&lt;li&gt;Individually-wrapped food options are available through room service.&lt;/li&gt;&lt;li&gt;Each guestroom is kept vacant for a minimum of 24 hours between bookings.&lt;/li&gt; &lt;/ul&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="313178.30" OriginalAmount="292690" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.233208" Longitude="50.571937" StarRating="4" HotelCode="37084|45946" HotelName="Delmon International Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 5661, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/13/138218/138218a_hb_a_003.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated right at the heart of Manama City on the Government Avenue road which crosses the Gold City. The Financial Harbour of Bahrain, the World Trade Center, Bahrain Exhibition and International Convention Centre and the premier shopping centres are all within 5-10 minutes’ drive from this hotel. The hotel is located within 15 minutes’ drive from the Bahrain International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="315921.78" OriginalAmount="295254" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.229444" Longitude="50.55128345" StarRating="4" HotelCode="317209|46327" HotelName="ibis Seef Manama" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Building 456, Road 1010, Sanabis Block 410, P.O. Box 21135, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/431436/a_431436_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Manama. The nearest airport is Bahrain (BAH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="320427.55" OriginalAmount="299465.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.23181385" Longitude="50.5981382" StarRating="4" HotelCode="57739|manama_tower_hotel" HotelName="Manama Tower" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-1" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Air Conditioning,Coffee Shop,Concierge,Dry Cleaning,Elevator,Internet,Laundry,Nightclub,Parking,Restaurant,Room Service,Sauna,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/12182/12182_1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Manama Tower is a popular choice amongst travelers in Manama, whether exploring or just passing through. The hotel has everything you need for a comfortable stay. Facilities like safety deposit boxes, elevator, laundry service, restaurant, coffee shop are readily available for you to enjoy. Air conditioning, mini bar, shower, bathtub, television can be found in selected guestrooms. Take a break from a long day and make use of steamroom, fitness center, hot tub, outdoor pool, sauna. No matter what your reasons are for visiting Manama, Manama Tower will make you feel instantly at home.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="327413.58" OriginalAmount="305994" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.21867098" Longitude="50.60992902" StarRating="3" HotelCode="621416|252369" HotelName="Afaq Tower" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Road 2419, Building 1111, Area 324, Juffair, Manama 1234</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=10097260</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="338801.59" OriginalAmount="316637" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.216729" Longitude="50.591332" StarRating="4" HotelCode="38663|46328" HotelName="Ramada Hotel Bahrain" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Adliya Bani Otbah Avenue, Road 351, Block 326, Building 88, Manama 5750</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/63843/a_63843_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Manama.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="339109.75" OriginalAmount="316925" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.21983416" Longitude="50.61111773" StarRating="4" HotelCode="397808|55494" HotelName="Ramee Rose Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Road 2420, Building 01161, Block  0324, Juffair 324, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/508625/a_508625_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Manama.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="340842.08" OriginalAmount="318544.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.20643287" Longitude="50.59556065" StarRating="3" HotelCode="329104|moon_plaza_hotel" HotelName="Moon Plaza Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Air Conditioning,Bar,Beauty Salon,Coffee Shop,Designated Smoking Area,Elevator,Internet,Laundry,Meeting Room,Nightclub,Parking,Restaurant,Room Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0024/05475/2405475/1.jpg?f=15500359</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Manama City Center, Moon Plaza Hotel promises a relaxing and wonderful visit. The property features a wide range of facilities to make your stay a pleasant experience. Take advantage of the hotel's smoking area, shops, elevator, Wi-Fi in public areas, car park. Comfortable guestrooms ensure a good night's sleep with some rooms featuring facilities such as desk, television, internet access – LAN, fan, daily newspaper. Take a break from a long day and make use of games room. Discover all Manama has to offer by making Moon Plaza Hotel your base.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="341648.86" OriginalAmount="319298" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.22856944288" Longitude="50.546343402447" StarRating="4" HotelCode="71264|22176" HotelName="Gulf Court Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Country House,Club Resort,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Building 141, Block 408, Road 28, Off Seef District, By Bahrain International Exhibition Center, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/96568/a_96568_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is strategically located in the business hub and entertainment centre of Bahrain, in close proximity to the International Exhibition Centre and Bahrain's most popular shopping complexes, Dana &amp; Bahrain Malls. Manama City is 2 km away and guests will find bars, public transport, the Seef Mall and the Al A'Ali Mall are all within a 2 km radius of the hotel. The Arabian Sea is also around 2 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="342299.42" OriginalAmount="319906.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.215261" Longitude="50.603338" StarRating="4" HotelCode="142997|al_manzil_suites_2" HotelName="Al Manzil Hotel Bahrain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Road 4047, Building 1842, Block 340, Juffair, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/204073/a_204073_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The business hotel is just 10 minutes' drive from Bahrain International Airport and 20 minutes from the King Fahad Motorway.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="351020.99" OriginalAmount="328057" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.2134359783" Longitude="50.60874581337" StarRating="4" HotelCode="177186|55639" HotelName="Elite Crystal Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Jacuzzi,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bldg 1373, road 2423, area 324, Juffair</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/247516/a_247516_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Manama. The nearest airport is Bahrain (BAH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="351048.81" OriginalAmount="328083.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.234370778699" Longitude="50.595845453287" StarRating="3" HotelCode="96258|metropolitan_bahrain" HotelName="Metropolitan Hotel Bahrain" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF-BOARD,FULL-BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>413 Road 1912, Block 319, P.O.Box 11538, Hoora, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/133714/a_133714_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated on the exhibition road, Hoora, the hotel is close to the business and shopping centres, while the Saudi Causeway is 15 minutes away. The GOSI Complex is just 100 m away, while the Bahrain Mall and Babul Bahrain are both some 10 minutes' drive away. The hotel overlooks the beautiful Marina Beach. The area is always lively and has a cosmopolitan atmosphere. The property is just 10 minutes away from the airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="354329.43" OriginalAmount="331149.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.237409" Longitude="50.592499" StarRating="3" HotelCode="63000|windsor_tower_bahrain" HotelName="Windsor Tower Hotel, Manama Bahrain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Road 1908, Building 252, Block 319, Behind Gosi Mall, Hoora, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/81275/a_81275_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the city of Manama, within easy reach of local attractions such as Diraz Temple, Bahrain Fort, Museum of Pearl Diving and Manama Souq.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="360324.64" OriginalAmount="336752" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.227028693387" Longitude="50.589482188225" StarRating="4" HotelCode="65471|22179" HotelName="Swiss International Palace Hotel Manama" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Gudaibiya Avenue, Road 333, Building 242, Block 321, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/84347/a_84347_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on a street in the heart of the city. Marina Beach is just a 10-minute walk away. It is just 10 minutes away from Bahrain's main financial, business and shopping centres and a 15-minute drive from Bahrain International airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="365399.65" OriginalAmount="341495" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.239657" Longitude="50.538434" StarRating="4" HotelCode="73806|197435" HotelName="Elite Seef Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Building 600 Road 2808, Area 428, Seef</AddressLine>
          </AddressLines>
          <CityName>Seef</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/99568/a_99568_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Seef area and is close to all of Manama City’s major shopping centres, as well as to its banking hub. The Ritz Carlton Beach is 1 km from the hotel and it is a 10-minute drive to the Diplomatic Enclave and Bahrain’s central business district. In close proximity to the hotel are the National Museum and Marina Club. The bus station is 4 km away and the hotel is a 15-minute drive from Bahrain International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="365888.64" OriginalAmount="341952" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.242384695166" Longitude="50.589668523254" StarRating="4" HotelCode="567779|252388" HotelName="ibis Styles Manama Diplomatic Area Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Road 1706, Building 511, 317 Diplomatic Area, P.O. Box 21135, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/684737/a_684737_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers travellers a range of services and facilities, making it ideal for business travellers and holiday makers alike.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="372556.88" OriginalAmount="348184.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.23684" Longitude="50.596555" StarRating="4" HotelCode="96266|phoenicia_tower_hotel" HotelName="Phoenicia Tower Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Restaurant,Room Service,Swimming Pool,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Road 1910, Building 299, Block 319, Al Hoora, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/c5/2c/c52c98e0cb12008c6b0c5f19548eb312df125dd6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is in Manama, about 5 km from Bahrain (BAH) Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="376026.89" OriginalAmount="351427" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.21700899" Longitude="50.60770808" StarRating="4" HotelCode="530108|252373" HotelName="Arman Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Building 1101 Road 2417, Block 324, Al Fateh, Juffair, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/59/593924/593924a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Manama.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="392970.34" OriginalAmount="367262.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.23156245" Longitude="50.59601652" StarRating="4" HotelCode="623770|marco_polo_hotel_5" HotelName="Marco Polo Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Road 2005, Building 185, Block 320, Hoora, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/64/644226/644226a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Manama.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="394363.70" OriginalAmount="368564.21" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.220058562682" Longitude="50.604652373016" StarRating="4" HotelCode="171920|CAS211700" HotelName="Hotel Diva" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 75898, Juffair</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/16/164102/164102a_hb_a_025.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Manama. The nearest airport is Bahrain (BAH).&lt;br/&gt;&lt;b&gt;Accommodation Fee from 2024-05-01 to 2030-12-31&lt;b&gt;:-Bahrain is introducing a new Accommodation Fee of 3.300 BHD per room per day for all types of accommodation payable directly to hotels by the guests.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="400756.73" OriginalAmount="374539" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.21172914" Longitude="50.60901105" StarRating="4" HotelCode="433620|197431" HotelName="Belair Executive Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Kitchen,Laundry,Massage Centre,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Building 1301, Road 4026, Block 340, Al Shabab Road, Juffair, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/43/436380/436380a_hb_a_013.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Manama. It is about 7 km to Bahrain (BAH) Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="403335.43" OriginalAmount="376949" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.236044382893" Longitude="50.549849449074" StarRating="4" HotelCode="73805|22173" HotelName="Elite Grande Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Road No 2845, Building 3378,  Area 428, Seef</AddressLine>
          </AddressLines>
          <CityName>Seef</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/99567/a_99567_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Seef area, in close proximity to major shopping centres, such as the Seef Mall, Al A'Ali Mall, Dana Mall and Bahrain Mall. It is also within close proximity to the upcoming city centre project, to the major banking headquarters and the new Seef corporate area, and it is a 10-minute drive from the hotel to the diplomatic enclave and Bahrain’s central business district. The hotel is only a 5-minute drive from Bahrain International Airport and both the National Museum and the Marina Club are close by.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="408554.89" OriginalAmount="381827" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.22086463" Longitude="50.60777832" StarRating="3" HotelCode="573660|252374" HotelName="Belle Tower Luxury Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Road 2417, Block 324, Building 995, Manama 75845</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/737689/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Belle Tower Luxury Apartments is perfectly located for both business and leisure guests in Manama. The hotel has everything you need for a comfortable stay. Service-minded staff will welcome and guide you at the Belle Tower Luxury Apartments. Guestrooms are fitted with all the amenities you need for a good night's sleep. In some of the rooms, guests can find closet, cleaning products, towels, separate living room, television LCD/plasma screen. Enjoy the hotel's recreational facilities, including hot tub, fitness center, sauna, outdoor pool, billiards, before retiring to your room for a well-deserved rest. Discover all Manama has to offer by making Belle Tower Luxury Apartments your base.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="413181.57" OriginalAmount="386151" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.21989035" Longitude="50.609976" StarRating="4" HotelCode="741581|354701" HotelName="Arch Hotel BW Signature Collection by Best Western" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Massage Centre,Sauna,Spa,Telephone Service,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>Building 1118, Road 2419, Block 324, Juffair, Manama</AddressLine>
          </AddressLines>
          <CityName>Juffair</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/862622/a_862622_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;With its stylish exteriors and matching modern interiors, the Arch Hotel, BW Signature Collection by Best Western is an iconic hotel extending the best of hospitality to all patrons from all over the world. Conveniently located near both the financial and diplomatic areas of the city, this modern hotel is designed with an eye for detail and equipped with deluxe amenities for your ultimate comfort and convenience. This luxury hotel is ideal for long-term stays, business trips, holidays, and is located only 15 minutes from Bahrain International Airport, 30 minutes from the Bahrain International Circuit and is just minutes away from the major tourist destinations and shopping centers. The Arch Hotel, BW Signature Collection by Best Western offers complimentary high-speed Wi-Fi and 24 hour in-room dining options in all of the spacious and well-appointed 117 guest suites and rooms with views of the city skylines and the azure seas. The hotel offers a wide range of eclectic dining and contemporary clubbing options coupled with a modern full range Health Club, Gym and Boutique Spa. A well-equipped state of the art conference and banquet facility, adds further appeal to this iconic hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="418191.31" OriginalAmount="390833" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.220467438523" Longitude="50.604220906746" StarRating="4" HotelCode="96270|109850" HotelName="Pars International" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Country House,Hostel,Family-friendly Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 20682, Manama, Kingdom of Bahrain</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/12/125077/125077a_hb_a_002.JPG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated just behind Al Fateh Grand Mosque of Juffair in the city of Manama, the hotel is within easy reach of the city's popular attractions including the Bahrain Fort (Qal'at al-Bahrain), Diraz Temple, Museum of Pearl Diving and Manama Souq.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="419581.24" OriginalAmount="392132.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.21833038330078" Longitude="50.6042594909668" StarRating="4" HotelCode="0|al_safir_tower_hotel_apartments" HotelName="Al Safir Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Building 670, Road 2411, Block 324, Manama</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/d9/36/d9369a188725a8dab5bb77758c3cc45eda74f22c.jpeg</HotelPictures>
        <HotelDescription>Al Safir Hotel &amp;amp; Tower is conveniently located in the popular Juffair area. The hotel offers guests a range of services and amenities designed to provide comfort and convenience. 24-hour room service, free Wi-Fi in all rooms, 24-hour security, daily housekeeping, fireplace are there for guest's enjoyment. Television LCD/plasma screen, additional bathroom, additional toilet, bathroom phone, clothes rack can be found in selected guestrooms. Enjoy the hotel's recreational facilities, including hot tub, fitness center, sauna, outdoor pool, indoor pool, before retiring to your room for a well-deserved rest. Al Safir Hotel &amp;amp; Tower is an excellent choice from which to explore Manama or to simply relax and rejuvenate.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Inportant 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;Meals may be limited during Ramadan.&lt;br /&gt;&lt;b&gt;Special Living Conditions: &lt;/b&gt;Couples checking into the same room must present a valid marriage certificate upon check-in. Otherwise, the property may reject the booking or request that a second room be booked.&lt;br /&gt;&lt;b&gt;Transfer: &lt;/b&gt;Transfer from/to airport available. Cost: 6.00 BHD one way.&lt;br /&gt;&lt;b&gt;Extra Info: &lt;/b&gt;Some nationalities can get an entry permit stamped in their passport upon arrival at the airport. Please check your visa requirements before travelling. The hotel might be able to arrange a visa for you after making your reservation. Please contact the hotel directly using the contact details provided in your confirmation email.&lt;br /&gt;&lt;br /&gt;Airport pick ups or drop offs can be arranged with the hotel for an additional charge of BHD 5 per person per trip, excluding taxes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="421524.36" OriginalAmount="393948" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.217221078407" Longitude="50.604800303935" StarRating="4" HotelCode="73211|22170" HotelName="Al Safir Hotel &amp; Tower" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Road 2411 Building 670 Block 324, PO Box 55222, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/98842/a_98842_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located 500 metres from the American Naval base and 30 minutes' drive from the Bahrain International F1 Circuit. Bahrain International Airport is 7 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="431246.38" OriginalAmount="403034.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.23318843" Longitude="50.57430271" StarRating="0" HotelCode="969984|city_point_hotel_2" HotelName="City Point Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Road 383, Block 304 Building 185, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/37000000/36030000/36023700/36023685/0cb1fb7e_b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="431246.38" OriginalAmount="403034.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.231655424034" Longitude="50.596329628836" StarRating="4" HotelCode="434201|samada_hoora_hotel__suites" HotelName="Samada Hoora Hotel And Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment,Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Bar,Business Centre,Coffee Shop,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Luggage Storage,Meeting Room,Parking,Restaurant,Room Service,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>185 Road 2005, Block 320, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/596070/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Hoora / Exhibition Road, Samada Hoora Hotel and Suites is a perfect starting point from which to explore Manama. Featuring a complete list of amenities, guests will find their stay at the property a comfortable one. To be found at the hotel are smoking area, meeting facilities, luggage storage, 24-hour room service, newspapers. Each guestroom is elegantly furnished and equipped with handy amenities. Recuperate from a full day of sightseeing in the comfort of your room or take advantage of the hotel's recreational facilities, including sauna, outdoor pool, billiards, fitness center. Discover all Manama has to offer by making Samada Hoora Hotel and Suites your base.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="435256.74" OriginalAmount="406782.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.218345642089844" Longitude="50.58900833129883" StarRating="3" HotelCode="0|atiram_jewel_hotel" HotelName="Atiram Jewel Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF-BOARD,FULL-BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Building 180, Road 2608, Manama</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/90/57/90572a7d13f34ef1d2903600767d86e04fd4895f.jpeg</HotelPictures>
        <HotelDescription>Location : With a stay at Atiram Jewel Hotel in Manama (Juffair), you'll be within a 15-minute drive of Bab Al Bahrain and Al-Qudaibiya Palace.  This hotel is 7 mi (11.2 km) from Seef Mall and 0.7 mi (1.2 km) from Al Fateh Grand Mosque.&lt;br /&gt;Amenities : Be sure to enjoy recreational amenities including an outdoor pool and a fitness center.&lt;br /&gt;Attractions : Distances are displayed to the nearest 0.1 mile and kilometer.&lt;br /&gt;Al-Qudaibiya Palace - 0.2 km / 0.1 mi&lt;br /&gt;Al Fateh Grand Mosque - 1.3 km / 0.8 mi&lt;br /&gt;Oasis Center Juffair - 1.5 km / 1 mi&lt;br /&gt;La Fontaine Centre of Contemporary Art - 2 km / 1.2 mi&lt;br /&gt;Juffair Mall - 2.1 km / 1.3 mi&lt;br /&gt;Gold Souq - 2.3 km / 1.4 mi&lt;br /&gt;Manama Souq - 2.5 km / 1.5 mi&lt;br /&gt;Yateem Centre - 2.5 km / 1.5 mi&lt;br /&gt;Dolphin Resort - 2.5 km / 1.6 mi&lt;br /&gt;Royal Bahrain Hospital - 2.6 km / 1.6 mi&lt;br /&gt;Bab Al Bahrain - 2.7 km / 1.7 mi&lt;br /&gt;Museum of Pearl Diving - 2.8 km / 1.7 mi&lt;br /&gt;Moda Mall - 3 km / 1.9 mi&lt;br /&gt;Bahrain World Trade Center - 3.2 km / 2 mi&lt;br /&gt;Beit Al Qur'an - 3.2 km / 2 mi&lt;br /&gt;The nearest major airport is Manama (BAH-Bahrain Intl.) - 16.5 km / 10.3 mi&lt;br /&gt;business_amenities : Featured amenities include complimentary newspapers in the lobby, dry cleaning/laundry services, and a 24-hour front desk. Free self parking is available onsite.&lt;br /&gt;HeadLine : In Manama (Juffair)&lt;br /&gt;Renovations : The following facilities or services will be unavailable from July 2 2020 to December 31 2020 (dates subject to change):&lt;br /&gt;Spa&lt;br /&gt;Spa tub&lt;br /&gt;Rooms : Make yourself at home in one of the 90 air-conditioned rooms featuring kitchenettes with full-sized refrigerators/freezers and microwaves. LCD televisions with satellite programming provide entertainment, while complimentary wireless Internet access keeps you connected. Conveniences include safes and electric kettles, and housekeeping is provided daily.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Inportant 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;Meals may be limited during Ramadan.&lt;br /&gt;&lt;b&gt;Special Living Conditions: &lt;/b&gt;Couples checking into the same room must present a valid marriage certificate upon check-in. Otherwise, the property may reject the booking or request that a second room be booked.&lt;br /&gt;&lt;b&gt;Extra Info: &lt;/b&gt;&lt;ul&gt;  &lt;li&gt;Pool access available from 8:00 AM to 6:00 PM.&lt;/li&gt;&lt;li&gt;No pets and no service animals are allowed at this property. &lt;/li&gt;&lt;li&gt;This property advises that enhanced cleaning and guest safety measures are currently in place.&lt;/li&gt;&lt;li&gt;Disinfectant is used to clean the property; commonly-touched surfaces are cleaned with disinfectant between stays; bed sheets and towels are laundered at a temperature of at least 60°C/140°F.&lt;/li&gt;&lt;li&gt;Personal protective equipment, including masks and gloves, will be available to guests.&lt;/li&gt;&lt;li&gt;Social distancing measures are in place; staff at the property wear personal protective equipment; a shield is in place between staff and guests in main contact areas; periodic temperature checks are conducted on staff; temperature checks are available to guests; guests are provided with hand sanitizer; masks are required in public areas.&lt;/li&gt;&lt;li&gt;Each guestroom is kept vacant for a minimum of 24 hours between bookings.&lt;/li&gt; &lt;/ul&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="436424.11" OriginalAmount="407873" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.22121731" Longitude="50.61351226" StarRating="4" HotelCode="623408|354716" HotelName="Park Regis Lotus Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),ATM/Cash Machine,Babysitting,Banquet Hall,Bar,Business Centre,Conference Hall,Currency Exchange,Designated Smoking Area,Dining,Fax,Internet,Laundry,Lounge,Meeting Room,Nightclub,Parking,Printer,Restaurant,Room Service,Sauna,Smoking Rooms,Spa,Telephone Service,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenue 22, Building 147, Block 324, Juffair, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/63/630436/630436a_hb_a_009.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This property is 2 minutes walk from the beach. Conveniently situated in the Al Juffair district of Manama, Park Regis Lotus Hotel is situated 2.6 km from Bahrain National Museum, 6 km from Bahrain City Centre Mall and 6 km from Wahooo! Waterpark. 

All guest rooms are elegantly furnished and include; air-conditioning, flat screen television, mini-bar, 24-hour personal butler service, free high speed WiFi, safety deposit box, automatic blackout blinds, free standing bathtub, frameless glass shower, bathroom amenities and plush toweling.

With three onsite all day dining restaurants and a roof top bar, guests will have a wide range of options to suit their taste buds. A home style international buffet breakfast can be enjoyed in Ewan restaurant.

There is a fitness center with 24-hour gymnasium and lap pool. Guests can enjoy either a Thai or Ayurveda relaxation treatment which staff can arrange. Staff speak Arabic, English and Hindi at the 24-hour front desk.

Al Juffair is a great choice for travelers interested in tourist attractions, budget-friendly traveling and friendly locals.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="438163.93" OriginalAmount="409499" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.23620078" Longitude="50.53908699" StarRating="3" HotelCode="735987|305695" HotelName="Loumage Suites &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Road 2831 Block 3428, Building 2429, Opposite Seef Mall, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=6524265</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="439714.36" OriginalAmount="410948" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.20586921" Longitude="50.58556688" StarRating="3" HotelCode="363905|305723" HotelName="Tropicana Hotel" 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,Currency Exchange,Designated Smoking Area,Dry Cleaning,Garden,Internet,Laundry,Luggage Storage,Meeting Room,Parking,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Kuwait Avenue, After American Embassy, Post Box No.3119, Manama 999</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0019/08985/1908985/27.jpg?f=15583179</HotelPictures>
        <HotelDescription>&lt;br/&gt;Tropicana Hotel is perfectly located for both business and leisure guests in Manama. Both business travelers and tourists can enjoy the hotel's facilities and services. Take advantage of the hotel's babysitting, coffee shop, shuttle service, 24-hour room service, airport transfer. Some of the well-appointed guestrooms feature shower, bathtub, internet access – wireless (complimentary), seating area, internet access – wireless. Access to the hotel's garden, outdoor pool, fitness center, games room will further enhance your satisfying stay. Discover all Manama has to offer by making Tropicana Hotel your base.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="444005.06" OriginalAmount="414958.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.231275" Longitude="50.545987" StarRating="4" HotelCode="212202|tulip_inn_bahrain_suites_and_residences" HotelName="Tulip Inn Bahrain Suites and Residences" Meals="BED &amp; BREAKFAST,ROOM ONLY,FULL-BOARD,HALF-BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bilding 459, Road 1010, Block 410, Sanabis Area, P.O. Box 18, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/300833/a_300833_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Manama. The nearest airport is Bahrain (BAH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="448744.09" OriginalAmount="419387.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.230283737182617" Longitude="50.54702377319336" StarRating="3" HotelCode="0|swan_towers" HotelName="Swan Towers" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apart-hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Awal Ave 2425, Manama</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/22/8b/228b0fe2e27417235c5a03f19aabccf3ea535c4d.jpeg</HotelPictures>
        <HotelDescription>With a stay at Swan Towers in Manama, you'll be a 4-minute drive from Seef Mall and 5 minutes from Bahrain Mall. This spa aparthotel is 5.1 mi (8.2 km) from Barbar Temple and 5.2 mi (8.4 km) from Bahrain National Museum.&lt;br /&gt;Take time to pamper yourself with a visit to the full-service spa. This aparthotel also features complimentary wireless Internet access and tour/ticket assistance.&lt;br /&gt;Featured amenities include a 24-hour front desk, luggage storage, and lockers. A roundtrip airport shuttle is provided for a surcharge (available 24 hours).&lt;br /&gt;Make yourself at home in one of the 62 air-conditioned rooms featuring kitchens with refrigerators and ovens. Flat-screen televisions with cable programming provide entertainment, while complimentary wireless Internet access keeps you connected. Conveniences include phones, as well as safes and microwaves.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Inportant 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;Meals may be limited during Ramadan.&lt;br /&gt;&lt;b&gt;Special Living Conditions: &lt;/b&gt;Couples checking into the same room must present a valid marriage certificate upon check-in. Otherwise, the property may reject the booking or request that a second room be booked.&lt;br /&gt;&lt;b&gt;Transfer: &lt;/b&gt;Transfer from/to airport available. Cost: 5.00 BHD one way.&lt;br /&gt;&lt;b&gt;Extra Info: &lt;/b&gt;&lt;ul&gt;  &lt;li&gt;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. &lt;/li&gt;  &lt;/ul&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="458695.09" OriginalAmount="428687" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.227691796292" Longitude="50.540985602018" StarRating="5" HotelCode="143004|199360" HotelName="Al Raya Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 26575, Adliya, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/153735/153735a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is situated in front of Bahrain Exhibition Centre. Manama's most popular shopping centres are conveniently reachable within a 5-minute drive of the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="467062.49" OriginalAmount="436507" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.246112707941" Longitude="50.601871271164" StarRating="4" HotelCode="71265|22174" HotelName="Elite Resort &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Club Resort,Spa Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Shaikh Hamad Causeway, Building 101, Area 322, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/96569/a_96569_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Sheikh Hamad Causeway (Old Muharraq bridge), only 100 m from the Arabian Sea. It is a 3-minute drive to the Diplomatic Enclave and Bahrain Central Business District and 5 minutes from the international airport. The National Museum and Marina Club are also in the close vicinity and there are plenty of places to shop nearby, including the Dana and Bahrain Malls, the Seef Mall and the Al A'Ali Mall.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="468683.54" OriginalAmount="438022" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.234900865702" Longitude="50.548157543017" StarRating="4" HotelCode="373900|56165" HotelName="S Hotel Bahrain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 60402, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/41/418698/418698a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Manama.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="488114.74" OriginalAmount="456182.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.212165" Longitude="50.586271" StarRating="3.5" HotelCode="171922|mansouri_mansions_hotel" HotelName="Mansouri Mansions" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 5587, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/134213/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Manama. The nearest airport is Bahrain (BAH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="495040.85" OriginalAmount="462655.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.2080059051514" Longitude="50.5963859558105" StarRating="4" HotelCode="0|the_palace_6" HotelName="The Palace Boutique Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,FULL-BOARD" BedType="ROOM ONLY" PropertyType="Boutique_and_Design" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Road 382, Block 338, Adliya, Manama</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/2b/3b/2b3bc833487708b3dea0124670f3790315b88af2.jpeg</HotelPictures>
        <HotelDescription>Stop at The Palace Boutique Hotel to discover the wonders of Manama. Offering a variety of facilities and services, the hotel provides all you need for a good night's sleep. Take advantage of the hotel's free Wi-Fi in all rooms, 24-hour security, daily housekeeping, taxi service, 24-hour front desk. Internet access – wireless (complimentary), non smoking rooms, air conditioning, wake-up service, desk can be found in selected guestrooms. The hotel offers various recreational opportunities. Discover all Manama has to offer by making The Palace Boutique Hotel your base.&lt;/br&gt;&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;Meals may be limited during Ramadan.&lt;/br&gt;&lt;b&gt;Special Living Conditions: &lt;/b&gt;Resort fee is not included in the accommodation price.&lt;/br&gt;Couples checking into the same room must present a valid marriage certificate upon check-in. Otherwise, the property may reject the booking or request that a second room be booked.&lt;/br&gt;&lt;b&gt;Extra Info: &lt;/b&gt;The hotel does not accept children under 18 years of age staying alone.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="512473.29" OriginalAmount="478947" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.232214" Longitude="50.596305" StarRating="4" HotelCode="171917|305403" HotelName="Frsan Palace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box: 18002, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=6516166</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="512902.36" OriginalAmount="479348.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.23729475" Longitude="50.59514224" StarRating="3" HotelCode="426292|mishal" HotelName="Mishal Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Air Conditioning,Bar,Coffee Shop,Dry Cleaning,Elevator,Internet,Laundry,Meeting Room,Nightclub,Parking,Restaurant,Room Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 21338, Hoora, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/525292/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Manama, Mishal Hotel puts everything the city has to offer just outside your doorstep. Offering a variety of facilities and services, the hotel provides all you need for a good night's sleep. Facilities like free Wi-Fi in all rooms, 24-hour room service, facilities for disabled guests, Wi-Fi in public areas, valet parking are readily available for you to enjoy. Designed for comfort, selected guestrooms offer internet access – wireless, internet access – wireless (complimentary), non smoking rooms, air conditioning, desk to ensure a restful night. The hotel offers various recreational opportunities. Friendly staff, great facilities and close proximity to all that Manama has to offer are three great reasons you should stay at Mishal Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="525261.93" OriginalAmount="490899" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.23663253" Longitude="50.5568263" StarRating="4" HotelCode="446789|109875" HotelName="Ramada by Wyndham Manama City Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Road 4654, Building 3236, Block 346, Al Seef District, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/556566/a_556566_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Manama.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="528898.86" OriginalAmount="494298" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.214043922141" Longitude="50.599350903736" StarRating="4" HotelCode="445954|252406" HotelName="Wyndham Garden Manama" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>65 Road 4003, Block 340, PO Box 13220, Juffair, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/555642/a_555642_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Manama.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="530350.92" OriginalAmount="495655.07" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.29257972" Longitude="50.66391115" StarRating="4" HotelCode="446795|RAHS" HotelName="Ramada Hotel and Suites Amwaj Islands Manama" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Building 1741, Road 5715, Block Amwaj 257</AddressLine>
          </AddressLines>
          <PostalCode>(0)16000098</PostalCode>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/556572/a_556572_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Amwaj Islands, within walking distance of the famous Amwaj Marina &amp;amp; Lagoon. The nearest airport is Bahrain International Airport, which is only 8 minutes’ drive away from the property.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="553597.67" OriginalAmount="517381" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.23323379676" Longitude="50.596815347672" StarRating="3.5" HotelCode="176035|74539" HotelName="Holiday Bahrain Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Business Centre,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Meeting Room,Restaurant,Room Service,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Building 87 Road 2003, Block 320, Al Hoora, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/18/183341/183341a_hb_a_802.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is strategically located in the downtown area of Manama, lying just 200 metres from Exhibition Avenue. This delightful hotel is located just a 15 minutes' driving distance from Bahrain International Airport, making this a great choice for every type of traveller. Guests will find themselves in close proximity to a number of the area's main attractions, as well as a myriad of restaurants, shopping opportunities and entertainment venues. This delightful hotel exudes style and elegance, featuring an attractive architectural style and comfortable, beautifully-appointed interiors. The guest rooms are superbly appointed, providing a relaxing setting in which to rest or work in comfort. Guests will be impressed by the range of first-class facilities that the hotel has to offer.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="557375.84" OriginalAmount="520912.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.21650453" Longitude="50.61139077" StarRating="4" HotelCode="474041|parkside_orange_suites" HotelName="Parkside Orange Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Road 2421, Building 1235, Block 324, Muharraq Town, Juffair 324</AddressLine>
          </AddressLines>
          <CityName>Juffair</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/57/574641/574641a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Manama.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="570228.68" OriginalAmount="532924" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.22005899" Longitude="50.61055065" StarRating="4" HotelCode="373859|109773" HotelName="Atiram Premier Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,ATM/Cash Machine,Babysitting,Banquet Hall,Bar,Business Centre,Conference Hall,Fax,Internet,Laundry,Lounge,Meeting Room,Nightclub,Parking,Printer,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>Block 324 Road 2420, Building 1188, Juffair</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/40/406238/406238a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Built in 2015, our brand new Atiram Premier Hotel is a distinct addition to Juffair (Manama) and a smart choice for travellers.
The hotel offers easy access to the city's must-see destinations and offering business guests and tourist travellers' high quality facilities and unparalleled services.
Atrium Premier Hotel quite distinctly discerning for tourists and budget conscious business travellers preferred place to stay.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="575165.66" OriginalAmount="537538" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.240205855376" Longitude="50.584726288361" StarRating="5" HotelCode="79239|45942" HotelName="Golden Tulip Bahrain" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Building 5, Road 339, Block 317, Diplomatic Area, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/107280/a_107280_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is strategically located on Old Palace Road in the banking and government area facing Bahrain's newest landmark, the World Trade Center. It is within walking distance of Manama Bab Al Bahrain Souq and the famous Exhibition Road and only 6 km from the Bahrain International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="575603.29" OriginalAmount="537947.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.21989" Longitude="50.61004" StarRating="0" HotelCode="0|juffair_trends_luxury_apartments" HotelName="Juffair Trends Luxury Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Road 2420, Building 1199, Block 324, Manama</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/50/19/50190ecc1e6507caacd365e0b12a5ca09117595b.jpeg</HotelPictures>
        <HotelDescription>&lt;/br&gt;&lt;b&gt;Property Location: &lt;/b&gt;With a stay at Juffair Trends Luxury Apartments in Manama (Juffair), you'll be within a 15-minute drive of Bab Al Bahrain and Juffair Mall.  This apartment is 1.1 mi (1.8 km) from Al Fateh Grand Mosque and 1.4 mi (2.3 km) from Dolphin Resort.&lt;/br&gt;&lt;b&gt;Rooms: &lt;/b&gt;Make yourself at home in one of the 72 air-conditioned rooms featuring refrigerators and LED televisions. Complimentary wireless Internet access keeps you connected, and satellite programming is available for your entertainment. Private bathrooms with showers feature complimentary toiletries and slippers. Conveniences include irons/ironing boards, housekeeping is provided daily, and cribs/infant beds (complimentary) can be requested.&lt;/br&gt;&lt;b&gt;Amenities: &lt;/b&gt;Don't miss out on recreational opportunities including an outdoor pool and a fitness center.&lt;/br&gt;&lt;b&gt;Dining: &lt;/b&gt;Satisfy your appetite at the apartment's coffee shop/café.&lt;/br&gt;&lt;b&gt;Business, Other Amenities: &lt;/b&gt;Featured amenities include a 24-hour front desk, laundry facilities, and an elevator (lift). Free self parking is available onsite.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="584415.81" OriginalAmount="546183" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.216856" Longitude="50.597082" StarRating="4" HotelCode="166385|22182" HotelName="The K Hotel Bahrain" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 1412, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/233176/a_233176_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;With its prime location in the heart of Juffair and a stone's throw from the business district and diplomatic area, the hotel in Manama is the ideal base for guests’ business trips to the capital of Bahrain. The international airport is easily accessible and is just 15 minutes from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="590767.33" OriginalAmount="552119" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.235311" Longitude="50.535918" StarRating="5" HotelCode="300408|56116" HotelName="Ramee Grand Hotel &amp; Spa, Manama Bahrain" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Jacuzzi,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Building 999, Road 2813, Block Al Seef 428, Manama-11538</AddressLine>
          </AddressLines>
          <CityName>Seef</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/408787/w_408787_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seef. The nearest airport is Bahrain (BAH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="594559.41" OriginalAmount="555663.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.232111" Longitude="50.541113" StarRating="4" HotelCode="60017|mercure_grand_hotel_seef" HotelName="Mercure Grand Hotel Seef / All Suites" 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,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Road 2827, P.O. Box 18084, Seef District 0, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/77697/a_77697_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Manama. The nearest airport is Bahrain (BAH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="596366.20" OriginalAmount="557351.59" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.237245753088" Longitude="50.537650046627" StarRating="4" HotelCode="|WEAH" HotelName="Asdal Gulf Inn Boutique Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Building 2326, Road 2830, Block 428, P.O.Box 2125</AddressLine>
          </AddressLines>
          <PostalCode>(0)66311312</PostalCode>
        </Address>
        <HotelPictures>http://www.travco.co.uk/images/hotels/WEAH/WEAH_MAP.jpg</HotelPictures>
        <HotelDescription>&lt;b&gt;HotelDescription : &lt;/b&gt;The hotel has a lift and features 90 rooms. The friendly staff at the reception desk are happy to answer any questions. A baggage storage service, a safe and a currency exchange service are available. Wireless internet access in public areas allows guests to stay connected. The tour desk offers assistance with booking excursions. The hotel has a range of facilities for guests with disabilities. The hotel has wheelchair-accessible facilities. There are a number of shops as well. Guests arriving by car can park their vehicles in the garage or in the car park (no extra charge). Other services include a 24-hour security service, a car hire service, medical assistance, a transfer service, room service (for a fee), a laundry service, a coin-operated laundry and a hotel shuttle bus. Travellers with bicycles can make use of the on-site bicycle storage area. Complimentary newspapers are available. To assist guests with their business and communication needs, the business centre offers a fax machine.The hotel is conveniently located 550 metres away from the Seef Mall and 2.1 km away from the Bahrain International Exhibition and Convention Centre.The indoor and outdoor pools are ideal for exercise as well as relaxation. Sun loungers and parasols are available on the terrace, where guests can enjoy a quick break or relax for hours. Leisure options at the hotel include golf, a gym, darts, aerobics and a spa. For a fee, guests can also enjoy a sauna and a steam bath. Entertainment options and leisure facilities include an entertainment programme and a kids' club. Copyright GIATA 2004 - 2025. Multilingual, powered by www.giata.com for client no. 124567Air conditioning and central heating ensure that rooms maintain comfortable temperatures. Rooms include a king-size bed. Extra beds can be requested. A safe, a minibar and a desk are also available. Guests will also find a tea/coffee station included among the standard features. There is also an ironing set and a trouser press. A telephone, a TV and WiFi (no extra charge) provide all the essentials for a comfortable holiday. Slippers are included. A hairdryer and bathrobes are available in the bathrooms, which are equipped with a shower. As a special feature, bathrooms are also stocked with cosmetic products and a selection of towels. Wheelchair-friendly rooms with wheelchair-accessible bathrooms are also available. The hotel has family rooms, non-smoking rooms and smoking rooms.Various dining options are available, including a restaurant, a café and a bar. A continental breakfast buffet and lunch are served every day. Diet meals and children's meals can be prepared on request. The hotel also offers special catering options.Please note that the City Tax is included in the room rate.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="597094.24" OriginalAmount="558032" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.23281202" Longitude="50.59597898" StarRating="4" HotelCode="264009|77580" HotelName="ATIRAM Olaya Suites Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Building No. 125 Road 2004, Block 320, Al Hoora, Manama 973, Kingdom of Bahrain</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/39/391138/391138a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel can be found in Manama. There are a total of 75 units on the premises. Pets are not allowed at this hotel. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="598203.83" OriginalAmount="559069.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.23676766491" Longitude="50.531784431877" StarRating="4" HotelCode="212036|hani_royal_hotel" HotelName="Hani Royal" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Jacuzzi,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Road 3622, Block 436 Building 1091, PO Box 20223, Al Seef, Seef, Bahrain</AddressLine>
          </AddressLines>
          <CityName>Seef</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/16/164542/164542a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seef.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="639533.65" OriginalAmount="597695" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.223349944912" Longitude="50.609990279762" StarRating="4" HotelCode="71266|58900" HotelName="Somerset Al Fateh Bahrain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Golf,Internet,Laundry,Lounge,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 75771, Juffair</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/96570/a_96570_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the coast of Al Fateh, in an exclusive residential area that offers scenic views of Bahrain. It is home to many expatriates, and very close to Adliya, one of the finest dining locations in Bahrain. The residence overlooks the Arabian sea, and is just minutes away from the central business district, the diplomatic area, Bahrain Financial Harbour and many other destinations.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="647907.47" OriginalAmount="605521" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.22933658" Longitude="50.59997176" StarRating="5" HotelCode="492594|417860" HotelName="Coral Bay Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Coral Bay, Block 322, Road 2407, Building 491, Manama 317, 973 Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0034/75216/3475216/1.jpg?f=15398452</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at C Hotel in Manama, you'll be on the beach and minutes from Dolphin Resort and close to Bahrain National Museum.  This beach hotel is within close proximity of Al Fateh Grand Mosque and Beit Al Qur'an. #  Rooms : # Make yourself at home in one of the 14 air-conditioned rooms featuring minibars and LED televisions. Complimentary wireless Internet access keeps you connected, and satellite programming is available for your entertainment. Private bathrooms with showers feature complimentary toiletries and bathrobes. Conveniences include phones, as well as electric kettles and complimentary bottled water. #  Amenities : # Relax and unwind with massages, body treatments, and facials. You're sure to appreciate the recreational amenities, including an outdoor pool, a steam room, and a fitness center. Additional amenities at this hotel include complimentary wireless Internet access, concierge services, and a hair salon. #  Dining : # Grab a bite at one of the hotel's 3 restaurants, or stay in and take advantage of room service (during limited hours). While enjoying a refreshing dip in the hotel pool, you can order your favorite drink at the poolside bar. Full breakfasts are available for a fee. #  Business &amp; Other Amenities : # Featured amenities include complimentary newspapers in the lobby, dry cleaning/laundry services, and a 24-hour front desk. A roundtrip airport shuttle is provided for a surcharge (available 24 hours).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="652520.24" OriginalAmount="609832.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.219634488249" Longitude="50.608403051992" StarRating="3" HotelCode="472028|haven_apartment" HotelName="Haven Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Concierge,Designated Smoking Area,Elevator,Internet,Laundry,Luggage Storage,Parking,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Road 2466, Block 324, Building 4549, Al Juffair, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0019/08981/1908981/1.jpg?f=14944287</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Juffair, Haven Apartment is a perfect starting point from which to explore Manama. Offering a variety of facilities and services, the hotel provides all you need for a good night's sleep. Free Wi-Fi in all rooms, 24-hour front desk, 24-hour room service, express check-in/check-out, luggage storage are on the list of things guests can enjoy. Designed for comfort, selected guestrooms offer internet access – wireless (complimentary), air conditioning, desk, blackout curtains, telephone to ensure a restful night. Take a break from a long day and make use of fitness center, sauna, outdoor pool, billiards, table tennis. Haven Apartment combines warm hospitality with a lovely ambiance to make your stay in Manama unforgettable.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="672225.36" OriginalAmount="628248" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.243562069251" Longitude="50.590332448482" StarRating="5" HotelCode="34303|55631" HotelName="Crowne Plaza Bahrain" Meals="ROOM ONLY,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Diplomatic Area 317, P.O. Box 5831, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/54645/a_54645_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally placed for business travellers as it is within the diplomatic area where most of the banks and embassies are located. The hotel is also conveniently situated within 10 minutes of Bahrain International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="674581.50" OriginalAmount="630450" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.24264193" Longitude="50.59007147" StarRating="5" HotelCode="317211|55645" HotelName="Fraser Suites Diplomatic Area" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Road 1701, Building 34, Block 317, PO Box 11527, Diplomatic Area Bahrain, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/40/404999/404999a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies in the capital city of Manama, a major financial and business center in the Middle East.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="674756.98" OriginalAmount="630614.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.22089986" Longitude="50.6079141" StarRating="3" HotelCode="152071|pearl_bahrain_suite" HotelName="Pearl Bahrain Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/f9/eb/f9eb24ccedc3e7c9c1cf51c7502636f3885f759c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Manama. The nearest airport is Bahrain (BAH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="694546.63" OriginalAmount="649109" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.23638212" Longitude="50.53672895" StarRating="4" HotelCode="933635|56295" HotelName="Swiss-Belhotel Seef Bahrain" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Building 1012, Road 2813, Seef, Manama 428</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/37/373352/373352a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Manama. The nearest airport is Bahrain (BAH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="715943.42" OriginalAmount="669106" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.26438771241" Longitude="50.625932492065" StarRating="5" HotelCode="37087|45944" HotelName="Mövenpick Hotel Bahrain" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>143 Road 2403, al-Muharraq, Bahrain</AddressLine>
          </AddressLines>
          <CityName>Muharraq</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/09/090380/090380a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated just across from the Bahrain International Airport in Muharraq Town and 10 minutes’ drive from the centre of Manama, the hotel offers a blend of Arabian tradition and a touch of Swiss hospitality for business and leisure travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="716433.48" OriginalAmount="669564" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.216318310385" Longitude="50.594671550926" StarRating="5" HotelCode="21591|45937" HotelName="The Gulf Hotel Bahrain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Fateh Avenue, Road 3801, Building 11, Block 338, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/27946/a_27946_E2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel, a landmark in Manama, stands tall in the commercial district of Adliya. It is only 15 minutes away from Bahrain International Airport and 5 minutes from the city centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="724579.39" OriginalAmount="677177" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.21959755" Longitude="50.60542771" StarRating="3.5" HotelCode="633110|305694" HotelName="Kiev Tower Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Block 324, Building 509, Road 2408, Al Juffair, Manama 199</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0037/19495/3719495/24.jpg?f=15671090</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="759218.50" OriginalAmount="709550" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.245745" Longitude="50.601098" StarRating="4" HotelCode="33181|45922" HotelName="Novotel Bahrain Al Dana Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Heated Pool,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>121 Sheikh Hamad Causeway, PO Box 11073, Manama 322</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/52723/a_52723_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is situated along the Shaikh Hamad causeway, close to the National Museum. It is on the threshold of Manama's central business district and diplomatic area, yet only 5 minutes from Bahrain international airport and 20 minutes from the causeway link between Bahrain and Saudi Arabia.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="785830.47" OriginalAmount="734421" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.242395740959" Longitude="50.592059564487" StarRating="5" HotelCode="42233|45947" HotelName="The Diplomat Radisson Blu Hotel Residence &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Spa Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Road 1701, Diplomatic Area, PO Box 5243, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/67545/p_67545_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This spa complex is in close proximity to the international airport and is conveniently located in the prestigious diplomatic area, with Manama's Financial Harbour and commercial, shopping and banking districts all on the hotel's doorstep.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="794325.20" OriginalAmount="742360.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.212164160463" Longitude="50.607730264913" StarRating="3" HotelCode="573605|q_house_3_apartments" HotelName="Q House 3 Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Building 1036, Road 4021, Block 340, Juffair, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0027/63294/2763294/1.jpg?f=15082762</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at Q House 3 Apartments in Manama (Juffair), you'll be close to Juffair Mall and Bahrain National Museum.  This aparthotel is within close proximity of Al Fateh Grand Mosque and Al-Qudaibiya Palace. #  Rooms : # Make yourself at home in one of the 52 air-conditioned rooms featuring kitchens with full-sized refrigerators/freezers and stovetops. Rooms have private balconies. Complimentary wireless Internet access keeps you connected, and cable programming is available for your entertainment. Private bathrooms with shower/tub combinations feature deep soaking bathtubs and complimentary toiletries. #  Amenities : # Take advantage of recreation opportunities including an outdoor pool and a 24-hour fitness center. This aparthotel also features complimentary wireless Internet access and barbecue grills. #  Dining : # Take advantage of the aparthotel's 24-hour room service. #  Business &amp; Other Amenities : # Featured amenities include dry cleaning/laundry services, a 24-hour front desk, and luggage storage. Free self parking is available onsite.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="816925.74" OriginalAmount="763482.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.235192221282" Longitude="50.573769807816" StarRating="5" HotelCode="34540|intercontinental_bahrain" HotelName="InterContinental Bahrain" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-2,HALF-BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Faisal Highway, P.O. Box 777, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/54644/a_54644_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at the centre of Manama's prestigious business, shopping and entertainment district. Just 10 minutes away from Bahrain International Airport, close to the futuristic Bahrain financial harbour and a 5 minute walk to the historical Bab Al Bahrain and traditional local market. Bahrain Exhibition and Convention Centre is located 8 km from the hotel and guests will find the Bahrain Museum 2 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="819112.82" OriginalAmount="765526.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.23527125" Longitude="50.57710748" StarRating="5" HotelCode="435981|downtown_rotana" HotelName="Downtown Rotana" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-1" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Jacuzzi,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Government Avenue, P.O. Box 18345, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/44/445341/445341a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Manama.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="832768.16" OriginalAmount="778288" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.233301" Longitude="50.534381" StarRating="5" HotelCode="103091|45940" HotelName="Fraser Suites Seef" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Road 2825, Block Al Seef 428, Building 2109, Seef 2109, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/13/134653/134653a_hb_a_008.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Manama. The nearest airport is Bahrain (BAH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="844266.38" OriginalAmount="789034.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.232162970154" Longitude="50.596436224537" StarRating="2" HotelCode="96265|grand_35" HotelName="Grand Hotel Bahrain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>located off Exhibition Road, near Baisan International Hotel, Hoora, Manama, Bahrain</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/133722/a_133722_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the city of Manama. Khamis Mosque, Gold Souq, Bab Al Bahrain, Bahrain Financial Harbour, Gudhaibiya Guest Palace and Bahrain World Trade Center are some of the popular hotspots to visit in Manama. The hotel is just 8 kilometres from Bahrain International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="859855.21" OriginalAmount="803603" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.233006376193" Longitude="50.551694" StarRating="5" HotelCode="933891|45945" HotelName="Le Méridien City Centre Bahrain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Khalifa bin Salman Highway, Al Seef, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/154273/154273a_hb_a_032.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Manama. The nearest airport is Bahrain (BAH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="898173.98" OriginalAmount="839414.93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.264437291639" Longitude="50.602573860118" StarRating="4" HotelCode="205411|CBA504600" HotelName="Majestic Arjaan By Rotana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Road 2833, PO Box 22003, Bahrain International Airport, Muharraq, Manama</AddressLine>
          </AddressLines>
          <CityName>Muharraq</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/20/206308/206308a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Manama. The nearest airport is Bahrain (BAH).&lt;br/&gt;&lt;b&gt;Accommodation Fee from 2024-05-01 to 2030-12-31&lt;b&gt;:-Bahrain is introducing a new Accommodation Fee of 3.300 BHD per room per day for all types of accommodation payable directly to hotels by the guests.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="989372.29" OriginalAmount="924647" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.219656244166" Longitude="50.604883432389" StarRating="4" HotelCode="180675|75174" HotelName="Residence Inn by Marriott Manama Juffair" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Eco Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Road 2408, Building 894, Block 324, Al Fateh, Manama 76151</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/17/172509/172509a_hb_a_012.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Strategically located in Al Fateh, Juffair, the property offers its guests quick access to Bahrain’s financial district, shopping area and Bahrain International Airport, about 3 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1014997.72" OriginalAmount="948596" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.246506609247" Longitude="50.577104374205" StarRating="4.5" HotelCode="540722|252407" HotelName="Wyndham Grand Manama" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Laundry,Restaurant,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Building 316, Road 4609, Manama Seafront, Manama 346</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/656558/a_656558_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right in the heart of Manama, this hotel is ideal for parents with children. It is about 10 km to Bahrain (BAH) Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1135348.11" OriginalAmount="1061073" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.220816" Longitude="50.606146" StarRating="5" HotelCode="129851|70344" HotelName="Marriott Executive Apartments Manama, Bahrain" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Road 2414, Building 864, Block 324, Al Fateh, Manama 76151</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/11/117793/117793a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Manama. The nearest airport is Bahrain (BAH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1174860.00" OriginalAmount="1098000" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.243872720486" Longitude="50.5644017331" StarRating="5" HotelCode="573679|252398" HotelName="Reef Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Road 4652, Building 2875, Sea Front 346, 323 Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/690822/a_690822_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Manama.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1202605.10" OriginalAmount="1123930.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.248231887817383" Longitude="50.585567474365234" StarRating="3" HotelCode="0|hilton_garden_inn_bahrain_bay" HotelName="Hilton Garden Inn Bahrain Bay" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF-BOARD,HALF-BOARD-DINNER" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>The Avenues - Bahrain, Building 4091,, Manama</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/bd/e1/bde10c7c366d56fefd6e9363de93276ac975fc3f.jpeg</HotelPictures>
        <HotelDescription>&lt;br /&gt;&lt;b&gt;Location: &lt;/b&gt;A great hotel to have a nice rest before long walks around the city. Hotel «Hilton Garden Inn Bahrain Bay» is located in Manama. This hotel is located in 3 km from the city center. You can take a walk and explore the neighbourhood area of the hotel. Places nearby: Bahrain National Theater, Bahrain National Museum and Bab Al Bahrain.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Inportant 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;Meals may be limited during Ramadan.&lt;br /&gt;&lt;b&gt;Special Living Conditions: &lt;/b&gt;Couples checking into the same room must present a valid marriage certificate upon check-in. Otherwise, the property may reject the booking or request that a second room be booked.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1229933.97" OriginalAmount="1149471" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.232567553066" Longitude="50.552399690807" StarRating="5" HotelCode="173273|45956" HotelName="The Westin City Centre Bahrain" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Khalifa Bin Salman Highway, Al Seef District, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/243507/a_243507_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Manama.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1311236.85" OriginalAmount="1225455.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.226" Longitude="50.5902" StarRating="3" HotelCode="952025|gulf_executive_residence" HotelName="Gulf Executive Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Adliya Juffair Street, Manama 1216</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0024/05473/2405473/1.jpg?f=15070705</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1324845.11" OriginalAmount="1238173" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.053049" Longitude="50.484864" StarRating="5" HotelCode="165279|31148" HotelName="Sofitel Bahrain Zallaq Thalassa Sea &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST,ALL INCLUSIVE" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>105 Zallaq Highway 2015, Block 1055, P.O. Box 5554, Zallaq, Manama</AddressLine>
          </AddressLines>
          <CityName>Zallaq</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/231927/a_231927_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just 5 km from the Bahrain International Circuit and Manama city is a 30-minute drive. It is also only 30 minutes by car to Bahrain International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1396903.19" OriginalAmount="1305517.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.24027048" Longitude="50.59051174" StarRating="5" HotelCode="930840|the_domain_bahrain" HotelName="The Domain Hotel &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Building 365, Block 317, Road 1705, Diplomatic Area, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/367691/a_367691_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of business district, close to the Bahrain International Airport (8 km). The National Museum is 500 m away and Manama's bustling restaurant district is 1.5 km away. The property is also well connected to the island's luxury shopping malls (5 to 10 minutes).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1413307.36" OriginalAmount="1320848.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.23392061" Longitude="50.57458878" StarRating="5" HotelCode="782932|the_merchant_house_3" HotelName="The Merchant House" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),ATM/Cash Machine,Bar,Business Centre,Currency Exchange,Designated Smoking Area,Dining,Internet,Laundry,Library,Massage Centre,Meeting Room,Parking,Printer,Restaurant,Room Service,Smoking Rooms,Spa,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>150 Government Avenue, Manama 304</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/64/644146/644146a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Merchant House is an all-suite boutique hotel with just 46 suites, each featuring a kitchenette, dining area and an open plan sitting room.
According to the brand's founder, Gordon Campbell Gray, artwork will always be a remarkable feature of property's interior design, where he has put together an exciting collection comprising of well-established Bahraini artists alongside aspiring talent from all around the Gulf region.
The rooftop, another Campbell Gray speciality, where the hotel restaurant and bar is set with dining options – indoors or outdoors.
Every aspect of The Merchant House has been planned and designed to be fun and memorable – perfect for its location, near the Old Customs House and the financial district. It is the hotel of choice for leisure and business travellers alike, a small gem of a hotel created for interesting and individually minded cosmopolitan guests.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1434923.50" OriginalAmount="1341050" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.232015210664" Longitude="50.597655891402" StarRating="4" HotelCode="297086|491359" HotelName="Holiday Gulf Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Airport Transfer (on Demand),ATM/Cash Machine,Banquet Hall,Business Centre,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Laundry,Massage Centre,Meeting Room,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Building 54, Road 2002 Block 320, Hoora, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/22/228934/228934a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in Manama, this elegant hotel overlooks both the Marina Club and Al-Fatah Corniche and is less than 10 km away from Bahrain International Airport. Numerous shopping facilities and local attractions can be found in the vicinity, like the Seef and Al-Ali Malls, the Dolphin Park or the Bahrain National Museum. After a busy day guests can relax with a workout in the male or female fitness centre respectively or enjoy a pampering SPA treatment. For a truly luxurious stay, all guestrooms feature beautiful sea views, and the restaurant also offers a beautiful panorama as the backdrop for a delicious meal.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2405071.10" OriginalAmount="2247730" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.24197367" Longitude="50.54246288" StarRating="5" HotelCode="540723|305692" HotelName="Jumeirah Royal Saray" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Jacuzzi,Lounge,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Building 56, Avenue 38, Block 428, Al Seef District, PO Box 17007, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/701011/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located about 1.2 km from the centre of Manama.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2510196.46" OriginalAmount="2345978.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.243809859531" Longitude="50.538402199745" StarRating="5" HotelCode="25977|the_ritzcarlton_bahrain_3" HotelName="The Ritz-Carlton Bahrain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Spa Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 55577, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/13/137427/137427a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located within a 20-acre urban resort complex on the seafront of Manama. The nearest airport is Bahrain International Airport which is about 7 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3004418.76" OriginalAmount="2807868" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.24737813" Longitude="50.58149519" StarRating="5" HotelCode="308271|55643" HotelName="Four Seasons Hotel Bahrain Bay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bahrain Bay, PO Box 1669, Manama, Bahrain Bay</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/39/395979/395979a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Manama. The nearest airport is Bahrain (BAH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="74904054774.63" OriginalAmount="70003789509.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.22033" Longitude="50.60864" StarRating="0" HotelCode="0|ginger_luxury_apartments" HotelName="Ginger Luxury Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Block 340, Road 4022, Bldg 1093, Manama</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/e1/56/e1563afbd011080822d41d782625f9c9ca2deffb.jpeg</HotelPictures>
        <HotelDescription>&lt;/br&gt;&lt;b&gt;Property Location: &lt;/b&gt;With a stay at Ginger Luxury Apartments in Manama (Juffair), you'll be within a 15-minute drive of Bab Al Bahrain and Juffair Mall.  This apartment is 0.8 mi (1.3 km) from Oasis Center Juffair and 1.1 mi (1.8 km) from Al Fateh Grand Mosque.&lt;/br&gt;&lt;b&gt;Rooms: &lt;/b&gt;Make yourself at home in one of the 80 air-conditioned rooms featuring kitchens with refrigerators and ovens. 50-inch LED televisions with satellite programming provide entertainment, while complimentary wireless Internet access keeps you connected. Conveniences include microwaves and washing machines, and housekeeping is provided daily.&lt;/br&gt;&lt;b&gt;Amenities: &lt;/b&gt;Be sure to enjoy recreational amenities including an outdoor pool and a 24-hour fitness center.&lt;/br&gt;&lt;b&gt;Dining: &lt;/b&gt;Satisfy your appetite at the apartment's coffee shop/café.&lt;/br&gt;&lt;b&gt;Business, Other Amenities: &lt;/b&gt;Featured amenities include a 24-hour front desk, laundry facilities, and an elevator (lift). Free self parking is available onsite.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="291427.71" OriginalAmount="272362.35" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|CAS210500" HotelName="RAMEE PALACE HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <HotelDescription>&lt;b&gt;Accommodation Fee from 2024-05-01 to 2030-12-31&lt;b&gt;:-Bahrain is introducing a new Accommodation Fee of 3.300 BHD per room per day for all types of accommodation payable directly to hotels by the guests.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="316188.12" OriginalAmount="295502.92" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|CBD098800" HotelName="PANORAMA HOTEL AND SPA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <HotelDescription>&lt;b&gt;Accommodation Fee from 2024-05-01 to 2030-12-31&lt;b&gt;:-Bahrain is introducing a new Accommodation Fee of 3.300 BHD per room per day for all types of accommodation payable directly to hotels by the guests.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="328114.80" OriginalAmount="306649.35" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|CBR895600" HotelName="MANAMA TOWER HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <HotelDescription>&lt;b&gt;Accommodation Fee from 2024-05-01 to 2030-12-31&lt;b&gt;:-Bahrain is introducing a new Accommodation Fee of 3.300 BHD per room per day for all types of accommodation payable directly to hotels by the guests.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="336103.79" OriginalAmount="314115.69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.237286602976" Longitude="50.595129808931" StarRating="4" HotelCode="|MZXS" HotelName="Meshal Hotel Bahrain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Hoora Area Building 178 Road 1906 Block 319, P.O. Box 11988</AddressLine>
          </AddressLines>
        </Address>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="362073.22" OriginalAmount="338386.19" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|CAY364300" HotelName="DELMON INTERNATIONAL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <HotelDescription>&lt;b&gt;Accommodation Fee from 2024-05-01 to 2030-12-31&lt;b&gt;:-Bahrain is introducing a new Accommodation Fee of 3.300 BHD per room per day for all types of accommodation payable directly to hotels by the guests.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="372039.61" OriginalAmount="347700.57" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|CAZ397900" HotelName="JUFFAIR GRAND" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <HotelDescription>&lt;b&gt;Accommodation Fee from 2024-05-01 to 2030-12-31&lt;b&gt;:-Bahrain is introducing a new Accommodation Fee of 3.300 BHD per room per day for all types of accommodation payable directly to hotels by the guests.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="372283.24" OriginalAmount="347928.26" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|CBD098900" HotelName="RAMEE ROSE HOTEL BAHRAIN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <HotelDescription>&lt;b&gt;Accommodation Fee from 2024-05-01 to 2030-12-31&lt;b&gt;:-Bahrain is introducing a new Accommodation Fee of 3.300 BHD per room per day for all types of accommodation payable directly to hotels by the guests.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="389307.42" OriginalAmount="363838.71" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|CBS233700" HotelName="BW SUITES AND SPA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <HotelDescription>&lt;b&gt;Accommodation Fee from 2024-05-01 to 2030-12-31&lt;b&gt;:-Bahrain is introducing a new Accommodation Fee of 3.300 BHD per room per day for all types of accommodation payable directly to hotels by the guests.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="394703.31" OriginalAmount="368881.60" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.218815015939" Longitude="50.607512634086" StarRating="4" HotelCode="|BSWS" HotelName="BW Suites &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Building 1015, Road 2417, Block 324, Juffair</AddressLine>
          </AddressLines>
        </Address>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="450462.56" OriginalAmount="420993.05" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|CBR673500" HotelName="THE LODGE SUITES" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <HotelDescription>&lt;b&gt;Accommodation Fee from 2024-05-01 to 2030-12-31&lt;b&gt;:-Bahrain is introducing a new Accommodation Fee of 3.300 BHD per room per day for all types of accommodation payable directly to hotels by the guests.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="679993.00" OriginalAmount="635507.48" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|CBQ642100" HotelName="GULF EXECUTIVE RESIDENCE JUFFAIR" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <HotelDescription>&lt;b&gt;Accommodation Fee from 2024-05-01 to 2030-12-31&lt;b&gt;:-Bahrain is introducing a new Accommodation Fee of 3.300 BHD per room per day for all types of accommodation payable directly to hotels by the guests.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="726885.24" OriginalAmount="679332.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.21440953" Longitude="50.61210754" StarRating="3.5" HotelCode="782924|swissbelresidences_juffair" HotelName="Swiss Belresidences" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Block 324 Road 22, Building 232, Juffair, Manama</AddressLine>
          </AddressLines>
          <CityName>Manama</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;This 4 star hotel is located within the city of Manama and was established in 2018. It is close to the Juffair Mall. All 129 rooms are equipped with air conditioning.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="730953.12" OriginalAmount="683133.76" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|CBC603700" HotelName="DRAGON HOTEL AND RESORT" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <HotelDescription>&lt;b&gt;Accommodation Fee from 2024-05-01 to 2030-12-31&lt;b&gt;:-Bahrain is introducing a new Accommodation Fee of 3.300 BHD per room per day for all types of accommodation payable directly to hotels by the guests.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="918678.96" OriginalAmount="858578.47" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.286413463474" Longitude="50.672171154623" StarRating="5" HotelCode="|DRGQ" HotelName="Dragon Beach Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bldg 2519, Road 5718, Block 257, P.O Box 15572, Amwaj Island</AddressLine>
          </AddressLines>
        </Address>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="978347.33" OriginalAmount="914343.30" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|CBP966100" HotelName="HILTON BAHRAIN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <HotelDescription>&lt;b&gt;Accommodation Fee from 2024-05-01 to 2030-12-31&lt;b&gt;:-Bahrain is introducing a new Accommodation Fee of 3.300 BHD per room per day for all types of accommodation payable directly to hotels by the guests.&lt;br/&gt;&lt;b&gt; from 2023-02-08 to 2030-12-31&lt;b&gt;:-Children up to 18 years old stay free (with existing bedding) when sharing a room with a paying adult on a room only rate. Children 5 years and under enjoy complimentary meals. From 6 - 11 years old 50% discount on meals. From 12 years old children are considered as an adult for meal charges.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="1206520.34" OriginalAmount="1127589.10" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="26.2677414" Longitude="50.62971538" StarRating="4" HotelCode="|BHQS" HotelName="Bahrain Airport Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bahrain International Airport Khalifa Al Khabeer Highway, P.O. Box 580, Muharraq</AddressLine>
          </AddressLines>
        </Address>
        <HotelDescription>&lt;b&gt;HotelDescription : &lt;/b&gt;The friendly staff at the reception desk are happy to answer any questions. Amenities include a baggage storage service, safe, currency exchange service and cash machine. Wireless internet access in public areas allows guests to stay connected. The hotel offers a number of facilities for guests with disabilities. A lift and wheelchair-accessible facilities are available. A number of shops, including a souvenir shop, are great for shopping or just browsing. A garden provides extra space for rest and relaxation in the open air. Additional facilities include a library. Parking spaces are available to guests travelling by car. Other services include a 24-hour security service, a car hire service, medical assistance, room service, a laundry service, a hairdresser and a coin-operated laundry. The business centre is on hand for guests' business requirements and provides a fax machine.This hotel welcomes guests in Muharraq.There are indoor and outdoor pools as well as a children's swimming area. A variety of refreshing drinks await guests at the pool bar. For guests who wish to keep active, golf and fishing are available. With snorkelling and diving available, the hotel also caters to water sports enthusiasts. After an eventful day, guests can work out and recharge in the gym. The wellness offerings at the hotel include a spa, a sauna and massage treatments. A casino and a nightclub round out the entertainment options. Copyright GIATA 2004 - 2025. Multilingual, powered by www.giata.com for client no. 124567Rooms have a queen-size bed or a king-size bed. Extra beds can be requested. A telephone and WiFi are provided as well. A hairdryer is provided in the bathrooms. The hotel has family rooms and non-smoking rooms.Dining facilities include a restaurant, a café and a bar.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="1541697.28" OriginalAmount="1440838.58" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|CBR680700" HotelName="CONRAD BAHRAIN FINANCIAL HARBOUR" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <HotelDescription>&lt;b&gt;Accommodation Fee from 2024-05-01 to 2030-12-31&lt;b&gt;:-Bahrain is introducing a new Accommodation Fee of 3.300 BHD per room per day for all types of accommodation payable directly to hotels by the guests.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="1554066.25" OriginalAmount="1452398.36" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|CBQ415200" HotelName="JUMEIRAH GULF OF BAHRAIN RESORT AND SPA" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <HotelDescription>&lt;b&gt;Accommodation Fee from 2024-05-01 to 2030-12-31&lt;b&gt;:-Bahrain is introducing a new Accommodation Fee of 3.300 BHD per room per day for all types of accommodation payable directly to hotels by the guests.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="1780530.68" OriginalAmount="1664047.36" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|CBQ264100" HotelName="VIDA BEACH RESORT MARASSI AL BAHRAIN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <HotelDescription>&lt;b&gt;Accommodation Fee from 2024-05-01 to 2030-12-31&lt;b&gt;:-Bahrain is introducing a new Accommodation Fee of 3.300 BHD per room per day for all types of accommodation payable directly to hotels by the guests.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Conference Hall,Fax,Jacuzzi,Laundry,Restaurant,Room Service,Telephone Service,Currency Exchange,Designated Smoking Area,Diet Meals,Golf,Internet,Kitchen,Lounge,Massage Centre,Wheelchair Access,Sauna,Shopping Arcade,Central Heating,Heated Pool,Spa,Swimming Pool,Bicycle Rental,Garden,24 Hour Security,Airport Transfer (on Demand),ATM/Cash Machine,Babysitting,Banquet Hall,Business Centre,Dining,Meeting Room,Nightclub,Parking,Printer,Smoking Rooms,Valet Parking,24 Hour Front Desk,24 Hour Room Service,Concierge,Dry Cleaning,Elevator,Luggage Storage,Wake-up Call Service,Library,Coffee Shop,Pets allowed,Beauty Salon</BasicAmenities>
    <HotelRating>5,4,3,2,4.5,3.5</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ALL INCLUSIVE,LUNCH,DINNER</Meals>
    <PropertyType>CITY HOTEL,APARTMENT HOTEL,CLUB RESORT,SPA HOTEL,CONFERENCE HOTEL,FAMILY-FRIENDLY HOTEL,BUSINESS HOTEL,HISTORIC HOTEL,BEACH HOTEL,COUNTRY HOUSE,HOSTEL,AIRPORT HOTEL,ECO HOTEL,APARTHOTEL</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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
2fa36ce1-0a1e-4237-ac23-80df3383bb66|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="2fa36ce1-0a1e-4237-ac23-80df3383bb66">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="6296" DestinationId="0" CityId="0" />
    <StayDateRange Start="2025-01-21T00:00:00" End="2025-02-10T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="Thetravellers" Password="Alikhan@12369" RequestedCurrency="PKR" ClientNationality="PK" 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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
2fa36ce1-0a1e-4237-ac23-80df3383bb66|HotelsProSearch|exception while supplier interation: Exception||HotelsPro|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
2fa36ce1-0a1e-4237-ac23-80df3383bb66|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
2fa36ce1-0a1e-4237-ac23-80df3383bb66|PaximumSearch|supplier interation failed||Paximum|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
2fa36ce1-0a1e-4237-ac23-80df3383bb66|TravcoSearch|successfull supplier interation||Travco|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
2fa36ce1-0a1e-4237-ac23-80df3383bb66|WebbedsSunHotelsSearch|successfull supplier interation||WebbedsSunHotels|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
2fa36ce1-0a1e-4237-ac23-80df3383bb66|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
2fa36ce1-0a1e-4237-ac23-80df3383bb66|RateHawkSearch|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
2fa36ce1-0a1e-4237-ac23-80df3383bb66|PriceRequest|PriceRequest|<?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="Price" TimeStamp="0001-01-01T00:00:00" TraceId="2fa36ce1-0a1e-4237-ac23-80df3383bb66">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="6296" DestinationId="0" CityId="0" />
    <StayDateRange Start="2025-01-21T00:00:00" End="2025-02-10T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="146242|22172" SourceId="27" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="Thetravellers" Password="Alikhan@12369" RequestedCurrency="PKR" ClientNationality="pk" ClientCountry="Pakistan" 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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
2fa36ce1-0a1e-4237-ac23-80df3383bb66|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="2fa36ce1-0a1e-4237-ac23-80df3383bb66" TimeStamp="0001-01-01T00:00:00" HotelName="Concord International Hotel" HotelCode="146242|22172" StarRating="3" GTCityId="0" CityName="Manama" CountryName="Bahrain" Address="Shaikh Isa Avenue, PO Box 3200, Manama" PostCode="" PhoneNo="+97317262999" FaxNo="+97317242091" Email="info@concordbahrain.com" CheckInTime="" CheckOutTime="" Latitude="26.22665" Longitude="50.582787" SourceId="27" Currency="PKR"><RoomTypes><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Double room" RoomTypeCode="212831006|1|139383|27|MTM5MzgzfFBLUnwyMDI1LTAxLTE3" OriginalAmount="139383" TotalPrice="149139.81" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Shower|Satellite/cable TV|Internet access|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Air conditioning (individually regulated)|Heating (individually regulated)</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-17T07:34:01.1049539+00:00" End="2025-02-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Standard room" RoomTypeCode="209968239|1|322523|27|MzIyNTIzfFBLUnwyMDI1LTAxLTIw" OriginalAmount="322523" TotalPrice="345099.61" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 20/01/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Shower|Satellite/cable TV|Internet access|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Air conditioning (individually regulated)|Heating (individually regulated)</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-20T00:00:00" End="2025-01-21T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Apartment 2 bedrooms" RoomTypeCode="200693236|1|537538|27|NTM3NTM4fFBLUnwyMDI1LTAxLTIw" OriginalAmount="537538" TotalPrice="575165.66" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 20/01/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Shower|Satellite/cable TV|Internet access|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Air conditioning (individually regulated)|Heating (individually regulated)</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-20T00:00:00" End="2025-01-21T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="https://photos.hotelbeds.com/giata/original/13/136291/136291a_hb_w_008.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/13/136291/136291a_hb_w_005.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/13/136291/136291a_hb_w_007.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/13/136291/136291a_hb_w_006.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/13/136291/136291a_hb_f_001.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/13/136291/136291a_hb_l_001.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/13/136291/136291a_hb_l_003.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/13/136291/136291a_hb_l_002.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/13/136291/136291a_hb_w_003.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/13/136291/136291a_hb_a_002.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/13/136291/136291a_hb_a_001.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/13/136291/136291a_hb_a_003.jpg" /></Images><HotelDescription>&lt;br/&gt;&lt;b&gt;Location Description&lt;/b&gt; &lt;br/&gt;This hotel is situated right in the heart of the city. It is within walking distance of the shopping centres, banks and leisure facilities and 5 km away from the international airport.&lt;br/&gt;&lt;b&gt;Facilities&lt;/b&gt; &lt;br/&gt;60 rooms are available to guests at this hotel, which includes a lift and a lobby. To ensure guests a comfortable and relaxing stay, the hotel provides various services and facilities, including a safe, a 24-hour security service, medical assistance, room service, a laundry service and a conference room. Guests arriving by car can park their vehicles in the car park. Services include a hotel shuttle bus.&lt;br/&gt;&lt;b&gt;Room Description&lt;/b&gt; &lt;br/&gt;Air conditioning and individually adjustable heating ensure that rooms maintain comfortable temperatures. Valuables can be securely stored in a safe. A telephone, a television with satellite/cable channels and WiFi are also available to guests. Amenities in the bathrooms include a shower. Copyright GIATA 2004 - 2019. Multilingual, powered by www.giata.com for client no. 126985&lt;br/&gt;&lt;b&gt;Payment&lt;/b&gt; &lt;br/&gt;All major credit cards, including American Express, VISA, Diners Club and MasterCard, are accepted for payment.&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;Meals may be limited during Ramadan.&lt;br /&gt;&lt;b&gt;Special Living Conditions: &lt;/b&gt;Couples checking into the same room must present a valid marriage certificate upon check-in. Otherwise, the property may reject the booking or request that a second room be booked.&lt;br /&gt;&lt;b&gt;Extra Info: &lt;/b&gt;Airport pick-up can be arranged for free if you send your flight details to the hotel.
&lt;br /&gt;
&lt;br /&gt;Some nationalities can get an entry permit stamped in their passport upon arrival at the airport. Please check your visa requirements before travelling.</HotelDescription><Facilities><HotelFacilities><Type>Category</Type><Description>Category (Official)</Description><Value>3</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Recommended)</Description><Value>3</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Rooms (total)</Description><Value>60</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>American Express</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>VISA</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>MasterCard</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>Diners Club</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Air conditioning</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Hotel Safe</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Lifts</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Bar(s)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Restaurant(s)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Conference Room</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><HotelFacilities><Type>Facilities</Type><Description>Medical Assistance</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Car Park</Description><Value>true</Value></HotelFacilities></Facilities></HotelRoomRS>||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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
2fa36ce1-0a1e-4237-ac23-80df3383bb66|CheckRateRequest|CheckRateRequest|<?xml version="1.0" encoding="utf-16"?>
<CheckRatesRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TraceId="2fa36ce1-0a1e-4237-ac23-80df3383bb66">
  <Rooms>
    <Room RoomType="Room 1: Standard room" TotalAdult="1" TotalChild="0">
      <Childs />
    </Room>
  </Rooms>
  <GeneralInfo UserName="Thetravellers" Password="Alikhan@12369" RequestedCurrency="PKR" ClientNationality="PK" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="146242|22172" SourceId="27" RoomTypeCode="209968239|1|322523|27|MzIyNTIzfFBLUnwyMDI1LTAxLTIw" TotalPrice="0" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2025-01-21T00:00:00" End="2025-02-10T00:00:00" />
  <CountryCode_MoneyReceive>0</CountryCode_MoneyReceive>
</CheckRatesRQ>||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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
2fa36ce1-0a1e-4237-ac23-80df3383bb66|WebbedsSunHotelsBlock|successfully done supplier prebooking||WebbedsSunHotels|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
2fa36ce1-0a1e-4237-ac23-80df3383bb66|CheckRateResponse|CheckRateResponse|<?xml version="1.0" encoding="utf-16"?>
<CheckRatesRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Currency="PKR">
  <Status>Success</Status>
  <CancelPolicies>
    <CancelPenalties>
      <CancelPenalty Start="2025-01-20T00:00:00" End="2025-01-21T00:00:00">
        <AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" />
      </CancelPenalty>
    </CancelPenalties>
  </CancelPolicies>
  <ImportantInfo>Rate Notes: Hotel Tariff Notes:
- Accommodation Fee Per Room Per Night 3 BHD Mandatory to pay at the time of Check Inn.
NOTE - Rates are inclusive of: • Complimentary Airport Transfer.
• Complimentary Internet in the room
During FORMULA 1 events all booking made is non- refundable and any cancellation is 100% Charges.
NOTE: Facilities during FORMULA 1
•Complimentary Airport transfers.( Pick up &amp;amp; drop)
•Late check out upon request.
•24 hrs room service.
•Free Wi-Fi in all the rooms
•laundry Service. Effective May 1 2024: Hotel accommodation fee will be imposed at the rate of three dinars per day for the occupancy of each accommodation unit in tourist establishments, and revenues generated are allocated to the state’s general treasury, to be paid by guest directly upon arrival.&lt;br/&gt;&lt;br/&gt;Cancellation made less than 1 day (12:00) prior to the arrival will be charged with 100% of the total booking value.</ImportantInfo>
  <TotalAmount>345099.61</TotalAmount>
  <TraceId>2fa36ce1-0a1e-4237-ac23-80df3383bb66</TraceId>
</CheckRatesRS>||True