@font-face {
  font-family: Larsseit;
  src: url('../fonts/Larsseit.woff2') format("woff2"), url('../fonts/Larsseit.woff') format("woff"), url('../fonts/Larsseit.ttf') format("truetype"), url('../fonts/Larsseit.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Larsseit;
  src: url('../fonts/Larsseit-Bold.woff2') format("woff2"), url('../fonts/Larsseit-Bold.woff') format("woff"), url('../fonts/Larsseit-Bold.ttf') format("truetype"), url('../fonts/Larsseit-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Editor;
  src: url('../fonts/ITF-Editor-Bold.woff2') format("woff2"), url('../fonts/ITF-Editor-Bold.woff') format("woff"), url('../fonts/ITF-Editor-Bold.ttf') format("truetype"), url('../fonts/ITF-Editor-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Larsseit;
  src: url('../fonts/Larsseit-Light.woff2') format("woff2"), url('../fonts/Larsseit-Light.woff') format("woff"), url('../fonts/Larsseit-Light.ttf') format("truetype"), url('../fonts/Larsseit-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

:root {
  --black-2: #0f1b30;
  --dark-slate-blue: #1e3764;
  --dark-goldenrod: #c3a400;
  --goldenrod: #c4ac33;
  --white: white;
  --black: black;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

h2 {
  color: var(--black-2);
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Editor, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  color: var(--dark-slate-blue);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

h5 {
  color: #0f1b30b3;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

p {
  color: #0f1b30b3;
  letter-spacing: 0;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 28px;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

label {
  color: #1e3764b3;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 400;
  display: block;
}

.wrapper {
  position: relative;
}

.navbar {
  background-color: #0000;
  align-items: center;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.header__home {
  background-image: url('../images/Rectangle.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 760px;
  padding-top: 16px;
}

.phoneblock {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  align-items: center;
  margin-left: auto;
  margin-right: 24px;
  display: flex;
}

.cta__header {
  background-color: var(--dark-goldenrod);
  color: #fff;
  border-radius: 3px;
  margin-left: 16px;
  padding: 16px 40px;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s cubic-bezier(.23, 1, .32, 1);
}

.cta__header:hover {
  background-color: var(--goldenrod);
}

.starsblock {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.rating {
  color: #e7b229;
  margin-right: 8px;
}

.reviews {
  color: #fffc;
  text-align: center;
}

.image {
  margin-right: 8px;
  position: relative;
  bottom: 2px;
}

.number {
  color: #ffffffb3;
  margin-top: 3px;
  margin-bottom: 3px;
  font-size: 20px;
  font-weight: 300;
  text-decoration: none;
}

.logo {
  margin-right: 40px;
}

.navlink {
  color: #fffc;
}

.navlink:hover, .navlink.w--current {
  color: #fff;
}

.navlink.contact {
  display: none;
}

.body {
  font-family: Larsseit, sans-serif;
  font-size: 16px;
  transition: all .3s cubic-bezier(.23, 1, .32, 1);
}

.arrow {
  color: #fff;
}

.text-block {
  position: relative;
  bottom: -1px;
}

.container {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container.intro__overlap {
  position: absolute;
  left: 0%;
  right: 0%;
}

.container.centered {
  text-align: center;
}

.container.centered.squeezed {
  width: 960px;
}

.container.internal__overlap {
  margin-top: -140px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  left: 0%;
  right: 0%;
  box-shadow: 0 44px 60px #1e37641a;
}

.container.internal__overlap.contactnoshadow {
  box-shadow: none;
}

.container.intro__overlap__home {
  margin-top: -124px;
  position: relative;
  inset: 0% 0% auto;
}

.container.home {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 24px;
  display: flex;
}

.container.internalhead {
  padding-top: 40px;
}

.container.faq__container {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.indent__h1 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.indent__h1.internal, .indent__h1.center {
  text-align: center;
}

.headline {
  color: #fff;
  letter-spacing: -1.4px;
  font-family: Editor, sans-serif;
  font-size: 64px;
  line-height: 72px;
}

.headline.home {
  width: 68%;
  margin-top: 32px;
  margin-bottom: 40px;
}

.headline.home.internal {
  text-align: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.headline.home.internal.no-intro {
  padding-top: 40px;
}

.quickquote {
  color: #fff;
  width: 100%;
  margin-bottom: 16px;
}

.form__home {
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.form-field {
  color: #fff;
  background-color: #0000;
  border-radius: 2px;
  flex: 1;
  height: 52px;
  margin-bottom: 0;
  margin-right: 16px;
  padding-left: 20px;
  padding-right: 16px;
}

.form-field:focus {
  border: 1px solid var(--dark-goldenrod);
}

.form-field::placeholder {
  color: #ffffff80;
}

.form-field.white {
  color: var(--black-2);
}

.form-field.white::placeholder {
  color: #0f1b3080;
}

.form-field.white.internal-field {
  background-color: #fff;
}

.form-field.white.internal-field.noright {
  margin-right: 0;
}

.submit {
  background-color: var(--dark-goldenrod);
  border-radius: 2px;
  height: 52px;
  padding-left: 40px;
  padding-right: 40px;
  line-height: 36px;
  transition: opacity .3s cubic-bezier(.23, 1, .32, 1);
}

.submit:hover {
  background-color: var(--goldenrod);
}

._50__flex {
  display: flex;
}

._50__flex.shadow {
  box-shadow: 31px 31px 60px #1e37640d;
}

._50__flex.shadow.whitebg {
  background-color: #fff;
}

._50__flex.shadow.whitebg.padding__content__overlap {
  box-shadow: none;
  flex-wrap: wrap;
  padding: 72px 80px;
}

._50__flex.shadow.whitebg.padding__content__overlap.centered__full_p {
  padding-top: 56px;
}

._50__flex.shadow.whitebg.padding__content__overlap.centered__full_p.is--bigger {
  flex-direction: column;
  align-items: center;
  min-height: 500px;
}

._50__flex.shadow.whitebg.padding__content__overlap__contact {
  box-shadow: none;
  flex-wrap: wrap;
}

._50__flex.shadow.whitebg.padding__content__overlap__contact.contactnobg {
  background-color: #0000;
}

._50__flex.bottom-border {
  border-bottom: 1px solid #1e37644d;
}

.flex__child {
  flex: 0 50%;
}

.flex__child.white__bg {
  background-color: #fff;
}

.flex__child.white__bg.padding-intro {
  flex: 0 auto;
  width: 50%;
  padding: 73px 80px 64px;
}

.flex__child.white__bg.padding-intro.internal__shadow {
  margin-top: 1px;
  box-shadow: 0 60px 3px #000;
}

.flex__child.white__bg.padding-airport {
  padding: 290px 80px 80px 100px;
}

.flex__child.white__bg.padding-airport.width-set {
  flex: 1;
}

.flex__child.white__bg.service__padding {
  border-top: 1px solid #1e37644d;
  border-bottom: 1px solid #1e37644d;
  padding: 100px 40px 100px 100px;
}

.flex__child.white__bg.service__padding.business__padding {
  padding-bottom: 100px;
}

.flex__child.introbg__home {
  background-image: url('../images/photo-1542296332-2e4473faf563.jpeg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 0 auto;
  width: 50%;
}

.flex__child.airportsbg__home {
  background-image: linear-gradient(#fff, #fff 0%, #fff0 48%), url('../images/airport-transfers-wolverhampton.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.flex__child.introbg__airport {
  background-image: url('../images/best-airport-transfers.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.flex__child.airport__bg {
  background-image: url('../images/airport3-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.flex__child.business__bg {
  background-image: url('../images/business-travel-wolverhampton.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.flex__child.introbg__business {
  background-image: url('../images/business-travel.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.flex__child.personal__bg {
  background-image: url('../images/personal-travel-wolverhampton.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.flex__child.introbg__personal {
  background-image: url('../images/personal-travel-events.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.flex__child.wheelchair_bg {
  background-image: url('../images/serviceslide6.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.flex__child.introbg__minibus {
  background-image: url('../images/minibus-hire-wolverhampton.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.flex__child.wedding__bg {
  background-image: url('../images/WhatsApp-Image-2019-07-03-at-11.04.52-AM-2.jpeg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.flex__child.wedding__bg2 {
  background-image: url('../images/WhatsApp-Image-2019-07-03-at-11.04.52-AM-4.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.paragraph {
  text-align: left;
  letter-spacing: -.3px;
}

.paragraph.centered__narrow {
  text-align: center;
  width: 70%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph.centered__narrow_about {
  text-align: center;
  width: 90%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph.centered__narrow_about.left {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}

.transfers__home {
  margin-top: -180px;
}

.icon__airport__home {
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.icon__wrap {
  padding-right: 24px;
}

.service__wrapper {
  margin-top: 40px;
  display: flex;
}

.service__image {
  aspect-ratio: 3 / 2;
}

.service__image.bus {
  background-image: url('../images/executive-travel.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.service__image.airport {
  background-image: url('../images/airport-transfers.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.service__image.personal {
  background-image: url('../images/personal-travel.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.service__block {
  background-color: #e9ebf0;
  border-radius: 3px;
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  padding-bottom: 32px;
  display: flex;
  overflow: hidden;
}

.service__header {
  color: var(--black-2);
  letter-spacing: -.3px;
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 32px;
}

.service__desc {
  color: #0f1b3099;
  letter-spacing: -.2px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 14px;
  line-height: 24px;
}

.service_button {
  color: var(--dark-goldenrod);
  border: 2px solid #b09b2e4d;
  border-radius: 3px;
  align-self: center;
  margin-top: auto;
  padding: 10px 32px;
  font-size: 14px;
  text-decoration: none;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
}

.service_button:hover {
  background-color: var(--dark-goldenrod);
  color: #fff;
}

.testimonial__section {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}

.slider {
  background-color: #0000;
  width: 400px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.right-arrow, .left-arrow {
  display: none;
}

.slider__mask {
  overflow: visible;
}

.quote {
  background-color: #e9ebf0;
  border-radius: 5px;
  flex-direction: column;
  height: 100%;
  min-height: 430px;
  margin-left: 16px;
  margin-right: 16px;
  padding: 48px 48px 40px;
  display: flex;
  position: relative;
}

.testimonial {
  letter-spacing: 0;
  font-size: 16px;
  line-height: 32px;
}

.image-2 {
  margin-top: auto;
  padding-top: 40px;
}

.speech {
  position: absolute;
  inset: auto 48px 40px auto;
}

.slide-nav {
  font-size: 8px;
  position: relative;
  bottom: -40px;
}

.book__cta {
  background-image: url('../images/header-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 132px;
  padding-bottom: 132px;
}

.booking__cta {
  color: #fff;
  text-align: center;
  letter-spacing: -1.5px;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Editor, sans-serif;
  font-size: 56px;
  line-height: 56px;
}

.booking__text {
  color: #ffffffb3;
  text-align: center;
  letter-spacing: 0;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}

.booking__wrapper {
  text-align: center;
}

.cta__phone {
  border: 1px solid var(--dark-goldenrod);
  color: #fff;
  background-color: #b09b2e1a;
  border-radius: 3px;
  margin-left: 16px;
  padding: 14px 32px;
  font-size: 14px;
  text-decoration: none;
  transition: all .3s cubic-bezier(.23, 1, .32, 1);
}

.cta__phone:hover {
  background-color: #b09b2e4d;
}

.cta__booking {
  background-color: var(--dark-goldenrod);
  color: #fff;
  border-radius: 3px;
  padding: 14px 32px;
  font-size: 14px;
  text-decoration: none;
  transition: all .3s;
}

.cta__booking:hover {
  background-color: var(--goldenrod);
}

.footer {
  background-image: linear-gradient(to right, #0f1b30, #0d1829 50%, #09101d 48%, #0c1626);
  padding-top: 80px;
  padding-bottom: 56px;
}

.footer__flex {
  justify-content: space-around;
  display: flex;
}

.flex__left {
  flex: 1;
}

.flex__right {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.footer__nav__wrap {
  display: flex;
}

.footer__link {
  color: #fffc;
  letter-spacing: 0;
  margin-bottom: 8px;
  font-family: Larsseit, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s cubic-bezier(.23, 1, .32, 1);
  display: block;
}

.footer__link:hover {
  color: #fff;
}

.footer__title {
  color: #fff;
  margin-bottom: 32px;
  font-family: Editor, sans-serif;
  font-size: 20px;
}

.div-block {
  flex: 1;
}

.social {
  margin-top: 32px;
  margin-bottom: 80px;
}

.social__link {
  margin-right: 16px;
}

.bottom__bar {
  display: flex;
}

.footer__logo {
  margin-right: 24px;
}

.bottom__bar__text {
  color: #ffffffb3;
  letter-spacing: 0;
  flex: 1;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
}

.bottom__link {
  color: #fff;
  text-decoration: none;
}

.footer__nav__wrap__right {
  padding-left: 80px;
  display: flex;
}

.footer__phone {
  color: #fff;
  margin-bottom: 32px;
  font-family: Editor, sans-serif;
  font-size: 20px;
  text-decoration: none;
  display: block;
}

.footer__phone.no-marg {
  margin-bottom: 8px;
}

.footer__address {
  color: #fff;
  letter-spacing: 0;
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
}

.footer__card__wrap {
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
  padding-left: 80px;
  display: flex;
}

.cards {
  margin-right: 16px;
}

.card__payments {
  color: #ffffffb3;
  letter-spacing: 0;
  background-color: #ffffff0d;
  border: 1px solid #e6e7e84d;
  border-radius: 2px;
  flex: 0 auto;
  margin-bottom: 0;
  padding: 4px 16px 3px;
  font-size: 12px;
  line-height: 22px;
}

.cta__content {
  background-color: var(--dark-goldenrod);
  color: #fff;
  border-radius: 3px;
  padding: 16px 40px;
  text-decoration: none;
  transition: all .3s cubic-bezier(.23, 1, .32, 1);
}

.cta__content:hover {
  background-color: var(--goldenrod);
}

.field {
  display: flex;
  position: relative;
}

.field-label {
  color: #fff;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 400;
  position: absolute;
  top: -11px;
  left: 17px;
}

.header__int {
  background-image: url('../images/header-bg.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 492px;
  padding-top: 32px;
}

.airports {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.airport__name {
  color: #0f1b30cc;
  background-color: #dec13033;
  border-radius: 100px;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 47px;
  height: 47px;
  margin-bottom: 16px;
  margin-right: 11px;
  font-family: Editor, sans-serif;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}

.service__icon {
  justify-content: space-around;
  margin-top: 72px;
  margin-bottom: 40px;
  display: flex;
}

.service__title__int {
  margin-top: 16px;
}

.service__icon__wrap {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.service__icon__text {
  width: 100%;
  font-size: 14px;
  line-height: 24px;
}

.section__spacing {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section__spacing.faq__sec {
  background-color: #0f1b3008;
}

.service__checks__wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.service__check {
  justify-content: center;
  align-items: center;
  display: flex;
}

.no__margin {
  margin-bottom: 0;
}

.check__service {
  margin-right: 16px;
}

.service__quote {
  background-image: url('../images/chuttersnap-1154254-unsplash-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 140px;
  padding-bottom: 140px;
}

.service__cta__flex {
  border-radius: 3px;
  margin-left: 64px;
  margin-right: 64px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 44px 60px #1e37641a;
}

.cta__form__wrap {
  background-color: #fff;
  flex: 0 auto;
  width: 60%;
}

.cta__form__wrap.tab__content_int {
  background-color: #e9ebf0;
  padding-top: 48px;
  padding-left: 56px;
  padding-right: 56px;
}

.cta__contact__split {
  background-color: #0000;
  flex: 0 auto;
  width: 40%;
  padding-top: 260px;
  padding-left: 64px;
  padding-right: 54px;
  position: relative;
}

._60w {
  flex-wrap: wrap;
  width: 59%;
  margin-bottom: 24px;
  padding-right: 24px;
  display: flex;
}

._40w {
  width: 40%;
  display: inline-block;
}

.service__split__form {
  flex-direction: column;
  margin-top: 40px;
}

.form-field-icon {
  color: #fff;
  background-color: #fff;
  border-radius: 2px;
  flex: 1;
  height: 52px;
  margin-bottom: 0;
  padding-left: 48px;
  padding-right: 0;
}

.form-field-icon:focus {
  border: 1px solid var(--dark-goldenrod);
}

.form-field-icon::placeholder {
  color: #ffffff80;
}

.form-field-icon.white {
  color: var(--black-2);
}

.form-field-icon.white::placeholder {
  color: #0f1b3080;
}

.form-field-icon.date-icon {
  background-image: url('../images/calendar-line.png');
  background-position: 16px;
  background-repeat: no-repeat;
  background-size: 20px;
}

.form-field-icon.time-icon {
  background-image: url('../images/clock-line.png');
  background-position: 16px;
  background-repeat: no-repeat;
  background-size: 20px;
}

.select__box {
  color: #0f1b30cc;
  background-color: #fff;
  background-image: url('../images/Polygon.png');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: 9px;
}

.select__box.form-field.internal-field.noright {
  margin-right: 0;
}

.inline__text {
  flex: 1;
}

.checkbox {
  display: inline-block;
}

.checkbox__wrap {
  flex: 0 40%;
  justify-content: space-between;
  display: flex;
}

.passengers__wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 16px;
  display: flex;
}

.hr {
  opacity: .4;
  margin-top: 24px;
  margin-bottom: 32px;
}

._50w_1 {
  width: 49%;
  margin-bottom: 24px;
  padding-right: 24px;
  display: inline-block;
}

._50w_1.noright {
  padding-right: 0;
}

.cta__button {
  background-color: var(--dark-goldenrod);
  border-radius: 2px;
  width: 100%;
  height: 52px;
}

.car__form {
  max-width: none;
  position: absolute;
  inset: 0 32px 0% auto;
}

.prefer__call {
  color: var(--black-2);
  letter-spacing: -.5px;
  font-family: Editor, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.prefer__call.contactcall {
  font-size: 32px;
  line-height: 40px;
}

.contact__heading {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
}

.contact__link {
  color: var(--dark-slate-blue);
  margin-bottom: 24px;
  font-family: Editor, sans-serif;
  font-size: 20px;
  text-decoration: none;
  display: block;
}

.contact__link.no-marg {
  margin-bottom: 8px;
}

.hr__even {
  opacity: .4;
  margin-top: 32px;
  margin-bottom: 32px;
}

.contact__link__email {
  color: var(--dark-slate-blue);
  font-family: Editor, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

.car__filters {
  flex: 0 auto;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.filter__button {
  text-align: center;
  cursor: pointer;
  background-color: #1e37641a;
  border: 1px solid #1e376499;
  border-radius: 2px;
  margin-left: 16px;
  padding: 16px 24px 14px;
  font-size: 14px;
  line-height: 14px;
}

.car__wrapper {
  flex-wrap: wrap;
  display: flex;
}

.car__block {
  text-align: center;
  cursor: pointer;
  background-image: linear-gradient(#fff, #f4f5f7 52%, #e9ebf0 51%);
  border: 1px solid #dde1e7;
  border-radius: 2px;
  flex-direction: column;
  flex: 32%;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.car__block.middle {
  margin-left: 16px;
  margin-right: 16px;
}

.car__block.last {
  margin-left: 16px;
}

.car__block._4pax.hide {
  display: none;
}

.car__heading {
  letter-spacing: -.3px;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 32px;
}

.car__button {
  color: var(--black-2);
  border: 2px solid #1e37644d;
  border-radius: 2px;
  align-self: stretch;
  margin: 8px 32px 24px;
  padding-top: 16px;
  padding-bottom: 14px;
  font-size: 14px;
  line-height: 14px;
  transition: all .2s cubic-bezier(.23, 1, .32, 1);
}

.car__button:hover {
  background-color: #1e37641a;
  border-color: #1e3764b3;
}

.text-block-2 {
  color: #0f1b3099;
  background-color: #f7f8fa;
  border-radius: 2px;
  padding: 8px 12px;
  font-size: 12px;
  line-height: 12px;
  position: relative;
  top: -13px;
}

.car__title__block {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 8px;
  margin-bottom: 16px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.car__image {
  align-self: center;
  margin-top: auto;
}

.service__section__home {
  padding-top: 80px;
}

.service__cta__flex__contact {
  border-radius: 3px;
  display: flex;
  overflow: hidden;
}

.field-label-2 {
  color: #1e3764e6;
  flex: 0 auto;
  width: 100%;
}

.dropdown-list {
  background-color: #fff;
}

.dropdown-list.w--open {
  width: 280px;
}

.dropdown-link {
  color: #0f1b30cc;
  padding: 24px 56px 24px 32px;
  transition: all .2s cubic-bezier(.165, .84, .44, 1);
}

.dropdown-link:hover {
  border-left: 5px solid var(--dark-goldenrod);
  color: var(--black-2);
}

.dropdown-link.w--current {
  color: var(--dark-slate-blue);
  background-color: #1e37641a;
}

.number__hughligh {
  color: #fff;
  margin-bottom: 4px;
  font-weight: 700;
  text-decoration: none;
}

.car__form__contact {
  max-width: none;
  position: absolute;
  top: 0;
  bottom: 0%;
  left: auto;
}

._w-embed {
  margin-right: 16px;
}

.form-field-100 {
  color: #fff;
  background-color: #0000;
  border-radius: 2px;
  flex: 1;
  height: 52px;
  margin-bottom: 0;
  margin-right: 16px;
  padding-left: 20px;
  padding-right: 16px;
}

.form-field-100:focus {
  border: 1px solid var(--dark-goldenrod);
}

.form-field-100::placeholder {
  color: #ffffff80;
}

.form-field-100.white {
  color: var(--black-2);
}

.form-field-100.white::placeholder {
  color: #0f1b3080;
}

.nav-menu {
  flex: 1;
}

.heading-2 {
  text-align: left;
}

.nav__wrap {
  background-color: #0000;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.modal__overlay {
  z-index: 9999;
  background-color: #0f1b3066;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal__overlay.show {
  display: block;
}

.modal {
  background-color: #fff;
  border-radius: 5px;
  width: 600px;
  padding: 56px 48px;
  position: relative;
  box-shadow: 0 49px 100px #0003;
}

.car__heading__modal {
  letter-spacing: -.3px;
  margin-bottom: 24px;
  font-size: 32px;
  line-height: 32px;
}

.modal__text {
  margin-top: 16px;
  margin-bottom: 0;
}

.passengers__box {
  color: #0f1b3099;
  background-color: #1e37641a;
  border-radius: 2px;
  justify-content: flex-end;
  align-items: flex-start;
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 12px;
  font-size: 12px;
  line-height: 12px;
  position: relative;
}

.car__image__modal {
  align-self: center;
  margin-top: 16px;
}

.modal__close {
  position: absolute;
  top: 10px;
  left: auto;
  right: 10px;
}

.overlap__section {
  position: relative;
}

.faq h3 {
  margin-bottom: 24px;
}

.size__link {
  color: var(--black-2);
  margin-left: auto;
}

.paragraph-2 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.menu__cta {
  color: #fff;
  background-color: #b09b2e;
  border-radius: 3px;
  margin-left: 16px;
  padding: 16px 40px;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s cubic-bezier(.23, 1, .32, 1);
}

.menu__cta:hover {
  background-color: var(--goldenrod);
}

.cta__content_head {
  background-color: var(--dark-goldenrod);
  color: #fff;
  border-radius: 3px;
  padding: 16px 40px;
  text-decoration: none;
  transition: all .3s cubic-bezier(.23, 1, .32, 1);
}

.cta__content_head:hover {
  background-color: var(--goldenrod);
}

.cta__content_head_ghost {
  color: #fff;
  background-color: #b09b2e1a;
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 16px 40px;
  text-decoration: none;
  transition: all .3s cubic-bezier(.23, 1, .32, 1);
}

.cta__content_head_ghost:hover {
  background-color: var(--goldenrod);
}

.tab__content {
  background-color: #e9ebf0;
  padding: 16px 56px;
}

.tabs-menu {
  justify-content: space-between;
  display: flex;
}

.tab1 {
  flex: 1;
}

.tab1.w--current {
  color: var(--black-2);
  text-align: center;
  background-color: #fff;
  border-bottom: 2px solid #1e3764;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 18px;
}

.tab2 {
  color: #0f1b3080;
  text-align: center;
  background-color: #fff;
  flex: 1;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 18px;
}

.tab2.w--current {
  border-bottom: 2px solid var(--black-2);
  color: var(--black-2);
  background-color: #fff;
}

.add__address {
  cursor: pointer;
  background-image: url('../images/plus.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 2px solid #0f1b30cc;
  border-radius: 3px;
  width: 52px;
  height: 52px;
}

.add__address:hover {
  background-color: #0f1b301a;
}

._100w {
  flex-wrap: wrap;
  margin-bottom: 24px;
  display: flex;
}

._100w.via2.more--top {
  margin-top: 24px;
}

._100w.noright {
  padding-right: 0;
}

.minus_add {
  cursor: pointer;
  background-image: url('../images/minus.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 2px solid #0f1b30cc;
  border-radius: 3px;
  width: 52px;
  height: 52px;
  display: none;
}

.minus_add:hover {
  background-color: #0f1b301a;
}

.cta__contact__split-copy {
  background-color: #fff;
  flex: 0 auto;
  width: 40%;
  padding-top: 260px;
  padding-left: 64px;
  padding-right: 54px;
  position: relative;
}

.sheelchair-side {
  background-color: #fff;
  flex: 0 auto;
  width: 40%;
  padding-top: 56px;
  padding-left: 64px;
  padding-right: 54px;
  position: relative;
}

.service__split__form-copy {
  flex-flow: wrap;
  margin-top: 40px;
  display: flex;
}

.buttoncta {
  align-self: flex-end;
  width: 49%;
  margin-bottom: 24px;
  padding-right: 24px;
  display: inline-block;
}

.buttoncta.noright {
  padding-right: 0;
}

.notice {
  background-color: var(--dark-goldenrod);
  color: #fff;
  margin-top: 24px;
  padding: 16px;
  line-height: 24px;
}

.covid__banner {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  display: flex;
}

.covid__link {
  color: var(--white);
}

.covid__rty {
  width: 80%;
  margin: 40px auto;
}

.covid__rty p {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}

.covid__rty ol {
  color: #0f1b30b3;
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.covid__rty li {
  margin-bottom: 16px;
}

.link {
  color: #0f1b30e6;
}

.button__wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  display: flex;
}

.question__wrapper {
  background-color: var(--white);
  cursor: pointer;
  border: 1px solid #0f1b301a;
  flex-direction: column;
  width: 80%;
  margin-bottom: 16px;
  padding: 32px;
  display: flex;
}

.question__wrapper:hover {
  border-color: #0f1b3080;
}

.question {
  font-size: 20px;
  font-weight: 700;
}

.question__wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.answer {
  margin-top: 24px;
  margin-bottom: 0;
}

.divider {
  color: var(--dark-goldenrod);
}

.tp-embed {
  text-align: center;
  width: 100%;
}

.review--tet {
  text-align: center;
  width: 100%;
  font-size: 24px;
  line-height: 1.4;
}

.page-padding {
  padding-left: 8%;
  padding-right: 8%;
}

.text-weight-semibold {
  margin-bottom: 0;
  font-weight: 600;
}

.testimonial5_rating-icon {
  color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  display: flex;
}

.section-testimonial5 {
  margin-top: -79px;
  margin-bottom: 80px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-size-medium {
  font-size: 1.125rem;
}

.testimonial5_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.testimonial5_logo {
  width: 100%;
  max-height: 1.5rem;
}

.testimonial5_divider {
  background-color: #00000038;
  align-self: stretch;
  width: 1px;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xhuge {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.testimonial5_client {
  text-align: left;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-vertical.margin-medium {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.testimonial5_rating-wrapper {
  display: flex;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.testimonial5_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.testimonial5_content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.testimonial5_client-image-wrapper {
  margin-right: 1.25rem;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.heading-xsmall {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.4;
}

.heading-xsmall.review--title {
  margin-bottom: 16px;
  font-weight: 700;
}

.testimonial5_client-info {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  line-height: 1;
  display: flex;
}

.tp-stars {
  width: 120px;
  margin-bottom: 24px;
}

.tp--review {
  margin-top: 40px;
}

.radio-button-field {
  color: var(--black-2);
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  font-size: 18px;
  line-height: 1.2;
  display: flex;
}

.radio--wrapper {
  margin-bottom: 32px;
}

.terminal--wrapper {
  background-color: #0f1b301a;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 24px;
}

.radio-button {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}

.radio-button.w--redirected-checked {
  border-width: 8px;
  border-color: var(--dark-slate-blue);
}

.radio-button-label {
  flex: 1;
  margin-bottom: -5px;
}

.date--picker {
  width: 100%;
}

@media screen and (max-width: 991px) {
  h2 {
    margin-bottom: 24px;
  }

  .navbar {
    padding-left: 24px;
    padding-right: 24px;
  }

  .header__home {
    min-height: 800px;
    padding-top: 16px;
  }

  .phoneblock {
    display: none;
  }

  .cta__header {
    margin-left: auto;
  }

  .logo.w--current {
    margin-right: 0;
  }

  .navlink {
    color: #0f1b30cc;
  }

  .navlink:hover {
    color: #1e3764b3;
  }

  .navlink.contact {
    display: block;
  }

  .arrow {
    color: var(--black-2);
  }

  .container.centered.squeezed {
    width: auto;
  }

  .container.is--quote {
    padding-left: 0;
    padding-right: 0;
  }

  .headline.home {
    width: 90%;
    margin-top: 40px;
    margin-bottom: 48px;
    font-size: 56px;
    line-height: 64px;
  }

  .headline.home.internal {
    letter-spacing: -1px;
    width: 90%;
    font-size: 48px;
    line-height: 56px;
  }

  .headline.home.internal.no-intro {
    padding-top: 0;
  }

  .form-field {
    flex: 0 auto;
    width: 55%;
    margin-bottom: 16px;
    margin-right: 16px;
  }

  .form-field.white.internal-field {
    flex: 1;
    width: 100%;
  }

  ._50__flex {
    flex-direction: column-reverse;
  }

  ._50__flex.shadow {
    flex-direction: row;
  }

  ._50__flex.shadow.whitebg.padding__content__overlap {
    padding-top: 64px;
    padding-left: 64px;
    padding-right: 64px;
  }

  ._50__flex.bottom-border {
    flex-direction: column;
  }

  .flex__child.white__bg.padding-intro {
    padding: 40px 40px 24px 48px;
  }

  .flex__child.white__bg.padding-airport.width-set {
    flex: 1;
    padding: 64px 72px;
  }

  .flex__child.white__bg.service__padding {
    padding: 64px 72px;
  }

  .flex__child.white__bg.service__padding.business__padding {
    padding-bottom: 64px;
  }

  .flex__child.airportsbg__home, .flex__child.airport__bg {
    flex: 0 auto;
    height: 400px;
  }

  .flex__child.business__bg {
    background-position: 50% 0;
    flex: 0 auto;
    height: 400px;
  }

  .flex__child.personal__bg, .flex__child.wheelchair_bg, .flex__child.wedding__bg2 {
    flex: 0 auto;
    height: 400px;
  }

  .paragraph {
    font-size: 14px;
    line-height: 26px;
  }

  .paragraph.centered__narrow, .paragraph.centered__narrow_about {
    width: 90%;
  }

  .transfers__home {
    margin-top: 0;
  }

  .icon__airport__home {
    justify-content: space-between;
  }

  .service__image.bus, .service__image.airport, .service__image.personal {
    height: 200px;
  }

  .service__block {
    margin-left: 8px;
    margin-right: 8px;
    padding-bottom: 24px;
  }

  .service__header {
    margin-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 24px;
  }

  .service__desc {
    margin-bottom: 16px;
    font-size: 13px;
    line-height: 22px;
  }

  .service_button {
    margin-left: 16px;
    margin-right: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .quote {
    height: 360px;
  }

  .book__cta {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .booking__cta {
    font-size: 48px;
  }

  .booking__text {
    width: 70%;
  }

  .footer {
    background-image: linear-gradient(#0f1b30, #0d1829 50%, #09101d 48%, #0c1626);
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 24px;
  }

  .footer__flex {
    flex-direction: column-reverse;
  }

  .social {
    margin-bottom: 40px;
  }

  .footer__nav__wrap__right {
    padding-left: 0;
  }

  .footer__card__wrap {
    margin-bottom: 100px;
    padding-left: 0;
  }

  .header__int {
    min-height: 440px;
  }

  .airports {
    display: none;
  }

  .service__icon {
    flex-wrap: wrap;
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .service__icon__wrap {
    flex: 0 50%;
  }

  .service__split__contain {
    width: auto;
  }

  .section__spacing {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .service__quote {
    padding-top: 0;
    padding-bottom: 141px;
  }

  .service__cta__flex {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }

  .cta__form__wrap {
    width: auto;
    padding: 40px;
  }

  .cta__contact__split {
    width: auto;
    padding-top: 32px;
    padding-bottom: 40px;
  }

  ._60w {
    margin-bottom: 8px;
  }

  .select__box.form-field.internal-field {
    width: 100%;
  }

  .hr {
    margin-bottom: 24px;
  }

  ._50w_1 {
    margin-bottom: 8px;
  }

  .car__form {
    width: 50%;
    right: 0;
  }

  .car__filters {
    flex-wrap: wrap;
  }

  .filter__button {
    flex: 1;
  }

  .car__block {
    background-image: linear-gradient(#fff, #fff 51%, #f4f5f7 49%);
  }

  .service__section__home {
    padding-top: 64px;
  }

  .service__cta__flex__contact {
    flex-direction: column;
  }

  .car__form__contact {
    width: 50%;
    display: none;
    right: 0;
  }

  .menu-button {
    background-color: #fff;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    margin-left: 16px;
  }

  .menu-button.w--open {
    background-color: var(--dark-goldenrod);
  }

  ._w-embed {
    width: 40%;
  }

  .form-field-100 {
    flex: 0 auto;
    width: 100%;
    margin-bottom: 16px;
  }

  .icon {
    position: relative;
    left: -2px;
  }

  .nav-menu {
    text-align: left;
    background-color: #fff;
    margin-top: 8px;
    margin-left: 24px;
    margin-right: 24px;
  }

  .heading-2 {
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 40px;
  }

  .text-block-3 {
    text-align: center;
    width: 100%;
    margin-bottom: 8px;
  }

  .size__link {
    text-align: center;
    width: 100%;
    margin-top: 16px;
    margin-right: auto;
    font-size: 14px;
  }

  .paragraph-2 {
    width: 90%;
  }

  .tab__content {
    padding-left: 40px;
    padding-right: 40px;
  }

  ._100w {
    margin-bottom: 8px;
    padding-right: 0;
  }

  .cta__contact__split-copy, .sheelchair-side {
    width: auto;
    padding-top: 32px;
    padding-bottom: 40px;
  }

  .buttoncta {
    margin-bottom: 8px;
  }

  .covid__rty {
    width: 100%;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .covid__rty p {
    font-size: 20px;
    line-height: 32px;
  }

  .question__wrapper {
    width: 100%;
  }

  .section-testimonial5 {
    margin-top: 0;
  }

  .testimonial5_component {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 32px;
  }

  h5 {
    margin-bottom: 8px;
  }

  .navbar {
    justify-content: space-between;
    padding-left: 16px;
    padding-right: 16px;
  }

  .header__home {
    min-height: auto;
    padding-bottom: 80px;
  }

  .cta__header {
    padding: 12px 24px;
    font-size: 14px;
  }

  .logo {
    width: 40%;
    margin-right: 0;
  }

  .container {
    padding-bottom: 0;
  }

  .container.centered {
    padding-bottom: 40px;
  }

  .container.centered.squeezed {
    padding-bottom: 0;
  }

  .container.intro__overlap__home {
    margin-top: -64px;
    position: relative;
  }

  .headline.home {
    font-size: 48px;
    line-height: 56px;
  }

  .headline.home.internal {
    letter-spacing: 0;
    width: 90%;
    font-size: 32px;
    line-height: 1.4;
  }

  ._50__flex.shadow {
    flex-direction: column;
  }

  ._50__flex.shadow.whitebg.padding__content__overlap {
    padding: 32px;
  }

  .flex__child.white__bg.padding-intro {
    width: auto;
  }

  .flex__child.white__bg.padding-airport.width-set {
    padding-top: 48px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .flex__child.introbg__home {
    flex: 0 auto;
    width: auto;
    height: 332px;
  }

  .flex__child.introbg__airport, .flex__child.introbg__business, .flex__child.introbg__personal, .flex__child.introbg__minibus, .flex__child.wedding__bg {
    flex: 0 auto;
    height: 320px;
  }

  .icon__wrap {
    padding-right: 16px;
  }

  .service__wrapper {
    flex-direction: column;
  }

  .service__image.bus, .service__image.airport, .service__image.personal {
    height: 280px;
  }

  .service__block {
    margin-bottom: 24px;
  }

  .testimonial__section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .slider {
    width: 80%;
  }

  .quote {
    height: 320px;
    min-height: auto;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 14px;
  }

  .testimonial {
    font-size: 14px;
    line-height: 28px;
  }

  .book__cta {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .footer {
    background-image: linear-gradient(#0f1b30, #09101d 46%, #0d1829 46%, #0c1626);
  }

  .footer__card__wrap {
    margin-bottom: 64px;
  }

  .header__int {
    min-height: 380px;
  }

  .section__spacing {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .service__checks__wrap {
    flex-direction: column;
  }

  .service__check {
    margin-bottom: 8px;
  }

  .cta__form__wrap {
    padding-top: 24px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .cta__form__wrap.tab__content_int {
    padding: 24px 40px;
  }

  .car__form {
    display: none;
  }

  .car__filters {
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
  }

  .filter__button {
    flex: 0 auto;
    align-self: stretch;
    width: 45%;
    margin-bottom: 8px;
    margin-left: 0;
    margin-right: 8px;
  }

  .car__wrapper {
    justify-content: space-between;
  }

  .car__block {
    flex-basis: 48%;
  }

  .car__block.middle.evencar {
    margin-left: 0;
    margin-right: 0;
  }

  .car__block.oddcar {
    margin-left: 16px;
    margin-right: 0;
  }

  .car__form__contact {
    display: none;
  }

  .menu-button {
    width: 48px;
    height: 48px;
  }

  ._w-embed {
    width: 37%;
  }

  .icon {
    text-align: center;
    line-height: 52px;
    position: absolute;
    inset: 0%;
  }

  .heading-3 {
    font-size: 16px;
  }

  .text-block-3 {
    flex: 0 auto;
    width: 100%;
    margin-bottom: 8px;
  }

  .modal {
    margin-left: 32px;
    margin-right: 32px;
  }

  .passengers__box {
    width: 40%;
  }

  .paragraph-2 {
    width: 90%;
  }

  .menu__cta {
    padding: 12px 24px;
    font-size: 14px;
  }

  .tab__content {
    padding-left: 24px;
    padding-right: 24px;
  }

  .buttoncta {
    align-self: center;
  }

  .covid__banner {
    height: 24px;
  }

  .covid__rty p {
    font-size: 18px;
  }

  .covid__rty ol {
    font-size: 18px;
    line-height: 28px;
  }

  .section-testimonial5 {
    background-color: var(--white);
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .testimonial5_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial5_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .testimonial5_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .heading-xsmall {
    font-size: 1.125rem;
  }

  .testimonial5_client-info {
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    line-height: 40px;
  }

  .navbar {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cta__header {
    display: none;
  }

  .logo {
    width: 50%;
    margin-right: 0;
    padding-left: 0;
  }

  .text-block {
    text-align: center;
  }

  .container.centered {
    padding-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .container.internal__overlap {
    margin-top: -90px;
  }

  .container.internal__overlap.wheeloverlap {
    margin-top: -132px;
  }

  .headline.home.internal {
    width: 90%;
  }

  .form-field {
    width: 100%;
  }

  .form-field.white.internal-field {
    margin-bottom: 8px;
    margin-right: 8px;
  }

  ._50__flex.shadow.whitebg.padding__content__overlap {
    padding-left: 24px;
    padding-right: 24px;
  }

  ._50__flex.flex__resp__v {
    flex-direction: column-reverse;
  }

  .flex__child.white__bg.padding-intro {
    padding: 24px 32px 8px;
  }

  .flex__child.white__bg.padding-airport.width-set {
    padding-top: 24px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .flex__child.white__bg.service__padding {
    padding: 24px 32px;
  }

  .flex__child.white__bg.service__padding.business__padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .flex__child.introbg__business {
    flex: 0 auto;
    height: 240px;
  }

  .flex__child.personal__bg, .flex__child.wedding__bg2 {
    height: 320px;
  }

  .paragraph.centered__narrow, .paragraph.centered__narrow_about {
    width: 90%;
  }

  .transfers__home {
    margin-top: -32px;
  }

  .service__wrapper {
    margin-top: 24px;
  }

  .service__image.bus {
    background-position: 50% 0;
    height: 200px;
  }

  .testimonial__section {
    padding-top: 48px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .slider {
    width: 90%;
  }

  .quote {
    height: 400px;
    margin-left: 8px;
    margin-right: 8px;
    padding: 24px 32px;
  }

  .image-2 {
    margin-top: auto;
  }

  .speech {
    display: none;
  }

  .booking__cta {
    font-size: 40px;
    line-height: 48px;
  }

  .booking__text {
    width: 90%;
  }

  .cta__phone {
    width: 100%;
    margin-left: 0;
  }

  .cta__booking {
    width: 1005px;
    margin-bottom: 16px;
  }

  .footer {
    background-color: #0c1626;
    background-image: none;
    padding-top: 40px;
    padding-left: 16px;
  }

  .flex__left.footer__flex__left {
    flex-direction: column;
    display: flex;
  }

  .footer__nav__wrap {
    flex-direction: column;
  }

  .footer__title {
    margin-top: 24px;
    margin-bottom: 16px;
  }

  .social__link {
    margin-bottom: 8px;
  }

  .bottom__bar {
    flex-direction: column;
  }

  .footer__logo {
    margin-bottom: 8px;
    margin-right: 0;
  }

  .footer__nav__wrap__right {
    flex-direction: column;
  }

  .footer__card__wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .cards {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .header__int {
    min-height: 320px;
    padding-top: 16px;
  }

  .service__icon__wrap {
    flex: 0 auto;
  }

  .cta__form__wrap {
    padding: 16px 16px 32px;
  }

  .cta__form__wrap.tab__content_int {
    padding: 20px;
  }

  .cta__contact__split {
    padding: 32px 40px 24px;
  }

  ._60w {
    width: 100%;
    padding-right: 0;
  }

  ._40w {
    width: 100%;
    margin-bottom: 16px;
  }

  .service__split__form {
    flex-direction: column;
    display: flex;
  }

  .passengers__wrap {
    flex-direction: column;
  }

  ._50w_1 {
    width: 100%;
    margin-bottom: 16px;
    padding-right: 0;
  }

  .cta__button {
    margin-top: 16px;
  }

  .filter__button {
    width: 100%;
    margin-bottom: 8px;
    padding: 8px 16px;
  }

  .car__block.middle.oddcar {
    margin-left: 0;
  }

  .car__block.last {
    flex: 1;
    margin-left: 0;
  }

  .car__block.oddcar {
    margin-left: 0;
  }

  .service__section__home {
    padding-top: 48px;
  }

  .menu-button {
    margin-left: auto;
  }

  ._w-embed {
    width: 100%;
  }

  .heading-4 {
    margin-bottom: 24px;
  }

  .heading-5 {
    line-height: 40px;
  }

  .modal {
    margin-left: 16px;
    margin-right: 16px;
    padding: 40px 24px;
  }

  .passengers__box {
    width: 70%;
  }

  .menu__cta {
    display: none;
  }

  .cta__content_head {
    margin-bottom: 8px;
    margin-right: 0;
    display: block;
  }

  .cta__content_head_ghost {
    text-align: center;
    margin-right: 0;
    display: block;
  }

  .tab__content {
    padding-top: 0;
  }

  .tab2 {
    padding: 16px;
    font-size: 14px;
  }

  ._100w {
    width: 100%;
    margin-bottom: 16px;
    padding-right: 0;
  }

  .cta__contact__split-copy, .sheelchair-side {
    padding: 32px 40px 24px;
  }

  .service__split__form-copy {
    flex-direction: column;
    display: flex;
  }

  .buttoncta {
    width: 100%;
    margin-bottom: 16px;
    padding-right: 0;
  }

  .covid__banner {
    padding-left: 16px;
    padding-right: 16px;
  }

  .question__wrapper {
    padding: 24px;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
}


@font-face {
  font-family: 'Larsseit';
  src: url('../fonts/Larsseit.woff2') format('woff2'), url('../fonts/Larsseit.woff') format('woff'), url('../fonts/Larsseit.ttf') format('truetype'), url('../fonts/Larsseit.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Larsseit';
  src: url('../fonts/Larsseit-Bold.woff2') format('woff2'), url('../fonts/Larsseit-Bold.woff') format('woff'), url('../fonts/Larsseit-Bold.ttf') format('truetype'), url('../fonts/Larsseit-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Editor';
  src: url('../fonts/ITF-Editor-Bold.woff2') format('woff2'), url('../fonts/ITF-Editor-Bold.woff') format('woff'), url('../fonts/ITF-Editor-Bold.ttf') format('truetype'), url('../fonts/ITF-Editor-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Larsseit';
  src: url('../fonts/Larsseit-Light.woff2') format('woff2'), url('../fonts/Larsseit-Light.woff') format('woff'), url('../fonts/Larsseit-Light.ttf') format('truetype'), url('../fonts/Larsseit-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}