-
Notifications
You must be signed in to change notification settings - Fork 1
/
services.php
773 lines (681 loc) · 32.6 KB
/
services.php
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Services</title>
<meta charset="utf-8">
<meta name="viewpoint" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" type="text/css" href="css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="css/services_style.css">
</head>
<body>
<?php include 'navbar.php'; ?>
<div class="container">
<div class="text-center">
<h4>MANICURE & PEDICURE</h4>
<p style="font-size: 18px" class="Pcenter">All manicures and pedicures including shaping nails, trimming cuticles, hand massage, and new polish application</p>
</div>
<!-- Manicure & Pedicure -->
<div class="row" style="margin-left: 20%;">
<div class="col-md-6">
<div class="thumbnail">
<img src="images/products/p2.jpg" alt="" class="img-fluid" style="width:290px;height: 270px;">
</div>
</div>
<div class="col-md-6" style="margin-left: -10%;">
<div class="thumbnail">
<img src="images/products/p1.jpg" alt="" class="img-fluid" style="width:290px;height: 270px;">
</div>
</div>
</div>
</div>
<h6>Childrens Manicure (Age 10 and under)</h6>
<div class="row">
<div class="col-md-8 p-3 mb-2 bg-light"><h6>
Take your kid on a luxurious spa experience with our children's manicure service that includes shaping nails, trimming cuticals, massage and polish</h6>
</div>
<div class="col-md-2 p-3 mb-2 bg-light text-right">Rs. 1500</div>
<div class="col-md-1 p-3 mb-2 bg-light text-right">
<div class="form-group">
<input type="button" onclick="location.href='Appointment_service.php'" name="loginsubmit" class="btn btn-default btn-sm btn-success" value="Book Now">
</div>
<div class="col-md-1 p-3 mb-2 bg-light"></div>
</div>
</div>
<h6>Classic Manicure</h6>
<div class="row">
<div class="col-md-8 p-3 mb-2 bg-light">
<h6>Classic manicure includes shaping nails, trimming cuticles, hand massage and new polish appication</p>
</div>
<div class="col-md-2 p-3 mb-2 bg-light text-right">Rs. 2200</div>
<div class="col-md-1 p-3 mb-2 bg-light text-right">
<div class="form-group">
<input type="button" onclick="location.href='Appointment_service.php'" name="loginsubmit" class="btn btn-default btn-sm btn-success" value="Book Now">
</div>
<div class="col-md-1 p-3 mb-2 bg-light"></div>
</div>
</div>
<h6>Delux Manicure</h6>
<div class="row">
<div class="col-md-8 p-3 mb-2 bg-light">
<h6>Delux manicure starts out with tropical sugar scrub and essential organic oils to expoliate dead skin cells. Then your hands will be continuously pampered with paraffin treatment,tropical mask, and hot towel wraps, and signature organic lotion massage</p>
<p>Choose scent below</p>
<ul>
<li>Olive</li>
<li>Jasmine</li>
<li>Papaya</li>
<li>Mango</li>
</ul>
</div>
<div class="col-md-2 p-3 mb-2 bg-light text-right">Rs. 3000+</div>
<div class="col-md-1 p-3 mb-2 bg-light text-right">
<div class="form-group">
<input type="button" onclick="location.href='Appointment_service.php'" name="loginsubmit" class="btn btn-default btn-sm btn-success" value="Book Now">
</div>
<div class="col-md-1 p-3 mb-2 bg-light"></div>
</div>
</div>
<h6>Gel Manicure</h6>
<div class="row">
<div class="col-md-8 p-3 mb-2 bg-light">
<h6>Gel manicure includes a nail and cuticle tidy followed by gentle nail preparation. Traditional nail polish is replaced with a UV Gel product such as Polish pro, Shellac,Gellux etc
</div>
<div class="col-md-2 p-3 mb-2 bg-light text-right">Rs. 2500</div>
<div class="col-md-1 p-3 mb-2 bg-light text-right">
<div class="form-group">
<input type="button" onclick="location.href='Appointment_service.php'" name="loginsubmit" class="btn btn-default btn-sm btn-success" value="Book Now">
</div>
<div class="col-md-1 p-3 mb-2 bg-light"></div>
</div>
</div>
<h6>Dipping Powder Manicure</h6>
<div class="row">
<div class="col-md-8 p-3 mb-2 bg-light">
<h6>Dip powder nails are somewhere between a regular manicure and a fake acrylic nail, between base coats and a sealant, you dip your ails in to a little jar of your choosen colour(Last for a three to four weeks)
</div>
<div class="col-md-2 p-3 mb-2 bg-light text-right">Rs. 7000</div>
<div class="col-md-1 p-3 mb-2 bg-light text-right">
<div class="form-group">
<input type="button" onclick="location.href='Appointment_service.php'" name="loginsubmit" class="btn btn-default btn-sm btn-success" value="Book Now">
</div>
<div class="col-md-1 p-3 mb-2 bg-light"></div>
</div>
</div>
<h6>Gel Pedicure</h6>
<div class="row">
<div class="col-md-8 p-3 mb-2 bg-light">
<h6>Gel Pedicure includes applying a pre-mixed acrylic to the nails, and this mixture is set and hardened including three coats of gel
</div>
<div class="col-md-2 p-3 mb-2 bg-light text-right">Rs. 6000</div>
<div class="col-md-1 p-3 mb-2 bg-light text-right">
<div class="form-group">
<input type="button" onclick="location.href='Appointment_service.php'" name="loginsubmit" class="btn btn-default btn-sm btn-success" value="Book Now">
</div>
<div class="col-md-1 p-3 mb-2 bg-light"></div>
</div>
</div>
<h6>Classic Pedicure</h6>
<div class="row">
<div class="col-md-8 p-3 mb-2 bg-light">
<h6>Classic pedicure includes a warm foot soak and a foot scrubbing with either a pumice stone or foot file followed by clipping of nails, shaping of nails, cuticles will pushed back, a short foot and a calf massage
</div>
<div class="col-md-2 p-3 mb-2 bg-light text-right">Rs. 2600</div>
<div class="col-md-1 p-3 mb-2 bg-light text-right">
<div class="form-group">
<input type="button" onclick="location.href='Appointment_service.php'" name="loginsubmit" class="btn btn-default btn-sm btn-success" value="Book Now">
</div>
<div class="col-md-1 p-3 mb-2 bg-light"></div>
</div>
</div>
<!-- HairCare -->
<div class="text-center">
<h4>HAIR CARE</h4>
<p style="font-size: 18px" >Haicare is an overall term for hygine and cosmetology involving the hair which grows from the hair scalp. Hair care routines differ acoording to individual's culture and the physical characteristics of one's hair</p>
</div>
<div class="row" style="margin-left: 22%;">
<div class="col-md-6">
<div class="thumbnail">
<img src="images/products/p3.jpg" alt="" class="img-fluid" style="width:310px;height: 280px;">
</div>
</div>
<div class="col-md-6" style="margin-left: -13%;">
<div class="thumbnail">
<img src="images/products/p4.jpg" alt="" class="img-fluid" style="width:310px;height: 280px;">
</div>
</div>
</div>
</div>
<h6>Price may increase based hair length, density of hair and product usage</h6>
<div class="row">
<div class="col-md-8 p-3 mb-2 bg-light"><h6>Cut and blow dry</h6></div>
<div class="col-md-2 p-3 mb-2 bg-light text-right">Rs. 3000
</div>
<div class="col-md-1 p-3 mb-2 bg-light text-right">
<div class="form-group">
<input type="button" onclick="location.href='Appointment_service.php'" name="loginsubmit" class="btn btn-default btn-sm btn-success" value="Book Now">
</div>
<div class="col-md-1 p-3 mb-2 bg-light"></div>
</div>
</div>
<div class="row">
<div class="col-md-8 p-3 mb-2 bg-light"><h6>Blow dry setting and ironing</div>
<div class="col-md-2 p-3 mb-2 bg-light text-right">Rs. 1500
</div>
<div class="col-md-1 p-3 mb-2 bg-light text-right">
<div class="form-group">
<input type="button" onclick="location.href='Appointment_service.php'" name="loginsubmit" class="btn btn-default btn-sm btn-success" value="Book Now">
</div>
<div class="col-md-1 p-3 mb-2 bg-light"></div>
</div>
</div>
<div class="row">
<div class="col-md-8 p-3 mb-2 bg-light"><h6>White hair coverage(Regrowth)</div>
<div class="col-md-2 p-3 mb-2 bg-light text-right">Rs. 800.00
</div>
<div class="col-md-1 p-3 mb-2 bg-light text-right">
<div class="form-group">
<input type="button" onclick="location.href='Appointment_service.php'" name="loginsubmit" class="btn btn-default btn-sm btn-success" value="Book Now">
</div>
<div class="col-md-1 p-3 mb-2 bg-light"></div>
</div>
</div>
<div class="row">
<div class="col-md-8 p-3 mb-2 bg-light"><h6>White hair coverage (Full Head)</div>
<div class="col-md-2 p-3 mb-2 bg-light text-right">Rs. 1800
</div>
<div class="col-md-1 p-3 mb-2 bg-light text-right">
<div class="form-group">
<input type="button" onclick="location.href='Appointment_service.php'" name="loginsubmit" class="btn btn-default btn-sm btn-success" value="Book Now">
</div>
<div class="col-md-1 p-3 mb-2 bg-light"></div>
</div>
</div>
<div class="row">
<div class="col-md-8 p-3 mb-2 bg-light"><h6>Streaking</div>
<div class="col-md-2 p-3 mb-2 bg-light text-right">Rs. 4800.00
</div>
<div class="col-md-1 p-3 mb-2 bg-light text-right">
<div class="form-group">
<input type="button" onclick="location.href='Appointment_service.php'" name="loginsubmit" class="btn btn-default btn-sm btn-success" value="Book Now">
</div>
<div class="col-md-1 p-3 mb-2 bg-light"></div>
</div>
</div>
<div class="row">
<div class="col-md-8 p-3 mb-2 bg-light"><h6>Deep conditioning Treatment
</div>
<div class="col-md-2 p-3 mb-2 bg-light text-right">Rs. 2000.00
</div>
<div class="col-md-1 p-3 mb-2 bg-light text-right">
<div class="form-group">
<input type="button" onclick="location.href='Appointment_service.php'" name="loginsubmit" class="btn btn-default btn-sm btn-success" value="Book Now">
</div>
<div class="col-md-1 p-3 mb-2 bg-light"></div>
</div>
</div>
<div class="row">
<div class="col-md-8 p-3 mb-2 bg-light"><h6>Perming/smoothing/ Rebonding</div>
<div class="col-md-2 p-3 mb-2 bg-light text-right">Rs. 6000.00
</div>
<div class="col-md-1 p-3 mb-2 bg-light text-right">
<div class="form-group">
<input type="button" onclick="location.href='Appointment_service.php'" name="loginsubmit" class="btn btn-default btn-sm btn-success" value="Book Now">
</div>
<div class="col-md-1 p-3 mb-2 bg-light"></div>
</div>
</div>
<div class="row">
<div class="col-md-8 p-3 mb-2 bg-light"><h6>keratin</div>
<div class="col-md-2 p-3 mb-2 bg-light text-right">Rs. 15000.00
</div>
<div class="col-md-1 p-3 mb-2 bg-light text-right">
<div class="form-group">
<input type="button" onclick="location.href='Appointment_service.php'" name="loginsubmit" class="btn btn-default btn-sm btn-success" value="Book Now">
</div>
<div class="col-md-1 p-3 mb-2 bg-light"></div>
</div>
</div>
<div class="row">
<div class="col-md-8 p-3 mb-2 bg-light"><h6>Scalp massage with wash, dry and blowdry</div>
<div class="col-md-2 p-3 mb-2 bg-light text-right">Rs. 2300.00
</div>
<div class="col-md-1 p-3 mb-2 bg-light text-right">
<div class="form-group">
<input type="button" onclick="location.href='Appointment_service.php'" name="loginsubmit" class="btn btn-default btn-sm btn-success" value="Book Now">
</div>
<div class="col-md-1 p-3 mb-2 bg-light"></div>
</div>
</div>
<div class="row">
<div class="col-md-8 p-3 mb-2 bg-light"><h6>Morrocon oil treatment</div>
<div class="col-md-2 p-3 mb-2 bg-light text-right">Rs. 5000.00
</div>
<div class="col-md-1 p-3 mb-2 bg-light text-right">
<div class="form-group">
<input type="button" onclick="location.href='Appointment_service.php'" name="loginsubmit" class="btn btn-default btn-sm btn-success" value="Book Now">
</div>
<div class="col-md-1 p-3 mb-2 bg-light"></div>
</div>
</div>
<div class="row">
<div class="col-md-8 p-3 mb-2 bg-light"><h6>hair spa treatment with serum</div>
<div class="col-md-2 p-3 mb-2 bg-light text-right">Rs. 2700.00
</div>
<div class="col-md-1 p-3 mb-2 bg-light text-right">
<div class="form-group">
<input type="button" onclick="location.href='Appointment_service.php'" name="loginsubmit" class="btn btn-default btn-sm btn-success" value="Book Now">
</div>
</div>
</div>
<div class="row">
<div class="col-md-8 p-3 mb-2 bg-light"><h6>Hair extention fashion colour</div>
<div class="col-md-2 p-3 mb-2 bg-light text-right">Rs. 600.00
</div>
<div class="col-md-1 p-3 mb-2 bg-light text-right">
<div class="form-group">
<input type="button" onclick="location.href='Appointment_service.php'" name="loginsubmit" class="btn btn-default btn-sm btn-success" value="Book Now">
</div>
<div class="col-md-1 p-3 mb-2 bg-light"></div>
</div>
</div>
<div class="row">
<div class="col-md-8 p-3 mb-2 bg-light"><h6>Natural look hair extention</div>
<div class="col-md-2 p-3 mb-2 bg-light text-right">Rs. 34000.00
</div>
<div class="col-md-1 p-3 mb-2 bg-light text-right">
<div class="form-group">
<input type="button" onclick="location.href='Appointment_service.php'" name="loginsubmit" class="btn btn-default btn-sm btn-success" value="Book Now">
</div>
<div class="col-md-1 p-3 mb-2 bg-light"></div>
</div>
</div>
<!-- Waxing -->
<div class="text-center">
<h4>WAXING</h4>
<p style="font-size:18px;">Process of hair removal frfom the root by using a covering sticky substance.</p>
</div>
<div class="row" style="margin-left: 20%;">
<div class="col-md-6">
<div class="thumbnail">
<img src="images/products/p5.jpg" alt="" class="img-fluid" style="width:310px;height: 280px;">
</div>
</div>
<div class="col-md-6" style="margin-left: -12%;">
<div class="thumbnail">
<img src="images/products/p6.jpg" alt="" class="img-fluid" style="width:310px;height: 280px;">
</div>
</div>
</div>
</div>
<h6>Under Arm</h6>
<div class="row">
<div class="col-md-8 p-3 mb-2 bg-light"><h6>A form of semi-permanent hair removal which removes the hair from the root. Waxing pulls the entire hair from the follicle, allowing the skin to thicken and harden over the area</div>
<div class="col-md-2 p-3 mb-2 bg-light text-right">Rs. 450.00
</div>
<div class="col-md-1 p-3 mb-2 bg-light text-right">
<div class="form-group">
<input type="button" onclick="location.href='Appointment_service.php'" name="loginsubmit" class="btn btn-default btn-sm btn-success" value="Book Now">
</div>
<div class="col-md-1 p-3 mb-2 bg-light"></div>
</div>
</div>
<h6>Half Arm</h6>
<div class="row">
<div class="col-md-8 p-3 mb-2 bg-light"><h6>Removes unwanted hair from elbow to the wrist. Perfectly remove dead skin and improve the appearence of the skin</div>
<div class="col-md-2 p-3 mb-2 bg-light text-right">Rs. 800.00
</div>
<div class="col-md-1 p-3 mb-2 bg-light text-right">
<div class="form-group">
<input type="button" onclick="location.href='Appointment_service.php'" name="loginsubmit" class="btn btn-default btn-sm btn-success" value="Book Now">
</div>
<div class="col-md-1 p-3 mb-2 bg-light"></div>
</div>
</div>
<h6>Full Arm</h6>
<div class="row">
<div class="col-md-8 p-3 mb-2 bg-light"><h6>Removes unwanted hair from their arms with the use of wax ad removal steps. Perfectly remove dead skin and improve the appearence of the skin</div>
<div class="col-md-2 p-3 mb-2 bg-light text-right">Rs. 1500.00
</div>
<div class="col-md-1 p-3 mb-2 bg-light text-right">
<div class="form-group">
<input type="button" onclick="location.href='Appointment_service.php'" name="loginsubmit" class="btn btn-default btn-sm btn-success" value="Book Now">
</div>
<div class="col-md-1 p-3 mb-2 bg-light"></div>
</div>
</div>
<h6>Half Leg</h6>
<div class="row">
<div class="col-md-8 p-3 mb-2 bg-light"><h6>Half leg waxing is everything from just above the knee downawrds. Feet & toes includes if needed. </div>
<div class="col-md-2 p-3 mb-2 bg-light text-right">Rs. 900.00
</div>
<div class="col-md-1 p-3 mb-2 bg-light text-right">
<div class="form-group">
<input type="button" onclick="location.href='Appointment_service.php'" name="loginsubmit" class="btn btn-default btn-sm btn-success" value="Book Now">
</div>
<div class="col-md-1 p-3 mb-2 bg-light"></div>
</div>
</div>
<h6>Full Leg</h6>
<div class="row">
<div class="col-md-8 p-3 mb-2 bg-light"><h6>Full Leg waxing treatment involoves removing hair from both legs and applying our soothing wax formula in strips, from the top of the thigh to the ankle</div>
<div class="col-md-2 p-3 mb-2 bg-light text-right">Rs. 1700.00
</div>
<div class="col-md-1 p-3 mb-2 bg-light text-right">
<div class="form-group">
<input type="button" onclick="location.href='Appointment_service.php'" name="loginsubmit" class="btn btn-default btn-sm btn-success" value="Book Now">
</div>
<div class="col-md-1 p-3 mb-2 bg-light"></div>
</div>
</div>
<h6>Full Body</h6>
<div class="row">
<div class="col-md-8 p-3 mb-2 bg-light"><h6>Excusing your eyebrows, beared(if male) and your lovely locks, full body wax at our salon consist of pulling out the unwanted hair from the major parts of the body like arms, legs, thighs, back, stomach, buttocks, public area(optional), underarms, chest and neck</div>
<div class="col-md-2 p-3 mb-2 bg-light text-right">Rs. 6000.00
</div>
<div class="col-md-1 p-3 mb-2 bg-light text-right">
<div class="form-group">
<input type="button" onclick="location.href='Appointment_service.php'" name="loginsubmit" class="btn btn-default btn-sm btn-success" value="Book Now">
</div>
<div class="col-md-1 p-3 mb-2 bg-light"></div>
</div>
</div>
<h6>Bikini Line</h6>
<div class="row">
<div class="col-md-8 p-3 mb-2 bg-light"><h6>Hair at the top of the thighs and under the naval, includes waxing hair from bikini area and those hard to reach</div>
<div class="col-md-2 p-3 mb-2 bg-light text-right">Rs. 400.00
</div>
<div class="col-md-1 p-3 mb-2 bg-light text-right">
<div class="form-group">
<input type="button" onclick="location.href='Appointment_service.php'" name="loginsubmit" class="btn btn-default btn-sm btn-success" value="Book Now">
</div>
<div class="col-md-1 p-3 mb-2 bg-light"></div>
</div>
</div>
<!-- Skin Treatments -->
<div class="text-center">
<h4>SKIN TREATMENTS</h4>
<p class="Pcenter">Range of practices that support skin intergrity, enhance its apperance and relieve skin conditions</p>
</div>
<div class="row" style="margin-left: 22%;">
<div class="col-md-6">
<div class="thumbnail">
<img src="images/products/p7.jpg" alt="" class="img-fluid" style="width:320px;height: 270px;">
</div>
</div>
<div class="col-md-6" style="margin-left: -13%;">
<div class="thumbnail">
<img src="images/products/p8.jpg" alt="" class="img-fluid" style="width:320px;height: 270px;">
</div>
</div>
</div>
</div>
<h6>Clean Up</h6>
<div class="row">
<div class="col-md-8 p-3 mb-2 bg-light"><h6>Clean up or face cleansing is extremly important to maintain a healthy and glowing complexion</div>
<div class="col-md-2 p-3 mb-2 bg-light text-right">Rs. 1500.00
</div>
<div class="col-md-1 p-3 mb-2 bg-light text-right">
<div class="form-group">
<input type="button" onclick="location.href='Appointment_service.php'" name="loginsubmit" class="btn btn-default btn-sm btn-success" value="Book Now">
</div>
<div class="col-md-1 p-3 mb-2 bg-light"></div>
</div>
</div>
<h6>Full Facial</h6>
<div class="row">
<div class="col-md-8 p-3 mb-2 bg-light"><h6>A basic facial is a skin treatment that cleanses pores, expolites away dead skin and treats skin</div>
<div class="col-md-2 p-3 mb-2 bg-light text-right">Rs. 3000.00
</div>
<div class="col-md-1 p-3 mb-2 bg-light text-right">
<div class="form-group">
<input type="button" onclick="location.href='Appointment_service.php'" name="loginsubmit" class="btn btn-default btn-sm btn-success" value="Book Now">
</div>
<div class="col-md-1 p-3 mb-2 bg-light"></div>
</div>
</div>
<h6>Skin Lightening</h6>
<div class="row">
<div class="col-md-8 p-3 mb-2 bg-light"><h6>Cosmetic procedure that aims to lighten dark areas of skin or achieve a generally paler skin tone</div>
<div class="col-md-2 p-3 mb-2 bg-light text-right">Rs. 2000.00
</div>
<div class="col-md-1 p-3 mb-2 bg-light text-right">
<div class="form-group">
<input type="button" onclick="location.href='Appointment_service.php'" name="loginsubmit" class="btn btn-default btn-sm btn-success" value="Book Now">
</div>
<div class="col-md-1 p-3 mb-2 bg-light"></div>
</div>
</div>
<h6>Eye Treatment</h6>
<div class="row">
<div class="col-md-8 p-3 mb-2 bg-light"><h6>Treatments to make skin more brighter </div>
<div class="col-md-2 p-3 mb-2 bg-light text-right">Rs. 1500.00
</div>
<div class="col-md-1 p-3 mb-2 bg-light text-right">
<div class="form-group">
<input type="button" onclick="location.href='Appointment_service.php'" name="loginsubmit" class="btn btn-default btn-sm btn-success" value="Book Now">
</div>
<div class="col-md-1 p-3 mb-2 bg-light"></div>
</div>
</div>
<h6>Back Treatment</h6>
<div class="row">
<div class="col-md-8 p-3 mb-2 bg-light"><h6>Treatments including a physical theraphy</div>
<div class="col-md-2 p-3 mb-2 bg-light text-right">Rs. 1700.00
</div>
<div class="col-md-1 p-3 mb-2 bg-light text-right">
<div class="form-group">
<input type="button" onclick="location.href='Appointment_service.php'" name="loginsubmit" class="btn btn-default btn-sm btn-success" value="Book Now">
</div>
<div class="col-md-1 p-3 mb-2 bg-light"></div>
</div>
</div>
<!-- Dressing -->
<div class="text-center">
<h4>Dressing</h4>
</div>
<div class="row" style="margin-left: 20%;">
<div class="col-md-6">
<div class="thumbnail">
<img src="images/products/p9.jpg" alt="" class="img-fluid" style="width:380px;height: 360px; padding-left:100px;">
</div>
</div>
<div class="col-md-6" style="margin-left: -10%;">
<div class="thumbnail">
<img src="images/products/p10.jpg" alt="" class="img-fluid" style="width:280px;height: 360px; margin-left:100px; ">
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-8 p-3 mb-2 bg-light"><h6>Saree Drape Only</div>
<div class="col-md-2 p-3 mb-2 bg-light text-right">Rs. 1000.00
</div>
<div class="col-md-1 p-3 mb-2 bg-light text-right">
<div class="form-group">
<input type="button" onclick="location.href='Appointment_service.php'" name="loginsubmit" class="btn btn-default btn-sm btn-success" value="Book Now">
</div>
<div class="col-md-1 p-3 mb-2 bg-light"></div>
</div>
</div>
<div class="row">
<div class="col-md-8 p-3 mb-2 bg-light"><h6>Hair Style(Price may increased based on length and density of hair)</div>
<div class="col-md-2 p-3 mb-2 bg-light text-right">Rs. 1200.00
</div>
<div class="col-md-1 p-3 mb-2 bg-light text-right">
<div class="form-group">
<input type="button" onclick="location.href='Appointment_service.php'" name="loginsubmit" class="btn btn-default btn-sm btn-success" value="Book Now">
</div>
<div class="col-md-1 p-3 mb-2 bg-light"></div>
</div>
</div>
<div class="row">
<div class="col-md-8 p-3 mb-2 bg-light"><h6>MakeUp</div>
<div class="col-md-2 p-3 mb-2 bg-light text-right">Rs. 1700.00
</div>
<div class="col-md-1 p-3 mb-2 bg-light text-right">
<div class="form-group">
<input type="button" onclick="location.href='Appointment_service.php'" name="loginsubmit" class="btn btn-default btn-sm btn-success" value="Book Now">
</div>
<div class="col-md-1 p-3 mb-2 bg-light"></div>
</div>
</div>
<div class="row">
<div class="col-md-8 p-3 mb-2 bg-light"><h6>Full Dressing</div>
<div class="col-md-2 p-3 mb-2 bg-light text-right">Rs. 3000.00
</div>
<div class="col-md-1 p-3 mb-2 bg-light text-right">
<div class="form-group">
<input type="button" onclick="location.href='Appointment_service.php'" name="loginsubmit" class="btn btn-default btn-sm btn-success" value="Book Now">
</div>
<div class="col-md-1 p-3 mb-2 bg-light"></div>
</div>
</div>
<!-- Gel Nails & Acrylic Nails -->
<div class="text-center">
<h4>GEL NAILS & ACRYLIC NAILS</h4>
<p class="Pcenter"></p>
</div>
<div class="row" style="margin-left: 20%;">
<div class="col-md-6">
<div class="thumbnail">
<img src="images/products/p11.jpg" alt="" class="img-fluid" style="width:400px;height: 280px; padding-left:100px;">
</div>
</div>
<div class="col-md-6" style="margin-left: -10%;">
<div class="thumbnail">
<img src="images/products/p12.jpg" alt="" class="img-fluid" style="width:320px;height: 280px;">
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-8 p-3 mb-2 bg-light"><h6>One Nail</div>
<div class="col-md-2 p-3 mb-2 bg-light text-right">Rs. 500.00
</div>
<div class="col-md-1 p-3 mb-2 bg-light text-right">
<div class="form-group">
<input type="button" onclick="location.href='Appointment_service.php'" name="loginsubmit" class="btn btn-default btn-sm btn-success" value="Book Now">
</div>
<div class="col-md-1 p-3 mb-2 bg-light"></div>
</div>
</div>
<div class="row">
<div class="col-md-8 p-3 mb-2 bg-light"><h6>Fill Only</div>
<div class="col-md-2 p-3 mb-2 bg-light text-right">Rs. 2400.00
</div>
<div class="col-md-1 p-3 mb-2 bg-light text-right">
<div class="form-group">
<input type="button" onclick="location.href='Appointment_service.php'" name="loginsubmit" class="btn btn-default btn-sm btn-success" value="Book Now">
</div>
<div class="col-md-1 p-3 mb-2 bg-light"></div>
</div>
</div>
<div class="row">
<div class="col-md-8 p-3 mb-2 bg-light"><h6>On Natural Nails</div>
<div class="col-md-2 p-3 mb-2 bg-light text-right">Rs. 3700.00
</div>
<div class="col-md-1 p-3 mb-2 bg-light text-right">
<div class="form-group">
<input type="button" onclick="location.href='Appointment_service.php'" name="loginsubmit" class="btn btn-default btn-sm btn-success" value="Book Now">
</div>
<div class="col-md-1 p-3 mb-2 bg-light"></div>
</div>
</div>
<div class="row">
<div class="col-md-8 p-3 mb-2 bg-light"><h6>On Tips</div>
<div class="col-md-2 p-3 mb-2 bg-light text-right">Rs. 3200.00
</div>
<div class="col-md-1 p-3 mb-2 bg-light text-right">
<div class="form-group">
<input type="button" onclick="location.href='Appointment_service.php'" name="loginsubmit" class="btn btn-default btn-sm btn-success" value="Book Now">
</div>
<div class="col-md-1 p-3 mb-2 bg-light"></div>
</div>
</div>
<!-- threading -->
<div class="text-center">
<h4>THREADING</h4>
<p style="font-size:18px;">All manicures include shaping nails, trimming cuticles, hand massage, and new polish application</p>
</div>
<div class="row" style="margin-left: 20%;">
<div class="col-md-6">
<div class="thumbnail">
<img src="images/products/p13.jpg" alt="" class="img-fluid" style="width:410px;height: 280px;padding-left:100px;">
</div>
</div>
<div class="col-md-6" style="margin-left: -10%;">
<div class="thumbnail">
<img src="images/products/p14.jpg" alt="" class="img-fluid" style="width:320px;height: 280px;">
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-8 p-3 mb-2 bg-light"><h6>forehead</div>
<div class="col-md-2 p-3 mb-2 bg-light text-right">Rs. 200.00
</div>
<div class="col-md-1 p-3 mb-2 bg-light text-right">
<div class="form-group">
<input type="button" onclick="location.href='Appointment_service.php'" name="loginsubmit" class="btn btn-default btn-sm btn-success" value="Book Now">
</div>
<div class="col-md-1 p-3 mb-2 bg-light"></div>
</div>
</div>
<div class="row">
<div class="col-md-8 p-3 mb-2 bg-light"><h6>Upper lip</div>
<div class="col-md-2 p-3 mb-2 bg-light text-right">Rs. 150.00
</div>
<div class="col-md-1 p-3 mb-2 bg-light text-right">
<div class="form-group">
<input type="button" onclick="location.href='Appointment_service.php'" name="loginsubmit" class="btn btn-default btn-sm btn-success" value="Book Now">
</div>
<div class="col-md-1 p-3 mb-2 bg-light"></div>
</div>
</div>
<div class="row">
<div class="col-md-8 p-3 mb-2 bg-light"><h6>Eye brows</div>
<div class="col-md-2 p-3 mb-2 bg-light text-right">Rs. 200.00
</div>
<div class="col-md-1 p-3 mb-2 bg-light text-right">
<div class="form-group">
<input type="button" onclick="location.href='Appointment_service.php'" name="loginsubmit" class="btn btn-default btn-sm btn-success" value="Book Now">
</div>
<div class="col-md-1 p-3 mb-2 bg-light"></div>
</div>
</div>
<div class="row">
<div class="col-md-8 p-3 mb-2 bg-light"><h6>cheecks</div>
<div class="col-md-2 p-3 mb-2 bg-light text-right">Rs. 300.00
</div>
<div class="col-md-1 p-3 mb-2 bg-light text-right">
<div class="form-group">
<input type="button" onclick="location.href='Appointment_service.php'" name="loginsubmit" class="btn btn-default btn-sm btn-success" value="Book Now">
</div>
<div class="col-md-1 p-3 mb-2 bg-light"></div>
</div>
</div>
<div class="row">
<div class="col-md-8 p-3 mb-2 bg-light"><h6>Full face</div>
<div class="col-md-2 p-3 mb-2 bg-light text-right">Rs. 500.00
</div>
<div class="col-md-1 p-3 mb-2 bg-light text-right">
<div class="form-group">
<input type="button" onclick="location.href='Appointment_service.php'" name="loginsubmit" class="btn btn-default btn-sm btn-success" value="Book Now">
</div>
<div class="col-md-1 p-3 mb-2 bg-light"></div>
</div>
</div>
<div class="row">
<div class="col-md-8 p-3 mb-2 bg-light"><h6>Full Body</div>
<div class="col-md-2 p-3 mb-2 bg-light text-right">Rs. 1200.00
</div>
<div class="col-md-1 p-3 mb-2 bg-light text-right">
<div class="form-group">
<input type="button" onclick="location.href='Appointment_service.php'" name="loginsubmit" class="btn btn-default btn-sm btn-success" value="Book Now">
</div>
<div class="col-md-1 p-3 mb-2 bg-light"></div>
</div>
</div>
</div>
</body>
</html>