|
|
|
|
@ -133,7 +133,7 @@
|
|
|
|
|
<h4 style="margin-bottom: 0; margin-top: 10px; font-size: 1.2rem;">
|
|
|
|
|
* What's your hotel choice?
|
|
|
|
|
</h4>
|
|
|
|
|
<p style="font-size: 16px;
|
|
|
|
|
<p style="font-size: 15px;
|
|
|
|
|
line-height: 20px;
|
|
|
|
|
margin-top: 10px;
|
|
|
|
|
color: #666;
|
|
|
|
|
@ -185,19 +185,19 @@
|
|
|
|
|
</div>
|
|
|
|
|
<div class="date_select" >
|
|
|
|
|
<input type="radio" value="exact dates" id="exact" name="trip_date">
|
|
|
|
|
<label for="exact" class="updatedestination" style="font-size: 18px;">
|
|
|
|
|
<label for="exact" class="updatedestination" style="font-size: 16px;">
|
|
|
|
|
Exact dates
|
|
|
|
|
</label>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="date_select" >
|
|
|
|
|
<input type="radio" value="approximate dates" id="approximate" name="trip_date">
|
|
|
|
|
<label for="approximate" class="updatedestination" style="font-size: 18px;">
|
|
|
|
|
<label for="approximate" class="updatedestination" style="font-size: 16px;">
|
|
|
|
|
Approximate dates
|
|
|
|
|
</label>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="date_select" >
|
|
|
|
|
<input type="radio" value="Undecided dates" id="yet" name="trip_date">
|
|
|
|
|
<label for="yet" class="updatedestination" style="font-size: 18px;">
|
|
|
|
|
<label for="yet" class="updatedestination" style="font-size: 16px;">
|
|
|
|
|
Undecided dates
|
|
|
|
|
</label>
|
|
|
|
|
</div>
|
|
|
|
|
|