File "call.php"
Full path: /home/fsibplc/public_html/fsib/call.php
File
size: 1.61 B
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor Back
<?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++++++++++++++++++++++++++ -->
<div class="container history_container p-5">
<h4 class="tab_title">CALL CENTER</h4>
<div class="col-10" style="margin: 0 auto;">
<div class="call_heading mb-8">
</div>
<div class="call_container d-flex align-items-center justify-content-between gap-3 p-3 mx-1">
<div class="call_image">
<img src="./resources/call.png" width="350" height="140" alt="call center">
</div>
<div class="call_text">
<p><strong>FSIB Call Center</strong> Provides 24/7 services to all valued client for supporting any type of banking needs and information. <br>
<strong>For any kind of help please contact with our Call Center 16257 (Hotline)</strong> <br>
<strong>Call center number if anyone wants to call from abroad +8809666716257</strong>
</p>
</div>
</div>
</div>
</div>
<!-- ++++++++++++++++++++++++++Start Footer Section++++++++++++++++++++++++++ -->
<?php include('includes/footer.php'); ?>