File "fsib_card-gpin.php"

Full path: /home/fsibplc/public_html/fsib/fsib_card-gpin.php
File size: 2.53 B (2.53 KB bytes)
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="about_hero" style="background-image:url('HeroBg/card.png');">-->
<!--    <h3></h3>-->
<!--</div>-->


<div class="card" style="margin:25px auto;padding:50px ; width:90%; background-color:#f0f4ff">
        <!-- <img src="resources/product/agent.png" alt="pic3" width="100" height="100"> -->
     
        <h4 class="tab_title text-success">CARD ACTIVATION/ PIN GENERATION/ RE-ISSUE / PIN CHANGE</h4>
        
        <div class="d-flex justify-content-center mt-5 gap-5 flex-lg-row flex-xl-row flex-xxl-row flex-column">
            <div>
                <p><b>Through FSIB Green PIN service FSIB customers can:</b></p>

                <ul style="list-style-type: square;margin-left:20px">
                    <li>Activate card</li>
                    <li>Generate new PIN</li>
                    <li>Re-Issue PIN</li>
                    <li>Change existing PIN</li>
                </ul>
            </div>
            <div>
                <p><b>To avail this service, please make sure:</b></p>

                <ul style="list-style-type: disc;margin-left:20px">
                    <li>You have your FSIB card with you.</li>
                    <li>Your registered mobile number is available to receive the OTP.</li>
                    <li>You do not share your PIN or OTP with anyone</li>
        
                </ul>

                
            </div>
        </div>

       


        

        <p class="d-flex justify-content-center mt-5">Note: PIN Re-Issue is chargeable as per Bank &nbsp; <strong> schedule of charges (link).</strong></p>
        <div class="d-flex justify-content-center"><button class=" btn" style="background-color: #2C318C;padding:10px 50px;border-radius:0px;"><a style="font-size:13px;color:#fff;letter-spacing:1.1px" href="https://gpin.fsiblbd.com" target="_blank">Proceed to Card Activation/PIN Generation/Re-Issue PIN</a></button></div>


    </div>
<!--card tab content end -->




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