master
candice 1 year ago
parent 43b67c9de5
commit 6edc86e0b9

@ -222,27 +222,27 @@
<h4 style="margin-top: 0; margin-bottom: 0;font-size: 1.2rem;">
* What's your hotel choice?
</h4>
<div class="travel_group date_select">
<div class="travel_group">
<input type="radio" value="Luxury (5 stars & up)" id="Luxury" name="hotel">
<label for="Luxury" class="family">
Luxury<br> <em>(5 stars & up)</em>
</label>
</div>
<div class="travel_group date_select">
<div class="travel_group">
<input type="radio" value="Handpicked Comfort (4-5 stars)" id="Handpicked" name="hotel">
<label for="Handpicked" class="couple">
Handpicked Comfort<br> <em>(4-5 stars)</em>
</label>
</div>
<div class="travel_group date_select">
<div class="travel_group">
<input type="radio" value="Standard (3 stars)" id="Standard" name="hotel">
<label for="Standard" class="solo">
Standard<br> <em>(3 stars)</em>
</label>
</div>
<div class="travel_group date_select">
<div class="travel_group">
<input type="radio" value="Self-booking" id="Self" name="hotel">
<label for="Self" class="solo">
<label for="Self" class="solo" style="padding: 19px 0;">
Self-booking
</label>
</div>

Loading…
Cancel
Save