<?php $__env->startSection('content'); ?>


 <div class="page-title-container">
            <div class="container">
                <div class="page-title pull-left">
                    <h2 class="entry-title">Thank You</h2>
                </div>
                <ul class="breadcrumbs pull-right">
                    <li><a href="#">HOME</a></li>
                    <li class="active">Thank you</li>
                </ul>
            </div>
        </div>
        <section id="content" class="gray-area">
            <div class="container">
                <div class="row">
                    <div id="main" class="col-sm-12 col-md-12">
                        <div class="booking-information travelo-box">
                            <h2>Booking Confirmation</h2>
                            <hr />
                            <div class="booking-confirmation clearfix">
                                <i class="soap-icon-recommend icon circle"></i>
                                <div class="message">
                                    <h4 class="main-message" style="text-align:center;">Thank You. Your Booking Order is sent Now.</h4>
                                    <br>
                                    <p style="text-align:center;">Thank you for sending your holiday details and sharing your contact information in order for us to assist you in arranging your perfect holiday to the beautiful Maldives.</p>
                                    <p style="text-align:center;">
                                    <br>
                                    Please allow up to 7 hours maximum response time due to possible time differences as our offices are located in the Maldives +5:00 GMT and Sri Lanka +5:30 GMT.
    
    <br>
    <br>
    We appreciate your patience and kind understanding on this matter.
                                    </p>
                                </div>
                            
                            </div>
                           
                        </div>
                    </div>
                    
                </div>
            </div>
        </section>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('front.master', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>