-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
809 lines (761 loc) · 44.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>SALUD G1</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700" rel="stylesheet">
<link rel="stylesheet" href="css/open-iconic-bootstrap.min.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/aos.css">
<link rel="stylesheet" href="css/ionicons.min.css">
<link rel="stylesheet" href="css/bootstrap-datepicker.css">
<link rel="stylesheet" href="css/jquery.timepicker.css">
<link rel="stylesheet" href="css/flaticon.css">
<link rel="stylesheet" href="css/icomoon.css">
<link rel="stylesheet" href="css/style.css">
<script src="https://code.iconify.design/2/2.0.3/iconify.min.js"></script>
<script src="https://kit.fontawesome.com/b105a4593c.js" crossorigin="anonymous"></script>
</head>
<body>
<!-- Google Translate Scripts -->
<script type="text/javascript" src="js/google_translate.js"></script>
<script type="text/javascript" src="http://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit">
</script>
<!-- SMTP -->
<script src="https://smtpjs.com/v3/smtp.js"></script>
<!-- START nav -->
<nav class="navbar navbar-expand-lg navbar-dark ftco_navbar bg-dark ftco-navbar-light" id="ftco-navbar">
<div class="container">
<a class="navbar-brand" href="index.html">SALUD<span>G1</span></a>
<div id="google_translate_element"></div>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#ftco-nav" aria-controls="ftco-nav" aria-expanded="false" aria-label="Toggle navigation">
<span class="oi oi-menu"></span> Menu
</button>
<div class="collapse navbar-collapse" id="ftco-nav">
<ul class="navbar-nav ml-auto">
<li class="nav-item active"><a href="index.html" class="nav-link">Home</a></li>
<li class="nav-item"><a href="code.html" class="nav-link">My account</a></li>
<li class="nav-item"><a href="https://opencovid-peru.com/mapa-emergencia" target="_blank" class="nav-link">UCI</a></li>
<li class="nav-item"><a href="https://opencovid-peru.com/vacunacion" target="_blank" class="nav-link">Vaccination</a></li>
<li class="nav-item"><a href="https://opencovid-peru.com/situacion-distrital-pandemia" target="_blank" class="nav-link">Covid</a></li>
<li class="nav-item"><a href="about.html" class="nav-link">About</a></li>
<li class="nav-item"><a href="services.html" class="nav-link">Services</a></li>
<li class="nav-item"><a href="doctors.html" class="nav-link">Doctors</a></li>
<li class="nav-item"><a href="blog.html" class="nav-link">Blog</a></li>
<li class="nav-item cta"><a href="contact.html" class="nav-link" data-toggle="modal" data-target="#modalRequest"><span>Make an Appointment</span></a></li>
</ul>
</div>
</div>
</nav>
<!-- END nav -->
<section class="home-slider owl-carousel">
<div class="slider-item" style="background-image: url('images/bg_1.jpg');">
<div class="overlay"></div>
<div class="container">
<div class="row slider-text align-items-center" data-scrollax-parent="true">
<div class="col-md-6 col-sm-12 ftco-animate" data-scrollax=" properties: { translateY: '70%' }">
<h1 class="mb-4" data-scrollax="properties: { translateY: '30%', opacity: 1.6 }">The best doctor is the one who best inspires hope</h1>
<p class="mb-4" data-scrollax="properties: { translateY: '30%', opacity: 1.6 }">Before being a good doctor, we are good people</p>
<p data-scrollax="properties: { translateY: '30%', opacity: 1.6 }"><a href="#" class="btn btn-primary px-4 py-3">Make an appointment with our specialists.</a></p>
</div>
</div>
</div>
</div>
<div class="slider-item" style="background-image: url('images/bg_2.jpg');">
<div class="overlay"></div>
<div class="container">
<div class="row slider-text align-items-center" data-scrollax-parent="true">
<div class="col-md-6 col-sm-12 ftco-animate" data-scrollax=" properties: { translateY: '70%' }">
<h1 class="mb-4" data-scrollax="properties: { translateY: '30%', opacity: 1.6 }">Get the perfect smile you want</h1>
<p class="mb-4">the best smile shows how happy the person is, take care of it</p>
<p><a href="#" class="btn btn-primary px-4 py-3">Make an appointment with our specialists.</a></p>
</div>
</div>
</div>
</div>
</section>
<section class="ftco-intro">
<div class="container">
<div class="row no-gutters">
<div class="col-md-3 color-1 p-4">
<h3 class="mb-4">24 hour emergencies</h3>
<p>We have an emergency service and ambulance transfer fully prepared to assist you 24 hours a day.</p>
<span class="phone-number">+ (01) 456 7890</span>
</div>
<div class="col-md-3 color-2 p-4">
<h3 class="mb-4">Opening Hours</h3>
<p class="openinghours d-flex">
<span>Monday - Friday</span>
<span>8:00 - 19:00</span>
</p>
<p class="openinghours d-flex">
<span>Saturday</span>
<span>10:00 - 17:00</span>
</p>
<p class="openinghours d-flex">
<span>Sunday</span>
<span>10:00 - 16:00</span>
</p>
</div>
<div class="col-md-6 color-3 p-4">
<h3 class="mb-2">Make an Appointment</h3>
<form action="#" class="appointment-form">
<div class="row">
<div class="col-sm-4">
<div class="form-group">
<div class="select-wrap">
<div class="icon"><span class="ion-ios-arrow-down"></span></div>
<select name="" id="" class="form-control">
<option value="">Department</option>
<option value="">Teeth Whitening</option>
<option value="">Teeth CLeaning</option>
<option value="">Quality Brackets</option>
<option value="">Modern Anesthetic</option>
</select>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="form-group">
<div class="icon"><span class="icon-user"></span></div>
<input type="text" class="form-control" id="appointment_name" placeholder="Name">
</div>
</div>
<div class="col-sm-4">
<div class="form-group">
<div class="icon"><span class="icon-paper-plane"></span></div>
<input type="text" class="form-control" id="appointment_email" placeholder="Email">
</div>
</div>
</div>
<div class="row">
<div class="col-sm-4">
<div class="form-group">
<div class="icon"><span class="ion-ios-calendar"></span></div>
<input type="text" class="form-control appointment_date" placeholder="Date">
</div>
</div>
<div class="col-sm-4">
<div class="form-group">
<div class="icon"><span class="ion-ios-clock"></span></div>
<input type="text" class="form-control appointment_time" placeholder="Time">
</div>
</div>
<div class="col-sm-4">
<div class="form-group">
<div class="icon"><span class="icon-phone2"></span></div>
<input type="text" class="form-control" id="phone" placeholder="Phone">
</div>
</div>
</div>
<div class="form-group">
<input type="submit" value="Make an Appointment" class="btn btn-primary">
</div>
</form>
</div>
</div>
</div>
</section>
<section class="ftco-section ftco-services">
<div class="container">
<div class="row justify-content-center mb-5 pb-5">
<div class="col-md-7 text-center heading-section ftco-animate">
<h2 class="mb-2">The services we offer you to improve the quality of health you need.</h2>
<p>It is important to keep the body healthy and strong, that is why we offer the best services to fulfill the desired objective.</p>
</div>
</div>
<div class="row">
<div class="col-md-3 d-flex align-self-stretch ftco-animate">
<div class="media block-6 services d-block text-center">
<div class="icon d-flex justify-content-center align-items-center">
<a href="#"><span class="iconify" data-icon="medical-icon:i-dental" data-width="64" data-height="64"></span></a>
</div>
<div class="media-body p-2 mt-3">
<h3 class="heading">
Odontology</h3>
<p>We must diagnose and cure people with oral ailments and diseases, since it is important to prevent rather than regret.</p>
</div>
</div>
</div>
<div class="col-md-3 d-flex align-self-stretch ftco-animate">
<div class="media block-6 services d-block text-center">
<div class="icon d-flex justify-content-center align-items-center">
<a href="#"><span class="iconify" data-icon="medical-icon:ophthalmology" data-width="64" data-height="64"></span></a>
</div>
<div class="media-body p-2 mt-3">
<h3 class="heading">Ophthalmology</h3>
<p>We must maintain good eye health because it is essential in all the activities we do, from the most basic to the most complex.</p>
</div>
</div>
</div>
<div class="col-md-3 d-flex align-self-stretch ftco-animate">
<div class="media block-6 services d-block text-center">
<div class="icon d-flex justify-content-center align-items-center">
<a href="#"><span class="iconify" data-icon="medical-icon:internal-medicine" data-width="64" data-height="64"></span></a>
</div>
<div class="media-body p-2 mt-3">
<h3 class="heading">
General medicine</h3>
<p>We must give a first level of care to patients, after giving a diagnosis they will be referred to a specialist in the medical area for better care.</p>
</div>
</div>
</div>
<div class="col-md-3 d-flex align-self-stretch ftco-animate">
<div class="media block-6 services d-block text-center">
<div class="icon d-flex justify-content-center align-items-center">
<a href="#"><span class="iconify" data-icon="healthicons:doctor-male-outline" data-width="64" data-height="64"></span></a>
</div>
<div class="media-body p-2 mt-3">
<h3 class="heading">Nutriology</h3>
<p>Our body is important, so we must give it the essential nutrients for good health.</p>
</div>
</div>
</div>
</div>
</div>
<div class="container-wrap mt-5">
<div class="row d-flex no-gutters">
<div class="col-md-6 img" style="background-image: url(images/about-2.jpg);">
</div>
<div class="col-md-6 d-flex">
<div class="about-wrap">
<div class="heading-section heading-section-white mb-5 ftco-animate">
<h2 class="mb-2">SaludG1 with a personal touch</h2>
<p> Blessed is the one who studies to learn, the one who studies to teach, but more the one who does it to heal.</p>
</div>
<div class="list-services d-flex ftco-animate">
<div class="icon d-flex justify-content-center align-items-center">
<span class="icon-check2"></span>
</div>
<div class="text">
<h3>Specialists with extensive experience in each area</h3>
<p>Each doctor in each area has extensive experience so that the patient has all the confidence.</p>
</div>
</div>
<div class="list-services d-flex ftco-animate">
<div class="icon d-flex justify-content-center align-items-center">
<span class="icon-check2"></span>
</div>
<div class="text">
<h3>High Technology Facilities</h3>
<p>We have the latest technology on the market to provide quality service to patients so that they do not worry about anything.</p>
</div>
</div>
<div class="list-services d-flex ftco-animate">
<div class="icon d-flex justify-content-center align-items-center">
<span class="icon-check2"></span>
</div>
<div class="text">
<h3>Comfortable workspace</h3>
<p>We have comfortable spaces so that specialists can attend to patients in the most comfortable way possible.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="ftco-section">
<div class="container">
<div class="row justify-content-center mb-5 pb-5">
<div class="col-md-7 text-center heading-section ftco-animate">
<h2 class="mb-3">
Meet our specialists in each area.</h2>
<p>Your health is important that is why each specialist will take care of you in a very optimal way so that you feel healthy.</p>
</div>
</div>
<div class="row">
<div class="col-lg-3 col-md-6 d-flex mb-sm-4 ftco-animate">
<div class="staff">
<div class="img mb-4" style="background-image: url(images/person_5.jpg);"></div>
<div class="info text-center">
<h3><a href="teacher-single.html">Tom Smith</a></h3>
<span class="position">Dentist</span>
<div class="text">
<p>Far far away, behind the word mountains, far from the countries Vokalia</p>
<ul class="ftco-social">
<li class="ftco-animate"><a href="#"><span class="icon-twitter"></span></a></li>
<li class="ftco-animate"><a href="#"><span class="icon-facebook"></span></a></li>
<li class="ftco-animate"><a href="#"><span class="icon-instagram"></span></a></li>
<li class="ftco-animate"><a href="#"><span class="icon-google-plus"></span></a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 d-flex mb-sm-4 ftco-animate">
<div class="staff">
<div class="img mb-4" style="background-image: url(images/person_6.jpg);"></div>
<div class="info text-center">
<h3><a href="teacher-single.html">Mark Wilson</a></h3>
<span class="position">Dentist</span>
<div class="text">
<p>Far far away, behind the word mountains, far from the countries Vokalia</p>
<ul class="ftco-social">
<li class="ftco-animate"><a href="#"><span class="icon-twitter"></span></a></li>
<li class="ftco-animate"><a href="#"><span class="icon-facebook"></span></a></li>
<li class="ftco-animate"><a href="#"><span class="icon-instagram"></span></a></li>
<li class="ftco-animate"><a href="#"><span class="icon-google-plus"></span></a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 d-flex mb-sm-4 ftco-animate">
<div class="staff">
<div class="img mb-4" style="background-image: url(images/person_7.jpg);"></div>
<div class="info text-center">
<h3><a href="teacher-single.html">Patrick Jacobson</a></h3>
<span class="position">Dentist</span>
<div class="text">
<p>Far far away, behind the word mountains, far from the countries Vokalia</p>
<ul class="ftco-social">
<li class="ftco-animate"><a href="#"><span class="icon-twitter"></span></a></li>
<li class="ftco-animate"><a href="#"><span class="icon-facebook"></span></a></li>
<li class="ftco-animate"><a href="#"><span class="icon-instagram"></span></a></li>
<li class="ftco-animate"><a href="#"><span class="icon-google-plus"></span></a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 d-flex mb-sm-4 ftco-animate">
<div class="staff">
<div class="img mb-4" style="background-image: url(images/person_8.jpg);"></div>
<div class="info text-center">
<h3><a href="teacher-single.html">Ivan Dorchsner</a></h3>
<span class="position">System Analyst</span>
<div class="text">
<p>Far far away, behind the word mountains, far from the countries Vokalia</p>
<ul class="ftco-social">
<li class="ftco-animate"><a href="#"><span class="icon-twitter"></span></a></li>
<li class="ftco-animate"><a href="#"><span class="icon-facebook"></span></a></li>
<li class="ftco-animate"><a href="#"><span class="icon-instagram"></span></a></li>
<li class="ftco-animate"><a href="#"><span class="icon-google-plus"></span></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="row mt-5 justify-conten-center">
<div class="col-md-8 ftco-animate">
<p>At Salud G1 we are dedicated to providing health services in a timely, safe and reliable manner, aimed at prevention, diagnosis and treatment, in order to maintain and improve the health of our patients.</p>
</div>
</div>
</div>
</section>
<section class="ftco-section ftco-counter img" id="section-counter" style="background-image: url(images/bg_1.jpg);" data-stellar-background-ratio="0.5">
<div class="container">
<div class="row d-flex align-items-center">
<div class="col-md-3 aside-stretch py-5">
<div class=" heading-section heading-section-white ftco-animate pr-md-4">
<h2 class="mb-3">Achievements</h2>
<p>At G1 we have more than 10 medical specialties created with your health and the well-being of your family in mind.</p>
</div>
</div>
<div class="col-md-9 py-5 pl-md-5">
<div class="row">
<div class="col-md-3 d-flex justify-content-center counter-wrap ftco-animate">
<div class="block-18">
<div class="text">
<strong class="number" data-number="14">0</strong>
<span>Years of Experience</span>
</div>
</div>
</div>
<div class="col-md-3 d-flex justify-content-center counter-wrap ftco-animate">
<div class="block-18">
<div class="text">
<strong class="number" data-number="4500">0</strong>
<span>
Qualified specialists</span>
</div>
</div>
</div>
<div class="col-md-3 d-flex justify-content-center counter-wrap ftco-animate">
<div class="block-18">
<div class="text">
<strong class="number" data-number="4200">0</strong>
<span>Happy Smiling Customer</span>
</div>
</div>
</div>
<div class="col-md-3 d-flex justify-content-center counter-wrap ftco-animate">
<div class="block-18">
<div class="text">
<strong class="number" data-number="320">0</strong>
<span>Patients Per Year</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="ftco-section">
<div class="container">
<div class="row justify-content-center mb-5 pb-5">
<div class="col-md-7 text-center heading-section ftco-animate">
<h2 class="mb-3">Our Best Pricing</h2>
<p>The prices are adapted to any interested public.</p>
</div>
</div>
<div class="row">
<div class="col-md-3 ftco-animate">
<div class="pricing-entry pb-5 text-center">
<div>
<h3 class="mb-4">Basic</h3>
<p><span class="price">$24.50</span> <span class="per">/ session</span></p>
</div>
<ul>
<li>Diagnostic Services</li>
<li>Professional Consultation</li>
<li>Tooth Implants</li>
<li>Surgical Extractions</li>
<li>Teeth Whitening</li>
</ul>
</div>
</div>
<div class="col-md-3 ftco-animate">
<div class="pricing-entry pb-5 text-center">
<div>
<h3 class="mb-4">Standard</h3>
<p><span class="price">$34.50</span> <span class="per">/ session</span></p>
</div>
<ul>
<li>Diagnostic Services</li>
<li>Professional Consultation</li>
<li>Tooth Implants</li>
<li>Surgical Extractions</li>
<li>Teeth Whitening</li>
</ul>
</div>
</div>
<div class="col-md-3 ftco-animate">
<div class="pricing-entry active pb-5 text-center">
<div>
<h3 class="mb-4">Premium</h3>
<p><span class="price">$54.50</span> <span class="per">/ session</span></p>
</div>
<ul>
<li>Diagnostic Services</li>
<li>Professional Consultation</li>
<li>Tooth Implants</li>
<li>Surgical Extractions</li>
<li>Teeth Whitening</li>
</ul>
</div>
</div>
<div class="col-md-3 ftco-animate">
<div class="pricing-entry pb-5 text-center">
<div>
<h3 class="mb-4">Platinum</h3>
<p><span class="price">$89.50</span> <span class="per">/ session</span></p>
</div>
<ul>
<li>Diagnostic Services</li>
<li>Professional Consultation</li>
<li>Tooth Implants</li>
<li>Surgical Extractions</li>
<li>Teeth Whitening</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<section class="ftco-section testimony-section bg-light">
<div class="container">
<div class="row justify-content-center mb-5 pb-3">
<div class="col-md-7 text-center heading-section ftco-animate">
<h2 class="mb-2">Testimony</h2>
<span class="subheading">Our Happy Customer Says</span>
</div>
</div>
<div class="row justify-content-center ftco-animate">
<div class="col-md-8">
<div class="carousel-testimony owl-carousel ftco-owl">
<div class="item">
<div class="testimony-wrap p-4 pb-5">
<div class="user-img mb-5" style="background-image: url(images/person_1.jpg)">
<span class="quote d-flex align-items-center justify-content-center">
<i class="icon-quote-left"></i>
</span>
</div>
<div class="text text-center">
<p class="mb-5">“I came for a campaign that was in Ophthalmology due to the deficiency that I have in my left eye, in which I practically do not see due to the cataract, and I had received good recommendations from SaludG1 in what
this specialty is. My faith in SaludG1 was confirmed "</p>
<p class="name">Dennis Green</p>
<span class="position">Ophthalmological patient</span>
</div>
</div>
</div>
<div class="item">
<div class="testimony-wrap p-4 pb-5">
<div class="user-img mb-5" style="background-image: url(images/person_2.jpg)">
<span class="quote d-flex align-items-center justify-content-center">
<i class="icon-quote-left"></i>
</span>
</div>
<div class="text text-center">
<p class="mb-5">“They treated me in ophthalmological health centers where they did not give me exact results about my ailments and vision loss, which led me to see other possibilities and that is how I came to SaludG1. I met the specialist
and he told me to arrive on time because the diagnosis I had was retinal detachment and that it was necessary to operate immediately. It gave me hope to regain my vision and regain it "</p>
<p class="name">
Jhoan Caramantin</p>
<span class="position">Ophthalmological patient</span>
</div>
</div>
</div>
<div class="item">
<div class="testimony-wrap p-4 pb-5">
<div class="user-img mb-5" style="background-image: url(images/person_3.jpg)">
<span class="quote d-flex align-items-center justify-content-center">
<i class="icon-quote-left"></i>
</span>
</div>
<div class="text text-center">
<p class="mb-5">“Thanks to the excellent results of the first cataract operation on my little Katherine, we return happy and with total confidence for the specialist to operate on her second little eye. Thanks a lot".</p>
<p class="name">Carlos Toreto</p>
<span class="position">Cataract patient</span>
</div>
</div>
</div>
<div class="item">
<div class="testimony-wrap p-4 pb-5">
<div class="user-img mb-5" style="background-image: url(images/person_1.jpg)">
<span class="quote d-flex align-items-center justify-content-center">
<i class="icon-quote-left"></i>
</span>
</div>
<div class="text text-center">
<p class="mb-5">“I came for a campaign that was in Ophthalmology due to the deficiency that I have in my left eye, in which I practically do not see due to the cataract, and I had received good recommendations from SaludG1 in what
this specialty is. My faith in SaludG1 was confirmed "</p>
<p class="name">Dennis Green</p>
<span class="position">Ophthalmological patient</span>
</div>
</div>
</div>
<div class="item">
<div class="testimony-wrap p-4 pb-5">
<div class="user-img mb-5" style="background-image: url(images/person_1.jpg)">
<span class="quote d-flex align-items-center justify-content-center">
<i class="icon-quote-left"></i>
</span>
</div>
<div class="text text-center">
<div class="text text-center">
<p class="mb-5">“I came for a campaign that was in Ophthalmology due to the deficiency that I have in my left eye, in which I practically do not see due to the cataract, and I had received good recommendations from SaludG1 in what
this specialty is. My faith in SaludG1 was confirmed "</p>
<p class="name">Dennis Green</p>
<span class="position">Ophthalmological patient</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="ftco-gallery">
<div class="container-wrap">
<div class="row no-gutters">
<div class="col-md-3 ftco-animate">
<a href="#" class="gallery img d-flex align-items-center" style="background-image: url(images/gallery-1.jpg);">
<div class="icon mb-4 d-flex align-items-center justify-content-center">
<span class="icon-search"></span>
</div>
</a>
</div>
<div class="col-md-3 ftco-animate">
<a href="#" class="gallery img d-flex align-items-center" style="background-image: url(images/gallery-2.jpg);">
<div class="icon mb-4 d-flex align-items-center justify-content-center">
<span class="icon-search"></span>
</div>
</a>
</div>
<div class="col-md-3 ftco-animate">
<a href="#" class="gallery img d-flex align-items-center" style="background-image: url(images/gallery-3.jpg);">
<div class="icon mb-4 d-flex align-items-center justify-content-center">
<span class="icon-search"></span>
</div>
</a>
</div>
<div class="col-md-3 ftco-animate">
<a href="#" class="gallery img d-flex align-items-center" style="background-image: url(images/gallery-4.jpg);">
<div class="icon mb-4 d-flex align-items-center justify-content-center">
<span class="icon-search"></span>
</div>
</a>
</div>
</div>
</div>
</section>
<!-- FOOTER -->
<footer class="ftco-footer ftco-bg-dark ftco-section">
<div class="container">
<div class="row mb-5">
<div class="col-md-3">
<div class="ftco-footer-widget mb-4">
<h2 class="ftco-heading-2">SaludG1.</h2>
<p>Our responsibility is that you improve, that is why we will make all the necessary effort to fulfill the established objective.</p>
</div>
<ul class="ftco-footer-social list-unstyled float-md-left float-lft ">
<li class="ftco-animate"><a href="#"><span class="icon-twitter"></span></a></li>
<li class="ftco-animate"><a href="#"><span class="icon-facebook"></span></a></li>
<li class="ftco-animate"><a href="#"><span class="icon-instagram"></span></a></li>
</ul>
</div>
<div class="col-md-6">
<div class="ftco-footer-widget mb-4 ml-md-5">
<h2 class="ftco-heading-2">Quick Links</h2>
<ul class="list-unstyled">
<li><a href="about.html" class="py-2 d-block">About</a></li>
<li><a href="blog.html" class="py-2 d-block">Blog</a></li>
</ul>
</div>
</div>
<div class="col-md-3">
<div class="ftco-footer-widget mb-4">
<h2 class="ftco-heading-2">Office</h2>
<div class="block-23 mb-3">
<ul>
<li><span class="icon icon-map-marker"></span><span class="text">Av. Venezuela 2656, Lima, Lima. Lima, Perú.</span></li>
<li><a href="#"><span class="icon icon-phone"></span><span class="text">+51 999 999 999</span></a></li>
<li><a href="#"><span class="icon icon-envelope"></span><span class="text">[email protected]</span></a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12 text-center">
<p>
Copyright ©
<script>
document.write(new Date().getFullYear());
</script> All rights reserved
</p>
</div>
</div>
</div>
</footer>
<!-- END FOOTER -->
<!-- loader -->
<div id="ftco-loader" class="show fullscreen"><svg class="circular" width="48px" height="48px"><circle class="path-bg" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke="#eeeeee"/><circle class="path" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke-miterlimit="10" stroke="#F96D00"/></svg></div>
<!-- Modal -->
<div class="modal fade" id="modalRequest" tabindex="-1" role="dialog" aria-labelledby="modalRequestLabel" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title" id="modalRequestLabel">Make an Appointment</h4>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<form action="#">
<div class="form-group">
<!-- <label for="appointment_name" class="text-black">Full Name</label> -->
<input type="text" class="form-control" id="appointment_name" placeholder="Full Name">
</div>
<div class="form-group">
<!-- <label for="appointment_email" class="text-black">Email</label> -->
<input type="text" class="form-control" id="appointment_email" placeholder="Email">
</div>
<div class="form-group">
<input type="text" class="form-control" id="appointment_code" placeholder="Code">
</div>
<div class="form-group ">
<select class="form-control" id="appointment_modality">
<option hidden selected>Appointment modality</option>
<option value="1">In person</option>
<option value="2">Virtual</option>
</select>
</div>
<div class="form-group ">
<select class="form-control" id="appointment_attentionArea">
<option hidden selected>Attention Area</option>
</select>
</div>
<div class="form-group ">
<select class="form-control" id="appointment_doctor">
<option hidden selected>Doctor</option>
</select>
</div>
<div class="row">
<div class="col-md-6">
<div class="form-group">
<!-- <label for="appointment_date" class="text-black">Date</label> -->
<input type="text" class="form-control appointment_date" id="appointment_date" placeholder="Date">
</div>
</div>
<div class="col-md-6">
<div class="form-group">
<!-- <label for="appointment_time" class="text-black">Time</label> -->
<input type="text" class="form-control appointment_time" id="appointment_time" placeholder="Time">
</div>
</div>
</div>
<div class="form-group">
<!-- <label for="appointment_message" class="text-black">Message</label> -->
<textarea name="" id="appointment_symptoms" class="form-control" cols="30" rows="10" placeholder="Describe your symptoms"></textarea>
</div>
<div class="form-group">
<input id="appointment_send" type="submit" value="Make an Appointment" class="btn btn-primary">
</div>
</form>
</div>
</div>
</div>
</div>
<!-- The core Firebase JS SDK is always required and must be listed first -->
<script src="https://www.gstatic.com/firebasejs/8.8.1/firebase-app.js"></script>
<!-- TODO: Add SDKs for Firebase products that you want to use
https://firebase.google.com/docs/web/setup#available-libraries -->
<script src="https://www.gstatic.com/firebasejs/8.8.1/firebase-analytics.js"></script>
<script src="https://www.gstatic.com/firebasejs/8.7.1/firebase-database.js"></script>
<script>
// Your web app's Firebase configuration
// For Firebase JS SDK v7.20.0 and later, measurementId is optional
var firebaseConfig = {
apiKey: "AIzaSyC-MCL4ipy4O-H_sdHop1lQ_460wlvfNdY",
authDomain: "medicalfisi.firebaseapp.com",
databaseURL: "https://medicalfisi-default-rtdb.firebaseio.com",
projectId: "medicalfisi",
storageBucket: "medicalfisi.appspot.com",
messagingSenderId: "352577249230",
appId: "1:352577249230:web:9c81150b6b5c77d231559f",
measurementId: "G-Z283F77WDM"
};
// Initialize Firebase
firebase.initializeApp(firebaseConfig);
firebase.analytics();
fire_database = firebase.database();
</script>
<script src="script/index.js"></script>
<script src="js/jquery.min.js"></script>
<script src="js/jquery-migrate-3.0.1.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.easing.1.3.js"></script>
<script src="js/jquery.waypoints.min.js"></script>
<script src="js/jquery.stellar.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/aos.js"></script>
<script src="js/jquery.animateNumber.min.js"></script>
<script src="js/bootstrap-datepicker.js"></script>
<script src="js/jquery.timepicker.min.js"></script>
<script src="js/scrollax.min.js"></script>
<script src="js/main.js"></script>
<script src="script/doctorData.js"></script>
<script src="script/doctor.js"></script>
</body>
</html>