|
|
|
@ -214,70 +214,19 @@
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="selectionBlock" style="margin-bottom: 10px;">
|
|
|
|
|
<p style="text-align: left; font-weight: 400; padding-bottom: 0;">
|
|
|
|
|
When would you travel?
|
|
|
|
|
</p>
|
|
|
|
|
<div id="date_error_msg" style="display: none">
|
|
|
|
|
<div class="requiredArea" style="margin-top:-10px;">Select your travel data.</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="travel_group date_select" >
|
|
|
|
|
<input type="radio" value="exact travel dates" id="exact" name="trip_date">
|
|
|
|
|
<label for="exact" class="updatedestination" style="font-size: 18px;">
|
|
|
|
|
Exact travel dates
|
|
|
|
|
</label>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="travel_group date_select" >
|
|
|
|
|
<input type="radio" value="approximate travel dates" id="approximate" name="trip_date">
|
|
|
|
|
<label for="approximate" class="updatedestination" style="font-size: 18px;">
|
|
|
|
|
Approximate travel dates
|
|
|
|
|
</label>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="travel_group date_select" >
|
|
|
|
|
<input type="radio" value="haven't decided travel dates" id="yet" name="trip_date">
|
|
|
|
|
<label for="yet" class="updatedestination" style="font-size: 18px;">
|
|
|
|
|
Not decided travel dates
|
|
|
|
|
</label>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="trip_date_length" id="tripDateBlock" style="display: none">
|
|
|
|
|
<p style="text-align: left; font-weight: 400; font-size: 19px;">Select your travel date and trip length (days).</p>
|
|
|
|
|
<div id='dateSelectionBlock'>
|
|
|
|
|
<div id='flatpickrBlock'>
|
|
|
|
|
<input type="text" class="arrivalDate datepicker" id="starting_date" name="date_start" value="" placeholder="mm/dd/yyyy" autocomplete="off" style="width: auto;
|
|
|
|
|
float: left;
|
|
|
|
|
margin-right: 15px;
|
|
|
|
|
border-radius: 6px;
|
|
|
|
|
padding: 0 15px;">
|
|
|
|
|
</div>
|
|
|
|
|
<input type="month" id="expectedMonth" name="expected_month" placeholder="Select your expected travel date." style="width: auto;
|
|
|
|
|
float: left;
|
|
|
|
|
margin-right: 15px;
|
|
|
|
|
border-radius: 6px;
|
|
|
|
|
padding: 0 15px;
|
|
|
|
|
margin-bottom:15px;">
|
|
|
|
|
</div>
|
|
|
|
|
<div class="peopleSelect">
|
|
|
|
|
<div class="numberBtn">
|
|
|
|
|
<input class="minaddBtn" id="tripLengthMinus" type="button" value="-">
|
|
|
|
|
<input class="number" type="text" value="14" id="tripLengthNumber" name="trip_length" style="margin-right: 5px;">
|
|
|
|
|
<input class="minaddBtn" id="tripLengthPlus" type="button" value="+">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<input class="InquiryCalendar" data-min-date="7" id="starting_date"
|
|
|
|
|
name="date_start" placeholder="Starting date" readonly="readonly"
|
|
|
|
|
type="text"/><span id="starting_date_errmsg" style="display: none"><span
|
|
|
|
|
class="requiredArea">Please enter your starting date.</span></span>
|
|
|
|
|
|
|
|
|
|
<input class="FullName" id="realname" name="name" placeholder="Your name" type="text"/>
|
|
|
|
|
<span id="realname_errmsg" style="display: none"><span class="requiredArea">Please enter your name.</span></span>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<input class="EmailAddress" id="email" name="email" placeholder="Email" type="text"/>
|
|
|
|
|
<span id="email_errmsg" style="display: none"><span class="requiredArea">Please enter your email.</span></span>
|
|
|
|
|
<span id="email_verify_errmsg" style="display: none"><span class="requiredArea">Please verify your email.</span></span>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<select name="country_code" class="country_code">
|
|
|
|
|
<option style="font-weight: 600;" value="United States +1">United States +1</option>
|
|
|
|
|
<option style="font-weight: 600;" value="United Kingdom +44">United Kingdom +44</option>
|
|
|
|
|