
<?php /* Template Name: Contact Page */ ?>

<?php get_header(); ?>

<div class="wrap">
    <div id="primary" class="content-area">
        <main id="main" class="site-main" role="main">
            <div id="home" class="fullCommon commonBanner">
                <div class="insideCon">
                    <h1><?php the_title(); ?></h1>
                    <div class="breadcrumb"><?php echo get_breadcrumb(); ?></div>
                </div>
            </div>
            
            
            
            <div class="fullCommon middleContent">

            <?php

            if ( have_posts() ) {

                while ( have_posts() ) {
                    the_post();

                    get_template_part( 'template-parts/content', get_post_type() );
                }
            }

            ?>

            </div>    

            
       </main><!-- #site-content -->
                         
        </main><!-- #main -->
    </div><!-- #primary -->
</div><!-- .wrap -->

<div class="googleMap"><iframe style="border: 0;" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d220409.61870640467!2d77.8770494215199!3d30.325353814763336!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x390929c356c888af%3A0x4c3562c032518799!2sDehradun%2C%20Uttarakhand!5e0!3m2!1sen!2sin!4v1677327378634!5m2!1sen!2sin" width="100%" height="400" allowfullscreen="allowfullscreen"></iframe></div>

<?php get_footer(); ?>

