/home/sylamedg/www/wp-content/themes/vet-clinic-lite/404.php
<?php
/**
 * The template for displaying 404 pages (Not Found).
 *
 * @package Vet Clinic Lite
 */
 
get_header(); ?>

<div class="container">
	<div id="content_navigator">
    <div class="page_content">
        <section class="site-main" id="sitemain">
            <header class="page-header">
                <h1 class="entry-title"><?php esc_html_e('404 Not Found', 'vet-clinic-lite'); ?></h1>
            </header><!-- .page-header -->
            <div class="page-content">
                <p><?php esc_html_e('Looks like you have taken a wrong turn.....Dont worry... it happens to the best of us.', 'vet-clinic-lite'); ?></p>
                <?php get_search_form(); ?>
            </div><!-- .page-content -->
        </section>
     <?php get_sidebar(); ?>      
    <div class="clear"></div>
    </div>
    </div>
</div>
<?php get_footer(); ?>