%PDF- <> %âãÏÓ endobj 2 0 obj <> endobj 3 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 28 0 R 29 0 R] /MediaBox[ 0 0 595.5 842.25] /Contents 4 0 R/Group<>/Tabs/S>> endobj ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<> endobj 2 0 obj<>endobj 2 0 obj<>es 3 0 R>> endobj 2 0 obj<> ox[ 0.000000 0.000000 609.600000 935.600000]/Fi endobj 3 0 obj<> endobj 7 1 obj<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Subtype/Form>> stream
<?php include("includes/header.php"); ?> <!--BreadcrumbsStart--> <section id="breadcrumbs"> <div class="container"> <div class="row"> <div class="col-md-12"> <h1>Centers of Excellence</h1> </div> <div class="col-md-12"> <ul> <li><a href="/">Sharda Hospital</a></li> <li>Centers of Excellence</li> </ul> </div> </div> </div> </section> <!--BreadcrumbsEnd--> <!--MainDIV-Start--> <section id="main"> <div class="container"> <div class="row"> <div id="coe"> <?php $i = 0; $j = 0; ?> <?php foreach ($coes as $coe) { $class1 = 'pdlft'; $class2 = 'left-box'; if ($j == 1) { $class2 = 'right-box'; } if (($i % 2) == 0) { $class1 = 'pdrgt'; if ($j == 0) { $j = 1; } else { $j = 0; } } $i++; ?> <div class="col-md-6 col-sm-6 <?php echo $class1; ?>"> <div class="text-center <?php echo $class2; ?> text-center"> <p class="fixed" style="overflow:hidden;"><img src="<?php echo base_url(); ?>uploads/department/<?php echo $coe['DepartmentIcon'] ?>" style="height:100%;width:auto;"></p> <h2><?php echo $coe['DepartmentName']; ?></h2> <span class="line"></span> <p class="height"><?php echo substr(strip_tags($coe['DepartmentOverview']), 0, 190); ?></p> <p class="round_arrow"> <a href="<?php echo base_url(); ?>centers-of-excellence/<?php echo $coe['DepartmentPageURL']; ?>"> <svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="0.433071in" height="0.298622in" viewBox="0 0 433 299" xmlns:xlink="http://www.w3.org/1999/xlink"> <path d="M289 7c-9,-9 -24,-9 -34,0 -9,9 -9,24 0,34l86 85 -317 0c-13,0 -24,10 -24,23 0,13 11,24 24,24l317 0 -86 85c-9,9 -9,24 0,34 5,4 11,7 17,7 6,0 13,-3 17,-7l144 -143 -144 -142z"/> </svg> </a> </p> </div> </div> <?php } ?> </div> </div> </div> </section> <!--MainDIV-End--> <!--OurLeadership-Start--> <section id="our_leadership"> <div class="container"> <div class="row"> <div class="col-md-12 text-center"> <h2>MEET OUR EXPERTS</h2> <p>The highly experienced doctors and surgeons at Sharda Hospital leave no stone unturned in rendering the utmost medical care for the patients.</p> <a href="<?php echo site_url('meetourdoctors'); ?>" class="button">Learn more</a> </div> </div> </div> </section> <!--OurLeadership-End--> <?php include('includes/bottom_boxes.php') ?> <?php include('includes/quick_links.php') ?> <?php include('includes/subscribe.php') ?> <?php include('includes/footer.php') ?>