@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap'); .mwcs-terms{ --font:'Roboto Condensed',system-ui,-apple-system,'Segoe UI',sans-serif; --ink:#16202e; --ink-soft:#243040; --paper:#f6f5f1; --card:#ffffff; --brass:#a9843f; --brass-deep:#856425; --slate:#5c6775; --line:#e4e2da; --line-soft:#eeece5; --flag:#f4ede0; background:var(--paper); color:var(--ink); font-family:var(--font); font-size:17px; line-height:1.65; -webkit-font-smoothing:antialiased; box-sizing:border-box; overflow-wrap:break-word; max-width:100%; } .mwcs-terms *,.mwcs-terms *::before,.mwcs-terms *::after{box-sizing:inherit;font-family:var(--font);} .mwcs-terms p{margin:0 0 1rem;max-width:72ch;} .mwcs-terms a{color:var(--brass-deep);text-decoration:none;border-bottom:1px solid rgba(133,100,37,.35);} .mwcs-terms a:hover{border-bottom-color:var(--brass-deep);} .mwcs-terms strong{font-weight:700;color:var(--ink);} /* ---------- LETTERHEAD BAND ---------- */ .mwcs-hero{ background:var(--ink); color:#eef1f5; padding:52px 26px 44px; border-bottom:3px solid var(--brass); } .mwcs-hero-inner{max-width:960px;margin:0 auto;} .mwcs-eyebrow{ font-size:.78rem;font-weight:600;letter-spacing:.3em;text-transform:uppercase; color:var(--brass);margin:0 0 14px; } .mwcs-hero h1{ font-weight:700; font-size:clamp(2.4rem,7vw,4rem); line-height:1.02;letter-spacing:.005em;text-transform:uppercase; margin:0 0 18px;color:#fff;max-width:none; } .mwcs-hero p{color:#b9c2ce;font-size:1.08rem;max-width:62ch;margin:0 0 22px;} .mwcs-stamp{ display:inline-flex;align-items:center;gap:10px; font-size:.82rem;font-weight:500;letter-spacing:.04em;text-transform:uppercase; color:#9aa6b4;border:1px solid #33404f;border-radius:999px; padding:7px 15px; } .mwcs-stamp b{color:#e4c98a;font-weight:700;} .mwcs-contact-strip{ display:flex;flex-wrap:wrap;gap:10px 28px;margin-top:26px; padding-top:22px;border-top:1px solid #2a3644; font-size:.95rem;color:#c3ccd6; } .mwcs-contact-strip span{display:inline-flex;align-items:center;gap:9px;} .mwcs-contact-strip b{color:#fff;font-weight:700;} .mwcs-dot{width:6px;height:6px;border-radius:50%;background:var(--brass);flex:none;} /* ---------- PAGE BODY ---------- */ .mwcs-body{max-width:960px;margin:0 auto;padding:0 26px 80px;} /* Table of contents */ .mwcs-toc{ background:var(--card);border:1px solid var(--line); border-radius:14px;padding:26px 28px;margin:-30px 0 46px; position:relative;box-shadow:0 18px 40px -30px rgba(22,32,46,.45); } .mwcs-toc h2{ font-size:.78rem;font-weight:600;letter-spacing:.26em; text-transform:uppercase;color:var(--slate);margin:0 0 16px; } .mwcs-toc ol{ list-style:none;margin:0;padding:0; display:grid;grid-template-columns:repeat(2,1fr);gap:3px 28px; counter-reset:toc; } .mwcs-toc a{ display:flex;gap:12px;align-items:baseline;padding:7px 0; border-bottom:none;color:var(--ink-soft);font-size:1rem; border-top:1px solid var(--line-soft); } .mwcs-toc li:nth-child(-n+2) a{border-top:none;} .mwcs-toc a:hover{color:var(--brass-deep);} .mwcs-toc a::before{ counter-increment:toc;content:counter(toc,decimal-leading-zero); font-weight:700;font-size:.82rem;color:var(--brass); font-variant-numeric:tabular-nums; flex:none;padding-top:1px; } /* Sections */ .mwcs-sec{padding:34px 0;border-top:1px solid var(--line);} .mwcs-sec:first-of-type{border-top:none;} .mwcs-sec > h2{ font-weight:700; font-size:1.7rem;line-height:1.15;letter-spacing:.01em;text-transform:uppercase; margin:0 0 4px;color:var(--ink); display:flex;align-items:center;gap:13px; } .mwcs-sec > h2::before{ content:"";width:9px;height:9px;flex:none; background:var(--brass);transform:rotate(45deg);border-radius:1px; } .mwcs-kicker{ font-size:.74rem;font-weight:600;letter-spacing:.22em; text-transform:uppercase;color:var(--slate);margin:0 0 14px 22px; } .mwcs-sec-body{padding-left:22px;} /* Data chip — the signature dispatch element */ .mwcs-terms .chip{ display:inline-block; font-size:.86em;font-weight:600;letter-spacing:.02em; font-variant-numeric:tabular-nums; background:var(--flag);color:var(--brass-deep); border:1px solid #e6d8bd;border-radius:6px; padding:2px 8px;white-space:nowrap; } /* Ledger list (fees) */ .mwcs-terms .ledger{margin:6px 0 4px;border:1px solid var(--line);border-radius:12px;overflow:hidden;background:var(--card);} .mwcs-terms .ledger-row{ display:flex;justify-content:space-between;align-items:center;gap:18px; padding:15px 20px;border-top:1px solid var(--line-soft); } .mwcs-terms .ledger-row:first-child{border-top:none;} .mwcs-terms .ledger-row .lab{color:var(--ink-soft);font-size:1rem;} .mwcs-terms .ledger-row .val{ font-weight:700;font-size:.96rem;letter-spacing:.02em; font-variant-numeric:tabular-nums; color:var(--ink);white-space:nowrap;text-align:right; } /* Meter cards (wait-time rates) */ .mwcs-terms .meter-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:8px 0 6px;} .mwcs-terms .meter{ background:var(--ink);color:#fff;border-radius:14px;padding:22px 24px; position:relative;overflow:hidden; } .mwcs-terms .meter::after{ content:"";position:absolute;right:-30px;top:-30px;width:120px;height:120px; border:14px solid rgba(169,132,63,.14);border-radius:50%; } .mwcs-terms .meter .mlab{font-size:.74rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--brass);margin:0 0 6px;} .mwcs-terms .meter .mrate{font-weight:700;font-size:2.3rem;line-height:1;margin:0;font-variant-numeric:tabular-nums;} .mwcs-terms .meter .munit{color:#9aa6b4;font-size:.9rem;margin:6px 0 0;text-transform:uppercase;letter-spacing:.06em;} /* Cancellation ledger table */ .mwcs-terms .cxl{width:100%;border-collapse:collapse;margin:8px 0 6px;font-size:1rem;} .mwcs-terms .cxl thead th{ font-size:.72rem;font-weight:600;letter-spacing:.16em; text-transform:uppercase;color:var(--slate);text-align:left; padding:0 14px 12px;border-bottom:2px solid var(--ink); } .mwcs-terms .cxl tbody td{padding:15px 14px;border-bottom:1px solid var(--line-soft);vertical-align:top;} .mwcs-terms .cxl tbody tr:last-child td{border-bottom:none;} .mwcs-terms .cxl .veh{font-weight:700;color:var(--ink);} .mwcs-terms .cxl .num{font-weight:600;color:var(--brass-deep);white-space:nowrap;font-variant-numeric:tabular-nums;} /* Callout */ .mwcs-terms .callout{ background:var(--card);border:1px solid var(--line);border-left:4px solid var(--brass); border-radius:0 12px 12px 0;padding:20px 24px;margin:6px 0; } .mwcs-terms .callout .ctag{ font-size:.72rem;font-weight:600;letter-spacing:.18em; text-transform:uppercase;color:var(--brass-deep);margin:0 0 8px; } .mwcs-terms .callout p:last-child{margin-bottom:0;} /* Plain bullet list */ .mwcs-terms .rules{list-style:none;margin:4px 0 0;padding:0;max-width:72ch;} .mwcs-terms .rules li{position:relative;padding:8px 0 8px 26px;border-top:1px solid var(--line-soft);} .mwcs-terms .rules li:first-child{border-top:none;} .mwcs-terms .rules li::before{content:"";position:absolute;left:2px;top:15px;width:7px;height:1px;background:var(--brass);} /* Footer */ .mwcs-foot{ background:var(--ink);color:#c3ccd6;border-radius:16px; padding:34px 32px;margin-top:20px; display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px; } .mwcs-foot .fname{font-weight:700;font-size:1.5rem;text-transform:uppercase;letter-spacing:.02em;color:#fff;margin:0 0 6px;} .mwcs-foot .faddr{font-size:.95rem;line-height:1.6;margin:0;} .mwcs-call{ display:inline-flex;align-items:center;gap:10px;background:var(--brass);color:#16202e; font-weight:700;font-size:1rem;letter-spacing:.03em;text-transform:uppercase; padding:14px 22px;border-radius:10px;border-bottom:none;white-space:nowrap; } .mwcs-call:hover{background:#c39a4d;border-bottom:none;color:#16202e;} .mwcs-terms :focus-visible{outline:2px solid var(--brass);outline-offset:3px;border-radius:3px;} /* ---------- MOBILE ---------- */ @media (max-width:760px){ .mwcs-terms{font-size:16px;} .mwcs-hero{padding:38px 18px 32px;} .mwcs-body{padding:0 18px 56px;} .mwcs-toc{margin:-24px 0 36px;padding:20px;} .mwcs-toc ol{grid-template-columns:1fr;gap:0;} .mwcs-toc a{min-height:44px;align-items:center;font-size:1.02rem;} .mwcs-toc li:nth-child(2) a{border-top:1px solid var(--line-soft);} .mwcs-sec{padding:28px 0;} .mwcs-sec > h2{font-size:1.45rem;} .mwcs-sec-body,.mwcs-kicker{padding-left:0;margin-left:0;} .mwcs-terms .meter-grid{grid-template-columns:1fr;} .mwcs-terms .cxl{font-size:.95rem;} .mwcs-terms .cxl,.mwcs-terms .cxl tbody{display:block;} .mwcs-terms .cxl thead{display:none;} .mwcs-terms .cxl tbody tr{display:block;padding:16px 0;border-bottom:1px solid var(--line-soft);} .mwcs-terms .cxl tbody tr:last-child{border-bottom:none;} .mwcs-terms .cxl tbody td{display:block;padding:3px 0;border:none;} .mwcs-terms .cxl tbody td[data-l]::before{content:attr(data-l);display:block;font-size:.66rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--slate);margin-bottom:2px;} .mwcs-foot{padding:28px 22px;} .mwcs-call{width:100%;justify-content:center;} } @media (max-width:440px){ .mwcs-hero h1{font-size:2.1rem;} .mwcs-hero p{font-size:1rem;} .mwcs-terms .ledger-row{flex-direction:column;align-items:flex-start;gap:4px;} .mwcs-terms .ledger-row .val{text-align:left;white-space:normal;} .mwcs-contact-strip{font-size:.9rem;gap:9px 20px;} .mwcs-terms .meter .mrate{font-size:2rem;} } @media (prefers-reduced-motion:reduce){.mwcs-terms *{transition:none!important;}} @media print{ .mwcs-terms{background:#fff;font-size:12px;} .mwcs-hero,.mwcs-foot,.mwcs-terms .meter{background:#fff!important;color:#000!important;border:1px solid #ccc;} .mwcs-toc{display:none;} }

