﻿
            <div class="row">
                <table class="table table-striped table-bordered">
                    <thead>
                        <tr>
                            <th scope="col">Duration</th>
                            <th scope="col">Kms</th>
                            <th scope="col">Ac Verito / Swift</th>
                            <th scope="col">Ac Innova / Marazzo</th>
                            <th scope="col">Crysta</th>
                        </tr>
                    </thead>
                    <tbody>
                        <tr>
                            <th scope="row">8 Hours</th>
                            <td>80 Kms</td>
                            <td>1200 /-</td>
                            <td>1500 /-</td>
                            <td>2000 /-</td>
                        </tr>
                        <tr>
                            <th scope="row">10 Hours</th>
                            <td>100 Kms</td>
                            <td>1500 /-</td>
                            <td>2000 /-</td>
                            <td>2600 /-</td>
                        </tr>
                        <tr>
                            <th scope="row">12 Hours</th>
                            <td>80 Kms</td>
                            <td>1800 /-</td>
                            <td>2500 /-</td>
                            <td>2800 /-</td>
                        </tr>
                        <tr>
                            <th scope="row">10 Hours</th>
                            <td>100 Kms</td>
                            <td>2200 /-</td>
                            <td>2900 /-</td>
                            <td>3300 /-</td>
                        </tr>
                        <tr>
                            <th scope="row">12 Hours</th>
                            <td>120 Kms</td>
                            <td>2500 /-</td>
                            <td>3400 /-</td>
                            <td>3800 /-</td>
                        </tr>
                        <tr>
                            <th scope="row">Extra Per Km</th>
                            <td></td>
                            <td>14 /-</td>
                            <td>16 /-</td>
                            <td>19 /-</td>
                        </tr>
                        <tr>
                            <th scope="row">Extra Per Hour</th>
                            <td></td>
                            <td>120 /-</td>
                            <td>150 /-</td>
                            <td>180 /-</td>
                        </tr>
                    </tbody>
                </table>
            </div>