<?php header('Location: https://blink.emtel.com/');?>
<?php $page = 'security'; ?>
<!DOCTYPE html>
<html>
    <head>
        <title>Emtel Cash | Security</title>
        <?php include ('inc/assets.php'); ?>
	    <link rel="shortcut icon" type="images/icon" href="<?php echo site_path; ?>/assets/img/favicon.ico" sizes="16x16"/>
    </head>
    <body>
        <?php include('inc/header_new.php');?>
        <div class="container">
        <div class="navigation">
        <div class="navigation___logo">
            <a href="<?php echo site_path; ?>"><img src="<?php echo site_path; ?>/assets/img/emtel_cash_logo.png" alt="Emtel cash logo"/></a>
        </div>
        <div class="mobile__menu">
            <img src="<?php echo site_path; ?>/assets/img/hamburger_menu.png"/>
        </div>
        <div class="navigation__menu">
            <ul>
				<li><a href="<?php echo site_path; ?>">Home</a></li>
                <li><a href="<?php echo site_path; ?>/get-started.php"> get started </a></li>
				<!--<li><a href="<?php echo site_path; ?>/merchants.php"> Merchants </a></li>-->
                <li class="active"><a href="<?php echo site_path; ?>/security.php"> security </a></li>
                <li><a href="<?php echo site_path; ?>/downloads.php"> downloads </a></li>
                <li><a href="<?php echo site_path; ?>/faq.php"> faq </a></li>
            </ul>
        </div>
    </div>

</div>
        <?php include ('inc/slider.php');?>
        <div class="container">
            <div class="default__wrapper">
                <h1>How Secure is Emtel Cash?</h1>
                          <table class="security-table">
                    <tbody>
                        <tr>
                            <td>
                                <ul> 
                                    <li> <img src="<?php echo site_path; ?>/assets/img/pin.png"/></li>
                                    <li> <p>You must enter a PIN to validate every transaction.
                                         <br>You can change this pin at your convenience by going to &quot;My Account&quot; on your Emtel Cash Menu.</p> 
                                    </li>
                                </ul>
                            </td>
                        </tr>
                        <tr>
                            <td>
                                <ul> 
                                    <li> <img src="<?php echo site_path; ?>/assets/img/notification.png"/></li>
                                    <li> <p>For every transaction, a unique transaction ID is generated and sent by SMS.</p> </li>
                                </ul>
                            </td>
                        </tr>

                        <tr>
                            <td>
                                <ul> 
                                    <li> <img src="<?php echo site_path; ?>/assets/img/account.png"/></li>
                                    <li> <p>Details of your last 5 transactions are available in &quot;My Account&quot; on the menu. </p> </li>
                                </ul>
                            </td>
                        </tr>
                        <tr>
                            <td>
                                <ul> 
                                    <li> <img src="<?php echo site_path; ?>/assets/img/history.png"/></li>
                                    <li> <p>Transaction history kept for 7 years and can be queried by calling 8970. </p> </li>
                                </ul>
                            </td>
                        </tr>
							<tr>
                            <td>
                                <ul> 
                                    <li> <img src="<?php echo site_path; ?>/assets/img/operator.png"/></li>
                                    <li> <p>If you lose your phone, call 8970 and your Emtel Cash service will be suspended. </p> </li>
                                </ul>
                            </td>
                        </tr>
                        <tr>
                            <td>
                                <ul> 
                                    <li> <img src="<?php echo site_path; ?>/assets/img/regulation.png"/></li>
                                    <li> <p>This service is regulated by Bank of Mauritius. </p> </li>
                                </ul>
                            </td>
                        </tr>
                        <tr>
                            <td>
                                <ul> 
                                    <li> <img src="<?php echo site_path; ?>/assets/img/transaction.png"/></li>
                                    <li> <p>Transaction limited to Rs 10,000 per day.  </p> </li>
                                </ul>
                            </td>
                        </tr>
                    </tbody>
                </table>
            
            </div>
        </div>
        <?php include ('inc/footer-PR.php');?>
    </body>
</html>