<Audits>System.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
002f2469-93e2-4427-9de3-b6dfc74bba84|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="002f2469-93e2-4427-9de3-b6dfc74bba84">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="48738" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-06-04T00:00:00" End="2026-06-07T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shrirajholidays.dom@gmail.com" Password="Alliswell@9" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
002f2469-93e2-4427-9de3-b6dfc74bba84|HotelbedsSearch|supplier interation failed||HotelBeds|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
002f2469-93e2-4427-9de3-b6dfc74bba84|HotelbedsSearch|Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.|System.Data.SqlClient.SqlException (0x80131904): Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.
   at Core.Dal.GetTempDatByDataSet(CommandType pCommandType, String pCommand, List`1 pParamList) in D:\Projects\WorldwideDMCV2\Core\Data\Data\Dal.cs:line 134
   at HotelBookingEngine.HotelStaticData.GetRoomsByHotelCodes(String Codes) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelStaticData.cs:line 231
   at HotelSources.SmyRooms.GetSearchRS(List`1 _SearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\SmyRooms\SmyRooms.cs:line 267
ClientConnectionId:da2b4987-d091-42c9-8395-87411d8637fd
Error Number:2812,State:62,Class:16|SmyRooms|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
002f2469-93e2-4427-9de3-b6dfc74bba84|MikiSearch|successfull supplier interation||Miki|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
002f2469-93e2-4427-9de3-b6dfc74bba84|TravellandaSearch|successfull supplier interation||Travellanda|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
002f2469-93e2-4427-9de3-b6dfc74bba84|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 D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
002f2469-93e2-4427-9de3-b6dfc74bba84|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-05-22T06:52:37.0724227+01:00" Version="0" EchoToken="Search" TransactionIdentifier="002f2469-93e2-4427-9de3-b6dfc74bba84" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="27" TotalAmount="23.69" OriginalAmount="23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.583736566761" Longitude="73.737749881126" StarRating="2" HotelCode="285334|78857" HotelName="Poonam Village Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>House 658 1 Dmello Wado, Near Anjuna Beach, Bardez, Goa 403509</AddressLine>
          </AddressLines>
          <CityName>Goa</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/8e/018ed4e9cdfd80084cdf33de00e815e0545c9df8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Goa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="26.78" OriginalAmount="26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.5364327" Longitude="73.7625879" StarRating="1" HotelCode="285215|302850" HotelName="Casa Sumanjo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>House 1/200B/1 Empire Beach Resort Road, Calangute Gaura-Vaddo, Near St. Anthony's Chapel, Bardez, Goa 403516</AddressLine>
          </AddressLines>
          <CityName>Goa</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/ba/01ba9ed150c8d7488f1c316bce241c54a357e6ff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Goa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="40.35" OriginalAmount="39.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.56296" Longitude="73.74677" StarRating="0" HotelCode="|44539" HotelName="Lua Nova" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SAUNTA VADDO, Baga</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/3/9/44539_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This complex has 25 rooms a safety deposit box service, a restaurant, a bar and a laundry service. SITUATION: Mapusa It is 7 kilometres away from it is well-connected with tourist points of interest, Clients can also find banks, currency exchange service, travel agencies, post offices, markets and shopping centres. 700 metres away, guests will find Baga the beach It is 15 kilometres away fromPanaji the city centre of it is 40 minutes away from Dabolim Airport. ROOM: The rooms have a balcony or terrace, a fridge, a fan, a shower, cold water and hot water. FACILITIES: The establishment has a swimming pool. PAYMENT METHODS: The establishment accepts Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients can enjoy a restaurant and a bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="45.32" OriginalAmount="44.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.585901" Longitude="73.744043" StarRating="2" HotelCode="88870|somy_anjuna_resort" HotelName="Don Joao" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Sorranto, Anjuna, North Goa</AddressLine>
          </AddressLines>
          <CityName>Goa</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/55/6655605b1439f9f0b7b144e6455384142d1759d4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is a 10-minute walk from Anjuna beach and 45 km from the airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="46.49" OriginalAmount="45.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.546516" Longitude="73.760629" StarRating="2" HotelCode="|31580" HotelName="Ticlo Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 24/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>CALANGUTE BAGA RD, UMTA VADDO</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/5/8/0/31580_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This comfortable, inviting hotel, has 100 rooms, studios and apartments. It has a lobby, Ticklers the restaurant a laundry service, a safety deposit box service and a medical care service. The establishment also offers a travel agency and excursions. SITUATION: It is located betweenCalangute and BagÃ  the beaches of close to the establishment, guests have taxis, 10 metres away, there is a bus station, near the establishment, guests will find supermarkets, bars. ROOM: The rooms have a television and a central air-conditioning system. FACILITIES: Outdoors, clients can enjoy a pool that has a children's area, The establishment also offers a massage service, Clients can enjoy activities such as play ping-pong. OTHERS: Regarding the food and beverage provision, the establishment offers an international restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="50.51" OriginalAmount="49.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.54558" Longitude="73.76462" StarRating="3" HotelCode="|89437" HotelName="Tangerine Boutique Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 31/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>NAIKO WADO,CALANGUTE CANDOLIM ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/9/4/3/7/89437_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is in Calangute, close to Capilla de San Antonio,Playa de Anjuna,la Iglesia de San Alejando and el Mercado de Calangute ROOM: Guests are offered 42 rooms with an air-conditioning system, a fridge, a mini-bar, have a balcony, a satellite TV and a DVD player. MEALS: Guests are offered a restaurant and room service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="50.81" OriginalAmount="49.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.54003" Longitude="73.762851" StarRating="3" HotelCode="|89406" HotelName="RESORTE SANTA MONICA" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>PORIAT; TIVAIVADDO; CALANGUTE; BARDEZ</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/9/4/0/6/89406_f98e7c01653.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="51.87" OriginalAmount="50.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.511897" Longitude="73.7673864" StarRating="3" HotelCode="|89405" HotelName="Casablanca" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>WADI CANDOLIM; BARDEZ</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/9/4/0/5/89405_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="52.53" OriginalAmount="51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.511853" Longitude="73.76766" StarRating="3" HotelCode="74454|72542" HotelName="Casa Blanca" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Massage Centre,Restaurant,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Wadi Candolim, Bardez, Goa (North), PO Box 403 515</AddressLine>
          </AddressLines>
          <CityName>Goa</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/47/27471836af4c1af516d6130cd06086938a2ce0b4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a quiet area in Goa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="52.53" OriginalAmount="51.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.543564850186" Longitude="73.761973546668" StarRating="2" HotelCode="285367|sunkissed_plaza" HotelName="Sunkissed Plaza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 29/05/2026" HotelFacility="Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza De Antonio, Gaura Vaddo, Calangute Bardez, Goa 403516</AddressLine>
          </AddressLines>
          <CityName>Goa</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/89/b18926cd8308b70302060e8605a01ee943d99264.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Goa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="52.99" OriginalAmount="51.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.550652988301" Longitude="73.77247184515" StarRating="3" HotelCode="101261|434565" HotelName="Palmarinha Resort &amp; Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calangute-Mapusa Road, Porbvaddo, Goa 403516</AddressLine>
          </AddressLines>
          <CityName>Goa</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/76/ba76ec97adf61751405ee7dca093255af8e6d824.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated near Calangute, one of Goa's busiest tourist spots, this resort is within a 10-minute walk ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="54.79" OriginalAmount="53.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.56282" Longitude="73.76326" StarRating="2" HotelCode="|89425" HotelName="Abalone Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 31/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>ABALONE RESORT, GHORBHATT VADO, ARPORA - GOA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/9/4/2/5/89425_2.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is close to Baga (Arpora) Beach Baga (Arpora), 3 kilometres away from Calangute. Is 15 kilometres from Thivim Railway Station, 45 kilometres away from the airport. ROOM: The establishment has 76 rooms, fully-equipped, an air-conditioning system with TV, a direct line telephone, a fridge with freezer, a balcony and a bathroom with a shower. FACILITIES: The establishment has a reception, a safe, a currency exchange, a bar and a restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="56.65" OriginalAmount="55.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.498194167248" Longitude="73.832662760748" StarRating="3" HotelCode="442538|sona_royale" HotelName="Hotel Sona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/05/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Coffee Shop,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Luggage Storage,Parking,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Rua De Ourem, Near Old Patto Bridge, Panaji  403501, Goa</AddressLine>
          </AddressLines>
          <CityName>Goa</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/carsolize/90/6d/906d0c80e8a2583dc4fa38241be47fe431e074de.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Hotel Sona Royale to discover the wonders of North Goa. The hotel has everything you need fo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="57.05" OriginalAmount="55.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.295279" Longitude="73.910168" StarRating="3" HotelCode="|41702" HotelName="Coconut Grove Beach Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>BETALBATIM BEACH</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/7/0/2/41702_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This chalet has 36 deluxe double rooms and 2 rustic chalets. It has a lobby with a reception, a currency exchange service, a bar and a restaurant. The establishment offers guests room service and a laundry service. SITUATION: It is inBetalbatim the village of is situated in Goa south 6 kilometres away, you can find Margao the Railway Station of it is 2 kilometres away from shops, bars and restaurants. It is situated 12 kilometres away fromDabolim Airport. ROOM: The fully-equipped rooms, have an individual air-conditioning system, a satellite TV and a mini-bar. Guests are offered a bath, a bathroom, cold water, hot water and garden views. FACILITIES: The establishment boasts a swimming pool, a terrace, a pool bar and barbecue. The establishment also offers themed nights, a jazz show and live music. OTHERS: Regarding the food and beverage offering, you can enjoyPrimavera the Ã  la carte restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="58.35" OriginalAmount="56.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.3718879" Longitude="73.8906036" StarRating="3" HotelCode="|160647" HotelName="The Queeny" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>QUEENY NAGAR, VELSAO PALE, GOA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/0/6/4/7/160647_373c8001827.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="58.71" OriginalAmount="57.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.575209405886" Longitude="73.806715773016" StarRating="1" HotelCode="285262|treebo_trend_green_park_mapusa" HotelName="Hotel Green Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Guirim, Bypass Junction, Mapusa, Goa 403507</AddressLine>
          </AddressLines>
          <CityName>Goa</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/74/7b74f75a8b014077e28e0828eb885fbec67cb445.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Goa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="58.71" OriginalAmount="57.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.582044" Longitude="73.747497" StarRating="3" HotelCode="195254|spazio_leisure_resort" HotelName="Spazio Leisure Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Near Starco Junction, D’Mello Vaddo, Anjuna, Goa 403509</AddressLine>
          </AddressLines>
          <CityName>Goa</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/fe/95fe4c4cd720874127e2aae8722e2ce11cc24e0d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Anjuna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59.74" OriginalAmount="58.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.45604256" Longitude="73.80384043" StarRating="3" HotelCode="285373|the_hawaii_comforts" HotelName="The Hawaii Comforts" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 27/05/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hawaii Beach Road, Donapaula, Goa 403004</AddressLine>
          </AddressLines>
          <CityName>Goa</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/6f/ab6f9187d55edd9ba5b906ffbd8f299cd0659181.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Goa. The nearest airport is Goa Dabolim (GOI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="60.42" OriginalAmount="58.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.548829" Longitude="73.764529" StarRating="3" HotelCode="|159658" HotelName="Nitya Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MAIN CALANGUTE CANDOLIM ROAD-NAIKAVADDO</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/9/6/5/8/159658_812df741825.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="61.12" OriginalAmount="59.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.5602886" Longitude="73.7543106" StarRating="3" HotelCode="|89458" HotelName="Sun City Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>SAUTO VADDO,BAGA,GOA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/9/4/5/8/89458_32583111750.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is in Baga, close to Playa de Baga and Playa de Anjuna it is situated close to el Mercado nocturno de Baga and el Mercado de Calangute ROOM: The rooms have a television, a balcony, a bathroom with a shower, a bath, toiletries and a hairdryer. MEALS: The establishment offers a restaurant and room service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="61.80" OriginalAmount="60.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.48682596" Longitude="73.81017151" StarRating="3" HotelCode="832523|oyo_18855_hotel_petes_hideaway" HotelName="Hotel Petes Hideaway by OYO Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>13/417 Youth Hostel Road, Opposite Marriot Resort/Casino, Miramar, Goa 403001</AddressLine>
          </AddressLines>
          <CityName>Goa</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/7a/6a7a2f475d9866b34c96bb2f9087b43d7426c12e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="64.54" OriginalAmount="62.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.5445" Longitude="73.76452" StarRating="3" HotelCode="|40345" HotelName="Calangute Tower- Am  Kollection" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>DR. JACK SEQUERIA JUNCTION</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/3/4/5/40345_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: This contemporary hotel has 56 rooms a lobby with a reception, a currency exchange service, a cafÃ©, a restaurant, conference rooms and room service. SITUATION: Calangute It is in the establishment is 1 kilometre away from a beach, Panjim it is 10 kilometres away from it is situated 14 kilometres away from Karmali the Railway Station of It is situated 10 kilometres away fromThevim the Railway Station of nearby, you will find places of interest, markets, is 36 kilometres away from Dabolim Airport. ROOM: Clients can find standard and deluxe rooms, presidential suites, deluxe business suites, standard rooms and king rooms. The rooms a bathroom with a shower, a hairdryer, a direct line telephone, satellite or cable TV, a coffee maker, a kettle, an ironing set and individual air-conditioning. FACILITIES: The establishment boasts a swimming pool. OTHERS: Regarding the food and beverage offering, you can enjoy a bar, with typical dishes, international dishes.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="65.90" OriginalAmount="63.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.256302086926" Longitude="73.918869495392" StarRating="2" HotelCode="58794|947605" HotelName="Carina Beach Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Vaswaddo, Benaulim Beach 403 716, Salcete, Goa</AddressLine>
          </AddressLines>
          <CityName>Goa</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/9f/dc9ff9219627eb50d85ecea2143339c2571f8334.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in Benaulim Beach, approximately 1.2 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="66.12" OriginalAmount="64.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.549882" Longitude="73.772389" StarRating="3" HotelCode="|89422" HotelName="Aastha Escape Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>PORBAWADDO CALANGUTE BARDEZGOA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/9/4/2/2/89422_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a lobby, a safety deposit box service (for a fee) and a currency exchange service. The establishment has a bar and a restaurant. The establishment offers conference facilities, internet, billiards, a gift shop, taxi services and a transfer service. For an extra cost you can have access to room service and a laundry service. The establishment has an oudooor car park.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="66.66" OriginalAmount="64.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.252458" Longitude="73.927221" StarRating="3" HotelCode="285296|1064518" HotelName="La Grace Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 30/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Vaswaddo, Benaulim 403716, Salcete, Goa</AddressLine>
          </AddressLines>
          <CityName>Goa</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/cf/a4cf99004d5ee6d585c96774538033e038d7caab.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in Goa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="67.05" OriginalAmount="65.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.53533" Longitude="73.76193" StarRating="1" HotelCode="|89428" HotelName="Casa Severina" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SENHOR FRANCISCO ROAD,NEAR ST. ANTHONY'S CHAPEL</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/9/4/2/8/89428_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers bicycles (free of charge), a reading room, a lobby with a reception and a cloakroom. The establishment also offers a bar, conference facilities, room service, a laundry service and a car park. SITUATION: This establishment is in Goa</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="68.04" OriginalAmount="66.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.533282" Longitude="73.76145" StarRating="2" HotelCode="|159702" HotelName="Ondas Do Mar Beach Resort Phase 2" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 24/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>HOLIDAY STREET, GAURAVADDO, CALANGUTE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/9/7/0/2/159702_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="69.75" OriginalAmount="67.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.566" Longitude="73.759" StarRating="3" HotelCode="|41213" HotelName="Resorte Marinha Dourada" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>BARDEZ, GOA 403518</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/2/1/3/41213_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a reception and a currency exchange service. It has 205 standard rooms. The establishment has a bar and a hairdresser's. The establishment also offers a transfer service to the beach and (free of charge). SITUATION: This hotel is surrounded by palm trees. 1 kilometre away, you can find Baga Beach where you can find shops, bars and restaurants. It is situated 90 minutes away from the airport. ROOM: The establishment has comfortable double rooms with individual air-conditioning systems, a television, a fan and a bathroom with a shower. They also have a WC, a balcony and a fridge. FACILITIES: The establishment boasts 2 swimming pools, a gym, a steam bath, a jacuzzi (available for a fee) and an outdoor bar. MEALS: Guests are offered a restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="71.49" OriginalAmount="69.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.56178" Longitude="73.75749" StarRating="3" HotelCode="|89435" HotelName="Resort Lagoa Azul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>LITTLE BAGA, ARPORA, BARDEZ -GOA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/9/4/3/5/89435_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers shops, restaurants, bars and water sports. The establishment has a transfer service to the beach, air-conditioning, a lobby with a reception, a currency exchange service and a bar. The establishment also offers conference facilities, room service, a laundry service and an oudooor car park. SITUATION: This establishment is in northern Goa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="71.54" OriginalAmount="69.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.563" Longitude="73.749" StarRating="4" HotelCode="|40528" HotelName="Pride Sun Village Resort and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>BAGA ARPORA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/5/2/8/40528_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 135 rooms and 4 floors. The establishment has a bar, 5 restaurants, room service, a laundry service, a safety deposit box service, a shopping gallery and a playground. SITUATION: Arpora It is in 15 kilometres away, you can find Baga the beach it is 50 kilometres away from the airport. ROOM: The rooms a bathroom, a coffee maker, a kettle, a fridge, a mini-bar, a satellite TV, an air-conditioning system, a fan and a balcony. FACILITIES: The establishment has 2 swimming pools, terraces and deck chairs. The establishment also offers a steam bath, spa swimming pool, massage services and a beauty centre. Guests can enjoy surfing, enjoy tennis, use the gym, horse-riding and play beach volleyball.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="71.87" OriginalAmount="69.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.58303" Longitude="73.74332" StarRating="3" HotelCode="|89443" HotelName="Laguna Anjuna" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>SARONTTO VADO,ANJUNA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/9/4/4/3/89443_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a garden, a swimming pool, air-conditioning, a lobby, a bar, a restaurant, room service and a laundry service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="73.04" OriginalAmount="70.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.505337" Longitude="73.769737" StarRating="2" HotelCode="|89387" HotelName="Summerville Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>TAJ HOLIDAY VILLAGE ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/9/3/8/7/89387_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="77.11" OriginalAmount="74.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.459207469505" Longitude="73.82004441482" StarRating="3" HotelCode="178239|1624528" HotelName="The International Centre Goa" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Dr. E Borges Road, Dona Paula, Goa 403004</AddressLine>
          </AddressLines>
          <CityName>Goa</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/00/6f001df6ec84a4b30ace9ace5cfc0357a0e566ab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Goa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="77.32" OriginalAmount="75.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.539836" Longitude="73.758788" StarRating="3" HotelCode="|39569" HotelName="Paradise Village Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>TIVAI VADO</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/5/6/9/39569_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This beach hotel and has 82 rooms a lobby with safety deposit boxes, a currency exchange service, a cafÃ©, a bar, a restaurant and a hairdresser's. Guests can also use a conference room, room service, a laundry service and the car park. SITUATION: This hotel is in Calangute the beach is situated in Goa northern the establishment is 9 kilometres away from the bus stop, is 10 kilometres away from Thivim the Railway Station of it is situated 40 kilometres away from Dabolim Airport. ROOM: The rooms with air-conditioning, have a bathroom and with a shower or bath, a WC. They also have internet, a mini-bar, cold water and hot water. FACILITIES: The establishment has a swimming pool, Clients can enjoy activities such as play badminton, play ping-pong and play mini-golf. The establishment also offers a massage service on request. PAYMENT METHODS: Customers can pay by American Express, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients can enjoyTania's the restaurant, which serves continental, Indian, Chinese and traditional cuisine.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="78.28" OriginalAmount="76.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.523719" Longitude="73.766742" StarRating="1" HotelCode="285300|lawande_beach_resort__2" HotelName="Lawande Beach Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/05/2026" HotelFacility="Air Conditioning,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Anna Vaddo, Candolim 403515, Bardez, Goa</AddressLine>
          </AddressLines>
          <CityName>Goa</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/7d/187d2fe51b32ba05f01413cfb8a808939e7a1c94.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Lawande Beach Resort is conveniently located in the popular Calangute area. The hotel has everything...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="78.70" OriginalAmount="76.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.447517" Longitude="73.85425" StarRating="3" HotelCode="|89465" HotelName="Bambolim Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Goa University Road Bambolim Beach</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/9/4/6/5/89465_42c3e321706.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Bambolim Beach Resort is rated three stars. SITUATION: This establishment is in the coast of Goa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="78.75" OriginalAmount="76.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.522731" Longitude="73.821607" StarRating="0" HotelCode="|159184" HotelName="Le Magnifique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NO. 406/230, PLOT NO.90, NOVA CIDADE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/9/1/8/4/159184_fachada.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="79.43" OriginalAmount="77.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.464788" Longitude="73.807861" StarRating="0" HotelCode="|159145" HotelName="The Fern Residency Miramar" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>OFF MARINE DRIVE, CARANZALEM, ILHAS GOA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/9/1/4/5/159145_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.34" OriginalAmount="78.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.58884843" Longitude="73.76461482" StarRating="3" HotelCode="285381|the_tamarind_hotel" HotelName="The Tamarind Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 27/05/2026" HotelFacility="Bar,Internet,Restaurant,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Opposite St. Michael’s Church, Anjuna, Goa</AddressLine>
          </AddressLines>
          <CityName>Goa</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/d3/c8d3aff1b7d76f6ebbe8805c856dd183d230044d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Goa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="80.54" OriginalAmount="78.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.56108" Longitude="73.75302" StarRating="3" HotelCode="|89423" HotelName="Nazri Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>SAUTE VADDO, BAGA, CALANGUTE BARDEZ GOA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/9/4/2/3/89423_0a3a2da1710.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers 104 standard rooms, 4 floors, excellent service, a lobby, restaurants and a car park.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="81.18" OriginalAmount="78.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.5407219" Longitude="73.7608795" StarRating="0" HotelCode="|31337" HotelName="Casa De Goa  Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>TIVAI VADDO, Calangute</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/3/3/7/31337_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ideal for family holidays, with air-conditioning, has a currency exchange service and a safety deposit box service (for a fee), Our guests can find a cafÃ©, a bar, a restaurant, a tavern, a swimming pool and a garden. The establishment also offers room service and a car park. SITUATION: 200 metres away, clients haveSandy Beach the beach. ROOM: The rooms have satellite and cable television and an air-conditioning system. FACILITIES: Outdoors, clients can enjoy a swimming pool with deck chairs.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="82.94" OriginalAmount="80.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.565" Longitude="73.75059" StarRating="2" HotelCode="|89390" HotelName="Riverside Regency Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>RIVERSIDE STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/9/3/9/0/89390_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="83.43" OriginalAmount="81.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.46504861" Longitude="73.80842452" StarRating="2" HotelCode="285292|justa_panjim" HotelName="The Fern Residency Miramar, Goa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Off Marine Drive, Caranzalem 403002, Panjim, Ilhas de Goa, Goa</AddressLine>
          </AddressLines>
          <CityName>Goa</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/4f/3b4ffd262e5fef4162ff7d10a8cc3a371f2f84db.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Goa. The nearest airport is Poona (PNQ).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="83.43" OriginalAmount="81.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.497930963974" Longitude="73.827711452385" StarRating="2" HotelCode="285270|hotel_rajdhani__3" HotelName="Hotel Rajdhani" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/05/2026" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Dry Cleaning,Elevator,Laundry,Meeting Room,Parking,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Dr. Atmaram Borkar Road, Panaji, Goa 403001</AddressLine>
          </AddressLines>
          <CityName>Goa</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/c9/d3c9821a03d21d4ee2cd7f933e8326a3b44dbaa6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hotel Rajdhani is a popular choice amongst travelers in North Goa, whether exploring or just passing...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="86.57" OriginalAmount="84.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.602838" Longitude="73.749822" StarRating="3" HotelCode="|159722" HotelName="Orritel Village Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>VAGATOR, BARDEZ GOA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/9/7/2/2/159722_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="86.57" OriginalAmount="84.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.281782" Longitude="73.915739" StarRating="4" HotelCode="|158528" HotelName="The Golden Crown and Spa, Colva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BEACH ROAD 4TH WARD, COLVA BEACH</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/8/5/2/8/158528_d50e3d11033.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="87.47" OriginalAmount="84.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.535841" Longitude="73.820483" StarRating="3" HotelCode="|155012" HotelName="Angels Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>CHOGM ROAD, ALTO DE PORVORIM</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/5/0/1/2/155012_af99ad01839.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="90.64" OriginalAmount="88.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.266448" Longitude="73.930105" StarRating="2" HotelCode="906193|incredible_english" HotelName="Incredible English" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/05/2026" HotelFacility="Bar,Designated Smoking Area,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Plot 22/23, Adsurlim, Dando Ground, Salcete, Benaulim 403716</AddressLine>
          </AddressLines>
          <CityName>Goa</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/ab/ddab2a497b80dac729a36255230cc65220ea54f4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the small village of Benaulim, 1.5 km from Sernabatim beach. It is just 3 ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="90.91" OriginalAmount="88.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.535615" Longitude="73.764523" StarRating="3" HotelCode="|89454" HotelName="Resort De Coracao-calangute" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 24/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>GAURA WADDO,CALANGUTE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/9/4/5/4/89454_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has conference facilities, gardens, taxi services, a babysitting service, a bar and a medical care service. The establishment offers facilities for people with reduced mobility, a currency exchange service, a baggage room, a cloakroom, a laundry service and a car park. The establishment also offers air-conditioning, a lobby with a reception, a games room and room service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="91.11" OriginalAmount="88.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.5575306" Longitude="73.7538614" StarRating="3" HotelCode="|89415" HotelName="Casa Baga" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 24/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>40/7 SAUNTA VADDO</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/9/4/1/5/89415_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is 500 metres away from Baga and Calangute beaches. 6.6 kilometres away, you can find Anjuna Beach. It is 10,2 kilometres away from el Fuerte de Aguada It's 11 kilometres from Panaji Bus Station. 40 kilometres away from the establishment, guests will find Madgaon Railway Station and Goa International Airport. ROOM: Customers have stylish rooms with an air-conditioning system, a television, a safety deposit box and a bathroom with a shower.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="91.22" OriginalAmount="88.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.37201" Longitude="73.853828" StarRating="4" HotelCode="|155368" HotelName="Devasthali - The Valley Of Gods" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NEAR DABOLIM AIRPORTVILLAGE ISSORSIM HOLLANT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/5/3/6/8/155368_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="91.67" OriginalAmount="89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.50023632" Longitude="73.83098159" StarRating="2" HotelCode="285329|149140" HotelName="Panaji Residency" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 29/05/2026" HotelFacility="Business Centre,Housekeeping,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>MG Road, Next To Old Secretriat, Panaji 403001</AddressLine>
          </AddressLines>
          <CityName>Goa</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/e2/b4e2b3bab9800bd32a6a1c360c28f58a3727e268.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at Panaji Residency in Panaji, you'll be minutes from Church of Our La...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="95.45" OriginalAmount="92.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.400066" Longitude="73.811646" StarRating="4" HotelCode="|160642" HotelName="The Hq" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 24/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>SWATANTRA PATH, P.O. BOX 31</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/0/6/4/2/160642_32ddc081114.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="96.02" OriginalAmount="93.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.26665" Longitude="73.930195" StarRating="2" HotelCode="|89389" HotelName="Treehouse Silken Sands" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>PLOT NOS. 22 &amp; 23 ADSURLIM</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/9/3/8/9/89389_a64c46e1026.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="98.93" OriginalAmount="96.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.500354" Longitude="73.826542" StarRating="3" HotelCode="|89395" HotelName="Park Plaza" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>OPPOSITE AZAD MAIDAN; ORMUZ ROAD; PANJIM</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/9/3/9/5/89395_1_1595.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="99.18" OriginalAmount="96.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.494905" Longitude="73.834176" StarRating="3" HotelCode="|89381" HotelName="Ginger Goa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PLOT NO. 37; 38;NEAR PASSPORT OFFICE; SGO COMPLEX;</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/9/3/8/1/89381_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="100.25" OriginalAmount="97.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.539857" Longitude="73.758861" StarRating="3" HotelCode="|44538" HotelName="Resort Terra Paraiso" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 24/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>GAURAVVADDO</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/3/8/44538_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has attentive service and beautiful gardens. SITUATION: It is situated 42 minutes away from the airport, 40 minutes away from the establishment guests have Tivim the Railway Station of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.97" OriginalAmount="99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.511431530068" Longitude="73.771814703941" StarRating="4" HotelCode="177283|75616" HotelName="Fortune Acron Regina" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>376 Off Aguada Road, Candolim 403515, Goa</AddressLine>
          </AddressLines>
          <CityName>Goa</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/89/6c893fab83649944e0a7a3fd7da8ac6d88649073.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel has a quiet and peaceful location just off the main road of Fort Aguada in Candolim. It is...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="102.72" OriginalAmount="99.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.582932" Longitude="73.739768" StarRating="3" HotelCode="|89412" HotelName="Casa Anjuna" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 24/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>D`MELLO VADDO 66</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/9/4/1/2/89412_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Goa it is 200 metres away from the beach. ROOM: Customers have large rooms, with a bathroom. FACILITIES: Guests are offered gardens, a swimming pool, a launderette, a spa and WiFi.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="103.25" OriginalAmount="100.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.500108492059" Longitude="73.826197364418" StarRating="3" HotelCode="916077|1064198" HotelName="Hotel Park Plaza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Opposite Azad Maidan,Rua De Ormuz, Panjim 403001, Goa</AddressLine>
          </AddressLines>
          <CityName>Goa</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/42/d2422e39df922dc3ecd6967855159495f7b85b1f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Goa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="104.85" OriginalAmount="101.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.581074" Longitude="73.747814" StarRating="2" HotelCode="|158563" HotelName="Meraden La Oasis" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>FLEA MARKET ROAD, NEAR FOOTBALL GROUND</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/8/5/6/3/158563_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="107.12" OriginalAmount="104.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.5017266" Longitude="73.77169509" StarRating="4" HotelCode="823571|sinq_prive" HotelName="Sinq Prive" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Candolim Sinquerim Road, Opposite Taj Holiday Village, Goa 403515</AddressLine>
          </AddressLines>
          <CityName>Goa</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/60/53603dcece1cdb713a07e5bec588067a5ceff94f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.15" OriginalAmount="105" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.457899" Longitude="73.810902" StarRating="3" HotelCode="173658|74359" HotelName="Ginger Hotel Goa-Dona Paula" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Plot 12 &amp; 13 Dona Paula, Goa 403004</AddressLine>
          </AddressLines>
          <CityName>Goa</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/fc/c6fcef5fe1ffc3098566a3d561373afd0844e82a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near Panji in Goa, making it a good option for shopping fans and leisure travel...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="109.55" OriginalAmount="106.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.254664" Longitude="73.921467" StarRating="3" HotelCode="293253|1854438" HotelName="Beira Mar Beach Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Opposite Lotus Suites, Benaulim Beach, Vasvaddo, Benaulim 403708, Goa</AddressLine>
          </AddressLines>
          <CityName>Goa</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/9c/4d9cc0de7ad09f4a72669920b4d9e95980dc6451.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Benaulim Beach. The nearest airport is Goa Dabolim (GOI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="109.58" OriginalAmount="106.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.2880917" Longitude="73.9124298" StarRating="3" HotelCode="|31770" HotelName="Sea Queen Beach Resort and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 24/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>COLVA BEACH</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/7/7/0/31770_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has a private beach, 55 rooms, 23 suites and 32 super deluxe rooms. The establishment also has a garden with palm trees, a reception, a currency exchange service and a safety deposit box service. Guests can find shops, a cafÃ©, a bar, Living Legends the restaurant a cafÃ©, a bar with sea views and a barbecue. The establishment offers guests a conference room (on request), room service, a laundry service and a medical care service. SITUATION: It is 18 kilometres away fromDabolim Airport 8 kilometres away from the establishment, guests will find Margao the Railway Station of a commercial centre, is in Colva the beach. ROOM: The modern rooms, have a bathroom, a television and a mini-bar. FACILITIES: Outdoors, clients have access to a swimming pool, a children's swimming pool and a bar. Guests are offered a massage service and an entertainment programme.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="112.27" OriginalAmount="109.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.55695441" Longitude="73.75386531" StarRating="3" HotelCode="669370|hotel_rezos" HotelName="Hotel Rezos" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2nd Tito's Lane, Baga, Goa 403516</AddressLine>
          </AddressLines>
          <CityName>Goa</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/c4/51c4c58811a13990211cffaf60cc76c82e8ae0a5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="114.53" OriginalAmount="111.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.498555" Longitude="73.823426" StarRating="3" HotelCode="|89397" HotelName="Grande Delmon" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>CAETANO ALBUQUERQUE ROAD; PANJIM - CENTRAL GOA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/9/3/9/7/89397_1_2543.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="114.54" OriginalAmount="111.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.254515" Longitude="73.921059" StarRating="3" HotelCode="|194695" HotelName="The Fern Beira Mar Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/4/6/9/5/194695_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.36" OriginalAmount="112" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.4539612" Longitude="73.82831587" StarRating="4" HotelCode="322999|85539" HotelName="Bay15 Cabanas By The Bay" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Odxel Beach Club &amp; Events, Dona Paula, Goa 403004</AddressLine>
          </AddressLines>
          <CityName>Goa</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/73/a773073248f1323a5e5d7ac5be5281cbbe0b143e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Goa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="115.36" OriginalAmount="112.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.498315749924" Longitude="73.823548109446" StarRating="3" HotelCode="74453|hotel_delmon_2" HotelName="Hotel Grande Delmon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Caetano De Albuquerque Road, Panjim, Goa 403001</AddressLine>
          </AddressLines>
          <CityName>Goa</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/cc/85cc64af7e2964ddf4e82eb6f540f475c929d043.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Goa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="122.82" OriginalAmount="119.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.495521" Longitude="73.831421" StarRating="0" HotelCode="|89444" HotelName="Welcomheritage Panjim Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>E-212,31ST JANUARY ROAD,FONTAINHAS,PANAJI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/9/4/4/4/89444_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a lobby, a safety deposit box service and a restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.60" OriginalAmount="120.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.54594439" Longitude="73.76652003" StarRating="4" HotelCode="317788|north_16" HotelName="Hard Rock Hotel Goa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>370/14 Porba Vaddo, 403516 Calangute, Bardez</AddressLine>
          </AddressLines>
          <CityName>Goa</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/36/b13656173c0adcfdd457bee15b1db3c3c19f890b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bardez. The nearest airport is Goa Dabolim (GOI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="124.70" OriginalAmount="121.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.511478" Longitude="73.771863" StarRating="4" HotelCode="|89392" HotelName="Acron Candolim Regina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>376 OFF FORT AGUADA ROAD; CANDOLIM - NORTH GOA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/9/3/9/2/89392_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="125.78" OriginalAmount="122.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.255205" Longitude="73.923397" StarRating="3" HotelCode="|89449" HotelName="Lotus Eco Beach Resort-goa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>VASWADDO,BENAULIM,SALCETE-GOA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/9/4/4/9/89449_28366b91740.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is in south Goa (Benaulim) where you can find lovely beaches. Is 25 kilometres from Dabolim Airport, 10 kilometres away from the Railway Station of Margao. ROOM: Each room has a bathroom, a shower, a bath, a satellite or cable television, a direct line telephone, individual air-conditioning, internet, a fridge, hot plates, a coffee maker and a kettle.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="126.14" OriginalAmount="122.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.544281" Longitude="73.761078" StarRating="4" HotelCode="|89459" HotelName="Kyriad Prestige Calangute Goa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>UMTAVADDO, CALANGUTE BARDEZ</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/9/4/5/9/89459_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has a lobby with a reception, a currency exchange service, a hairdresser's, WiFi, room service and a laundry service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="127.31" OriginalAmount="123.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.255166090736" Longitude="73.923051059246" StarRating="3" HotelCode="167851|112742" HotelName="Lotus Beach Resort Goa" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Benaulim Beach Road, Vai Maria Hall, Vaswaddo, Benaulim 403716</AddressLine>
          </AddressLines>
          <CityName>Goa</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/56/5556e4d13be412ee022f1e095bdbe36977ec75fa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is located in Benaulim, South Goa with great scenic delights and beaches. The nearest air...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="128.95" OriginalAmount="125.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.561161" Longitude="73.780884" StarRating="0" HotelCode="|159591" HotelName="Nagoa Grande" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 24/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>NAGOA, ARPORA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/9/5/9/1/159591_7317ebf1811.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="131.60" OriginalAmount="127.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.575406" Longitude="73.761605" StarRating="4" HotelCode="|158526" HotelName="Doubletree By Hilton Goa - Arpora - Baga" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>XIMER ARPORA BARDEZ</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/8/5/2/6/158526_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="135.48" OriginalAmount="131.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.571099" Longitude="73.759529" StarRating="4" HotelCode="|60436" HotelName="Lazy Lagoon, Baga A Lemon Tree Resort" Meals="FULL-BOARD" BedType="FULL-BOARD" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Baga - Arpora Goa Bardez, Arpora,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/4/3/6/60436_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has great views and comfortable facilities.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="137.52" OriginalAmount="133.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.596698" Longitude="73.734787" StarRating="3" HotelCode="|89411" HotelName="Casa Vagator" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 24/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>HOUSE NUMBER 594/4, VOZRAN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/9/4/1/1/89411_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is in Vagator (Anjuna), close to Playa de Vagator,Fortaleza de Chapora,Playa Ozran and Playa de Morjim ROOM: The rooms have a television, a direct line telephone and a writing desk. MEALS: Customers are offered the use of a restaurant and a lounge bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="139.05" OriginalAmount="135.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.575626366599" Longitude="73.76166997057" StarRating="4" HotelCode="74462|doubletree_by_hilton_goa" HotelName="Doubletree By Hilton Goa Arpora Baga" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ximer, Arpora, Bardez, Goa 403518</AddressLine>
          </AddressLines>
          <CityName>Goa</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/3b/a33b171fffc9ca7ef4b52e98fee846bd25a3f9f3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in Ximer, Arpora-North Goa, this property enjoys an excellent location. It is close to Baga...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="141.43" OriginalAmount="137.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.265264" Longitude="73.91994" StarRating="0" HotelCode="|41671" HotelName="Baywatch Resort" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>SERNABATIM BEACH ROAD, COLVA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/6/7/1/41671_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2007 and is ideal for holidays or business trips rooms with air-conditioning and with features that offer you the maximum level of comfort. Guests can find a restaurant with Oriental, continental and Indian specialities, a lobby with a reception, a currency exchange service, a cafÃ© and a bar. The establishment offers guests conference rooms, internet, room service and a laundry service. SITUATION: It is inColva and Sernabatim the beaches of the establishment is 1 kilometre away from Colva the beach Margao it is situated 5 kilometres away from It is situated 6 kilometres away fromMargao the Railway Station of 27 kilometres away from the establishment, guests will find Dabolim Airport it is well-connected with the tourist attractions. ROOM: The establishment has rooms and suites fully-equipped, They have a central air-conditioning system, a mini-bar, a safety deposit box, a coffee maker, a kettle and a direct line telephone. They also have internet, a flat-screen television, a bathroom with a shower and a hairdryer. FACILITIES: The establishment boasts a health centre, a sauna, a steam bath, a swimming pool, a children's swimming pool and a gym. Guests can also find a massage centre with treatments. OTHERS: Clients can findPam's the restaurant, which serves Oriental, continental and Indian specialities.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="149.38" OriginalAmount="145.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.51548" Longitude="73.76683" StarRating="5" HotelCode="|89442" HotelName="O HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CANDOLIM,BARDEZ,GOA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/9/4/4/2/89442_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="163.08" OriginalAmount="158.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.28243" Longitude="73.915085" StarRating="3" HotelCode="|160182" HotelName="Soul Vacation Resort and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4th Ward, Colva Beach, Salcette, Colva</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/0/1/8/2/160182_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="166.86" OriginalAmount="162.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.499482" Longitude="73.830608" StarRating="5" HotelCode="401632|the_crown_goa" HotelName="The Crown Goa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jose Falcao Road, Panaji 403001</AddressLine>
          </AddressLines>
          <CityName>Goa</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/c5/9dc58abf25428159f65070193b05b517a0a0aed3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Panjim city, behind the Panjim Residency, and offers a view of the Mandovi R...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="167.73" OriginalAmount="162.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.556531" Longitude="73.755963" StarRating="0" HotelCode="|43768" HotelName="Keys Select By Lemon Tree Hotels, Ronil Resort, Goa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Baga, Calangute, Bardez.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/7/6/8/43768_1_3088.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 126 rooms and 2 floors. It has a reception, a safety deposit box service (for a fee), a currency exchange service, a beauty centre and a souvenir shop. The establishment also offers a security system, At an additional cost you can have access to a laundry service and a dry cleaner's. Guests are also offered a telephone, a conference room, a medical care service (on request), a cafÃ©, a restaurant and a car park. SITUATION: It is in a natural area, 5 minutes away, clients can find a beach, in the surrounding area, there are shops, restaurants, is situated 10 kilometres away from Mapusa bus station the establishment is 45 kilometres away from Goa Airport. ROOM: The comfortable, luxurious rooms, have an individual air-conditioning system, a satellite TV and a fridge. They also have double bed or twin bed, a fan, a direct line telephone, cold water, hot water, a bathroom with a shower, a WC and a balcony. FACILITIES: The establishment boasts a swimming pool. PAYMENT METHODS: Customers can pay using Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients can enjoyGolden Net the restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="167.97" OriginalAmount="163.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.370533" Longitude="73.8332748" StarRating="4" HotelCode="|31869" HotelName="Bogmallo Beach Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 24/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>BOGMALO BEACH</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/8/6/9/31869_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 126 rooms and suites. It has a lobby, a currency exchange service, a cafÃ© and a bar. Guests can find 3 conference rooms, with features that offer you the maximum level of comfort, Where you can meet a projector, an overhead projector and computers (for a fee). SITUATION: Bogmallo It is in it is by the beach 10 minutes away from the airport. ROOM: You are offered standard rooms and deluxe rooms. The rooms a bathroom with a hairdryer, a direct line telephone, a television, a mini-bar and a central air-conditioning system. FACILITIES: The establishment boasts a swimming pool, a sauna, a steam bath, a gym and ping pong. Guests can also enjoy a massage service (available for a fee). OTHERS: Regarding the food and beverage offering, clients can enjoyVeranda the cafÃ© Nautilus and Coconut Grove the restaurants Sunset Bar the bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="172.16" OriginalAmount="167.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.217121" Longitude="73.933171" StarRating="3" HotelCode="|89427" HotelName="Varca Palms Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>TEEN MURTI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/9/4/2/7/89427_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is 500 metres away from Varca Beach. ROOM: Each room has wooden furniture, an air-conditioning system, a flatscreen TV with cable television, a coffee maker, a kettle, a mini-bar and a hairdryer. FACILITIES: Guests are offered tourist information, a car park (free of charge) and a reception. The establishment also has a tennis court and a swimming pool with a bar. RESTAURANT: can enjoy restaurants and a cocktail bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="185.11" OriginalAmount="179.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.514329" Longitude="73.766809" StarRating="4" HotelCode="|63678" HotelName="Lemon Tree Amarante Beach Resort, Goa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>VADI; CANDOLIM; BARDEZ</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/6/7/8/63678_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has business facilities and room service. The establishment has 65 rooms. SITUATION: The establishment is 41 kilometres away from the airport. FACILITIES: The establishment has a fitness centre fully-equipped, a swimming pool, a lounge and a spa. OTHERS: Regarding the food and beverage offering, clients can enjoy a bar and 2 restaurants.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="186.24" OriginalAmount="180.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.290358" Longitude="73.911101" StarRating="0" HotelCode="|155356" HotelName="Beleza By The Beach" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 24/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>THOND WADDO, BETALBATIM, SALCETTTE-GOA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/5/3/5/6/155356_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers 30 standard rooms, a lobby, a currency exchange service, a bar, conference facilities, internet, room service and a laundry service. SITUATION: This establishment is in Colva is situated in south Goa. It has excellent transport links to the beaches. It's 18 kilometres from the airport. 12 kilometres away, you can find Madgao Railway Station. ROOM: Each room has marble floor, a central air-conditioning system, a satellite TV, a safety deposit box, a coffee maker, a kettle, a mini-bar and a direct line telephone. Some rooms have a balcony with seats. It also has a bathroom with a bath, a shower, a hairdryer and a fridge. FACILITIES: The establishment has a gym and a swimming pool.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="215.74" OriginalAmount="209.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.5113938" Longitude="73.77376854" StarRating="4" HotelCode="930863|944355" HotelName="Golden Tulip Goa Candolim" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/05/2026" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>315 A-G1 and 315 B-G2, Bamon, Vaddo, Candolim, Goa 403515</AddressLine>
          </AddressLines>
          <CityName>Goa</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/e6/d7e66829423eb2bc623e299b806ce867430f5f90.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Goa, about 1 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="228.47" OriginalAmount="221.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.516" Longitude="73.77" StarRating="3" HotelCode="|44537" HotelName="Lillywoods Highland Beach Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>SEQUEIRA VADDO,Candolim</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/3/7/44537_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This club complex and has 250 large rooms, This hotel has a reception, a lobby, a currency exchange service and a safety deposit box service. Guests can find a beauty centre, shops, a cafÃ©, a bar and a restaurant. The establishment offers guests conference rooms, a laundry service (for a fee) and a car park. SITUATION: It is 6 minutes away fromCandolim the beach 20 minutes away from the establishment guests have Thivim the Railway Station of Panaji it is situated 15 minutes away from 40 minutes away from the establishment, you can find Dabolim Airport. ROOM: The establishment has 250 large, modern rooms, have a double or king-size bed, an air-conditioning system and a fan. They have a sitting area with sofa, a satellite TV, a fridge, a mini-bar (available on request), (available for a fee), a bathroom with a shower, a WC and a balcony. FACILITIES: The establishment boasts a well-equipped gym, a spa with a sauna, a steam bath, a hydromassage bath and a massage service. The establishment also offers body treatments and yoga. You can find a swimming pool, a swimming pool that has an area for children and a sunbathing terrace with parasols. OBSERVATIONS: The establishment offers themed parties, a banquet hall, parties, conferences and showrooms. Guests can also find a conference room. PAYMENT METHODS: The establishment accepts Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients haveHighpalm the restaurant Gulzar the traditional restaurant a cafÃ©.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="230.25" OriginalAmount="223.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="14.990447" Longitude="74.0395279" StarRating="5" HotelCode="|31338" HotelName="The Lalit Golf and Spa Resort Goa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RAJ BAGA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/3/3/8/31338_09abed41137.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a safety deposit box service, a currency exchange service and a conference room. The establishment offers guests room service and a laundry service. Our guests can find a cafÃ©, a bar, a hairdresser's and a restaurant. It also has business facilities. SITUATION: It is inRaj Baga the city of it is in Goa south It is next toPalolem the beach the establishment is 56 kilometres away from the airport. ROOM: The spacious, comfortable rooms, They have a television, a mini-bar, a kettle and a coffee maker. FACILITIES: Outdoors, clients can enjoy a swimming pool with a children's area, Clients can enjoy activities such as gymnastics, Customers can also find a jacuzzi, Guests can also use the gym and play golf.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="237.25" OriginalAmount="230.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.564622" Longitude="73.759288" StarRating="5" HotelCode="|89419" HotelName="Resort Rio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>TAMBUDKI, ARPORA, BARDEZ</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/9/4/1/9/89419_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This complex has conference facilities, a hairdresser's, an auditorium, a games room, a playground, a bar, a nightclub and a restaurant. SITUATION: This complex is situated next to Baga the river Goa it is in.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="247.20" OriginalAmount="240.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.541903" Longitude="73.782245" StarRating="4" HotelCode="300231|shanti_morada" HotelName="Shanti Morada" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 23/05/2026" HotelFacility="Bar,Conference Hall,Internet,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8/123 Bairo Alto, Vaddo - Saligao, Goa 403511</AddressLine>
          </AddressLines>
          <CityName>Goa</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/3d/2f3d0746ed04ab4afc381748b8547d1f30135eb5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Goa. The nearest airport is Poona (PNQ).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="255.97" OriginalAmount="248.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.527681" Longitude="73.763605" StarRating="5" HotelCode="|160645" HotelName="The Park Calangute Goa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1/227 GAURAWADDO, CALANGUTE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/0/6/4/5/160645_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="295.98" OriginalAmount="287.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.318459" Longitude="73.901839" StarRating="5" HotelCode="|89446" HotelName="Kenilworth Resort and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>UTORD, SALCETE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/9/4/4/6/89446_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has restaurants, a cafÃ©, lounge bar, a nightclub and a casino. SITUATION: It is inUtorda the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="301.18" OriginalAmount="292.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.210592" Longitude="73.934729" StarRating="5" HotelCode="|89416" HotelName="Caravela Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>VARCA BEACH</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/9/4/1/6/89416_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers attentive service, views of the sea and garden views. ROOM: Customers have stylish rooms and modern facilities.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="339.75" OriginalAmount="329.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.493675" Longitude="73.820667" StarRating="5" HotelCode="|158539" HotelName="Vivanta Goa, Panaji" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>OFF DB Bandodkar Road, Panaji</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/8/5/3/9/158539_1_1207.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="343.89" OriginalAmount="333.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.527532" Longitude="73.762271" StarRating="3" HotelCode="|89463" HotelName="Sonesta Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CANDOLIM, GOA, 403515</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/9/4/6/3/89463_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a cafÃ©, an outdoor swimming pool and a gym. SITUATION: This establishment, is in Goa the coast of Candolim it is located near. ROOM: Customers can find 55 rooms, fully-equipped with mini-bar, a safe and an air-conditioning system.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="347.47" OriginalAmount="337.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.56256" Longitude="73.74895" StarRating="3" HotelCode="|89438" HotelName="Baia Do Sol - Beach Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 31/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>BAGA BEACH,CALANGUTE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/9/4/3/8/89438_1885b4a1724.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a laundry service, room service, a medical care service, excursions and taxi services. The establishment boasts air-conditioning, a lobby with a reception, a currency exchange service, a cloakroom, a bar, a restaurant and a car park.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="440.95" OriginalAmount="428.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.52725" Longitude="73.76555" StarRating="5" HotelCode="|89434" HotelName="O  Goa, Candolim Beach" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>S.No. 114/1, Dando, Bardez</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/9/4/3/4/89434_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has rooms, suites, 3 restaurants, a spa and a swimming pool. SITUATION: This hotel It's 35 kilometres from Thivim Railway Station. It's 48 kilometres from Dabolim Airport. It has excellent transport links to the airport. ROOM: Customers can find modern rooms with parquet flooring, a flatscreen TV with cable television, a mini-bar, a bathroom with a bath and a shower.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="521.85" OriginalAmount="506.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.486531" Longitude="73.809285" StarRating="5" HotelCode="|89468" HotelName="Goa Marriott Resort and Spa" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>P.O. BOX 64, MIRAMAR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/9/4/6/8/89468_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Goa Marriott Resort is rated five stars. SITUATION: This establishment is in the coast of Goa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="584.13" OriginalAmount="567.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.499" Longitude="73.769" StarRating="5" HotelCode="|40454" HotelName="Taj Holiday Village Resort and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 23/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>SINQUERIM, BARDEZ</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/5/4/40454_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This beach hotel, was built in 1981, has a lobby and a currency exchange service. Guests can find a hairdresser's, a bar and a restaurant. The establishment also offers internet, WiFi, room service, a laundry service and a car park. The establishment boasts a conference room. SITUATION: Goa It is in. ROOM: The comfortable rooms, are rural style, They have a DVD player, a television, a direct line telephone and a bathroom. FACILITIES: Outdoors, clients can enjoy a swimming pool that has an area for children, leisure activities, games, mountaineering and climbing. Clients can find a wellness area, a gym, gymnastics, a golf course, badminton, tennis, squash, play ping-pong, billiards, cricket and beach volleyball. OTHERS: Regarding the food and beverage provision, the establishment offers a Thai restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="629.25" OriginalAmount="610.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.1589115" Longitude="73.9479662" StarRating="5" HotelCode="|42285" HotelName="Holiday Inn Resort Goa, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MOBOR BEACH</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/2/8/5/42285_16.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is beach. SITUATION: This establishment is located between tropical gardens. It's 17 kilometres from Margao Railway Station. It is 45 kilometres from the Dabolim Airport. ROOM: The establishment has 203 rooms with TV, a mini-bar, a kettle, a coffee maker and a bathroom with a bath. FACILITIES: Guests are offered a spa, a swimming pool, a gym and a car park (free of charge). RESTAURANT: Customers can enjoy 5 restaurants, a coffee shop and a bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="633.26" OriginalAmount="614.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.497407" Longitude="73.76711" StarRating="5" HotelCode="|40455" HotelName="Taj Fort Aguada Resort and Spa, Goa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 24/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>SINQUERIM, BARDEZ</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/5/5/40455_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 9 restaurants, leisure activities, a lobby, a currency exchange service and a lift. Guests can find a cafÃ©, a bar, conference rooms, room service, a laundry service and a car park. SITUATION: Goa It is in it is situated close to the beach. ROOM: The large, elegant rooms, Clients can find superior rooms with garden views and interconnecting rooms. They have a balcony or terrace, a central air-conditioning system, a fan, a safety deposit box, a television and WiFi. They also have a direct line telephone, a bathroom with a shower, a bath, a hairdryer, a mini-bar, a coffee maker and a kettle. FACILITIES: The establishment has a body care area, a health centre and a gym. Clients can enjoy activities such as gymnastics, badminton, tennis, squash, play ping-pong, billiards, cricket and beach volleyball. You also have at your disposal a swimming pool. OTHERS: Regarding the food and beverage provision, the establishment offers traditional dishes and international cuisine.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="634.48" OriginalAmount="616" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.244460512921" Longitude="73.924748897553" StarRating="5" HotelCode="20333|39323" HotelName="Taj Exotica Resort &amp; Spa, Goa" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calwaddo, Salcete, Benaulim  403716, Goa</AddressLine>
          </AddressLines>
          <CityName>Goa</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/9d/159d563c8727214c74df58c5fbf860b62851d759.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on the southwest coast of Goa, overlooking the Arabian sea, this Mediterranean-style resort ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="653.91" OriginalAmount="634.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.244435" Longitude="73.924773" StarRating="5" HotelCode="|40453" HotelName="Taj Exotica Resort and Spa, Goa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CALWADDO BENAULIM</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/5/3/40453_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This beach hotel, is surrounded by a garden, has deluxe rooms, luxurios and two and four-bedroom chalets. It has a currency exchange service, a hairdresser's, a bar, a restaurant, internet and WiFi. The establishment offers a laundry service, 5 event rooms and a swimming pool area. The establishment has a breakfast, lunch and dinner service. SITUATION: This hotel is in south-west Goa. ROOM: Customers can find spacious, comfortable rooms with a bathroom with a shower and a hairdryer. They have a direct line telephone, satellite or cable TV, internet, a mini-bar, a coffee maker, a kettle, a central air-conditioning system and a safety deposit box. FACILITIES: Guests are offered 5 event rooms and a swimming pool area. The establishment boasts breakfast, lunch and dinner services.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="666.85" OriginalAmount="647.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.175396" Longitude="73.944404" StarRating="4" HotelCode="|42281" HotelName="novotel goa dona sylvia resort [ex. dona sylvia]" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cavelossim Beach, Salcete</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/2/8/1/42281_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 181 rooms a lobby with a reception, a hairdresser's, restaurants and conference rooms. The establishment offers guests room service, a laundry service and bicycle rental. SITUATION: It is near the beach, commercial galleries, restaurants and the nightlife. ROOM: Guests are offered superior rooms with an air-conditioning system, a bathroom with a shower, a television and a fridge. FACILITIES: Clients can find swimming pools, a children's swimming pool, an activities programme, sports activities and go cycling. Customers can also find a sauna, the steam bath, a massage service and a gym. OBSERVATIONS: The establishment offers event organisation and a conference room. OTHERS: Regarding the food and beverage offering, you can enjoySeagull the buffet restaurant Mama MÃ­a the grill restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1311.65" OriginalAmount="1273.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="44.382635" Longitude="9.040084" StarRating="4" HotelCode="|83427" HotelName="ASTOR" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via delle Palme, 16 - 16167</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/4/2/7/83427_hab.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has conference rooms, meeting rooms, a restaurant, an American bar and a terrace. ROOM: The establishment has stylish rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1953.78" OriginalAmount="1896.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.306488" Longitude="73.91126" StarRating="0" HotelCode="|89448" HotelName="Alila Diwa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/9/4/4/8/89448_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers WiFi. SITUATION: This establishment is in Goa 20 minutes away from the establishment, guests can find Goa Dabolim Airport. ROOM: The establishment has 153 rooms and suites. They have a bathroom, luxurious beds and a balcony or terrace. FACILITIES: Guests are offered a spa, beauty treatments and a mini-club. RESTAURANT: Guests can enjoy bars and restaurants.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="118.80" OriginalAmount="115.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.455751" Longitude="73.815768" StarRating="4" HotelCode="|158576" HotelName="Sandalwood" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>VAINGUINIM VALLEY DONA PAULA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service,Central Heating,Wheelchair Access,Golf,Jacuzzi,Bicycle Rental,Lounge,Swimming Pool,Designated Smoking Area,Kitchen,Business Centre,Housekeeping,24 Hour Front Desk,Coffee Shop,Dry Cleaning,Elevator,Luggage Storage,Parking,24 Hour Room Service,Meeting Room</BasicAmenities>
    <HotelRating>4,2,3,5,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY,FULL BOARD</Meals>
    <PropertyType>HOTEL,BEACH HOTEL,VILLAGE</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
002f2469-93e2-4427-9de3-b6dfc74bba84|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="002f2469-93e2-4427-9de3-b6dfc74bba84">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="48738" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-06-04T00:00:00" End="2026-06-07T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="|40454" SourceId="94" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shrirajholidays.dom@gmail.com" Password="Alliswell@9" RequestedCurrency="GBP" ClientNationality="in" ClientCountry="India" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
002f2469-93e2-4427-9de3-b6dfc74bba84|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="002f2469-93e2-4427-9de3-b6dfc74bba84" TimeStamp="0001-01-01T00:00:00" HotelName="Taj Holiday Village Resort and Spa" HotelCode="40454" GTCityId="48738" CountryCode="IN" CityName="Goa" CountryName="India" Address="SINQUERIM, BARDEZ" SourceId="94" Currency="GBP"><RoomTypes><RoomType BoardBasis="Bed and breakfast" FilterMealType="Bed and breakfast" RoomType="Room 1: Double room" RoomTypeCode="40454H1_8-24-53-890H2HRHR10c292|1779429196.DGDDAP-GBRA614e7offd|656.14|94|NjU2LjE0fEVVUnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="567" TotalPrice="584.13" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 23/05/2026"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-23T00:00:00" End="2026-05-23T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="567.12" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Bed and breakfast" FilterMealType="Bed and breakfast" RoomType="Room 1: Bungalow" RoomTypeCode="40454H69_24-167H2HRHR10cnpm|1779429196.DGDDAP-GBRA614e7offd|825.46|94|ODI1LjQ2fEVVUnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="713" TotalPrice="734.87" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 23/05/2026"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-23T00:00:00" End="2026-05-23T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="713.47" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Half-board" FilterMealType="Half-board" RoomType="Room 1: Double room" RoomTypeCode="40454H1_8-24-53H3HRHR103p8k|1779429196.DGDDAP-GBRA614e7offd|860.68|94|ODYwLjY4fEVVUnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="744" TotalPrice="766.23" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 24/05/2026"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-24T00:00:00" End="2026-05-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="743.91" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Half-board" FilterMealType="Half-board" RoomType="Room 1: Bungalow" RoomTypeCode="40454H69_24-167H3HRHRa00e0l|1779429196.DGDDAP-GBRA614e7offd|1046.77|94|MTA0Ni43N3xFVVJ8c3VwcGxpZXJkZWFkbGluZQ==" OriginalAmount="905" TotalPrice="931.89" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 24/05/2026"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-24T00:00:00" End="2026-05-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="904.75" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Bed and breakfast" FilterMealType="Bed and breakfast" RoomType="Room 1: Villa" RoomTypeCode="40454H68_24-890H2HRHRa3allh|1779429196.DGDDAP-GBRA614e7offd|1742.37|94|MTc0Mi4zN3xFVVJ8c3VwcGxpZXJkZWFkbGluZQ==" OriginalAmount="1506" TotalPrice="1551.16" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 23/05/2026"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-23T00:00:00" End="2026-05-23T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1505.98" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Half-board" FilterMealType="Half-board" RoomType="Room 1: Villa" RoomTypeCode="40454H68_24-890H3HRHRa052fj|1779429196.DGDDAP-GBRA614e7offd|2054.47|94|MjA1NC40N3xFVVJ8c3VwcGxpZXJkZWFkbGluZQ==" OriginalAmount="1776" TotalPrice="1829.01" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 24/05/2026"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-24T00:00:00" End="2026-05-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1775.74" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="http://cdnh.octanio.com/images/hotels/4/0/4/5/4/40454_7.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/4/0/4/5/4/40454_2.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/4/0/4/5/4/40454_4.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/4/0/4/5/4/40454_1.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/4/0/4/5/4/40454_5.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/4/0/4/5/4/40454_6.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/4/0/4/5/4/40454_3.jpg" /></Images><HotelDescription>HOTEL: This beach hotel, was built in 1981, has a lobby and a currency exchange service. Guests can find a hairdresser's, a bar and a restaurant. The establishment also offers internet, WiFi, room service, a laundry service and a car park. The establishment boasts a conference room. SITUATION: Goa It is in. ROOM: The comfortable rooms, are rural style, They have a DVD player, a television, a direct line telephone and a bathroom. FACILITIES: Outdoors, clients can enjoy a swimming pool that has an area for children, leisure activities, games, mountaineering and climbing. Clients can find a wellness area, a gym, gymnastics, a golf course, badminton, tennis, squash, play ping-pong, billiards, cricket and beach volleyball. OTHERS: Regarding the food and beverage provision, the establishment offers a Thai restaurant.,</HotelDescription><Facilities><HotelFacilities><Type>Hotel</Type><Description>Children\'s pool</Description><Value>Children\'s pool</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Sun loungers/beach chairs</Description><Value>Sun loungers/beach chairs</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Beach/pool towels</Description><Value>Beach/pool towels</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Shallow area</Description><Value>Shallow area</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Gym</Description><Value>Gym</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Spa / Wellness Center</Description><Value>Spa / Wellness Center</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Hairdresser/Beauty salon</Description><Value>Hairdresser/Beauty salon</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Massages</Description><Value>Massages</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Thermal baths</Description><Value>Thermal baths</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>wheelchair accessible</Description><Value>wheelchair accessible</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Visual help: braille</Description><Value>Visual help: braille</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Transfer service</Description><Value>Transfer service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Transfer to places of interest</Description><Value>Transfer to places of interest</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Sustainable initiatives are followed</Description><Value>Sustainable initiatives are followed</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Special health and safety measures are followed</Description><Value>Special health and safety measures are followed</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Clients can choose not to use the accommodationÂ´s cleaning service</Description><Value>Clients can choose not to use the accommodationÂ´s cleaning service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Masks available to customers</Description><Value>Masks available to customers</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Check-in and check-out without contact</Description><Value>Check-in and check-out without contact</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>You can pay without cash</Description><Value>You can pay without cash</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Breakfast take away containers</Description><Value>Breakfast take away containers</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Business center</Description><Value>Business center</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Tea / Coffee maker</Description><Value>Tea / Coffee maker</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Adventure sports</Description><Value>Adventure sports</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Beach</Description><Value>Beach</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Business</Description><Value>Business</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Family</Description><Value>Family</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Thermal waters</Description><Value>Thermal waters</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Spa</Description><Value>Spa</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Eco Friendly</Description><Value>Eco Friendly</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Luxury</Description><Value>Luxury</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Turkish bath / Hammam</Description><Value>Turkish bath / Hammam</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>TV</Description><Value>TV</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Balcony</Description><Value>Balcony</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Bathroom</Description><Value>Bathroom</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Shower</Description><Value>Shower</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Direct line telephone</Description><Value>Direct line telephone</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Terrace / solarium</Description><Value>Terrace / solarium</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Garden</Description><Value>Garden</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Picnic area</Description><Value>Picnic area</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Located opposite the beach</Description><Value>Located opposite the beach</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Pets are allowed (See conditions)</Description><Value>Pets are allowed (See conditions)</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>GameÂ´s Area</Description><Value>GameÂ´s Area</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Tennis</Description><Value>Tennis</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Table Tennis</Description><Value>Table Tennis</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Hiking</Description><Value>Hiking</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Squash</Description><Value>Squash</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Minigolf</Description><Value>Minigolf</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Library</Description><Value>Library</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Kid`s club</Description><Value>Kid`s club</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Family rooms</Description><Value>Family rooms</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Bar / Coffee shop</Description><Value>Bar / Coffee shop</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Restaurant</Description><Value>Restaurant</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Parking within the establishment</Description><Value>Parking within the establishment</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>TV area / shared lounge</Description><Value>TV area / shared lounge</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Luggage storage</Description><Value>Luggage storage</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Tourist information</Description><Value>Tourist information</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Express check-in / check-out</Description><Value>Express check-in / check-out</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Laundry service</Description><Value>Laundry service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Childminder / services for children</Description><Value>Childminder / services for children</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>24 hour reception</Description><Value>24 hour reception</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Dry cleaning service</Description><Value>Dry cleaning service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Room service</Description><Value>Room service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Ironing service</Description><Value>Ironing service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Concierge service</Description><Value>Concierge service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Currency exchange</Description><Value>Currency exchange</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Ticket Sales</Description><Value>Ticket Sales</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Car rental</Description><Value>Car rental</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Fax / photocopy machine</Description><Value>Fax / photocopy machine</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Safe</Description><Value>Safe</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Air-conditioning</Description><Value>Air-conditioning</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Smoking prohibited throughout the entire accommodation</Description><Value>Smoking prohibited throughout the entire accommodation</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Press</Description><Value>Press</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Shop or supermarket</Description><Value>Shop or supermarket</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Outdoor pool</Description><Value>Outdoor pool</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Pool with views</Description><Value>Pool with views</Value></HotelFacilities></Facilities></HotelRoomRS>||True