.title {
  margin-top: 32px;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  color: #192A44;
  font-weight: 700;
  margin-bottom: 25px;
}

@media (min-width: 992px) {
  .title {
    text-align: left;
  }
}

.card {
  -webkit-box-shadow: 0px 11px 24px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 11px 24px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  border-top: 5px solid #0293d6;
  margin-top: 12px;
}

@media (min-width: 992px) {
  .card {
    width: 100%;
    max-width: none;
  }
}

.card__inner {
  padding: 25px;
  background-color: white;
  border-radius: 0 0 10px 10px;
  height: 100%;
}

.redesign-form-element__container {
  position: relative;
  width: 100%;
}

.redesign-form-element__container--location-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.redesign-form-element__input {
  border-radius: 6px;
  padding: 13px;
  background-color: #f7f7f7;
  width: 100%;
  font-family: 'Encode Sans';
  z-index: 1;
  font-size: 14px;
}

.redesign-form-element__input:focus {
  border: 1px solid #0093d6;
  background-color: #ecf9ff;
}

.redesign-form-element__input:focus-visible {
  outline: none;
}

.redesign-form-element__input--active {
  border: 1px solid #0093d6;
  background-color: #ecf9ff;
  color: #0093d6;
}

.redesign-form-element__input--location-arrow {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.redesign-form-element__label {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: 'Encode Sans';
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  z-index: 2;
}

.redesign-form-element__label--hidden {
  display: none;
}

.redesign-form-element__location-arrow {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  margin-left: 10px;
  cursor: pointer;
  width: 23px;
  z-index: 3;
}

.redesign-form-element__form-control {
  display: block;
  width: 100%;
  height: 45px;
  padding: 5px 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #000000;
  background-image: none;
  border: 1px solid #979797;
  border-radius: 8px;
}

.step-heading {
  font-size: 15px;
  color: #0093D6;
  font-weight: 600;
  margin-bottom: 12px;
}

.step-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.step-bar__step {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 2px;
  background-color: #D1D1D1;
  border-radius: 16px;
}

.step-bar__step--active {
  height: 4px;
  -webkit-box-shadow: 0 0 6px #67CDAE;
          box-shadow: 0 0 6px #67CDAE;
  border: 1px solid #67CDAE;
  background-color: #67CDAE;
}

.step-bar__step--clickable:hover {
  cursor: pointer;
}

.select-dealer-card {
  display: grid;
  grid-template-columns: 1fr 25%;
  justify-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  row-gap: 20px;
}

.select-dealer-card__address {
  grid-column: 1/2;
  grid-row: 1/2;
  font-size: 16px;
  color: #494949;
}

.select-dealer-card__title {
  font-weight: 700;
}

.select-dealer-card__info {
  margin: 0;
}

.select-dealer-card__logo {
  grid-column: 2/3;
  grid-row: 1/2;
}

.select-dealer-card__cta {
  grid-column: 1/3;
  grid-row: 2/3;
  justify-self: center;
  -ms-flex-item-align: end;
      align-self: end;
  width: 100%;
}

@media (min-width: 768px) and (max-width: 991px) {
  .select-dealer-card__cta {
    width: 100%;
  }
}

.select-dealer-card__cta:hover {
  background-color: #ff8500;
  color: #fff;
  text-decoration: none;
}

.select-model__filter-button {
  margin-top: 1rem !important;
  border: 2px solid rgba(103, 205, 174, 0.5) !important;
  -webkit-box-shadow: 0 0 8px rgba(103, 205, 174, 0.5) !important;
          box-shadow: 0 0 8px rgba(103, 205, 174, 0.5) !important;
  color: #0093D6;
}

.select-model__filter-button::after {
  border-right: 1px solid rgba(103, 205, 174, 0.5) !important;
  border-bottom: 1px solid rgba(103, 205, 174, 0.5) !important;
}

.select-model__filter-button--active {
  background-color: rgba(103, 205, 174, 0.5) !important;
  color: white;
}

.select-model__filter-button--active::after {
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}

@media (max-width: 767px) {
  .select-model__filter-button--hidden-xs {
    display: none;
  }
}

.select-model__load-more {
  padding: 1rem;
  width: 100%;
  text-align: center;
  font-weight: 600;
}

.select-model__load-more a {
  color: #0293d6;
}

.select-model__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 25%));
  padding-left: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: start;
  -ms-flex-align: start;
      align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 30px;
}

