|
|
|
@ -13,7 +13,10 @@
|
|
|
|
|
</p>
|
|
|
|
|
<div class="numberBtn">
|
|
|
|
|
<input class="minaddBtn reduceadult" id="minusAdult" type="button" value="-" style="width: 50px !important;">
|
|
|
|
|
<input class="number" type="text" id="adultNumber" readonly value="1" name="adult" style="width: 70px !important; text-align: center;">
|
|
|
|
|
<input class="number" type="text" id="adultNumber" readonly value="1" name="adult" style="width: 70px !important;
|
|
|
|
|
text-align: center;
|
|
|
|
|
position: relative;
|
|
|
|
|
top: -7px;">
|
|
|
|
|
<input class="minaddBtn addadult" id="plusAdult" type="button" value="+" style="width: 50px !important;">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
@ -21,9 +24,9 @@
|
|
|
|
|
|
|
|
|
|
<div id="childrenBlock" >
|
|
|
|
|
<p style="font-size: 20px;margin-bottom: 10px;"><strong>Children</strong></p>
|
|
|
|
|
<div class="kids_age">
|
|
|
|
|
<div class="kids_age" style="width: 30%;">
|
|
|
|
|
<p style="margin-bottom: 5px;">3-9 yrs old</p>
|
|
|
|
|
<select class="kids_number" id="childrenNumber" name="children_3_9_yrs">
|
|
|
|
|
<select class="kids_number" id="childrenNumber" name="children_3_9_yrs" style="width: 55%;">
|
|
|
|
|
<option value="0">0
|
|
|
|
|
</option>
|
|
|
|
|
<option value="1">1
|
|
|
|
@ -37,9 +40,9 @@
|
|
|
|
|
</option>
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="kids_age">
|
|
|
|
|
<div class="kids_age" style="width: 30%;">
|
|
|
|
|
<p style="margin-bottom: 5px;">0-2 yrs old</p>
|
|
|
|
|
<select class="kids_number" id="infantNumber" name="infant_0_2_yrs">
|
|
|
|
|
<select class="kids_number" id="infantNumber" name="infant_0_2_yrs" style="width: 55%;">
|
|
|
|
|
<option value="0">0
|
|
|
|
|
</option>
|
|
|
|
|
<option value="1">1
|
|
|
|
@ -328,7 +331,7 @@
|
|
|
|
|
margin-top: 0;
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
padding: 0;
|
|
|
|
|
">I prefer to be contacted via:</p>
|
|
|
|
|
">I am also available on:</p>
|
|
|
|
|
|
|
|
|
|
<div class="checkYes">
|
|
|
|
|
<input type="checkbox" value="yes" name="contact_via_whatsapp" id="whatsapp" class="checkBorder" >
|
|
|
|
@ -338,32 +341,13 @@
|
|
|
|
|
<input type="checkbox" value="yes" name="contact_via_iMessage" id="iMessage" class="checkBorder" >
|
|
|
|
|
<label for="iMessage">iMessage</label>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="checkYes">
|
|
|
|
|
<input type="checkbox" value="yes" name="contact_via_phone_call" id="Phone" class="checkBorder" >
|
|
|
|
|
<label for="Phone">Phone call</label>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="checkYes">
|
|
|
|
|
<input type="checkbox" value="yes" name="contact_via_email" id="Email" class="checkBorder" >
|
|
|
|
|
<label for="Email">Email</label>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="checkYes">
|
|
|
|
|
<input type="checkbox" value="yes" name="contact_via_video_appointment" id="Video" class="checkBorder" >
|
|
|
|
|
<label for="Video">Video appointment</label>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<button class="sendButton" id="submit_gp_form" type="button">Inquire Now</button>
|
|
|
|
|
<input name="payment_required" id="payment_required" type="hidden" value="" />
|
|
|
|
|
<input name="product_code" type="hidden" value="<?php echo $meta_product_code; ?>"/>
|
|
|
|
|
<input name="itinerary" type="hidden" value="<?php echo $information->ic_title; ?>" />
|
|
|
|
|
</form>
|
|
|
|
|
<!-- <h3 style="text-align: center;
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
line-height: 22px;">For a quick conversation, simply reach us via WhatsApp:</h3>
|
|
|
|
|
<div class="contactwechat"><img alt="Asia Highlights' wechat code" height="100px" src="https://data.asiahighlights.com/image/about/asia-highlights-whatsapp-code.jpg" width="100px" >
|
|
|
|
|
<div class="wechatinfo"><span class="wechatred">+8615807734776</span><br>
|
|
|
|
|
Email: <span class="wechatred">contact@asiahighlights.com</span></div>
|
|
|
|
|
</div>
|
|
|
|
|
-->
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
<script>
|
|
|
|
|
|
|
|
|
|