|
|
@ -229,38 +229,39 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div class="selectionBlock">
|
|
|
|
<div class="selectionBlock" style="margin-bottom: 10px;">
|
|
|
|
<h4 style="margin-top: 0; margin-bottom: 0;">
|
|
|
|
<p style=" margin-top: 10px;
|
|
|
|
When would you travel?
|
|
|
|
margin-bottom: 0;"><strong>
|
|
|
|
</h4>
|
|
|
|
When would you travel?
|
|
|
|
<div id="date_error_msg" style="display: none">
|
|
|
|
</strong></p>
|
|
|
|
|
|
|
|
<div id="date_error_msg" style="display: none">
|
|
|
|
<div class="requiredArea" style="margin-top:-10px;">Select your travel data.</div>
|
|
|
|
<div class="requiredArea" style="margin-top:-10px;">Select your travel data.</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="travel_group date_select">
|
|
|
|
<div class="travel_group date_select" >
|
|
|
|
<input type="radio" value="exact dates" id="exact" name="trip_date">
|
|
|
|
<input type="radio" value="exact dates" id="exact" name="trip_date">
|
|
|
|
<label for="exact" class="family">
|
|
|
|
<label for="exact" class="updatedestination" style="font-size: 18px;">
|
|
|
|
Exact dates
|
|
|
|
Exact dates
|
|
|
|
</label>
|
|
|
|
</label>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="travel_group date_select">
|
|
|
|
<div class="travel_group date_select" >
|
|
|
|
<input type="radio" value="approximate dates" id="approximate" name="trip_date">
|
|
|
|
<input type="radio" value="approximate dates" id="approximate" name="trip_date">
|
|
|
|
<label for="approximate" class="couple">
|
|
|
|
<label for="approximate" class="updatedestination" style="font-size: 18px;">
|
|
|
|
Approximate dates
|
|
|
|
Approximate dates
|
|
|
|
</label>
|
|
|
|
</label>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="travel_group date_select">
|
|
|
|
<div class="travel_group date_select" >
|
|
|
|
<input type="radio" value="Undecided dates" id="yet" name="trip_date">
|
|
|
|
<input type="radio" value="Undecided dates" id="yet" name="trip_date">
|
|
|
|
<label for="yet" class="solo">
|
|
|
|
<label for="yet" class="updatedestination" style="font-size: 18px;">
|
|
|
|
Undecided dates
|
|
|
|
Undecided dates
|
|
|
|
</label>
|
|
|
|
</label>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="trip_date_length" id="tripDateBlock" style="display: none">
|
|
|
|
|
|
|
|
|
|
|
|
<div class="trip_date_length" id="tripDateBlock" style="display: none">
|
|
|
|
<div id="dateSelectionBlock">
|
|
|
|
|
|
|
|
<div id='flatpickrBlock'>
|
|
|
|
<div id='dateSelectionBlock'>
|
|
|
|
<input class="InquiryCalendar datepicker" id="starting_date" name="date_start" placeholder="Select your exact travel date." readonly="readonly" type="text" value="" />
|
|
|
|
<input type="text" class="arrivalDate datepicker" id="starting_date" name="date_start" value="" placeholder="Select your exact travel date." autocomplete="off" style="width: auto; float: left; margin-right: 15px; height: 30px;
|
|
|
|
</div>
|
|
|
|
margin-top: 5px;">
|
|
|
|
<select class="country_code" id="expectedMonth" name="expected_month" style="margin-top: 15px;">
|
|
|
|
<select class="country_code" id="expectedMonth" name="expected_month" style="margin-top: 15px;">
|
|
|
|
<option value="" disabled selected>Select your approximate travel date.</option>
|
|
|
|
<option value="" disabled selected>Select your approximate travel date.</option>
|
|
|
|
<option value="Jan. 2024">Jan. 2024</option>
|
|
|
|
<option value="Jan. 2024">Jan. 2024</option>
|
|
|
|
<option value="Feb. 2024">Feb. 2024</option>
|
|
|
|
<option value="Feb. 2024">Feb. 2024</option>
|
|
|
@ -301,8 +302,10 @@
|
|
|
|
<option value="Nov. 2026">Nov. 2026</option>
|
|
|
|
<option value="Nov. 2026">Nov. 2026</option>
|
|
|
|
<option value="Dec. 2026">Dec. 2026</option>
|
|
|
|
<option value="Dec. 2026">Dec. 2026</option>
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<input class="FullName" id="realname" name="name" placeholder="Your name *" required="" type="text" value="" />
|
|
|
|
<input class="FullName" id="realname" name="name" placeholder="Your name *" required="" type="text" value="" />
|
|
|
|
<div id="realname_errmsg" style="display: none">
|
|
|
|
<div id="realname_errmsg" style="display: none">
|
|
|
|