|
|
|
@ -18,10 +18,10 @@
|
|
|
|
|
</div>
|
|
|
|
|
<div class="selectionBlock">
|
|
|
|
|
<div id="adultBlock" >
|
|
|
|
|
<p style="margin-bottom: -25px; font-size: 22px; margin-top: 80px; text-align: left;">Select your group number</p>
|
|
|
|
|
<div class="peopleSelect">
|
|
|
|
|
<p style=" margin-top: 20px; text-align: left; font-size: 22px; font-weight: 400;">
|
|
|
|
|
adults and children (≥10 years old)
|
|
|
|
|
<p style="margin-bottom: 0; font-size: 22px; text-align: left;">Select your group number</p>
|
|
|
|
|
<div class="peopleSelect" style="width: 100%;">
|
|
|
|
|
<p style="margin-top: 20px; margin-bottom: 10px;">
|
|
|
|
|
Adults and children (≥10 years old)
|
|
|
|
|
</p>
|
|
|
|
|
<button class="minaddBtn reduceadult" id="minusAdult" type="button" value="-">-</button>
|
|
|
|
|
<input class="number" type="text" value="2" id="adultNumber" name="adult">
|
|
|
|
@ -30,8 +30,9 @@
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="childrenBlock" >
|
|
|
|
|
<p style="font-size: 20px;margin-bottom: 10px;"><strong>Children</strong></p>
|
|
|
|
|
<div class="kids_age">
|
|
|
|
|
<p style="margin-bottom: 5px;">children (3-9 yrs old)</p>
|
|
|
|
|
<p style="margin-bottom: 5px;">3-9 yrs old</p>
|
|
|
|
|
<select class="kids_number" id="childrenNumber" name="children_3_9_yrs">
|
|
|
|
|
<option value="0">0
|
|
|
|
|
</option>
|
|
|
|
@ -47,7 +48,7 @@
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="kids_age">
|
|
|
|
|
<p style="margin-bottom: 5px;">children (0-2 yrs old)</p>
|
|
|
|
|
<p style="margin-bottom: 5px;">0-2 yrs old</p>
|
|
|
|
|
<select class="kids_number" id="infantNumber" name="infant_0_2_yrs">
|
|
|
|
|
<option value="0">0
|
|
|
|
|
</option>
|
|
|
|
|