@ -3,6 +3,77 @@
< h3 style = "text-align: center; font-size: 20px; line-height: 22px;" > Start planning your tailor-made tour now. Your 1:1 travel consultant will reply within 1 working day.< / h3 >
< form action = "/orders/quick_inquiry_save" method = "post" novalidate = "" id = "quick_inquiry_form" >
< textarea id = "form_additionalrequirements" name = "form_additionalrequirements" placeholder = "Tell us your travel requirements here: anniversary, honeymoon, family trip, birthday travel, beach, food... (optional)" > < / textarea >
< div class = "peopleSelect" >
< h4 >
Adults (≥18 years old)
< / h4 >
< div class = "numberBtn" >
< input class = "minaddBtn reduceadult" id = "minusAdult" type = "button" value = "-" >
< input class = "number" type = "text" value = "2" id = "adultNumber" name = "adultNumber" >
< input class = "minaddBtn addadult" id = "plusAdult" type = "button" value = "+" >
< / div >
< / div >
< div class = "age_range" >
< p >
Adults' ages
< / p >
< div class = "checkYes" >
< label for = "18-30" >
< input type = "checkbox" value = "yes" name = "adult age range 18 30" id = "18-30" class = "checkBorder" > 18-30
< / label >
< / div >
< div class = "checkYes" >
< label for = "31-50" >
< input type = "checkbox" value = "yes" name = "adult age range 31 50" id = "31-50" class = "checkBorder" > 31-50
< / label >
< / div >
< div class = "checkYes" >
< label for = "51-64" >
< input type = "checkbox" value = "yes" name = "adult age range 51 64" id = "51-64" class = "checkBorder" > 51-64
< / label >
< / div >
< div class = "checkYes" >
< label for = "65+" >
< input type = "checkbox" value = "yes" name = "adult age range 65 plus" id = "65+" class = "checkBorder" > 65+
< / label >
< / div >
< / div >
< h4 > Children< / h4 >
< div class = "peopleSelect" >
< span class = "formMemo" >
10-17 years old
< / span >
< div class = "numberBtn" >
< input class = "minaddBtn reducechild" id = "minusTeenager" type = "button" value = "-" >
< input class = "kidNum" type = "text" id = "teenagerNumber" value = "0" name = "teenagerNumber" >
< input class = "minaddBtn addchild" id = "plusTeenager" type = "button" value = "+" >
< / div >
< / div >
< div class = "peopleSelect" >
< span class = "formMemo" >
3-9 years old
< / span >
< div class = "numberBtn" >
< input class = "minaddBtn reducechild" id = "minusChildren" type = "button" value = "-" >
< input class = "kidNum" type = "text" id = "childrenNumber" value = "0" name = "childrenNumber" >
< input class = "minaddBtn addchild" id = "plusChildren" type = "button" value = "+" >
< / div >
< / div >
< div class = "peopleSelect" >
< span class = "formMemo" >
0-2 years old
< / span >
< div class = "numberBtn" >
< input class = "minaddBtn reducechild" id = "minusInfant" type = "button" value = "-" >
< input class = "kidNum" type = "text" id = "infantNumber" value = "0" name = "infantNumber" >
< input class = "minaddBtn addchild" id = "plusInfant" type = "button" value = "+" >
< / div >
< / div >
< input class = "InquiryCalendar datepicker" id = "starting_date" name = "starting_date" placeholder = "Starting date *" readonly = "readonly" type = "text" value = "" / >
< div id = "starting_date_errmsg" style = "display: none" >
< div class = "requiredArea" style = "margin-top:-10px;" > Please enter your starting date.< / div > < / div >