Current File : /home/inlingua/www/sensoriumpsychologists.com/franchise/course_fees.php |
<!DOCTYPE html>
<html>
<head>
<title>Shristi</title>
<?php require("common/head_links.php");?>
</head>
<body class="hold-transition skin-blue sidebar-mini">
<div class="wrapper">
<?php require("common/header.php");?>
<?php require("common/left_side_bar.php");?>
<!-- Content Wrapper. Contains page content -->
<div class="content-wrapper">
<!-- Content Header (Page header) -->
<section class="content-header">
<h1>Course Fees</h1>
</section>
<!-- Main content -->
<section class="content">
<form role="form" method="post" enctype="multipart/form-data" onSubmit="return validate_form()">
<div class="row">
<!-- left column -->
<div class="col-md-12">
<!-- general form elements -->
<div class="box box-primary">
<div class="box-header with-border">
</div>
<!-- /.box-header -->
<!-- form start -->
<div class="box-body">
<div class="row">
<div class="col-md-12">
<div class="col-md-12">
<h3>Course Center</h3>
<ol>
<li>Delhi</li>
<li>Kolkata</li><br />
</ol>
<p><strong>Course Name :-</strong> Advance Diploma in Learning Disability</p>
<p><strong>Course Fees :-</strong> Rs 22000</p>
<p><strong>Payment option :-</strong> Cash or Demand Draft</p>
<p>Please send the Cash & DD in the blow mentioned Address</p>
<address>
Shristi Child Development & Learning Institute<br />
Rajiv Nandy <br />
C-272, Vivek Vihar, Near Vivekanand Mahilla College, Delhi- 110092, India
</address>
</div>
</div>
</div>
</div>
<!-- /.box-body -->
</div>
<!-- /.box -->
</div>
</div>
</form>
</section>
<!-- /.content -->
</div><!-- /.content-wrapper -->
<?php require("common/footer.php");?>
</div><!-- ./wrapper -->
<?php require("common/footer_links.php");?>
</body>
</html>