@media (max-width: 992px) {
  .select-model__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 480px) {
  .select-model__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.select-model__grid--inner {
  -webkit-box-shadow: 0 0 8px rgba(103, 205, 174, 0.5);
          box-shadow: 0 0 8px rgba(103, 205, 174, 0.5);
  padding: 1rem;
  margin-top: -5rem;
  border: 2px solid #67CDAE;
  border-radius: 10px;
}

.select-model__grid--inner a:hover {
  text-decoration: none;
}

.select-model__grid--item {
  list-style: none;
}

.select-model__grid--button {
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  grid-template-columns: 1fr;
}

.select-model__grid--spec-box {
  margin: 1.5rem 0rem;
  background-color: #E5F4FA;
  padding: 1rem 2rem;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}

.select-model__grid--spec-box-svg {
  width: 36.5px;
  height: 36.5px;
  margin-right: 10px;
  display: inline;
  stroke: #0093D6;
  fill: #0093D6;
  stroke-width: 0.5px;
}

.select-model__grid--spec-box-text {
  display: inline;
}

.select-model__image {
  min-height: 174px;
  max-height: 174px;
  margin: 0 auto;
}

.select-model__title {
  padding-top: 1rem;
  height: 3rem;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #243782 !important;
}

.electric-green {
  border: 2px solid rgba(103, 205, 174, 0.5) !important;
  -webkit-box-shadow: 0 0 8px rgba(103, 205, 174, 0.5) !important;
          box-shadow: 0 0 8px rgba(103, 205, 174, 0.5) !important;
}

.select-dealer__content {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: 1.9fr 5.9fr;
  grid-gap: 14px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.select-dealer__previous-step {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .select-dealer__previous-step {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.select-dealer__previous-link {
  font-family: "Encode Sans";
  font-size: 15px;
  color: #0293d6;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: unset;
  padding: 0;
}

.select-dealer__previous-link:hover {
  cursor: pointer;
}

.select-dealer__previous-link::before {
  display: inline-block;
  content: url("/images/link-icon.svg");
  width: 22px;
  height: 22px;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(183deg) translateY(-5px);
          transform: rotate(183deg) translateY(-5px);
  margin-right: 0.5rem;
}

@media (max-width: 550px) {
  .select-dealer__content {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .select-dealer__content-info {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .select-dealer__content-grid {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.select-dealer__input {
  border-radius: 10px;
  border: 1px solid #979797;
  opacity: 1;
  height: 45px;
  width: 70%;
}

@media (max-width: 550px) {
  .select-dealer__input {
    width: 100%;
  }
}

.select-dealer__search-input {
  height: 100%;
  width: 100%;
  font-size: 16px;
}

.select-dealer__content-search-container {
  border-radius: 10px;
  border: 2px solid #67cdae;
  -webkit-box-shadow: 0px 0px 8px #67cdae;
          box-shadow: 0px 0px 8px #67cdae;
  opacity: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

@media (max-width: 550px) {
  .select-dealer__content-search-container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1rem;
    gap: 0px;
    margin-bottom: 2rem;
  }
}

.select-dealer__content-search-title {
  font-size: 18px;
  font-weight: 700;
  color: #192A44;
  padding: 14px 0 14px 24px;
}

@media (max-width: 550px) {
  .select-dealer__content-search-title {
    padding: 0px;
  }
}

.select-dealer__content-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin: 20px 0;
}

@media (max-width: 550px) {
  .select-dealer__content-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.select-dealer__load-more {
  margin-top: 3rem;
  width: 100%;
  text-align: center;
  font-weight: 600;
}

.select-dealer__load-more a {
  color: #0293d6;
}

.select-dealer__content-image {
  margin: 0 auto;
  max-height: 250px;
}

.select-dealer__content-details {
  width: 100%;
  background-color: #e5f4fa;
  border-radius: 6px;
  padding: 17px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.select-dealer__content-details h3 {
  font-size: 16px;
  font-weight: 700;
  color: #243782;
}

.select-dealer__content-details p {
  font-size: 16px;
}

.select-dealer__help-container {
  margin-top: 12px;
  display: grid;
  grid-template-columns: 48px 1fr;
  border-radius: 10px;
  border: 2px solid #67cdae;
  -webkit-box-shadow: 0px 0px 8px #67cdae;
          box-shadow: 0px 0px 8px #67cdae;
  padding: 25px 30px;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .select-dealer__help-container {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
}

.select-dealer__help-icon {
  max-width: 38px;
  width: 100%;
  grid-column: 1/2;
}

.select-dealer__help-text {
  padding: 0;
  margin: 0;
  grid-column: 2/3;
}

.select-dealer__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-left: 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
      align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  row-gap: 30px;
}

@media (max-width: 992px) {
  .select-dealer__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 480px) {
  .select-dealer__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.select-dealer__details-grid--spec-box {
  margin: 2rem 0;
  background-color: #E5F4FA;
  padding: 5px;
  display: grid;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 768px) {
  .select-dealer__details-grid--spec-box {
    grid-template-columns: repeat(2, 1fr);
  }
}

.select-dealer__image {
  transition: transform 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
  margin: 0 auto;
  max-height: 250px;
}

.select-dealer__image:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.select-dealer__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  text-decoration: none;
  color: #243782 !important;
  font-family: 'Encode Sans', sans-serif;
}

.select-datetime__calender {
  padding: 0 3rem 2rem 3rem;
}

@media (max-width: 550px) {
  .select-datetime__calender {
    padding: 0 1rem 2rem 1rem;
  }
}

.select-datetime__date {
  color: #0093d6;
}

.select-datetime__button {
  width: 50%;
  min-width: 295px;
}

.select-datetime__content {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: 1.9fr 5.9fr;
  grid-gap: 14px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.select-datetime__content--button {
  margin-top: 2rem;
  font-size: 20px;
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.select-datetime__content--form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 54px;
}

@media (max-width: 800px) {
  .select-datetime__content--form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.select-datetime__content--input {
  width: 100%;
}

@media (max-width: 800px) {
  .select-datetime__content--input {
    width: 100%;
  }
}

.select-datetime__content--options .active {
  background-color: #0093d6;
  color: #fff;
}

@media (max-width: 550px) {
  .select-datetime__content--options {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.select-datetime__content--select {
  margin-left: 1rem;
  width: inherit;
}

@media (max-width: 550px) {
  .select-datetime__content--select {
    width: 100%;
    margin-left: 0rem;
  }
}

.select-datetime__title {
  margin-top: 2.5rem;
  opacity: 1;
  color: #192a44;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0px;
  text-align: left;
  line-height: 24px;
}

.select-datetime__times-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.select-datetime__time-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 44px;
  border-radius: 4px;
  border: 1px solid #00A3E0;
  color: #00A3E0;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0px;
  cursor: pointer;
  text-align: center;
}

@media (max-width: 550px) {
  .select-datetime__time-option {
    padding: 0.5em;
  }
}

.select-datetime__time-option:hover {
  background-color: #00A3E0;
  color: #fff;
}

.select-datetime__selected-time {
  background-color: #00A3E0;
  color: #fff;
}

@media (max-width: 550px) {
  .select-datetime__content {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .select-datetime__content--main {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .select-datetime__content--details {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.confirm-details__content {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: 1.9fr 5.9fr;
  grid-gap: 14px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.confirm-details__content--button {
  margin-top: 2rem;
  font-size: 20px;
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 550px) {
  .confirm-details__content {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .confirm-details__content--details {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .confirm-details__content--form {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.confirm-details__button {
  width: 50%;
  min-width: 295px;
}

.confirm-details__title {
  margin-top: 0 !important;
  font-size: 16px;
  font-weight: 700;
}

.confirm-details__select, .confirm-details__input {
  font-size: 16px;
  padding: 12px 10px;
  height: 46px;
  width: 100%;
  border: none;
  outline: none;
  border-radius: 6px;
  background-color: #f7f7f7;
  color: #4a4a4a;
}

.confirm-details__marketing {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 60%;
  font-size: 16px;
  color: #4a4a4a;
}

@media (max-width: 767px) {
  .confirm-details__marketing {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 20px;
  }
}

.confirm-details__marketing input {
  -webkit-appearance: none;
  border: 1px solid #0093d6;
  outline: none;
  border-radius: 3px;
  background-color: #f7f7f7;
  height: 16px;
  width: 16px;
  position: relative;
}

.confirm-details__marketing input:active, .confirm-details__marketing input:checked:active {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

.confirm-details__marketing input:checked {
  background-color: #0093d6;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #fff;
}

.confirm-details__marketing input:checked:after {
  content: "\2713";
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 2px;
  color: #fff;
}

.confirm-details .get-in-touch {
  font-size: 11px;
  color: #4a4a4a;
  line-height: 14px;
}

.disabled {
  pointer-events: none;
  cursor: default;
  background-color: #c3c3c3;
}

.card {
  margin-top: 0px !important;
}

.thank-you__content {
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.thank-you__content-details {
  width: 80%;
  background-color: #e5f4fa;
  border-radius: 6px;
  padding: 2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.thank-you__content-details h3 {
  font-size: 16px;
  font-weight: 700;
  color: #243782;
}

.thank-you__content-details p {
  font-size: 16px;
}

.thank-you__content-details p span {
  font-weight: 600;
}

@media (max-width: 550px) {
  .thank-you__content-details {
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 550px) {
  .thank-you__details-container {
    margin-top: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.thank-you__details-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.thank-you__details-model-name {
  margin-top: -2rem;
}

.thank-you__title {
  margin-top: 0 !important;
  color: #192A44;
  font-weight: 700;
}

.thank-you__description {
  width: 80%;
}

@media (max-width: 550px) {
  .thank-you__description {
    width: 100%;
  }
}

.thank-you__body {
  font-size: 16px;
  color: #494949;
  margin: 0;
}

.thank-you__dealer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.thank-you__button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  margin: 34px 0;
}

@media (max-width: 550px) {
  .thank-you__button-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

html {
  scroll-behavior: smooth;
}

.validation-error {
  font-size: 14px;
  font-weight: 600;
  color: #FF0000;
  padding-top: 10px;
}

.capitalise {
  text-transform: capitalize;
}

.filter-green {
  border: 2px solid #67CDAE !important;
  color: #67CDAE !important;
}

.filter-green::after {
  border-right: 1px solid #67CDAE !important;
  border-bottom: 1px solid #67CDAE !important;
}

.filter-green--active {
  background-color: #67CDAE !important;
  color: white !important;
}

.filter-green--active::after {
  border-right: 1px solid white !important;
  border-bottom: 1px solid white !important;
}

@media (max-width: 767px) {
  .filter-green--hidden-xs {
    display: none;
  }
}
