-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
784 lines (654 loc) · 35.2 KB
/
index.html
File metadata and controls
784 lines (654 loc) · 35.2 KB
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
<!DOCTYPE html>
<!--[if IE 6]>
<html id="ie6" class="ie" lang="en-US">
<![endif]-->
<!--[if IE 7]>
<html id="ie7" class="ie" lang="en-US">
<![endif]-->
<!--[if IE 8]>
<html id="ie8" class="ie" lang="en-US">
<![endif]-->
<!--[if IE 9]>
<html id="ie9" class="ie" lang="en-US">
<![endif]-->
<!--[if !(IE 6) | !(IE 7) | !(IE 8) | !(IE 9) ]><!-->
<html lang="en-US">
<!--<![endif]-->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" >
<meta charset="UTF-8">
<meta name="viewport" content="initial-scale=1.0 user-scalable=no">
<title>
Best Dental and Aesthetics Clinic, in Delhi and NCR| Amyra Aesthetics </title>
<!--<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, user-scalable=0">-->
<link href="wp-content/themes/amyra_new/images/favicon.jpg" rel="shortcut icon" />
<!--css-->
<link href="wp-content/themes/amyra_new/css/jquery.bxslider.css" type="text/css" rel="stylesheet" />
<link href="wp-content/themes/amyra_new/css/style-v=1.css" rel="stylesheet" type="text/css" />
<link href="wp-content/themes/amyra_new/css/media.css" rel="stylesheet" type="text/css" />
<!--[if IE]>
<script type="ie/selectivizr.js"></script>
<noscript><link rel="stylesheet" href="%5Bfallback%20css%5D/index.html" /></noscript>
<![endif]-->
<!--[if lt IE 9]>
<meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'>
<script src="wp-content/themes/amyra_new/ie/html5shiv.js"></script>
<script src="wp-content/themes/amyra_new/ie/respond.min.js"></script>
<![endif]-->
<!-- This site is optimized with the Yoast WordPress SEO plugin v1.7.1 - https://yoast.com/wordpress/plugins/seo/ -->
<meta name="description" content="Amyra promises to deliver quality dental care & treatment with a team of India’s best dentists specializing across multiple dental disciplines ranging from simple fillings, to Root Canal Treatment, implants, dentures, oral cancer detection and many more."/>
<link rel="canonical" href="index.html" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Best Dental Clinic, Dentist in Delhi and NCR for all Dental Treatmentss | amyra" />
<meta property="og:description" content="amyra promises to deliver quality dental care & treatment with a team of India’s best dentists specializing across multiple dental disciplines ranging from simple fillings, to Root Canal Treatment, implants, dentures, oral cancer detection and many more." />
<meta property="og:url" content="http://www.amyraaesthetic.com/" />
<meta property="og:site_name" content="amyra Dental Lab" />
<script type="application/ld+json">{ "@context": "http://schema.org", "@type": "WebSite", "url": "http://www.amyraaesthetic.com/", "potentialAction": { "@type": "SearchAction", "target": "http://www.amyraaesthetic.com/?s={search_term}", "query-input": "required name=search_term" } }</script>
<!-- / Yoast WordPress SEO plugin. -->
<link rel="alternate" type="application/rss+xml" title="amyra Dental Lab » Feed" href="feed/index.html" />
<link rel="alternate" type="application/rss+xml" title="amyra Dental Lab » Comments Feed" href="comments/feed/index.html" />
<link rel="alternate" type="application/rss+xml" title="amyra Dental Lab » Homepage Comments Feed" href="homepage/feed/index.html" />
<link rel='stylesheet' id='contact-form-7-css' href='wp-content/plugins/contact-form-7/includes/css/styles-ver=4.0.1.css' type='text/css' media='all' />
<link rel='stylesheet' id='medylife-lato-css' href='http://fonts.googleapis.com/css?family=Lato:400,400,700,900,400italic,400italic,700italic' type='text/css' media='all' />
<link rel='stylesheet' id='genericons-css' href='wp-content/themes/amyra_new/genericons/genericons-ver=3.0.2.css' type='text/css' media='all' />
<link rel='stylesheet' id='medylife-style-css' href='wp-content/themes/amyra_new/style-ver=4.0.8.css' type='text/css' media='all' />
<!--[if lt IE 9]>
<link rel='stylesheet' id='medylife-ie-css' href='wp-content/themes/amyra_new/css/ie-ver=20131205.css' type='text/css' media='all' />
<![endif]-->
<script type='text/javascript' src='wp-includes/js/jquery/jquery.js?ver=1.11.1'></script>
<script type='text/javascript' src='wp-includes/js/jquery/jquery-migrate.js?ver=1.2.1'></script>
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="xmlrpc-rsd.php.html" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="wp-includes/wlwmanifest.xml" />
<meta name="generator" content="WordPress 4.0.8" />
<link rel='shortlink' href='index.html' />
<style type="text/css">.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style>
<!-- Facebook Custom Audiences - Clove Dental -->
<script>
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
document,'script','//connect.facebook.net/en_US/fbevents.js');
fbq('init', '400629990135976');
fbq('track', "PageView");</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=400629990135976&ev=PageView&noscript=1"
/></noscript>
</head>
<body class="home page page-id-794 page-template page-template-index-php masthead-fixed full-width grid">
<script type="text/javascript" src="js/jssor.slider.min.js"></script>
<!-- use jssor.slider.debug.js instead for debug -->
<script>
jssor_1_slider_init = function() {
var jssor_1_SlideoTransitions = [
[{b:0,d:1400,y:-290,e:{y:27}}],
[{b:0,d:1400,y:185},{b:1400,d:500,o:-1},{b:1500,d:500,o:1},{b:2000,d:1500,r:360},{b:3500,d:1400,rX:30},{b:4500,d:500,rX:-30},{b:5000,d:1400,rY:30},{b:14000,d:500,rY:-30},{b:6500,d:500,sX:1},{b:7000,d:500,sX:-1},{b:7500,d:500,sY:1},{b:14000,d:500,sY:-1},{b:8500,d:500,kX:30},{b:9000,d:500,kX:-30},{b:9500,d:500,kY:30},{b:14000,d:500,kY:-30},{b:10500,d:500,c:{x:87.50,t:-87.50}},{b:11400,d:500,c:{x:-87.50,t:87.50}}],
[{b:0,d:1400,x:410,e:{x:27}}],
[{b:-1,d:1,o:-1},{b:0,d:1400,o:1,e:{o:5}}],
[{b:-1,d:1,c:{x:175.0,t:-175.0}},{b:0,d:1400,c:{x:-175.0,t:175.0},e:{c:{x:7,t:7}}}],
[{b:-1,d:1,o:-1},{b:0,d:1400,x:-570,o:1,e:{x:6}}],
[{b:-1,d:1,o:-1,r:-180},{b:0,d:1400,o:1,r:180,e:{r:7}}],
[{b:0,d:1400,y:80,e:{y:24}},{b:1400,d:1100,x:570,y:170,o:-1,r:30,sX:9,sY:9,e:{x:2,y:6,r:1,sX:5,sY:5}}],
[{b:2000,d:1400,rY:30}],
[{b:0,d:500,x:-105},{b:500,d:500,x:230},{b:1400,d:500,y:-120},{b:1500,d:500,x:-70,y:120},{b:21400,d:500,y:-80},{b:3100,d:900,y:160,e:{y:24}}],
[{b:0,d:1400,o:-0.4,rX:2,rY:1},{b:1400,d:1400,rY:1},{b:2000,d:1400,rX:-1},{b:4000,d:1400,rY:-1},{b:4000,d:1400,o:0.4,rX:-1,rY:-1}]
];
var jssor_1_options = {
$AutoPlay: true,
$Idle: 2000,
$CaptionSliderOptions: {
$Class: $JssorCaptionSlideo$,
$Transitions: jssor_1_SlideoTransitions,
$Breaks: [
[{d:2000,b:1400}]
]
},
$ArrowNavigatorOptions: {
$Class: $JssorArrowNavigator$
},
$BulletNavigatorOptions: {
$Class: $JssorBulletNavigator$
}
};
var jssor_1_slider = new $JssorSlider$("jssor_1", jssor_1_options);
//responsive code begin
//you can remove responsive code if you don't want the slider scales while window resizing
function ScaleSlider() {
var refSize = jssor_1_slider.$Elmt.parentNode.clientWidth;
if (refSize) {
refSize = Math.min(refSize, 1400);
jssor_1_slider.$ScaleWidth(refSize);
}
else {
window.setTimeout(ScaleSlider, 30);
}
}
ScaleSlider();
$Jssor$.$AddEvent(window, "load", ScaleSlider);
$Jssor$.$AddEvent(window, "resize", ScaleSlider);
$Jssor$.$AddEvent(window, "orientationchange", ScaleSlider);
//responsive code end
};
</script>
<style>
/* jssor slider bullet navigator skin 01 css */
/*
.jssorb01 div (normal)
.jssorb01 div:hover (normal mouseover)
.jssorb01 .av (active)
.jssorb01 .av:hover (active mouseover)
.jssorb01 .dn (mousedown)
*/
.jssorb01 {
position: absolute;
}
.jssorb01 div, .jssorb01 div:hover, .jssorb01 .av {
position: absolute;
/* size of bullet elment */
width: 12px;
height: 12px;
filter: alpha(opacity=70);
opacity: .7;
overflow: hidden;
cursor: pointer;
border: #000 1px solid;
}
.jssorb01 div { background-color: gray; }
.jssorb01 div:hover, .jssorb01 .av:hover { background-color: #d3d3d3; }
.jssorb01 .av { background-color: #fff; }
.jssorb01 .dn, .jssorb01 .dn:hover { background-color: #555555; }
/* jssor slider arrow navigator skin 02 css */
/*
.jssora02l (normal)
.jssora02r (normal)
.jssora02l:hover (normal mouseover)
.jssora02r:hover (normal mouseover)
.jssora02l.jssora02ldn (mousedown)
.jssora02r.jssora02rdn (mousedown)
*/
.jssora02l, .jssora02r {
display: block;
position: absolute;
/* size of arrow element */
width: 55px;
height: 55px;
cursor: pointer;
background: url('img/a02.png') no-repeat;
overflow: hidden;
}
.jssora02l { background-position: -3px -33px; }
.jssora02r { background-position: -63px -33px; }
.jssora02l:hover { background-position: -123px -33px; }
.jssora02r:hover { background-position: -183px -33px; }
.jssora02l.jssora02ldn { background-position: -3px -33px; }
.jssora02r.jssora02rdn { background-position: -63px -33px; }
</style>
<!--header start-->
<section class="header-top">
<div class="container">
<div class="top-left fl"><a href="index.html" title="Amyra Aesthetics"> <img src="wp-content/themes/amyra_new/images/logo.png" alt="clove"/></a></div>
<div class="top-right fr">
<div class="contactinfo">
<div class="contant-right">
<h5><span class="pad">Call 9818606686(Delhi NCR)</span></h5>
<h5><span class="pad"> or 9718267878Delhi NCR)</span></h5>
<ul>
<li class="google">Email us at : amyraclinic@gmail.com</li>
<li class="google"> ,Timing: 10am to 2pm, 4pm to 8pm</li>
<br>
<li class="google">Clinic 1: U-11/45,46 DLF City ,Phase-3 , Gurgaon ,</li>
<li class="google">near Rapid Metro Station Phase-3 , Gurgaon-122002</li>
<br>
<li class="google">Clinic 2: K-4 ,Shiv Murti Complex , Mahipalpur</li>
<li class="google"> New Delhi , Delhi-110037</li>
</ul>
</div>
</div>
</div>
<div class="clear"></div>
</div>
</section>
<section class="header-bottom">
<div class="container">
<a class="menu_handler" href="javascript:void(0)"><span class="menuicon"></span> Navigation </a>
<!--bottom menu-->
<nav class="mainmenu">
<div class="menu-main-menu-container"><ul id="menu-main-menu" class="menu"><li id="menu-item-54" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-54"><a href="index.html">Home</a>
</div>
<div class="menu-main-menu-container"><ul id="menu-main-menu" class="menu"><li id="menu-item-54" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-54"><a href="dentistry1.html">Dental Treatments</a>
<ul class="sub-menu">
<li id="menu-item-61" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-61"><a href="dentistry1.html">Dental X-Ray</a></li>
<li id="menu-item-62" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-62"><a href="dentistry2.html">Ultra Sonic Scaling and Polishing</a></li>
<li id="menu-item-63" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-63"><a href="dentistry3.html">Gum and Periodontal Therapy</a></li>
<li id="menu-item-64" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-64"><a href="dentistry4.html">Bleaching (whitening)</a></li>
<li id="menu-item-65" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-65"><a href="dentistry5.html">RCT</a></li>
<li id="menu-item-66" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-66"><a href="dentistry6.html">Restoration (filling)</a></li>
<li id="menu-item-66" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-66"><a href="dentistry8.html">Dental jewels</a></li>
<li id="menu-item-66" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-66"><a href="dentistry9.html">Smile Design and Cosmetic Dentistry</a></li>
<li id="menu-item-66" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-66"><a href="dentistry10.html">Extraction</a></li>
<li id="menu-item-66" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-66"><a href="dentistry11.html">Crown and Bridges</a></li>
<li id="menu-item-66" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-66"><a href="dentistry12.html">Complete / Partial Denture</a></li>
<li id="menu-item-66" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-66"><a href="dentistry13.html">Orthodontic Treatment</a></li>
<li id="menu-item-66" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-66"><a href="dentistry14.html">Oral Surgeries</a></li>
<li id="menu-item-66" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-66"><a href="dentistry15.html">Dental Implants</a></li>
<li id="menu-item-66" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-66"><a href="dentistry16.html">Gingival Depigmentation</a></li>
</ul>
</li>
<li id="menu-item-54" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-54"><a href="skin1.html">Skin Treatments</a>
<ul class="sub-menu">
<li id="menu-item-61" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-61"><a href="skin1.html">Laser Hair Removal</a></li>
<li id="menu-item-62" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-62"><a href="skin2.html">Anti-Ageing Treatment</a></li>
<li id="menu-item-63" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-63"><a href="skin3.html">Skin Rejuvenation</a></li>
<li id="menu-item-64" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-64"><a href="skin4.html">Skin Tightening</a></li>
<li id="menu-item-65" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-65"><a href="skin5.html">Fine Lines/Wrinkles Removal</a></li>
<li id="menu-item-66" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-66"><a href="skin6.html">Cheek Augmentation</a></li>
<li id="menu-item-66" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-66"><a href="skin7.html">Puffy Eyes Treatments</a></li>
<li id="menu-item-66" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-66"><a href="skin8.html">Acne Treatment</a></li>
<li id="menu-item-66" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-66"><a href="skin9.html">Scar Treatment</a></li>
<li id="menu-item-66" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-66"><a href="skin10.html">Face Lift</a></li>
<li id="menu-item-66" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-66"><a href="skin11.html">Breast Lift</a></li>
<li id="menu-item-66" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-66"><a href="skin12.html">Open Pores Treatment</a></li>
<li id="menu-item-66" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-66"><a href="skin13.html">Skin Pigmentation</a></li>
<li id="menu-item-66" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-66"><a href="skin14.html">Skin Tags/Mole Removal</a></li>
<li id="menu-item-66" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-66"><a href="skin15.html">Under/Dark Circles Treatment</a></li>
<li id="menu-item-66" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-66"><a href="skin16.html">Tattoo Removal</a></li>
</ul>
</li>
<li id="menu-item-54" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-54"><a href="hair1.html">Hair Treatments</a>
<ul class="sub-menu">
<li id="menu-item-61" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-61"><a href="hair1.html">Hair Transplant</a></li>
<li id="menu-item-62" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-62"><a href="hair2.html">Hair Loss and Regrowth Treatment</a></li>
<li id="menu-item-63" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-63"><a href="hair3.html">Dandruff Treatment</a></li>
</ul>
</li>
<li id="menu-item-314" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-314"><a href="map.html">Location</a>
</li>
</ul></div>
</nav>
<!--bottom menu-->
<div class="clear"></div>
</div>
</section>
<!--header end-->
<!--slider start-->
<div id="jssor_1" style="position: relative; margin: 0 auto; top: 0px; left: 0px; width: 1400px; height: 400px; overflow: hidden; visibility: hidden;">
<!-- Loading Screen -->
<div data-u="loading" style="position: absolute; top: 0px; left: 0px;">
<div style="filter: alpha(opacity=70); opacity: 0.7; position: absolute; display: block; top: 0px; left: 0px; width: 100%; height: 100%;"></div>
<div style="position:absolute;display:block;background:url('img/loading.gif') no-repeat center center;top:0px;left:0px;width:100%;height:100%;"></div>
</div>
<div data-u="slides" style="cursor: default; position: relative; top: 0px; left: 0px; width: 1400px; height: 400px; overflow: hidden;">
<div data-p="112.50" style="display: none;">
<img data-u="image" src="img/back1.jpg" />
</div>
<div data-p="112.50" style="display: none;">
<img data-u="image" src="img/back2.jpg" />
</div>
<div data-p="112.50" style="display: none;">
<img data-u="image" src="img/back3.jpg" />
</div>
<div data-p="112.50" style="display: none;">
<img data-u="image" src="img/back4.jpg" />
</div>
<div data-p="112.50" style="display: none;">
<img data-u="image" src="img/back5.jpg" />
</div>
<div data-p="112.50" style="display: none;">
<img data-u="image" src="img/back6.jpg" />
</div>
<div data-p="112.50" style="display: none;">
<img data-u="image" src="img/back7.jpg" />
</div>
</div>
<!-- Bullet Navigator -->
<div data-u="navigator" class="jssorb01" style="bottom:16px;right:16px;">
<div data-u="prototype" style="width:12px;height:12px;"></div>
</div>
<!-- Arrow Navigator -->
<span data-u="arrowleft" class="jssora02l" style="top:0px;left:8px;width:55px;height:55px;" data-autocenter="2"></span>
<span data-u="arrowright" class="jssora02r" style="top:0px;right:8px;width:55px;height:55px;" data-autocenter="2"></span>
</div>
<script>
jssor_1_slider_init();
</script>
<!--slider end-->
<!--news-start-->
<!--welcome section start-->
<section class="welcome">
<div class="container">
<div class="welcomedetail"> <br><br><h3>--------------------------AMYRA----------------------------</p><br>
<p><p>Welcome to the Amyra Aesthetics.</p><br />
<p>Backed by sophisticated equipment & technology, Amyra Aesthetics promises to deliver long-lasting, effective treatment. With a team of doctors trained across all specialties, We can address every aspect of dental and aesthetic care. Amyra Aesthetics is capable of meeting every dental and aesthetic care need you might have.</p><br />
</p>
</div>
</section>
<!--welcome section end-->
<!--our service start-->
<!--appoinment start-->
<section class="appoinment appoinmentpad">
<ul class="niche">
<li>
<div>
<div class="container-form">
<h1>Fix <span>an</span> Appointment</h1>
<address>
</address>
<div class="clear"></div>
<div class="left-address">
<ul class="leftdata"></ul>
<div class="clear"></div>
</div>
<form action="mailto:akankshadentalcare@gmail.com" method="post" enctype="multipart/form-data" id="findAmyraFrm_home" name="findAmyraFrm_home">
<input type="hidden" name="loationid" id="locationid" value=""/>
<ul>
<li>
<label>
<input type="text" name="fullname" id="fullname" value="" placeholder="Full name">
</label>
<label>
<input type="text" name="phone_number" id="phone_number" value="" placeholder="Phone Number" onkeypress="return isNumber(event);">
</label>
<label>
<input type="text" onfocus="(this.type='date')" onblur="(this.type='text')" name="appointment_date" value="" class="lists" placeholder="Preferred Appointment Date" style="padding: 4px 8px !important;">
</label>
<label>
<select name="appointment_time" id="appointment_time">
<option value="">Preferred Appointment Time</option>
<option value=09:00 AM>09:00 AM</option><option value=09:30 AM>09:30 AM</option><option value=10:00 AM>10:00 AM</option><option value=10:30 AM>10:30 AM</option><option value=11:00 AM>11:00 AM</option><option value=11:30 AM>11:30 AM</option><option value=12:00 PM>12:00 PM</option><option value=12:30 PM>12:30 PM</option><option value=13:00 PM>13:00 PM</option><option value=13:30 PM>13:30 PM</option><option value=14:00 PM>14:00 PM</option><option value=14:30 PM>14:30 PM</option><option value=15:00 PM>15:00 PM</option><option value=15:30 PM>15:30 PM</option><option value=16:00 PM>16:00 PM</option><option value=16:30 PM>16:30 PM</option><option value=17:00 PM>17:00 PM</option><option value=17:30 PM>17:30 PM</option><option value=18:00 PM>18:00 PM</option><option value=18:30 PM>18:30 PM</option><option value=19:00 PM>19:00 PM</option><option value=19:30 PM>19:30 PM</option><option value=20:00 PM>20:00 PM</option><option value=20:30 PM>20:30 PM</option> </select>
</label>
</li>
<li>
<label>
<input type="email" name="email" id="email" value="" placeholder="Email Id">
</label>
<label>
<textarea name="message" id="message" value="" placeholder="Message"></textarea>
</label>
</li>
</ul>
<input type="submit" value="Email" name="book_appointment">
<div class="clear"></div>
<div class="location_loading"></div>
<div id="findCloveResponse"></div>
<div class="loader" id="maploader"></div>
</form>
<style>
#locationMSG{
display: none;
text-align: left;
width: 408px;
margin-left: auto;
margin-right: auto;
}
#findCloveFrm .sum, #findCloveFrm .captcha{
width: 60px;
}
#spambot{
display: block;
}
#appointment_time{
height: 29px;
width: 249px;
border: 1px solid #89766c;
background: #755c4e;
color: #fff;
padding: 0 0 0 8px;
font-size: 13px;
}
</style>
<style>
#googleMap {
width: 100%;
height: 100%;
}
#googleMap img{max-width:none}
</style>
</div></li>
<li>
<div>
<img class="main1" src="wp-content/uploads/2015/12/main1.jpg">
</div>
</li></ul>
</section>
<link rel="stylesheet" href="wp-content/themes/amyra_new/dateui/jquery-ui.css">
<link rel="stylesheet" type="text/css" href="wp-content/themes/amyra_new/dateui/jquery.timepicker.css" />
<script src="http://code.jquery.com/jquery-1.10.2.js"></script>
<script src="wp-content/themes/amyra_new/dateui/jquery-ui.js"></script>
<script type="text/javascript" src="wp-content/themes/amyra_new/dateui/jquery.timepicker.js"></script>
<style>
.lists{
background: #755c4e;
padding: 0 0 0 8px;
font-size: 13px;
::-webkit-input-placeholder { color: #AD8B73; } :-moz-placeholder { /* Firefox 18- */ color: #AD8B73; } ::-moz-placeholder { /* Firefox 19+ */ color: #AD8B73; } :-ms-input-placeholder { color: #AD8B73; }
}
}
</style>
<script>
jQuery(document).ready(function(){
});
</script>
<script>
$po = jQuery.noConflict();
$po(document).ready(function(){
var date = new Date();
var currentMonth = date.getMonth();
var currentDate = date.getDate();
var currentYear = date.getFullYear();
$po("#datepicker").datepicker({
minDate: new Date(currentYear, currentMonth, currentDate),
});
$po('#basicExample').timepicker({
hourMin: 9,
hourMax: 21
});
/*
* HOME-ME
*/
$po('#findCloveFrm_home').submit(function(){
$po('.location_loading').show();
$po('.location_loading').html('Please wait...');
var data = $po(this).serialize();
var url = $po('#findCloveFrm_home').attr('action');
$po.ajax({
type: 'POST',
dataType: 'JSON',
url: url,
data: data,
success: function(dataReturn){
if(dataReturn['done'] !== '1'){
$po('.location_loading').fadeOut();
var message = dataReturn['fullname_h']+''+dataReturn['phone_number_h']+''+dataReturn['email_h']+''+dataReturn['appointment_date_h']+''+dataReturn['appointment_time_h'];//+''+dataReturn['captcha_h'];
}else if(dataReturn['done'] === '1'){
//console.log('clicked');
//window.open('http://www.amyraaesthetic.com/thanks', '_blank');
//document.getElementById("blogid").click();
window.location.href = 'http://www.amyraaesthetic.com/thanks/';
$po('.location_loading').fadeOut();
var message = '<div id=app_submit>Your appointment request has been sent successfully. We will get back to you soon. Thanks.</div>';
setTimeout(function() {
$po('#findCloveFrm_home').each(function(){
this.reset();
});
$po('#findCloveResponse').fadeOut(500);
}, 5000);
}
$po('#findCloveResponse').fadeIn(500);
$po('#findCloveResponse').html(message);
}
});
return false;
});
/*
* END-HERE
*/
});
</script>
<!--news section-->
<script src="http://code.jquery.com/jquery-1.10.2.js"></script>
<script>
jQuery(document).ready(function(){
var touch = /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);
jQuery('.pagebanner iframe').hide();
if(!touch){
jQuery('.pagebanner').on('mouseover', function(){
jQuery('.bx-wrapper .bx-controls-auto .bx-stop').trigger('click');
});
/*jQuery('.pagebanner').on('mouseout', function(){//jQuery('.close_iframe').trigger('click')
jQuery('.bx-wrapper .bx-controls-auto .bx-start, .close_iframe').trigger('click');
//alert('what is');
});*/
jQuery('.videoicons_iframe').click(function(){
//console.log(pgsliderhiden)
jQuery('.bx-wrapper .bx-viewport').animate({'height':'356px'}, 400);
jQuery(this).hide().parent().find('img').hide();
jQuery(this).parent().animate({'height':'356px'}, 100).find('.close_iframe').show();
jQuery(this).parent().find('iframe').fadeIn(function(){
jQuery('.bx-wrapper .bx-controls-auto .bx-stop').trigger('click');
});
jQuery('.bx-wrapper .bx-controls-direction a').hide();
jQuery('.bx-wrapper .bx-next, .bx-wrapper .bx-prev').unbind('click');
jQuery('.bx-wrapper .bx-next, .bx-wrapper .bx-prev').bind('click',function(){
if(jQuery('.bx-wrapper .bx-viewport').height()> 400){
jQuery('.bx-wrapper .bx-viewport').animate({'height':'356px'}, 400);
jQuery(this).hide().parent().find('img').fadeIn();
jQuery(this).parent().animate({'height':'356px'}, 100).find('.videoicons_iframe').show();
jQuery(this).parent().find('iframe').fadeOut(function(){
jQuery('.bx-wrapper .bx-controls-auto .bx-start').trigger('click');
});
}
});
});
jQuery('.close_iframe').click(function(){
jQuery('.bx-wrapper .bx-viewport').animate({'height':'356px'}, 400);
jQuery(this).hide().parent().find('img').fadeIn();
jQuery(this).parent().animate({'height':'356px'}, 100).find('.videoicons_iframe').show();
jQuery(this).parent().find('iframe').fadeOut(function(){
jQuery('.bx-wrapper .bx-controls-auto .bx-start').trigger('click');
});
jQuery('.bx-wrapper .bx-controls-direction a').show();
});
}
else{
jQuery('.videoicons_iframe').click(function(){
//console.log(pgsliderhiden)
//jQuery('.bx-wrapper .bx-viewport').animate({'height':'618px'}, 400);
jQuery(this).hide().parent().find('img').hide();
jQuery(this).parent().find('.close_iframe').show();
jQuery(this).parent().find('iframe').fadeIn(function(){
jQuery('.bx-wrapper .bx-controls-auto .bx-stop').trigger('click');
});
jQuery('.bx-wrapper .bx-controls-direction a').hide();
});
jQuery('.close_iframe').click(function(){
//jQuery('.bx-wrapper .bx-viewport').animate({'height':'400px'}, 400);
jQuery(this).hide().parent().find('img').fadeIn();
jQuery(this).parent().find('.videoicons_iframe').show();
jQuery(this).parent().find('iframe').fadeOut(function(){
jQuery('.bx-wrapper .bx-controls-auto .bx-start').trigger('click');
});
jQuery('.bx-wrapper .bx-controls-direction a').show();
});
}
});
</script>
<!--footer section start-->
<div class="clear"></div>
<!--<div class="backtotop"> </div>
<div class="backtotop"><a href="#">back to top</a></div>-->
<footer>
<div class="backtotop_link"><a href="#">back to top</a></div>
<div class="container">
<div class="footerlinks"><a href="index.html"><h2>(AMYRA)</h2></a>
<span>All Rights Reserved, Amyra Aesthetics 2016</span>
</div>
</div>
</footer>
<!-- footer section end-->
<script type='text/javascript' src='wp-content/plugins/contact-form-7/includes/js/jquery.form.min.js?ver=3.51.0-2014.06.20'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var _wpcf7 = {"loaderUrl":"http:\/\/www.amyraaesthetic.com\/wp-content\/plugins\/contact-form-7\/images\/ajax-loader.gif","sending":"Sending ..."};
/* ]]> */
</script>
<script type='text/javascript' src='wp-content/plugins/contact-form-7/includes/js/scripts.js?ver=4.0.1'></script>
<script type='text/javascript' src='wp-includes/js/comment-reply.js?ver=4.0.8'></script>
<script type='text/javascript' src='wp-content/themes/amyra_new/js/functions.js?ver=20140319'></script>
<script type='text/javascript' src='wp-content/themes/amyra_new/js/jquery.min.js?ver=1375625894'></script>
</body>
<!--js-->
<script src="wp-content/themes/amyra_new/js/jquery.min.js" type="text/javascript"></script>
<script src="wp-content/themes/amyra_new/js/jquery.validate.js?ver=942608704" type="text/javascript"></script>
<script src="wp-content/themes/amyra_new/js/jquery.mosaicflow.js" type="text/javascript"></script>
<script src="wp-content/themes/amyra_new/js/jquery.bxslider.min.js?ver=1695716253" type="text/javascript"></script>
<script src="wp-content/themes/amyra_new/js/jquery.touchSwipe.min.js?ver=2015271185" type="text/javascript"></script>
<script src="wp-content/themes/amyra_new/js/custom.js?ver=1808290657" type="text/javascript"></script>
<script>
jQuery(document).ready(function(){
var templateName = 'index.php';
var url = 'http://www.amyraaesthetic.com/about';
var action_about = '';
if(templateName !== 'about-template.php'){
$('li.vision > a').attr('href', url+'?action_about=vision');
$('li.ethics > a').attr('href', url+'?action_about=ethics');
}
if(action_about === 'vision'){
$('html, body').animate({
scrollTop: $('#vision').offset().top-20
},1400);
}
if(action_about === 'ethics'){
$('html, body').animate({
scrollTop: $('#ethics').offset().top-20
},1400);
}
});
</script>
<!--[]-->
<script type="text/javascript" src="wp-content/themes/amyra_new/fancy/jquery.fancybox.js?v=2.1.5"></script>
<link rel="stylesheet" type="text/css" href="wp-content/themes/amyra_new/fancy/jquery.fancybox-v=2.1.5.css" media="screen" />
<script type="text/javascript" src="wp-content/themes/amyra_new/fancy/jquery.fancybox-media.js?v=1.0.6"></script>
<!--[]-->
<script type="text/javascript">
$(document).ready(function() {
$('.fancybox').fancybox();
$('.fancybox-media')
.attr('rel', 'media-gallery')
.fancybox({
openEffect : 'none',
closeEffect : 'none',
prevEffect : 'none',
nextEffect : 'none',
arrows : false,
helpers : {
media : {},
buttons : {}
}
});
});
</script>
<script type="text/javascript">
/* <![CDATA[ */
var google_conversion_id = 958029923;
var google_custom_params = window.google_tag_params;
var google_remarketing_only = true;
/* ]]> */
</script>
<script type="text/javascript" src="http://www.googleadservices.com/pagead/conversion.js">
</script>
<noscript>
<div style="display:inline;">
<img height="1" width="1" style="border-style:none;" alt="" src="http://googleads.g.doubleclick.net/pagead/viewthroughconversion/958029923/?value=0&guid=ON&script=0"/>
</div>
</noscript>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-58837352-1', 'auto');
ga('send', 'pageview');
</script>
</html>
<!-- Localized -->