|
|
|
@ -237,12 +237,12 @@
|
|
|
|
|
</label>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="trip_date_length" id="tripDateBlock" style="display: none">
|
|
|
|
|
<p style="clear: both;margin-bottom: 10px;" id="trip_date_tip">Select your travel date.</p>
|
|
|
|
|
|
|
|
|
|
<div id="dateSelectionBlock">
|
|
|
|
|
<div id='flatpickrBlock'>
|
|
|
|
|
<input class="InquiryCalendar datepicker" id="starting_date" name="date_start" placeholder="Starting date *" readonly="readonly" type="text" value="" />
|
|
|
|
|
<input class="InquiryCalendar datepicker" id="starting_date" name="date_start" placeholder="Select your exact travel date." readonly="readonly" type="text" value="" />
|
|
|
|
|
</div>
|
|
|
|
|
<input type="month" id="expectedMonth" name="expected_month" placeholder="Select your expected travel date.">
|
|
|
|
|
<input type="month" id="expectedMonth" name="expected_month" placeholder="Select your exact travel date.">
|
|
|
|
|
<select class="country_code" id="expectedMonth" name="expected_month">
|
|
|
|
|
<option value="" disabled selected>Select your approximate travel date.</option>
|
|
|
|
|
<option value="Jan. 2024">Jan. 2024</option>
|
|
|
|
@ -301,11 +301,6 @@
|
|
|
|
|
<div id="email_verify_errmsg" style="display: none">
|
|
|
|
|
<div class="requiredArea" style="margin-top:-10px;">Please verify your email</div>
|
|
|
|
|
</div>
|
|
|
|
|
<!-- <input class="InquiryCalendar" id="starting_date" name="date_start" placeholder="Starting date *"
|
|
|
|
|
readonly="readonly" />
|
|
|
|
|
<div id="starting_date_errmsg" style="display: none">
|
|
|
|
|
<div class="requiredArea" style="margin-top:-10px;">Please enter your starting date</div>
|
|
|
|
|
</div>-->
|
|
|
|
|
|
|
|
|
|
<select name="country_code" class="country_code">
|
|
|
|
|
<option style="font-weight: 600;" value="United States +1">United States +1</option>
|
|
|
|
@ -833,6 +828,6 @@ function validateQuickInquiryForm() {
|
|
|
|
|
.date_select {width: 31% !important;}
|
|
|
|
|
@media (max-width: 750px){
|
|
|
|
|
.date_select {width: 47% !important;}
|
|
|
|
|
.date_select label {font-size:17px;}
|
|
|
|
|
.date_select label {font-size:17px !important;}
|
|
|
|
|
}
|
|
|
|
|
</style>
|