Car Services

#uniqeroot .sidebar {
min-width: 250px;
}
#uniqeroot .service-card {
border-bottom: 1px solid #dee2e6;
background: white;
transition: background 0.2s;
border-radius: 0.5rem;
margin-bottom: 0.5rem;
}
#uniqeroot .service-card:hover {
background: #f8f9fa;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}
#uniqeroot .service-title {
font-weight: bold;
color: black;
font-size: 16px;
}
#uniqeroot .service-action {
min-width: 120px;
display: flex;
align-items: center;
justify-content: flex-end;
gap: 0.5rem;
}
#uniqeroot .service-included {
min-width: 180px;
display: flex;
align-items: center;
justify-content: center;
}
#uniqeroot .btn-get-estimate {
background: #cf080d;
color: #fff;
font-weight: bold;
border: none;
border-radius: 0.25rem;
padding: 0.375rem 1.25rem;
transition: background 0.2s;
}
#uniqeroot .btn-get-estimate:hover {
background: #7bbd22;
color: #fff;
}
#uniqeroot .btn-included {
border-radius: 0.25rem;
font-size: 0.95rem;
}
#uniqeroot .service-checkbox {
width: 22px;
height: 22px;
accent-color: #1565c0;
margin-left: 0.5rem;
}
#uniqeroot .call-link {
display: inline-flex;
align-items: center;
gap: 0.4rem;
font-weight: bold;
color: black !important;
background: yellow;
border-radius: 0.25rem;
padding: 0.375rem 1.25rem;
text-decoration: none;
transition: background 0.2s;
border: 1px solid black;
}
#uniqeroot .call-link:hover {
background: black;
color: #fff !important;
text-decoration: none;
}
#uniqeroot .filter-header {
background: #212529;
color: #fff;
padding: 1rem;
font-size: 1.25rem;
display: flex;
align-items: center;
justify-content: space-between;
}
#uniqeroot .filter-category.active {
background: #cf080d;
color: #fff;
}
#uniqeroot .filter-category {
background: #fff;
color: #212529;
border: none;
width: 100%;
text-align: left;
padding: 0.75rem 1rem;
border-bottom: 1px solid #dee2e6;
font-weight: 500;
}
#uniqeroot .filter-category:last-child {
border-bottom: none;
}
#uniqeroot .service-list {
background: #fff;
border-radius: 0.5rem;
overflow: hidden;
border: 1px solid #dee2e6;
}
#uniqeroot .service-header {
background: #f1f5f7;
font-weight: bold;
padding: 1rem;
border-bottom: 1px solid #dee2e6;
}
#uniqeroot .row111 {
display: flex;
}
@media (max-width: 768px) {
#uniqeroot .container-fluid,
#uniqeroot .row {
padding-left: 0.5rem !important;
padding-right: 0.5rem !important;
}
#uniqeroot .sidebar {
min-width: 0 !important;
width: 100% !important;
margin-bottom: 1rem;
}
#uniqeroot .filter-header {
font-size: 1rem;
padding: 0.75rem;
}
#uniqeroot .filter-category {
font-size: 1rem;
padding: 0.5rem 0.75rem;
}
#uniqeroot .service-list {
border-radius: 0.25rem;
padding: 0.25rem;
}
#uniqeroot .service-header {
font-size: 1rem;
padding: 0.75rem 0.5rem;
}
#uniqeroot .service-card {
flex-direction: column !important;
align-items: flex-start !important;
padding: 0.75rem 0.5rem !important;
font-size: 0.98rem;
}
#uniqeroot .service-title {
font-size: 1rem;
margin-bottom: 0.5rem;
}
#uniqeroot .service-included,
#uniqeroot .service-action {
min-width: 100% !important;
justify-content: flex-start !important;
margin-bottom: 0.5rem;
}
#uniqeroot .service-action {
gap: 0.5rem !important;
}
#uniqeroot .call-link,
#uniqeroot .btn-get-estimate,
#uniqeroot .btn-included {
width: 100%;
padding: 0.5rem 0.75rem;
font-size: 1rem;
}
#uniqeroot .form-label,
#uniqeroot .form-control,
#uniqeroot .form-select,
#uniqeroot .form-check-label {
font-size: 1rem !important;
}
#uniqeroot #services-container .bookbtn button {
width: 100%;
padding: 12px 0;
font-size: 1.1rem;
}
#uniqeroot .modal-dialog {
margin: 1rem auto;
max-width: 95vw;
}
#uniqeroot .modal-content {
padding: 0.5rem;
}
#uniqeroot .modal-body,
#uniqeroot .modal-footer,
#uniqeroot .modal-header {
padding: 0.75rem 0.5rem;
}
#uniqeroot .sidebar-col {
position: fixed;
top: 0;
left: 0;
z-index: 1050;
width: 80vw;
max-width: 320px;
height: 100vh;
background: rgba(255, 255, 255, 0.98);
box-shadow: 2px 0 8px rgba(0, 0, 0, 0.15);
transform: translateX(-100%);
transition: transform 0.3s;
padding: 0;
margin: 0;
display: block;
overflow-y: auto;
}
#uniqeroot .sidebar-col.active {
transform: translateX(0);
}
#uniqeroot #mainServicesCol {
width: 100% !important;
max-width: 100% !important;
}
#uniqeroot .sidebar-open {
overflow: hidden;
}
#uniqeroot .row111 {
flex-direction: column;
}
#uniqeroot .cardeet {
flex-direction: column;
text-align: left !important;
}
#uniqeroot .call-link,
#uniqeroot .service-action {
justify-content: center !important;
}
}
#uniqeroot .btn-close {
–bs-btn-close-color: white;
filter: brightness(0.5);
filter: invert(1) !important;
}
#uniqeroot .service-list .service-card:last-child {
border-bottom: 0;
}
#uniqeroot #requestQuoteModal .btn-close {
–bs-btn-close-color: black;
filter: brightness(1);
filter: invert(0) !important;
}
#uniqeroot .bobackbtn {
font-size: 15px;
color: #cf080d;
font-style: italic;
}



