-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
748 lines (669 loc) · 29.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-MSP4GXR2TK"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-MSP4GXR2TK');
</script>
<!-- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<title>Doctors House Call Service - Home Health Care In Kathmandu</title>
<!-- SEO Specific Metas
================================================== -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="Home health care service in Kathmandu, Nepal. We provide nursing care, doctor home visit consultation, physiotherapy, lab tests service at your home.">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="robots" content="index">
<meta name="robots" content="follow">
<link rel="canonical" href="https://doctorshousecall.com.np/" />
<!-- Social Media Essential META Tags -->
<meta property="og:title" content="Doctors House Call Service - Home Health Care In Kathmandu">
<meta property="og:description" content="Home health care service in Kathmandu, Nepal. We provide nursing care, doctor home visit consultation, physiotherapy, lab tests service at your home.">
<meta property="og:type" content="website" />
<meta property="og:image" content="https://doctorshousecall.com.np/static/images/fulllogo.png">
<meta property="og:url" content="https://doctorshousecall.com.np">
<!-- Twitter Cards Meta Tags -->
<meta name="twitter:card" content="https://doctorshousecall.com.np/static/images/fulllogo.png">
<meta name="twitter:title" content="Doctors House Call Service - Home Health Care In Kathmandu">
<meta name="twitter:description" content="Home health care service in Kathmandu, Nepal. We provide nursing care, doctor home visit consultation, physiotherapy, lab tests service at your home.">
<meta name="twitter:image" content="https://doctorshousecall.com.np/static/images/fulllogo.png">
<!-- Favicon -->
<link rel="shortcut icon" type="image/x-icon" href="static/images/favicons/favicon.ico" />
<!--
Essential stylesheets
=====================================-->
<link rel="stylesheet" href="static/plugins/bootstrap/bootstrap.min.css">
<link rel="stylesheet" href="static/plugins/icofont/icofont.min.css">
<link rel="stylesheet" href="static/plugins/slick-carousel/slick/slick.css">
<link rel="stylesheet" href="static/plugins/slick-carousel/slick/slick-theme.css">
<!-- Main Stylesheet -->
<link rel="stylesheet" href="static/css/style.css">
</head>
<body id="top">
<!-- Messenger Chat plugin Code -->
<div id="fb-root"></div>
<!-- Your Chat plugin code -->
<div id="fb-customer-chat" class="fb-customerchat">
</div>
<script>
var chatbox = document.getElementById('fb-customer-chat');
chatbox.setAttribute("page_id", "104138718897805");
chatbox.setAttribute("attribution", "biz_inbox");
</script>
<!-- Your SDK code -->
<script>
window.fbAsyncInit = function() {
FB.init({
xfbml : true,
version : 'v18.0'
});
};
(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = 'https://connect.facebook.net/en_US/sdk/xfbml.customerchat.js';
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<header>
<div class="header-top-bar">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6">
<ul class="top-bar-info list-inline-item pl-0 mb-0">
<li class="list-inline-item"><a href="mailto:[email protected]"><i class="icofont-support-faq mr-2"></i>[email protected]</a></li>
<li class="list-inline-item"><i class="icofont-location-pin mr-2"></i>Baluwatar, Kathmandu, Nepal</li>
</ul>
</div>
<div class="col-lg-6">
<div class="text-lg-right top-right-bar mt-2 mt-lg-0">
<a href="tel:+977-9813165183">
<span class="h4">Call Now : </span>
<span class="h4">+977-9813165183</span>
</a>
</div>
</div>
</div>
</div>
</div>
<nav class="navbar navbar-expand-lg navigation" id="navbar">
<div class="container">
<a class="navbar-brand" href="/">
<img src="static/images/logo.webp" alt="Doctors House Call Service, Kathmandu, Nepal" class="img-fluid">
</a>
<button class="navbar-toggler collapsed" type="button" data-toggle="collapse" data-target="#navbarmain"
aria-controls="navbarmain" aria-expanded="false" aria-label="Toggle navigation">
<span class="icofont-navigation-menu"></span>
</button>
<div class="collapse navbar-collapse" id="navbarmain">
<ul class="navbar-nav ml-auto">
<li class="nav-item active"><a class="nav-link" href="/">Home</a></li>
<li class="nav-item"><a class="nav-link" href="/about/">About</a></li>
<li class="nav-item"><a class="nav-link" href="/#services">Services</a></li>
<li class="nav-item"><a class="nav-link" href="/doctors/">Doctors</a></li>
<li class="nav-item"><a class="nav-link" href="/blogs/">Blogs</a></li>
<li class="nav-item"><a class="nav-link" href="/testimonials/">Testimonials</a></li>
<li class="nav-item"><a class="nav-link" href="/contact/">Contact</a></li>
</ul>
</div>
</div>
</nav>
</header>
<!-- Slider Start -->
<section class="banner">
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-12 col-xl-7">
<div class="block">
<div class="divider mb-3"></div>
<strong><span class="text-uppercase letter-spacing">Doctors House Call Service - Home Health Care In Kathmandu, Nepal</span></strong>
<h1 class="mb-3 mt-3">अब Call गर्ने बितिकै Doctor तपाईको घरमा !</h1>
<p class="mb-4 pr-5">We provide specialized 24/7 home medical care, cost-effective services for all ages, with a special focus on elder clients, helping you save on both hospital costs and time.</p>
<div class="btn-container ">
<a href="tel:+977-9813165183" class="btn btn-main-2 btn-icon btn-round-full"><i class="icofont-phone"></i> Call Now</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="features">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="feature-block d-lg-flex">
<div class="feature-item mb-5 mb-lg-0">
<div class="feature-icon mb-4">
<i class="icofont-surgeon-alt"></i>
</div>
<!-- <span>24 Hours Service</span> -->
<h4 class="mb-3">Schedule a Home Visit</h4>
<p class="mb-4">Book an appointment with us, and we'll bring healthcare to your home.</p>
<a href="/appointment/" class="btn btn-main btn-round-full">Make an appoinment</a>
</div>
<div class="feature-item mb-5 mb-lg-0">
<div class="feature-icon mb-4">
<i class="icofont-support"></i>
</div>
<!-- <span>Emegency Cases</span> -->
<h4 class="mb-3">Emegency Cases</h4>
<!-- <li class="d-flex justify-content-between"><i class="icofont-phone"></i><a href="tel:01-5148031">01-5148031</a></li><hr> -->
<li class="d-flex justify-content-between"><i class="icofont-phone"></i><a href="tel:+977-9813165183">+977-9813165183</a></li><hr>
<li class="d-flex justify-content-between"><i class="icofont-phone"></i><a href="tel:+977-9861617998">+977-9861617998</a></li>
</div>
<div class="feature-item mb-5 mb-lg-0">
<div class="feature-icon mb-4">
<i class="icofont-chat"></i>
</div>
<h4 class="mb-3">Chat With Us</h4>
<ul class="w-hours list-unstyled">
<li class="d-flex justify-content-between"><i class="icofont-whatsapp"></i><a href="https://api.whatsapp.com/send?phone=9813165183">WhatsApp</a></li>
<li class="d-flex justify-content-between"><i class="icofont-viber"></i><a href="viber://chat?number=+9779813165183">Viber</a></li>
<li class="d-flex justify-content-between"><i class="icofont-facebook-messenger"></i><a href="http://m.me/DoctorsHouseCallServiceNepal">Messenger</a></li>
<!-- <li class="d-flex justify-content-between"><i class="icofont-phone"></i><a href="tel:01-5148031">+977-9861617998</a></li> -->
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section about">
<div class="container">
<div class="row align-items-center">
<!-- <div class="col-lg-4 col-sm-6">
<div class="about-img">
<img src="static/images/about/img-1.jpg" alt="" class="img-fluid">
<img src="static/images/about/img-2.jpg" alt="" class="img-fluid mt-4">
</div>
</div> -->
<div class="col-lg-4 col-sm-6">
<div class="about-img mt-4 mt-lg-0">
<img src="static/images/homepage/benefits.webp" alt="Home Health Care Service In Nepal - Doctors House Call" class="img-fluid">
</div>
</div>
<div class="col-lg-8">
<div class="section-title">
<h2>Quality Home Care Solution for Special Needs</h2>
<!-- <h2>Providing Quality Home Health Care for Special Care Needs</h2> -->
<!-- <h2>Taking Care of Your Loved Ones, Right at Home!</h2> -->
<p class="mt-3 mb-3">At <b>Doctors House Call</b>, our mission is to bring top-quality healthcare at your home, ensuring the health, happiness, and fastest service for your loved ones, no matter the situation.</p>
<p class="mt-3 mb-3"> If any of the following situations resonate with you, our service is the right choice for you:</p>
<ul>
<li class="mt-2">If your <b><mark> busy schedule </mark></b> makes it tough to take your loved one to the hospital.</li>
<li class="mt-2">If your family member has a <b> <mark>contagious illness</mark> </b> that needs them to stay home.</li>
<li class="mt-2">If you're <b> <mark>living abroad </mark></b> and want your family's health looked after regularly.</li>
<li class="mt-2">If your loved one is <b><mark>elderly</mark></b> or has <b><mark>disabilities</mark></b> and finds going to the hospital is no longer convenient.</li>
<li class="mt-2">If you need normal <b><mark>medical procedures and regular check-ups</mark></b> like body checkup, vaccinations, nursing care, physiotherapy, and more at your home.</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<section class="cta-section ">
<div class="container">
<div class="section-title">
<h2 style="text-align: center;">We Are Growing</h2>
<div class="divider mx-auto my-4"></div>
</div>
<div class="cta position-relative">
<div class="row">
<div class="col-lg-3 col-md-6 col-sm-6">
<div class="counter-stat">
<i class="icofont-user"></i>
<span class="h3 counter" data-count="3500">0</span><span style="color: white; font-size: 1em;">+</span>
<p>Happy Patients</p>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6">
<div class="counter-stat">
<i class="icofont-home"></i>
<span class="h3 counter" data-count="4000">0</span><span style="color: white; font-size: 1em;">+</span>
<p>Visited Home</p>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6">
<div class="counter-stat">
<i class="icofont-doctor"></i>
<span class="h3 counter" data-count="100">0</span><span style="color: white; font-size: 1em;">+</span>
<p>Expert Doctors</p>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6">
<div class="counter-stat">
<i class="icofont-world"></i>
<span class="h3 counter" data-count="3">0</span>
<p>Serving Districts</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section service gray-bg">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-7 text-center">
<div class="section-title">
<h2 id="services">Our Key Services</h2>
<div class="divider mx-auto my-4"></div>
<p>We offer all the essential services you'd expect from a home care provider. Here are our main services where we give extra attention and care:</p>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="service-item mb-4">
<div class="icon d-flex align-items-center">
<i class="icofont-nurse-alt text-lg"></i>
<h4 class="mt-3 mb-3"><a href="/blogs/home-nursing-care-service-in-nepal/" target="_blank">24/7 Nursing Care at Home</a></h4>
</div>
<div class="content">
<p class="mb-4">Round-the-clock medical attention and support for patients in the comfort of their own homes.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="service-item mb-4">
<div class="icon d-flex align-items-center">
<i class="icofont-doctor-alt text-lg"></i>
<h4 class="mt-3 mb-3"><a href="/blogs/doctor-home-visit-and-online-consultation-nepal/" target="_blank">Doctor Consultation and Minor Procedures</a></h4>
</div>
<div class="content">
<p class="mb-4">Convenient online doctor consultations and minor procedures performed in the comfort of home.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="service-item mb-4">
<div class="icon d-flex align-items-center">
<i class="icofont-laboratory text-lg"></i>
<h4 class="mt-3 mb-3"><a href="/blogs/whole-body-checkup-lab-blood-test-at-home/" target="_blank">Lab Test & Sample Collection at Home</a></h4>
</div>
<div class="content">
<p class="mb-4">Home-based whole-body lab testing service with same-day reporting and doctor consultation.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="service-item mb-4">
<div class="icon d-flex align-items-center">
<i class="icofont-runner-alt-2 text-lg"></i>
<h4 class="mt-3 mb-3"><a href="/blogs/physiotherapy-at-home-nepal/" target="_blank">Home-Based Physical Therapy</a></h4>
</div>
<div class="content">
<p class="mb-4">Physical home based therapy for improved well-being and convenience.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="service-item mb-4">
<div class="icon d-flex align-items-center">
<i class="icofont-medical-sign text-lg"></i>
<h4 class="mt-3 mb-3">Home Pharmacy Services</h4>
</div>
<div class="content">
<p class="mb-4">Access medications and healthcare products easily with just a single call, delivered right to your home.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="service-item mb-4">
<div class="icon d-flex align-items-center">
<i class="icofont-sound-wave text-lg"></i>
<h4 class="mt-3 mb-3"><a href="/blogs/usg-ultrasound-sonography-at-home-nepal/" target="_blank">Ultrasound Scans(USG)</a></h4>
</div>
<div class="content">
<p class="mb-4">Affordable and convenient ultrasound scans service at your home.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="service-item mb-4">
<div class="icon d-flex align-items-center">
<i class="icofont-food-basket text-lg"></i>
<h4 class="mt-3 mb-3"><a href="/blogs/nutrition-and-diet-consultation-at-home-in-nepal/" target="_blank">Weight Loss & Diet Consultation at Home</a></h4>
</div>
<div class="content">
<p class="mb-4">Nutritious eating and diet improvement for overall health and achieve weight loss goals.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="service-item mb-4">
<div class="icon d-flex align-items-center">
<i class="icofont-helicopter text-lg"></i>
<h4 class="mt-3 mb-3"><a href="https://doctorshousecall.com.np/blogs/air-medical-escort-nepal/" target="_blank">Emergency Patient Air Transport and Escort</a></h4>
</div>
<div class="content">
<p class="mb-4">Air transport and medical escort for critical patients in emergency situations.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="service-item mb-4">
<div class="icon d-flex align-items-center">
<i class="icofont-stethoscope-alt text-lg"></i>
<h4 class="mt-3 mb-3"><a href="/blogs/ecg-ekg-electrocardiogram-test-at-home-nepal/">ECG Test (Electrocardiogram)</a></h4>
</div>
<div class="content">
<p class="mb-4">Affordable and convenient ECG Tests for monitoring cardiovascular at you home.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section appoinment">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6 ">
<div class="appoinment-content">
<img src="static/images/homepage/benefits1.webp" alt="Bouddha Nepal Doctors Home Health Care Service" class="img-fluid">
<div class="emergency">
<h2 class="text-base"><i class="icofont-phone-circle text-base"></i>+977-9813165183</h2>
</div>
</div>
</div>
<div class="col-lg-6 col-md-10 ">
<div class="appoinment-wrap mt-5 mt-lg-0">
<h2 class="mb-2 title-color">Why Choose Doctors House Call?</h2>
<ul>
<li class="mt-2"> We truly understand each client's unique needs and can meet those needs effectively well.</li>
<li class="mt-2"> Our team includes highly experienced doctors and nurses dedicated to deliver top-quality healthcare.</li>
<li class="mt-2"> Our team, located across Kathmandu, Lalitpur, and Bhaktapur, ensures the fastest medical service at your home.</li>
<li class="mt-2"> We offer a wide range of home health care services to meet all your needs.</li>
<li class="mt-2"> We keep you fully informed about your loved one's health and treatment with clear communication.</li>
<li class="mt-2"> We're here for you 24/7, offering flexible scheduling, day or night, even in emergencies.</li>
<li class="mt-2"> We make healthcare cost-effective and transparent, saving you both money and time.</li>
</ul>
<a href="https://www.trustindex.io/reviews/doctorshousecall.com.np" target="_blank" class="btn btn-main-2 btn-icon btn-round-full"><i class="icofont-comment"></i>Check Our Reviews</a>
</div>
</div>
</div>
</div>
</section>
<section class="section testimonial-2 gray-bg">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-7">
<div class="section-title text-center">
<h2>Discover What Our Patients Have to Say About Our Service</h2>
<div class="divider mx-auto my-4"></div>
<!-- <p>Lets know moreel necessitatibus dolor asperiores illum possimus sint voluptates incidunt molestias nostrum laudantium. Maiores porro cumque quaerat.</p> -->
</div>
</div>
</div>
</div>
<!-- <div class="container">
<div class="row align-items-center">
<script defer async src='https://cdn.trustindex.io/loader.js?718264f22db6131bc7761029d21'></script>
</div>
</div> -->
<div class="container">
<div class="row align-items-center">
<div class="col-lg-12 testimonial-wrap-2">
<div class="testimonial-block style-2 gray-bg">
<i class="icofont-quote-right"></i>
<div class="testimonial-thumb">
<img src="static/images/reviews/rupa.jpg" alt="" class="img-fluid">
</div>
<div class="client-info ">
<h4>Rupa Gurung</h4>
<span>Kalimati, Kathmandu</span>
<p class="mt-4">
Doctors House Call's services are exceptionally fast and accurate. <br>I needed to address my health issues, and they came to my home to collect my blood samples. <br>I was amazed to receive my test results within half an hour.
</p>
</div>
</div>
<div class="testimonial-block style-2 gray-bg">
<div class="testimonial-thumb">
<img src="static/images/reviews/punit.jpg" alt="" class="img-fluid">
</div>
<div class="client-info">
<h4>Punit Jajodia</h4>
<span>Kathmandu</span>
<p class="mt-4">
Dr. Ram Udagar Yadav visited our house multiple times when my grandmother was not well. It wasn't just about the medicine and convenience; the way he reassured everyone and shared his analysis of the situation was amazing. I wholeheartedly recommend him for home visits.
</p>
</div>
<i class="icofont-quote-right"></i>
</div>
<div class="testimonial-block style-2 gray-bg">
<div class="testimonial-thumb">
<img src="static/images/reviews/pratima.jpg" alt="" class="img-fluid">
</div>
<div class="client-info">
<h4>Pratima Singh Khadka</h4>
<span>Baluwatar, Kathmandu</span>
<p class="mt-4">
Since the COVID-19 pandemic, I have been very concerned about visiting hospitals where there are many sick people. That's why I chose Doctors House Call, and I am very satisfied with it. You can find doctors from all medical fields on one platform, which makes it easy to use.
</p>
</div>
<i class="icofont-quote-right"></i>
</div>
<div class="testimonial-block style-2 gray-bg">
<div class="testimonial-thumb">
<img src="static/images/reviews/shekhar.jpg" alt="" class="img-fluid">
</div>
<div class="client-info">
<h4>Captain, Shekhar Kumar Kafle</h4>
<span>Bafal, Kathmandu</span>
<p class="mt-4">
Doctors House Call provides one of the best doctor consultations that I have found so far. The service is truly outstanding, especially the behavior and empathy of Dr. Ram Udagar Yadav towards patients, which is commendable. I wholeheartedly recommend Doctors House Call to everyone.
</p>
</div>
<i class="icofont-quote-right"></i>
</div>
<div class="testimonial-block style-2 gray-bg">
<div class="testimonial-thumb">
<img src="static/images/reviews/lernik.jpg" alt="" class="img-fluid">
</div>
<div class="client-info">
<h4>Lernik Mirzoyan</h4>
<span>US, Currently living in Kathmandu</span>
<p>
As I arrived in Nepal, I was in desperate need of healthcare services that could be provided in the comfort of my home. That's when I discovered Doctors House Call, and I am thoroughly pleased with the services they have offered me. They offer a wide range of services.
</p>
</div>
<i class="icofont-quote-right"></i>
</div>
<div class="testimonial-block style-2 gray-bg">
<div class="testimonial-thumb">
<img src="static/images/reviews/gautami.jpg" alt="" class="img-fluid">
</div>
<div class="client-info">
<h4>Gautami Sharma</h4>
<span>Bhaktapur</span>
<p>
They are highly professional with warm hearts, treating me not just as a patient but as if I were their own parent. Their compassionate care and professionalism contributed to my speedy recovery. They are the best service I have ever received.
</p>
</div>
<i class="icofont-quote-right"></i>
</div>
</div>
</div>
</div>
</section>
<!-- Partnets Section -->
<!-- <section class="section clients">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-7">
<div class="section-title text-center">
<h2>Partners who support us</h2>
<div class="divider mx-auto my-4"></div>
<p>Lets know moreel necessitatibus dolor asperiores illum possimus sint voluptates incidunt molestias nostrum laudantium. Maiores porro cumque quaerat.</p>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row clients-logo">
<div class="col-lg-2">
<div class="client-thumb">
<img src="static/images/about/1.png" alt="" class="img-fluid">
</div>
</div>
<div class="col-lg-2">
<div class="client-thumb">
<img src="static/images/about/2.png" alt="" class="img-fluid">
</div>
</div>
<div class="col-lg-2">
<div class="client-thumb">
<img src="static/images/about/3.png" alt="" class="img-fluid">
</div>
</div>
<div class="col-lg-2">
<div class="client-thumb">
<img src="static/images/about/4.png" alt="" class="img-fluid">
</div>
</div>
<div class="col-lg-2">
<div class="client-thumb">
<img src="static/images/about/5.png" alt="" class="img-fluid">
</div>
</div>
<div class="col-lg-2">
<div class="client-thumb">
<img src="static/images/about/6.png" alt="" class="img-fluid">
</div>
</div>
<div class="col-lg-2">
<div class="client-thumb">
<img src="static/images/about/3.png" alt="" class="img-fluid">
</div>
</div>
<div class="col-lg-2">
<div class="client-thumb">
<img src="static/images/about/4.png" alt="" class="img-fluid">
</div>
</div>
<div class="col-lg-2">
<div class="client-thumb">
<img src="static/images/about/5.png" alt="" class="img-fluid">
</div>
</div>
<div class="col-lg-2">
<div class="client-thumb">
<img src="static/images/about/6.png" alt="" class="img-fluid">
</div>
</div>
</div>
</div>
</section> -->
<!-- footer Start -->
<footer class="footer section gray-bg">
<div class="container">
<div class="row">
<div class="col-lg-4 mr-auto col-sm-6">
<div class="widget mb-5 mb-lg-0">
<div class="logo mb-4">
<img src="static/images/logo.webp" alt="Doctors House Call Service, Kathmandu, Nepal" class="img-fluid">
</div>
<!-- <p>Tempora dolorem voluptatum nam vero assumenda voluptate, facilis ad eos obcaecati tenetur veritatis eveniet distinctio possimus.</p> -->
<ul class="list-inline footer-socials mt-4">
<li class="list-inline-item">
<a href="https://www.facebook.com/DoctorsHouseCallServiceNepal" target="_blank"><i class="icofont-facebook"></i></a>
</li>
<li class="list-inline-item">
<a href="https://twitter.com/doctorsnepal1" target="_blank"><i class="icofont-twitter"></i></a>
</li>
<li class="list-inline-item">
<a href="https://www.instagram.com/doctorshousecallservicenepal/" target="_blank"><i class="icofont-instagram"></i></a>
</li>
</ul>
</div>
</div>
<div class="col-lg-2 col-md-6 col-sm-6">
<div class="widget mb-5 mb-lg-0">
<h4 class="text-capitalize mb-3">Resources</h4>
<div class="divider mb-4"></div>
<ul class="list-unstyled footer-menu lh-35">
<li><a href="/about/">About Us </a></li>
<li><a href="/contact/">Contact</a></li>
<li><a href="/doctors/">Doctors</a></li>
<li><a href="/blogs/">Blogs</a></li>
</ul>
</div>
</div>
<div class="col-lg-2 col-md-6 col-sm-6">
<div class="widget mb-5 mb-lg-0">
<h4 class="text-capitalize mb-3">Support</h4>
<div class="divider mb-4"></div>
<ul class="list-unstyled footer-menu lh-35">
<li><a href="#!">Terms & Conditions</a></li>
<li><a href="#!">FAQuestions</a></li>
<li><a href="/license/Doctors House Call Service Nepal Registration License.pdf" target="_blank">Company Licence</a></li>
</ul>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6">
<div class="widget widget-contact mb-5 mb-lg-0">
<h4 class="text-capitalize mb-3">Get in Touch</h4>
<div class="divider mb-4"></div>
<div class="footer-contact-block mb-4">
<div class="icon d-flex align-items-center">
<i class="icofont-email mr-3"></i>
<span class="h6 mb-0">Have Personal Inquiries? Email Us</span>
</div>
<span class="mt-2"><a href="mailto:[email protected]">[email protected]</a></span>
</div>
<div class="footer-contact-block">
<div class="icon d-flex align-items-center">
<i class="icofont-support mr-3"></i>
<span class="h6 mb-0">24/7 Support Available</span>
</div>
<span class="mt-2"><a href="tel:+977-9813165183">+977-9813165183</a></span>
</div>
</div>
</div>
</div>
<div class="footer-btm py-4 mt-5">
<div class="row align-items-center justify-content-between">
<div class="col-lg-6">
<div class="copyright">
Copyright © 2024, Doctors House Call Service Nepal. All Rights Reserved.
</div>
</div>
<div class="col-lg-6">
<div class="subscribe-form text-lg-right mt-5 mt-lg-0">
<form action="#" class="subscribe">
<input type="text" class="form-control" placeholder="Your Email address" required>
<button type="submit" class="btn btn-main-2 btn-round-full">Subscribe</button>
</form>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-4">
<a class="backtop scroll-top-to" href="#top">
<i class="icofont-long-arrow-up"></i>
</a>
</div>
</div>
</div>
</div>
</footer>
<!--
Essential Scripts
=====================================-->
<script src="static/plugins/jquery/jquery.js"></script>
<script src="static/plugins/bootstrap/bootstrap.min.js"></script>
<script src="static/plugins/slick-carousel/slick/slick.min.js"></script>
<script src="static/plugins/shuffle/shuffle.min.js"></script>
<!-- Google Map -->
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAkeLMlsiwzp6b3Gnaxd86lvakimwGA6UA"></script>
<script src="static/plugins/google-map/gmap.js"></script>
<script src="static/js/script.js"></script>
</body>
</html>