-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmedical-colleges.html
484 lines (474 loc) · 33.7 KB
/
medical-colleges.html
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="shortcut icon" href="assets/images/logo/paathshala-favicon.png" type="image/x-icon">
<title>Top Medical Colleges</title>
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,600,800%7CPoppins:300i,400,700,400i,500%7CDosis:300" rel="stylesheet">
<!-- Bootstrap Links -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap-select.min.css">
<!-- FontAwesome Link -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Animate.css -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/hover.css/2.3.1/css/hover.css" integrity="sha256-JN6PzDiVqV2siZjedqNB10DTVZsdRKY5oW0TTvYpAuQ=" crossorigin="anonymous" />
<!-- Custom style -->
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/responsive.css">
</head>
<body>
<!-- Header Navbar -->
<div class="slideDiv bg-light p-3">
<ul class="list-unstyled text-center">
<li><a href="enquiry.html">ADMISSION ENQUIRY</a></li>
<li><a href="resources.html">RESOURCES</a></li>
<li><a href="#">CAREERS </a></li>
<li><a href="#">SPARK EXCELLENCE</a></li>
</ul>
</div>
<div class="top-nav text-light" style="text-align: center;z-index:10000;position:relative;">
<ul class="list-inline">
<li class="list-inline-item top-icons" >
<a title="Paathshala Facebook"><i class="fa fa-facebook"></i></a>
</li>
<li class="list-inline-item top-icons">
<a title="Paathshala Twitter"><i class="fa fa-twitter"></i></a>
</li>
<li class="list-inline-item top-icons">
<a title="Paathshala Pinterest"><i class="fa fa-pinterest-p"></i></a>
</li>
<li class="list-inline-item top-icons">
<a title="Paathshala LinkedIn"><i class="fa fa-linkedin"></i></a>
</li>
<li class="list-inline-item top-icons">
<a title="Paathshala Instagram"><i class="fa fa-instagram"></i></a>
</li>
<li class="list-inline-item top-icons">
<a title="Paathshala Youtube"><i class="fa fa-youtube-play"></i></a>
</li>
<li class="list-inline-item top-contact">Call us: 9867998388</li>
<li class="list-inline-item top-links" style="border-right:none;">
<a href="enquiry.html" style="border-right:none;">ADMISSION ENQUIRY</a>
</li>
<li class="list-inline-item top-links">
<a href="resources.html">RESOURCES</a>
</li>
<li class="dropdown top-links">
<a class="dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
CAREERS
</a>
<div class="dropdown-menu bg-dark animated fadeIn" aria-labelledby="navbarDropdown">
<a class="dropdown-item hvr-forward" href="#">JEE MAIN & ADVANCED</a>
<a class="dropdown-item hvr-forward" href="#">BITSAT, CET</a>
<!-- <div class="dropdown-divider"></div> -->
<a class="dropdown-item hvr-forward" href="#">NEET, AIIMS, JIPMER</a>
<a class="dropdown-item hvr-forward" href="#">OLYMPIADS</a>
<a class="dropdown-item hvr-forward" href="#">KVPY,IISER</a>
<a class="dropdown-item hvr-forward" href="#">FOUNDATION</a>
</div>
</li>
<li class="list-inline-item top-links"><a href="#">SPARK EXCELLENCE</a></li>
</ul>
<div id="top-toggle"><i class="fa fa-bars"></i></div>
</div>
<div class="navCollapse bg-light">
<ul class="list-unstyled text-center pt-3">
<li><a href="index.html">Home</a></li>
<li><a href="about-us.html">About Us</a></li>
<li><a href="why-paathshala.html">Why Paathshala</a></li>
<li class="dropdown ">
<a class="dropdown-toggle" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Exams
</a>
<div class="dropdown-menu animated fadeIn" aria-labelledby="navbarDropdown">
<a class="dropdown-item hvr-forward" href="jee-exam.html">JEE MAIN & ADVANCED</a>
<a class="dropdown-item hvr-forward" href="bitsat-cet.html">BITSAT, CET</a>
<!-- <div class="dropdown-divider"></div> -->
<a class="dropdown-item hvr-forward" href="neet-aiims-jipmer.html">NEET, AIIMS, JIPMER</a>
<a class="dropdown-item hvr-forward" href="olympiads.html">OLYMPIADS</a>
<a class="dropdown-item hvr-forward" href="kvpy-iiser.html">KVPY,IISER</a>
<a class="dropdown-item hvr-forward" href="foundation.html">FOUNDATION</a>
</div>
</li>
<li class="dropdown">
<a class="dropdown-toggle" href="#" id="Dropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Info
</a>
<div class="dropdown-menu animated fadeIn" aria-labelledby="Dropdown">
<a class="dropdown-item hvr-forward" href="about-iits.html">EVERYTHING ABOUT IIT,s</a>
<a class="dropdown-item hvr-forward" href="medical-colleges.html">TOP MEDICAL COLLEGES</a>
<!-- <div class="dropdown-divider"></div> -->
<a class="dropdown-item hvr-forward" href="nits-iits.html">WHAT ARE NIT's, IIT's</a>
<a class="dropdown-item hvr-forward" href="bits-pilani.html">BITS PILANI</a>
</div>
</li>
<li>
<a href="results.html">Results</a>
</li>
<li>
<a href="testimonials.html">Testimonials</a>
</li>
<li>
<a href="contact-us.html">Contact Us</a>
</li>
</ul>
</div>
<nav class="navbar navbar-expand-lg navbar-dark fixed-top">
<a class="navbar-brand" >
<img src="assets/images/logo/whitelLogo-Paathshala.png" style="height: 6vh">
</a>
<div id="my-nav" class=" collapse navbar-collapse">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link" href="index.html">Home<span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="about-us.html">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="why-paathshala.html">Why Paathshala</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Exams
</a>
<div class="dropdown-menu animated fadeIn" aria-labelledby="navbarDropdown">
<a class="dropdown-item hvr-forward" href="jee-exam.html">JEE MAIN & ADVANCED</a>
<a class="dropdown-item hvr-forward" href="bitsat-cet.html">BITSAT, CET</a>
<!-- <div class="dropdown-divider"></div> -->
<a class="dropdown-item hvr-forward" href="neet-aiims-jipmer.html">NEET, AIIMS, JIPMER</a>
<a class="dropdown-item hvr-forward" href="olympiads.html">OLYMPIADS</a>
<a class="dropdown-item hvr-forward" href="kvpy-iiser.html">KVPY,IISER</a>
<a class="dropdown-item hvr-forward" href="foundation.html">FOUNDATION</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Info
</a>
<div class="dropdown-menu animated fadeIn" aria-labelledby="navbarDropdown">
<a class="dropdown-item hvr-forward" href="about-iits.html">EVERYTHING ABOUT IIT,s</a>
<a class="dropdown-item hvr-forward" href="medical-colleges.html">TOP MEDICAL COLLEGES</a>
<!-- <div class="dropdown-divider"></div> -->
<a class="dropdown-item hvr-forward" href="nits-iits.html">WHAT ARE NIT's, IIT's</a>
<a class="dropdown-item hvr-forward" href="bits-pilani.html">BITS PILANI</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="results.html">Results</a>
</li>
<li class="nav-item">
<a class="nav-link" href="testimonials.html">Testimonials</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact-us.html">Contact Us</a>
</li>
</ul>
</div>
<div id="navCollapsebtn" class="nav-item togglebtn"><i class="fa fa-bars"></i></div>
</nav>
<!-- Header End -->
<!-- Intro -->
<div style="background: black;padding-top:20vh;padding-bottom: 20vh;">
<div class="container p-4 pb-0">
<div id="accordion">
<div class="card bg-dark">
<div class="card-header text-info" id="A1H1" data-toggle="collapse" data-target="#A1C1" aria-expanded="true" aria-controls="A1C1">
<h5 class="mb-0">
All India Institute Of Medical Sciences, Delhi [AIIMS]
</h5>
</div>
<div id="A1C1" class="collapse show text-light" aria-labelledby="A1H1" data-parent="#accordion">
<div class="card-body">
AIIMS are a group of autonomous public medical colleges of higher education. These institutes are of national importance. AIIMS New Delhi is a fore-runner parent excellence institution set up in 1956. The Institute was established in 1956 and operates autonomously under the Ministry of Health and Family Welfare. It has good facilities of patient-care, research and teaching. Govt. has allowed setting up of six more AIIMS-like institutes in 2012. AIIMS has been consistently ranked the top medical college in India to pursue any Medical degree by India Today in annual surveys.
</div>
</div>
</div>
<div class="card bg-light">
<div class="card-header" id="A1H2" data-toggle="collapse" data-target="#A1C2" aria-expanded="false" aria-controls="A1C2">
<h5 class="mb-0">
Christian Medical College, Vellore
</h5>
</div>
<div id="A1C2" class="collapse" aria-labelledby="A1H2" data-parent="#accordion">
<div class="card-body">
<p>
CMC is an educational, research institute, a registered voluntary, non-profit organization and a tertiary care hospital. A noted medical destination, it is one of the most prominent and respected medical destinations in India and internationally. CMC is known as one of the top-ranked medical colleges in India. India’s first successful open heart surgery (1961) and kidney transplant (1971) was done here.
</p>
<p>
The CMC has been consistently ranked among the top medical colleges in India. India Today ranked CMC the #1 Private Medical (second after government hospital AIIMS) in 2012, 2013, 2014 and 2015. Outlook India ranked CMC top private medical school 2015. Careers360 has ranked CMC Vellore first in Top Private Medical colleges in India in the year 2016.
</p>
</div>
</div>
</div>
<div class="card bg-dark">
<div class="card-header text-info" id="A1H3" data-toggle="collapse" data-target="#A1C3" aria-expanded="false" aria-controls="A1C3">
<h5 class="mb-0">
Armed Forces Medical College, AFMC, Pune
</h5>
</div>
<div id="A1C3" class="collapse text-light p-3" aria-labelledby="A1H3" data-parent="#accordion">
<div class="card-body">
<p>
Established in May 1948, AFMC is affiliated to Maharashtra University of Health and Sciences. The institution has reinforced all the three services of the Indian Armed Forces by providing a pool of doctor soldiers. It primarily imparts training to medical undergraduates and postgraduates, dental postgraduates, nursing cadets and paramedical staff. Patient care forms an integral part of its training curriculum and the attached hospitals benefit from the expertise available at AFMC. The institution is responsible for providing the entire pool of specialists and super specialists to the Armed Forces. All expenses of students are paid by the Government (Ministry of Defence).
</p>
<p>
AFMC has been ranked consistently among the top medical colleges of India, with the Outlook 2012 and 2015 survey ranking it second amongst all the undergraduate medical institutions of the country.
</p>
<p>
The academic policies of each IIT are decided by its Senate. This comprises all professors of the IIT and student representatives. Unlike many western universities that have an elected senate, the IITs have an academic senate. It controls and approves the curriculum, courses, examinations and results, and appoints committees to look into specific academic matters. The teaching, training and research activities of the institute are periodically reviewed by the senate to maintain educational standards. The Director of an IIT is the ex-officio Chairman of the Senate.
</p>
<p>
Central Library, IIT Roorkee All the IITs follow the credits system of performance evaluation, with proportional weighting of courses based on their importance. The total marks (usually out of 100) form the basis of grades, with a grade value (out of 10) assigned to a range of marks. Sometimes, relative grading is done considering the overall performance of the whole class. For each semester, the students are graded on a scale of 0 to 10 based on their performance, by taking a weighted average of the grade points from all the courses, with their respective credit points. Each semester evaluation is done independently and then the weighted average over all semesters is used to calculate the cumulative grade point average (known as CGPA or CPI—Cumulative Performance Index).
</p>
</div>
</div>
</div>
<div class="card bg-light">
<div class="card-header text-dark" id="A1H4" data-toggle="collapse" data-target="#A1C4" aria-expanded="false" aria-controls="A1C4">
<h5 class="mb-0">
Maulana Azad Medical College, New Delhi
</h5>
</div>
<div id="A1C4" class="collapse text-dark p-3" aria-labelledby="A1H4" data-parent="#accordion">
<div class="card-body">
<p><i class="fa fa-star"></i>
MAMC is affiliated to University of Delhi. It is named after Indian freedom fighter and first education minister Maulana Abul Kalam Azad. The college is a tertiary care referral center. The medical school offers the degrees of MBBS (medical school degree, equivalent to Doctor of Medicine or MD in some countries), post graduate/residency degrees of MS, MD and super speciality/ subspecialty fellowship degrees of MCh and DM. It has attached schools offering degrees in nursing and pharmacy. The MAMC campus houses Lok Nayak Hospital, GB Pant Hospital and also has the Maulana Azad Institute of Dental Sciences.
</p>
<p><i class="fa fa-star"></i>
Maulana Azad Medical College has been consistently ranked among the top medical colleges in India.
</p>
</div>
</div>
</div>
<div class="card bg-dark">
<div class="card-header text-info" id="A1H5" data-toggle="collapse" data-target="#A1C5" aria-expanded="false" aria-controls="A1C5">
<h5 class="mb-0">
Lady Hardinge Medical College, New Delhi
</h5>
</div>
<div id="A1C5" class="collapse text-light" aria-labelledby="A1H5" data-parent="#accordion">
<div class="card-body">
<p>
LHMC was set up on 17th March, 1914. It is affiliated to the University of Delhi and is funded by the Government of India. The hospital has provided services to male patients since 1991. Since 2011 the admission capacity to the MBBS course has been raised to 200 seats. The college has two teaching hospitals, Smt. Sucheta Kriplani Hospital and Kalawati Saran Child Hospital, with 877 and 350 beds respectively. The college and hospital also provides tertiary level medical facilities to the city. The college’s Department of Microbiology is internationally acclaimed for its salmonella phage typing, and it is a World Health Organization collaborating centre for reference and training in streptococcal diseases for South East Asia. It is also a surveillance center for AIDS. The first ART center for children in the country, was also started in LHMC in 2007.
</p>
</div>
</div>
</div>
<div class="card bg-light">
<div class="card-header text-dark" id="A1H6" data-toggle="collapse" data-target="#A1C6" aria-expanded="false" aria-controls="A1C6">
<h5 class="mb-0">
Grant Medical College, Mumbai
</h5>
</div>
<div id="A1C6" class="collapse text-dark p-3" aria-labelledby="A1H6" data-parent="#accordion">
<div class="card-body">
<p>
GMC Mumbai is affiliated to the Maharashtra University of Health Sciences. It is one of the oldest institutions teaching Western medicine in Asia. Founded in 1845, it counts among the premier medical institutions in India and one of the oldest institutions teaching Western medicine in Asia. It has been consistently ranked on the list of top ten medical colleges in the country. The college accepts 200 students annually for the undergraduate degree and around 100 annually for the various postgraduate degrees in medicine.
<br>
It is among the 8 medical colleges of India which are recognized by medical council of Singapore.
</p>
</div>
</div>
</div>
<div class="card bg-dark">
<div class="card-header text-info" id="A1H7" data-toggle="collapse" data-target="#A1C7" aria-expanded="false" aria-controls="A1C7">
<h5 class="mb-0">
Kasturba Medical College, Manipal
</h5>
</div>
<div id="A1C7" class="collapse text-light" aria-labelledby="A1H7" data-parent="#accordion">
<div class="card-body">
<p>
KMC was set up on 30th June, 1953. It is the 1st private medical college in India. It provides UG and PG medical courses of the KMC Manipal and Mangalore. It houses the largest Health Sciences Library and the Anatomy Pathology museums in Asia.
</p>
<p>
The college started with the pre-clinical section at Manipal and the students had to go to Mangalore for their clinical training. With the clinical program commencing at Manipal in 1969 with the setting up of Kasturba Hospital, it became a full-fledged independent college and Mangalore becoming a separate constituent college, Kasturba Medical College, Mangalore.
</p>
</div>
</div>
</div>
<div class="card bg-light">
<div class="card-header text-dark" id="A1H8" data-toggle="collapse" data-target="#A1C8" aria-expanded="false" aria-controls="A1C8">
<h5 class="mb-0">
King George's Medical University, Lucknow
</h5>
</div>
<div id="A1C8" class="collapse text-dark p-3" aria-labelledby="A1H8" data-parent="#accordion">
<div class="card-body">
<p>
King George's Medical University, formerly Chhatrapati Shahuji Maharaj Medical University, is a medical school located in Lucknow, Uttar Pradesh, India. It came into being after the upgrade of King George's Medical College (established in 1911) into a university by an act passed by government of Uttar Pradesh on 16 September 2002.
<br>
The University has capacity for 1250 undergraduates students (including 280 dental students) and 450 postgraduate students.
<br>
The MBBS course takes four and a half years to complete and has an intake of 250 students each year.
</p>
</div>
</div>
</div>
<div class="card bg-dark">
<div class="card-header text-info" id="A1H9" data-toggle="collapse" data-target="#A1C9" aria-expanded="false" aria-controls="A1C9">
<h5 class="mb-0">
King Edward Memorial Hospital And Seth Gordhandas Sunderdas Medical College [KEM, Mumbai]
</h5>
</div>
<div id="A1C9" class="collapse text-light" aria-labelledby="A1H9" data-parent="#accordion">
<div class="card-body">
<p>
King Edward Memorial Hospital and Seth Gordhandas Sunderdas Medical College, located in Mumbai, is amongst the foremost teaching and medical care providing institutions in India. It was founded in 1926, and is affiliated to Maharashtra University of Health Sciences (MUHS), Nashik.
</p>
<p>
The medical college (school) provides training to about 2000 students in undergraduate, postgraduate and superspeciality medical courses; in undergraduate and postgraduate physical and occupational therapy courses; Masters and PhD courses in various allied specialties. A nursing school is also maintained by this institution.
</p>
<p>
With about 390 staff physicians and 550 resident doctors, the 1800 bedded hospital treats about 1.8 million out-patients and 85,000 in-patients annually. It provides both basic care and advanced treatment facilities in all fields of medicine and surgery. Funded mainly by the Municipal Corporation of Greater Mumbai, this institution renders virtually free of cost service to the underprivileged sections of the society.
</p>
</div>
</div>
</div>
<div class="card bg-light">
<div class="card-header text-dark" id="A1H10" data-toggle="collapse" data-target="#A1C10" aria-expanded="false" aria-controls="A1C10">
<h5 class="mb-0">
Grant Medical College And Sir Jamshedjee Jeejeebhoy Group Of Hospitals
</h5>
</div>
<div id="A1C10" class="collapse text-dark p-3" aria-labelledby="A1H10" data-parent="#accordion">
<div class="card-body">
<p>
The Grant Government Medical College, Mumbai is a medical college affiliated to the Maharashtra University of Health Sciences, Nashik. Founded in 1845, it counts among the premier medical institutions in India and one of the oldest institutions teaching Western medicine in Asia. It has been consistently ranked on the list of top ten medical colleges in the country. The college accepts 200 students annually for the undergraduate degree and around 100 annually for the various postgraduate degrees in medicine. The medical college is situated in Byculla on the campus of Sir J. J. Hospital. the hospital has combined bed strength of 2844 and caters to an annual load of 1,200,000 out patients and 80,000 indoor patients, from all parts of Maharashtra and central India.
</p>
<p>
Its clinical affiliate is Sir Jamsetjee Jeejebhoy Group of Hospitals: a conglomerate of four hospitals in South Bombay that include the Sir J. J. Hospital, St George Hospital, Gokuldas Tejpal Hospital, and Cama and Albess Hospital( women and children hospital) Grant Medical College is among the 8 medical colleges of India which have been recognised by medical council of Singapore.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Intro End -->
<!-- Features of Pathshala Cards -->
<!-- Features of Pathshala Cards End -->
<!-- Form For Enrollment -->
<!-- Form For Enrollment End -->
<!-- Testimonial -->
<!-- Testimonial End -->
<!-- Footer -->
<footer style="background: black;">
<div class="container">
<div class="row p-4 mb-0 wow slideInUp" style="text-align: center;">
<div class="footer-menu" style="width: 30%;display: inline-block;margin-left: 2vw;">
<ul class="list-unstyled">
<li>JEE [MAIN], JEE [ADVANCED]</li>
<li>BITSAT, CET</li>
<li>NEET, AIIMS, JIPMER</li>
<li>OLYMPIADS</li>
<li>KVPY, IISER</li>
<li>FOUNDATION</li>
</ul>
</div>
<div class="footer-menu wow slideInUp">
<ul class="list-unstyled">
<li>EVERYTHING ABOUT IITs</li>
<li>TOP MEDICAL COLLEGES</li>
<li>WHAT ARE NITs, IIITs</li>
<li>BITS PILANI</li>
</ul>
</div>
<div class="footer-menu wow slideInUp">
<ul class="list-unstyled">
<li>ADMISSION ENQUIRY</li>
<li>RESOURCES</li>
<li>CAREERS</li>
<li>SPARK EXCELLENCE</li>
</ul>
</div>
</div>
<div style="border:1px solid white;display: block"></div>
<div class="row p-3 wow slideInUp" style="text-align: center">
<div id="about" style="display: inline-block;width:48%;color:white;font-size:13px;padding: 1vw;text-align:left;">
<span class="badge badge-primary" style="margin-bottom: 2vh;">About Us</span>
<p>
We are a premiere education institute and one of the fastest growing education institutes in India. We are focused on providing quality education with state-of-the-art infrastructure, like nowhere in India and guidance for the students of XI and XII standard science, aspiring to crack competitive entrance exams like the IIT JEE, BITSAT, NEET, JIPMER, AIIMS etc and Boards
</p>
<ul class="list-inline">
<li class="list-inline-item">
<i class="fa fa-facebook"></i>
</li>
<li class="list-inline-item">
<i class="fa fa-twitter"></i>
</li>
<li class="list-inline-item">
<i class="fa fa-pinterest-p"></i>
</li>
<li class="list-inline-item">
<i class="fa fa-linkedin"></i>
</li>
<li class="list-inline-item">
<i class="fa fa-instagram"></i>
</li>
<li class="list-inline-item">
<i class="fa fa-youtube-play"></i>
</li>
</ul>
</div>
<div id="contact" class="wow slideInUp" style="display: inline-block;width:48%;color:white;font-size:13px;padding: 1vw;text-align:left;">
<span class="badge badge-primary" style="margin-bottom: 2vh;">Contact Us</span>
<p>
Office: 201, Dighe House, Opp Karnavat Classes, Lohar Ali Lane, Behind Jagdish Book Depot, Near Thane Railway Station, Thane West - 400601, Maharashtra, India.
</p>
<ul class="list-unstyled contactlist">
<li><i class="fa fa-phone"></i> Admissions: +91 9867998388</li>
<li><i class="fa fa-id-card"></i> Appointment: 022 4970 8979</li>
<li><i class="fa fa-handshake-o"></i> HR: +91 8657482467</li>
<li><i class="fa fa-university"></i> Admissions: [email protected]</li>
<li><i class="fa fa-envelope-open"></i> Affiliations and HR: [email protected]</li>
<li><i class="fa fa-envelope-o"></i> Academics: [email protected]</li>
</ul>
</div>
</div>
<div class="text-light text-center p-4 wow slideInUp">
Copyright © 2019 Paathshala Education. All Rights Reserved. Designed and Developed by: Paathshala Education
</div>
</div>
</footer>
</body>
<!-- Boostrap Js -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.js" integrity="sha256-WpOohJOqMqqyKL9FccASB9O0KwACQJpFTUBLTYOVvVU=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap-select.min.js"></script>
<script>
$('select').selectpicker();
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/wow/1.1.2/wow.min.js"></script>
<script>
new WOW().init();
</script>
<script>
$(function () {
$(window).scroll(function () {
if ($(window).scrollTop() >= 20) {
$(".togglebtn").css("color","black");
$('.navbar').removeClass('navbar-dark');
$('.navbar').addClass('navbar-light bg-light');
$(".navbar").css("margin-top","0vh")
$(".navbar-brand img").attr("src","assets/images/logo/ps.png");
}
else {
$(".togglebtn").css("color","white");
$('.navbar').removeClass('bg-light');
$('.navbar').addClass('navbar-dark');
$(".navbar").css("margin-top","3vh")
$(".navbar-brand img").attr("src","assets/images/logo/whitelLogo-Paathshala.png");
}
});
});
</script>
<!-- <script src="assets/js/index.js"></script> -->
<script src="assets/js/responsive.js"></script>
<script src="enquiry.js"></script>
</html>