:root {
  --orange: #e0a125;
  --dark-chaco: #1d1404;
  --white: white;
  --light-chaco: #523600;
  --black: black;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

.body {
  color: #1d1404b3;
  font-family: benton-sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.para {
  color: #1d1404b3;
  font-family: benton-sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.feature-section {
  justify-content: flex-end;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.flex-container {
  flex-direction: row;
  flex: 1;
  align-items: center;
  display: flex;
}

.feature-image-mask {
  width: 100%;
  margin-right: 100px;
}

.feature-image {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.div-block {
  margin-top: 100px;
}

.primary-btn {
  background-color: var(--orange);
  border-radius: 2px;
  padding: 18px 28px;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
}

.primary-btn:hover {
  background-color: #b7831a;
}

.primary-btn.search__btn {
  margin-top: 32px;
}

.primary-btn.mb-20 {
  text-align: center;
}

.primary-btn.submit {
  margin-top: 20px;
  padding-left: 50px;
  padding-right: 50px;
}

.primary-btn.sitemap__btn {
  margin-bottom: 24px;
  margin-right: 24px;
}

.primary-btn.submit-btn {
  padding-left: 100px;
  padding-right: 100px;
}

.primary-btn.confirm {
  display: none;
}

.secondary-btn {
  color: var(--dark-chaco);
  text-align: center;
  background-color: #fff;
  border: 1px solid #1d14044d;
  border-radius: 2px;
  padding: 18px 28px;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
}

.secondary-btn:hover {
  background-color: #e6e6e6;
  border-color: #1d1404;
}

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

.header-main {
  background-image: url('../images/home-banner.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: auto;
  margin-bottom: -182px;
  padding-bottom: 0;
}

.header-main.home {
  background-image: url('../images/home-banner-1-1.jpg');
}

.header-main.sports {
  background-image: url('../images/dimitry-anikin-XOv99ND_qEg-unsplash-1-2-1.jpg');
}

.header-main.schools {
  background-image: url('../images/dimitry-anikin-XOv99ND_qEg-unsplash-1-1.jpg');
}

.header-main.about {
  background-image: url('../images/dimitry-anikin-XOv99ND_qEg-unsplash-1-1.png');
  margin-bottom: 0;
}

.header-main.contact {
  background-image: url('../images/dimitry-anikin-XOv99ND_qEg-unsplash-1-2-1.png');
  margin-bottom: 0;
}

.header-main.privacy_policy {
  background-color: #f0f0f0;
  background-image: none;
  margin-bottom: 0;
}

.header-main.corporate {
  background-image: url('../images/corporate-banner.jpg');
}

.header-main.airport {
  background-image: url('../images/airport-banner.jpg');
}

.header__content__main {
  padding-top: 30px;
}

.header__content__main.pt-10 {
  padding-top: 10px;
}

.nav__main {
  z-index: 9999;
  background-color: #fff0;
  justify-content: space-between;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: sticky;
}

.nav__main.sticky-cont {
  background-color: var(--white);
  flex: 1;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: static;
}

.banner__cont {
  justify-content: space-between;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.banner__search {
  z-index: 1;
  min-height: 290px;
  margin-top: 20px;
  display: block;
  position: relative;
}

.banner__search.innerpages {
  margin-bottom: -216px;
}

.menu__btn {
  border-radius: 2px;
  align-items: center;
  padding: 16px 20px;
  text-decoration: none;
  display: flex;
}

.menu__btn:hover {
  background-color: #1d14041a;
}

.image {
  margin-right: 16px;
}

.menu__link {
  color: var(--dark-chaco);
  font-family: benton-sans, sans-serif;
  font-weight: 400;
}

.service__link {
  color: var(--light-chaco);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px solid #52360033;
  border-right: 1px solid #52360033;
  flex: 1;
  padding: 15px 5px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.55, .085, .68, .53);
}

.service__link:hover, .service__link.w--current {
  background-color: #1d14041a;
}

.service__link.no-right-brd {
  border-right-width: 0;
}

.service__links {
  justify-content: space-between;
  margin-top: 20px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.banner-content {
  padding-top: 130px;
  padding-bottom: 300px;
}

.banner-content.inner {
  padding-bottom: 230px;
}

.banner-content.inner.legal {
  padding-bottom: 130px;
}

.container {
  width: 100%;
  max-width: 1330px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container.h-100 {
  height: 100%;
}

.seo__heading.banner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.seo__heading.inner {
  margin-bottom: 24px;
}

.seo__heading.inner.left__align.ftr {
  margin-bottom: 32px;
}

.seo__divide {
  background-color: var(--orange);
  height: 2px;
}

.seo__divide.banner {
  width: 33px;
}

.seo__divide.inner {
  width: 85px;
}

.seo__txt {
  color: #1d140499;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: benton-sans-wide, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.seo__txt.text-center {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 20px;
}

.seo__txt.ftr__nav__title {
  color: var(--white);
  margin-bottom: 14px;
  font-size: 14px;
}

.banner__heading.text-center {
  margin-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.banner__txt {
  color: var(--dark-chaco);
  letter-spacing: -1px;
  text-transform: uppercase;
  font-family: benton-sans-wide, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 80px;
}

.banner__txt.ftr-banner.mb {
  margin-bottom: 40px;
}

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

.tabs-menu.pop__tab__menu {
  margin-bottom: 24px;
}

.tab-link-tab-1 {
  background-color: #5f5543;
  border-top-right-radius: 4px;
  padding: 14px 50px;
}

.tab-link-tab-1.w--current {
  background-color: var(--dark-chaco);
}

.tab-link-tab-1.tab-link-tab-2 {
  border-top-left-radius: 4px;
  border-top-right-radius: 0;
}

.tab-link-tab-1.tab-link-tab-2.pop_tab {
  color: var(--dark-chaco);
  border-radius: 5px 0 0 5px;
  font-weight: 700;
}

.tab-link-tab-1.tab-link-tab-2.pop_tab.w--current {
  background-color: var(--dark-chaco);
  color: var(--white);
  border-radius: 5px 0 0 5px;
  flex: 1;
  font-weight: 700;
}

.tab-link-tab-1.pop_tab {
  text-align: center;
  background-color: #f9ecd3;
  border: 1px solid #1d140466;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  flex: 1;
}

.tab-link-tab-1.pop_tab.tab-link-tab-2._2 {
  color: #1d1404b3;
  border-radius: 0 5px 5px 0;
  font-weight: 700;
}

.tab-link-tab-1.pop_tab.tab-link-tab-2._2.w--current {
  color: var(--white);
  border-radius: 0 5px 5px 0;
}

.tab-link-tab-2 {
  background-color: #5f5543;
}

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

.tabs-content {
  background-color: var(--dark-chaco);
  border-radius: 4px;
  padding: 40px 50px;
  box-shadow: 0 11px 60px #1d14041a;
}

.tabs-content.pop-tab {
  box-shadow: none;
  background-color: #1d140400;
  padding: 0;
}

.tab-txt {
  color: var(--white);
  font-weight: 700;
}

.tab-txt.pop {
  color: #1d1404b3;
}

.tab-txt.pop.active {
  color: var(--white);
}

.tab-txt.active {
  color: #1d1404b3;
}

.text-block {
  color: var(--white);
}

.best__price {
  color: var(--white);
  text-align: center;
  margin-bottom: 24px;
  font-family: benton-sans-wide, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}

.form {
  flex-direction: row;
  justify-content: center;
  display: block;
}

.form.quote {
  flex-direction: column;
}

.form.search {
  flex-direction: row;
}

.search__input {
  background-image: url('../images/map-marker-solid-1.svg');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 2px;
  height: 54px;
  margin-bottom: 0;
  margin-right: 16px;
  padding-left: 45px;
}

.search__input::placeholder {
  color: #1d1404b3;
}

.search__input.passenger {
  background-image: url('../images/user-solid-1.svg');
  flex: 0 auto;
}

.search__input.passenger.top {
  width: 500px;
}

.search__input.date {
  background-image: url('../images/calendar-solid-1.svg');
}

.search__input.date.datepicker.time {
  background-image: url('../images/time.svg');
}

.search__input.date.datepicker.last {
  width: 400px;
  margin-right: 0;
}

.search__input.date.timepicker.last {
  margin-right: 0;
}

.search__input.time {
  background-image: url('../images/time.svg');
}

.search__input.pop {
  flex: none;
  width: 100%;
  margin-bottom: 16px;
  display: block;
}

.search__input.email {
  background-image: url('../images/email.svg');
}

.search__input.contact {
  background-image: url('../images/call_1.svg');
}

.search__input.contact.pop.m-top {
  margin-top: 16px;
}

.text-block-2 {
  color: var(--white);
  font-size: 18px;
}

.success-message {
  background-color: #5f5543;
}

.need__help__main {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.need__help__line {
  background-color: var(--orange);
  width: 100px;
  height: 1px;
}

.need__help__text {
  color: var(--white);
  text-align: center;
  margin-left: 8px;
  margin-right: 8px;
  font-family: benton-sans-wide, sans-serif;
  line-height: 32px;
}

.link {
  color: var(--white);
  text-decoration: none;
}

.div-block-2 {
  width: 24px;
  height: 24px;
  position: absolute;
  top: -70px;
  transform: rotate(0);
}

.arrow {
  z-index: 999;
  background-color: var(--dark-chaco);
  width: 24px;
  height: 24px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0 -12px;
  transform: rotate(45deg);
}

.tab__main {
  position: relative;
}

.navbar__main {
  z-index: 99999999;
  background-color: #000000b3;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
}

.audit__form {
  margin-bottom: 0;
  display: block;
}

.below-form {
  margin-bottom: 10px;
  line-height: 21px;
}

.below-form.mt {
  margin-top: 20px;
}

.below-form.info {
  font-size: 16px;
}

.below-form.txt-center {
  text-align: center;
  margin-bottom: 20px;
}

.close {
  cursor: pointer;
  width: 32px;
  height: 32px;
  position: absolute;
  inset: -40px 0 auto auto;
}

.close.basic {
  opacity: .8;
  margin-top: 0;
  margin-right: 0;
  position: absolute;
  top: -39px;
  right: -32px;
}

.close.basic:hover {
  opacity: 1;
}

.popup__field {
  background-color: #f3f3f300;
  width: 100%;
  height: 54px;
  margin-bottom: 16px;
  padding-bottom: 4px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 18px;
  display: block;
}

.checkbox {
  margin-right: 5px;
}

.navigation {
  z-index: 9999999;
  background-color: #fff;
  border-radius: 0;
  width: 100%;
  max-width: 500px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: absolute;
  inset: 0% auto 0% 0%;
  box-shadow: 0 20px 100px #0003;
}

.navigation.inner {
  margin-top: 0;
}

.popup-title {
  color: var(--dark-chaco);
  text-align: left;
  letter-spacing: -1px;
  text-transform: uppercase;
  flex: 1;
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: benton-sans-wide, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 36px;
}

.checkbox-field {
  flex: 1;
  align-items: flex-start;
  margin-bottom: 15px;
  display: flex;
}

.button__med-2 {
  background-color: #f60;
  border-radius: 5px;
  padding: 11px 40px 6px;
  font-weight: 500;
  transition: all .2s cubic-bezier(.23, 1, .32, 1);
}

.button__med-2:hover {
  background-color: #e05a00;
}

.button__med-2.mt {
  margin-top: 20px;
}

.checkbox-label {
  line-height: 25px;
}

.div-block-21 {
  display: flex;
}

.main-div {
  height: auto;
  overflow: auto;
}

.navbar {
  background-color: #ddd0;
  display: block;
}

.nav-menu {
  text-align: left;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.nav-link {
  color: #1d1404cc;
  letter-spacing: .5px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0;
  font-family: benton-sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.nav-link:hover {
  color: #1d1404;
}

.nav-link.w--current {
  color: var(--orange);
}

.link-block {
  opacity: .5;
  color: var(--dark-chaco);
  border-radius: 2px;
  justify-content: flex-end;
  padding: 16px 20px;
  font-family: benton-sans-condensed, sans-serif;
  text-decoration: none;
  display: flex;
}

.link-block:hover {
  opacity: 1;
  background-color: #1d14041a;
}

.image-2 {
  margin-right: 12px;
}

.close__main {
  justify-content: flex-end;
  display: flex;
}

.nav__inner__main {
  padding: 47px 47px 30px 70px;
}

.pop__divide {
  background-color: #1d14044d;
  height: 1px;
  margin-bottom: 40px;
}

.nav__contact {
  padding-bottom: 40px;
  padding-left: 70px;
  padding-right: 47px;
}

.team__on {
  font-size: 20px;
  line-height: 30px;
}

.nav__phone {
  color: var(--dark-chaco);
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  text-decoration: none;
}

.text-block-3 {
  letter-spacing: .5px;
  font-size: 18px;
}

.section {
  height: 500px;
}

.gradient {
  background-image: linear-gradient(#f1f1f100, #e0a1251a);
}

.main__section {
  padding-top: 0;
}

.main__section.secpad {
  padding-top: 100px;
  padding-bottom: 100px;
}

.main__section.secpad.gradient {
  background-image: none;
}

.main__section.secpad.gradient.home {
  background-image: linear-gradient(#e0a12500, #e0a12512);
  margin-top: 219px;
}

.main__section.secpad.brd__btm {
  border-bottom: 1px solid #5236001a;
}

.main__section.secpad.compa {
  position: relative;
}

.main__section.secpad.compa.hidden__overflow {
  overflow: hidden;
}

.main__section.secpad.footer {
  background-image: url('../images/home-ftr.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.main__section.secpad.footer.schools {
  background-image: url('../images/Rectangle-19-2-1.jpg');
}

.main__section.secpad.footer.about {
  background-image: url('../images/Rectangle-19-1.png');
}

.main__section.inner-content {
  z-index: 0;
  margin-top: -143px;
  position: relative;
}

.heading__main {
  color: var(--dark-chaco);
  text-align: left;
  letter-spacing: -1px;
  font-family: benton-sans-wide, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
}

.heading__main.text-center {
  text-align: center;
  text-transform: uppercase;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.heading__main.text-center.max-width {
  max-width: 500px;
}

.heading__main.text__mob__center {
  text-transform: uppercase;
}

.heading__main.big {
  text-transform: uppercase;
  font-size: 48px;
}

.content__wrap {
  padding-left: 110px;
  padding-right: 110px;
}

.plans {
  flex-wrap: wrap;
  margin-top: 50px;
  margin-bottom: 26px;
  display: flex;
}

.plans.inner {
  justify-content: center;
  align-items: center;
}

.plan {
  background-color: var(--white);
  text-align: center;
  border: 1px solid #5236001a;
  flex: 0 auto;
  width: 100%;
  max-width: 317px;
  margin-bottom: 24px;
  margin-left: 12px;
  margin-right: 12px;
  padding: 50px;
}

.plan.inner {
  background-color: #fff0;
  border-width: 0;
  margin-bottom: 40px;
  padding: 0;
}

.image-3 {
  margin-bottom: 8px;
  font-weight: 400;
}

.image-3.inner {
  margin-bottom: 16px;
}

.plan__title {
  color: var(--dark-chaco);
  margin-top: 0;
  margin-bottom: 8px;
  font-family: benton-sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.plan__title.inner {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 24px;
}

.plan__cont {
  color: #1d1404b3;
  display: block;
}

.plan__cont.comp__txt {
  margin-top: 30px;
  margin-bottom: 50px;
  font-size: 20px;
  line-height: 32px;
}

.plan__cont.comp__txt.loc {
  margin-top: 20px;
  margin-bottom: 0;
  display: block;
}

.plan__cont.comp__txt.loc.banner {
  color: #1d1404;
}

.plan__cont.comp__txt.loc.more__cont {
  margin-bottom: 0;
  display: none;
}

.plan__cont.comp__txt.loc.contact {
  margin-bottom: 24px;
}

.plan__cont.comp__txt.loc.read_less {
  margin-top: 0;
}

.plan__cont.comp__txt.loc.less {
  display: none;
}

.plan__cont.or {
  margin-left: 20px;
  margin-right: 20px;
}

.plan__cont.type__below__title {
  margin-top: 16px;
  margin-bottom: 16px;
}

.plan__cont.type__below__title.banner {
  color: #1d1404;
  font-size: 20px;
}

.plan__cont.ftr__copyright {
  color: #ffffffb3;
  margin-top: 18px;
  font-size: 14px;
}

.plan__cont.ftr__copyright.design__by {
  margin-top: 32px;
}

.plan__cont.frt__contact {
  color: var(--white);
}

.plan__cont.inner {
  font-size: 14px;
  line-height: 22px;
}

.plan__cont.pop {
  margin-top: 16px;
  margin-bottom: 32px;
}

.plan__cont.hide {
  display: flex;
}

.let__main {
  text-align: center;
}

.main__content__wrapper {
  background-color: #a1282800;
  max-width: none;
  min-height: 561px;
  margin-left: auto;
  margin-right: 0;
  position: relative;
}

.main__content__wrapper.travel {
  background-image: url('../images/cont-1.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-bottom: 1px solid #5236001a;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.main__content__wrapper.travel.inner {
  background-image: url('../images/alexander-horl-v8VlOsUybYs-unsplash-copy-1-1.jpg');
  background-position: 100% 0;
  background-size: contain;
  margin-top: 0;
}

.main__content__wrapper.travel.inner.schools {
  background-image: none;
}

.main__content__wrapper.travel.inner.airpot {
  background-image: url('../images/alexander-horl-v8VlOsUybYs-unsplash-copy-1-2-1.png');
}

.main__content__wrapper.travel.inner.school-right {
  background-image: url('../images/alexander-horl-v8VlOsUybYs-unsplash-copy-1-1.png');
}

.main__content__wrapper.travel.inner.about-right {
  background-image: url('../images/alexander-horl-v8VlOsUybYs-unsplash-copy-1-3-1.png');
}

.main__content__wrapper.travel.inner.hide {
  display: none;
}

.travel__cont__top {
  align-items: stretch;
  height: 100%;
  display: flex;
  position: static;
}

.left {
  background-color: #f000;
  flex: 1;
  max-width: none;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 210px;
}

.left.address-left {
  padding-top: 189px;
}

.left.nopad-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-right: 0;
  display: flex;
}

.left.nopad-left.inner {
  padding-top: 272px;
}

.left.nopad-left.inner.about-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 80px;
  padding-right: 20px;
  display: flex;
}

.right {
  flex: 1;
  width: 500px;
  height: auto;
  min-height: 561px;
  position: relative;
  inset: 0% 0% 0% auto;
}

.right.inner {
  min-height: 774px;
}

.right__img {
  height: 560px;
}

.image-4 {
  position: absolute;
  inset: 0% 0 0% auto;
}

.feature-image-mask-2 {
  flex: 1;
  width: 100%;
  margin-right: 0;
}

.div-block-22 {
  justify-content: flex-start;
  width: 1300px;
  display: flex;
}

.div-block-23 {
  flex: 1;
}

.comparison__btns {
  align-items: center;
  display: flex;
}

.comparison__btns.top-2 {
  margin-top: 2rem;
}

.image-5 {
  display: none;
}

.escape__left {
  max-width: 30%;
  margin-right: 24px;
}

.escape__right {
  flex-wrap: wrap;
  flex: 1;
  display: flex;
}

.escape__main {
  display: flex;
}

.type {
  background-color: #f6f6f6;
  flex: 0 auto;
  margin-bottom: 24px;
  margin-left: 0;
  margin-right: 24px;
  text-decoration: none;
}

.type.group {
  max-width: 310px;
  min-height: 100%;
  margin-bottom: 0;
}

.type__txt {
  text-align: center;
  padding: 32px;
}

.type__txt.text__left {
  text-align: left;
  padding-left: 22px;
  padding-right: 22px;
}

.image-6 {
  width: 100%;
}

.link-2 {
  color: #1d1404b3;
  text-decoration: none;
}

.groups__main {
  display: flex;
}

.group__title {
  flex: 0 auto;
  width: 60%;
}

.group__arrow {
  flex: 1;
  height: 0;
}

.group__slider {
  display: none;
}

.mask {
  height: auto;
  overflow: visible;
}

.slide-nav {
  background-color: #be232300;
  display: none;
}

.slider {
  background-color: #ddd0;
  height: auto;
  display: block;
}

.icon {
  color: #000;
}

.arrow__main {
  z-index: 99;
  background-color: #f6f6f6;
  border-radius: 100px;
  width: 96px;
  height: 96px;
}

.arrow__main:hover {
  background-color: #dbdbdb;
}

.arrow__main.right__arrow {
  display: none;
  inset: -178px 0% auto auto;
}

.arrow__main.left__arrow {
  display: none;
  inset: -178px 120px auto auto;
}

.left-arrow {
  width: 96px;
  height: 96px;
}

.slide {
  width: auto;
}

.footer__banner {
  width: 100%;
}

.footer__main {
  background-color: var(--dark-chaco);
}

.footer {
  display: flex;
}

.ftr-col {
  flex: 1;
  padding-left: 20px;
  padding-right: 20px;
}

.ftr-col.onlymob {
  display: none;
}

.social__links {
  margin-top: 38px;
}

.link-block-2 {
  margin-right: 8px;
  display: none;
}

.link-3 {
  color: #ffffffb3;
  font-weight: 700;
  text-decoration: none;
}

.link-3:hover {
  color: var(--orange);
}

.link-4 {
  color: #ffffffb3;
  font-weight: 700;
  text-decoration: none;
}

.ftr__nav__link {
  color: var(--white);
  letter-spacing: .3px;
  font-weight: 700;
  line-height: 40px;
  text-decoration: none;
  display: block;
}

.ftr__nav__link:hover {
  color: var(--orange);
}

.ftr__call__us {
  display: flex;
}

.call__sub__ttl {
  color: #ffffffb3;
  line-height: 32px;
}

.link-5 {
  color: var(--white);
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.link-5:hover {
  color: var(--orange);
}

.icon__main {
  align-items: flex-end;
  margin-right: 15px;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.contact__pad {
  padding-left: 50px;
}

.ftr-divide {
  background-color: #fff3;
  width: 100%;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.accordion-content {
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  overflow: hidden;
}

.accordion-item {
  border: 0 solid #cfcdcf;
  margin-bottom: 15px;
  padding: 0 0 25px;
  overflow: hidden;
}

.accordion-minus {
  position: absolute;
  inset: 50% 0% 0% auto;
}

.accordion-minus.plus {
  inset: 50% 0% 0% auto;
  inset: 50% 0% 0% auto;
  transform: rotate(180deg);
}

.div-block-29 {
  height: 30px;
}

.heading-2 {
  cursor: pointer;
}

.heading-2.accordion-heading {
  color: #351a32;
  letter-spacing: -.5px;
  text-transform: uppercase;
  letter-spacing: -.5px;
  border-bottom: 0 #ade055;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 40px;
  font-family: benton-sans-wide, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
}

.accordion-wrapper {
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.list-item {
  margin-top: 10px;
  margin-bottom: 10px;
}

.list-item.accordion-para {
  list-style-type: disc;
}

.list-main {
  margin-bottom: 20px;
  padding-left: 25px;
}

.accordion-para {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.accordion-trigger {
  cursor: pointer;
  border: 1px #621e1e;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.slick__slide.hide {
  display: none;
}

.sticky {
  z-index: 99;
  display: block;
  position: sticky;
  top: 0;
  box-shadow: 2px 0 40px #351a320a;
}

.bold-text-4 {
  color: #351a32;
  font-weight: 600;
}

.bg__patern {
  background-image: url('../images/pattern-img_1pattern-img.png');
  background-position: 0 0;
  background-repeat: repeat-y;
  background-size: contain;
  width: 43px;
  height: 83%;
  position: absolute;
  top: 40px;
  left: -16px;
}

.bg__patern.right {
  left: auto;
  right: -16px;
}

.bg__patern.left {
  left: -16px;
  right: auto;
}

.banner__content {
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 151px;
  padding-right: 151px;
  display: flex;
}

.div-block-4 {
  position: relative;
}

.banner_main {
  z-index: 1;
  background-color: #ece9ec;
  background-image: url('../images/home-banner.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  height: 556px;
  display: flex;
  position: relative;
}

.bold-text-5 {
  font-weight: 600;
  text-decoration: underline;
}

.bnr__badge {
  margin-top: 28px;
  margin-bottom: 0;
  margin-left: 108px;
}

.bnr__badge.mob {
  display: none;
}

.banner_top_sub {
  color: #351a32b3;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}

.cta__secondary {
  color: #fff;
  background-color: #dc8ed0;
  padding: 18px 30px;
  font-weight: 500;
}

.cta__secondary:hover {
  background-color: #c27eb8;
}

.main-title {
  color: #dc8ed0;
  letter-spacing: -2px;
  font-size: 56px;
  font-weight: 400;
  line-height: 124%;
}

.div-block-5 {
  display: inline-block;
}

.main__section-2 {
  background-color: #ff939300;
  justify-content: space-between;
  padding-left: 46px;
  padding-right: 46px;
  display: block;
  position: relative;
}

.main__section-2.top-banner {
  position: static;
  top: 0;
}

.bus-coaches {
  margin-top: 60px;
  margin-bottom: 0;
  display: flex;
}

.coach {
  text-align: center;
  flex: 0 auto;
  width: 25%;
  padding: 10px;
}

.coach__title {
  color: var(--dark-chaco);
  margin-bottom: 8px;
  font-family: benton-sans-wide, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.image-8 {
  margin-bottom: 24px;
}

.image-8.ex {
  width: auto;
}

.link-6 {
  color: #1d1404;
  font-weight: 400;
  text-decoration: none;
}

.link-6.read__less, .link-6.read__more {
  white-space: nowrap;
  display: block;
}

.contact__form {
  z-index: 99999;
  background-color: #000000b3;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
}

.contact__form.quote__popup {
  display: block;
}

.popup {
  z-index: 9999999;
  background-color: #fff;
  border-radius: 4px;
  width: 100%;
  max-width: 625px;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 52px;
  position: absolute;
  inset: 0% 0% auto;
  box-shadow: 0 20px 100px #0003;
}

.popup.quote {
  margin-top: 70px;
}

.main-div-2 {
  height: auto;
  display: block;
  overflow: auto;
}

.title {
  align-items: center;
  display: flex;
}

.contact__popup__submit {
  display: flex;
}

.sec {
  flex: 1;
  align-items: center;
  display: flex;
}

.sec.sub {
  flex: 0 auto;
}

.left__cont {
  margin-right: 8px;
}

.right__cont {
  flex: 1;
}

.prepare__call {
  font-size: 14px;
  line-height: 32px;
}

.popup__phone {
  color: #1d1404cc;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.div-block-30 {
  height: auto;
  position: relative;
}

.div-block-31 {
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  display: flex;
}

.contact__wrap {
  display: flex;
}

.contact__right {
  flex: 1;
}

.call__cont {
  background-color: #e0a12512;
  padding: 15px 20px;
  display: inline-block;
}

.field__divide {
  display: flex;
}

.field {
  flex: 1;
  margin-right: 16px;
}

.field.no__mar__rt {
  margin-right: 0;
}

.contact__field {
  background-color: var(--white);
  border: 1px solid #a7a7a7;
  border-radius: 2px;
  height: 54px;
  margin-bottom: 14px;
}

.contact__field:focus {
  border-color: var(--orange);
}

.label {
  color: var(--dark-chaco);
  line-height: 32px;
}

.policy__content {
  flex: 1;
  align-self: auto;
}

.policy__content.site {
  text-align: center;
}

.heading-3 {
  text-transform: uppercase;
  font-family: benton-sans-wide, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
}

.heading-3.bold_color {
  font-size: 32px;
  font-weight: 700;
}

.heading-3.bold_color.terms {
  margin-top: 40px;
}

.paragraph {
  color: #1d1404b3;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: benton-sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
  text-decoration: none;
}

.paragraph.text-decoration-underline {
  text-decoration: underline;
}

.line-height-32 {
  height: 32px;
  display: flex;
  overflow: visible;
}

.bold_color {
  color: #1d1404;
  font-size: 22px;
}

.list {
  font-size: 20px;
}

.title__dash {
  background-color: #69b0ff;
  width: 35px;
  height: 2px;
  margin-right: 10px;
}

.paragraph-2 {
  color: #1b1f24cc;
  font-weight: 500;
  line-height: 28px;
}

.paragraph-2.wheel__cont {
  margin-top: 30px;
}

.main__heading {
  font-size: 48px;
  font-weight: 700;
  line-height: 64px;
}

.right__content {
  flex: 0 auto;
  justify-content: flex-end;
  width: 40%;
  display: flex;
}

.right__content.wheels {
  background-image: url('../images/protyre-home-page-tyre-stocking-man-flipped-4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 60%;
}

.image-10 {
  display: none;
}

.content__main {
  background-color: #e8f1fa;
  align-items: stretch;
  display: flex;
}

.seo__heading-2 {
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.div-block-7 {
  max-width: 70%;
}

.sub__heading {
  color: #1c2126b3;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.left__content {
  flex: 0 auto;
  justify-content: flex-end;
  width: 40%;
  max-width: none;
  margin-left: 0;
  padding: 100px 200px 100px 0;
  display: flex;
}

.bold-text-6 {
  color: var(--dark-chaco);
  text-decoration: none;
}

.link-7 {
  color: #523600b3;
  text-decoration: underline;
}

.link-7:hover {
  color: #523600;
}

.bold-text-7 {
  font-weight: 400;
}

.link-8 {
  color: #1d1404;
  text-decoration: underline;
}

.list-item-2 {
  font-size: 18px;
}

.list-item-3 {
  margin-bottom: 10px;
  font-size: 20px;
}

.stick {
  position: sticky;
  top: 90px;
}

.link-block-3, .link-block-4, .link-block-5 {
  text-decoration: none;
}

.link-block-6 {
  text-decoration: none;
  display: block;
}

.div-block-32 {
  height: auto;
  max-height: 40vh;
  overflow: auto;
}

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

.passenger {
  flex: 1;
  margin-right: 20px;
}

.div-block-33 {
  flex: 1;
}

.qoute__popup {
  z-index: 999999;
  background-color: #000000b3;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.tab-pane-tab-2 {
  max-height: 40vh;
}

.hire__wrap {
  display: flex;
}

.image-11 {
  width: 808px;
  max-width: none;
  height: 560px;
  position: absolute;
  right: -310px;
}

.image-11.inner {
  width: auto;
  height: auto;
  top: 0;
  bottom: 0;
  right: -360px;
}

.image-11.inner.airport {
  height: 827px;
}

.image-11.inner.corpo {
  height: 774px;
}

.image-11.inner.sports, .image-11.inner.school {
  height: 850px;
}

.sec__main {
  border-bottom: 1px solid #5236001a;
  margin-top: 0;
  position: static;
  top: -142px;
}

.sec__main.inner, .sec__main.inner__main {
  position: static;
}

.div-block-34 {
  z-index: 0;
  display: block;
  position: relative;
}

.top__forms {
  flex: none;
  margin-bottom: 20px;
  display: flex;
}

.second__form, .second__form.return.footer {
  display: block;
}

.div-block-35 {
  display: flex;
}

.div-block-36 {
  height: 20px;
}

.accordion-item-2 {
  border: 0 solid #cfcdcf;
  margin-bottom: 0;
  padding: 0;
  overflow: hidden;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

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

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.faq1_component {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.margin-bottom.margin-small {
  margin: 0 0 1.5rem;
}

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

.margin-bottom.margin-medium {
  margin: 0 0 2rem;
}

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

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

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

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

.faq1_list {
  border-bottom: 1px solid #52360033;
}

.faq1_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq1_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  border-top: 1px solid #52360033;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.faq1_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.faq1_answer {
  overflow: hidden;
}

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

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.heading-style-h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
}

.button {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}

.button.is-readmore {
  padding-left: 0;
  padding-right: 0;
}

.faq-ques {
  font-size: 1.125rem;
  font-weight: 400;
}

.faq-ans {
  font-size: .9rem;
  line-height: 1.5;
}

.faq-ans p {
  color: #1d1404b3;
  font-size: .9rem;
  line-height: 1.5;
}

.faq-ans a {
  color: #1d1404cc;
  font-size: 1rem;
}

.faq-ans li {
  color: #1d1404b3;
  font-size: 1rem;
  line-height: 1.5;
}

.corp_btn_readmore {
  color: #1d1404;
  font-size: 20px;
  text-decoration: none;
  display: block;
}

.corp_btn_readmore.read__less, .corp_btn_readmore.read__more {
  white-space: nowrap;
  display: block;
}

.corp_btn-readless {
  color: #1d1404;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.corp_btn-readless.read__less, .corp_btn-readless.read__more {
  white-space: nowrap;
  display: block;
}

.schools_btn_readmore {
  color: #1d1404;
  font-size: 20px;
  text-decoration: none;
  display: block;
}

.schools_btn_readmore.read__less, .schools_btn_readmore.read__more {
  white-space: nowrap;
  display: block;
}

.schools_btn-readless {
  color: #1d1404;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.schools_btn-readless.read__less, .schools_btn-readless.read__more {
  white-space: nowrap;
  display: block;
}

.footer_link {
  color: #ffffffb3;
  text-decoration: none;
}

.footer_link:hover {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .para {
    font-size: 18px;
    line-height: 28px;
  }

  .primary-btn {
    text-align: center;
    margin-bottom: 24px;
    display: inline-block;
  }

  .primary-btn.mb-20 {
    margin-bottom: 0;
  }

  .primary-btn.sitemap__btn {
    display: inline-block;
  }

  .primary-btn.confirm {
    display: block;
  }

  .nav__main {
    flex-direction: row-reverse;
  }

  .nav__main.sticky-cont {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .banner__search.innerpages {
    margin-bottom: 0;
  }

  .menu__btn {
    flex: 0 auto;
  }

  .logo {
    flex: 1;
  }

  .book-main, .service__links {
    display: none;
  }

  .banner-content {
    padding-top: 80px;
    padding-bottom: 210px;
  }

  .banner-content.inner.legal {
    padding-bottom: 80px;
  }

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

  .seo__heading.inner {
    text-align: center;
  }

  .seo__heading.inner.left__align {
    text-align: left;
  }

  .seo__divide.inner {
    margin-left: 0;
    margin-right: auto;
  }

  .seo__divide.inner.compa {
    margin-left: auto;
  }

  .seo__txt {
    font-size: 14px;
  }

  .banner__heading.text-center {
    margin-bottom: 32px;
  }

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

  .best__price {
    font-size: 20px;
  }

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

  .search__input {
    flex: 0 auto;
    margin-bottom: 24px;
  }

  .search__input.passenger.top, .search__input.date.datepicker.last {
    width: 100%;
  }

  .navbar__main {
    display: none;
  }

  .navigation {
    max-height: 100vh;
    left: auto;
    right: 0;
    overflow: auto;
  }

  .navbar {
    display: block;
    overflow: visible;
  }

  .nav-menu {
    display: block;
  }

  .nav-link {
    text-align: left;
    justify-content: flex-end;
    font-size: 18px;
    line-height: 22px;
    display: flex;
  }

  .nav__inner__main {
    padding-left: 47px;
    padding-right: 70px;
  }

  .nav__contact {
    text-align: right;
    padding-left: 47px;
    padding-right: 70px;
  }

  .bold-text {
    white-space: nowrap;
  }

  .main__section.secpad {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
  }

  .main__section.secpad.gradient.home {
    margin-top: 0;
  }

  .main__section.inner-content {
    position: static;
  }

  .heading__main.text__mob__center {
    text-align: center;
  }

  .heading__main.big {
    font-size: 40px;
  }

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

  .plans.inner {
    flex-direction: row;
    display: flex;
  }

  .plan.inner {
    text-align: center;
    flex: 0 auto;
    width: 29%;
    margin-bottom: 24px;
  }

  .plan__cont.comp__txt {
    text-align: left;
    font-size: 18px;
  }

  .plan__cont.comp__txt.loc {
    text-align: center;
  }

  .plan__cont.type__below__title {
    text-align: center;
    margin-bottom: 24px;
  }

  .main__content__wrapper.travel {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    display: block;
  }

  .main__content__wrapper.travel.inner {
    background-image: none;
    border: 0 solid #000;
    flex-direction: column;
    margin-top: 40px;
    display: flex;
  }

  .main__content__wrapper.travel.inner.airpot, .main__content__wrapper.travel.inner.school-right, .main__content__wrapper.travel.inner.about-right {
    background-image: none;
  }

  .travel__cont__top {
    flex-direction: row;
    justify-content: flex-start;
    height: auto;
    display: flex;
  }

  .left {
    align-self: flex-start;
    padding-right: 0;
  }

  .left.nopad-left {
    align-items: center;
  }

  .left.nopad-left.inner {
    padding-top: 60px;
  }

  .left.nopad-left.inner.about-left {
    align-items: center;
  }

  .right {
    order: -1;
    width: auto;
    display: none;
  }

  .comparison__btns {
    justify-content: center;
    align-items: center;
  }

  .image-5 {
    width: 100%;
    display: block;
  }

  .image-5.inner {
    order: 1;
  }

  .escape__left {
    max-width: 100%;
  }

  .escape__right {
    flex-wrap: nowrap;
    display: none;
    overflow: auto;
  }

  .escape__main {
    flex-direction: column;
  }

  .type {
    flex: none;
  }

  .group__title {
    width: 100%;
  }

  .group__arrow {
    display: none;
  }

  .group__slider {
    display: block;
  }

  .group__slider.ordinary-mobile {
    margin-top: 32px;
    display: block;
  }

  .mask.ordinary-mobile-section {
    overflow: auto;
  }

  .slide-nav {
    background-color: #e7000000;
    display: block;
    bottom: -64px;
  }

  .slide-nav.get {
    bottom: -56px;
  }

  .arrow__main.right__arrow, .arrow__main.left__arrow {
    display: none;
  }

  .slide {
    height: 100%;
  }

  .footer {
    flex-direction: column;
  }

  .ftr-col {
    margin-bottom: 40px;
  }

  .ftr-col.onlymob {
    display: block;
  }

  .ftr-col.onlydesk {
    display: none;
  }

  .ftr-col.last__item {
    margin-bottom: 0;
  }

  .ftr__nav__link {
    font-weight: 700;
  }

  .icon__main {
    display: none;
  }

  .contact__pad {
    padding-left: 0;
  }

  .accordion-item {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .div-block-29 {
    height: 25px;
  }

  .heading-2.accordion-heading {
    color: var(--white);
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
  }

  .accordion-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .sticky, .bg__patern.right {
    display: none;
  }

  .bg__patern.left {
    display: none;
    overflow: visible;
  }

  .banner__content {
    background-color: #fff9;
    justify-content: center;
    padding-left: 50px;
    padding-right: 50px;
  }

  .banner_main {
    background-position: 100% 54%;
    height: 460px;
  }

  .bold-text-5 {
    font-weight: 400;
    text-decoration: none;
  }

  .bnr__badge {
    display: none;
  }

  .bnr__badge.mob {
    margin: 30px auto;
    display: block;
  }

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

  .from__p.bnr__bdr__txt.hide-mob {
    display: none;
  }

  .main__section-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .main__section-2.top-banner {
    padding-left: 0;
    padding-right: 0;
  }

  .image-7 {
    max-width: 90%;
  }

  .bus-coaches {
    flex-flow: wrap;
    align-items: flex-start;
  }

  .coach {
    width: 50%;
  }

  .coach__title {
    font-size: 16px;
    line-height: 24px;
  }

  .coach__cont {
    font-size: 14px;
    line-height: 22px;
  }

  .sticky__brand {
    max-width: 70%;
  }

  .contact__wrap {
    flex-direction: column;
  }

  .call__main {
    justify-content: center;
    display: flex;
  }

  .paragraph {
    font-size: 18px;
    line-height: 32px;
  }

  .main__heading {
    font-size: 32px;
    line-height: 48px;
  }

  .right__content {
    order: -1;
    width: 100%;
  }

  .image-10 {
    white-space: normal;
    object-fit: none;
    display: block;
  }

  .content__main {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .div-block-7 {
    max-width: 100%;
  }

  .left__content {
    justify-content: flex-start;
    width: 100%;
    padding: 60px 50px;
  }

  .hire__wrap {
    display: none;
  }

  .sec__main.inner {
    flex-direction: column-reverse;
    display: flex;
    top: -114px;
  }

  .sec__main.inner__main {
    flex-direction: column-reverse;
    display: flex;
    position: static;
  }

  .top__forms {
    flex-direction: column;
    margin-bottom: 0;
  }

  .second__form {
    display: block;
    overflow: hidden;
  }

  .div-block-35 {
    flex-direction: column;
  }

  .accordion-item-2 {
    border-width: 0;
    padding: 0;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

  .heading-style-h2 {
    font-size: 2.75rem;
  }

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

  .heading-style-h4 {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 767px) {
  .feature-section {
    padding: 40px 20px;
  }

  .flex-container {
    flex-direction: column;
  }

  .feature-image-mask {
    margin-right: 0;
  }

  .feature-image {
    margin-left: auto;
    margin-right: auto;
  }

  .primary-btn {
    flex: 1;
  }

  .primary-btn.mb-20 {
    text-align: center;
    margin-bottom: 20px;
  }

  .secondary-btn {
    text-align: center;
  }

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

  .nav__main.sticky-cont {
    width: 100%;
  }

  .logo {
    flex: 1;
  }

  .banner-content {
    padding-top: 60px;
    padding-bottom: 190px;
  }

  .banner-content.inner.legal {
    padding-bottom: 60px;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .seo__txt, .seo__txt.text-center {
    font-size: 12px;
  }

  .banner__heading.text-center {
    padding-left: 0;
    padding-right: 0;
  }

  .banner__txt {
    font-size: 32px;
    line-height: 48px;
  }

  .banner__txt.ftr-banner.mb {
    font-size: 32px;
  }

  .tabs-content {
    padding-left: 24px;
    padding-right: 24px;
  }

  .tab-txt {
    font-size: 12px;
  }

  .navigation {
    width: 90%;
  }

  .popup-title {
    font-size: 32px;
  }

  .main__section.secpad {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading__main {
    font-size: 24px;
    line-height: 32px;
  }

  .heading__main.text__mob__center {
    font-size: 28px;
    line-height: 48px;
  }

  .heading__main.text__mob__center.text-center {
    line-height: 48px;
  }

  .heading__main.big {
    font-size: 28px;
  }

  .plans {
    flex-wrap: nowrap;
    overflow: auto;
  }

  .plans.inner {
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
  }

  .plan {
    flex: none;
    width: 80%;
    max-width: 317px;
    padding: 20px;
  }

  .plan.inner {
    background-color: var(--white);
    border-width: 1px;
    flex: none;
    width: 95%;
    max-width: 310px;
    padding: 30px;
  }

  .plan__cont.comp__txt {
    margin-bottom: 40px;
  }

  .plan__cont.comp__txt.loc.banner {
    font-size: 16px;
    line-height: 24px;
  }

  .plan__cont.or {
    display: none;
  }

  .left {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .left.nopad-left {
    padding-top: 60px;
  }

  .feature-image-mask-2 {
    margin-right: 0;
  }

  .comparison__btns {
    flex-direction: column;
    align-items: stretch;
  }

  .escape__right {
    display: none;
  }

  .type.group {
    max-width: none;
    margin-left: 5px;
    margin-right: 8px;
  }

  .group__slider.ordinary-mobile {
    display: block;
  }

  .slide-nav {
    font-size: 8px;
    bottom: -50px;
  }

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

  .ftr-col.last__item {
    margin-bottom: 0;
  }

  .accordion-content {
    padding-left: 0;
  }

  .accordion-item {
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-minus, .accordion-minus.plus, .accordion-minus.plus {
    left: auto;
    right: 0;
  }

  .heading-2.accordion-heading {
    font-size: 18px;
  }

  .accordion-wrapper {
    margin-left: 0;
  }

  .sticky {
    max-width: 100%;
    display: none;
  }

  .main-title {
    font-size: 40px;
  }

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

  .main__section-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .main__section-2.top-banner {
    padding-left: 0;
    padding-right: 0;
  }

  .coach {
    margin-bottom: 16px;
  }

  .sticky__brand {
    max-width: 70%;
  }

  .popup {
    width: 90%;
  }

  .paragraph {
    font-size: 16px;
    line-height: 28px;
  }

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

  .main__heading {
    font-size: 24px;
    line-height: 32px;
  }

  .sub__heading {
    font-weight: 500;
  }

  .left__content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .popup__divide {
    flex-direction: column;
  }

  .passenger {
    margin-right: 0;
  }

  .sec__main.inner {
    top: 0;
  }

  .accordion-item-2 {
    padding: 0;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .heading-style-h2 {
    font-size: 2.25rem;
  }

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

  .faq1_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .faq1_icon-wrapper {
    width: 1.75rem;
  }

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

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}

@media screen and (max-width: 479px) {
  .header-main.schools {
    margin-bottom: -214px;
  }

  .header-main.contact {
    background-position: 20% 20%;
    background-repeat: no-repeat;
  }

  .menu__btn {
    margin-left: 10px;
    padding: 10px;
  }

  .banner__txt {
    font-size: 24px;
    line-height: 38px;
  }

  .tab-link-tab-1, .tab-link-tab-1.w--current, .tab-link-tab-1.tab-link-tab-2 {
    padding: 8px 30px;
  }

  .best__price {
    font-size: 16px;
    line-height: 26px;
  }

  .need__help__text {
    font-size: 13px;
    line-height: 20px;
  }

  .close.basic {
    right: -9px;
  }

  .navigation {
    width: 100%;
    padding: 24px;
  }

  .popup-title {
    font-size: 24px;
  }

  .nav__inner__main {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 30px;
  }

  .nav__contact {
    padding-left: 10px;
    padding-right: 30px;
  }

  .team__on {
    font-size: 16px;
  }

  .nav__phone {
    font-size: 24px;
  }

  .heading__main.text__mob__center, .heading__main.text__mob__center.text-center {
    line-height: 40px;
  }

  .plan.inner {
    width: 80%;
  }

  .plan__title {
    text-align: center;
    line-height: 24px;
  }

  .plan__cont {
    text-align: center;
  }

  .plan__cont.ftr__copyright, .plan__cont.frt__contact {
    text-align: left;
  }

  .image-5 {
    margin-bottom: 0;
  }

  .escape__right {
    display: none;
  }

  .type {
    max-width: none;
    margin-left: 5px;
    margin-right: 5px;
  }

  .group__slider.ordinary-mobile {
    display: block;
  }

  .mask.ordinary-mobile-section {
    max-height: 50vh;
  }

  .slide-nav {
    bottom: -50px;
  }

  .slider, .slide {
    height: 100%;
    position: relative;
  }

  .banner__content {
    background-color: #ffffff80;
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner_main {
    background-position: 76%;
  }

  .bnr__badge.mob {
    width: 120px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .main__section-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main__section-2.top-banner {
    padding-left: 0;
    padding-right: 0;
  }

  .coach {
    width: 100%;
  }

  .popup {
    width: 90%;
    padding: 50px 24px 24px;
  }

  .contact__popup__submit {
    flex-direction: column;
  }

  .sec {
    margin-bottom: 24px;
  }

  .sec__main.inner {
    top: 0;
  }

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

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


