-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
817 lines (756 loc) · 31.9 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
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
<!DOCTYPE html>
<html lang="zxx">
<head>
<!-- for-meta-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="Health Plus Responsive web template, Bootstrap Web Templates, Flat Web Templates, Android Compatible web template,
Smartphone Compatible web template, free web designs 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>
<!-- //for-meta-tags-->
<link href="css/bootstrap.css" rel="stylesheet" type="text/css" media="all" />
<link rel="stylesheet" href="css/flexslider.css" type="text/css" media="screen" Department="" />
<link href="css/services.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/ziehharmonika.css" rel="stylesheet" type="text/css">
<link href="css/JiSlider.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet" type="text/css" media="all" />
<!-- font-awesome icons -->
<link href="css/font-awesome.css" rel="stylesheet">
<!-- //font-awesome icons -->
<!-- <link href="//fonts.googleapis.com/css?family=Raleway:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800" rel="stylesheet">
<link href="//fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,900" rel="stylesheet"> -->
</head>
<body>
<div class="main" id="home">
<!-- banner -->
<div class="header_agileinfo">
<div class="w3_agileits_header_text">
<ul class="top_agile_w3l_info_icons">
<li><i class="fa fa-home" aria-hidden="true"></i>Uit Burdwan,West Bengal</li>
<li class="second"><i class="fa fa-phone" aria-hidden="true"></i>(+91) 9199642838</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="agileinfo_social_icons">
<ul class="agileits_social_list">
<li><a href="https://www.facebook.com/" class="w3_agile_facebook"><i class="fa fa-facebook" aria-hidden="true"></i></a></li>
<li><a href="https://twitter.com/" class="agile_twitter"><i class="fa fa-twitter" aria-hidden="true"></i></a></li>
<li><a href="https://www.linkedin.com/in/vikash-kumar-040006166/" class="w3_agile_linkedin"><i class="fa fa-linkedin" aria-hidden="true"></i></a></li>
</ul>
</div>
<div class="clearfix"> </div>
</div>
<div class="header-bottom">
<nav class="navbar navbar-default">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" 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>
<div class="logo">
<h3><a class="navbar-brand" href="index.html"> Avi-pra <p>Health Care 4U</p></a></h3>
</div>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse nav-wil" id="bs-example-navbar-collapse-1">
<nav class="menu menu--sebastian">
<ul id="m_nav_list" class="m_nav menu__list">
<li class="m_nav_item menu__item menu__item--current" id="m_nav_item_1"> <a href="index.html" class="menu__link"> Home </a></li>
<li class="m_nav_item menu__item" id="moble_nav_item_2"> <a href="about.html" class="menu__link"> About Us </a> </li>
<li class="m_nav_item menu__item" id="moble_nav_item_4"> <a href="appointment.html" class="menu__link">Appointment </a> </li>
<li class="m_nav_item menu__item" id="moble_nav_item_5"> <a href="gallery.html" class="menu__link">Departments</a> </li>
<li class="m_nav_item menu__item" id="moble_nav_item_6"> <a href="contact.html" class="menu__link"> Contact </a> </li>
<li class="m_nav_item menu__item" id="moble_nav_item_3 dropdown"> <a href="#" class="menu__link dropdown-toggle" data-toggle="dropdown">User-Login <b class="caret"></b></a>
<ul class="dropdown-menu agile_short_dropdown">
<li><a href="dlogin.html">Doctor </a></li>
<li><a href="plogin.html">Patient</a></li>
<!-- <li><a href="login.php">Admin</a></li> -->
</ul>
</li>
</ul>
</nav>
</div>
<!-- /.navbar-collapse -->
</nav>
</div>
</div>
<!-- banner -->
<div class="banner-silder">
<div id="JiSlider" class="jislider">
<ul>
<li>
<div class="w3layouts-banner-top">
<div class="container">
<div class="agileits-banner-info">
<span>Health Plus</span>
<h3>Quality Care </h3>
<p>Going to hospital is rather like going to an alien planet.</p>
</div>
</div>
</div>
</li>
<li>
<div class="w3layouts-banner-top w3layouts-banner-top1">
<div class="container">
<div class="agileits-banner-info">
<span>Real</span>
<h3>Free Consultation </h3>
<p>Going to hospital is rather like going to an alien planet.</p>
</div>
</div>
</div>
</li>
<li>
<div class="w3layouts-banner-top w3layouts-banner-top2">
<div class="container">
<div class="agileits-banner-info">
<span>Amazing</span>
<h3>Quality Care </h3>
<p>Going to hospital is rather like going to an alien planet.</p>
</div>
</div>
</div>
</li>
</ul>
</div>
</div>
<!-- //banner -->
<!--team -->
<div class="team portfolio " id="team">
<div class="container">
<h3 class="w3_heade_tittle_agile">Amazing Team</h3>
<p class="sub_t_agileits">Meet Our Amazing Team...</p>
<div class="w3layouts-grids">
<div class="col-md-3 wthree_team_grid">
<div class="wthree_team_grid1">
<div class="hover14 column">
<div>
<figure><img src="images/t4.jpg" alt=" " class="img-responsive" /></figure>
</div>
</div>
<div class="css/team.css/wthree_team_grid1_pos">
<h3 style="color:red;"><center>Dr. Sweta Choudhary</center></h3>
<h4 style="color:green; text-align: center;">Eye Care</h4>
<h4 style="color:blue; text-align: center;">MBBS MD</h4>
</div>
</div>
<div class="wthree_team_grid2">
<ul class="social-icons">
<center>
<li><a href="https://twitter.com/" class="agile_twitter"><i class="fa fa-twitter" aria-hidden="true"></i></a></li>
<li><a href="https://www.linkedin.com/in/vikash-kumar-040006166/" class="w3_agile_linkedin"><i class="fa fa-linkedin" aria-hidden="true"></i></a></li>
</center>
</ul>
</div>
<div>
<center>
<p><button onclick="window.location.href = 'appointment.html';" style="color: #000; background-color: yellow;cursor: pointer;display: inline-block;">Book Appointment </button></p>
</center>
</div>
</div>
<div class="col-md-3 wthree_team_grid">
<div class="wthree_team_grid1">
<div class="hover14 column">
<div>
<figure><img src="images/t3.jpg" alt=" " class="img-responsive" /></figure>
</div>
</div>
<div class="wthree_team_grid1_pos">
<h3 style="color:red; text-align: center;">Dr. Ritika Sinha </h3>
<h4 style="color:green; text-align: center;">Critical Care</h4>
<h4 style="color:blue; text-align: center;">MBBS MD</h4>
</div>
</div>
<div class="wthree_team_grid2">
<ul class="social-icons">
<center>
<li><a href="https://twitter.com/" class="agile_twitter"><i class="fa fa-twitter" aria-hidden="true"></i></a></li>
<li><a href="https://www.linkedin.com/in/vikash-kumar-040006166/" class="w3_agile_linkedin"><i class="fa fa-linkedin" aria-hidden="true"></i></a></li>
</center>
</ul>
</div>
<div>
<center>
<p><button onclick="window.location.href = 'appointment.html';" style="color: #000; background-color: yellow;cursor: pointer;display: inline-block;">Book Appointment </button></p>
</center>
</div>
</div>
<div class="col-md-3 wthree_team_grid">
<div class="wthree_team_grid1">
<div class="hover14 column">
<div>
<figure><img src="images/t2.jpg" alt=" " class="img-responsive" /></figure>
</div>
</div>
<div class="wthree_team_grid1_pos">
<h3 style="color:red; text-align: center;">Dr. Abhishek Sharma</h3>
<h4 style="color:green; text-align: center;">Neurologist</h4>
<h4 style="color:blue; text-align: center;">MBBS and MD Pediatrics</h4>
</div>
</div>
<div class="wthree_team_grid2">
<ul class="social-icons">
<center>
<li><a href="https://twitter.com/" class="agile_twitter"><i class="fa fa-twitter" aria-hidden="true"></i></a></li>
<li><a href="https://www.linkedin.com/in/vikash-kumar-040006166/" class="w3_agile_linkedin"><i class="fa fa-linkedin" aria-hidden="true"></i></a></li>
</center>
</ul>
</div>
<div>
<center>
<p><button onclick="window.location.href = 'appointment.html';" style="color: #000; background-color: yellow;cursor: pointer;display: inline-block;">Book Appointment </button></p>
</center>
</div>
</div>
<div class="col-md-3 wthree_team_grid">
<div class="wthree_team_grid1">
<div class="hover14 column">
<div>
<figure><img src="images/t1.jpg" alt=" " class="img-responsive" /></figure>
</div>
</div>
<div class="wthree_team_grid1_pos">
<h3 style="color:red; text-align: center;">Dr. Smriti Sinha</h3>
<h4 style="color:green; text-align: center;">Dentist</h4>
<h4 style="color:blue; text-align: center;">Bachelors in Dental Surgery</h4>
</div>
</div>
<div class="wthree_team_grid2">
<ul class="social-icons">
<center>
<li><a href="https://twitter.com/" class="agile_twitter"><i class="fa fa-twitter" aria-hidden="true"></i></a></li>
<li><a href="https://www.linkedin.com/in/vikash-kumar-040006166/" class="w3_agile_linkedin"><i class="fa fa-linkedin" aria-hidden="true"></i></a></li>
</center>
</ul>
</div>
<div>
<center>
<p><button onclick="window.location.href = 'appointment.html';" style="color: #000; background-color: yellow;cursor: pointer;display: inline-block;">Book Appointment </button></p>
</center>
</div>
</div>
<div class="clearfix"> </div>
</div>
</div>
</div>
<!-- team -->
<!-- about -->
<div class="about" id="about">
<div class="container">
<h2 class="w3_heade_tittle_agile">Welcome to our Avi-pra Healthcare</h2>
<p class="ab">Be Active and Exercise. Along with a healthy diet, exercise can improve your health and well-being. Exercising regularly can increase your self-esteem and confidence; reduce your feelings of stress, anxiety, and depression; improve your sleep; and help you maintain a healthy weight.</p>
<div class="about-w3lsrow">
<div class="col-md-6 w3about-img">
<img src="images/about.jpg" alt=" " class="img-responsive">
</div>
<div class="col-md-6 col-sm-7 w3about-img two">
<div class="w3about-text">
<h5 class="w3l-subtitle">We Care About Your Health</h5>
<p>WE VALUE PEOPLE AND THE PLANET BEFORE PROFITS.
PROMOTING OPTIMUM HEALTH FOR EVERYONE!</p>
<p>Taking good care of yourself is paramount to the success of your recovery process. People in recovery find that their physical, spiritual, and emotional health are all connected, and that supporting one supports the others. Taking care of all aspects of you will increase the likelihood that you stay well.</p>
<div class="read"><a href="single.html" class="hvr-rectangle-in">Read More</a></div>
</div>
</div>
<div class="clearfix"> </div>
</div>
</div>
</div>
<!-- /about-bottom -->
<!-- /girds_agileits -->
<div class="Department_girds_agileits">
<div class="agile_team_grid">
<div class="col-md-3 w3ls_banner_bottom_grid">
<img src="images/g1.jpg" alt=" " class="img-responsive" />
<div class="overlay">
<h4>Department 1</h4>
<ul class="social_agileinfo">
<li><a href="https://www.facebook.com/" class="w3_facebook"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://twitter.com/" class="w3_twitter"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://www.instagram.com/?hl=en" class="w3_instagram"><i class="fa fa-instagram"></i></a></li>
<li><a href="https://www.google.co.in/" class="w3_google"><i class="fa fa-google-plus"></i></a></li>
</ul>
</div>
</div>
<div class="col-md-3 w3ls_banner_bottom_grid">
<img src="images/g2.jpg" alt=" " class="img-responsive" />
<div class="overlay">
<h4>Department 2</h4>
<ul class="social_agileinfo">
<li><a href="https://www.facebook.com/" class="w3_facebook"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://twitter.com/" class="w3_twitter"><i class="fa fa-twitter"></i></a></li>
<li><a href="#" class="w3_instagram"><i class="fa fa-instagram"></i></a></li>
<li><a href="https://www.google.co.in/" class="w3_google"><i class="fa fa-google-plus"></i></a></li>
</ul>
</div>
</div>
<div class="col-md-3 w3ls_banner_bottom_grid hvr-shutter-in-horizontal">
<img src="images/g3.jpg" alt=" " class="img-responsive" />
<div class="overlay">
<h4>Department 3</h4>
<ul class="social_agileinfo">
<li><a href="https://www.facebook.com/" class="w3_facebook"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://twitter.com/" class="w3_twitter"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://www.instagram.com/?hl=en" class="w3_instagram"><i class="fa fa-instagram"></i></a></li>
<li><a href="https://www.google.co.in/" class="w3_google"><i class="fa fa-google-plus"></i></a></li>
</ul>
</div>
</div>
<div class="col-md-3 w3ls_banner_bottom_grid">
<img src="images/g4.jpg" alt=" " class="img-responsive" />
<div class="overlay">
<h4>Department 4</h4>
<ul class="social_agileinfo">
<li><a href="https://www.facebook.com/" class="w3_facebook"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://twitter.com/" class="w3_twitter"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://www.instagram.com/?hl=en" class="w3_instagram"><i class="fa fa-instagram"></i></a></li>
<li><a href="https://www.google.co.in/" class="w3_google"><i class="fa fa-google-plus"></i></a></li>
</ul>
</div>
</div>
</div>
<div class="clearfix"></div>
</div>
<!-- //girds_agileits -->
<div class="agile_menu" id="menu">
<div class="container">
<h3 class="w3_heade_tittle_agile">Our Departments</h3>
<p class="sub_t_agileits">Add Short Description</p>
<div class="menu_w3ls_agile_top_section">
<div class="ziehharmonika">
<h3>Neurology</h3>
<div>
<div class="w3_agile_recipe-grid">
<div class="col-md-6 col-sm-6 tab-image">
<img src="images/g5.jpg" alt="Medicinal">
</div>
<div class="col-md-6 col-sm-6 tab-info">
<h4>We are having department to us</h4>
<p>Accident and emergency: Also called Casualty Department, where you're likely to be taken if you have arrived in an ambulance or emergency situation.
Admissions: At the Admitting Department, the patient will be required to provide personal information and sign consent forms before being taken to the hospital unit or ward. If the individual is critically ill, then, this information is usually obtained from a family member.
Anesthetics: Doctors in this department give anesthetic for operations and procedures. An anesthetic is a drug or agent that produces a complete or partial loss of feeling. There are three kinds of anesthetic: general, regional and local.
Breast Screening: Screens women for breast cancer and is usually linked to the X-ray or radiology department.
Burn Center (Burn Unit or Burns Unit): A hospital specializing in the treatment of burns. Burn centers are often used for the treatment and recovery of patients with more severe burns.
Cardiology: Provides medical care to patients who have problems with their heart or circulation.</p>
<div class="read"><a href="#" class="hvr-rectangle-in">Read More</a></div>
</div>
<div class="clearfix"></div>
</div>
</div>
<h3>Dental</h3>
<div>
<div class="w3_agile_recipe-grid">
<div class="col-md-6 col-sm-6 tab-info two">
<h4>We are having department to us</h4>
<p>At Aspen Dental practices, we are committed to treating patients with the compassion and respect they deserve. We believe in providing comprehensive treatment and skilled sdental services that address both your short- and long-term dental care needs in an honest, judgment-free environment where it all comes down to great care. </p>
<div class="read"><a href="#" class="hvr-rectangle-in">Read More</a></div>
</div>
<div class="col-md-6 col-sm-6 tab-image two">
<img src="images/g6.jpg" alt="Medicinal">
</div>
<div class="clearfix"></div>
</div>
</div>
<h3>Eye Care</h3>
<div>
<div class="w3_agile_recipe-grid">
<div class="col-md-6 col-sm-6 tab-image">
<img src="images/g7.jpg" alt="Medicinal">
</div>
<div class="col-md-6 col-sm-6 tab-info">
<h4>We are having department to us</h4>
<p>Your eyes are an important part of your health. Most people rely on their eyes to see and make sense of the world around them. But some eye diseases can lead to vision loss, so it is important to identify and treat eye diseases as early as possible. You should get your eyes checked as often as your health care provider recommends it, or if you have any new vision problems. And just as it is important to keep your body healthy, you also need to keep your eyes healthy.</p>
<div class="read"><a href="#" class="hvr-rectangle-in">Read More</a></div>
</div>
<div class="clearfix"></div>
</div>
</div>
<h3>Baby Care</h3>
<div>
<div class="w3_agile_recipe-grid">
<div class="col-md-6 col-sm-6 tab-info two">
<h4>We are having department to us</h4>
<p>Freshening your little one can be a great bonding experience after every bath and diaper change. You can use JOHNSON’S Baby Powder, that protects your baby's skin from excess moisture and leaves it soft and smooth. It eliminates friction while keeping skin cool and comfortable. Trust us, it’s a classic! </p>
<div class="read"><a href="#" class="hvr-rectangle-in">Read More</a></div>
</div>
<div class="col-md-6 col-sm-6 tab-image two">
<img src="images/g2.jpg" alt="Medicinal">
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- services section -->
<div class="service-w3l jarallax" id="service">
<div class="container">
<h3 class="w3_heade_tittle_agile two">What We Do Best</h3>
<p class="sub_t_agileits">Add Short Description</p>
<div class="col-lg-4 col-md-4 col-sm-12 serv-agileinfo1">
<div class="col-lg-12 col-md-12 col-sm-6 serv-wthree1" data-aos="zoom-in">
<ul class="ch-grid">
<li>
<div class="ch-item">
<div class="ch-info">
<div class="ch-info-front ch-img-1"><i class="fa fa-pencil-square-o" aria-hidden="true"></i></div>
<div class="ch-info-back">
<h5>Avi-pra Healthcare</h5>
<p>Best In Services</p>
</div>
</div>
</div>
</li>
</ul>
<h4 class="text-center">Easy Booking</h4>
<!--<p class="text-center">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla volutpat risus eu pretium commodo.</p> -->
</div>
<div class="col-lg-12 col-md-12 col-sm-6 serv-wthree2" data-aos="zoom-in">
<ul class="ch-grid">
<li>
<div class="ch-item">
<div class="ch-info">
<div class="ch-info-front ch-img-2"><i class="fa fa-user-md" aria-hidden="true"></i></div>
<div class="ch-info-back">
<h5>Avi-pra Healthcare</h5>
<p>Best In Services</p>
</div>
</div>
</div>
</li>
</ul>
<h4 class="text-center">Experience</h4>
<!--<p class="text-center">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla volutpat risus eu pretium commodo.</p> -->
</div>
<div class="clearfix"></div>
</div>
<div class="col-lg-4 col-md-4 col-sm-6 serv-agileinfo2">
<div class="col-lg-12 col-md-12 col-sm-6 serv-wthree4" data-aos="zoom-in">
<ul class="ch-grid">
<li>
<div class="ch-item">
<div class="ch-info">
<div class="ch-info-front ch-img-3"><i class="fa fa-ambulance" aria-hidden="true"></i></div>
<div class="ch-info-back">
<h5>Avi-pra Healthcare</h5>
<p>Best In Services</p>
</div>
</div>
</div>
</li>
</ul>
<h4 class="text-center">Emergency Care</h4>
<!--<p class="text-center">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla volutpat risus eu pretium commodo.</p> -->
</div>
<div class="clearfix"></div>
</div>
<div class="col-lg-4 col-md-4 col-sm-6 serv-agileinfo3">
<div class="col-lg-12 col-md-12 col-sm-6 serv-wthree6" data-aos="zoom-in">
<ul class="ch-grid">
<li>
<div class="ch-item">
<div class="ch-info">
<div class="ch-info-front ch-img-4"><i class="fa fa-tint" aria-hidden="true"></i></div>
<div class="ch-info-back">
<h5>Avi-pra Healthcare</h5>
<p>Best In Services</p>
</div>
</div>
</div>
</li>
</ul>
<h4 class="text-center">DNA Testing</h4>
<!--<p class="text-center">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla volutpat risus eu pretium commodo.</p> -->
</div>
<div class="col-lg-12 col-md-12 col-sm-6 serv-wthree5" data-aos="zoom-in">
<ul class="ch-grid">
<li>
<div class="ch-item">
<div class="ch-info">
<div class="ch-info-front ch-img-5"><i class="fa fa-wheelchair" aria-hidden="true"></i></div>
<div class="ch-info-back">
<h5>Avi-pra Healthcare</h5>
<p>Best In Services</p>
</div>
</div>
</div>
</li>
</ul>
<h4 class="text-center">General Treatment</h4>
<!--<p class="text-center">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla volutpat risus eu pretium commodo.</p> -->
</div>
<div class="clearfix"></div>
</div>
<div class="clearfix"></div>
</div>
</div>
<!-- /services section -->
<!-- stats -->
<div class="stats" id="stats">
<div class="container">
<div class="inner_w3l_agile_grids">
<div class="col-md-3 w3layouts_stats_left w3_counter_grid">
<i class="fa fa-building-o" aria-hidden="true"></i>
<p class="counter">120</p>
<h3>Hospital Rooms</h3>
</div>
<div class="col-md-3 w3layouts_stats_left w3_counter_grid1">
<i class="fa fa-wheelchair" aria-hidden="true"></i>
<p class="counter">165</p>
<h3>Wheelchair</h3>
</div>
<div class="col-md-3 w3layouts_stats_left w3_counter_grid2">
<i class="fa fa-ambulance" aria-hidden="true"></i>
<p class="counter">563</p>
<h3>Ambulance Car</h3>
</div>
<div class="col-md-3 w3layouts_stats_left w3_counter_grid3">
<i class="fa fa-heart-o" aria-hidden="true"></i>
<p class="counter">245</p>
<h3>Saved Hearts</h3>
</div>
<div class="clearfix"> </div>
</div>
</div>
</div>
<!-- //stats -->
<!-- services-bottom -->
<div class="services-bottom">
<div class="col-md-5 wthree_services_bottom_right">
<section class="slider">
<div class="flexslider">
<ul class="slides">
<li>
<div class="w3_agile_services_bottom_right_grid">
<p class="w3layouts_head_slide">Health Care <span>Center</span></p>
</div>
</li>
<li>
<div class="w3_agile_services_bottom_right_grid1">
<p class="w3layouts_head_slide">Hospital <span> Departments</span></p>
</div>
</li>
<li>
<div class="w3_agile_services_bottom_right_grid2">
<p class="w3layouts_head_slide">Health Care <span>Center</span></p>
</div>
</li>
</ul>
</div>
</section>
</div>
<div class="col-md-7 wthree_services_bottom_left">
<div class="wthree_services_bottom_left_grid">
<div class="col-md-6 w3_agileits_services_bottom_l_grid">
<div class="agile_services_bottom_l_grid1">
<img src="images/g4.jpg" alt=" " class="img-responsive" />
<div class="w3_service_bottom_grid_pos">
<h3>Quality Care</h3>
</div>
</div>
</div>
<div class="col-md-6 w3_agileits_services_bottom_r_grid">
<h4>Best Surgeons</h4>
<p>Dr. Siddhartha Biswas
Surgical Oncologist, General Surgeon
MBBS (Gold Medalist), MS ( Surgery), F.A.I.S, D.N.B (Surgery), M.N.A.M.S, F.I.M.S.A; MRCS (Edin), M.Ch.(Plastic & Reconstructive Surgery)</p>
</div>
<div class="clearfix"> </div>
</div>
<div class="wthree_services_bottom_left_grid">
<div class="col-md-6 w3_agileits_services_bottom_r_grid">
<h4>Latest Technologies</h4>
<p>Thanks to plastics, medical advances have allowed scientists and doctors to team up...</p>
</div>
<div class="col-md-6 w3_agileits_services_bottom_l_grid">
<div class="agile_services_bottom_l_grid1">
<img src="images/g2.jpg" alt=" " class="img-responsive" />
<div class="w3_service_bottom_grid_pos">
<h3>Quality Care</h3>
</div>
</div>
</div>
<div class="clearfix"> </div>
</div>
</div>
<div class="clearfix"> </div>
</div>
<!-- //services-bottom -->
<!-- footer -->
<div class="footer">
<div class="container">
<h4>Subscribe to <span>Newsletter</span></h4>
<form action="#" method="post">
<input type="email" name="Email" placeholder="Enter Your Email..." required="">
<input type="submit" value="Send">
</form>
<div class="agile_footer_copy">
<div class="w3agile_footer_grids">
<div class="col-md-4 w3agile_footer_grid">
<h3>About Us</h3>
<p>Avi-pra Healthcare<span>Healthcare IT Solution</span></p>
</div>
<div class="col-md-4 w3agile_footer_grid">
<h3>Contact Info</h3>
<ul>
<li><i class="fa fa-map-marker" aria-hidden="true"></i>UIT Burdwan,<span>Burdwan, West Bengal.</span></li>
<li><i class="fa fa-envelope-o" aria-hidden="true"></i><a href="mailto:[email protected]">[email protected]</a></li>
<li><i class="fa fa-phone" aria-hidden="true"></i>+91 9199642838</li>
</ul>
</div>
<div class="col-md-4 w3agile_footer_grid w3agile_footer_grid1">
<h3>Navigation</h3>
<ul>
<li><span class="fa fa-long-arrow-right" aria-hidden="true"></span><a href="gallery.html">Department</a></li>
<li><span class="fa fa-long-arrow-right" aria-hidden="true"></span><a href="appointment.html">Appointment</a></li>
<li><span class="fa fa-long-arrow-right" aria-hidden="true"></span><a href="about.html">About</a></li>
<li><span class="fa fa-long-arrow-right" aria-hidden="true"></span><a href="contact.html">Contact Us</a></li>
</ul>
</div>
<div class="clearfix"> </div>
</div>
</div>
<div class="w3_agileits_copy_right_social">
<div class="col-md-6 agileits_w3layouts_copy_right">
<p>© 2019 Avi-pra Healthcare. All rights reserved.</p>
</div>
<div class="col-md-6 w3_agile_copy_right">
<ul class="agileits_social_list">
<li><a href="https://www.facebook.com/" class="w3_agile_facebook"><i class="fa fa-facebook" aria-hidden="true"></i></a></li>
<li><a href="https://twitter.com/" class="agile_twitter"><i class="fa fa-twitter" aria-hidden="true"></i></a></li>
</ul>
</div>
<div class="clearfix"> </div>
</div>
</div>
</div>
<!-- //footer -->
<a href="#" id="toTop" style="display: block;"> <span id="toTopHover" style="opacity: 1;"> </span></a>
<!-- js -->
<script src="js/jquery-2.2.3.min.js"></script>
<script src="js/JiSlider.js"></script>
<script>
$(window).load(function () {
$('#JiSlider').JiSlider({color: '#fff', start: 3, reverse: true}).addClass('ff')
})
</script><script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-36251023-1']);
_gaq.push(['_setDomainName', 'jqueryscript.net']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<script src="js/ziehharmonika.js"></script>
<script>
$(document).ready(function() {
$('.ziehharmonika').ziehharmonika({
collapsible: true,
prefix: ''
});
});
</script>
<!-- stats -->
<script src="js/jquery.waypoints.min.js"></script>
<script src="js/jquery.countup.js"></script>
<script>
$('.counter').countUp();
</script>
<!-- //stats -->
<script type="text/javascript">
$(function(){
$("#bars li .bar").each(function(key, bar){
var percentage = $(this).data('percentage');
$(this).animate({
'height':percentage+'%'
}, 1000);
})
})
</script>
<!-- bootstrap-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">
Avi-pra Healthcare
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
</div>
<section>
<div class="modal-body">
<img src="images/g9.jpg" alt=" " class="img-responsive" />
<p>Ut enim ad minima veniam, quis nostrum
exercitationem ullam corporis suscipit laboriosam,
nisi ut aliquid ex ea commodi consequatur? Quis autem
vel eum iure reprehenderit qui in ea voluptate velit
esse quam nihil molestiae consequatur, vel illum qui
dolorem eum fugiat quo voluptas nulla pariatur.
<i>" Quis autem vel eum iure reprehenderit qui in ea voluptate velit
esse quam nihil molestiae consequatur.</i></p>
</div>
</section>
</div>
</div>
</div>
<!-- //bootstrap-pop-up -->
<!-- flexSlider -->
<script defer src="js/jquery.flexslider.js"></script>
<script type="text/javascript">
$(window).load(function(){
$('.flexslider').flexslider({
animation: "slide",
start: function(slider){
$('body').removeClass('loading');
}
});
});
</script>
<!-- //flexSlider -->
<!-- start-smoth-scrolling -->
<script type="text/javascript" src="js/move-top.js"></script>
<script type="text/javascript" src="js/easing.js"></script>
<script type="text/javascript">
jQuery(document).ready(function($) {
$(".scroll").click(function(event){
event.preventDefault();
$('html,body').animate({scrollTop:$(this.hash).offset().top},1000);
});
});
</script>
<!-- start-smoth-scrolling -->
<script src="js/jarallax.js"></script>
<script src="js/SmoothScroll.min.js"></script>
<script type="text/javascript">
/* init Jarallax */
$('.jarallax').jarallax({
speed: 0.5,
imgWidth: 1366,
imgHeight: 768
})
</script>
<script src="js/bootstrap.js"></script>
<!-- //for bootstrap working -->
<!-- here stars scrolling icon -->
<script type="text/javascript">
$(document).ready(function() {
/*
var defaults = {
containerID: 'toTop', // fading element id
containerHoverID: 'toTopHover', // fading element hover id
scrollSpeed: 1200,
easingType: 'linear'
};
*/
$().UItoTop({ easingType: 'easeOutQuart' });
});
</script>
<!-- //here ends scrolling icon -->
</body>
</html>