-
Notifications
You must be signed in to change notification settings - Fork 0
/
index_page=contact_2.html
975 lines (975 loc) · 31.4 KB
/
index_page=contact_2.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
<!DOCTYPE html>
<html>
<head>
<title>CarService - Mechanic Auto Shop Template</title>
<!--meta-->
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.2" />
<meta name="format-detection" content="telephone=no" />
<meta name="keywords" content="Mechanic, Car, Auto" />
<meta name="description" content="Responsive Mechanic Auto Shop Template" />
<!--slider revolution-->
<link rel="stylesheet" type="text/css" href="rs-plugin/css/settings.css">
<!--style-->
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,600,700,800&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="style/reset.css">
<link rel="stylesheet" type="text/css" href="style/superfish.css">
<link rel="stylesheet" type="text/css" href="style/prettyPhoto.css">
<link rel="stylesheet" type="text/css" href="style/jquery.qtip.css">
<link rel="stylesheet" type="text/css" href="style/style.css">
<link rel="stylesheet" type="text/css" href="style/animations.css">
<link rel="stylesheet" type="text/css" href="style/responsive.css">
<link rel="stylesheet" type="text/css" href="style/odometer-theme-default.css">
<!--fonts-->
<link rel="stylesheet" type="text/css" href="fonts/streamline-small/style.css">
<link rel="stylesheet" type="text/css" href="fonts/template/styles.css">
<link rel="stylesheet" type="text/css" href="fonts/social/styles.css">
<link rel="shortcut icon" href="images/favicon.ico">
</head>
<!--<body class="image-1">
<body class="image-1 overlay">
<body class="image-2">
<body class="image-2 overlay">
<body class="image-3">
<body class="image-3 overlay">
<body class="image-4">
<body class="image-4 overlay">
<body class="image-5">
<body class="image-5 overlay">
<body class="pattern-1">
<body class="pattern-2">
<body class="pattern-3">
<body class="pattern-4">
<body class="pattern-5">
<body class="pattern-6">
<body class="pattern-7">
<body class="pattern-8">
<body class="pattern-9">
<body class="pattern-10">-->
<body class="">
<div class="site-container">
<!--<div class="site-container boxed">-->
<div class="header-top-bar-container clearfix">
<div class="header-top-bar">
<ul class="contact-details clearfix">
<li class="template-phone">
(520) 577 2710
</li>
<li class="template-mail">
<a href="mailto:[email protected]">[email protected]</a>
</li>
<li class="template-clock">
Mon - Fri: 7:30am - 5:30pm
</li>
</ul>
<div class="search-container">
<a class="template-search" href="#" title="Search"></a>
<form class="search">
<input type="text" name="s" placeholder="Search..." value="Search..." class="search-input hint">
<fieldset class="search-submit-container">
<span class="template-search"></span>
<input type="submit" class="search-submit" value="">
</fieldset>
<input type="hidden" name="page" value="search">
</form>
</div>
<ul class="social-icons">
<li>
<a target="_blank" href="https://facebook.com/QuanticaLabs" class="social-facebook" title="facebook"></a>
</li>
<li>
<a target="_blank" href="https://twitter.com/QuanticaLabs" class="social-twitter" title="twitter"></a>
</li>
<li>
<a href="https://pinterest.com/quanticalabs/" class="social-pinterest" title="pinterest"></a>
</li>
<!--<li>
<a title="" href="https://themeforest.net/user/QuanticaLabs?ref=QuanticaLabs" class="social-google-plus"></a>
</li>
<li>
<a title="" href="https://themeforest.net/user/QuanticaLabs?ref=QuanticaLabs" class="social-youtube"></a>
</li>
<li>
<a title="" href="https://themeforest.net/user/QuanticaLabs?ref=QuanticaLabs" class="social-linkedin"></a>
</li>
<li>
<a title="" href="https://themeforest.net/user/QuanticaLabs?ref=QuanticaLabs" class="social-pinterest"></a>
</li>
<li>
<a title="" href="https://themeforest.net/user/QuanticaLabs?ref=QuanticaLabs" class="social-dribble"></a>
</li>
<li>
<a title="" href="https://themeforest.net/user/QuanticaLabs?ref=QuanticaLabs" class="social-skype"></a>
</li>
<li>
<a title="" href="https://themeforest.net/user/QuanticaLabs?ref=QuanticaLabs" class="social-tumblr"></a>
</li>
<li>
<a title="" href="https://themeforest.net/user/QuanticaLabs?ref=QuanticaLabs" class="social-instagram"></a>
</li>
<li>
<a title="" href="https://themeforest.net/user/QuanticaLabs?ref=QuanticaLabs" class="social-xing"></a>
</li>
<li>
<a title="" href="https://themeforest.net/user/QuanticaLabs?ref=QuanticaLabs" class="social-foursquare"></a>
</li>
<li>
<a title="" href="https://themeforest.net/user/QuanticaLabs?ref=QuanticaLabs" class="social-rss"></a>
</li>
<li>
<a title="" href="https://themeforest.net/user/QuanticaLabs?ref=QuanticaLabs" class="social-behance"></a>
</li>
<li>
<a title="" href="https://themeforest.net/user/QuanticaLabs?ref=QuanticaLabs" class="social-picasa"></a>
</li>
<li>
<a title="" href="https://themeforest.net/user/QuanticaLabs?ref=QuanticaLabs" class="social-stumbleupon"></a>
</li>
<li>
<a title="" href="https://themeforest.net/user/QuanticaLabs?ref=QuanticaLabs" class="social-vimeo"></a>
</li>
<li>
<a title="" href="https://themeforest.net/user/QuanticaLabs?ref=QuanticaLabs" class="social-houzz"></a>
</li>
<li>
<a title="" href="https://themeforest.net/user/QuanticaLabs?ref=QuanticaLabs" class="social-yelp"></a>
</li>
<li>
<a title="" href="https://themeforest.net/user/QuanticaLabs?ref=QuanticaLabs" class="social-github"></a>
</li>
<li>
<a title="" href="https://themeforest.net/user/QuanticaLabs?ref=QuanticaLabs" class="social-reddit"></a>
</li>
<li>
<a title="" href="https://themeforest.net/user/QuanticaLabs?ref=QuanticaLabs" class="social-soundcloud"></a>
</li>
<li>
<a title="" href="https://themeforest.net/user/QuanticaLabs?ref=QuanticaLabs" class="social-vk"></a>
</li>
<li>
<a title="" href="https://themeforest.net/user/QuanticaLabs?ref=QuanticaLabs" class="social-vine"></a>
</li>
-->
</ul>
</div>
<a href="#" class="header-toggle template-arrow-up"></a>
</div>
<div class="header-container">
<!--<div class="header-container sticky">-->
<div class="vertical-align-table column-1-1">
<div class="header clearfix">
<div class="logo vertical-align-cell">
<h1><a href="index_page=home.html" title="CarService">CARSERVICE</a></h1>
</div>
<a href="#" class="mobile-menu-switch vertical-align-cell">
<span class="line"></span>
<span class="line"></span>
<span class="line"></span>
</a>
<div class="menu-container clearfix vertical-align-cell">
<nav>
<ul class="sf-menu">
<li>
<a href="index_page=home.html" title="Home">
Home
</a>
<ul>
<li>
<a href="index_page=home.html" title="Home Style 1">
Home Style 1
</a>
</li>
<li>
<a href="index_page=home2.html" title="Home Style 2">
Home Style 2
</a>
</li>
</ul>
</li>
<li >
<a href="index_page=services.html" title="Services">
Services
</a>
<ul>
<li>
<a href="index_page=service_engine_diagnostics.html" title="Engine Diagnostics">
Engine Diagnostics
</a>
</li>
<li>
<a href="index_page=service_lube_oil_filters.html" title="Lube, Oil and Filters">
Lube, Oil and Filters
</a>
</li>
<li>
<a href="index_page=service_belts_hoses.html" title="Belts and Hoses">
Belts and Hoses
</a>
</li>
<li>
<a href="index_page=service_air_conditioning.html" title="Air Conditioning">
Air Conditioning
</a>
</li>
<li>
<a href="index_page=service_brake_repair.html" title="Brake Repair">
Brake Repair
</a>
</li>
<li>
<a href="index_page=service_tire_wheel.html" title="Tire and Wheel Services">
Tire and Wheel Services
</a>
</li>
</ul>
</li>
<li >
<a href="index_page=galleries.html" title="Gallery">
Gallery
</a>
<ul>
<li>
<a href="index_page=gallery_engine_diagnostics.html" title="Engine Diagnostics">
Engine Diagnostics
</a>
</li>
<li>
<a href="index_page=gallery_oil_change.html" title="Oil Change">
Oil Change
</a>
</li>
<li>
<a href="index_page=gallery_belts_hoses.html" title="Belts and Hoses">
Belts and Hoses
</a>
</li>
<li>
<a href="index_page=gallery_tire_change.html" title="Tire Change">
Tire Change
</a>
</li>
<li>
<a href="index_page=gallery_wheel_services.html" title="Wheel Services">
Wheel Services
</a>
</li>
<li>
<a href="index_page=gallery_lube_services.html" title="Lube Services">
Lube Services
</a>
</li>
<li>
<a href="index_page=gallery_brake_repair.html" title="Brake Repair">
Brake Repair
</a>
</li>
<li>
<a href="index_page=gallery_other_car_services.html" title="Other Car Services">
Other Car Services
</a>
</li>
</ul>
</li>
<li class="">
<a href="index_page=team.html" title="Our Team">
Our Team
</a>
</li>
<li>
<a href="index_page=about.html" title="Pages">
Pages
</a>
<ul>
<li>
<a href="index_page=about.html" title="About">
About
</a>
</li>
<li>
<a href="index_page=404.html" title="404 Not Found">
404 Not Found
</a>
</li>
<li>
<a href="index_page=services.html" title="Services">
Services Style 1
</a>
</li>
<li>
<a href="index_page=services2.html" title="Services Style 2">
Services Style 2
</a>
</li>
<li>
<a href="index_page=service_engine_diagnostics.html" title="Single Service">
Single Service
</a>
</li>
<li>
<a href="index_page=galleries.html" title="Galleries">
Galleries
</a>
</li>
<li>
<a href="index_page=gallery_engine_diagnostics.html" title="Single Project">
Single Gallery
</a>
</li>
<li>
<a href="index_page=team.html" title="Team">
Team
</a>
</li>
<li>
<a href="index_page=team_mark_whilberg.html" title="Single Team">
Single Team
</a>
</li>
</ul>
</li>
<li>
<a href="index_page=blog.html" title="Blog">
Blog
</a>
<ul>
<li>
<a href="index_page=blog.html" title="Blog">
Blog
</a>
</li>
<li>
<a href="index_page=blog_left_sidebar.html" title="Blog">
Blog Left Sidebar
</a>
</li>
<li>
<a href="index_page=blog_2_columns.html" title="Blog 2 Columns">
Blog 2 Columns
</a>
</li>
<li>
<a href="index_page=blog_3_columns.html" title="Blog 3 Columns">
Blog 3 Columns
</a>
</li>
<li>
<a href="index_page=post.html" title="Single Post">
Single Post
</a>
</li>
<li>
<a href="index_page=search&s=ipsum.html" title="Search Template">
Search Template
</a>
</li>
</ul>
</li>
<li>
<a href="index_page=appointment.html" title="Appointment">
Appointment
</a>
</li>
<li class="left-flyout selected">
<a href="index_page=contact.html" title="Contact">
Contact
</a>
<ul>
<li>
<a href="index_page=contact.html" title="Contact Style 1">
Contact Style 1
</a>
</li>
<li class='selected'>
<a href="index_page=contact_2.html" title="Contact Style 2">
Contact Style 2
</a>
</li>
</ul>
</li>
</ul>
</nav>
<div class="mobile-menu-container">
<div class="mobile-menu-divider"></div>
<nav>
<ul class="mobile-menu collapsible-mobile-submenus">
<li>
<a href="index_page=home.html" title="Home">
Home
</a>
<a href="#" class="template-arrow-menu"></a>
<ul>
<li>
<a href="index_page=home.html" title="Home Style 1">
Home Style 1
</a>
</li>
<li>
<a href="index_page=home2.html" title="Home Style 2">
Home Style 2
</a>
</li>
</ul>
</li>
<li >
<a href="index_page=services.html" title="Services">
Services
</a>
<a href="#" class="template-arrow-menu"></a>
<ul>
<li>
<a href="index_page=service_engine_diagnostics.html" title="Engine Diagnostics">
Engine Diagnostics
</a>
</li>
<li>
<a href="index_page=service_lube_oil_filters.html" title="Lube, Oil and Filters">
Lube, Oil and Filters
</a>
</li>
<li>
<a href="index_page=service_belts_hoses.html" title="Belts and Hoses">
Belts and Hoses
</a>
</li>
<li>
<a href="index_page=service_air_conditioning.html" title="Air Conditioning">
Air Conditioning
</a>
</li>
<li>
<a href="index_page=service_brake_repair.html" title="Brake Repair">
Brake Repair
</a>
</li>
<li>
<a href="index_page=service_tire_wheel.html" title="Tire and Wheel Services">
Tire and Wheel Services
</a>
</li>
</ul>
</li>
<li >
<a href="index_page=galleries.html" title="Gallery">
Gallery
</a>
<a href="#" class="template-arrow-menu"></a>
<ul>
<li>
<a href="index_page=gallery_engine_diagnostics.html" title="Engine Diagnostics">
Engine Diagnostics
</a>
</li>
<li>
<a href="index_page=gallery_oil_change.html" title="Oil Change">
Oil Change
</a>
</li>
<li>
<a href="index_page=gallery_belts_hoses.html" title="Belts and Hoses">
Belts and Hoses
</a>
</li>
<li>
<a href="index_page=gallery_tire_change.html" title="Tire Change">
Tire Change
</a>
</li>
<li>
<a href="index_page=gallery_wheel_services.html" title="Wheel Services">
Wheel Services
</a>
</li>
<li>
<a href="index_page=gallery_lube_services.html" title="Lube Services">
Lube Services
</a>
</li>
<li>
<a href="index_page=gallery_brake_repair.html" title="Brake Repair">
Brake Repair
</a>
</li>
<li>
<a href="index_page=gallery_other_car_services.html" title="Other Car Services">
Other Car Services
</a>
</li>
</ul>
</li>
<li class="">
<a href="index_page=team.html" title="Our Team">
Our Team
</a>
</li>
<li>
<a href="index_page=about.html" title="Pages">
Pages
</a>
<a href="#" class="template-arrow-menu"></a>
<ul>
<li>
<a href="index_page=about.html" title="About">
About
</a>
</li>
<li>
<a href="index_page=404.html" title="404 Not Found">
404 Not Found
</a>
</li>
<li>
<a href="index_page=services.html" title="Services">
Services Style 1
</a>
</li>
<li>
<a href="index_page=services2.html" title="Services Style 2">
Services Style 2
</a>
</li>
<li>
<a href="index_page=service_engine_diagnostics.html" title="Single Service">
Single Service
</a>
</li>
<li>
<a href="index_page=galleries.html" title="Galleries">
Galleries
</a>
</li>
<li>
<a href="index_page=gallery_engine_diagnostics.html" title="Single Project">
Single Gallery
</a>
</li>
<li>
<a href="index_page=team.html" title="Team">
Team
</a>
</li>
<li>
<a href="index_page=team_mark_whilberg.html" title="Single Team">
Single Team
</a>
</li>
</ul>
</li>
<li>
<a href="index_page=blog.html" title="Blog">
Blog
</a>
<a href="#" class="template-arrow-menu"></a>
<ul>
<li>
<a href="index_page=blog.html" title="Blog">
Blog
</a>
</li>
<li>
<a href="index_page=blog_left_sidebar.html" title="Blog">
Blog Left Sidebar
</a>
</li>
<li>
<a href="index_page=blog_2_columns.html" title="Blog 2 Columns">
Blog 2 Columns
</a>
</li>
<li>
<a href="index_page=blog_3_columns.html" title="Blog 3 Columns">
Blog 3 Columns
</a>
</li>
<li>
<a href="index_page=post.html" title="Single Post">
Single Post
</a>
</li>
<li>
<a href="index_page=search&s=ipsum.html" title="Search Template">
Search Template
</a>
</li>
</ul>
</li>
<li>
<a href="index_page=appointment.html" title="Appointment">
Appointment
</a>
</li>
<li class="left-flyout selected">
<a href="index_page=contact.html" title="Contact">
Contact
</a>
<a href="#" class="template-arrow-menu"></a>
<ul>
<li>
<a href="index_page=contact.html" title="Contact Style 1">
Contact Style 1
</a>
</li>
<li class='selected'>
<a href="index_page=contact_2.html" title="Contact Style 2">
Contact Style 2
</a>
</li>
</ul>
</li>
</ul>
</nav>
</div> </div>
</div>
</div>
</div><div class="theme-page padding-bottom-66">
<div class="row gray full-width page-header vertical-align-table">
<div class="row full-width padding-top-bottom-50 vertical-align-cell">
<div class="row">
<div class="page-header-left">
<h1>CONTACT US</h1>
</div>
<div class="page-header-right">
<div class="bread-crumb-container">
<label>YOU ARE HERE:</label>
<ul class="bread-crumb">
<li>
<a title="HOME" href="index_page=home.html">
HOME
</a>
</li>
<li class="separator">
/
</li>
<li>
CONTACT US
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="row margin-top-70">
<div class="column column-3-4">
<div class="contact-map" id="map"></div>
<div class="row page-margin-top">
<div class="column column-1-3">
<ul class="features-list">
<li>
<h5>CALL US NOW AT</h5>
<div class="icon sl-small-phone-circle"></div>
<p>
Mobile: (520) 577 2710<br>
Assistance: (520) 577 2725<br>
Weekdays: (520) 577 7212
</p>
</li>
</ul>
</div>
<div class="column column-1-3">
<ul class="features-list">
<li>
<h5>TUCSON CAR SERVICE</h5>
<div class="icon sl-small-location-map"></div>
<p>
Tucson, Arizona 80210<br>
501 Archwood Lane<br>
<a target="_blank" href="http://www.google.pl/maps/place/Tucson,+Arizona,+Stany+Zjednoczone/@32.15591,-110.883805,11z/data=!3m1!4b1!4m2!3m1!1s0x86d665410b2ced2b:0x73c32d384d16c715">Display on Map</a>
</p>
</li>
</ul>
</div>
<div class="column column-1-3">
<ul class="features-list">
<li>
<h5>24/7 ASSISTANCE</h5>
<div class="icon sl-small-truck-tow"></div>
<p>Services consequat luctus at justo auctor metus est donec. Tempus terminal morbi nulla donec elite maecenas.</p>
</li>
</ul>
</div>
</div>
<h3 class="box-header page-margin-top">DROP US A LINE</h3>
<form class="contact-form page-margin-top" id="contact-form" method="post" action="contact_form/contact_form.php.html">
<div class="row">
<fieldset class="column column-1-2">
<input class="text-input" name="name" type="text" value="Your Name *" placeholder="Your Name *">
<input class="text-input" name="email" type="text" value="Your Email *" placeholder="Your Email *">
<input class="text-input" name="phone" type="text" value="Your Phone" placeholder="Your Phone">
</fieldset>
<fieldset class="column column-1-2">
<textarea name="message" placeholder="Message *">Message *</textarea>
</fieldset>
</div>
<div class="row margin-top-30">
<div class="column column-1-2">
<p>We will contact you within one business day.</p>
</div>
<div class="column column-1-2 align-right">
<input type="hidden" name="action" value="contact_form" />
<div class="row margin-top-20 padding-bottom-20">
<a class="more submit-contact-form" href="#" title="SEND MESSAGE"><span>SEND MESSAGE</span></a>
</div>
</div>
</div>
</form>
</div>
<div class="column column-1-4 re-smart-column">
<div class="re-smart-column-wrapper">
<div class="call-to-action">
<div class="hexagon small"><div class="sl-small-percent"></div></div>
<h4 class="margin-top-58">ONLINE APPOINTMENT</h4>
<p class="description">Book your appointment now and get $5 discount.</p>
<a class="more" href="index_page=appointment.html" title="MAKE APPOINTMENT"><span>MAKE APPOINTMENT</span></a>
</div>
<h6 class="box-header page-margin-top">LATEST POSTS</h6>
<ul class="blog small margin-top-30 clearfix">
<li>
<a href="index_page=post.html" title="Clunking Sound Under The Hood" class="post-image">
<img src="images/samples/90x90/image_01.jpg" alt="">
</a>
<div class="post-content">
<a href="index_page=post.html" title="Clunking Sound Under The Hood">Clunking Sound Under The Hood</a>
<ul class="post-details">
<li class="date">April 25, 2015</li>
</ul>
</div>
</li>
<li>
<a href="index_page=post.html" title="Signs Your Car Needs Engine Repair" class="post-image">
<img src="images/samples/90x90/image_02.jpg" alt="">
</a>
<div class="post-content">
<a href="index_page=post.html" title="Signs Your Car Needs Engine Repair">Signs Your Car Needs Engine Repair</a>
<ul class="post-details">
<li class="date">April 17, 2015</li>
</ul>
</div>
</li>
<li>
<a href="index_page=post.html" title="Replacing a Timing Belt Service Cost" class="post-image">
<img src="images/samples/90x90/image_03.jpg" alt="">
</a>
<div class="post-content">
<a href="index_page=post.html" title="Replacing a Timing Belt Service Cost">Replacing a Timing Belt Service Cost</a>
<ul class="post-details">
<li class="date">March 05, 2015</li>
</ul>
</div>
</li>
</ul>
</div>
</div>
</div>
</div> <div class="row dark-gray footer-row full-width padding-top-30 padding-bottom-50">
<div class="row row-4-4">
<div class="column column-1-4">
<h6 class="box-header">ABOUT US</h6>
<ul class="list simple margin-top-20">
<li>Tucson, Arizona 80210</li>
<li>501 Archwood Lane</li>
<li><span>Mobile:</span>(520) 577 2710</li>
<li><span>Assistance:</span>(520) 577 2725</li>
<li><span>E-mail:</span><a href="mailto:[email protected]">[email protected]</a></li>
</ul>
<ul class="social-icons gray margin-top-26">
<li>
<a target="_blank" href="https://facebook.com/QuanticaLabs" class="social-facebook" title="facebook"></a>
</li>
<li>
<a target="_blank" href="https://twitter.com/QuanticaLabs" class="social-twitter" title="twitter"></a>
</li>
<li>
<a target="_blank" href="https://themeforest.net/user/QuanticaLabs/portfolio?ref=QuanticaLabs" class="social-linkedin" title="linkedin"></a>
</li>
<li>
<a href="https://pinterest.com/quanticalabs/" class="social-pinterest" title="pinterest"></a>
</li>
</ul>
</div>
<div class="column column-1-4">
<h6 class="box-header">OUR SERVICES</h6>
<ul class="list margin-top-20">
<li class="template-bullet">Engine Diagnostics</li>
<li class="template-bullet">Lube, Oil and Filters</li>
<li class="template-bullet">Belts and Hoses</li>
<li class="template-bullet">Air Conditioning</li>
<li class="template-bullet">Brake Repair</li>
<li class="template-bullet">Tire and Wheel Services</li>
<li class="template-bullet">Other Car Services</li>
</ul>
</div>
<div class="column column-1-4">
<h6 class="box-header">POPULAR TAGS</h6>
<ul class="taxonomies margin-top-30">
<li><a href="index_page=category&cat=belts.html" title="BELTS">BELTS</a></li>
<li><a href="index_page=category&cat=brakes.html" title="BRAKES">BRAKES</a></li>
<li><a href="index_page=category&cat=diagnostics.html" title="DIAGNOSTICS">DIAGNOSTICS</a></li>
<li><a href="index_page=category&cat=engine.html" title="ENGINE">ENGINE</a></li>
<li><a href="index_page=category&cat=filters.html" title="FILTERS">FILTERS</a></li>
<li><a href="index_page=category&cat=heating.html" title="HEATING">HEATING</a></li>
<li><a href="index_page=category&cat=oils.html" title="OILS">OILS</a></li>
<li><a href="index_page=category&cat=steering.html" title="STEERING">STEERING</a></li>
<li><a href="index_page=category&cat=suspension.html" title="SUSPENSION">SUSPENSION</a></li>
<li><a href="index_page=category&cat=tires.html" title="TIRES">TIRES</a></li>
<li><a href="index_page=category&cat=transmission.html" title="TRANSMISSION">TRANSMISSION</a></li>
</ul>
</div>
<div class="column column-1-4">
<h6 class="box-header">HOURS</h6>
<ul class="list simple margin-top-20">
<li><span>Monday:</span>7:30am - 5:30pm</li>
<li><span>Tuesday:</span>7:30am - 5:30pm</li>
<li><span>Wednesday:</span>7:30am - 5:30pm</li>
<li><span>Thursday:</span>7:30am - 5:30pm</li>
<li><span>Friday:</span>7:30am - 5:30pm</li>
<li><span>Saturday:</span>7:30am - 3:00pm</li>
<li><span>Sunday:</span>Closed</li>
</ul>
</div>
</div>
</div>
<div class="row align-center padding-top-bottom-30">
<span class="copyright">© Copyright 2019 <a href="https://themeforest.net/item/carservice-mechanic-auto-shop-template/12332985?ref=QuanticaLabs" title="Carservice Template" target="_blank">Carservice Template</a> by <a href="../../home/index.html" title="QuanticaLabs" target="_blank">QuanticaLabs</a></span>
</div>
</div>
<a href="#top" class="scroll-top animated-element template-arrow-up" title="Scroll to top"></a>
<div class="background-overlay"></div>
<!--js-->
<script type="text/javascript" src="js/jquery-1.12.4.min.js"></script>
<script type="text/javascript" src="js/jquery-migrate-1.4.1.min.js"></script>
<!--slider revolution-->
<script type="text/javascript" src="rs-plugin/js/jquery.themepunch.tools.min.js"></script>
<script type="text/javascript" src="rs-plugin/js/jquery.themepunch.revolution.min.js"></script>
<script type="text/javascript" src="js/jquery.ba-bbq.min.js"></script>
<script type="text/javascript" src="js/jquery-ui-1.11.4.custom.min.js"></script>
<script type="text/javascript" src="js/jquery.ui.touch-punch.min.js"></script>
<script type="text/javascript" src="js/jquery.isotope.min.js"></script>
<script type="text/javascript" src="js/jquery.easing.1.3.min.js"></script>
<script type="text/javascript" src="js/jquery.carouFredSel-6.2.1-packed.js"></script>
<script type="text/javascript" src="js/jquery.touchSwipe.min.js"></script>
<script type="text/javascript" src="js/jquery.transit.min.js"></script>
<script type="text/javascript" src="js/jquery.hint.min.js"></script>
<script type="text/javascript" src="js/jquery.costCalculator.min.js"></script>
<script type="text/javascript" src="js/jquery.parallax.min.js"></script>
<script type="text/javascript" src="js/jquery.prettyPhoto.js"></script>
<script type="text/javascript" src="js/jquery.qtip.min.js"></script>
<script type="text/javascript" src="js/jquery.blockUI.min.js"></script>
<script type="text/javascript" src="http://maps.google.com/maps/api/js?key=AIzaSyA2LLXoPbK_YPWDdpwgHaG3-PFYl6KiWhI"></script>
<script type="text/javascript" src="js/main.js"></script>
<script type="text/javascript" src="js/odometer.min.js"></script>
<link rel="stylesheet" type="text/css" href="style_selector/style_selector.css">
<script type="text/javascript" src="style_selector/style_selector.js"></script>
<div class="style-selector hide-on-mobile opened">
<div class="style-selector-icon">
</div>
<div class="style-selector-content">
<h4>Style Selector</h4>
<ul>
<li class="clearfix">
<label>Menu Type</label>
<select name="menu_type">
<option value="default" selected="selected">Default</option>
<option value="sticky">Sticky</option>
</select>
</li>
<li class="clearfix">
<label>Layout Style</label>
<select name="layout_style">
<option value="wide" selected="selected">Wide</option>
<option value="boxed">Boxed</option>
</select>
</li>
<li class="clearfix">
<label>Boxed Layout Pattern</label>
<ul class="layout-chooser">
<li>
<a href="#" class="pattern-1">
<span class="tick"></span>
</a>
</li>
<li>
<a href="#" class="pattern-2">
<span class="tick"></span>
</a>
</li>
<li>
<a href="#" class="pattern-3">
<span class="tick"></span>
</a>
</li>
<li>
<a href="#" class="pattern-4">
<span class="tick"></span>
</a>
</li>
<li>
<a href="#" class="pattern-5">
<span class="tick"></span>
</a>
</li>
<li class="first">
<a href="#" class="pattern-6">
<span class="tick"></span>
</a>
</li>
<li>
<a href="#" class="pattern-7">
<span class="tick"></span>
</a>
</li>
<li>
<a href="#" class="pattern-8">
<span class="tick"></span>
</a>
</li>
<li>
<a href="#" class="pattern-9">
<span class="tick"></span>
</a>
</li>
<li>
<a href="#" class="pattern-10">
<span class="tick"></span>
</a>
</li>
</ul>
</li>
<li class="clearfix">
<label>Boxed Layout Image</label>
<ul class="layout-chooser">
<li class="selected">
<a href="#" class="image-1">
<span class="tick"></span>
</a>
</li>
<li>
<a href="#" class="image-2">
<span class="tick"></span>
</a>
</li>
<li>
<a href="#" class="image-3">
<span class="tick"></span>
</a>
</li>
<li>
<a href="#" class="image-4">
<span class="tick"></span>
</a>
</li>
<li>
<a href="#" class="image-5">
<span class="tick"></span>
</a>
</li>
<li class="first">
<input type="checkbox" checked="checked" id="overlay"><label class="overlay-label" for="overlay">overlay</label>
</li>
</ul>
</li>
</ul>
</div>
</div>
</body>
</html>