<?php $__env->startSection('banner'); ?>
	<section id="banner" class="banner-sm">
		<div class="container">
			<h2 class="title">Success!</h2>
		</div>
	</section>
<?php $__env->stopSection(); ?>

<?php $__env->startSection('contents'); ?>
	<section id="quote">
		<div class="container">
			<div class="qoute-form">
					<div class="col-md-6 col-md-offset-3 col-xs-12">
						<div class="alert alert-info">
							<p>Your enquiry has been received and you will be contacted within 24 hours.</p>
						
						</div>
					<div class="clearfix"></div>
				</div>
			</div>
		</div>
	</section>
		
<?php $__env->stopSection(); ?>
<?php echo $__env->make('masters.base', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>