|
|
|
@ -10,9 +10,11 @@
|
|
|
|
|
Our must-dos/must-sees are…" style="height:80px;"></textarea>
|
|
|
|
|
|
|
|
|
|
<div class="selectionBlock">
|
|
|
|
|
<h4>
|
|
|
|
|
Number in your group
|
|
|
|
|
</h4>
|
|
|
|
|
<p style="
|
|
|
|
|
margin-bottom: 0px;
|
|
|
|
|
">
|
|
|
|
|
<strong>Number in your group</strong>
|
|
|
|
|
</p>
|
|
|
|
|
<div id="group_error_msg" style="display: none">
|
|
|
|
|
<div class="requiredArea" style="margin-top:-10px;">Please select number in your group.</div>
|
|
|
|
|
</div>
|
|
|
|
@ -42,14 +44,11 @@ Our must-dos/must-sees are…" style="height:80px;"></textarea>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="adultBlock" style="display: none">
|
|
|
|
|
<p style="
|
|
|
|
|
margin-bottom: 0;
|
|
|
|
|
font-size: 22px;
|
|
|
|
|
margin-top: 20px;
|
|
|
|
|
">When you plan to take the trip:</p>
|
|
|
|
|
|
|
|
|
|
<div class="peopleSelect">
|
|
|
|
|
<p style="margin-top: 20px;"><strong>
|
|
|
|
|
Adults (≥18 years old)
|
|
|
|
|
<p style=" margin-top: 10px;
|
|
|
|
|
margin-bottom: 10px;"><strong>
|
|
|
|
|
Adults number (≥18 years old)
|
|
|
|
|
</strong> </p>
|
|
|
|
|
<button class="minaddBtn reduceadult" id="minusAdult" type="button"
|
|
|
|
|
value="-">-</button>
|
|
|
|
@ -89,7 +88,7 @@ Our must-dos/must-sees are…" style="height:80px;"></textarea>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="clear"></div>
|
|
|
|
|
<div id="childrenBlock" style="display: none">
|
|
|
|
|
<p style="margin-top: 0;"><strong>Children</strong></p>
|
|
|
|
|
<p style=" margin-top: -15px; margin-bottom: 5px;"><strong>Children number (age of children at time of trip)</strong></p>
|
|
|
|
|
<div class="kids_age">
|
|
|
|
|
<p style="margin-bottom: 5px;">10-17 yrs old</p>
|
|
|
|
|
<select class="kids_number" id="teenagerNumber" name="teenager_10_17_yrs">
|
|
|
|
@ -141,9 +140,10 @@ Our must-dos/must-sees are…" style="height:80px;"></textarea>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="selectionBlock">
|
|
|
|
|
<h4>
|
|
|
|
|
<p style=" margin-top: 10px;
|
|
|
|
|
margin-bottom: 10px;"><strong>
|
|
|
|
|
When would you travel?
|
|
|
|
|
</h4>
|
|
|
|
|
</strong></p>
|
|
|
|
|
<div id="date_error_msg" style="display: none">
|
|
|
|
|
<div class="requiredArea" style="margin-top:-10px;">Select your travel data.</div>
|
|
|
|
|
</div>
|
|
|
|
@ -709,6 +709,7 @@ Our must-dos/must-sees are…" style="height:80px;"></textarea>
|
|
|
|
|
</script>
|
|
|
|
|
<style>
|
|
|
|
|
.date_select {width: 27.5% !important;}
|
|
|
|
|
.age_range { margin-top: 45px;}
|
|
|
|
|
@media (max-width: 750px){
|
|
|
|
|
.date_select {
|
|
|
|
|
width: 93% !important;
|
|
|
|
|