MetroWest Car Service

Terms & Conditions

The rules that govern your reservations, rates, and rides with MetroWest Car Service. Booking a ride or using this website means you accept everything laid out below.

Last updated  Jan 29, 2025
Dispatch 1-877-693-7887 910 Boston Post Rd East, Unit 220, Marlborough, MA 01752 Available 24 / 7 / 365

Acceptance & definitions

Welcome aboard

These terms and conditions set out the rules and regulations of MetroWest Car Service. By using this website or making a reservation, you accept these terms in full. If you do not accept them, please do not continue to use our services.

Throughout this document, “Client,” “You,” and “Your” mean the person accessing this website and accepting these terms. “The Company,” “We,” “Our,” and “Us” mean MetroWest Car Service. “Party” or “Parties” mean both the Client and the Company together, or either one on its own.

These terms cover the offer, acceptance, and payment involved in providing our services, carried out in the way best suited to meeting your needs and in line with the prevailing law of the United States. Singular, plural, capitalized, and he/she/they forms are interchangeable and refer to the same thing.

License & intellectual property

Unless stated otherwise, MetroWest Car Service and its licensors own the intellectual property rights for all material on this site. All rights are reserved. You may view and print pages from metrowestcarservice.com for your own personal use, subject to the restrictions in these terms.

