:root {
  --brown: #a42827;
  --black-3: #222;
  --steel-blue: #267fba;
  --white: white;
  --deep-sky-blue: #5cb5f0;
  --faded-blue: #f1faff;
  --ghost-white: #f3f2fa;
  --black-2: #333;
  --faintlining: #e9e9e9;
  --dim-grey: #535353;
  --white-2: #fafafa;
  --black: black;
  --silver: #b6b6b6;
  --light-sky-blue: #abddff;
  --white-smoke: #f4f4f4;
  --untitled-ui-primary700: #6941c6;
  --untitled-ui-gray900: #101828;
  --untitled-ui-primary100: #f4ebff;
  --untitled-ui-primary600: #7f56d9;
  --untitled-ui-gray600: #475467;
  --untitled-ui-gray50: #f9fafb;
  --untitled-ui-white: white;
  --untitled-ui-gray700: #344054;
  --untitled-ui-gray300: #d0d5dd;
  --untitled-ui-primary50: #f9f5ff;
  --untitled-ui-primary300: #d6bbfb;
  --untitled-ui-gray500: #667085;
  --waves-library-dark-elevation: #ede0d8;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

body {
  color: #333;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h3 {
  color: var(--brown);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
}

h4 {
  color: var(--brown);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
}

h6 {
  color: var(--brown);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #686868;
  text-align: left;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

a {
  color: var(--black-3);
  text-decoration: none;
}

li {
  color: #686868;
  font-size: 16px;
}

img {
  max-width: 100%;
  display: inline-block;
}

.navbar-1 {
  background-color: var(--brown);
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: none;
}

.nav-bar-wrap {
  width: 90%;
  color: var(--steel-blue);
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.brand-4 {
  height: 100%;
}

.logo-text {
  color: #20193a;
  margin-top: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 34px;
}

.nav-menu-2 {
  align-items: center;
  display: flex;
}

.nav-link-3 {
  color: #4f5e78;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 500;
}

.nav-link-3.hvr-pop {
  color: var(--white);
}

.nav-btn {
  background-color: var(--steel-blue);
  letter-spacing: 1px;
  border-radius: 4px;
  margin-left: 25px;
  font-size: 12px;
  font-weight: 500;
}

.footer {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.footer-content {
  background-color: #e3e3e3;
  justify-content: space-between;
  margin-top: 48px;
  margin-bottom: 120px;
  display: flex;
}

.footer-logo {
  margin-bottom: 10px;
}

.footer-text {
  color: var(--steel-blue);
  margin-top: 28px;
  font-family: Open Sans, sans-serif;
  line-height: 22px;
}

.footer-link {
  color: var(--deep-sky-blue);
  text-transform: none;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.section {
  padding-top: 90px;
  padding-bottom: 90px;
}

.section.header1 {
  display: none;
}

.section.header1.open {
  display: block;
}

.section.image {
  background-image: linear-gradient(rgba(92, 181, 240, .93), rgba(92, 181, 240, .93)), url('../images/small.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  display: block;
}

.section.image.hide {
  display: none;
}

.section.normal {
  background-color: #fff;
}

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

.section.light.team, .section.light.bloghide {
  display: none;
}

.section.image1 {
  background-image: linear-gradient(rgba(92, 181, 240, .95), rgba(92, 181, 240, .95)), url('../images/matt-duncan-IUY_3DvM__w-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.grey {
  background-color: #f1f1f1;
  background-image: linear-gradient(to bottom, var(--brown), var(--brown));
  background-position: 0 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.logos {
  padding-top: 5px;
  padding-bottom: 5px;
}

.section.bottom {
  padding-bottom: 50px;
}

.section.mqp {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.section.feedback {
  background-color: var(--black-2);
  padding-bottom: 50px;
}

.section.fleet {
  background-color: #e6f1f8;
}

.section.hide {
  display: none;
}

.section.footer {
  background-color: var(--deep-sky-blue);
}

.section.parallax {
  height: 600px;
  background-image: url('../images/PJM.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.section.colour {
  background-color: #e0f4fa;
}

.section.vehiclemainpage {
  background-color: #eeeff0;
}

.section.nopadding {
  background-color: #ebebeb;
}

.nav-menu-6 {
  align-items: center;
  display: flex;
}

.navlink-4 {
  color: #fff;
  font-weight: 500;
  transition: all .2s;
}

.navlink-4:hover {
  opacity: .41;
  border-style: none;
  border-bottom-width: 2px;
  border-bottom-color: #081b39;
}

.navlink-4.w--current {
  color: #081b39;
  font-weight: 700;
}

.navbar-4-container {
  max-width: 1300px;
  min-height: 80px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-4 {
  z-index: 0;
  width: 100%;
  min-height: 100px;
  background-color: var(--brown);
  align-items: center;
  padding-left: 55px;
  padding-right: 55px;
  display: flex;
}

.text-block-16 {
  color: #f6f8fd;
  font-size: 14px;
  display: inline-block;
}

.phone-menu-wrap {
  width: 100%;
  text-align: right;
  align-items: center;
  display: inline-block;
}

.contact-details-wrap {
  width: 100%;
}

.text-block-3 {
  color: rgba(246, 248, 253, .61);
  margin-left: 10px;
  font-size: 14px;
  display: inline-block;
}

.card-shadow {
  z-index: 1;
  background-color: #fff;
  border-radius: 8px;
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 15px;
  right: 15px;
}

.gear-icon-tab {
  text-shadow: none;
  position: absolute;
  top: 11px;
  left: 12px;
  box-shadow: 0 25px 15px rgba(0, 0, 0, .15);
}

.gear-icon-tab.opacity-0 {
  opacity: 0;
}

.tab-content {
  width: 100%;
  float: right;
  margin-top: 57px;
  display: block;
  position: static;
  overflow: visible;
}

.user-photo-squared {
  width: 95px;
  height: 95px;
  opacity: 0;
  text-shadow: none;
  border: 3px solid #fff;
  border-radius: 10px;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  box-shadow: 0 30px 15px rgba(0, 0, 0, .15);
}

.user-name {
  color: #fff;
  letter-spacing: .2px;
  text-shadow: none;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
}

.user-name.tab-name {
  text-shadow: 0 15px 6px rgba(0, 0, 0, .25);
}

.heading-2 {
  color: rgba(255, 255, 255, .8);
  letter-spacing: .4px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
}

.heading-2.tab-heading {
  text-shadow: 0 15px 6px rgba(0, 0, 0, .25);
}

.card_user {
  width: 265px;
  height: auto;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
  background-color: #399ee2;
  border-radius: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  display: inline-block;
  position: static;
  overflow: visible;
  transform: scale(.85);
  box-shadow: -2px 2px 10px rgba(48, 25, 131, .3);
}

.tab-content-block {
  perspective: 2000px;
  border: 2px rgba(68, 191, 255, .25);
  display: inline-block;
  position: relative;
}

.user-photo-alternative {
  width: 95px;
  height: 95px;
  opacity: 0;
  text-shadow: none;
  border: 3px solid #fff;
  border-radius: 30px;
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  box-shadow: 0 30px 15px rgba(0, 0, 0, .15);
}

.tab-link {
  width: auto;
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  display: block;
}

.tab-link.w--current {
  border: 1px solid var(--deep-sky-blue);
  box-shadow: none;
  color: var(--brown);
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 64px;
}

.tab-link.doublecab {
  background-image: url('../images/doublecable.png');
  background-position: 10%;
  background-repeat: no-repeat;
  background-size: 28px;
}

.background-color-small {
  width: 20px;
  height: 20px;
  background-color: #ba3182;
  margin-right: 10px;
  display: inline-block;
}

.background-color-small.indigo {
  background-color: #8026d6;
}

.background-color-small.blue-bg {
  background-color: #547ee5;
}

.card-icon-wrapper {
  z-index: 10;
  width: 50px;
  height: 50px;
  border: 2px solid rgba(68, 191, 255, .25);
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px;
  transition: border-color .5s;
  display: inline-block;
  position: relative;
}

.card-icon-wrapper:hover {
  border-width: 2px;
  border-color: rgba(68, 191, 255, .7);
}

.card-icon-wrapper.active-border {
  border-color: rgba(68, 191, 255, .9);
}

.user-photo {
  width: 95px;
  height: 95px;
  border: 3px solid #fff;
  border-radius: 56px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
}

.user-photo.category-photo {
  width: 20px;
  height: 20px;
  border-width: 2px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  box-shadow: 0 0 6px rgba(0, 0, 0, .5);
}

.user-photo.category-photo.squared {
  border-radius: 0;
}

.user-photo.category-photo.alternative {
  border-radius: 6px;
}

.user-photo.tab-photo {
  text-shadow: none;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  box-shadow: 0 30px 15px rgba(0, 0, 0, .15);
}

.message-icon-tab {
  opacity: 0;
  text-shadow: none;
  position: absolute;
  top: 11px;
  left: 12px;
  box-shadow: 0 25px 15px rgba(0, 0, 0, .15);
}

.message-icon-tab.full-opacity {
  opacity: 1;
}

.category-popup-text {
  display: inline-block;
}

.top-right-action-popup {
  z-index: 10;
  width: 200px;
  opacity: 1;
  background-color: #fff;
  border: 1px solid #d6d1e1;
  border-radius: 4px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: absolute;
  top: -40px;
  right: -224px;
  box-shadow: 0 10px 50px rgba(39, 21, 102, .1);
}

.detail-name {
  color: rgba(255, 255, 255, .7);
  text-shadow: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
}

.detail-name.tab-detail {
  text-shadow: 0 16px 6px rgba(0, 0, 0, .25);
}

.icon-types {
  z-index: 12;
  color: #222;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 18px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.icon-types:hover {
  background-color: #e9e9e9;
}

.detail {
  padding-left: 5px;
  padding-right: 5px;
  display: inline-block;
}

.refresh-icon-tab {
  opacity: 0;
  text-shadow: none;
  position: absolute;
  top: 11px;
  left: 12px;
  box-shadow: 0 25px 15px rgba(0, 0, 0, .15);
}

.new-message {
  width: 295px;
  height: 90px;
  float: right;
  position: relative;
}

.new-message.tab-img {
  width: auto;
  height: auto;
  text-shadow: none;
  box-shadow: 0 25px 15px rgba(0, 0, 0, .15);
}

.square-arrow {
  z-index: 6;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border-bottom: 1px solid #d6d1e1;
  border-right: 1px solid #d6d1e1;
  position: absolute;
  bottom: -19px;
  left: 50%;
  transform: rotate(45deg)translate(-50%);
}

.square-arrow.left-side {
  width: 22px;
  top: 50%;
  bottom: auto;
  left: -12px;
  transform: translate(0, -50%)rotate(135deg);
}

.square-arrow.right-side {
  width: 22px;
  top: 50%;
  bottom: auto;
  left: auto;
  right: -12px;
  transform: translate(0, -50%)rotate(-45deg);
}

.detail-number {
  color: #fff;
  text-shadow: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}

.detail-number.tab-number {
  text-shadow: 0 16px 6px rgba(0, 0, 0, .25);
}

.user-card-wrapper {
  z-index: 5;
  border: 2px solid rgba(68, 191, 255, .25);
  margin: -10px;
  padding: 10px;
  transition: all .5s;
  position: relative;
}

.user-card-wrapper:hover {
  border-color: rgba(68, 191, 255, .7);
}

.user-card-wrapper.active-border {
  border-color: rgba(68, 191, 255, .9);
}

.user-photo-types {
  z-index: 12;
  color: #222;
  text-align: left;
  padding: 8px 18px;
  text-decoration: none;
  transition: all .3s;
  display: block;
  position: relative;
}

.user-photo-types:hover {
  background-color: #e9e9e9;
}

.layer-detail {
  justify-content: space-between;
  margin-top: 20px;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.flex-expand {
  height: 1px;
  flex: 1;
}

.background-popup {
  z-index: 10;
  width: 200px;
  opacity: 1;
  background-color: #fff;
  border: 1px solid #d6d1e1;
  border-radius: 4px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: absolute;
  top: 50%;
  right: -250px;
  transform: translate(0, -50%);
  box-shadow: 0 10px 50px rgba(39, 21, 102, .1);
}

.user-photo-wrapper {
  width: 110px;
  height: 110px;
  border: 2px solid rgba(68, 191, 255, .25);
  margin-left: -10px;
  margin-right: -10px;
  padding: 0;
  transition: all .5s;
  display: inline-block;
  position: relative;
}

.user-photo-wrapper:hover {
  border-color: rgba(68, 191, 255, .7);
}

.user-photo-wrapper.active-border {
  border-color: rgba(68, 191, 255, .9);
}

.avatar-popup {
  z-index: 10;
  width: 200px;
  opacity: 0;
  background-color: #fff;
  border: 1px solid #d6d1e1;
  border-radius: 4px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: absolute;
  top: -130px;
  left: 50%;
  transform: translate(-50%);
  box-shadow: 0 10px 50px rgba(39, 21, 102, .1);
}

.top-left-action-popup {
  z-index: 10;
  width: 200px;
  opacity: 1;
  background-color: #fff;
  border: 1px solid #d6d1e1;
  border-radius: 4px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: absolute;
  top: -40px;
  left: -224px;
  box-shadow: 0 10px 50px rgba(39, 21, 102, .1);
}

.tab-menu {
  float: left;
  border: 1px solid var(--deep-sky-blue);
  border-radius: 70px;
  margin-top: 40px;
  padding: 13px;
  display: flex;
  position: static;
}

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

.tabs {
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  position: relative;
}

.tab-icon {
  width: 18px;
  margin-right: 10px;
}

.background-types {
  z-index: 12;
  color: #222;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 18px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.background-types:hover {
  background-color: #e9e9e9;
}

.div-block-2 {
  overflow: visible;
}

.div-block-2.bg_indigo {
  background-image: linear-gradient(325deg, #4e2bcc, #b620e0);
  overflow: visible;
  transform: scale(1);
}

.div-block-2.bg_indigo.tab-1 {
  z-index: 2;
  background-color: #7e26d5;
  background-image: none;
  padding-top: 10px;
  position: relative;
  transform: none;
}

.brand {
  height: 63px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.header-email-field {
  width: 300px;
  height: 52px;
  float: left;
  color: #fff;
  background-color: rgba(255, 255, 255, .2);
  border-style: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 20px;
  font-size: 16px;
}

.container {
  max-width: 1200px;
  justify-content: space-around;
  align-items: center;
}

.container.para {
  height: 100%;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container.page-title {
  height: 100%;
  justify-content: center;
  display: flex;
}

.newsletter-form {
  display: flex;
}

.logo-text-2 {
  color: #fff;
  text-transform: capitalize;
  margin-left: 10px;
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
}

.nav {
  z-index: 100;
  height: 67px;
  border-top: 4px none var(--brown);
  border-bottom: 4px solid var(--brown);
  background-color: var(--white);
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  padding-left: 92px;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.sign-up-button {
  background-color: var(--deep-sky-blue);
  opacity: .5;
  color: var(--brown);
  border: 1px solid #fff;
  border-radius: 5px;
  margin-top: 2px;
  margin-left: 5px;
  padding: 12px 20px;
  font-size: 15px;
  transition: all .2s;
}

.sign-up-button:hover {
  background-color: var(--steel-blue);
  opacity: 1;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0);
}

.hero-text {
  color: #fff;
  margin-top: 110px;
  margin-bottom: 50px;
  font-size: 48px;
  font-weight: 300;
  line-height: 1.13;
}

.menu {
  height: 63px;
  color: var(--steel-blue);
  border-bottom: 4px solid rgba(0, 0, 0, 0);
  margin-left: 5px;
  margin-right: 5px;
  padding: 15px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 400;
  transition: all .2s;
}

.menu:hover {
  border-bottom-color: var(--steel-blue);
  color: var(--brown);
}

.menu.w--current {
  height: 63px;
  border-bottom-style: none;
  border-bottom-color: var(--deep-sky-blue);
  color: var(--brown);
  font-family: Lato, sans-serif;
}

.menu.disabled {
  color: #dcdcdc;
}

.menu.hide {
  display: none;
}

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

.header-form-submit-button {
  background-color: #3dbdb6;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 15px 35px 14px;
  font-size: 15px;
  transition: all .2s;
}

.header-form-submit-button:hover {
  background-color: #30afa8;
}

.header {
  z-index: 1;
  height: 100vh;
  max-height: 1000px;
  background-color: #faf2f2;
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/toyota-hilux-2020-gallery-02-full_tcm-11-2017443.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  margin-top: -67px;
  padding-top: 67px;
  padding-left: 48px;
  padding-right: 48px;
  font-weight: 300;
  display: block;
  position: relative;
  overflow: hidden;
}

.vehicle_card {
  width: 100%;
  order: 0;
  align-self: auto;
  margin-bottom: 30px;
  padding-right: 15px;
}

.link_vehiclelink {
  height: 100%;
  border: 1px none var(--deep-sky-blue);
  box-shadow: none;
  background-color: #fff;
  border-radius: 10px;
  padding: 14px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.445, .05, .205, 1.539);
  display: block;
  position: relative;
  overflow: hidden;
}

.link_vehiclelink:hover {
  border-width: 1px;
  border-color: var(--brown);
  box-shadow: none;
  transform: translate(0, -20px);
}

.div_topinfo {
  justify-content: space-between;
  padding: 0 0 20px;
  display: flex;
}

.div_vehicleimg {
  height: 230px;
  text-align: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

.div_vehicleimg.coaster {
  background-image: url('../images/Coaster.jpg');
}

.div_vehicleimg.hilux2020 {
  background-image: url('../images/BN1_3556.jpg');
}

.div_vehicleimg.fortunergd6 {
  background-image: url('../images/IMG_1673-2.jpg');
}

.div_vehicleimg.fd4d {
  background-image: url('../images/fortuner.jpg');
}

.div_vehicleimg.hd4d {
  background-image: url('../images/5dd397fa740f617dd57db057_Main.jpg');
}

.div_vehicleimg.prado {
  background-image: url('../images/5dd3f066e9c81271d775493f_untitled-shoot-9191.jpg');
}

.div_vehicleimg.cruiser {
  background-image: url('../images/DSC00582.jpg');
}

.div_vehicleimg.bus {
  background-image: url('../images/IMG_1677-2.jpg');
}

.div_vehicleimg.corolla {
  background-image: url('../images/IMG_1686-2.jpg');
}

.div_vehicleimg.axio {
  background-image: url('../images/Toyota-Axio_.jpg');
}

.div_vehicleimg.fielder {
  background-image: url('../images/5df30ab701b6ef0a64254689_Toyota-Fielder.jpg');
}

.img_vehicle {
  padding-top: 0;
  padding-bottom: 15px;
  display: none;
  position: relative;
}

.section-2 {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 70px;
}

.vehicle_heading {
  width: 55%;
  height: 120px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-right: 5px;
  display: flex;
}

.vehicleinfo {
  width: 35%;
}

.car_type {
  color: var(--brown);
  margin-top: 0;
  margin-bottom: -1px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}

.vehicle_price {
  background-color: var(--deep-sky-blue);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 0 10px 10px;
  margin-top: 10px;
  padding: 5px 18px 6px 12px;
  font-weight: 700;
  display: inline-block;
}

.text-span {
  font-size: 11px;
}

.price {
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  display: inline;
}

.price.big {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.seats {
  opacity: 1;
}

.image {
  display: inline;
}

.txt_vehicle_info {
  color: var(--black-2);
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 400;
  display: inline;
}

.txt_vehicle_info.em {
  font-family: Great Vibes, cursive;
  font-style: italic;
}

.txt_vehicle_info.suffix {
  margin-left: 4px;
}

.vehiclename {
  color: var(--black-2);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.perday {
  font-family: Open Sans, sans-serif;
  font-size: 10px;
  display: inline;
}

.perday.big {
  font-size: 14px;
  font-weight: 600;
}

.currency {
  font-family: Open Sans, sans-serif;
  display: inline;
}

.currency.big {
  font-size: 18px;
  font-weight: 700;
}

.from {
  font-family: Open Sans, sans-serif;
  font-size: 12px;
}

.collection-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: start;
  justify-items: stretch;
  display: grid;
}

.body {
  font-family: Open Sans, sans-serif;
}

.car_wrapper {
  border: 1px solid var(--faintlining);
  padding: 0;
}

.div_vehicle_images {
  width: 60%;
  margin-right: 10px;
}

.div_vehicle_images.hide {
  display: block;
}

.div_vehicledetails {
  width: 40%;
  background-color: var(--white);
  padding: 18px;
  position: -webkit-sticky;
  position: sticky;
  top: 24px;
}

.div-block-5 {
  width: 100%;
  height: 400px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-6 {
  align-items: flex-start;
  display: flex;
}

.phone-number {
  color: var(--white);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  display: inline-block;
}

.tableddiv {
  margin-bottom: 3px;
}

.tableddiv.emp {
  margin-bottom: 0;
}

.tabs-menu-2 {
  background-color: #fff;
  border-bottom: 1px solid #cacaca;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.donwload_icon {
  width: 5%;
  margin-right: 5px;
}

.tab-link-2 {
  color: #000;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  border-left: 1px #e3e3d8;
  padding: 15px;
  font-weight: 400;
  transition: all .2s;
}

.tab-link-2:hover {
  color: #e3612f;
  border-bottom: 1px #ffb700;
}

.tab-link-2.w--current {
  color: #000;
  background-color: #fff;
  border-bottom: 2px solid #e3612f;
}

.phoneno {
  display: block;
}

.phoneno.inline {
  margin-left: 5px;
  display: inline-block;
}

.tabs-content {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 30px;
  padding-right: 15px;
  display: block;
}

.link_text {
  color: #00f;
  display: inline-block;
}

.link_text.w--current:hover {
  color: #e3612f;
}

.document_div {
  margin-bottom: 15px;
  display: flex;
}

.div_jd {
  margin-top: 10px;
}

.downloadfiles {
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-weight: 700;
  display: block;
}

.cms_static {
  color: #ffb700;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 700;
  display: inline-block;
}

.cms_static.emp {
  text-transform: uppercase;
  font-weight: 700;
}

.cms_inline {
  margin-left: 5px;
  display: inline-block;
}

.cms_inline.emp {
  text-transform: none;
  font-weight: 700;
}

.cms_inline.emp.link {
  color: #4a69e7;
}

.cms_inline.emp.link:hover {
  color: #ffb700;
}

.h4 {
  color: var(--brown);
}

.h4.othervehicles {
  margin-bottom: 0;
  font-weight: 600;
}

.innerdivider {
  width: 100%;
  height: 1px;
  background-color: #f3f3f3;
  margin-top: 10px;
  margin-bottom: 10px;
}

.tabs-2 {
  height: 100%;
  display: block;
  position: static;
}

.image-2 {
  color: #cdcc33;
  display: block;
}

.jd_title {
  color: #419645;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}

.body-2 {
  background-color: #fff;
}

.container-2 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.featurelist {
  margin-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  list-style-type: none;
}

.featurelist.vehiclepage {
  margin-right: 15px;
}

.featurelist.vehiclepage.hide {
  display: none;
}

.list {
  flex-flow: wrap;
  padding-left: 0;
  display: flex;
}

.txt_vehicle_info-2 {
  color: #333;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  display: inline;
}

.div_namedesc {
  width: 100%;
}

.div_price {
  height: 100%;
  background-color: var(--steel-blue);
  color: var(--white);
  padding: 5px;
}

.div_top {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.heading-3 {
  color: var(--brown);
  margin-top: 0;
  font-family: Open Sans, sans-serif;
}

.extra {
  background-image: url('../images/tick3.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 18px;
  margin-right: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 22px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
}

.collection-list-2 {
  flex-wrap: wrap;
  display: flex;
}

.div-block-7 {
  border-top: 1px solid #e9e9e9;
  padding-top: 10px;
  padding-bottom: 10px;
}

.paragraph.white {
  color: #fff;
}

.paragraph.cardesc {
  color: var(--dim-grey);
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
}

.paragraph.cardesc.hide {
  display: none;
}

.per-kilo {
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  display: inline;
}

.per-kilo.bold {
  color: var(--steel-blue);
  font-size: 16px;
  font-weight: 600;
}

.div_pricing {
  border-bottom: 1px solid var(--faintlining);
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 8px;
  padding-bottom: 24px;
  display: flex;
}

.faq02_container {
  max-width: 800px;
  margin-right: auto;
}

.faq02_click_wrap.hide {
  display: none;
}

.faq02_block {
  width: 100%;
  min-height: 70px;
  min-width: 400px;
  border-bottom: 1px none var(--ghost-white);
  background-color: var(--white-2);
  color: var(--brown);
  cursor: pointer;
  align-items: center;
  padding: 20px 30px 15px;
  transition: all .2s;
  display: flex;
  position: relative;
}

.faq02_block.faq02_middle_block {
  border-bottom-style: none;
  border-bottom-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.faq02-comment {
  background-color: #fff;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #e9e9e9;
  padding-right: 25px;
  overflow: hidden;
}

.faq02-comment.faq02_bottom_block {
  border-top-style: none;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.faq02_h6.noselect {
  color: var(--brown);
  text-transform: capitalize;
  color: #a42827;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.faq02_icon {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 5%;
}

.faq02_paragraph {
  margin-top: 14px;
  margin-left: 30px;
}

.faqs {
  padding-top: 39px;
  padding-bottom: 39px;
  display: block;
}

.common_container {
  text-align: left;
}

.div_sectionlabel {
  border-bottom: 1px solid var(--brown);
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-weight: 700;
}

.h3_sectionlabel {
  color: var(--brown);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
}

.wrapper_relateditems {
  border: 1px none var(--faintlining);
  padding: 0;
}

.collection-item {
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
}

.link_relatedvehicle {
  width: 100%;
  margin-bottom: 10px;
  text-decoration: none;
}

.div_relatedvehiclewrapper {
  border: 1px none var(--deep-sky-blue);
  padding: 0;
}

.div_relatedvehiclewrapper:hover {
  border-color: rgba(164, 40, 39, .38);
}

.div_relatedvehicleimg {
  height: 200px;
  background-color: var(--white);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div_relatedvehicleinfo {
  height: 100%;
  border-top: 1px solid var(--faintlining);
  background-color: #eff3f7;
  padding: 3px 10px 10px;
}

.close-2 {
  z-index: 15;
  width: 40px;
  height: 40px;
  color: #fff;
  cursor: pointer;
  background-color: #bfa69a;
  background-image: url('../images/Close.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  border-radius: 55px;
  padding-top: 6px;
  padding-bottom: 14px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.modal-bg {
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: #333;
}

.checkout_itemname {
  color: #ff8100;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 15px;
  line-height: 32px;
  display: block;
}

.modal-container {
  z-index: 3;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.modal-container._1 {
  z-index: 500;
  display: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.modal {
  z-index: 2147483647;
  width: 75%;
  max-height: 600px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  overflow: scroll;
  transform: translate(0, -50%);
}

.h3_form {
  border-bottom: 1px solid #bababa;
  margin-top: 10px;
}

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

.field-label {
  text-transform: uppercase;
}

.field-label.inline {
  display: inline-block;
}

.text-block-15 {
  color: #ff8100;
  margin-bottom: 10px;
  font-style: italic;
  display: block;
}

.textfield {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--black);
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 20px;
}

.orderformheader {
  color: #db3134;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.modal-title {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  display: block;
}

.txt_itemreference-code {
  color: #ff8100;
  letter-spacing: 2px;
  font-weight: 700;
  display: inline;
}

.txt_itemreference {
  text-transform: none;
  font-weight: 400;
  display: inline;
}

.submit-button-2 {
  text-align: left;
}

.div_sku {
  text-align: center;
  border: 1px solid #ec1e20;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px;
}

.transferpayment-info {
  background-color: rgba(237, 237, 237, .54);
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 10px;
}

.button_book {
  padding: 20px;
}

.modal-wrapper {
  display: none;
}

.modal-closer {
  z-index: 5;
  background-color: rgba(0, 0, 0, .69);
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.close-icon {
  z-index: 20;
  width: 25px;
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 30px;
}

.html-embed {
  display: none;
}

.div-block-17 {
  height: 90px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.slider {
  width: 100%;
}

.navbar-container {
  z-index: 99;
  width: 100%;
  padding-top: 18px;
  padding-bottom: 18px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.wrapper {
  z-index: 3;
  width: 100%;
  height: 100%;
  max-width: 1272px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 36px;
  padding-right: 36px;
  position: relative;
}

.wrapper.full-height {
  z-index: 1;
  max-width: 1200px;
  padding-left: 0;
  padding-right: 0;
}

.heroinfo {
  width: 50%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
  position: relative;
}

.heading-4 {
  color: #fff;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.text-block-17 {
  max-width: 486px;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 90px;
  font-weight: 800;
  line-height: 72px;
}

.footer-menu {
  display: flex;
}

.footer-links-large {
  border-right: 1px solid var(--white);
  flex-direction: column;
  margin-right: 36px;
  padding-right: 36px;
  display: flex;
}

.div-block-18 {
  width: 100%;
  max-width: 100%;
  padding-left: 92px;
}

.nav-menu-7 {
  display: flex;
}

.call {
  height: 63px;
  background-color: var(--brown);
  flex: 0 auto;
  order: 0;
  align-self: auto;
  padding: 15px;
  position: relative;
}

.phone {
  flex-wrap: wrap;
  display: block;
  position: relative;
}

.icon {
  height: 100%;
  display: inline-block;
  position: relative;
}

.iconimg {
  margin-right: 8px;
  position: relative;
}

.container-4 {
  background-color: var(--white);
}

.div-section-title {
  text-align: center;
  margin-bottom: 28px;
}

.h1_sectiontitle {
  color: var(--steel-blue);
  text-transform: uppercase;
  font-size: 44px;
}

.h1_sectiontitle.no-cps {
  color: var(--brown);
  text-transform: none;
  margin-top: 0;
}

.p_centred {
  color: var(--black-3);
  text-align: center;
}

.p_centred.intro {
  font-size: 16px;
  font-weight: 300;
}

.div_wrapper {
  display: flex;
}

.content1-image {
  height: 340px;
  border-radius: 8px;
  margin-bottom: 30px;
}

.content1-image.content1-image3 {
  height: 93px;
  border-bottom: 1px solid var(--silver);
  background-image: url('../images/people.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50px;
  border-radius: 0;
  margin-bottom: 0;
}

.content1-image.content1-image1 {
  height: 93px;
  border-bottom: 1px solid var(--silver);
  background-image: url('../images/car.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50px;
  border-radius: 0;
  margin-bottom: 0;
  padding-top: 21px;
  padding-bottom: 21px;
  display: block;
}

.content1-image.content1-image2 {
  height: 93px;
  border-bottom: 1px solid var(--silver);
  background-image: url('../images/Ethics.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50px;
  border-radius: 0;
  margin-bottom: 0;
}

.content1-image.content1-image_tsandcs {
  width: 30%;
  height: auto;
  border-bottom: 1px none var(--silver);
  background-image: url('../images/2393036-256.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 210px;
  border-radius: 0;
  margin-bottom: 0;
  display: block;
}

._4-col {
  width: 300px;
  border: 1px solid var(--silver);
  text-align: center;
  border-radius: 4px;
  margin-right: 20px;
  display: none;
}

._4-col._4-col-last {
  margin-right: 0;
  display: none;
}

.decoline {
  width: 30px;
  height: 2px;
  background-color: #d2d2d2;
  margin: 20px auto;
}

.content1-items {
  align-items: stretch;
  display: flex;
}

.content1-item-description {
  padding: 20px;
}

.text-14 {
  line-height: 24px;
}

.text-14.text-14-60 {
  opacity: .6;
  color: var(--black);
  opacity: .6;
}

.sectiondesign {
  background-color: #f6fbff;
  padding: 70px 20px;
}

.h3 {
  color: var(--brown);
  text-transform: uppercase;
  margin-top: 0;
  font-weight: 700;
}

.footer-3-links {
  margin-bottom: 20px;
  margin-right: -20px;
  padding-right: 0;
}

.footer-3-wrap {
  width: 1200px;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-3 {
  background-color: var(--brown);
  padding: 60px 5% 10px;
  display: block;
}

.footer-3-col-2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.row-5 {
  height: auto;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: stretch;
  display: flex;
}

.footer-3-link {
  color: var(--white);
  margin-left: 19px;
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.footer-3-link:hover {
  color: #501111;
}

.footer-3-link.hide {
  display: none;
}

.footer-3-col {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-3-line {
  height: 1px;
  background-color: #8e2221;
  margin-top: 10px;
  margin-bottom: 10px;
}

.footer-3-button {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.footer-3-copywrite {
  color: #3d0d0c;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  display: flex;
}

.footer-3-para {
  color: var(--light-sky-blue);
  text-align: right;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 23px;
  display: flex;
}

.footer-3-para.normal {
  flex-direction: row;
}

.slider-2 {
  width: 100%;
  height: 100%;
  background-color: var(--brown);
}

.slide {
  height: 100%;
  padding: 17px;
}

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

.slide-2 {
  height: 100%;
  padding: 15px;
}

.slide-nav {
  display: none;
}

.client_title {
  font-style: italic;
  display: block;
}

.client_name {
  color: var(--deep-sky-blue);
  margin-top: 20px;
  font-style: italic;
  display: block;
}

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

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

.div-block-19 {
  margin-bottom: 60px;
  display: none;
}

.herov4 {
  width: 100%;
  height: 100%;
  align-items: center;
  display: flex;
}

.heroimage {
  width: 65%;
  height: 100%;
  text-align: center;
  background-image: url('../images/LandingPageImg_4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: relative;
}

.pagewrapper {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.p_landingparagraph {
  color: #fff;
  margin-top: 14px;
  margin-bottom: 14px;
  font-size: 24px;
  line-height: 30px;
}

.button {
  background-color: var(--deep-sky-blue);
  padding: 15px 20px;
  font-size: 16px;
}

.button.hero {
  border: 1px solid var(--deep-sky-blue);
  transition: all .35s;
}

.button.hero:hover {
  border: 1px solid var(--deep-sky-blue);
  color: var(--deep-sky-blue);
  background-color: rgba(0, 0, 0, 0);
}

.wrap {
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  text-transform: capitalize;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.bg_image {
  height: 140%;
  min-height: 60vh;
  opacity: .16;
  background-image: url('../images/untitled-shoot-9014.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.section-5 {
  z-index: 1;
  background-color: var(--steel-blue);
  padding: 120px 48px;
  display: none;
  position: relative;
  overflow: hidden;
}

.pageinfo {
  max-width: 800px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.testimonials {
  width: 100%;
  height: auto;
  background-color: rgba(221, 221, 221, 0);
}

.div-block-20 {
  z-index: 2;
  max-width: 670px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin: 48px auto;
  display: flex;
  position: relative;
}

.paragraph-2 {
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
}

.testimonialdivider {
  width: 100px;
  height: 2px;
  background-color: #13486a;
  margin-top: 8px;
  margin-bottom: 24px;
}

.testimoinalperson {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: 12px;
  display: flex;
}

.name {
  color: var(--white);
  text-transform: uppercase;
  font-weight: 700;
}

.nametitle {
  color: #fff;
}

.nametitle.firm {
  background-color: var(--white);
  color: var(--brown);
  padding: 4px;
}

.left {
  width: 72px;
  height: 72px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 20px;
  top: 0;
  bottom: 0;
  left: 0;
}

.slide-nav-2 {
  display: none;
}

.right-arrow-2 {
  width: 72px;
  height: 72px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 20px;
  top: 0;
  bottom: 0;
  right: 0;
}

.book {
  display: block;
}

.book.hide {
  display: none;
}

.section-6 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.extraimages {
  padding-left: 10px;
}

.div_extraimages {
  height: 100px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.lightbox-link {
  width: 100%;
}

.div-block-21 {
  text-align: left;
  margin-top: 10px;
}

.collection-list-5 {
  text-align: left;
  justify-content: center;
  align-items: center;
  display: flex;
}

.detail-paragraph {
  text-align: left;
}

.detail-paragraph.subpage {
  margin-bottom: 0;
  font-weight: 500;
  line-height: 24px;
  display: none;
}

.detail-paragraph.below-title {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 19px;
  font-weight: 400;
  line-height: 24px;
  display: block;
}

.page-title {
  color: var(--white);
  font-size: 55px;
  font-weight: 900;
  line-height: 54px;
}

.hero-section {
  height: 100vh;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(219, 219, 219, .1);
  background-image: url('../images/shutterstock_547703413987_1.png'), linear-gradient(rgba(255, 255, 255, .3), rgba(255, 255, 255, .3));
  background-position: 79% 72%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 35%, auto;
  padding-top: 13%;
}

.hero-section.about-us {
  height: auto;
  background-image: url('../images/About.jpg');
  background-position: 50% 67%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 200px;
  padding-bottom: 130px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-section.about-us.licensing {
  height: auto;
  background-color: var(--ghost-white);
  background-image: linear-gradient(rgba(92, 181, 240, .82), rgba(92, 181, 240, .82)), url('../images/untitled-shoot-9012.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 120px;
  padding-bottom: 120px;
}

.container-5 {
  z-index: 1;
  width: 1200px;
  max-width: 100%;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
  position: relative;
}

.container-5.about-section {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.about-hero-block {
  z-index: 1;
  width: 75%;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.content5-headline-wrapper {
  padding-right: 80px;
}

.text-16 {
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
}

.text-16.text-16-60 {
  opacity: .6;
  opacity: .6;
  font-size: 14px;
  line-height: 24px;
}

._6-col {
  width: 460px;
  margin-right: 20px;
  display: inline-block;
}

._6-col._6-col-last {
  margin-right: 0;
}

.wrap-2 {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wrap-2.w80-50-start {
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 50px;
  display: flex;
}

.wrap-2.w50-80 {
  padding-top: 50px;
  padding-bottom: 80px;
  display: none;
}

.wrap-2.w80-50 {
  padding-top: 20px;
  padding-bottom: 50px;
}

.wrap-2.w80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.content5-description {
  margin-top: 18px;
}

.h1-jumbo {
  color: var(--brown);
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 32px;
  font-weight: 700;
  line-height: 70px;
}

.content2-jumbonumber {
  opacity: .2;
  font-size: 100px;
  font-weight: 300;
  line-height: 120px;
}

.headline-6-col {
  width: 100%;
  margin-bottom: 50px;
}

.decoline-2 {
  width: 30px;
  height: 2px;
  background-color: #d2d2d2;
  margin-top: 20px;
  margin-bottom: 20px;
}

.content2-items {
  align-items: flex-start;
  display: flex;
}

._3-col {
  width: 220px;
  margin-right: 20px;
  display: inline-block;
}

._3-col._3-col-last {
  margin-right: 0;
}

.card {
  width: 300px;
  border-radius: 10px;
  display: inline-block;
  box-shadow: 0 9px 20px -16px rgba(0, 0, 0, .2);
}

.card._4-col-last {
  margin-right: 0;
  display: inline-block;
}

.card._33 {
  width: 32%;
  background-color: #fff;
  margin-bottom: 20px;
  padding: 36px 36px 26px;
}

.feature5-item-wrap {
  padding-right: 30px;
}

.tagline {
  opacity: .6;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-left: 1px solid #333;
  margin-bottom: 20px;
  padding-left: 10px;
  font-size: 14px;
}

.tagline.team1-position {
  color: var(--brown);
  margin-top: -6px;
}

.tagline.normalcaps {
  text-transform: none;
}

.feature5-row-wrap {
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.text-20 {
  opacity: 1;
  color: var(--deep-sky-blue);
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.heading-5 {
  color: var(--brown);
}

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

.list-2 {
  width: 100%;
  column-count: 4;
  column-rule-style: none;
}

.client {
  margin-bottom: 5px;
  font-size: 16px;
}

.team1-people-row {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}

.team1-person {
  padding-right: 20px;
}

.team1-image {
  width: 120px;
  height: 120px;
  background-image: linear-gradient(rgba(17, 18, 18, .1), rgba(17, 18, 18, .1));
  border-radius: 8px;
  margin-bottom: 20px;
}

.team1-image.team1-image5, .team1-image.team1-image1, .team1-image.team1-image3, .team1-image.team1-image6, .team1-image.team1-image7, .team1-image.team1-image2, .team1-image.team1-image8 {
  background-image: url('../images/Person-Pic-62x.jpg'), linear-gradient(rgba(17, 18, 18, .1), rgba(17, 18, 18, .1));
  background-position: 0 0, 0 0;
  background-size: 125px, auto;
}

.heading-6 {
  color: var(--deep-sky-blue);
}

.button-2 {
  color: var(--black-2);
  background-color: #ededed;
  padding: 14px 30px;
  font-weight: 700;
}

.disabled {
  color: var(--brown);
  font-size: 10px;
}

.tab-link-3 {
  width: auto;
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  display: block;
}

.tab-link-3.w--current {
  box-shadow: none;
  color: #a42827;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border: 1px solid #5cb5f0;
  border-radius: 64px;
}

.faq-col-left {
  width: 50%;
  height: 100%;
  min-height: 500px;
  padding-right: 25px;
}

.faq-header {
  color: #3d5169;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}

.faq-header.noselect {
  color: var(--brown);
  font-size: 16px;
  font-weight: 600;
}

.faq-comment-wrap {
  height: 100%;
  border: 1px solid #000;
  padding-top: 20px;
  overflow: hidden;
}

.flex-wrap {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.faq-block {
  width: 100%;
  min-height: 80px;
  min-width: 400px;
  border: 1px solid var(--brown);
  cursor: pointer;
  border-radius: 10px;
  align-items: center;
  padding: 20px 30px;
  transition: all .2s;
  display: flex;
}

.faq-block:hover {
  box-shadow: none;
}

.faq-paragraph {
  color: #9b9eb8;
  margin-left: 30px;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
}

.faq-main-wrap {
  margin-bottom: 20px;
}

.faq-icon-wrap {
  width: 30px;
  height: 30px;
  border: 1px solid var(--deep-sky-blue);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
  display: flex;
}

.faq-col-right {
  width: 50%;
  min-height: 500px;
  padding-left: 25px;
}

.section-7 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.tabs-3 {
  display: flex;
}

.tabs-menu-3 {
  width: 30%;
  height: 100%;
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: var(--faintlining);
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.tabs-content-2 {
  width: 70%;
  border: 1px solid var(--faintlining);
}

.tab-link-tab-1 {
  background-color: var(--white-2);
  color: var(--dim-grey);
  border-bottom: 1px solid #efefef;
  font-weight: 700;
}

.tab-link-tab-1.w--current {
  border-left: 4px solid var(--deep-sky-blue);
  background-color: var(--steel-blue);
  color: var(--white);
  font-weight: 700;
}

.tab-link-tab-1.last {
  border-bottom-style: none;
}

.bold {
  color: var(--steel-blue);
  font-weight: 700;
}

.paragraph-4 {
  text-align: left;
}

.div-block-22 {
  width: 70%;
}

.div-block-23 {
  width: 100%;
  padding-top: 0;
  padding-bottom: 22px;
}

.alert {
  background-color: #c5d0de;
  border-radius: 4px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 16px;
  display: flex;
  position: relative;
}

.alert.error-alert {
  background-color: #f85359;
}

.alert.neutral-alert {
  background-color: var(--deep-sky-blue);
  border-radius: 10px 10px 0 0;
  margin-bottom: 15px;
  display: flex;
}

.alert-content {
  flex-grow: 1;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 700;
  position: relative;
}

.alert-icon {
  margin-top: -2px;
  margin-right: 12px;
  display: inline-block;
  position: absolute;
  top: 4px;
  bottom: 0;
  left: 0;
}

.alert-message {
  color: #fff;
  line-height: 21px;
  display: inline-block;
}

.alert-close-wrapper {
  width: 8px;
  height: 100%;
  margin-top: -3px;
}

.close-alert {
  transition: opacity .2s;
}

.close-alert:hover {
  opacity: .8;
}

.div-block-24 {
  border: 1px solid var(--faintlining);
  margin-top: 30px;
  padding: 35px;
}

.heading-7 {
  color: var(--brown);
  text-transform: uppercase;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  line-height: 34px;
}

.paragraph-5 {
  margin-bottom: 30px;
}

.heading-8 {
  margin-bottom: 30px;
  display: block;
}

.div-block-25.hide {
  display: none;
}

._1-1-1 {
  width: 35%;
  margin-right: 30px;
}

._1-1-1._20 {
  width: 20%;
}

._1-1-2 {
  width: 65%;
  padding: 14px;
}

._1-1-2._80 {
  width: 80%;
}

.recap {
  margin-top: 20px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0);
}

.div-block-28 {
  margin-bottom: 60px;
  padding-top: 22px;
  padding-bottom: 22px;
  display: flex;
}

.tabs-content-3 {
  width: 70%;
  border: 1px solid #e9e9e9;
}

.faq02_block-2 {
  width: 100%;
  min-height: 70px;
  min-width: 400px;
  color: #a42827;
  cursor: pointer;
  background-color: #fafafa;
  border-bottom: 1px #f3f2fa;
  align-items: center;
  padding: 20px 30px 15px;
  transition: all .2s;
  display: flex;
  position: relative;
}

.faq02_block-2.faq02_middle_block {
  border-bottom-style: none;
  border-bottom-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.tabs-menu-4 {
  width: 30%;
  height: 100%;
  border: 1px solid #e9e9e9;
  border-right-style: none;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.bold-2 {
  color: #267fba;
  font-weight: 700;
}

.tab-link-tab-1-2 {
  color: #535353;
  background-color: #fafafa;
  border-bottom: 1px solid #efefef;
  font-weight: 700;
}

.tab-link-tab-1-2.w--current {
  color: #fff;
  background-color: #267fba;
  border-left: 4px solid #5cb5f0;
  font-weight: 700;
}

.tab-link-tab-1-2.last {
  border-bottom-style: none;
}

.dropdown-toggle {
  color: var(--steel-blue);
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  font-size: 15px;
}

.dropdown-toggle:hover {
  color: var(--brown);
}

.dropdown {
  height: 63px;
}

.dropdown-list {
  margin-left: -2px;
}

.dropdown-list.w--open {
  background-color: var(--deep-sky-blue);
  margin-left: 5px;
}

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

.dropdownlink:hover {
  background-color: var(--steel-blue);
}

.dropdownlink.w--current:visited {
  color: #1c6596;
}

.text-field {
  border: 1px solid #e2e4e9;
  border-radius: 4px;
  margin-bottom: 5px;
}

.formbox {
  border-bottom: 1px solid var(--white-smoke);
  display: flex;
}

.formbox.last {
  border-bottom-style: none;
}

.div_callback {
  border: 1px none var(--faintlining);
  background-color: #fff;
  border-radius: 20px;
  margin-top: 30px;
  padding: 63px;
  display: flex;
}

.grid-7 {
  grid-column-gap: 25px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.left-arrow-2 {
  display: none;
}

.slider-3 {
  height: 100%;
  background-color: rgba(221, 221, 221, 0);
  justify-content: center;
  align-items: center;
  display: none;
}

.icon-4 {
  margin-top: 0;
  margin-bottom: 0;
}

.client_logo {
  width: auto;
  padding-left: 0;
  padding-right: 0;
}

.client_logo.cmk {
  width: 80%;
}

.client_logo.undp {
  width: 75%;
}

.client_logo.care {
  width: 80%;
}

.right-arrow-3 {
  display: none;
}

.mask-2 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.div_center-button {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog2-article-details {
  margin-bottom: 10px;
}

.blog2-article-cover {
  height: 230px;
  background-image: linear-gradient(#f1f1f1, #f1f1f1);
  border-radius: 8px;
  margin-bottom: 25px;
}

.blog2-article-cover.blog2-article-content1 {
  background-image: url('../images/sacha-styles-769064-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
}

.btn {
  float: none;
  color: #fff;
  text-align: center;
  background-color: #1991eb;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 11px 25px;
  line-height: 24px;
  transition: color .2s, box-shadow .2s, background-color .2s, transform .4s;
  display: inline-block;
}

.btn:hover {
  color: #fff;
  background-color: #1386dd;
  border-color: #0c6eb8;
  transform: translate(0, -2px);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}

.btn:active {
  transform: translate(0, -1px);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}

.collection-item-2 {
  width: 50%;
  flex-wrap: wrap;
  margin-bottom: 20px;
  display: flex;
}

.lightbox-link-2 {
  display: block;
}

.div-block-29 {
  padding-bottom: 50px;
}

.div-block-30 {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.form-block {
  width: 50%;
  border: 1px solid var(--ghost-white);
  padding: 20px;
}

.div-block-31 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.contactdetails {
  margin-bottom: 10px;
  padding-left: 20px;
}

.contactdetails.email {
  background-image: url('../images/if_07_111026.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 30px;
}

.contactdetails.phone {
  background-image: url('../images/if_11_111022.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
}

.contactdetails.location {
  background-image: url('../images/location.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
}

.overvehicles_or {
  color: var(--steel-blue);
  font-weight: 700;
}

.support-button {
  background-color: var(--deep-sky-blue);
  color: var(--white);
  margin-left: 5px;
  margin-right: 5px;
  padding: 4px 12px;
  text-decoration: none;
  display: inline-block;
}

.text-block-18 {
  color: var(--deep-sky-blue);
  font-weight: 600;
  display: inline;
}

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

.body-3 {
  font-family: Open Sans, sans-serif;
}

.in_p_bold {
  color: var(--steel-blue);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.link-2 {
  font-family: Open Sans, sans-serif;
}

.link-3 {
  color: var(--steel-blue);
  text-decoration: none;
}

.vehiclecomment {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 10px;
}

.commentdiv {
  border-top: 1px solid #e9e9e9;
}

.commentdiv.hide {
  display: none;
}

.tabs-4 {
  flex-direction: column;
  display: flex;
}

.productpageproduct {
  height: 450px;
  text-align: center;
  background-color: #ebebeb;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.productpageproduct.hgd6._1 {
  background-image: url('../images/BN1_3556.jpg');
}

.productpageproduct.hgd6._2 {
  background-image: url('../images/BN1_3568.jpg');
}

.productpageproduct.hgd6._3 {
  background-image: url('../images/BN1_3563.jpg');
}

.productpageproduct.hgd6._4 {
  background-image: url('../images/BN1_3569.jpg');
}

.productpageproduct.fgd6._1 {
  background-image: url('../images/IMG_1673-2.jpg');
}

.productpageproduct.fgd6._2 {
  background-image: url('../images/IMG_1682-2.jpg');
}

.productpageproduct.fgd6._3 {
  background-image: url('../images/IMG_1691.jpg');
}

.productpageproduct.fgd6._4 {
  background-image: url('../images/DSC00571.jpg');
}

.productpageproduct.fgd6._5 {
  background-image: url('../images/IMG_1694.jpg');
}

.productpageproduct.fd4d._1 {
  background-image: url('../images/fortuner.jpg');
}

.productpageproduct.fd4d._2 {
  background-image: url('../images/IMG_1682-2.jpg');
}

.productpageproduct.fd4d._3 {
  background-image: url('../images/IMG_1691.jpg');
}

.productpageproduct.fd4d._4 {
  background-image: url('../images/DSC00571.jpg');
}

.productpageproduct.fd4d._5 {
  background-image: url('../images/IMG_1694.jpg');
}

.productpageproduct.fd4d.one {
  background-image: url('../images/fortuner.jpg');
}

.productpageproduct.fd4d.three {
  background-image: url('../images/5df30a67d6a5f926b2c6917b_Toyota-Fortuner-2.jpg');
}

.productpageproduct.fd4d.four {
  background-image: url('../images/5df30a66be804b1cb9847754_Toyota-Fortuner-3.jpg');
}

.productpageproduct.fd4d.five {
  background-image: url('../images/5df30a67d6a5f907d4c6917a_Toyota-fortuner.jpg');
}

.productpageproduct.fd4d._1 {
  background-image: url('../images/IMG_1673-2.jpg');
}

.productpageproduct.fd4d._2 {
  background-image: url('../images/5dd38d67740f61c2197d7cca_Interior.jpg');
}

.productpageproduct.fd4d._3 {
  background-image: url('../images/IMG_1691.jpg');
}

.productpageproduct.fd4d._4 {
  background-image: url('../images/DSC00571.jpg');
}

.productpageproduct.fd4d._5 {
  background-image: url('../images/IMG_1694.jpg');
}

.productpageproduct.hiluxd4d {
  background-image: url('../images/5dd397fa740f617dd57db057_Main.jpg');
}

.productpageproduct.hiluxd4d._1 {
  background-image: url('../images/fortuner.jpg');
}

.productpageproduct.hiluxd4d._2 {
  background-image: url('../images/IMG_1682-2.jpg');
}

.productpageproduct.hiluxd4d._3 {
  background-image: url('../images/IMG_1691.jpg');
}

.productpageproduct.hiluxd4d._4 {
  background-image: url('../images/DSC00571.jpg');
}

.productpageproduct.hiluxd4d._5 {
  background-image: url('../images/IMG_1694.jpg');
}

.productpageproduct.hiluxd4d.one {
  background-image: url('../images/fortuner.jpg');
}

.productpageproduct.hiluxd4d.three {
  background-image: url('../images/5df309c7be804bb8a28474bf_Toyota-Hilux.jpg');
}

.productpageproduct.hiluxd4d.four {
  background-image: url('../images/5df30a66be804b1cb9847754_Toyota-Fortuner-3.jpg');
}

.productpageproduct.hiluxd4d.five {
  background-image: url('../images/5df30a67d6a5f907d4c6917a_Toyota-fortuner.jpg');
}

.productpageproduct.hiluxd4d.two {
  background-image: url('../images/5df309c7014f24112bac6885_Toyota-Hilux-2.jpg');
}

.productpageproduct.prado._1 {
  background-image: url('../images/fortuner.jpg');
}

.productpageproduct.prado._2 {
  background-image: url('../images/IMG_1682-2.jpg');
}

.productpageproduct.prado._3 {
  background-image: url('../images/IMG_1691.jpg');
}

.productpageproduct.prado._4 {
  background-image: url('../images/DSC00571.jpg');
}

.productpageproduct.prado._5 {
  background-image: url('../images/IMG_1694.jpg');
}

.productpageproduct.prado.one {
  background-image: url('../images/5dd3f066e9c81271d775493f_untitled-shoot-9191.jpg');
}

.productpageproduct.prado.three {
  background-image: url('../images/5dd3f07c0203a528f25f2169_closeup-p-500.jpeg');
}

.productpageproduct.prado.four {
  background-image: url('../images/5df30a66be804b1cb9847754_Toyota-Fortuner-3.jpg');
}

.productpageproduct.prado.five {
  background-image: url('../images/5df30a67d6a5f907d4c6917a_Toyota-fortuner.jpg');
}

.productpageproduct.prado.two {
  background-image: url('../images/5dd3f06b22bee132bc492826_interior-p-500.jpeg');
}

.productpageproduct.j70._1 {
  background-image: url('../images/fortuner.jpg');
}

.productpageproduct.j70._2 {
  background-image: url('../images/IMG_1682-2.jpg');
}

.productpageproduct.j70._3 {
  background-image: url('../images/IMG_1691.jpg');
}

.productpageproduct.j70._4 {
  background-image: url('../images/DSC00571.jpg');
}

.productpageproduct.j70._5 {
  background-image: url('../images/IMG_1694.jpg');
}

.productpageproduct.j70.one {
  background-image: url('../images/DSC00582.jpg');
}

.productpageproduct.j70.three {
  background-image: url('../images/BN1_3660.jpg');
}

.productpageproduct.j70.four {
  background-image: url('../images/5df30a66be804b1cb9847754_Toyota-Fortuner-3.jpg');
}

.productpageproduct.j70.five {
  background-image: url('../images/5df30a67d6a5f907d4c6917a_Toyota-fortuner.jpg');
}

.productpageproduct.j70.two {
  background-image: url('../images/DSC00597.jpg');
}

.productpageproduct.cor._1 {
  background-image: url('../images/BN1_3556.jpg');
}

.productpageproduct.cor._2 {
  background-image: url('../images/BN1_3568.jpg');
}

.productpageproduct.cor._3 {
  background-image: url('../images/BN1_3563.jpg');
}

.productpageproduct.cor._4 {
  background-image: url('../images/BN1_3569.jpg');
}

.productpageproduct.cor.one {
  background-image: url('../images/IMG_1686-2.jpg');
}

.productpageproduct.cor.two {
  background-image: url('../images/IMG_1706.jpg');
}

.productpageproduct.cor.three {
  background-image: url('../images/IMG_1708.jpg');
}

.productpageproduct.axio.one {
  background-image: url('../images/Toyota-Axio-2.jpg');
}

.productpageproduct.axio.two {
  background-image: url('../images/Toyota-Axio_in.jpg');
}

.productpageproduct.axio.three {
  background-image: url('../images/Toyota-Axio_.jpg');
}

.productpageproduct.fielder {
  background-image: url('../images/5df30ab701b6ef0a64254689_Toyota-Fielder.jpg');
}

.productpageproduct.fielder.one {
  background-image: url('../images/Toyota-Axio-2.jpg');
}

.productpageproduct.fielder.two {
  background-image: url('../images/Toyota-Axio_in.jpg');
}

.productpageproduct.fielder.three {
  background-image: url('../images/Toyota-Axio_.jpg');
}

.tabsmenu {
  width: 100%;
  background-color: #fff;
  justify-content: center;
  padding: 10px 13px;
  display: flex;
}

.tablink {
  width: 18%;
  height: 100px;
  opacity: .5;
  filter: grayscale();
  background-color: rgba(0, 0, 0, 0);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px solid rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-left: .5%;
  margin-right: .5%;
  padding: 0;
  transition: all .2s;
}

.tablink:hover {
  opacity: .75;
  filter: none;
}

.tablink.w--current {
  height: 100px;
  border-style: none none solid;
  border-width: 1px 1px 3px;
  border-color: var(--steel-blue);
  background-color: var(--white);
  opacity: 1;
  filter: none;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0;
  padding: 0;
  line-height: 14px;
  overflow: hidden;
}

.tablink.coaster.w--current {
  background-image: url('../images/Coaster.jpg');
}

.tablink.hgd6._1 {
  background-image: url('../images/BN1_3556.jpg');
}

.tablink.hgd6._2 {
  background-image: url('../images/BN1_3568.jpg');
}

.tablink.hgd6._3 {
  background-image: url('../images/BN1_3563.jpg');
}

.tablink.hgd6._4 {
  background-image: url('../images/BN1_3569.jpg');
}

.tablink.fgd6._1 {
  background-image: url('../images/IMG_1673-2.jpg');
}

.tablink.fgd6._2 {
  background-image: url('../images/IMG_1682-2.jpg');
}

.tablink.fgd6._6 {
  background-image: url('../images/IMG_1691.jpg');
}

.tablink.fgd6._4 {
  background-image: url('../images/DSC00571.jpg');
}

.tablink.fgd6._5 {
  background-image: url('../images/IMG_1694.jpg');
}

.tablink.fd4d._1 {
  background-image: url('../images/fortuner.jpg');
}

.tablink.fd4d._2 {
  background-image: url('../images/5dd38d67740f61c2197d7cca_Interior.jpg');
}

.tablink.fd4d._6 {
  background-image: url('../images/IMG_1691.jpg');
}

.tablink.fd4d._4 {
  background-image: url('../images/DSC00571.jpg');
}

.tablink.fd4d._5 {
  background-image: url('../images/IMG_1694.jpg');
}

.tablink.fd4d.three {
  background-image: url('../images/5df30a67d6a5f926b2c6917b_Toyota-Fortuner-2.jpg');
}

.tablink.fd4d.four {
  background-image: url('../images/5df30a66be804b1cb9847754_Toyota-Fortuner-3.jpg');
}

.tablink.fd4d.five {
  background-image: url('../images/5df30a67d6a5f907d4c6917a_Toyota-fortuner.jpg');
}

.tablink.fd4d.two {
  background-image: url('../images/5dd38d67740f61c2197d7cca_Interior.jpg');
}

.tablink.fgd6-copy._1 {
  background-image: url('../images/fortuner.jpg');
}

.tablink.fgd6-copy._2 {
  background-image: url('../images/IMG_1682-2.jpg');
}

.tablink.fgd6-copy._6 {
  background-image: url('../images/IMG_1691.jpg');
}

.tablink.fgd6-copy._4 {
  background-image: url('../images/DSC00571.jpg');
}

.tablink.fgd6-copy._5 {
  background-image: url('../images/IMG_1694.jpg');
}

.tablink.hiluxd4d._1 {
  background-image: url('../images/fortuner.jpg');
}

.tablink.hiluxd4d._2 {
  background-image: url('../images/IMG_1682-2.jpg');
}

.tablink.hiluxd4d._6 {
  background-image: url('../images/IMG_1691.jpg');
}

.tablink.hiluxd4d._4 {
  background-image: url('../images/DSC00571.jpg');
}

.tablink.hiluxd4d._5 {
  background-image: url('../images/IMG_1694.jpg');
}

.tablink.hiluxd4d.one {
  background-image: url('../images/5dd397fa740f617dd57db057_Main.jpg');
}

.tablink.hiluxd4d.two {
  background-image: url('../images/5df309c7014f24112bac6885_Toyota-Hilux-2.jpg');
}

.tablink.hiluxd4d.three {
  background-image: url('../images/5df309c7be804bb8a28474bf_Toyota-Hilux.jpg');
}

.tablink.prado._1 {
  background-image: url('../images/fortuner.jpg');
}

.tablink.prado._2 {
  background-image: url('../images/IMG_1682-2.jpg');
}

.tablink.prado._6 {
  background-image: url('../images/IMG_1691.jpg');
}

.tablink.prado._4 {
  background-image: url('../images/DSC00571.jpg');
}

.tablink.prado._5 {
  background-image: url('../images/IMG_1694.jpg');
}

.tablink.prado.one {
  background-image: url('../images/5dd3f066e9c81271d775493f_untitled-shoot-9191.jpg');
}

.tablink.prado.two {
  background-image: url('../images/5dd3f06b22bee132bc492826_interior-p-500.jpeg');
}

.tablink.prado.three {
  background-image: url('../images/5dd3f07c0203a528f25f2169_closeup-p-500.jpeg');
}

.tablink.j70._1 {
  background-image: url('../images/fortuner.jpg');
}

.tablink.j70._2 {
  background-image: url('../images/IMG_1682-2.jpg');
}

.tablink.j70._6 {
  background-image: url('../images/IMG_1691.jpg');
}

.tablink.j70._4 {
  background-image: url('../images/DSC00571.jpg');
}

.tablink.j70._5 {
  background-image: url('../images/IMG_1694.jpg');
}

.tablink.j70.one {
  background-image: url('../images/DSC00582.jpg');
}

.tablink.j70.two {
  background-image: url('../images/DSC00597.jpg');
}

.tablink.j70.three {
  background-image: url('../images/BN1_3660.jpg');
}

.tablink.quantum {
  background-image: url('../images/IMG_1677-2.jpg');
}

.tablink.cor._1 {
  background-image: url('../images/BN1_3556.jpg');
}

.tablink.cor._2 {
  background-image: url('../images/BN1_3568.jpg');
}

.tablink.cor._3 {
  background-image: url('../images/BN1_3563.jpg');
}

.tablink.cor._4 {
  background-image: url('../images/BN1_3569.jpg');
}

.tablink.cor.one {
  background-image: url('../images/IMG_1686-2.jpg');
}

.tablink.cor.two {
  background-image: url('../images/IMG_1706.jpg');
}

.tablink.cor.three {
  background-image: url('../images/IMG_1708.jpg');
}

.tablink.axio.one {
  background-image: url('../images/Toyota-Axio-2.jpg');
}

.tablink.axio.two {
  background-image: url('../images/Toyota-Axio_in.jpg');
}

.tablink.axio.three {
  background-image: url('../images/Toyota-Axio_.jpg');
}

.tablink.fielder.one.w--current {
  background-image: url('../images/5df30ab701b6ef0a64254689_Toyota-Fielder.jpg');
}

.tablink.fd4d._1 {
  background-image: url('../images/IMG_1673-2.jpg');
}

.tablink.fd4d._2 {
  background-image: url('../images/IMG_1682-2.jpg');
}

.tablink.fd4d._6 {
  background-image: url('../images/IMG_1691.jpg');
}

.tablink.fd4d._4 {
  background-image: url('../images/DSC00571.jpg');
}

.tablink.fd4d._5 {
  background-image: url('../images/IMG_1694.jpg');
}

.tablink.fd4d.one {
  background-image: url('../images/fortuner.jpg');
}

.vehicleimage, .tablink_img {
  width: 100%;
}

.image-section {
  border: 16px solid #fff;
}

.image-section.hero {
  height: 100vh;
  background-color: #194d77;
  position: relative;
}

.hero-slider {
  height: 100%;
}

.slider-arrow {
  z-index: 5;
  width: 56px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  margin: auto auto auto 40px;
  transition: border .2s;
  display: flex;
  top: 0;
  left: 0;
  right: 100%;
}

.slider-arrow.arrow-left {
  bottom: 48px;
}

.slider-arrow.arrow-right {
  top: 48px;
}

.slide-nav-3 {
  display: none;
}

.slide-1 {
  background-image: linear-gradient(rgba(25, 77, 119, .5), rgba(25, 77, 119, .5)), url('../images/untitled-shoot-9177.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.wrapper_new {
  max-width: 1200px;
}

.wrapper_new.slide-wrapper {
  height: 100%;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.wrapper_new.hero-bottom-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.slide-content {
  width: 50%;
  color: #fff;
  margin-right: 16.66%;
  padding: 40px 15px;
}

.hero-txt {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  line-height: 28px;
}

.hero-bottom {
  z-index: 3;
  padding-left: 40px;
  padding-right: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.content-wrapper {
  width: 100%;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.content-wrapper._400 {
  height: 400px;
  align-items: center;
}

.content-wrapper.centrealign {
  align-items: center;
}

.content-wrapper.vert {
  flex-direction: column;
}

.button-tertiary {
  color: var(--brown);
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.layout245_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.button-secondary {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: .75rem 1.5rem;
}

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

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

.button-row {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

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

.button-tertiary_icon {
  width: 1rem;
  height: 1rem;
  margin-left: .5rem;
}

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

.margin-bottom.margin-small.hide {
  display: none;
}

.margin-bottom.margin-huge, .margin-bottom.margin-xxlarge {
  margin-bottom: 60px;
}

.margin-bottom.margin-medium {
  margin-bottom: 20px;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

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

.text-size-medium.text-weight-bold {
  display: none;
}

.layout245_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: flex;
}

.text-weight-semibold {
  color: var(--deep-sky-blue);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
}

.text-weight-semibold.white {
  color: #fff;
}

.heading-medium {
  color: var(--steel-blue);
  font-family: Lato, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
}

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

.layout245_item {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  padding: 42px;
}

.button-wrapper {
  margin-top: 1rem;
  margin-right: 1rem;
}

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

.logo3_logo {
  max-height: 4.6rem;
}

.logo3_logo.larger {
  max-height: 6.5rem;
}

.logo3_logo.larger.x2 {
  max-height: 8rem;
}

.logo3_logo.smaller {
  max-height: 3.5rem;
}

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

.logo3_wrapper.hide {
  display: none;
}

.logo3_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  white-space: nowrap;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  justify-items: start;
  margin-right: 2rem;
  display: grid;
}

.logo3_component {
  display: flex;
}

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

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

.section-logo3 {
  overflow: hidden;
}

.heading-xsmall {
  color: var(--brown);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

.testimonial11_arrow {
  width: 3rem;
  height: 3rem;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.testimonial11_arrow.left {
  padding: 0;
  right: 4rem;
}

.testimonial11_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

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

.testimonial11_rating-wrapper {
  display: none;
}

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

.margin-vertical.margin-medium {
  margin-bottom: 20px;
}

.testimonial11_client {
  text-align: left;
  align-items: center;
  display: flex;
}

.testimonial11_mask {
  width: 50%;
  overflow: visible;
}

.testimonial11_component {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 6rem;
  overflow: hidden;
}

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

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

.testimonial11_content {
  height: 210px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.testimonial11_slide {
  padding-right: 4rem;
}

.testimonial11_logo {
  max-height: 5rem;
}

.testimonial11_logo.large {
  max-height: 6.5rem;
}

.testimonial11_rating-icon {
  width: 1.25rem;
  height: 1.25rem;
  color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.paragraph-6 {
  margin-bottom: 0;
}

.testifier.name {
  color: var(--black);
  font-weight: 700;
}

.testifier.dzina {
  color: var(--brown);
  margin-bottom: 0;
  font-weight: 700;
}

.testifier.title {
  margin-bottom: 0;
}

.testifier.org {
  color: var(--steel-blue);
  font-size: 14px;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.contact11_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 60px;
  display: grid;
  position: relative;
  overflow: visible;
}

.form-checkbox-label {
  margin-bottom: 0;
}

.field-label-2 {
  margin-bottom: .5rem;
  font-weight: 400;
}

.form-field-wrapper {
  position: relative;
}

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

.contact11_content {
  position: -webkit-sticky;
  position: sticky;
  top: 109px;
}

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

.form-input {
  height: auto;
  min-height: 2.75rem;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input:focus {
  border-color: #000;
}

.form-input::-ms-input-placeholder {
  color: rgba(0, 0, 0, .6);
}

.form-input::placeholder {
  color: rgba(0, 0, 0, .6);
}

.form-input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.contact11_contact-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.error-text {
  color: #e23939;
}

.text-weight-semibold-3 {
  color: var(--white);
  font-weight: 600;
}

.success-message {
  background-color: rgba(0, 0, 0, 0);
  padding: 1.5rem;
}

.button-3 {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: .75rem 1.5rem;
}

.success-text {
  font-weight: 600;
}

.form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.form-checkbox-icon {
  width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  min-width: 1.125rem;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form-checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form-checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.text-style-link-2 {
  color: var(--brown);
  text-transform: none;
  font-size: 16px;
  text-decoration: none;
}

.map {
  height: 500px;
}

.footer3_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  align-items: flex-start;
  justify-items: start;
  display: flex;
}

.line-divider {
  width: 100%;
  height: 1px;
  background-color: #fff;
  margin-top: 60px;
  margin-bottom: 17px;
}

.footer3_legal-link {
  font-size: .875rem;
}

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

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

.social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.text-size-small {
  color: #fff;
  font-size: .875rem;
}

.footer3_logo-link {
  float: none;
  padding-left: 0;
}

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

.footer3_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: start;
}

.footer3_credit-text {
  color: var(--deep-sky-blue);
  font-size: .875rem;
}

.footer3_link {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.footer3_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  align-items: start;
  justify-items: start;
  display: grid;
}

.footer3_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.footer3_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.footer3_menu-wrapper {
  grid-column-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.parallax-text-wrapper {
  width: 65%;
}

.big-para-txt {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 78px;
}

.big-para-txt.mid {
  color: var(--dim-grey);
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

.navigation-container-full {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  min-height: auto;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  display: flex;
}

.button-4 {
  background-color: #02676b;
  border-radius: 10px;
  padding: 16px 32px;
  transition: all .35s;
}

.button-4:hover {
  background-color: #025c5f;
}

.button-4.button-space {
  border: 1px solid var(--deep-sky-blue);
  background-color: var(--deep-sky-blue);
  border-radius: 0;
  margin-left: 20px;
}

.button-4.button-space:hover {
  border: 1px solid var(--deep-sky-blue);
  background-color: var(--white);
  color: var(--deep-sky-blue);
}

.nav-menu {
  width: auto;
  height: 100%;
  color: #3f0a3d;
  align-items: center;
  display: flex;
}

.nav06 {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.logo-2 {
  width: 200px;
}

.navigation-contact {
  align-items: center;
  display: flex;
}

.detail-icon {
  margin-right: 5px;
}

.navigation-top {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  min-height: auto;
  border-bottom: 1px solid #ececec;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 35px;
  display: flex;
}

.brand-5 {
  margin-right: 20px;
  padding: 12px;
}

.nav-link {
  margin-left: 0;
  margin-right: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 15px;
  transition: all .35s;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--brown);
}

.navigation-detail {
  color: #02676b;
  font-size: 15px;
  display: flex;
}

.navigation-detail.detail-left {
  margin-right: 20px;
}

.contact-link {
  color: var(--steel-blue);
}

.heading-9 {
  color: #fff;
  font-size: 44px;
  font-weight: 300;
  line-height: 52px;
}

.link-4 {
  color: var(--white);
}

.footer-block-right {
  width: 50%;
  padding-left: 45px;
}

.footer-title-2 {
  color: #fff;
  margin-bottom: 22px;
  font-size: 17px;
  font-weight: 400;
}

.footer-column {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
}

.footer-wrapper {
  align-items: center;
  display: flex;
}

.footer-wrapper.hide {
  display: none;
}

.container-7 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.secondary-link-dark {
  color: #1e2833;
  margin-right: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.footer-flex-wrap {
  height: 100%;
  align-items: stretch;
  display: flex;
}

.text-rights {
  color: #005790;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.footer-bottom-full {
  border: 1px #000;
  border-top: 1px solid rgba(21, 28, 52, .09);
  justify-content: space-between;
  padding-top: 60px;
  display: flex;
}

.footer-block-left {
  width: 50%;
  padding-right: 45px;
}

.line-break-2 {
  width: 1px;
  height: 100%;
  min-height: 150px;
  background-color: rgba(21, 28, 52, .09);
}

.footer-link-dark {
  color: #1e2833;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.page-title-section {
  height: 360px;
  background-image: url('../images/Main-parallax-img.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.page-title-section.vehicles {
  background-image: url('../images/main-home-parallax-2.jpg');
}

.content-div._50 {
  width: 48%;
}

.content-div._50.aboutimg {
  height: 400px;
  background-image: url('../images/toyota-hilux-2020-gallery-02-full_tcm-11-2017443.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.values-div {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.separator-horix {
  width: 40px;
  height: 4px;
  background-color: var(--brown);
  margin-top: 11px;
  margin-bottom: 11px;
}

.div-block-34 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-35 {
  width: 50%;
  height: 500px;
  background-image: url('../images/airport.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  padding: 26px;
}

.div-block-36 {
  width: 45%;
}

.div-block-37 {
  background-color: var(--faded-blue);
  border-radius: 10px;
  padding: 0;
}

.div-block-38 {
  padding: 0 20px 20px;
}

.dropdown-list-2 {
  background-color: #b8a1a1;
}

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

.uui-contact07_map {
  height: 100%;
  overflow: hidden;
}

.uui-contact07_map-placeholder {
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.uui-contact07_map-wrapper {
  width: 100%;
  height: 35rem;
  margin-top: 4rem;
  position: relative;
}

.uui-text-style-link-02 {
  color: var(--untitled-ui-primary700);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.uui-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xxsmall {
  color: var(--untitled-ui-gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.icon-featured-large {
  width: 3rem;
  height: 3rem;
  background-color: var(--untitled-ui-primary100);
  color: var(--untitled-ui-primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-contact07_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.uui-contact07_item {
  display: flex;
}

.uui-contact07_contact-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.uui-text-size-large {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-subheading {
  color: var(--untitled-ui-primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

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

.uui-contact07_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-padding-vertical-xhuge {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-section_contact07 {
  background-color: var(--untitled-ui-gray50);
}

.error-text-2 {
  color: #e23939;
}

.error-message-2 {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.success-text-2 {
  font-weight: 600;
}

.success-message-2 {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-primary600);
  background-color: var(--brown);
  color: var(--untitled-ui-white);
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button:hover {
  border-color: var(--brown);
  color: var(--brown);
  text-transform: uppercase;
  background-color: #fff;
  font-size: 16px;
}

.uui-button:focus {
  background-color: var(--untitled-ui-primary600);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--untitled-ui-primary100);
}

.uui-form-button-wrapper {
  flex-direction: column;
  margin-top: .5rem;
  display: flex;
}

.uui-text-style-link {
  color: var(--untitled-ui-gray600);
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link:hover {
  color: var(--untitled-ui-gray700);
}

.uui-form-checkbox-label {
  color: var(--untitled-ui-gray700);
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-form-checkbox-icon {
  width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  min-width: 1.25rem;
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  cursor: pointer;
  border-radius: .375rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .75rem;
  transition: all .3s;
}

.uui-form-checkbox-icon:hover {
  border-color: var(--untitled-ui-primary600);
  background-color: var(--untitled-ui-primary50);
}

.uui-form-checkbox-icon.w--redirected-checked {
  border-width: 1px;
  border-color: var(--untitled-ui-primary600);
  background-color: var(--untitled-ui-primary50);
  box-shadow: none;
  background-image: url('../images/check.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .875rem .875rem;
  background-attachment: scroll;
  border-radius: .25rem;
}

.uui-form-checkbox-icon.w--redirected-focus {
  border-color: var(--untitled-ui-primary600);
  background-color: var(--untitled-ui-primary50);
  box-shadow: 0 0 0 4px var(--untitled-ui-primary100);
  border-radius: .25rem;
}

.uui-form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.uui-form_input {
  height: auto;
  min-height: 2.75rem;
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray900);
  border-radius: .5rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-form_input:focus {
  border-color: var(--untitled-ui-primary300);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--untitled-ui-primary100);
  color: var(--untitled-ui-gray900);
}

.uui-form_input::-ms-input-placeholder {
  color: var(--untitled-ui-gray500);
}

.uui-form_input::placeholder {
  color: var(--untitled-ui-gray500);
}

.uui-form_input.text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.uui-field-label {
  color: var(--untitled-ui-gray700);
  margin-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-form-field-wrapper {
  position: relative;
}

.uui-contact03_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-contact03_form-wrapper {
  flex-direction: column;
  align-items: stretch;
}

.uui-contact03_icon-wrapper {
  color: var(--untitled-ui-primary600);
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.uui-contact03_item {
  align-items: center;
  display: flex;
}

.uui-contact03_contact-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3rem;
  display: grid;
}

.uui-contact03_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  text-transform: uppercase;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.div-block-39 {
  flex-direction: column;
  display: flex;
}

.waves---paragraph-regular {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 130%;
}

.waves---heading-3-no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves-icon-64 {
  width: 64px;
  height: 64px;
}

.waves---mg-bottom-16 {
  margin-bottom: 16px;
}

.waves-tile-contact-3 {
  grid-row-gap: 16px;
  background-color: var(--waves-library-dark-elevation);
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  padding: 40px 24px;
  display: flex;
}

.waves-grid-contact-3 {
  grid-column-gap: 32px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 64px;
}

.waves---paragraph-big {
  font-size: 20px;
  line-height: 130%;
}

.waves---heading-2-no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---center-heading {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---main-container {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-medium {
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-40 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footlinked {
  color: var(--light-sky-blue);
}

.divider {
  color: #f05b5a;
  margin-left: 4px;
  margin-right: 4px;
  font-weight: 400;
}

.collection-item-extra.hide {
  display: none;
}

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

.image-3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.inline-link {
  color: var(--steel-blue);
  text-decoration: underline;
}

.text-block-19 {
  text-align: center;
  font-size: 26px;
  line-height: 30px;
}

.div-block-41 {
  height: 300px;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-4 {
  width: 100px;
}

.text-span-2 {
  color: var(--deep-sky-blue);
  margin-bottom: 40px;
  font-size: 34px;
  font-weight: 700;
  display: inline-block;
}

html.w-mod-js [data-ix="fade-in-on-scroll"] {
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .nav-menu-2 {
    background-color: var(--steel-blue);
    text-align: left;
    padding-bottom: 40px;
  }

  .nav-btn {
    background-color: var(--deep-sky-blue);
    margin-left: 20px;
  }

  .menu-button {
    color: var(--white);
  }

  .menu-button.w--open {
    background-color: var(--deep-sky-blue);
  }

  .footer-logo {
    width: 160px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .nav-menu-6 {
    background-color: var(--steel-blue);
    margin-top: 0;
    margin-bottom: 12px;
    padding-bottom: 25px;
  }

  .menu-button-3.w--open {
    background-color: var(--deep-sky-blue);
    color: #fff;
  }

  .icon-2 {
    color: #fff;
  }

  .navbar-4 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .phone-menu-wrap {
    margin-top: 15px;
    margin-left: 0;
    padding-left: 20px;
  }

  .brand {
    height: 100%;
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

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

  .nav {
    clear: none;
    flex-wrap: nowrap;
    padding-left: 30px;
    display: block;
  }

  .menu {
    height: auto;
    border-bottom-width: 1px;
    border-bottom-color: rgba(0, 0, 0, 0);
  }

  .menu.w--current {
    height: auto;
    border-bottom: 1px none var(--white);
  }

  .menu.w--current:hover {
    border-bottom-style: none;
  }

  .header {
    height: auto;
    max-height: none;
    padding-left: 8px;
    padding-right: 8px;
  }

  .vehicle_card {
    width: 100%;
  }

  .collection-list {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-template-columns: 1fr 1fr;
  }

  .car_wrapper {
    padding: 10px;
  }

  .div_vehicle_images {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .div_vehicledetails {
    width: 100%;
    position: relative;
    top: auto;
  }

  .div-block-5 {
    height: 280px;
  }

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

  .featurelist {
    padding-top: 0;
  }

  .div_namedesc {
    width: 100%;
  }

  .common_container {
    padding-bottom: 0;
  }

  .wrapper_relateditems {
    padding: 10px;
  }

  .collection-item {
    width: 33%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .modal {
    height: 95vh;
    max-height: none;
  }

  .wrapper {
    height: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .heroinfo {
    width: 100%;
    align-items: center;
    margin-bottom: 40px;
    padding-left: 20%;
    padding-right: 20%;
  }

  .text-block-17 {
    text-align: center;
    margin-bottom: 5px;
  }

  .nav-menu-7 {
    background-color: var(--ghost-white);
    align-items: stretch;
  }

  .call {
    height: auto;
    background-color: rgba(0, 0, 0, 0);
  }

  .h1_sectiontitle.no-cps {
    text-align: left;
  }

  .content1-image.content1-image2 {
    background-position: 50% 62%;
  }

  .content1-image.content1-image_tsandcs {
    background-position: 50% 0;
    background-size: auto;
  }

  ._4-col {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 20px;
    display: inline-block;
  }

  ._4-col._4-col-last {
    margin-bottom: 0;
    margin-right: auto;
  }

  .decoline {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .content1-items {
    flex-direction: row;
    margin-bottom: -30px;
  }

  .content1-item-description {
    text-align: center;
    margin-bottom: 30px;
    padding-right: 20px;
  }

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

  .h3.blog {
    text-align: left;
  }

  .footer-3-links {
    margin-right: 0;
    display: block;
  }

  .footer-3-wrap {
    width: 100%;
    margin-left: 0;
  }

  .footer-3 {
    padding-left: 2%;
    padding-right: 2%;
  }

  .row-5 {
    display: flex;
  }

  .footer-3-link {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 12px;
  }

  .footer-3-col, .slide {
    padding-left: 0;
  }

  .herov4 {
    flex-flow: column wrap;
    padding-top: 67px;
  }

  .heroimage {
    width: 80%;
    height: 450px;
  }

  .p_landingparagraph {
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .div-block-20 {
    max-width: 480px;
  }

  .div_extraimages {
    height: 70px;
  }

  .phonenumber {
    clear: none;
    background-color: var(--deep-sky-blue);
    text-align: center;
  }

  .menu-button-4 {
    height: 100%;
    background-color: var(--white);
  }

  .menu-button-4.w--open {
    background-color: var(--ghost-white);
  }

  .icon-3 {
    color: var(--deep-sky-blue);
  }

  .detail-paragraph.subpage, .detail-paragraph.below-title {
    color: rgba(255, 255, 255, .8);
  }

  .page-title {
    color: #fff;
    margin-top: 0;
  }

  .hero-section {
    height: autopx;
    background-image: url('../images/shutterstock_547703413987.png'), linear-gradient(rgba(255, 255, 255, .3), rgba(255, 255, 255, .3));
    background-position: 86% 92%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 500px, auto;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-section.about-us {
    height: auto;
    background-color: rgba(12, 21, 47, .6);
    background-image: linear-gradient(rgba(0, 0, 0, .45), rgba(0, 0, 0, .45)), url('../images/About.jpg');
    background-position: 0 0, 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding: 110px 8px;
  }

  .hero-section.about-us.licensing {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .container-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .about-hero-block {
    width: 66.66%;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
    margin-right: 33.33%;
    padding-left: 9px;
    padding-right: 9px;
    display: block;
  }

  .content5-headline-wrapper {
    text-align: center;
    padding-right: 0;
  }

  .text-16.text-16-60 {
    width: 100%;
    width: 100%;
  }

  ._6-col {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  ._6-col._6-col-last {
    width: 100%;
  }

  .wrap-2 {
    width: 645px;
  }

  .wrap-2.w80-50-start {
    flex-direction: column;
  }

  .content5-description {
    text-align: center;
    margin-top: -10px;
    margin-bottom: 0;
  }

  .content2-jumbonumber {
    font-size: 70px;
    line-height: 90px;
  }

  .headline-6-col {
    width: auto;
    text-align: center;
    margin-bottom: 0;
    margin-right: auto;
    display: block;
  }

  .headline-6-col.contact {
    text-align: left;
  }

  .decoline-2 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .content2-items {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  ._3-col {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .content2-number-wrapper {
    width: 60%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .card {
    width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .card._4-col-last {
    margin-bottom: 0;
    margin-right: auto;
  }

  .card._33.values {
    width: 48%;
  }

  .feature5-item-wrap {
    text-align: center;
    padding-right: 0;
  }

  .feature5-row-wrap {
    flex-direction: row;
  }

  .list-2 {
    column-count: 2;
  }

  .client {
    margin-right: 40px;
  }

  .team1-people-row {
    flex-flow: row;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .team1-person {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    padding-right: 0;
    display: flex;
  }

  .team1-image {
    display: block;
  }

  .faq-col-left {
    width: 100%;
    min-height: auto;
    padding-right: 0;
  }

  .flex-wrap {
    flex-direction: column;
    align-items: center;
  }

  .faq-main-wrap {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .faq-col-right {
    width: 100%;
    padding-left: 0;
  }

  .alert.neutral-alert {
    margin-bottom: 0;
  }

  .heading-7 {
    font-size: 24px;
    line-height: 28px;
  }

  .div_callback {
    padding: 37px;
  }

  .grid-7 {
    width: 80%;
    grid-column-gap: 25px;
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .client_logo {
    flex-grow: 1;
  }

  .blog2-article {
    text-align: left;
    margin-bottom: 20px;
  }

  .blog2-article-details {
    text-align: left;
  }

  .form-block {
    width: 65%;
  }

  .div-block-32 {
    width: 35%;
  }

  .tabs-4 {
    width: 100%;
  }

  .tabs-content-4 {
    margin-left: 0;
    margin-right: 0;
  }

  .productpageproduct {
    text-align: center;
  }

  .image-section.hero {
    height: auto;
  }

  .hero-slider {
    height: 560px;
  }

  .slider-arrow {
    margin-left: 24px;
  }

  .slide-content {
    width: 75%;
    margin-top: 80px;
    margin-bottom: 80px;
    margin-right: 8.33%;
  }

  .content-wrapper {
    flex-direction: column;
  }

  .content-wrapper.centrealign {
    flex-direction: row;
  }

  .content-wrapper.vert {
    align-items: flex-start;
  }

  .layout245_content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

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

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

  .layout245_list {
    grid-column-gap: 2rem;
  }

  .heading-medium {
    font-size: 1.75rem;
  }

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

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

  .testimonial11_mask {
    width: 100%;
  }

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

  .testimonial11_slide {
    margin-right: 2.5rem;
    padding-right: 0;
  }

  .contact11_component {
    min-height: auto;
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

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

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

  .footer3_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .big-para-txt.mid {
    font-size: 20px;
    line-height: 28px;
  }

  .navigation-container-full {
    min-height: auto;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .button-4.button-space {
    display: none;
  }

  .nav-menu {
    height: auto;
    background-color: #fff;
  }

  .navigation-top {
    min-height: auto;
    position: relative;
  }

  .brand-5 {
    margin-right: 10px;
    padding: 0;
  }

  .nav-link {
    width: 100%;
  }

  .menu-button-green {
    color: #02676b;
    border: 1px solid rgba(2, 103, 107, .1);
  }

  .menu-button-green.w--open {
    background-color: #02676b;
    border-color: #02676b;
  }

  .footer-block-right {
    width: 100%;
    padding-left: 0;
  }

  .footer-column {
    padding-right: 20px;
  }

  .footer-flex-wrap {
    flex-wrap: wrap;
  }

  .footer-bottom-full {
    flex-direction: column;
    margin-top: 60px;
  }

  .footer-block-left {
    width: 100%;
    border: 1px #000;
    border-bottom: 1px solid rgba(21, 28, 52, .09);
    margin-bottom: 60px;
  }

  .line-break-2 {
    display: none;
  }

  .logo-flat {
    margin-bottom: 32px;
  }

  .div-block-34 {
    align-items: flex-start;
  }

  .div-block-35 {
    height: 300px;
  }

  .div-block-38 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .uui-contact07_map-wrapper {
    height: 30rem;
  }

  .uui-contact07_component {
    grid-column-gap: 3rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-contact03_component {
    min-height: auto;
    grid-column-gap: 3rem;
    grid-auto-flow: row;
  }

  .waves-grid-contact-3 {
    width: 100%;
    max-width: 400px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-19 {
    font-size: 20px;
    line-height: 26px;
  }
}

@media screen and (max-width: 767px) {
  .logo-text {
    text-align: center;
  }

  .footer-content {
    text-align: center;
    padding: 20px;
  }

  .footer-logo {
    margin-bottom: 26px;
  }

  .footer-text {
    margin-top: 15px;
    margin-bottom: 35px;
  }

  .section.nopadding {
    padding-top: 0;
  }

  .navbar-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tab-link {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .tab-link.w--current {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }

  .container.vehicles {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav {
    padding-left: 15px;
  }

  .div_topinfo {
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
  }

  .div_vehicleimg {
    height: 150px;
  }

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

  .car_type {
    font-size: 20px;
  }

  .price {
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
  }

  .vehiclename {
    font-size: 14px;
  }

  .perday {
    font-weight: 400;
    line-height: 14px;
  }

  .currency {
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
  }

  .from {
    line-height: 12px;
  }

  .collection-list {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .car_wrapper {
    border-style: none;
    padding-left: 0;
    padding-right: 0;
  }

  .div_vehicle_images {
    width: 100%;
  }

  .div_vehicledetails {
    width: 100%;
    margin-top: 14px;
    padding: 18px;
  }

  .div-block-5 {
    height: 350px;
  }

  .div-block-6 {
    flex-direction: column;
    align-items: flex-start;
  }

  .tabs-menu-2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tab-link-2 {
    padding: 15px 20px;
    font-size: 14px;
    display: inline-block;
  }

  .tab-link-2.w--current {
    font-size: 14px;
  }

  .tabs-content {
    width: 100%;
    padding: 5px 15px 15px;
    display: block;
  }

  .columns-7 {
    display: flex;
  }

  .h4 {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

  .wrapper_relateditems {
    border-style: none;
    padding: 0;
  }

  .collection-list-4 {
    flex-wrap: wrap;
    justify-content: space-around;
    display: flex;
  }

  .collection-item {
    width: 32%;
    flex: none;
    margin-bottom: 14px;
    padding-left: 0;
    padding-right: 0;
  }

  .link_relatedvehicle {
    margin-bottom: 0;
  }

  .div_relatedvehicleimg {
    height: 100px;
  }

  .div_relatedvehicleinfo {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .close-2 {
    color: #1b435d;
    border-color: #1b435d;
  }

  .modal {
    width: 90%;
    max-width: 500px;
  }

  .heroinfo {
    margin-bottom: 32px;
    padding-left: 15%;
    padding-right: 15%;
  }

  .text-block-17 {
    text-align: center;
    font-size: 40px;
    line-height: 40px;
  }

  .content1-image.content1-image3 {
    width: 30%;
    height: 100%;
    border-right: 1px solid var(--silver);
    border-bottom-style: none;
  }

  .content1-image.content1-image_tsandcs {
    width: auto;
    height: 150px;
    background-position: 50%;
    background-size: 150px;
  }

  ._4-col {
    width: 45%;
    margin-right: 0;
  }

  ._4-col._4-col-last {
    width: 100%;
    flex-direction: row;
    display: flex;
  }

  .content1-items {
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-between;
  }

  .content1-item-description {
    width: 100%;
    margin-bottom: 0;
  }

  .footer-3-col-2 {
    text-align: center;
    align-self: auto;
    display: block;
  }

  .row-5 {
    flex-direction: column;
    display: flex;
  }

  .footer-3-col {
    justify-content: center;
    align-items: center;
  }

  .footer-3-button {
    align-items: center;
  }

  .footer-3-copywrite, .footer-3-para, .p_white {
    text-align: center;
  }

  .herov4 {
    padding-top: 54px;
  }

  .heroimage {
    height: 400px;
  }

  .section-5 {
    padding: 52px 28px;
  }

  .div-block-20 {
    max-width: 380px;
  }

  .paragraph-2 {
    font-size: 14px;
  }

  .left, .right-arrow-2 {
    width: 50px;
    height: 50px;
  }

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

  .collection-list-5 {
    display: flex;
  }

  .page-title {
    font-size: 36px;
    line-height: 44px;
  }

  .hero-section {
    height: 650px;
    background-image: url('../images/shutterstock_5477999.png'), linear-gradient(rgba(255, 255, 255, .3), rgba(255, 255, 255, .3));
    background-position: 86% 92%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 60%, auto;
    padding-top: 6%;
  }

  .hero-section.about-us {
    height: auto;
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .container-5 {
    height: auto;
  }

  .about-hero-block {
    width: 75%;
    margin-bottom: 0;
    margin-right: 25%;
  }

  ._6-col {
    margin-right: 0;
  }

  .wrap-2 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .h1-jumbo {
    font-size: 44px;
    line-height: 56px;
  }

  .headline-6-col.contact {
    text-align: center;
    margin-bottom: 15px;
  }

  .card._33.values {
    width: 100%;
    padding: 26px;
  }

  .feature5-row-wrap {
    flex-direction: column;
  }

  .heading-5 {
    margin-bottom: 20px;
  }

  .list-2 {
    column-count: 2;
  }

  .tab-link-3 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .tab-link-3.w--current {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }

  .div-block-22, ._1-1-1, ._1-1-2 {
    width: 100%;
  }

  .div-block-28, .div_callback {
    flex-direction: column;
  }

  .grid-7 {
    width: 80%;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .blog2-article-cover.blog2-article-content1 {
    background-image: url('../images/rawpixel-589084-unsplash.jpg');
  }

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

  .form-block {
    width: auto;
  }

  .contactdetails.email, .contactdetails.phone, .contactdetails.location {
    display: inline;
  }

  .div-block-32 {
    width: auto;
  }

  .div-block-33 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .productpageproduct {
    height: 300px;
  }

  .tablink, .tablink.w--current {
    height: 75px;
  }

  .image-section.hero {
    border-width: 8px;
  }

  .hero-slider {
    height: 480px;
  }

  .slider-arrow {
    margin-left: auto;
  }

  .slider-arrow.arrow-left {
    top: auto;
    bottom: 20px;
    left: 20px;
    right: auto;
  }

  .slider-arrow.arrow-right {
    top: auto;
    bottom: 20px;
    left: 84px;
    right: auto;
  }

  .slide-content {
    width: 100%;
    margin-top: 64px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 24px;
    padding-left: 20px;
    padding-right: 72px;
  }

  .content-wrapper.centrealign {
    flex-direction: column-reverse;
  }

  .layout245_content {
    grid-template-columns: 1fr;
  }

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

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

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

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

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

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

  .logo3_logo {
    max-height: 3rem;
  }

  .logo3_wrapper {
    padding: .75rem 1rem;
  }

  .logo3_list {
    grid-column-gap: 1rem;
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    padding-top: 1rem;
  }

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

  .testimonial11_arrow.left {
    right: 3.5rem;
  }

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

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

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

  .testimonial11_component {
    padding-bottom: 3rem;
  }

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

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

  .footer3_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

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

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

  .footer3_top-wrapper {
    grid-row-gap: 3rem;
  }

  .footer3_credit-text {
    margin-top: 2rem;
  }

  .footer3_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .footer3_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .navigation-top {
    justify-content: center;
  }

  .contact-link {
    font-size: 12px;
  }

  .footer-column {
    padding-right: 0;
  }

  .footer-bottom-full {
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .logo-flat {
    margin-bottom: 40px;
  }

  .page-title-section {
    height: 260px;
  }

  .content-div._50 {
    width: 100%;
    margin-top: 10px;
  }

  .content-div._50.aboutimg {
    width: 100%;
    height: 300px;
  }

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

  .div-block-35 {
    width: 100%;
    margin-bottom: 40px;
  }

  .div-block-36 {
    width: 100%;
  }

  .uui-contact07_map-wrapper {
    height: 25rem;
    margin-top: 3rem;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .uui-contact07_contact-list {
    grid-row-gap: 2.5rem;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

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

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui-primary600);
    background-color: var(--untitled-ui-primary600);
  }

  .uui-contact03_contact-list {
    margin-top: 2rem;
  }

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

  .waves---heading-2-no-margins {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 479px) {
  .brand-4 {
    padding-left: 0;
  }

  .menu-button.w--open {
    padding: 10px;
  }

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

  .section {
    background-color: var(--faded-blue);
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.parallax {
    height: 200px;
    background-size: cover;
  }

  .section.slider {
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.vehiclemainpage {
    padding-top: 0;
    padding-bottom: 0;
  }

  .brand-2 {
    padding-left: 0;
  }

  .navbar-4 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .tab-menu {
    width: 100%;
    background-color: #f9f9f9;
    border-style: none;
    border-radius: 0;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    box-shadow: inset 0 1px rgba(0, 0, 0, .09);
  }

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

  .container.slider, .container.vmp {
    padding-left: 0;
    padding-right: 0;
  }

  .nav {
    padding-left: 0;
  }

  .vehicle_card {
    width: 100%;
    margin-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .div_vehicleimg {
    height: 200px;
  }

  .section-2 {
    padding-top: 20px;
  }

  .vehicle_price {
    padding-bottom: 5px;
  }

  .price, .currency {
    font-size: 14px;
  }

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

  .collection-list {
    grid-template-columns: 1fr;
  }

  .car_wrapper {
    padding: 0;
  }

  .div_vehicle_images {
    margin-bottom: 0;
  }

  .div_vehicledetails {
    margin-top: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-block-5 {
    height: 200px;
  }

  .phone-number {
    text-align: left;
    display: inline-block;
  }

  .donwload_icon {
    width: 10%;
  }

  .tab-link-2, .tab-link-2.w--current {
    text-align: center;
    display: block;
  }

  .phoneno {
    width: 60%;
    text-align: center;
    border: 1px solid #633c35;
    border-radius: 30px;
    margin-bottom: 10px;
    padding: 10px;
    display: inline-block;
  }

  .phoneno.inline {
    text-align: left;
    border-style: none;
    border-radius: 0;
    padding: 0;
    display: inline;
  }

  .columns-7 {
    flex-direction: column;
  }

  .downloadfiles {
    width: 90%;
  }

  .div_namedesc {
    width: 100%;
  }

  .heading-3 {
    font-size: 24px;
    line-height: 30px;
  }

  .div_pricing {
    width: 100%;
  }

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

  .div_sectionlabel {
    border-bottom-style: none;
  }

  .h3_sectionlabel {
    text-align: center;
  }

  .wrapper_relateditems {
    padding-left: 10px;
    padding-right: 10px;
  }

  .collection-list-wrapper {
    margin-bottom: 20px;
  }

  .collection-item {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .link_relatedvehicle {
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 0;
    overflow: hidden;
    box-shadow: 0 14px 11px -17px rgba(0, 0, 0, .35);
  }

  .div_relatedvehicleimg {
    height: 220px;
  }

  .div_relatedvehicleinfo {
    background-color: rgba(0, 0, 0, 0);
    padding: 14px;
  }

  .close-2 {
    z-index: 9000;
    color: #1b435d;
    background-color: #bfa69a;
    background-image: url('../images/Close.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 15px;
    border-color: #bfa69a;
  }

  .modal {
    z-index: 1000;
    width: 95%;
    height: auto;
    max-height: 400px;
  }

  .heroinfo {
    padding-left: 8px;
    padding-right: 8px;
  }

  .heading-4 {
    font-size: 10px;
  }

  .text-block-17 {
    font-size: 30px;
    line-height: 30px;
  }

  .h1_sectiontitle {
    font-size: 32px;
    line-height: 38px;
  }

  .content1-image.content1-image3 {
    width: auto;
    height: 93px;
    border-bottom-style: solid;
  }

  .content1-image.content1-image_tsandcs {
    background-size: 140px;
  }

  ._4-col {
    width: 100%;
  }

  ._4-col._4-col-last {
    display: block;
  }

  .content1-items {
    flex-direction: column;
  }

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

  .text-14.text-14-60 {
    text-align: left;
  }

  .footer-3-link {
    margin-left: 5px;
    margin-right: 5px;
  }

  .footer-3-copywrite {
    text-align: center;
  }

  .footer-3-para {
    font-size: 14px;
  }

  .herov4 {
    padding-top: 46px;
    padding-bottom: 46px;
  }

  .heroimage {
    width: 100%;
    height: 200px;
    background-position: 50% 55%;
    background-size: cover;
  }

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

  .section-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-20 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .testimoinalperson {
    flex-direction: column;
  }

  .left {
    display: none;
  }

  .slide-nav-2 {
    padding-top: 14px;
    font-size: 10px;
    display: block;
  }

  .right-arrow-2 {
    display: none;
  }

  .logo {
    width: 125px;
  }

  .page-title {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
  }

  .hero-section {
    height: auto;
    background-image: url('../images/scott-webb-268893-unsplash.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 30px;
  }

  .hero-section.about-us {
    height: auto;
    background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/About.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .hero-section.about-us.licensing {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .container-5 {
    height: auto;
  }

  .about-hero-block {
    width: 100%;
    margin-right: 0%;
  }

  .wrap-2.w80-50-start {
    padding-top: 19px;
    padding-bottom: 0;
  }

  .wrap-2.w80-50 {
    padding-top: 12px;
    padding-bottom: 0;
  }

  .card._33.home {
    width: 100%;
  }

  .tagline, .heading-5.white {
    text-align: left;
  }

  .list-2 {
    column-count: 1;
    padding-left: 20px;
  }

  .client {
    margin-right: 20px;
  }

  .team1-people-row {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .team1-person {
    align-items: center;
  }

  .faq-block {
    min-height: 60px;
    min-width: auto;
    flex-direction: row;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
  }

  .faq-paragraph {
    margin-left: 15px;
    margin-right: 15px;
  }

  .faq-icon-wrap {
    margin-right: 15px;
  }

  .tabs-3 {
    flex-direction: column;
  }

  .tabs-menu-3, .tabs-content-2, .div-block-22 {
    width: 100%;
  }

  .alert {
    height: auto;
    align-items: flex-start;
  }

  .alert-content {
    flex-shrink: 1;
    flex-basis: 0;
  }

  .alert-close-wrapper {
    width: 16px;
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: 0;
    padding-top: 3px;
    padding-bottom: 5px;
    display: flex;
  }

  .close-alert {
    margin-top: 0;
  }

  .div-block-24 {
    padding: 15px;
  }

  ._1-1-1._20 {
    width: 100%;
  }

  ._1-1-2 {
    padding-left: 0;
    padding-right: 0;
  }

  ._1-1-2._80 {
    width: 100%;
    padding: 0;
  }

  .div-block-28 {
    padding-top: 10px;
  }

  .tabs-content-3 {
    width: 100%;
  }

  .faq02_block-2 {
    min-width: 0;
  }

  .tabs-menu-4 {
    width: 100%;
  }

  .formbox {
    flex-direction: column;
  }

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

  .grid-7 {
    grid-template-rows: 1fr auto auto;
    grid-template-columns: 1fr 1fr;
  }

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

  .collection-item-2 {
    width: 100%;
  }

  .div-block-31 {
    flex-direction: column-reverse;
    align-items: center;
  }

  .div-block-32 {
    margin-bottom: 30px;
  }

  .productpageproduct {
    height: 250px;
  }

  .tablink {
    width: 30%;
    height: 60px;
  }

  .tablink.w--current {
    height: 60px;
  }

  .hero-slider {
    height: 600px;
  }

  .slider-arrow.arrow-left {
    left: 16px;
  }

  .slider-arrow.arrow-right {
    left: 80px;
  }

  .slide-content {
    padding-left: 16px;
    padding-right: 40px;
  }

  .layout245_content {
    grid-template-columns: 1fr;
  }

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

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

  .margin-bottom.margin-xxlarge {
    margin-bottom: 40px;
  }

  .layout245_list {
    flex-flow: column wrap;
    grid-template-columns: 1fr;
  }

  .heading-medium {
    margin-top: 0;
  }

  .layout245_item {
    padding: 24px;
  }

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

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

  .logo3_list {
    justify-content: center;
    padding-top: 0;
  }

  .testimonial11_logo-wrapper {
    display: none;
  }

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

  .testimonial11_component {
    height: 100%;
  }

  .contact11_component, .contact11_contact-list {
    grid-template-columns: 1fr;
  }

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

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

  .footer3_menu-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .parallax-text-wrapper {
    width: 100%;
  }

  .big-para-txt {
    text-align: center;
    font-size: 20px;
    line-height: 24px;
  }

  .big-para-txt.mid {
    text-align: left;
    line-height: 24px;
  }

  .logo-2 {
    width: 120px;
  }

  .navigation-top {
    display: none;
  }

  .menu-button-green {
    color: var(--steel-blue);
  }

  .menu-button-green.w--open {
    border-color: var(--steel-blue);
    background-color: var(--steel-blue);
  }

  .navigation-detail.email {
    display: none;
  }

  .heading-9 {
    font-size: 28px;
    line-height: 32px;
  }

  .footer-wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .secondary-link-dark {
    margin-right: 32px;
  }

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

  .grid {
    grid-template-columns: 1fr;
  }

  .footer-bottom-full {
    text-align: center;
    flex-direction: column;
  }

  .div-block-35 {
    height: 200px;
  }

  .uui-contact07_component, .uui-contact03_component {
    grid-template-columns: 1fr;
  }

  .waves---heading-3-no-margins {
    font-size: 22px;
  }

  .waves---heading-2-no-margins {
    font-size: 34px;
  }

  .waves---section-medium {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .text-block-19 {
    font-size: 16px;
    line-height: 20px;
  }

  .div-block-41 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-span-2 {
    font-size: 26px;
    line-height: 32px;
  }
}

#w-node-_5be3b31f-ec40-46bf-213c-80d2860102c9-1f418018 {
  grid-area: 1 / 6 / 2 / 7;
}

#w-node-_5be3b31f-ec40-46bf-213c-80d2860102ca-1f418018 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5be3b31f-ec40-46bf-213c-80d2860102cb-1f418018 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_5be3b31f-ec40-46bf-213c-80d2860102cc-1f418018 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_5be3b31f-ec40-46bf-213c-80d2860102cd-1f418018 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_5be3b31f-ec40-46bf-213c-80d2860102ce-1f418018 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d578bebe-1c0c-fefe-a189-3423eca2ff00-1f418018, #w-node-d578bebe-1c0c-fefe-a189-3423eca2ff02-1f418018, #w-node-d578bebe-1c0c-fefe-a189-3423eca2ff04-1f418018, #w-node-d578bebe-1c0c-fefe-a189-3423eca2ff06-1f418018, #w-node-d578bebe-1c0c-fefe-a189-3423eca2ff08-1f418018, #w-node-d578bebe-1c0c-fefe-a189-3423eca2ff0a-1f418018, #w-node-d578bebe-1c0c-fefe-a189-3423eca2ff0c-1f418018, #w-node-d578bebe-1c0c-fefe-a189-3423eca2ff0e-1f418018, #w-node-d578bebe-1c0c-fefe-a189-3423eca2ff11-1f418018, #w-node-d578bebe-1c0c-fefe-a189-3423eca2ff13-1f418018, #w-node-d578bebe-1c0c-fefe-a189-3423eca2ff15-1f418018, #w-node-d578bebe-1c0c-fefe-a189-3423eca2ff17-1f418018, #w-node-d578bebe-1c0c-fefe-a189-3423eca2ff19-1f418018, #w-node-d578bebe-1c0c-fefe-a189-3423eca2ff1b-1f418018, #w-node-d578bebe-1c0c-fefe-a189-3423eca2ff1d-1f418018, #w-node-d578bebe-1c0c-fefe-a189-3423eca2ff1f-1f418018 {
  justify-self: center;
}

#w-node-_8aa1272d-8fab-bb5f-4cef-59e0afbb56f5-1f418018, #w-node-_8aa1272d-8fab-bb5f-4cef-59e0afbb56fd-1f418018 {
  align-self: stretch;
}

#w-node-e0888e01-4b52-0e08-c12e-193bd3ecb2bd-1f418018, #w-node-e2786d09-b1e6-4ed1-4586-9375b5cf0e27-1f418018, #w-node-_20cb4b75-6b2b-65fc-71e1-c39d1037aca3-1f418018, #w-node-fc27570e-25a5-54db-ea00-f0ec9c25fdbd-1f418018, #w-node-af149418-13d7-3cd7-5729-90dc298d38a9-1f418018, #w-node-_121e856a-1da7-5fc1-0548-1cb09f78455b-1f418018, #w-node-_8fcf307b-e79f-1ba4-d055-e573d827e95e-1f418018, #w-node-_1e0ad849-c49f-60a5-e2ef-2483c4c77f50-1f418018, #w-node-_9d5d0d8f-827a-5685-c98d-4fbd342e606f-1f418018, #w-node-d20dd59f-8f45-1ac8-1581-9084ce9e376a-1f418018, #w-node-cd2e9283-524e-8999-e5c7-c9817e2e1c35-1f418018, #w-node-_67c3a246-4be8-1a1f-42d2-2c73fcbd9bea-1f418018, #w-node-_67c3a246-4be8-1a1f-42d2-2c73fcbd9c17-1f418018, #w-node-_67c3a246-4be8-1a1f-42d2-2c73fcbd9d25-1f418018, #w-node-_67c3a246-4be8-1a1f-42d2-2c73fcbd9d52-1f418018, #w-node-ec96c003-5f48-da0c-8425-f0dd66c5a642-1f418018, #w-node-ec96c003-5f48-da0c-8425-f0dd66c5a66f-1f418018, #w-node-_1d8c3c35-7a14-fd75-f970-22b50920feda-1f418018, #w-node-_1d8c3c35-7a14-fd75-f970-22b50920ff61-1f418018, #w-node-a8746a51-a45b-c438-11ac-ec171e9754fb-1f418018, #w-node-a8746a51-a45b-c438-11ac-ec171e975663-1f418018, #w-node-bc071ea3-21be-0618-7239-c1343323ca1a-f3686b6c, #w-node-bc071ea3-21be-0618-7239-c1343323ca47-f3686b6c, #w-node-bc071ea3-21be-0618-7239-c1343323ca74-f3686b6c, #w-node-bc071ea3-21be-0618-7239-c1343323caa1-f3686b6c, #w-node-bc071ea3-21be-0618-7239-c1343323cace-f3686b6c, #w-node-bc071ea3-21be-0618-7239-c1343323cafb-f3686b6c, #w-node-bc071ea3-21be-0618-7239-c1343323cb28-f3686b6c, #w-node-bc071ea3-21be-0618-7239-c1343323cb55-f3686b6c, #w-node-bc071ea3-21be-0618-7239-c1343323cb82-f3686b6c, #w-node-bc071ea3-21be-0618-7239-c1343323cbaf-f3686b6c, #w-node-bc071ea3-21be-0618-7239-c1343323cbdc-f3686b6c, #w-node-bc071ea3-21be-0618-7239-c1343323cc04-f3686b6c, #w-node-bc071ea3-21be-0618-7239-c1343323cc31-f3686b6c, #w-node-bc071ea3-21be-0618-7239-c1343323cc5e-f3686b6c, #w-node-bc071ea3-21be-0618-7239-c1343323cc8b-f3686b6c, #w-node-bc071ea3-21be-0618-7239-c1343323ccb3-f3686b6c, #w-node-bc071ea3-21be-0618-7239-c1343323cce0-f3686b6c, #w-node-bc071ea3-21be-0618-7239-c1343323cd10-f3686b6c, #w-node-bc071ea3-21be-0618-7239-c1343323cd3d-f3686b6c, #w-node-bc071ea3-21be-0618-7239-c1343323cd6d-f3686b6c, #w-node-bc071ea3-21be-0618-7239-c1343323cd9a-f3686b6c, #w-node-_383dab1f-0681-85a4-59b7-85948763ab10-5e4b7b21, #w-node-_383dab1f-0681-85a4-59b7-85948763ab17-5e4b7b21, #w-node-_383dab1f-0681-85a4-59b7-85948763ab1e-5e4b7b21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_5be3b31f-ec40-46bf-213c-80d2860102c9-1f418018 {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-_5be3b31f-ec40-46bf-213c-80d2860102ca-1f418018 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_5be3b31f-ec40-46bf-213c-80d2860102cb-1f418018 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_8aa1272d-8fab-bb5f-4cef-59e0afbb56f5-1f418018 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_8aa1272d-8fab-bb5f-4cef-59e0afbb56fd-1f418018 {
    grid-area: 2 / 1 / 3 / 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5be3b31f-ec40-46bf-213c-80d2860102cc-1f418018 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5be3b31f-ec40-46bf-213c-80d2860102c9-1f418018 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_5be3b31f-ec40-46bf-213c-80d2860102ca-1f418018 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_5be3b31f-ec40-46bf-213c-80d2860102cb-1f418018 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_5be3b31f-ec40-46bf-213c-80d2860102cc-1f418018 {
    grid-column: 2 / 3;
  }

  #w-node-_5be3b31f-ec40-46bf-213c-80d2860102cd-1f418018 {
    grid-area: 2 / 1 / 3 / 2;
  }
}