Vehicle Reg.No:
Make:
Model:
Fuel:
Registered in:



Filter
















Call Us
Interim Car Service


Call Us
Full Car Service


Call Us
MOT / MOT
Class 4 MOT – Cars

Call Us
Class 7 MOT – Commercial Vehicles

Call Us
Brakes /
Braking hydraulics, Footbrakes
Brake fluid change (non diagnostics)

Call Us
Front Brake Pad Replacement

Call Us
Front Brake Disc and Pads Replacement

Call Us
Rear Brake Disc and Pads Replacement

Call Us
Rear Brake Pad Replacement

Call Us
Brake services

Call Us
General electrics
/
Charging system, Windscreen wiping system, Starting system
Battery replacement (vehicles with stop/start system)

Call Us
Alternator replacement

Call Us
Windscreen wiper blades (front – all) replacement

Call Us
Starter motor replacement

Call Us
Car Battery Repair

Call Us
Engine /
Camshaft & drive gear, Auxiliary drive
Timing belt replacement

Call Us
Engine Diagnostics

Call Us
Suspension /
Shock Absorbers and Road Springs
Rear Coil spring (road spring) replacement

Call Us
Front Coil spring (road spring) replacement

Call Us
Suspension

Call Us
Engine management – Fuel /
Add Blue Re-fill
Add Blue Re-fill (non commercial vehicles only)

Call Us
Steering /
Power assisted steering
Power steering fluid change

Call Us
Cooling system /
Cooling system main components
Water pump replacement

Call Us
Coolant Drain & Refill

Call Us
Anti Freeze drain & refill

Call Us
Coolant/antifreeze combined drain & refill

Call Us
Tyres /
Puncture Repair, Wheel Balancing
Winter Wheels

Call Us
Tyre Pressure Check

Call Us
Wheel Refurbishment

Call Us
Puncture Repair

Call Us
Wheel Balancing

Call Us
One Locking Wheel Nut Removal

Call Us
Wheel Aligment /
Wheel Aligment
4 Wheel Alignment with Camber Caster

Call Us
2 Wheel Alignment

Call Us
4 Wheel Alignment

Call Us
Clutch & controls /
Clutch unit & flywheel
Clutch replacement

Call Us
Exhaust system /
Exhaust gas aftertreatment
Exhaust services

Call Us

Major Service

