|
|
|
|
@ -171,21 +171,21 @@
|
|
|
|
|
<div id="starting_date_errmsg" style="display: none">
|
|
|
|
|
<div class="requiredArea" style="margin-top:-10px;">Select your travel data.</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="date_select">
|
|
|
|
|
<div class="hotel_group">
|
|
|
|
|
<input type="radio" value="exact dates" id="exact" name="trip_date">
|
|
|
|
|
<label for="exact" class="updatedestination" style="font-size: 18px;">
|
|
|
|
|
<label for="exact" class="hotel_pick" style="font-size: 18px;">
|
|
|
|
|
Exact dates
|
|
|
|
|
</label>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="date_select">
|
|
|
|
|
<div class="hotel_group">
|
|
|
|
|
<input type="radio" value="approximate dates" id="approximate" name="trip_date">
|
|
|
|
|
<label for="approximate" class="updatedestination" style="font-size: 18px;">
|
|
|
|
|
<label for="approximate" class="hotel_pick" style="font-size: 18px;">
|
|
|
|
|
Approximate dates
|
|
|
|
|
</label>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="date_select">
|
|
|
|
|
<div class="hotel_group">
|
|
|
|
|
<input type="radio" value="Undecided dates" id="yet" name="trip_date">
|
|
|
|
|
<label for="yet" class="updatedestination" style="font-size: 18px;">
|
|
|
|
|
<label for="yet" class="hotel_pick" style="font-size: 18px;">
|
|
|
|
|
Undecided dates
|
|
|
|
|
</label>
|
|
|
|
|
</div>
|
|
|
|
|
|