<?php
include('./includes/config.php'); 
$page_title = "First Security Islami Bank PLC.";
//echo $page_title;
//echo $data[0]['value'];
$meta_description = "First Security Islami Bank PLC. Home page description";
$meta_keywords = "First Security Islami Bank PLC., Bank, Website";
include('includes/header.php'); 
include('includes/navbar.php'); 
//include('includes/slider.php'); 
?>
<!-- ++++++++++++++++++++++++++Start Body Tag++++++++++++++++++++++++++ -->

<?php  //Ahsan for Dynamic
include('search.php');
?>



<!-- datatable css -->
<link rel="stylesheet" href="https://cdn.datatables.net/1.12.1/css/jquery.dataTables.min.css" />
 

    <div class="about_hero" style="background-image:url('HeroBg/Location.jpg');">
        <h3 style="color:#28336E">ATM</h3>
    </div>
    
    <div class="tab about_tab" style="background:url('resources/mega.png');margin-bottom:0">
        <button class="tablinks" onclick="openTab(event, 'br_location')">Branch</button>
        <button class="tablinks" onclick="openTab(event, 'sub_br_location')">Sub Branch</button>
        <button class="tablinks" id="defaultOpen" onclick="openTab(event, 'atm_location')">ATM</button>
        <button class="tablinks" onclick="openTab(event, 'crm_location')">CRM</button>
        <button class="tablinks" onclick="openTab(event, 'collection_booth')">Collection Booth</button>
        <button class="tablinks" onclick="openTab(event, 'agent_outlet')" style="border:0">Agent Outlet</button>
    </div>

    <?php include 'about_location.php'; ?>
  






<!-- ++++++++++++++++++++++++++Start Footer Section++++++++++++++++++++++++++ -->
<?php include('includes/footer.php'); ?>