Rate policy & fees

Garage to garage

Tolls, airport fees, and parking fees may apply to all rates. Hourly service is billed garage to garage from our location in Marlborough, MA — that is, from the moment your chauffeur leaves our garage for your pickup, through to the moment they return to the garage after your final drop-off. Each additional hour is billed at our hourly rate.

Each stop on routeStop fee + wait time
Infant, toddler, or booster car seat (each)$20
Pick-ups between 12:00 AM and 5:00 AM$20
Major US holidays$25

Trips are billed to your credit card. We accept VISA MASTERCARD AMEX DISCOVER. Direct billing is available for frequent travelers and corporate accounts.

Grace period

We include 15 MIN before the pickup time and 15 MIN after the pickup time, both free of charge.

Wait time & meter rates

When the clock starts

Waiting time begins once the applicable grace period has passed:

Non-airport pick-upsAfter 15 min grace
Domestic arrivalsAfter 30 min grace
International arrivalsAfter 1 hr 15 min grace

Once wait time applies, it is metered per minute:

Sedans

$1.50

per minute

SUVs

$2.00

per minute

Additional stop fee

A flat $25 fee applies to a single stop added to a transfer, provided that:

  • The stop is within close proximity of your pickup or drop-off — no more than 15 minutes away.
  • The stop lasts no longer than 5 minutes.
  • Only one stop qualifies. More than one stop is billed at the hourly rate.

