-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
515 lines (439 loc) · 26.2 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>L.R.M. Pharma</title>
<meta content="LRM Pharma" name="LRM Pharma 3rd Party medicine manfucturing company">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/favicon.ico" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i"
rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/fontawesome-free/css/all.min.css" rel="stylesheet">
<link href="assets/vendor/animate.css/animate.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/remixicon/remixicon.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<!-- Other css -->
<link rel="stylesheet" href="assets/css/filter search.css">
</head>
<body>
<!-- ======= Top Bar ======= -->
<div id="topbar" class="d-flex align-items-center fixed-top">
<div class="container">
<div class="contact-info d-flex align-items-center">
<i class="bi bi-envelope"></i> <a href="mailto:[email protected]">[email protected]</a>
<i class="bi bi-phone"></i> +91 97221 64108
</div>
</div>
</div>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top">
<div class="container d-flex align-items-center">
<!-- <h1 class="logo me-auto"><a href="index.html">L.R.M. Pharma</a></h1> -->
<!-- Uncomment below if you prefer to use an image logo -->
<a href="index.html" class="logo me-auto"><img src="assets/img/logo.png" alt="" class="img-fluid"></a>
<nav id="navbar" class="navbar order-last order-lg-0">
<ul>
<li><a class="nav-link scrollto active" href="#hero">Home</a></li>
<li><a class="nav-link scrollto" href="#about">About</a></li>
<li><a class="nav-link scrollto" href="#doctors">Products</a></li>
<li><a class="nav-link scrollto" href="#contact">Contact</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav>
<!-- .navbar -->
<a href="https://wa.me/+919722164108?text=Hello! What are you looking for?"
class="appointment-btn scrollto"><i class="fa fa-whatsapp"></i> Order Now</a>
</div>
</header>
<!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero" class="d-flex align-items-center">
<div class="container">
<h1>The First Welth Is Helth!</h1>
<h2>An <mark>ISO 9001:2015 certified</mark> PCD pharma company and Third party pharma manfacturing company
</h2>
</div>
</section>
<!-- End Hero -->
<main id="main">
<!-- ======= Why Us Section ======= -->
<section id="why-us" class="why-us">
<div class="container">
<div class="row">
<div class="col-lg-4 d-flex align-items-stretch">
<div class="content">
<h3>Why Choose LRM Pharma?</h3>
<p>
Your health is our passion — helping people on their way to better health. Our goal is
to make sure you have the right medicines to treat your condition, at a cost-effective
price, and with the convenience of home delivery. </p>
<div class="text-center">
<a href="#" class="more-btn">Learn More <i class="bx bx-chevron-right"></i></a>
</div>
</div>
</div>
<div class="col-lg-8 d-flex align-items-stretch">
<div class="icon-boxes d-flex flex-column justify-content-center">
<div class="row">
<div class="col-xl-4 d-flex align-items-stretch">
<div class="icon-box mt-4 mt-xl-0">
<i class='bi bi-award' style='color: red;'></i>
<h4>Best Quality</h4>
<p>At LRM Pharma, we are strongly committed to quality and accuracy from
selection of raw material to commercialization process.</p>
</div>
</div>
<div class="col-xl-4 d-flex align-items-stretch">
<div class="icon-box mt-4 mt-xl-0">
<i class="bx bx-rupee" style='color: red;'></i>
<h4>Best prices</h4>
<p>Besides quantity, we focus on maintaining the price structure of our Tablets,
capsules, injection , powder and dry syrup etc.</p>
</div>
</div>
<div class="col-xl-4 d-flex align-items-stretch">
<div class="icon-box mt-4 mt-xl-0">
<i class="bi bi-truck" style='color: red;'></i>
<h4>Quick Delivery</h4>
<p>We use the fastest yet fastest transportation mode for delivering our
offerings. Thus ensuring timely delivery and products safety.</p>
</div>
</div>
</div>
</div>
<!-- End .content-->
</div>
</div>
</div>
</section>
<!-- End Why Us Section -->
<!-- ======= About Section ======= -->
<!-- <section id="about" class="about">
<div class="container-fluid">
<div class="row">
<div class="col-xl-5 col-lg-6 video-box d-flex justify-content-center align-items-stretch position-relative">
<a href="https://www.youtube.com/watch?v=jDDaplaOz7Q" class="glightbox play-btn mb-4"></a>
</div>
<div class="col-xl-7 col-lg-6 icon-boxes d-flex flex-column align-items-stretch justify-content-center py-5 px-lg-5">
<h3>LRM Pharma is a trustworthy name to offer qualitative range medicine for Customer</h3>
<p>We always stand beside our customers to thoroughly understand their requirements and suffice them on time.</p>
<div class="icon-box">
<div class="icon"><i class="bx bx-gift"></i></div>
<h4 class="title"><a href="">Year of Establishment</a></h4>
<p class="description">Since 2015</p>
</div>
<div class="icon-box">
<div class="icon"><i class="bx bx-fingerprint"></i></div>
<h4 class="title"><a href="">GST No.</a></h4>
<p class="description">123abc45xy678xx</p>
</div>
<div class="icon-box">
<div class="icon"><i class="bx bx-receipt"></i></div>
<h4 class="title"><a href="">Marketing</a></h4>
<p class="description">We have wide experience of Pharmaceutical marketing with 60 Medical Representative as a Marketing Franchise for USV Ltd. And BCPL</p>
</div>
</div>
</div>
</div>
</section> -->
<section id="about" class="about">
<div class="section-title">
<h2>About Us</h2>
</div>
<div class="container-fluid">
<div class="row">
<div
class="col-xl-12 col-lg-12 col-md-12 icon-boxes d-flex flex-column align-items-stretch justify-content-center px-lg-5">
<h3>LRM Pharma is a trustworthy name to offer qualitative range medicine for Customer</h3>
<p>We always stand beside our customers to thoroughly understand their requirements and suffice
them on time.</p>
</div>
</div>
</div>
<div id="carouselExampleCaptions" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-indicators">
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="0" class="active"
aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="1"
aria-label="Slide 2"></button>
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="2"
aria-label="Slide 3"></button>
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="3"
aria-label="Slide 4"></button>
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="4"
aria-label="Slide 5"></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="./assets//img/4LRM.png" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="./assets//img/5LRM.png" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="./assets//img/1LRM.png" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="./assets/img/2LRM.png" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="./assets/img/3LRM.png" class="d-block w-100" alt="...">
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleCaptions"
data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleCaptions"
data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
<!-- End About Section -->
<!-- ======= product Section ======= -->
<section id="doctors" class="doctors">
<div class="container">
<div class="section-title">
<h2>Product</h2>
<p>We have wide range of products for your convenience</p>
</div>
<div class="row">
<div class="col-lg-6 mt-4 mt-lg-0">
<div class="member d-flex align-items-start">
<div class="pic"><img src="assets/img/product/cardiac.png" class="img-fluid" alt="">
</div>
<div class="member-info">
<h4>Cardiac</h4>
<span></span>
<p>Download Cardiac product list and order now!</p>
<div class="pt-2">
<a href="assets/img/product/cardiac.pdf" target="_blank"
style="margin-left: 0px;" class="appointment-btn scrollto"><i
class="fa fa-download"></i>Download Product List</a>
</div>
</div>
</div>
</div>
<div class="col-lg-6 mt-4 mt-lg-0">
<div class="member d-flex align-items-start">
<div class="pic"><img src="assets/img/product/gynecologist.png" class="img-fluid"
alt=""></div>
<div class="member-info">
<h4>Gynecologist</h4>
<span></span>
<p>Download Gynecologist product list and order now!</p>
<div class="pt-2">
<a href="assets/img/product/gynecologist.pdf" target="_blank"
style="margin-left: 0px;" class="appointment-btn scrollto"><i
class="fa fa-download"></i>Download Product List</a>
</div>
</div>
</div>
</div>
<div class="col-lg-6 mt-4 mt-lg-0">
<div class="member d-flex align-items-start">
<div class="pic"><img src="assets/img/product/derma.png" class="img-fluid" alt=""></div>
<div class="member-info">
<h4>Derma</h4>
<span></span>
<p>Download Derma product list and order now!</p>
<div class="pt-2">
<a href="assets/img/product/derma.pdf" target="_blank" style="margin-left: 0px;"
class="appointment-btn scrollto"><i class="fa fa-download"></i>Download
Product List</a>
</div>
</div>
</div>
</div>
<div class="col-lg-6 mt-4 mt-lg-0">
<div class="member d-flex align-items-start">
<div class="pic"><img src="assets/img/product/orthopedic.png" class="img-fluid" alt="">
</div>
<div class="member-info">
<h4>Orthopaedic </h4>
<span></span>
<p>Download Orthopaedic product list and order now!</p>
<div class="pt-2">
<a href="assets/img/product/orthopedic.pdf" target="_blank"
style="margin-left: 0px;" class="appointment-btn scrollto"><i
class="fa fa-download"></i>Download Product List</a>
</div>
</div>
</div>
</div>
<div class="col-lg-6 mt-4 mt-lg-0">
<div class="member d-flex align-items-start">
<div class="pic"><img src="assets/img/product/nutraceutical.png" class="img-fluid"
alt=""></div>
<div class="member-info">
<h4>Nutraceutical</h4>
<span></span>
<p>Download nutraceutical product list and order now!</p>
<div class="pt-2">
<a href="assets/img/product/nutraceutical.pdf" target="_blank"
style="margin-left: 0px;" class="appointment-btn scrollto"><i
class="fa fa-download"></i>Download Product List</a>
</div>
</div>
</div>
</div>
<div class="col-lg-6 mt-4 mt-lg-0">
<div class="member d-flex align-items-start">
<div class="pic"><img src="assets/img/product/ophthalmic.png" class="img-fluid" alt="">
</div>
<div class="member-info">
<h4>Ophthalmic</h4>
<span></span>
<p>Download ophthalmic product list and order now!</p>
<div class="pt-2">
<a href="assets/img/product/ophthalmic.pdf" target="_blank"
style="margin-left: 0px;" class="appointment-btn scrollto"><i
class="fa fa-download"></i>Download Product List</a>
</div>
</div>
</div>
</div>
<div class="col-lg-6 mt-4 mt-lg-0">
<div class="member d-flex align-items-start">
<div class="pic"><img src="assets/img/product/all.png" class="img-fluid" alt=""></div>
<div class="member-info">
<h4>All Product</h4>
<span></span>
<p>Download All products list and order now!</p>
<div class="pt-2">
<a href="assets/img/product/all.pdf" target="_blank" style="margin-left: 0px;"
class="appointment-btn scrollto"><i class="fa fa-download"></i>Download
Product List</a>
</div>
</div>
</div>
</div>
</div>
</section> -->
<!-- End product Section
<!-- ======= Contact Section ======= -->
<section id="contact" class="contact" style="background-color: white;">
<div class="container">
<div class="section-title">
<h2>Contact</h2>
</div>
</div>
<div>
<!-- <iframe style="border:0; width: 100%; height: 350px;" src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d12097.433213460943!2d-74.0062269!3d40.7101282!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xb89d1fe6bc499443!2sDowntown+Conference+Center!5e0!3m2!1smk!2sbg!4v1539943755621"
frameborder="0" allowfullscreen></iframe> -->
<div class="row mt-5">
<div class="col-lg-6">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3719.8093791339506!2d72.8655916!3d21.1997301!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3be04fafef923d87%3A0xd5d097fd5f97bd41!2sLRM%20Pharma!5e0!3m2!1sen!2sin!4v1655304598606!5m2!1sen!2sin"
width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy"
referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
<div class="col-lg-6">
<div class="info">
<div class="address">
<i class="bi bi-geo-alt"></i>
<h4>Location:</h4>
<p>197, F-1 Vikram Nagar V-2 <br>Punagam Bombay market Road<br>Surat-395010
</p>
</div>
<div class="email">
<i class="fa fa-whatsapp"></i>
<a href="https://wa.me/+919722164108?text=Hello! What are you looking for?"
class="contact-btn scrollto cm-h-44 d-block">Inquiry on whatsApp</a>
</div>
<div class="email">
<i class="bi bi-envelope"></i>
<a href="mailto:[email protected]?subject=Get Product Inquiry details&body=Hello! I am interested in your products. Please contact me.Thank you."
class="contact-btn scrollto cm-h-44 d-block">Write us on email</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Contact Section -->
</main>
<!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-6 footer-contact">
<h3><img src="assets/img/logo.png" alt="" height="120px" width="120px" class="img-fluid"></h3>
<p>
197, F-1 Vikram Nagar V-2 <br>Punagam Bombay market Road ,<br>Surat-395010<br><br>
<strong>Phone:</strong> +91 97221 64108<br><br>
<strong>Email:</strong> [email protected]<br>
</p>
</div>
<div class="col-lg-4 col-md-6 footer-links">
<h4>Useful Links</h4>
<ul>
<li><i class="bx bx-chevron-right"></i> <a href="#hero">Home</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#about">About us</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#doctors">Product</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#contact">Contact</a></li>
</ul>
</div>
<div class="col-lg-4 col-md-6 footer-newsletter">
<h4>Product</h4>
<p>You can download All Proroduct Broucher by clicking below Button</p>
<a href="#" class="cm-download-btn scrollto"><span class="d-none d-md-inline">Download </span>
Broucher </a>
</div>
</div>
</div>
</div>
<div class="container d-md-flex py-4">
<div class="me-md-auto text-center text-md-start">
<div class="copyright">
© Copyright <strong><span>LRM Pharma</span></strong>. All Rights Reserved
</div>
<div class="credits">
<!-- All the links in the footer should remain intact. -->
<!-- You can delete the links only if you purchased the pro version. -->
<!-- Licensing information: https://bootstrapmade.com/license/ -->
<!-- Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/medilab-free-medical-bootstrap-theme/ -->
Designed by <a href="index.html">Creative Cretures</a>
</div>
</div>
<div class="social-links text-center text-md-right pt-3 pt-md-0">
<a href="#" class="facebook"><i class="bx bxl-facebook"></i></a>
<a href="#" class="instagram"><i class="bx bxl-instagram"></i></a>
<a href="#"><i class="bi bi-whatsapp"></i></a>
</div>
</div>
</footer>
<!-- End Footer -->
<div id="preloader"></div>
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i
class="bi bi-arrow-up-short"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/purecounter/purecounter.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<script src="assets/js/fliter search js.js"></script>
</body>
</html>