Create New Item
×
Item Type
File
Folder
Item Name
×
Search file in folder and subfolders...
File Manager
/
fsib
/
MISWallet
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<!doctype html> <html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <title>MIS Wallet — Privacy Policy</title> <style> :root{ --bg:#f6f8fb; --card:#ffffff; --muted:#6b7280; --accent:#0b63d4; --border:rgba(11,99,212,0.08); --radius:12px; font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial; color-scheme: light; } *{box-sizing:border-box} body{background:linear-gradient(180deg,var(--bg),#ffffff);margin:0;min-height:100vh;color:#0f1724} .wrap{max-width:920px;margin:48px auto;padding:24px} .policy-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 6px 20px rgba(15,23,36,0.04);padding:28px} header.policy-header{display:flex;gap:18px;align-items:center} .logo{width:64px;height:64px;flex:0 0 64px;display:grid;place-items:center;border-radius:12px;background:linear-gradient(180deg,var(--accent),#0060b8);color:white;font-weight:700} .title{display:flex;flex-direction:column} .title h1{margin:0;font-size:20px;letter-spacing:-0.2px} .title p{margin:6px 0 0;color:var(--muted);font-size:14px} .meta{margin-top:18px;display:flex;gap:12px;flex-wrap:wrap} .meta time{background:#f1f5f9;padding:8px 12px;border-radius:999px;font-weight:600;color:var(--muted);font-size:13px} .section{margin-top:22px} h2.section-title{font-size:16px;margin:0 0 10px} p{margin:0 0 12px;line-height:1.6;color:#111827} ul{margin:0 0 12px 20px} li{margin:8px 0} .highlight{background:#f8fafc;border-left:4px solid var(--accent);padding:12px;border-radius:8px;color:var(--muted);} dl.terms{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;margin-top:12px} dl dt{font-weight:700;color:#0b1724} dl dd{margin:6px 0 12px;color:var(--muted)} .contact{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin-top:6px} .contact a{color:var(--accent);text-decoration:none;font-weight:600} footer{margin-top:26px;padding-top:18px;border-top:1px dashed var(--border);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap} footer small{color:var(--muted)} @media (max-width:560px){.wrap{margin:20px;padding:16px}.policy-card{padding:18px}.title h1{font-size:18px}} </style> </head> <body> <main class="wrap"> <article class="policy-card" aria-labelledby="policy-heading"> <header class="policy-header"> <div class="logo" aria-hidden="true">FS</div> <div class="title"> <h1 id="policy-heading">MIS Wallet — Privacy Policy</h1> <p>First Security Islami Bank PLC — Mobile Banking</p> <div class="meta"> <time datetime="2025-10-15">Last updated: October 15, 2025</time> </div> </div> </header> <section class="section" aria-labelledby="collection"> <h2 class="section-title" id="collection">1. Information Collection and Use</h2> <p>The MIS Wallet app does <strong>not</strong> collect personal data for analytics, advertising, or tracking purposes. The app allows users to log in securely using their assigned credentials. Any information entered into the app is used solely for internal banking purposes and remains protected within the Bank’s secure systems.</p> </section> <section class="section" aria-labelledby="sharing"> <h2 class="section-title" id="sharing">2. No Third‑Party Data Sharing</h2> <p>First Security Islami Bank PLC does not share, sell, or transfer user data to third‑party entities. All data processed through the app remains under the control and custody of First Security Islami Bank PLC.</p> </section> <section class="section" aria-labelledby="security"> <h2 class="section-title" id="security">3. Security</h2> <p>We employ industry‑standard encryption and security measures to protect communication between the app and the Bank’s servers. While we take data security seriously, no method of electronic transmission or storage can be guaranteed 100% secure.</p> <div class="highlight" role="note">Note: Users should maintain device security (strong passcodes, OS updates) to help protect their banking credentials.</div> </section> <section class="section" aria-labelledby="permissions"> <h2 class="section-title" id="permissions">4. Permissions Used</h2> <p>The MIS Wallet app does not request access to the camera, location, contacts, or other sensitive device features. The only required permission is basic internet/network access to connect securely with the Bank’s servers.</p> </section> <section class="section" aria-labelledby="ads"> <h2 class="section-title" id="ads">5. No Advertisements</h2> <p>The app does not display third‑party advertisements or promotional content.</p> </section> <section class="section" aria-labelledby="changes"> <h2 class="section-title" id="changes">6. Changes to This Policy</h2> <p>We may update this Privacy Policy from time to time. Any updates will be posted within the app or on First Security Islami Bank PLC’s official website. Users are encouraged to review this policy periodically.</p> </section> <section class="section" aria-labelledby="contact"> <h2 class="section-title" id="contact">7. Contact Us</h2> <p>If you have questions or concerns about this Privacy Policy, please contact the FSIBL software team or the Bank using the information below.</p> <div class="contact"> <div><strong>Email:</strong> <a href="mailto:fsiblsoftteam@gmail.com">fsiblsoftteam@gmail.com</a></div> <div><strong>Address:</strong> First Security Islami Bank PLC</div> </div> </section> <footer> <small>© First Security Islami Bank PLC — MIS Wallet</small> <small>For authorized users only</small> </footer> </article> </main> </body> </html>