<?php $__env->startSection('title'); ?> <?php echo e(lang('Booking on request','Booking on request')); ?> 
<?php $__env->stopSection(); ?>
<?php $__env->startSection('content'); ?> 
<section id="main">
<header data-animatedtop="" data-animatedbottom="" data-animatedx="" class="partial-banner " data-timeweather="/weather.htm"> </header>
  <div class="rooms-detail">
    <div id="container">
    <div style="margin-left: 103.5px; margin-right: 0px;" class="fixed-left-sidebar-layout site-width">
      <nav class="partial-left_navigation sidebar">
        <?php echo $__env->make('frontend.include.left', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
      </nav>
      <article style="min-height: 793px; left: 0" class="content">
        <header>
          <h1 class="content-title multiline"> <span class="subhead"><?php echo e($site_option->company); ?></span> Complete </h1>
        </header>
        <section>
          <div class="richtext"> <strong></strong>Your booking has been submitted successfully. We will get back to you within 12- 24 hours!<span></span> </div>
        </section>
      </article>
    </div>
  </div>
	</div>
  <div style="position: fixed; display: none;" class="back-to-top"> <span class="icon"></span> <a href="#" class="upcase">BACK TO TOP</a> </div>
</section>
<style>
.fixed-left-sidebar-layout .content {
    overflow: hidden;
    position: relative;
    left: 180px;
    top: 0;
}
	.fixed-left-sidebar-layout .content>header, .fixed-left-sidebar-layout .content>section {
    width: 1074px;
    padding-left: 46px;
    padding-right: 46px;
}
.fixed-left-sidebar-layout .content>section {
    padding: 0 35px;
    margin: 30px 0 40px;
    width: 956px;
}
	.fixed-left-sidebar-layout .content>header {
    padding: 30px 35px 0;
    margin: 0 0 30px;
    width: 956px;
}
</style>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('frontend.layout.layout', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>