Hi,
We found the way to fix it.
Please find following code in /single-tour.php file
<input class="form-control date" type="text" name="date" placeholder="<?php esc_attr_e( 'When..', 'panagea' ); ?>">
And replace it with following.
<input onfocus="blur();" class="form-control date" type="text" name="date" placeholder="<?php esc_attr_e( 'When..', 'panagea' ); ?>">
And then try again.
Regards, C-Themes