-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
644 lines (606 loc) · 31.9 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js">
<!--<![endif]-->
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<!-- Smartsupp Live Chat script -->
<script type="text/javascript">
var _smartsupp = _smartsupp || {};
_smartsupp.key = '002fcc499d709c8a14ff2251e79c9b4c94eb533a';
window.smartsupp||(function(d) {
var s,c,o=smartsupp=function(){ o._.push(arguments)};o._=[];
s=d.getElementsByTagName('script')[0];c=d.createElement('script');
c.type='text/javascript';c.charset='utf-8';c.async=true;
c.src='https://www.smartsuppchat.com/loader.js?';s.parentNode.insertBefore(c,s);
})(document);
</script> <title>ClutchRepairNearMe</title>
<!--[if IE]>
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <![endif]-->
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/animations.css">
<link rel="stylesheet" href="css/font-awesome.css">
<link rel="stylesheet" href="css/main.css" class="color-switcher-link">
<script src="js/vendor/modernizr-2.6.2.min.js"></script>
<!--[if lt IE 9]>
<script src="js/vendor/html5shiv.min.js"></script> <script src="js/vendor/respond.min.js"></script> <script src="js/vendor/jquery-1.12.4.min.js"></script> <![endif]-->
</head>
<body>
<!--[if lt IE 9]>
<div class="bg-danger text-center">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/" class="color-main">upgrade your browser</a> to improve your experience.</div> <![endif]-->
<div class="preloader">
<div class="preloader_image"></div>
</div>
<!-- search modal -->
<div class="modal" tabindex="-1" role="dialog" aria-labelledby="search_modal"
id="search_modal"> <button type="button" class="close" data-dismiss="modal"
aria-label="Close"> <span aria-hidden="true">×</span> </button>
<div class="widget widget_search">
<form method="get" class="searchform search-form" action="/">
<div class="form-group"> <input value="" name="search" class="form-control"
placeholder="Search keyword" id="modal-search-input" type="text">
</div>
<button type="submit" class="btn">Search</button> </form>
</div>
</div>
<!-- Unyson messages modal -->
<div class="modal fade" tabindex="-1" role="dialog" id="messages_modal">
<div class="fw-messages-wrap ls p-normal">
<!-- Uncomment this UL with LI to show messages in modal popup to your user: -->
<!--
<ul class="list-unstyled"> <li>Message To User</li> </ul> --> </div>
</div>
<!-- eof .modal -->
<div class="modal fade" id="modalLoginForm" tabindex="-1" role="dialog" aria-labelledby="modalLoginForm"
aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="row c-gutter-0"> <button type="button" class="close" data-dismiss="modal"
aria-label="Close"> <span>×</span> </button>
<div class="col-6">
<div class="modal-content">
<div class="modal-header justify-content-center">
<h4 class="modal-title">Sign in</h4>
</div>
<div class="modal-body">
<form action="/">
<div class="form-group has-placeholder"> <label for="name-sigin">Your
Name:</label> <input class="form-control" id="name-sigin"
placeholder="Enter your name" name="First name" type="text">
</div>
<div class="form-group has-placeholder"> <label for="sigpassword">Password:</label>
<input class="form-control" id="sigpassword" placeholder="password"
name="sigpassword" type="password"> </div>
<div class="modal-password"> <a href="#" class="modal-password-btn">Forgot
password?</a> </div>
<div class="modal-footer d-flex justify-content-center"> <button
type="submit" class="btn btn-small btn-maincolor log-btn">Log
in</button> </div>
</form>
</div>
</div>
</div>
<div class="col-6 ds s-overlay"> <img src="images/modal-login-form.jpg"
alt=""> </div>
</div>
</div>
</div>
<!-- wrappers for visual page editor and boxed version of template -->
<div id="canvas">
<div id="box_wrapper">
<!-- template sections -->
<div class="header_absolute slide_absolute ds bs s-overlay">
<!--topline section visible only on small screens|-->
<section class="page_toplogo ds s-overlay s-pt-10 s-pb-5 s-py-lg-30">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-12">
<div class="d-lg-flex justify-content-lg-end align-items-lg-center">
<div class="mr-auto">
<!--
if you want to display toplogo info on smaller screens than use following CSS classes below: d-sm-flex justify-content-sm-center -->
<div class="d-none d-lg-flex justify-content-center justify-content-lg-start">
<a href="index.html" class="logo"> <img src="images/logo.png" alt="">
<span class="logo-text fw-500">ClutchRepairNearMe.co.uk</span> </a> </div>
</div>
<!--
if you want to display toplogo info on smaller screens than use following CSS classes below: d-sm-flex justify-lg-content-end justify-content-sm-between align-items-center -->
<div class="d-flex justify-lg-content-end align-items-center meta-icons">
<div class="media"> </div>
<div class="media d-none d-md-flex">
<div class="icon-styled color-main fs-20"> <i class="ico-placeholder"></i>
</div>
<div class="media-body">
<h6>Location</h6>
<p class="fw-400">Reading, UK </p>
</div>
</div>
<div class="media">
<div class="icon-styled color-main fs-20"> <i class="ico-phone-call"></i>
</div>
<div class="media-body">
<h6>Phone</h6>
<p class="fw-400"> 01189876300 </p>
</div>
</div>
<div class="d-none d-xl-block"> <a href="https://www.manyautosltd.com/service-booking"
class="btn btn-small btn-outline-maincolor btn-appointment">Schedule
Maintenance</a> </div>
</div>
</div>
<!-- header toggler --> </div>
</div>
</div>
</section>
<!--eof topline-->
<!-- header with single Bootstrap column only for navigation and includes. Used with topline and toplogo sections. Menu toggler must be in toplogo section -->
<header class="page_header s-py-10 s-py-lg-0 ds ms s-overlay nav-bordered justify-nav-center">
<div class="container-fluid">
<div class="row align-items-center">
<div class="d-lg-none col-11"> <a href="./" class="logo"> <img
src="images/logo.png" alt=""> <span class="logo-text fw-500"><span class="fw-200">ClutchRepairNearMe</span></span> </a> </div>
<div class="col-xl-12">
<div class="nav-wrap">
<!-- main nav start -->
<nav class="top-nav">
<ul class="nav sf-menu">
<li class="active"> <a href="index">Home</a> </li>
<li> <a href="about">about</a></li>
<li> <a href="faq">faq</a> </li>
<li> <a href="https://manyautosltd.com/contact">contact us</a></li>
<!-- blog -->
<!-- eof contacts -->
</ul>
</nav>
<!-- eof main nav --> </div>
</div>
</div>
</div>
<!-- header toggler --> <span class="toggle_menu"><span></span></span>
</header>
</div>
<section class="page_slider">
<div class="flexslider" data-nav="false" data-dots="true">
<ul class="slides">
<li class="ds bs cover-image flex-slide"> <span class="flexslider-overlay"></span>
<img src="images/slide01.jpg" alt="">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="intro_layers_wrapper text-center text-xl-left">
<div class="intro_layers">
<div class="divider-20 d-none d-lg-block d-xl-none"></div>
<div class="intro_layer" data-animation="fadeInDown">
<h2 class="text-uppercase intro_featured_word"> <span
class="color-main">Car</span> <span class="flex-gradient">
<span id="typed-strings"> <span>MOT test</span>
<span>Servicing</span> <span>Repair</span> </span>
<span id="typed"></span> </span> </h2>
</div>
<div class="intro_layer" data-animation="fadeInDown">
<h2 class="text-uppercase intro_featured_word">
& clutch repair near me </h2>
</div>
<div class="intro_layer" data-animation="fadeInDown">
<ul class="list1">
<li>Timing belt/Chain kits</li>
<li>Regular Servicing and Maintenance</li>
<li>Car Paint & damage repair</li>
<li>We Work with Warranty Companies</li>
</ul>
</div>
<div class="intro_layer" data-animation="fadeInDown">
<div class="slide-button"> <a class="btn btn-small btn-maincolor"
href="https://carservicesinreading.co.uk/service-booking">Book Now</a>
</div>
</div>
</div>
<!-- eof .intro_layers --> </div>
<!-- eof .intro_layers_wrapper --> </div>
<!-- eof .col-* --> </div>
<!-- eof .row --> </div>
<!-- eof .container-fluid -->
<div class="ds social-flex d-none d-lg-block">
<p class="social-icons with-border"> <span><a href="https://www.facebook.com/carservicesinreading"
class="fa fa-facebook border-icon rounded-icon" title="facebook"></a></span>
<span><a href="https://twitter.com/carservices12"
class="fa fa-twitter border-icon rounded-icon"></a></span>
</p>
</div>
</li>
<li class="ds bs cover-image flex-slide"> <span class="flexslider-overlay"></span>
<img src="images/slide02.jpg" alt="">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="intro_layers_wrapper justify-content-center">
<div class="intro_layers rotate_layers">
<div class="intro_layer" data-animation="fadeInRightBig">
<h2 class="text-uppercase intro_before_featured_word text-left">
All Makes & </h2>
</div>
<div class="intro_layer gradient-layer text-center" data-animation="fadeInDown">
<h2 class="text-uppercase"> <span class="text-layer">
<span class="sliderPriceClr">£5</span> Off joint
Service and MOT </span> </h2>
</div>
<div class="intro_layer text-right" data-animation="fadeInLeftBig">
<h2 class="text-uppercase intro_after_featured_word">
Models Welcome </h2>
</div>
</div>
<!-- eof .intro_layers --> </div>
<!-- eof .intro_layers_wrapper --> </div>
<!-- eof .col-* --> </div>
<!-- eof .row --> </div>
<!-- eof .container-fluid -->
<div class="ds social-flex d-none d-lg-block">
<p class="social-icons with-border"> <span><a href="https://www.facebook.com/carservicesinreading"
class="fa fa-facebook border-icon rounded-icon" title="facebook"></a></span>
<span><a href="https://twitter.com/carservices12"
class="fa fa-twitter border-icon rounded-icon"></a></span>
</p>
</div>
</li>
<li class="ds bs cover-image flex-slide"> <span class="flexslider-overlay"></span>
<img src="images/slide03.jpg" alt="">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="intro_layers_wrapper justify-content-center">
<div class="intro_layers rotate_layers">
<div class="intro_layer" data-animation="fadeInRightBig">
<h2 class="text-uppercase intro_before_featured_word text-left">
All Makes & </h2>
</div>
<div class="intro_layer gradient-layer text-center" data-animation="fadeInDown">
<h2 class="text-uppercase"> <span class="text-layer">
<span class="color-main2"></span> Collection or
Recovery </span> </h2>
</div>
<div class="intro_layer text-right" data-animation="fadeInLeftBig">
<h2 class="text-uppercase intro_after_featured_word">
Models Welcome </h2>
</div>
</div>
<!-- eof .intro_layers --> </div>
<!-- eof .intro_layers_wrapper --> </div>
<!-- eof .col-* --> </div>
<!-- eof .row --> </div>
<!-- eof .container-fluid -->
<div class="ds social-flex d-none d-lg-block">
<p class="social-icons with-border"> <span><a href="https://www.facebook.com/carservicesinreading"
class="fa fa-facebook border-icon rounded-icon" title="facebook"></a></span>
<span><a href="https://twitter.com/carservices12"
class="fa fa-twitter border-icon rounded-icon"></a></span>
</p>
</div>
</li>
</ul>
</div>
<!-- eof flexslider --> </section>
<section class="ds s-pt-60 s-pt-md-5 s-pb-0 s-pb-md-15 s-pb-lg-150 choose-us-section c-gutter-10 overflow-visible"
id="choose-us">
<div class="container">
<div class="row plan-content c-mt-0 c-mt-lg-10 c-mt-xl-0">
<div class="col-xl-4 col-md-6">
<div class="pricing-plan plan1 cs">
<div class="plan-name">
<h5 class="text-uppercase"> MOT TEST </h5>
</div>
<div class="price-wrap pt-5 color-main2"><span class="plan-sign">£</span>
<span class="plan-price">29.99</span>
</div>
<hr style="width:100%;text-align:left;margin-left:0">
<div class="price-wrap pt-2">
<span class="plan-price priceOff">MOT £49.99</span>
</div>
<div class="price-wrap pt-2 color-main2">
<span class="plan-price priceOn">MOT £29.99</span>
</div>
<div class="plan-features">
<ul>
<li><i class="ico-check fs-12 fw-900"></i>Free Retest</li>
<li><i class="ico-check fs-12 fw-900"></i>Emissions and
exhaust test</li>
<li><i class="ico-check fs-12 fw-900"></i>Collection and
delivery</li>
</ul>
</div>
</div>
</div>
<div class="col-xl-4 col-md-6">
<div class="pricing-plan plan2 cs">
<div class="plan-name">
<h5 class="text-uppercase"> Interim Service </h5>
</div>
<div class="price-wrap pt-5 color-main2"><span class="plan-sign">from £</span>
<span class="plan-price">99.99</span>
</div>
<hr style="width:100%;text-align:left;margin-left:0">
<div class="price-wrap pt-2">
<span class="plan-price priceOff">MOT £29.99</span>
</div>
<div class="price-wrap pt-2 color-main2">
<span class="plan-price priceOn">MOT £9.99</span>
</div>
<div class="plan-features">
<ul>
<li><i class="ico-check fs-12 fw-900"></i>Oil and Oil
Filter</li>
<li><i class="ico-check fs-12 fw-900"></i>50 point vehicle
check</li>
<li><i class="ico-check fs-12 fw-900"></i>Collection and
delivery</li>
</ul>
</div>
</div>
</div>
<div class="col-xl-4 col-md-6">
<div class="pricing-plan plan3 cs">
<div class="plan-name">
<h5 class="text-uppercase"> Full
Service </h5>
</div>
<div class="price-wrap pt-5 color-main2"><span class="plan-sign">from £</span>
<span class="plan-price">159.99</span>
</div>
<hr style="width:100%;text-align:left;margin-left:0">
<div class="price-wrap pt-2">
<span class="plan-price priceOff">MOT £29.99</span>
</div>
<div class="price-wrap pt-2 color-main2">
<span class="plan-price priceOn">free</span>
</div>
<div class="plan-features">
<ul>
<li><i class="ico-check fs-12 fw-900"></i>70 point vehicle
checks</li>
<li><i class="ico-check fs-12 fw-900"></i>Drive and Test</li>
<li><i class="ico-check fs-12 fw-900"></i>Collection and
Delivery</li>
</ul>
</div>
</div>
</div>
<div class="divider-145 d-none d-lg-block"></div>
</div>
<div class="row c-mb-45 c-mb-lg-0">
<div class="divider-40 d-block d-lg-none"></div>
<div class="offset-lg-2 col-lg-8 item-content text-center">
<h3 class="special-heading text-center">Why<span class="text-gradient">Choose</span>
Us</h3>
<p class="fs-20 color-dark">The Car Repair Appointment</p>
<div class="divider-60 d-none d-lg-block"></div>
<p>
A lot of happy customers have found out how Many Autos can eliminate the time and trouble of shopping around for the best clutch repair price. So, don’t wait and sign up to our vehicle health check today and we can make you aware of any potential issue with your vehicle clutch. Clutch plate replacement and associated repairs are best left to an expert, so don’t leave it to chance and book with us and we can put you back in the driving seat soon.
</p>
<div class="divider-33 d-none d-lg-block"></div>
<div> <a href="https://carservicesinreading.co.uk/" class="btn btn-small btn-maincolor">Enter Reg</a>
</div>
</div>
</div>
<div class="divider-50 d-none d-lg-block"></div>
</div>
</section>
<section class="s-pt-55 s-pb-0 s-pt-md-50 s-pt-lg-140 s-pb-lg-145 ls ms text-center steps-section"
id="steps">
<div class="container">
<div class="col-12 text-center mb-55">
<h4>How<span class="text-gradient">We Work</span></h4>
<p class="fs-20 color-dark">Car Servicing and Repair</p>
<div class="divider-60 d-none d-xl-block"></div>
</div>
<div class="row c-mb-53 c-mb-lg-0">
<div class="col-12 col-lg-3">
<div class="steps"> <img src="images/step01.jpg" alt="">
<div class="step-content">
<h6 class="fw-700">BOOKING</h6>
<p class="color-dark">Book your vehicle online or by phone</p>
</div>
</div>
</div>
<div class="col-12 col-lg-3">
<div class="steps feature-step"> <img src="images/step02.jpg" alt="">
<div class="step-content">
<h6 class="fw-700">COLLECTION</h6>
<p class="color-dark">Have your car collected from wherever
convenient</p>
</div>
</div>
</div>
<div class="col-12 col-lg-3">
<div class="steps"> <img src="images/step03.jpg" alt="">
<div class="step-content">
<h6 class="fw-700">SERVICE</h6>
<p class="color-dark">Sit back, relax and let us do the
work. We will keep you informed every step of the way. </p>
</div>
</div>
</div>
<div class="col-12 col-lg-3">
<div class="steps feature-step last-step"> <img src="images/step04.jpg"
alt="">
<div class="step-content">
<h6 class="fw-700">DELIVERY</h6>
<p class="color-dark">Have your car delivered and enjoy.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="ls s-pt-55 s-pt-md-50 s-pb-5 s-pt-lg-140 s-pb-lg-145 service-section text-center text-lg-left c-gutter-0"
id="service">
<div class="container">
<div class=" col-12 mb-50 text-center">
<h4>Our<span class="text-gradient">Services</span></h4>
<p class="fs-20 color-dark">Car Servicing and Repair</p>
<div class="divider-60 d-none d-xl-block"></div>
</div>
<div class="row align-items-center">
<div class="col-lg-4 col-xl-3">
<div class="media">
<div class="icon-styled color-main fs-40"> <i class="ico-tow-truck"></i>
</div>
<div class="media-body">
<h6> Car Towing </h6>
<p> We can arrange for vehicle recovery at extra cost. </p>
</div>
</div>
<div class="divider-130 d-none d-lg-block"></div>
<div class="media">
<div class="icon-styled color-main fs-40"> <i class="ico-car-alt"></i>
</div>
<div class="media-body">
<h6> Overheating vehicle </h6>
<p> We diagnose and repair most overheating problems the
same day. </p>
</div>
</div>
</div>
<div class="col-lg-4 col-xl-6"> <img src="images/02.png" alt="">
</div>
<div class="col-lg-4 col-xl-3">
<div class="media">
<div class="icon-styled color-main fs-40"> <i class="ico-breakdown"></i>
</div>
<div class="media-body">
<h6> Engine problem </h6>
<p> We diagnose and repair the majority of engine issues </p>
</div>
</div>
<div class="divider-130 d-none d-lg-block"></div>
<div class="media">
<div class="icon-styled color-main fs-40"> <i class="ico-accident"></i>
</div>
<div class="media-body">
<h6> Accident Repair </h6>
<p> We repair and respray accident damaged vehicles. </p>
</div>
</div>
</div>
</div>
</div>
</section>
<div id="footer"></div>
<footer class="page_footer ds ms s-pt-60 s-pt-lg-80 c-gutter-40">
<div class="container">
<div class="row">
<div class="divider-20 d-none d-xl-block"></div>
<div class="col-md-4 animate" data-animation="fadeInUp">
<div class="widget widget_working_hours">
<h3>Our Hours</h3>
<ul class="list-bordered">
<li class="row">
<div class="col-6"> Monday </div>
<div class="col-6"> <span class="color-darkgrey">9:00 -
6:00pm</span> </div>
</li>
<li class="row">
<div class="col-6"> Tuesday </div>
<div class="col-6"> <span class="color-darkgrey">9:00 -
6:00pm</span> </div>
</li>
<li class="row">
<div class="col-6"> Wednesday </div>
<div class="col-6"> <span class="color-darkgrey">9:00 -
6:00pm</span> </div>
</li>
<li class="row">
<div class="col-6"> Thursday </div>
<div class="col-6"> <span class="color-darkgrey">9:00 -
6:00pm</span> </div>
</li>
<li class="row">
<div class="col-6"> Friday </div>
<div class="col-6"> <span class="color-darkgrey">9:00 -
6:00pm</span> </div>
</li>
<li class="row">
<div class="col-6"> Saturday </div>
<div class="col-6"> <span class="color-darkgrey">10:00 -
6:00pm</span> </div>
</li>
<li class="row">
<div class="col-6"> Sunday </div>
<div class="col-6"> <span class="color-darkgrey">Closed</span>
</div>
</li>
</ul>
</div>
</div>
<div class="col-md-4 animate" data-animation="fadeInUp">
<!-- <div class="widget widget_contact_form">
<h3 class="widget-title">Drop a line</h3>
<form class="contact-form c-mb-20 c-gutter-20" method="post" action="shortsendform.php">
<div class="form-group has-placeholder"> <label for="name">Full
Name <span class="required">*</span></label> <i class="fa fa-user color-darkgrey"></i>
<input aria-required="true" size="30" value="" name="name"
id="name" class="form-control" placeholder="Name" type="text">
</div>
<div class="form-group has-placeholder"> <label for="email">Email
address<span class="required">*</span></label> <i class="fa fa-envelope color-darkgrey"></i>
<input aria-required="true" size="30" value="" name="email"
id="email" class="form-control" placeholder="Email" type="email">
</div>
<div class="form-group has-placeholder"> <label for="message">Message</label>
<i class="fa fa-pencil color-darkgrey"></i> <textarea aria-required="true"
rows="6" cols="45" name="message" id="message" class="form-control" placeholder="Message"></textarea>
</div>
<div class="form-group mt-30"> <button type="submit" id="contact_form_submit"
name="contact_submit" class="btn btn-maincolor">Send
Message </button> </div>
</form>
</div> -->
</div>
<div class="col-md-4 animate" data-animation="fadeInUp">
<div class="widget widget_icons_list list2">
<h3>Contacts</h3>
<p>Contact us via phone or our online chat system</p>
<div class="media side-icon-box">
<div class="icon-styled color-main fs-14"> <i class="fa fa-map-marker"></i>
</div>
<p class="media-body">Unit 4, Tunbridge Jones Industrial
Estate Cradock Road, Reading, RG2 0JT</p>
</div>
<div class="media side-icon-box">
<div class="icon-styled color-main fs-14"> <i class="fa fa-phone"></i>
</div>
<p class="media-body">01189876300</p>
</div>
</div>
<div class="widget widget_social_buttons"> <a href="https://www.facebook.com/carservicesinreading"
class="fa fa-facebook color-bg-icon rounded-icon"></a> <a href="https://twitter.com/carservices12"
class="fa fa-twitter color-bg-icon rounded-icon"></a> </div>
</div>
</div>
</div>
</footer>
<section class="page_copyright ds ms s-pt-0 s-pb-25 s-py-lg-20">
<div class="container">
<div class="divider-2 d-none d-lg-block"></div>
<div class="row align-items-center">
<div class="divider-20 d-none d-lg-block"></div>
<div class="col-md-12 text-center">
<p class="social-icons with-border"> <span><a href="https://www.facebook.com/carservicesinreading"
class="fa fa-facebook-f"></a> <a href="https://twitter.com/carservices12"
class="fa fa-twitter"></a> </span> </p>
<p> © 2021 Car Services in Reading - All Rights Reserve</p>
</div>
<div class="divider-20 d-none d-lg-block"></div>
</div>
</div>
</section>
</div>
<!-- eof #box_wrapper --> </div>
<!-- eof #canvas -->
<script src="js/compressed.js"></script>
<script src="js/main.js"></script>
</body>
</html>