| Server IP : 50.63.8.194 / Your IP : 216.73.216.202 Web Server : Microsoft-IIS/10.0 System : Windows NT P3NWVPWEB026 10.0 build 17763 (Windows Server 2016) AMD64 User : IWPD_7824(SpiPanel) ( 0) PHP Version : 7.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : G:/PleskVhosts/polyprep.in/mmitshamli.ac.in/home/ |
Upload File : |
<?php
$title = "Annual Fees Details";
?>
<!DOCTYPE html>
<html lang="en">
<head>
<?php
include('../home_include/header_link.php');
?>
</head>
<body>
<div class="page-wrapper" id="page-wrapper">
<?php
include('../home_include/header.php');
?>
<!-- page content start -->
<!-- start inner banner -->
<section class="inner-banner mb-5">
<h1 class="font-weight-bold text-center">Annual Fees Details</h1>
</section>
<!-- end inner banner -->
<h3 class="text-center color-orange">General Fee Structure (YEARLY)</h3>
<div class="section">
<div class="container">
<div class="row mt-5">
<div class="col-sm-0 col-md-2 col-lg-2">
</div>
<div class="col-sm-12 col-md-8 col-lg-8">
<table class="table table-hover table-bordered w-100 text-center">
<thead>
<tr>
<th>Fee Head</th>
<th>Regular Fee</th>
<th>Hostel Fee</th>
</tr>
</thead>
<tbody>
<tr>
<td>Tuition Fee</td>
<td>8000.00</td>
<td></td>
</tr>
<tr>
<td>Examination Fees</td>
<td>840.00</td>
<td></td>
</tr>
<tr>
<td>Addmission from Registration</td>
<td>20.00</td>
<td></td>
</tr>
<tr>
<td>Hostel Fees</td>
<td></td>
<td>800.00</td>
</tr>
<tr>
<td>Games Fee</td>
<td>200.00</td>
<td></td>
</tr>
<tr>
<td>Annual Function Fee</td>
<td>100.00</td>
<td></td>
</tr>
<tr>
<td>Sessional Exam. Fee</td>
<td>200.00</td>
<td></td>
</tr>
<tr>
<td>Magazine Fee</td>
<td>120.00</td>
<td></td>
</tr>
<tr>
<td>Hobby Centre Fee</td>
<td>200.00</td>
<td></td>
</tr>
<tr>
<td>Identity Card Fee</td>
<td>30.00</td>
<td></td>
</tr>
<tr>
<td>Caution Money</td>
<td>200.00</td>
<td>200.00</td>
</tr>
<tr>
<td>Admission from & Registration Fee</td>
<td>20.00</td>
<td></td>
</tr>
<tr>
<td>Electricity Charges</td>
<td>800.00</td>
<td>800.00</td>
</tr>
<tr>
<td>Maintenance Fee</td>
<td>500.00</td>
<td>500.00</td>
</tr>
<tr>
<td>Insurance Fees</td>
<td>96.00</td>
<td></td>
</tr>
<tr>
<th>Total </th>
<th>11306.00</th>
<th>2300.00</th>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
<section>
<div class="container mb-5">
<div class="row">
<div class="col-12 " data-aos="fade-up" data-aos-duration="550">
<h3 class="text-center color-orange mt-5">Payment Procedure: </h3>
<p>
All fees will be deposited strictly online mode by internet banking/debit card/ credit card/ UPI only. No any cash fee will be accepted in institute
</p>
<p>
<b> HELPLINE: </b><br /> For any query related to admission please mail us: - mmitshamli@gmail.com
</p>
</div>
</div>
</div>
</section>
<!-- page content end -->
<?php
include('../home_include/footer.php');
?>
</div>
<?php
include('../home_include/footer_link.php');
?>
</body>
</html>