<script src="/wp-content/themes/vetri-master/lib/ActivityCenter/js/jquery.countdown.min.js"></script>
					<div class="alert alert-info countdown" data-url="<?php 
    the_permalink();
    ?>
" data-now="<?php 
    echo time();
    ?>
" data-end="<?php 
    echo strtotime(AC::get_timer_expiration());
    ?>
">
						Your selection is being held for <?php 
    echo AC::$timer / 60;
    ?>
 minutes. Current time left: <div data-seconds-left="<?php 
    echo AC::get_seconds_left();
    ?>
" id="clock"></div>
					</div>
				<?php 
}
?>

				<?php 
switch (AC::get_current_step()) {
    case 1:
        ?>

					<form id="reservation" class="step-1" role="form" method="post">

						<h2>Reservation Form</h2>