-
Notifications
You must be signed in to change notification settings - Fork 0
/
unitlink.php
27 lines (25 loc) · 1.32 KB
/
unitlink.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?php include './partials/head.php' ?>
<div class="container font-signature">
<div class="row">
<div class="col-xs-4 col-xs-offset-4 text-center">
<p class="p-signature lead">Paket asuransi rekomendasi untuk Anda:</p>
<div class="outlined-gray">
<span class="orange">FWD SPRINT LINK PLUS</span>
</div>
<fieldset class="fieldset-signature" style="margin:35px 0 50px">
<legend>Manfaat Asuransi:</legend>
<ol class="ol-front-curve">
<li><span class="orange">Rp500.000.000,00</span> + nilai investasi.</li>
<li>FWD critical illness non-accelerated <span class="orange">Rp200.000.000,00</span>.</li>
<li>FWD hospital surgical dengan biaya kamar: <span class="orange">Rp1.300.000,00 / hari</span>.</li>
<li>FWD waiver of premium insured plus <span class="orange">Rp5.000.000,00 / bln</span>.</li>
<li>FWD family term bagi pasangan dan buah hati <span class="orange">Rp400.000.000,00 / tergantung</span>.</li>
</ol>
</fieldset>
<div>
<a href="#" class="btn btn-signature btn-thick">Hubungi Kami</a>
</div>
</div>
</div>
</div>
<?php include './partials/foot.php' ?>