|
|
|
@ -77,16 +77,14 @@
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="peopleSelect" style="width: auto;">
|
|
|
|
|
<span class="formMemo">
|
|
|
|
|
Select the Number of Hotel Room(s) and Length of Stay
|
|
|
|
|
</span>
|
|
|
|
|
<p>Hotel room</p>
|
|
|
|
|
|
|
|
|
|
<p style="margin-bottom: 0;"><strong>Select the Number of Hotel Room(s)</strong></p>
|
|
|
|
|
<div class="numberBtn">
|
|
|
|
|
<input class="minaddBtn reduce_room" id='minusRoomBtn' type="button" value="-">
|
|
|
|
|
<input class="number" id="hotel_room" readonly="readonly" type="text" value="1" name="hotelrooms">
|
|
|
|
|
<input class="minaddBtn add_room" id='plusRoomBtn' type="button" value="+">
|
|
|
|
|
</div>
|
|
|
|
|
<p>Length of stay (night)</p>
|
|
|
|
|
<p style="margin-bottom: 0;"><strong>Select the Length of Stay (Night)</strong></p>
|
|
|
|
|
<div class="numberBtn">
|
|
|
|
|
<input class="minaddBtn reduce_stay" id='minusStayBtn' type="button" value="-">
|
|
|
|
|
<input class="number" id="stay_length" readonly="readonly" type="text" value="1" name="hotelstay">
|
|
|
|
|