|
|
@ -246,20 +246,20 @@ margin-top: 5px;font-size: 18px;
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<input class="FullName" id="realname" name="name" placeholder="Your name" type="text"/>
|
|
|
|
<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>
|
|
|
|
<span id="realname_errmsg" style="display: none"><span class="requiredArea">Please enter your name.</span></span>
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<input class="EmailAddress" id="email" name="email" placeholder="Email" type="text"/>
|
|
|
|
<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_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>
|
|
|
|
<span id="email_verify_errmsg" style="display: none"><span class="requiredArea">Please verify your email.</span></span>
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
|
|
|
<select name="country_code" class="country_code">
|
|
|
|
<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 States +1">United States +1</option>
|
|
|
|
<option style="font-weight: 600;" value="United Kingdom +44">United Kingdom +44</option>
|
|
|
|
<option style="font-weight: 600;" value="United Kingdom +44">United Kingdom +44</option>
|
|
|
@ -514,7 +514,7 @@ margin-top: 5px;font-size: 18px;
|
|
|
|
<option value="Åland Islands +385">Åland Islands +35818</option>
|
|
|
|
<option value="Åland Islands +385">Åland Islands +35818</option>
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
<input class="Inquiryphone" id="PhoneNo" name="PhoneNo"
|
|
|
|
<input class="Inquiryphone" id="PhoneNo" name="PhoneNo"
|
|
|
|
placeholder="Phone number *" type="tel"/></p>
|
|
|
|
placeholder="Phone number *" type="tel"/>
|
|
|
|
<span id="phone_errmsg" style="display: none"><span class="requiredArea">Please enter your phone number.</span></span>
|
|
|
|
<span id="phone_errmsg" style="display: none"><span class="requiredArea">Please enter your phone number.</span></span>
|
|
|
|
|
|
|
|
|
|
|
|
<p style="margin-top: 0;margin-bottom: 10px;padding: 0;text-align: left;font-size: 20px;font-weight: 300;">I prefer to be contacted via:</p>
|
|
|
|
<p style="margin-top: 0;margin-bottom: 10px;padding: 0;text-align: left;font-size: 20px;font-weight: 300;">I prefer to be contacted via:</p>
|
|
|
@ -790,6 +790,7 @@ margin-top: 5px;font-size: 18px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
</script>
|
|
|
|
</script>
|
|
|
|
<style>
|
|
|
|
<style>
|
|
|
|
|
|
|
|
.trip_date_length { display: inline-block; width: 100%;}
|
|
|
|
.date_select {width: 27.5% !important; margin-bottom: 10px;}
|
|
|
|
.date_select {width: 27.5% !important; margin-bottom: 10px;}
|
|
|
|
.age_range { margin-top: 45px;}
|
|
|
|
.age_range { margin-top: 45px;}
|
|
|
|
input.arrivalDate {width: 95%; padding: 0 15px; border-radius: 6px; margin-bottom:15px;}
|
|
|
|
input.arrivalDate {width: 95%; padding: 0 15px; border-radius: 6px; margin-bottom:15px;}
|
|
|
|