Late cancel & no-show

Billing minimums by vehicle

Cancel inside the window below, or fail to show, and the trip is billed at the vehicle’s hourly minimum. A no-show is billed the same as a late cancel for that vehicle.

VehicleLate-cancel windowBilled minimum
Sedans & SUVs Within 2 hours 2 hours
Mercedes-Benz Sprinters Within 24 hours 3 hours
Mini-Coaches Within 48 hours 4 hours
Motor Coaches Within 72 hours 6 hours

Point-to-point & airport — no-show

If you don’t show at the pre-arranged pickup location, you’ll be charged a fee equal to the base fare, wait time, and recommended chauffeur gratuity (the amount is at your discretion). To avoid a no-show fee, call our office at 1-877-693-7887 — the dispatcher will send your chauffeur straight to you.

Service issue & complaint policy

Effective February 1, 2025 — 48-hour window

If something goes wrong during your trip, let us know within 48 hours of the scheduled trip date so we can address it. Service issues or complaints raised more than 48 hours after the trip date will not be considered.

General terms & liability

  • We are not liable for circumstances beyond our control, including weather, road conditions, and breakdowns.
  • We take no responsibility for lost or damaged baggage, personal belongings, or any items left in the vehicle.
  • If we cannot provide one of our own employee drivers, we may contract a qualified affiliated company to cover your ride.
  • You assume full financial liability for any damage to the vehicle caused during the rental by you or anyone in your party.
  • Alcohol consumption and drug use are prohibited by law. Smoking is not permitted.
  • The driver may end the trip without a refund in cases of blatant misconduct by the client(s).

Airport transfers

We offer a flat rate for most domestic airport pickups and drop-offs to and from the immediate Massachusetts area, serving major airports and metropolitan areas. The flat airport rate assumes a pickup and drop-off with no associated delay or waiting time beyond 15 MIN.

Special events & peak demand

Special events and peak periods — locally and in other markets — may call for premium pricing. Vehicles tend to be in shorter supply during high demand, and supplemental vehicles are often needed to meet it.

Communication

We take new reservations, changes, and cancellations with adequate notice. We operate 24/7/365, but for any request sent after normal business hours or on a major holiday, please confirm it verbally. If you need attention in less than 8 HRS, call our office at 1-877-693-7887.

Arrival time

Our chauffeurs prepare in advance to avoid delays. That said, road, traffic, and weather are often beyond the reasonable control of the company and the chauffeur. No refunds are given for late arrivals caused by these circumstances or other events outside our reasonable control.

Baggage & property transported

We cannot take responsibility for handling or safekeeping any baggage or property, or for anything left in our vehicles. We will do everything possible to secure and return items left behind, but please check carefully for all of your belongings before leaving the vehicle.

Passenger conduct

We reserve the right to refuse transport to anyone who is under the influence of or in possession of illegal drugs, severely intoxicated, carrying firearms or dangerous substances, or who is likely to become offensive to others or make the chauffeur feel unsafe. Minors may not consume or possess alcohol or illegal substances in a company vehicle under any circumstances.

Clients must not interfere with the chauffeur’s duties or tamper with any device or fixture in the vehicle. In these cases, service ends immediately and no refund is given.

Excess cleaning & damage

If we have to spend extra time and materials cleaning the vehicle because of a client or passenger — for example, spilled food or drink, or vomiting — we may charge additional fees to cover the cost. Any damage to the vehicle caused by a client or passenger is charged in full.

Standard clean-up fee

Our typical clean-up charge is $350.00.

2025 gratuity policy

Effective February 1, 2025

A 20% gratuity fee is added to all Sedan and SUV trips.

2025 meet & greet fees

As of February 1, 2025, new meet-and-greet fees apply. See the MWCS Rates page for the full details.

MetroWest Car Service

910 Boston Post Rd East, Unit 220
Marlborough, MA 01752 · Suite 220
metrowestcarservice.com

Call dispatch · 1-877-693-7887