-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
474 lines (451 loc) · 18.2 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<title>Medical</title>
<!--/tags -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="Medical Responsive web template, Bootstrap Web Templates, Flat Web Templates, Android Compatible web template,
Smartphone Compatible web template, free webdesigns for Nokia, Samsung, LG, SonyEricsson, Motorola web design" />
<script type="application/x-javascript">
addEventListener("load", function () {
setTimeout(hideURLbar, 0);
}, false);
function hideURLbar() {
window.scrollTo(0, 1);
}
</script>
<!--//tags -->
<link href="css/bootstrap.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/style.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/appointment_style.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/font-awesome.css" rel="stylesheet">
<!-- //for bootstrap working -->
<link href="//fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,600,600i,700" rel="stylesheet">
</head>
<body>
<!-- header -->
<div class="header" id="home">
<div class="top_menu_">
<div class="container">
<div class="header_left">
<ul>
<li><i class="fa fa-map-marker" aria-hidden="true"></i> 1143 New York, USA</li>
<li><i class="fa fa-phone" aria-hidden="true"></i> +(010) 221 918 811</li>
<li><i class="fa fa-envelope-o" aria-hidden="true"></i> <a href="mailto:[email protected]">[email protected]</a></li>
</ul>
</div>
<div class="header_right">
<ul class="forms_right">
<li><a href="appointment.html"> Make an Appointment</a> </li>
</ul>
</div>
<div class="clearfix"> </div>
</div>
</div>
<div class="content white">
<nav class="navbar navbar-default" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">
<h1><span class="fa fa-stethoscope" aria-hidden="true"></span>Medical </h1>
</a>
</div>
<!--/.navbar-header-->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<nav>
<ul class="nav navbar-nav">
<li><a href="index.html" class="active">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="departments.html">Departments</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Pages <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="codes.html">Codes</a></li>
<li class="divider"></li>
<li><a href="icons.html">Icons</a></li>
<li class="divider"></li>
</ul>
</li>
<li><a href="mail.html">Mail Us</a></li>
</ul>
</nav>
</div>
<!--/.navbar-collapse-->
<!--/.navbar-->
</div>
</nav>
</div>
</div>
<!-- banner -->
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1" class=""></li>
<li data-target="#myCarousel" data-slide-to="2" class=""></li>
<li data-target="#myCarousel" data-slide-to="3" class=""></li>
</ol>
<div class="carousel-inner" role="listbox">
<div class="item active">
<div class="container">
<div class="carousel-caption">
<h3>With a Touch of <span>Kindness.</span></h3>
<p>Child Care Treatments</p>
<h6>Our Medical Center is the preferred choice for diplomats and employees from 64 embassies, consulates and UN agencies, as well as private patients from over 60 countries.</h6>
</div>
</div>
</div>
<div class="item item2">
<div class="container">
<div class="carousel-caption">
<h3>With a Touch of <span>Kindness.</span></h3>
<p>Child Care Treatments</p>
<h6>Our Medical Center is the preferred choice for diplomats and employees from 64 embassies, consulates and UN agencies, as well as private patients from over 60 countries.</h6>
</div>
</div>
</div>
<div class="item item3">
<div class="container">
<div class="carousel-caption">
<h3>With a Touch of <span>Kindness.</span></h3>
<p>Child Care Treatments</p>
<h6>Our Medical Center is the preferred choice for diplomats and employees from 64 embassies, consulates and UN agencies, as well as private patients from over 60 countries.</h6>
</div>
</div>
</div>
<div class="item item4">
<div class="container">
<div class="carousel-caption">
<h3>With a Touch of <span>Kindness.</span></h3>
<p>Child Care Treatments</p>
<h6>Our Medical Center is the preferred choice for diplomats and employees from 64 embassies, consulates and UN agencies, as well as private patients from over 60 countries.</h6>
</div>
</div>
</div>
</div>
<a class="left carousel-control" href="#myCarousel" role="button" data-slide="prev">
<span class="fa fa-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" role="button" data-slide="next">
<span class="fa fa-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
<!-- The Modal -->
</div>
<!--//banner -->
<!-- about -->
<div class="agile-about w3ls-section">
<!-- about-bottom -->
<div class="agileits-about-btm">
<h3 class="heading-agileinfo">Welcome To Our Clinic!<span>We offer extensive medical procedures to outbound and inbound patients.</span></h3>
<div class="container">
<div class="w3-flex">
<div class="col-md-4 col-sm-4 ab1 agileits-about-grid1">
<h4 class="agileinfo-head">For Adults</h4>
<p>You can call our highly experienced clinical team if your child, teenager or family is going through difficulties.</p>
<h5>ANXIETY </h5>
<h5>DEPRESSION</h5>
<h5>ADHD </h5>
<h5>BIPOLAR DISORDER</h5>
<h5>A – Z OF ISSUES</h5>
</div>
<div class="col-md-4 col-sm-4 ab1 agileits-about-grid2">
<h4 class="agileinfo-head">For Children</h4>
<p>You can call our highly experienced clinical team if your child, teenager or family is going through difficulties.</p>
<h5>ADHD </h5>
<h5>ASPERGERS AND AUTISM</h5>
<h5>DEPRESSION</h5>
<h5>ANXIETY DISORDERS</h5>
<h5>A – Z OF ISSUES</h5>
</div>
<div class="col-md-4 col-sm-4 ab1 agileits-about-grid3">
<h4 class="agileinfo-head">For Business</h4>
<p>You can call our highly experienced clinical team if your child, teenager or family is going through difficulties.</p>
<h5>MEDICO LEGAL REPORTS </h5>
<h5>OCCUPATIONAL HEALTH</h5>
<h5>LOCUMS AND STAFFING</h5>
<h5>NEUROPSYCHOLOGICAL ASSESSMENTS</h5>
<h5>MENTAL CAPACITY ASSESSMENTS</h5>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
<!-- //about-bottom -->
</div>
<!-- emergency -->
<div class="emergency_cases_w3ls">
<div class="emergency_cases_bt">
<div class="container">
<div class="emergency_cases_top">
<div class="col-md-6 emergency_cases_w3ls_left">
<h4>Opening Hours</h4>
<h6>Monday - Friday <span class="eme">8.00 - 18.00</span></h6>
<h6>Monday - Saturday <span class="eme">9.00 - 17.00</span></h6>
<h6>Monday - Sunday <span class="eme">9.00 - 15.00</span></h6>
</div>
<div class="col-md-6 emergency_cases_w3ls_right">
<h4>Emergency Cases</h4>
<h5><i class="fa fa-phone" aria-hidden="true"></i>1230456789</h5>
<p>Your treatment plan is designed for steady progress, with every phase promptly implemented.</p>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
</div>
<!-- //emergency -->
<!-- services -->
<div class="services">
<div class="container">
<h3 class="heading-agileinfo">Therapies & Treatments<span>We offer extensive medical procedures to outbound and inbound patients.</span></h3>
<div class="services-top-grids">
<div class="col-md-4">
<div class="grid1">
<i class="fa fa-heartbeat" aria-hidden="true"></i>
<h4>Anxiety</h4>
<p>You can call our highly experienced clinical team if your child, teenager or family is going through difficulties </p>
</div>
</div>
<div class="col-md-4">
<div class="grid1">
<i class="fa fa-user-md" aria-hidden="true"></i>
<h4>Executive Coaching</h4>
<p>You can call our highly experienced clinical team if your child, teenager or family is going through difficulties </p>
</div>
</div>
<div class="col-md-4">
<div class="grid1">
<i class="fa fa-wheelchair-alt" aria-hidden="true"></i>
<h4>Depression</h4>
<p>You can call our highly experienced clinical team if your child, teenager or family is going through difficulties </p>
</div>
</div>
<div class="clearfix"></div>
</div>
<div class="services-bottom-grids">
<div class="col-md-4">
<div class="grid1">
<i class="fa fa-medkit" aria-hidden="true"></i>
<h4>Relationships</h4>
<p>You can call our highly experienced clinical team if your child, teenager or family is going through difficulties </p>
</div>
</div>
<div class="col-md-4">
<div class="grid1">
<i class="fa fa-hospital-o" aria-hidden="true"></i>
<h4>Stress Management</h4>
<p>You can call our highly experienced clinical team if your child, teenager or family is going through difficulties </p>
</div>
</div>
<div class="col-md-4">
<div class="grid1">
<i class="fa fa-ambulance" aria-hidden="true"></i>
<h4>Support Group</h4>
<p>You can call our highly experienced clinical team if your child, teenager or family is going through difficulties </p>
</div>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
<!-- //services -->
<!-- Clients -->
<div class="tesimonials">
<div class="tesimonials_tp">
<div class="container">
<div class="tittle_head_">
<h3 class="heading-agileinfo te">What Clients Say<span class="te">We offer extensive medical procedures to outbound and inbound patients.</span></h3>
</div>
<div class="inner_sec_info_agileits_w3">
<div class="test_grid_sec">
<div class="col-md-offset-2 col-md-8">
<div class="carousel slide two" data-ride="carousel" id="quote-carousel">
<!-- Bottom Carousel Indicators -->
<ol class="carousel-indicators two">
<li data-target="#quote-carousel" data-slide-to="0" class="active"></li>
<li data-target="#quote-carousel" data-slide-to="1"></li>
<li data-target="#quote-carousel" data-slide-to="2"></li>
</ol>
<!-- Carousel Slides / Quotes -->
<div class="carousel-inner">
<!-- Quote 1 -->
<div class="item active">
<blockquote>
<div class="test_grid">
<div class="col-sm-3 text-center test_img">
<img src="images/ts1.jpg" alt=" " class="img-responsive" />
</div>
<div class="col-sm-9 test_img_info">
<p>Best Treatment and one of the best staff that i have ever encountered.</p>
<h6>Akshay Kaushal</h6>
</div>
</div>
</blockquote>
</div>
<!-- Quote 2 -->
<div class="item">
<blockquote>
<div class="test_grid">
<div class="col-sm-3 text-center test_img">
<img src="images/ts2.jpg" alt=" " class="img-responsive" />
</div>
<div class="col-sm-9 test_img_info">
<p>Best Treatment and one of the best staff that i have ever encountered.</p>
<h6>Jane Wearne</h6>
</div>
</div>
</blockquote>
</div>
<!-- Quote 3 -->
<div class="item">
<blockquote>
<div class="test_grid">
<div class="col-sm-3 text-center test_img">
<img src="images/ts3.jpg" alt=" " class="img-responsive" />
</div>
<div class="col-sm-9 test_img_info">
<p>Best Treatment and one of the best staff that i have ever encountered.</p>
<h6>Alice Williams</h6>
</div>
</div>
</blockquote>
</div>
</div>
<!-- Carousel Buttons Next/Prev -->
<a data-slide="prev" href="#quote-carousel" class="left carousel-control"><i class="fa fa-chevron-left"></i></a>
<a data-slide="next" href="#quote-carousel" class="right carousel-control"><i class="fa fa-chevron-right"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- //Clients -->
<!--/icons-->
<div class="banner-bottom">
<div class="container">
<div class="tittle_head_">
<h3 class="heading-agileinfo">Case Studies<span>We offer extensive medical procedures to outbound and inbound patients.</span></h3>
</div>
<div class="inner_sec_info_agileits_w3">
<div class="col-md-4 grid_info">
<div class="icon_info">
<img src="images/g4.jpg" alt=" " class="img-responsive">
<h5>Nutrition Reference</h5>
<p>Dietitians and nutritionists have struggled in the past to find evidence-based, accurate and actionable information on best practices.</p>
<a href="#" class="read-agileits" data-toggle="modal" data-target="#myModal">Read More</a>
</div>
</div>
<div class="col-md-4 grid_info">
<div class="icon_info">
<img src="images/g7.jpg" alt=" " class="img-responsive">
<h5>Injury Prevention</h5>
<p>We give classes about injury prevention every Saturday and Sunday. So that people who like to mess around dont get hurt.</p>
<a href="#" class="read-agileits" data-toggle="modal" data-target="#myModal">Read More</a>
</div>
</div>
<div class="col-md-4 grid_info">
<div class="icon_info">
<img src="images/g6.jpg" alt=" " class="img-responsive">
<h5>Catheterization Lab</h5>
<p>We make our own test tubes and we have our own lab in which we sterlize the test tubes and we handel them with care and the temperature in the lab is 0*c as in this temperature there are no bacteria and germs.
</p>
<a href="#" class="read-agileits" data-toggle="modal" data-target="#myModal">Read More</a>
</div>
</div>
<div class="clearfix"> </div>
</div>
</div>
</div>
<!--//icons-->
<!-- footer -->
<div class="footer_top_agile_w3ls">
<div class="container">
<div class="col-md-3 footer_grid">
<h3>About Us</h3>
<p>We are one of India’s leading providers of comprehensive, seamless and integrated world class healthcare services.
</p>
</div>
<div class="col-md-3 footer_grid">
<h3>Latest News</h3>
<ul class="footer_grid_list">
<li><i class="fa fa-angle-right" aria-hidden="true"></i>
<a href="#" data-toggle="modal" data-target="#myModal">Pollution level fall relative,health still at risk</a>
</li>
<li><i class="fa fa-angle-right" aria-hidden="true"></i>
<a href="#" data-toggle="modal" data-target="#myModal">Liver of 65-year-old woman travels from Nashik to Pune</a>
</li>
<li><i class="fa fa-angle-right" aria-hidden="true"></i>
<a href="#" data-toggle="modal" data-target="#myModal">Maharashtra to set up Ayush hospital in every district </a>
</li>
<li><i class="fa fa-angle-right" aria-hidden="true"></i>
<a href="#" data-toggle="modal" data-target="#myModal">Open-heart surgery facility at Rajiv Gandhi Hospital</a>
</li>
<li><i class="fa fa-angle-right" aria-hidden="true"></i>
<a href="#" data-toggle="modal" data-target="#myModal">Chennai : 13,000 govt doctors to strike work from today</a>
</li>
</ul>
</div>
<div class="col-md-3 footer_grid">
<h3>Contact Info</h3>
<ul class="address">
<li><i class="fa fa-map-marker" aria-hidden="true"></i>3363, Sector-49 D <span>Chandigarh</span></li>
<li><i class="fa fa-envelope" aria-hidden="true"></i><a href="mailto:[email protected]">[email protected]</a></li>
<li><i class="fa fa-phone" aria-hidden="true"></i>+91-9501237447</li>
</ul>
</div>
<div class="col-md-3 footer_grid ">
<h3>Sign up for our Newsletter</h3>
<p>Get Started For Free</p>
<div class="footer_grid_right">
<form action="#" method="post">
<input type="email" name="Email" placeholder="Email Address..." required="">
<input type="submit" value="Submit">
</form>
</div>
</div>
<div class="clearfix"> </div>
</div>
</div>
<div class="footer_wthree_agile">
<p>© 2019 FL45H. All Rights Reserved <a href="http://.com"></a></p>
</div>
<!-- //footer -->
<!-- bootstrap-modal-pop-up -->
<div class="modal video-modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModal">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
Medical
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
</div>
<div class="modal-body">
<img src="images/g7.jpg" alt=" " class="img-responsive" />
</div>
</div>
</div>
</div>
<!-- //bootstrap-modal-pop-up -->
<!-- js -->
<script type="text/javascript" src="js/jquery-2.1.4.min.js"></script>
<script>
$('ul.dropdown-menu li').hover(function () {
$(this).find('.dropdown-menu').stop(true, true).delay(200).fadeIn(500);
}, function () {
$(this).find('.dropdown-menu').stop(true, true).delay(200).fadeOut(500);
});
</script>
<script type="text/javascript" src="js/bootstrap.js"></script>
</body>
</html>