Service Check Interim (6,000 miles / 6 months) Full (12,000 miles / 12 months) Major (24,000 miles / 24 months)
Vehicle Interior Lights, horn, wipers, washer jets, Eloy warning light, seat belts, tyres + Fuel cap, door hinges + Shock absorbers
Under the Bonnet Battery, air & pollen filter, inverter coolant, voltage cables, brake fluid + Cooling fan, coolant top-up, bonnet latch + Spark plugs, external fuel filter (diesel)
Under the Vehicle Visual brake check, steering, suspension, exhaust, tyre pressure + Full brake check, drive shaft, brake system hydraulics, handbrake + Brake servo, wheel bearings, brake drums & shoes
Road Test & Final Checks Gearbox, engine noises, clutch, exhaust, steering, wheel nut torque + Recheck engine oil, stamped service book + Recheck engine oil, stamped service book

Interim Car Service

Service Check Interim (6,000 miles / 6 months) Full (12,000 miles / 12 months) Major (24,000 miles / 24 months)
Vehicle Interior Lights, horn, wipers, washer jets, Eloy warning light, seat belts, tyres + Fuel cap, door hinges + Shock absorbers
Under the Bonnet Battery, air & pollen filter, inverter coolant, voltage cables, brake fluid + Cooling fan, coolant top-up, bonnet latch + Spark plugs, external fuel filter (diesel)
Under the Vehicle Visual brake check, steering, suspension, exhaust, tyre pressure + Full brake check, drive shaft, brake system hydraulics, handbrake + Brake servo, wheel bearings, brake drums & shoes
Road Test & Final Checks Gearbox, engine noises, clutch, exhaust, steering, wheel nut torque + Recheck engine oil, stamped service book + Recheck engine oil, stamped service book

Full Car Service

Service Check Interim (6,000 miles / 6 months) Full (12,000 miles / 12 months) Major (24,000 miles / 24 months)
Vehicle Interior Lights, horn, wipers, washer jets, Eloy warning light, seat belts, tyres + Fuel cap, door hinges + Shock absorbers
Under the Bonnet Battery, air & pollen filter, inverter coolant, voltage cables, brake fluid + Cooling fan, coolant top-up, bonnet latch + Spark plugs, external fuel filter (diesel)
Under the Vehicle Visual brake check, steering, suspension, exhaust, tyre pressure + Full brake check, drive shaft, brake system hydraulics, handbrake + Brake servo, wheel bearings, brake drums & shoes
Road Test & Final Checks Gearbox, engine noises, clutch, exhaust, steering, wheel nut torque + Recheck engine oil, stamped service book + Recheck engine oil, stamped service book


Request a quote


Search
Another Registration Number

By Email
By Phone




Select services*




















Les habitués du jeu en ligne reconnaissent immédiatement la valeur ajoutée de sugarcasino face à la concurrence. La plateforme est protégée par des protocoles de chiffrement modernes pour sécuriser les données. Les statistiques personnelles consultables en ligne aident à mieux comprendre ses habitudes de jeu. L’authentification biométrique simplifie la connexion depuis les téléphones compatibles. Les jeux de crash et les options de paris rapides séduisent les joueurs en quête de sensations immédiates. Les guides pas-à-pas mis à disposition aident les nouveaux venus à découvrir l’écosystème. Les seuils de dépôt et de retrait restent flexibles afin de s’adapter à différents profils de joueurs. Le moteur de recherche interne retrouve un titre en quelques caractères seulement. Les codes promotionnels offerts ponctuellement débloquent des avantages supplémentaires. Les game shows en direct comme les jeux de roue géante créent une atmosphère unique. Les générateurs de nombres aléatoires sont audités par des organismes indépendants reconnus. Les évolutions techniques régulières témoignent d’un investissement continu dans la qualité. Les volumes de données utilisés sont optimisés pour ne pas peser sur les forfaits limités. Les titres exclusifs disponibles uniquement sur la plateforme ajoutent une vraie valeur à l’offre. Une foire aux questions très complète couvre la majorité des sujets sans intervention humaine. Les délais de traitement sont communiqués de façon transparente avant chaque opération. La page d’accueil met en évidence les jeux populaires et les promotions du moment. Le programme VIP comprend plusieurs paliers progressifs avec des avantages cumulables. Les variantes de baccarat en direct incluent la version Speed et le Squeeze pour les habitués. La promesse initiale tient ses engagements grâce à un travail soigné dans tous les domaines. Les fondamentaux sont respectés et même renforcés par des touches modernes bienvenues.

















Tyres