
@font-face {
  font-display: swap;
  font-family: GuardianSansXCond Bold;
  font-style: normal;
  font-weight: 700;
  src: url(clientlib-btr/resources/fonts/GuardianSansXCond-Bold.otf);
  src: url(clientlib-btr/resources/fonts/GuardianSansXCond-Bold.otf#iefix) format("opentype");
}

@font-face {
  font-display: swap;
  font-family: GuardianSansXCond Semibold;
  font-style: normal;
  font-weight: 600;
  src: url(clientlib-btr/resources/fonts/GuardianSansXCond-Semibold.otf);
  src: url(clientlib-btr/resources/fonts/GuardianSansXCond-Bold.otf#iefix) format("opentype");
}

@font-face {
  font-display: swap;
  font-family: GuardianSansXCond Medium;
  font-style: normal;
  font-weight: 500;
  src: url(clientlib-btr/resources/fonts/GuardianSansXCond-Medium.otf);
  src: url(clientlib-btr/resources/fonts/GuardianSansXCond-Medium.otf#iefix) format("opentype");
}

@font-face {
  font-display: swap;
  font-family: GuardianSansXCond Regular;
  font-style: normal;
  font-weight: 400;
  src: url(clientlib-btr/resources/fonts/GuardianSansXCond-Regular.otf);
  src: url(clientlib-btr/resources/fonts/GuardianSansXCond-Regular.otf#iefix) format("opentype");
}

@font-face {
  font-display: swap;
  font-family: Montserrat Light;
  font-style: normal;
  font-weight: 400;
  src: url(clientlib-btr/resources/fonts/Montserrat-Light.ttf);
  src: url(clientlib-btr/resources/fonts/Montserrat-Light.ttf#iefix) format("truetype");
}

@font-face {
  font-display: swap;
  font-family: Montserrat Regular;
  font-style: normal;
  font-weight: 500;
  src: url(clientlib-btr/resources/fonts/Montserrat--Regular.ttf);
  src: url(clientlib-btr/resources/fonts/Montserrat--Regular.ttf#iefix) format("truetype");
}

@font-face {
  font-display: swap;
  font-family: Montserrat Semibold;
  font-style: normal;
  font-weight: 600;
  src: url(clientlib-btr/resources/fonts/Montserrat-SemiBold.ttf);
  src: url(clientlib-btr/resources/fonts/Montserrat-SemiBold.ttf#iefix) format("truetype");
}

@font-face {
  font-display: swap;
  font-family: Montserrat Bold;
  font-style: normal;
  font-weight: 700;
  src: url(clientlib-btr/resources/fonts/Montserrat-Bold.ttf);
  src: url(clientlib-btr/resources/fonts/Montserrat-Bold.ttf#iefix) format("truetype");
}

@font-face {
  font-display: swap;
  font-family: Reicons;
  font-style: normal;
  font-weight: 400;
  src: url(clientlib-btr/resources/fonts/reicons.ttf#iefix) format("truetype");
}

* {
  margin: 0;
  padding: 0;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

button,
input,
select,
textarea {
  font: inherit;
}

body,
html {
  background: #ececec;
  background: #000;
  color: #fff;
  font-family: Montserrat Light;
  font-size: 14px;
  line-height: 1.5;
  margin: 0 !important;
  overflow: visible;
  overflow-x: hidden;
  padding: 0 !important;
}

@media screen and (max-width: 767px) {

  body,
  html {
    font-size: 14px;
  }
}

.opened-in-iframe {
  height: 100%;
}

a {
  color: #0a0a0a;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

.d-none {
  display: none !important;
}

.cmp-carousel__actions,
.cmp-carousel__core-actions {
  display: none;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: GuardianSansXCond Semibold;
}

li,
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  display: block;
  width: 100%;
}

a {
  text-decoration: none;
}

.popup {
  background: hsla(0, 0%, 9%, 0.698);
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1050;
}

.popup.popup-show {
  display: block;
}

.popup .popup__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin: 30px auto;
  max-width: 5in;
  min-height: calc(100% - 3.5rem);
  position: relative;
}

.popup .popup__content {
  background: #282828;
  position: relative;
  width: 100%;
}

.popup .close {
  -webkit-text-stroke: 1px;
  background: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 18.67px !important;
  opacity: 1;
  padding: 5px 8px;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 9;
}

.icon-close:before {
  content: "p";
}

.transparent-clr-w-btn.custom-btn {
  background-color: transparent;
  border: 1px solid #848484;
  color: #ededed;
}

.arrow-l:after {
  content: "z";
  left: 0;
}

.arrow-l:after,
.arrow-r:after {
  font-family: reicons;
  position: absolute;
}

.arrow-r:after {
  content: "A";
  right: 0;
}

html:has(.popup-open) {
  overflow: hidden;
}

.slick-next:before {
  content: "A";
}

.slick-next:before,
.slick-prev:before {
  display: inline-block;
  font-family: Reicons;
}

.slick-prev:before {
  content: "z";
}

.custom-btn.cta-yellow {
  background: linear-gradient(112.38deg,
      hsla(0, 0%, 100%, 0.5) -120.84%,
      hsla(0, 0%, 100%, 0.1) 79.67%);
  border: 1px solid;
  border-image-slice: 2;
  border-image-source: linear-gradient(131.33deg,
      hsla(0, 0%, 100%, 0.26) -34.97%,
      hsla(0, 0%, 100%, 0) 114.31%);
  color: #daaa00;
  font-size: 14px;
  line-height: 20px;
  padding: 18px 24px;
  width: 100%;
}

.custom-btn.cta-yellow.disabled {
  background: #181818;
  border: 1px solid #4f4f4f;
  color: #4f4f4f;
  cursor: not-allowed;
  font-family: Montserrat Semibold;
}

.rides-checkbox-wrapper {
  padding-bottom: 0.5rem;
  position: relative;
}

.rides-checkbox-wrapper input {
  cursor: pointer;
  height: 24px;
  left: 0;
  opacity: 0;
  position: absolute;
  width: 24px;
}

.rides-checkbox-wrapper .confirm-label {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ededed;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  gap: 5px;
  line-height: 1.4pc;
  padding-left: 2pc;
  position: relative;
  white-space: normal;
  word-break: normal;
  pointer-events: none;
}

.rides-checkbox-wrapper .confirm-label:before {
  background-color: transparent;
  border: 1px solid #ededed;
  border-radius: 3px;
  content: "";
  height: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 18px;
  transform: translateY(-50%);
}

.rides-checkbox-wrapper .confirm-label:after {
  border-bottom: 2.3px solid #181818;
  border-left: 2.3px solid #181818;
  content: "";
  height: 6px;
  left: 3px;
  top: 45% !important;
  pointer-events: none;
  position: absolute;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  width: 12px;
  transform: translateY(-50%) rotate(-45deg) scale(0);
  -webkit-transform: rotate(-45deg) scale(0);
}

.rides-checkbox-wrapper .confirm-label .disclaimer-and {
  color: #a7a7a7;
}

.rides-checkbox-wrapper .confirm-label .terms-policy {
  color: #fff;
  display: inline;
  text-decoration: none;
  pointer-events: auto;
}

.rides-checkbox-wrapper .confirm-label .terms-policy:hover {
  text-decoration: underline;
}

.rides-checkbox-wrapper .confirm-label .privacy-policy {
  display: inline;
}

.rides-checkbox-wrapper input:checked+.confirm-label:after {
  -webkit-transform: translateY(-50%) rotate(-45deg) scale(1);
  transform: translateY(-50%) rotate(-45deg) scale(1);
}

.rides-checkbox-wrapper input:checked+.confirm-label::before {
  background-color: #fd5050;
  border-color: #fd5050;
}

@media (max-width: 768px) {
  .button-sticky {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 99;
  }

  .confirm-label {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
  }
}

.swiper-horizontal {
  overflow: hidden;
}

.rides-landing-app {
  overflow: visible;
}

.rides-landing-app * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.homeherobanner .desktop-video div.video-js {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
  width: 100%;
}

.booktestride {
  background-color: #000;
}

.book-
test-ride-container {
  display: block !important;
  max-width: auto;
  overflow-x: hidden;
}

.book-test-ride-container .hidden {
  display: none;
}

.book-test-ride-container .show {
  display: block !important;
}

@media (max-width: 768px) {
  .book-test-ride-container .show-md {
    display: none;
  }
}

@media (min-width: 769px) {
  .book-test-ride-container .hide-md {
    display: none;
  }
}

.book-test-ride-container .btr-toaster {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #373737;
  bottom: 30px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  color: #ededed;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: -110%;
  opacity: 0;
  padding: 10px 20px;
  position: fixed;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  visibility: hidden;
  z-index: 9999;
}

.book-test-ride-container .btr-toaster .btr-toaster-text {
  color: #ededed;
  font-family: Montserrat;
  font-size: 1pc;
  font-weight: 400;
  line-height: 1.4pc;
  margin-bottom: 0;
}

.book-test-ride-container .btr-toaster .btr-toaster-text span {
  font-weight: 500;
}

.book-test-ride-container .btr-toaster .close-toaster {
  cursor: pointer;
  margin-left: 10px;
}

.book-test-ride-container .btr-toaster.active {
  left: 5%;
  opacity: 1;
  visibility: visible;
}

.book-test-ride-container .btr-container {
  margin: 0 auto;
  overflow-x: hidden;
  padding: 0 1rem;
  width: 100%;
}

@media (min-width: 768px) {
  .book-test-ride-container .btr-container {
    max-width: 100%;
  }
}

@media (min-width: 1024px) {
  .book-test-ride-container .btr-container {
    max-width: 64pc;
  }
}

@media (min-width: 1280px) {
  .book-test-ride-container .btr-container {
    max-width: 64pc;
  }
}

@media (min-width: 1440px) {
  .book-test-ride-container .btr-container {
    max-width: 975pt;
  }
}

.book-test-ride-container .btr-breadcrumb {
  margin-bottom: 26px;
  margin-top: 24px;
}

.book-test-ride-container .btr-breadcrumb .breadcrumb-list,
.book-test-ride-container .btr-breadcrumb .breadcrumb-list .breadcrumb-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.book-test-ride-container .btr-breadcrumb .breadcrumb-list .breadcrumb-item {
  padding-left: 0.5rem;
  position: relative;
}

.book-test-ride-container .btr-breadcrumb .breadcrumb-list .breadcrumb-item .breadcrumb-link {
  color: #ededed;
  font-family: Montserrat;
  font-size: 9pt;
  font-weight: 500;
  line-height: 1.4pc;
}

.book-test-ride-container .btr-breadcrumb .breadcrumb-list .breadcrumb-item svg {
  margin-bottom: -3px;
  margin-right: 4px;
}

@media (max-width: 1024px) {
  .book-test-ride-container .btr-breadcrumb .breadcrumb-list .breadcrumb-item svg {
    height: 1pc;
    width: 1pc;
  }
}

.book-test-ride-container .btr-breadcrumb .breadcrumb-list .breadcrumb-item:first-child a {
  color: #a7a7a7;
  font-family: Montserrat;
  font-size: 9pt;
  font-weight: 400;
  line-height: 1.4pc;
  margin-top: 0.2px;
  padding-left: 0;
}

.book-test-ride-container .btr-breadcrumb .breadcrumb-list .breadcrumb-item:first-child .breadcrumb-link {
  color: #a7a7a7;
  font-weight: 400;
}

.book-test-ride-container .btr-breadcrumb .breadcrumb-list .breadcrumb-item:first-child:after {
  color: #fff;
  content: url("../../../../../etc.clientlibs/RE-Platform-Revamp/clientlibs/clientlib-ridesmain/resources/images/keyboard_arrow_right.png");
  font-size: 14px;
  font-weight: 700;
  margin-bottom: -6px;
  margin-left: 6px;
}

.book-test-ride-container .btr-breadcrumb .breadcrumb-list .breadcrumb-item:not(:first-child):before {
  display: none;
}

@media (max-width: 1024px) {
  .book-test-ride-container .test-bike-booking-details-container .btr-breadcrumb .breadcrumb-item svg {
    height: 1pc;
    margin-bottom: 4px;
    margin-right: 8px;
    width: 1pc;
  }
}

@media (min-width: 1024px) {
  .book-test-ride-container .btr-breadcrumb .breadcrumb-list .breadcrumb-item:first-child a {
    display: flex;
    align-items: center;
    color: #a7a7a7;
    font-family: Montserrat;
    font-size: 9pt;
    font-weight: 400;
    line-height: 1.4pc;
  }

  .book-test-ride-container .btr-breadcrumb .breadcrumb-list .breadcrumb-item:first-child a:before {
    color: #da291c;
    content: url("../../../../../etc.clientlibs/RE-Platform-Revamp/clientlibs/clientlib-ridesmain/resources/images/back-red-arrow.png");
    font-size: 14px;
    font-weight: 700;
    margin-right: 14px;
    margin-top: 0.9px;
  }

  .book-test-ride-container .btr-breadcrumb .breadcrumb-list .breadcrumb-item:first-child:after {
    display: none;
  }

  .book-test-ride-container .btr-breadcrumb .breadcrumb-list .breadcrumb-item:not(:first-child):before {
    color: #fff;
    content: "/";
    display: inline-block !important;
    font-size: 14px;
    font-weight: 700;
    margin: 0 6px;
  }

  .book-test-ride-container .btr-breadcrumb .breadcrumb-list .breadcrumb-item svg {
    display: none;
  }
}

.book-test-ride-container .booking-selector-section {
  background-color: #000;
}

.book-test-ride-container .booking-selector-section .bike-selection-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100% - 40px);
  width: 100%;
}

.book-test-ride-container .booking-selector-section .bike-selection-container .bike-gallery {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  background-color: #181818;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  width: 30%;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .book-test-ride-container .booking-selector-section .bike-selection-container .bike-gallery {
    width: 40%;
  }
}

@media (max-width: 1024px) {
  .book-test-ride-container .booking-selector-section .bike-selection-container .bike-gallery {
    width: 40%;
  }
}

@media (max-width: 768px) {
  .book-test-ride-container .booking-selector-section .bike-selection-container .bike-gallery {
    -webkit-box-flex: 1;
    background-color: transparent;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
  }
}

.book-test-ride-container .booking-selector-section .bike-selection-container .bike-gallery .gallery-title {
  background-color: #282828;
  color: #ededed;
  font-family: GuardianSansXCond Semibold;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4pc;
  margin-bottom: 32px;
  margin-top: 0;
  padding-bottom: 22px;
  padding-left: 1pc;
  padding-top: 22px;
  text-align: left;
}

@media (max-width: 1024px) {
  .book-test-ride-container .booking-selector-section .bike-selection-container .bike-gallery .gallery-title {
    font-size: 18px;
    margin-bottom: 0;
    padding-bottom: 9pt;
    padding-left: 1pc;
    padding-top: 9pt;
  }
}

.book-test-ride-container .booking-selector-section .bike-selection-container .bike-gallery .mobile-cta-button {
  display: none;
}

@media (max-width: 768px) {
  .book-test-ride-container .booking-selector-section .bike-selection-container .bike-gallery .mobile-cta-button {
    -webkit-backdrop-filter: blur(66px);
    backdrop-filter: blur(66px);
    background: #373737;
    border: 1px solid;
    border-image-source: linear-gradient(131.33deg,
        hsla(0, 0%, 100%, 0.26) -34.97%,
        hsla(0, 0%, 100%, 0) 114.31%);
    color: #daaa00 !important;
    color: #181818;
    cursor: pointer;
    display: block;
    font-family: Montserrat;
    font-size: 9pt;
    font-weight: 700;
    line-height: 1.4pc;
    margin-left: -19px;
    padding: 20px;
    text-transform: uppercase;
    width: 114%;
  }
}

.book-test-ride-container .booking-selector-section .bike-selection-container .bike-preview {
  width: 70%;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .book-test-ride-container .booking-selector-section .bike-selection-container .bike-preview {
    width: 60%;
  }
}

@media (max-width: 1024px) {
  .book-test-ride-container .booking-selector-section .bike-selection-container .bike-preview {
    width: 60%;
  }
}

@media (max-width: 768px) {
  .book-test-ride-container .booking-selector-section .bike-selection-container .bike-preview {
    display: none;
  }
}

.book-test-ride-container .booking-selector-section .bike-grid {
  -webkit-box-flex: 1;
  display: grid;
  -ms-flex: 1;
  flex: 1;
  gap: 24px;
  grid-template-columns: repeat(2, 1fr);
  max-height: 74vh;
  overflow-y: auto;
  padding: 5px 24px 25px;
}

@media (max-width: 768px) {
  .book-test-ride-container .booking-selector-section .bike-grid {
    gap: 15px 16px !important;
  }
}

@media (max-width: 1024px) {
  .book-test-ride-container .booking-selector-section .bike-grid {
    background-color: #181818;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 24px;
    max-height: 100%;
    padding: 24px 9px 20px 7px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .book-test-ride-container .booking-selector-section .bike-grid {
    margin-bottom: 0;
  }
}

.book-test-ride-container .booking-selector-section .bike-grid::-webkit-scrollbar {
  width: 3px;
}

@media (max-width: 1024px) {
  .book-test-ride-container .booking-selector-section .bike-grid::-webkit-scrollbar {
    display: none;
  }
}

.book-test-ride-container .booking-selector-section .bike-grid::-webkit-scrollbar-thumb {
  background-color: #616161;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .book-test-ride-container .booking-selector-section .bike-grid::-webkit-scrollbar-thumb {
    display: none;
  }
}

.book-test-ride-container .booking-selector-section .bike-card {
  background-color: #282828;
  border: 2.4px solid #616161;
  -webkit-box-shadow: 2px 2px 24px 0 rgba(0, 0, 0, 0.122);
  box-shadow: 2px 2px 24px 0 rgba(0, 0, 0, 0.122);
  cursor: pointer;
  min-height: 148px;
  padding: 0;
  text-align: center;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.book-test-ride-container .booking-selector-section .bike-card:hover {
  border-color: #da291c;
}

@media (max-width: 1024px) {
  .book-test-ride-container .booking-selector-section .bike-card:hover {
    border-color: #da291c;
    padding-bottom: 0;
    padding-top: 10px;
  }
}

.book-test-ride-container .booking-selector-section .bike-card img {
  height: 93pt;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}

.book-test-ride-container .booking-selector-section .bike-card h3 {
  border-top: 0.8px solid #373737;
  color: #a7a7a7;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4pc;
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .book-test-ride-container .booking-selector-section .bike-card h3 {
    font-size: 9pt;
    padding-bottom: 5px;
    padding-top: 5px;
  }
}

.book-test-ride-container .booking-selector-section .bike-card.selected-bike {
  border-color: #da291c;
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}

.book-test-ride-container .booking-selector-section .bike-card.selected-bike h3 {
  color: #ededed;
  font-size: 700;
}

@media (max-width: 1024px) {
  .book-test-ride-container .booking-selector-section .bike-card.selected-bike {
    background: -webkit-gradient(linear,
        left top,
        left bottom,
        from(transparent),
        color-stop(80.56%, #000));
    background: linear-gradient(180deg, transparent, #000 80.56%);
    border-color: #da291c;
    -webkit-transform: unset;
    transform: unset;
  }

  .book-test-ride-container .booking-selector-section .bike-card.selected-bike h3 {
    font-size: 9pt;
    padding-bottom: 5px;
    padding-top: 5px;
  }
}

.book-test-ride-container .booking-selector-section .preview-container {
  padding: 20px;
  position: relative;
  text-align: right;
}

.book-test-ride-container .booking-selector-section .preview-container .bg-text {
  -webkit-text-fill-color: transparent;
  background: #232323;
  background: -webkit-gradient(linear,
      left bottom,
      left top,
      from(rgba(0, 0, 0, 0.1)),
      color-stop(62%, #232323));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), #232323 62%);
  -webkit-background-clip: text;
  font-size: 170px;
  font-weight: 700;
  left: 0;
  opacity: 0.7;
  position: absolute;
  text-align: center;
  top: -9%;
  width: 100%;
  z-index: 9;
}

@media screen and (min-width: 820px) and (max-width: 1366px) {
  .book-test-ride-container .booking-selector-section .preview-container .bg-text {
    font-size: 90pt;
    top: 1%;
  }
}

.book-test-ride-container .booking-selector-section .preview-container .preview-image {
  height: 420px;
  margin-bottom: 15px;
  -o-object-fit: contain;
  object-fit: contain;
  position: relative;
  width: 100%;
  z-index: 10;
}

.book-test-ride-container .contact-details-container {
  border-radius: 8px;
  color: #fff;
  margin: auto;
  padding: 20px 0;
}

@media (max-width: 576px) {
  .book-test-ride-container .contact-details-container {
    padding: 0;
  }
}

.book-test-ride-container .contact-details-container .selected-bike-section {
  background: #282828;
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  .book-test-ride-container .contact-details-container .selected-bike-section {
    margin-bottom: 24px;
  }
}

.book-test-ride-container .contact-details-container .selected-bike-section .bike-image {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

@media (max-width: 768px) {
  .book-test-ride-container .contact-details-container .selected-bike-section .bike-image {
    width: 150px;
  }
}

.book-test-ride-container .contact-details-container .selected-bike-section .selected-bike-section-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ededed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: GuardianSansXCond Semibold;
  font-size: 28px;
  font-weight: 500;
  gap: 20px;
  line-height: 1.2pc;
  padding: 16px 24px;
  width: 100%;
}

@media (max-width: 1024px) {
  .book-test-ride-container .contact-details-container .selected-bike-section .selected-bike-section-title {
    line-height: 1.4pc;
    padding: 1pc;
  }
}

.book-test-ride-container .contact-details-container .selected-bike-section .selected-bike-section-title .selectIconLogo {
  height: 2pc;
  width: 2pc;
}

@media (max-width: 768px) {
  .book-test-ride-container .contact-details-container .selected-bike-section .selected-bike-section-title {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .book-test-ride-container .contact-details-container .selected-bike-section .selected-bike-section-title .selectIconLogo {
    height: 24px;
    width: 24px;
  }
}

.book-test-ride-container .contact-details-container .selected-bike-section .bike-details {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #373737;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  padding-left: 0px;
  background: #373737;
  position: relative;
}
.book-test-ride-container .contact-details-container .selected-bike-section .bike-details::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 0;
  width: 200px;
  height: 100%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.2), #373737 80%);
  z-index: 1;
}

@media (max-width: 1024px) {
  .book-test-ride-container .contact-details-container .selected-bike-section .bike-details {
    gap: 20px;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .book-test-ride-container .contact-details-container .selected-bike-section .bike-details::after {
    left: 0;
    width: 145px;
  }
}

.book-test-ride-container .contact-details-container .selected-bike-section .bike-details .background-image-color {
  height: 140px;
  position: relative;
  z-index: 10;
}
@media (max-width: 576px) {
  .book-test-ride-container .contact-details-container .selected-bike-section .bike-details .background-image-color {
    height: 100px;
  }
}

.book-test-ride-container .contact-details-container .selected-bike-section .bike-details .bike-name {
  color: #ededed;
  font-family: GuardianSansXCond Semibold;
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .book-test-ride-container .contact-details-container .selected-bike-section .bike-details .bike-name {
    font-size: 18px;
    line-height: 28px;
  }
}

.book-test-ride-container .contact-details-container .selected-bike-section .bike-details .change-bike-link {
  border-bottom: 1px solid #da291c;
  color: #da291c;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4pc;
  padding-bottom: 2px;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 1024px) {
  .book-test-ride-container .contact-details-container .selected-bike-section .bike-details .change-bike-link {
    font-size: 9pt;
  }
}

.book-test-ride-container .contact-details-container .contact-form .contact-form-container {
  background: #282828;
  padding: 24px;
}

@media (max-width: 768px) {
  .book-test-ride-container .contact-details-container .contact-form .contact-form-container {
    padding: 9pt 1pc;
    padding-bottom: 24px;
  }
}

.book-test-ride-container .contact-details-container .contact-form .form-title {
  color: #ededed;
  font-family: GuardianSansXCond Semibold;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.2pc !important;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .book-test-ride-container .contact-details-container .contact-form .form-title {
    font-size: 18px;
    margin-bottom: 26px;
  }
}

.book-test-ride-container .contact-details-container .contact-form .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .book-test-ride-container .contact-details-container .contact-form .form-row {
    display: block;
    margin-bottom: 1pc;
  }
}

.book-test-ride-container .contact-details-container .contact-form .form-row .form-group {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width: 768px) {
  .book-test-ride-container .contact-details-container .contact-form .form-row .form-group {
    margin: 10px 0;
    margin-bottom: 16px;
  }
}

.book-test-ride-container .contact-details-container .contact-form .form-row .form-group label {
  color: #ededed;
  display: block;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4pc;
  margin-bottom: 8px;
}

.book-test-ride-container .contact-details-container .contact-form .form-row .form-group input {
  background: #2c2c2c;
  border: 1px solid #474747;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ededed;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  height: 3pc;
  line-height: 1.4pc;
  outline: none;
  padding: 10px;
  width: 100%;
}

.book-test-ride-container .contact-details-container .contact-form .form-row .form-group input:-webkit-autofill,
.book-test-ride-container .contact-details-container .contact-form .form-row .form-group input:-webkit-autofill:hover,
.book-test-ride-container .contact-details-container .contact-form .form-row .form-group input:-webkit-autofill:focus,
.book-test-ride-container .contact-details-container .contact-form .form-row .form-group input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #2c2c2c inset !important;
  -webkit-text-fill-color: #ededed !important;
  caret-color: #ededed !important;
  -webkit-transition: background-color 5000s ease-in-out 0s !important;
  transition: background-color 5000s ease-in-out 0s !important;
}

.book-test-ride-container .contact-details-container .contact-form .form-row .form-group input {
  color: #ededed !important;
}

.book-test-ride-container .contact-details-container .contact-form .form-row .form-group input:focus {
  border-color: #da291c;
}

.book-test-ride-container .contact-details-container .contact-form .form-row .phone-input {
  position: relative;
  width: 49%;
}

@media (max-width: 768px) {
  .book-test-ride-container .contact-details-container .contact-form .form-row .phone-input {
    width: 100%;
  }
}

.book-test-ride-container .contact-details-container .contact-form .form-row .phone-input input {
  padding-left: 45px;
}

.book-test-ride-container .contact-details-container .contact-form .form-row .phone-input .country-code {
  border-right: 1px solid #4f4f4f;
  color: #ededed;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  left: 10px;
  line-height: 1.4pc;
  padding-right: 5px;
  position: absolute;
  top: 13px;
}

.book-test-ride-container .contact-details-container .contact-form .otp-info {
  color: #a7a7a7;
  font-family: Montserrat;
  font-size: 9pt;
  font-weight: 500;
  line-height: 1.4pc;
  margin-top: 8px;
}

@media (max-width: 768px) {
  .book-test-ride-container .contact-details-container .contact-form .otp-info {
    font-weight: 400;
  }
}

.book-test-ride-container .contact-details-container .contact-form .disclaimer {
  color: #a7a7a7;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4pc;
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  .book-test-ride-container .contact-details-container .contact-form .disclaimer {
    font-size: 9pt;
  }
}

.book-test-ride-container .contact-details-container .contact-form .input-checkbox {
  margin-top: 8px;
}

.book-test-ride-container .contact-details-container .contact-form .submit-button {
  background: #f60;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  padding: 9pt 20px;
  width: 100%;
}

.book-test-ride-container .contact-details-container .contact-form .submit-button:hover {
  background: #e05500;
}

.book-test-ride-container .contact-details-container .contact-form .submit-button:disabled {
  background: #666;
  cursor: not-allowed;
}

@media (max-width: 576px) {
  .book-test-ride-container .contact-details-container .contact-details-footer {
    background: #282828;
    margin-top: 24px;
    padding-bottom: 21px;
  }
}

.book-test-ride-container .otp-verification-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: hsla(0, 0%, 9%, 0.4);
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.book-test-ride-container .otp-verification-container .otp-popup {
  background: #282828;
  padding: 24px 24px 42px;
  position: relative;
  text-align: center;
  width: auto;
}

.book-test-ride-container .otp-verification-container .otp-popup .otp-header {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;

  @media (max-width: 768px) {
    margin-bottom: 24px;
  }
}

.book-test-ride-container .otp-verification-container .otp-popup .otp-header h2 {
  color: #ededed;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.02em !important;
  line-height: 1.2pc;
}

@media (max-width: 768px) {
  .book-test-ride-container .otp-verification-container .otp-popup .otp-header h2 {
    font-size: 20px;
    line-height: 1.2pc;
  }
}

.book-test-ride-container .otp-verification-container .otp-popup .otp-header .close-popup {
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.book-test-ride-container .otp-verification-container .otp-popup .input-label {
  color: #ededed;
  display: block;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4pc;
  margin-bottom: 8px;
  text-align: left;
}

@media (max-width: 768px) {
  .book-test-ride-container .otp-verification-container .otp-popup .input-label {
    margin-bottom: 8px;
  }
}

.book-test-ride-container .otp-verification-container .otp-popup .otp-inputs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  .book-test-ride-container .otp-verification-container .otp-popup .otp-inputs {
    margin-bottom: 8px;
    column-gap: 12px;
  }
}

.book-test-ride-container .otp-verification-container .otp-popup .otp-inputs .otp-box {
  background: #373737;
  border: 1px solid #616161;
  color: #ededed;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  height: 66px;
  line-height: 1.4pc;
  outline: none;
  text-align: center;
  width: 62px;
}

@media (max-width: 567px) {
  .book-test-ride-container .otp-verification-container .otp-popup .otp-inputs .otp-box {
    height: 3pc;
    width: 37.6px;
  }
}

.book-test-ride-container .otp-verification-container .otp-popup .otp-inputs .otp-box.error {
  border: 1px solid #da291c;
}

.book-test-ride-container .otp-verification-container .otp-popup .otp-footer {
  color: #aaa;
  font-size: 14px;
}

.book-test-ride-container .otp-verification-container .otp-popup .otp-footer .otp-error-wrapper {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 22px;
  justify-content: space-between;
  margin-bottom: 30px;
  position: relative;
}

@media (max-width: 576px) {
  .book-test-ride-container .otp-verification-container .otp-popup .otp-footer .otp-error-wrapper {
    margin-bottom: 14px;
  }
}

.book-test-ride-container .otp-verification-container .otp-popup .otp-footer .otp-error-wrapper p {
  color: #a7a7a7;
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  right: 0;
  text-align: right;
}

.book-test-ride-container .otp-verification-container .otp-popup .otp-footer .otp-error-wrapper #otp-error-message {
  color: #da291c;
  display: none;
  font-family: Montserrat;
  font-size: 9pt;
  font-weight: 400;
  line-height: 1.4pc;
  text-align: center;
}

.book-test-ride-container .otp-verification-container .otp-popup .otp-footer .otp-error-wrapper #otp-error-message.hidden {
  display: none;
}

.book-test-ride-container .otp-verification-container .otp-popup .otp-footer .otp-error-wrapper #otp-error-message:not(.hidden) {
  display: block;
}

.book-test-ride-container .otp-verification-container .otp-popup .otp-footer .btr-verify-btn {
  background: #373737;
  border: none;
  color: #181818;
  cursor: pointer;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4pc;
  margin-top: 10px;
  padding: 18px;
  text-transform: uppercase;
  width: 100%;

  @media (max-width: 768px) {
    padding: 14px;
  }
}

.book-test-ride-container .otp-verification-container .otp-popup .otp-footer .btr-verify-btn.otp-verify-btn-active {
  -webkit-backdrop-filter: blur(66px);
  backdrop-filter: blur(66px);
  background: linear-gradient(112.38deg,
      hsla(0, 0%, 100%, 0.5) -120.84%,
      hsla(0, 0%, 100%, 0.1) 79.67%);
  border: 1px solid;
  border-color: initial;
  border-image-outset: 0;
  border-image-repeat: initial;
  border-image-slice: 100%;
  border-image-source: linear-gradient(131.33deg,
      hsla(0, 0%, 100%, 0.26) -34.97%,
      hsla(0, 0%, 100%, 0) 114.31%);
  border-image-width: 1;
  color: #daaa00;
  cursor: pointer;
  font-family: Montserrat;
  font-weight: 700;
  line-height: 1.4pc;
  padding: 18px 30px;
  text-transform: uppercase;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.book-test-ride-container .otp-verification-container .otp-popup .otp-footer .btr-verify-btn.otp-verify-btn-active:hover {
  background: linear-gradient(104.31deg,
      hsla(0, 0%, 100%, 0.7) -84.21%,
      transparent 102.45%);
}

@media (max-width: 768px) {
  .book-test-ride-container .otp-verification-container .otp-popup .otp-footer .btr-verify-btn.otp-verify-btn-active {
    padding: 14px 30px;
  }
}

.book-test-ride-container .btr-modal {
  -webkit-backdrop-filter: blur(9pt);
  backdrop-filter: blur(9pt);
  background: rgba(0, 0, 0, 0.549);
  display: none;
  height: 100%;
  left: 0;
  overflow-x: auto;
  overflow-y: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1024;
}

.book-test-ride-container .btr-modal .btr-modal-dialog {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: 712px;
  min-height: 100%;
  position: relative;
}

.book-test-ride-container .btr-modal .btr-modal-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  background-color: #282828;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 24px;
  position: relative;
  width: 100%;
}

.book-test-ride-container .btr-modal .btr-modal-content .btr-modal-header {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  border-bottom: 1px solid #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding-bottom: 16px;
}

.book-test-ride-container .btr-modal .btr-modal-content .btr-modal-header .btr-modal-title {
  color: #ededed;
  font-family: GuardianSansXCond Semibold;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 33.6px;
}

@media (max-width: 768px) {
  .book-test-ride-container .btr-modal .btr-modal-content .btr-modal-header .btr-modal-title {
    font-size: 24px;
  }
}

.book-test-ride-container .btr-modal .btr-modal-content .btr-modal-header .btr-close-modal {
  background: none;
  border: 0;
  cursor: pointer;
  outline: none;
}

.book-test-ride-container .btr-modal .btr-modal-content .btr-modal-body {
  padding: 20px;
}

@media (max-width: 576px) {
  .book-test-ride-container .btr-modal {
    padding: 25px;
  }

  .book-test-ride-container .btr-modal .btr-modal-dialog {
    height: 100%;
  }
}

.book-test-ride-container .bike-change-modal .btr-modal-content .btr-modal-body {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, 1fr);
  max-height: 570px;
  overflow-y: auto;
  padding-left: 0px;
  padding-right: 10px;
  padding-top: 20px;
}

.book-test-ride-container .bike-change-modal .btr-modal-content .btr-modal-body::-webkit-scrollbar {
  width: 4px;
}

.book-test-ride-container .bike-change-modal .btr-modal-content .btr-modal-body::-webkit-scrollbar-thumb {
  background-color: #616161;
  border-radius: 10px;
  height: 10px;
}

@media (min-width: 576px) {
  .book-test-ride-container .bike-change-modal .btr-modal-content .btr-modal-body {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 768px) {
  .book-test-ride-container .bike-change-modal .btr-modal-content .btr-modal-body {
    grid-template-columns: repeat(4, 1fr);
  }
}

.book-test-ride-container .bike-change-modal .btr-modal-content .btr-modal-body .modal-bike-card {
  background-color: #282828;
  border: 1.4px solid #616161;
  min-height: 163px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.book-test-ride-container .bike-change-modal .btr-modal-content .btr-modal-body .modal-bike-card.selected-bike {
  border-color: #da291c;
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}

.book-test-ride-container .bike-change-modal .btr-modal-content .btr-modal-body .modal-bike-card:hover {
  border-color: #da291c;
}

.book-test-ride-container .bike-change-modal .btr-modal-content .btr-modal-body .modal-bike-card img {
  height: 90pt;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}

.book-test-ride-container .bike-change-modal .btr-modal-content .btr-modal-body .modal-bike-card .bike-name {
  border-top: 0.8px solid #373737;
  color: #a7a7a7;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4pc;
  padding: 10px 0;
  text-align: center;
}

@media (max-width: 768px) {
  .book-test-ride-container .bike-change-modal .btr-modal-content .btr-modal-body .modal-bike-card .bike-name {
    font-size: 9pt;
  }
}

.book-test-ride-container .btr-success-modal .btr-modal-dialog {
  max-width: 542px;
}

.book-test-ride-container .btr-success-modal .btr-modal-dialog .btr-modal-content .btr-modal-content-bg {
  background: url("../../../../../etc.clientlibs/RE-Platform-Revamp/clientlibs/clientlib-ridesmain/resources/images/background-decoration.png");
  background-position: top;
  background-repeat: no-repeat;
}

.book-test-ride-container .btr-success-modal .btr-modal-dialog .btr-modal-content .btr-modal-content-bg .btr-modal-header {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  border-bottom: 0;
  justify-content: flex-end;
}

.book-test-ride-container .btr-success-modal .btr-modal-dialog .btr-modal-content .btr-modal-content-bg .btr-modal-body {
  text-align: center;
}

.book-test-ride-container .btr-success-modal .btr-modal-dialog .btr-modal-content .btr-modal-content-bg .btr-modal-body .green-check-ring {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-animation: heartBeat 2s ease-in-out infinite;
  animation: heartBeat 2s ease-in-out infinite;
  border-radius: 75pt;
  -webkit-box-shadow: 10.5px 10.5px 52.5px 0 rgba(105, 179, 83, 0.239);
  box-shadow: 10.5px 10.5px 52.5px 0 rgba(105, 179, 83, 0.239);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 73px;
  justify-content: center;
  margin: 0 auto 24px;
  outline: 0 solid rgba(105, 179, 83, 0.396);
  width: 73px;
}

@-webkit-keyframes heartBeat {

  0%,
  to {
    outline-width: 0;
  }

  50% {
    outline-width: 15px;
  }
}

@keyframes heartBeat {

  0%,
  to {
    outline-width: 0;
  }

  50% {
    outline-width: 15px;
  }
}

.book-test-ride-container .btr-success-modal .btr-modal-dialog .btr-modal-content .btr-modal-content-bg .btr-modal-body .green-check {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: #69b353;
  border-radius: 75pt;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 73px;
  justify-content: center;
  width: 73px;
}

.book-test-ride-container .btr-success-modal .btr-modal-dialog .btr-modal-content .btr-modal-content-bg .btr-modal-body .modal-title {
  color: #ededed;
  font-size: 2pc;
  font-weight: 500;
  line-height: 1.2pc;
  margin-bottom: 2pc;
}

@media (max-width: 567px) {
  .book-test-ride-container .btr-success-modal .btr-modal-dialog .btr-modal-content .btr-modal-content-bg .btr-modal-body .modal-title {
    font-size: 28px;
    line-height: 1.4pc;
    margin-bottom: 1pc;
  }
}

.book-test-ride-container .btr-success-modal .btr-modal-dialog .btr-modal-content .btr-modal-content-bg .btr-modal-body .modal-text {
  color: #a7a7a7;
  font-size: 1pc;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 2pc;
}

@media (max-width: 567px) {
  .book-test-ride-container .btr-success-modal .btr-modal-dialog .btr-modal-content .btr-modal-content-bg .btr-modal-body .modal-text {
    margin-bottom: 24px;
  }
}

.book-test-ride-container .btr-success-modal .btr-modal-dialog .btr-modal-content .btr-modal-content-bg .btr-modal-body .modal-btn {
  background: linear-gradient(112.38deg,
      hsla(0, 0%, 100%, 0.5) -120.84%,
      hsla(0, 0%, 100%, 0.1) 79.67%);
  border: 1px solid;
  border-image-source: linear-gradient(131.33deg,
      hsla(0, 0%, 100%, 0.26) -34.97%,
      hsla(0, 0%, 100%, 0) 114.31%);
  color: #daaa00;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4pc;
  padding: 14px 8rem;
}

.book-test-ride-container .test-bike-booking-details-container {
  color: #fff;
  margin: 0 auto;
  max-width: 80%;
  padding: 2rem;
}

@media (max-width: 1024px) {
  .book-test-ride-container .test-bike-booking-details-container {
    max-width: 100%;
    padding: 1rem;
  }
}

.book-test-ride-container .test-bike-booking-details-container .test-ride-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #181818;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  .book-test-ride-container .test-bike-booking-details-container .test-ride-header {
    border: 1px solid #474747;
    gap: 0;
    margin-bottom: 0;
  }
}

.book-test-ride-container .test-bike-booking-details-container .test-ride-header .bike-preview {
  background: #282828;
  position: relative;
  z-index: 2;
  height: 100%;
}

.book-test-ride-container .test-bike-booking-details-container .test-ride-header .bike-preview img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 768px) {
  .book-test-ride-container .test-bike-booking-details-container .test-ride-header .bike-preview {
    height: 200px;
    padding: 0;
  }
}
@media (max-width: 576px) {
  .book-test-ride-container .test-bike-booking-details-container .test-ride-header .bike-preview {
    height: 124px;
    padding: 0;
  }
}

.book-test-ride-container .test-bike-booking-details-container .test-ride-header .bike-preview .bike-name {
  border-top: 0.8px solid #373737;
  left: 50%;
  position: absolute;
  top: 20px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 70%;
  z-index: 1;
}

.book-test-ride-container .test-bike-booking-details-container .test-ride-header .booking-status {
  -webkit-box-flex: 1;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
  gap: 1rem;
  padding: 20px;
  padding-left: 30px;
}

@media (max-width: 768px) {
  .book-test-ride-container .test-bike-booking-details-container .test-ride-header .booking-status {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 11px;
  }
}

.book-test-ride-container .test-bike-booking-details-container .test-ride-header .booking-status .status-text .status-text-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 0.8px solid #373737;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-bottom: 2rem;
  padding-bottom: 32px;
  padding-left: 0.6rem;
}

@media (max-width: 768px) {
  .book-test-ride-container .test-bike-booking-details-container .test-ride-header .booking-status .status-text .status-text-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 576px) {
  .book-test-ride-container .test-bike-booking-details-container .test-ride-header .booking-status .status-text .status-text-title {
    border-bottom: 0;
  }
}

.book-test-ride-container .test-bike-booking-details-container .test-ride-header .booking-status .status-text .status-text-title .status-icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: #69b353;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 10px rgba(105, 179, 83, 0.239);
  box-shadow: 0 0 0 10px rgba(105, 179, 83, 0.239);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 53px;
  justify-content: center;
  width: 53px;
}

.book-test-ride-container .test-bike-booking-details-container .test-ride-header .booking-status .status-text .status-text-title .status-icon .checkmark {
  fill: #fff;
  height: 30px;
  width: 30px;
}

@media (max-width: 768px) {
  .book-test-ride-container .test-bike-booking-details-container .test-ride-header .booking-status .status-text .status-text-title .status-icon {
    height: 30px;
    margin-top: 5px;
    width: 30px;
  }

  .book-test-ride-container .test-bike-booking-details-container .test-ride-header .booking-status .status-text .status-text-title .status-icon .checkmark {
    height: 15px;
    width: 15px;
  }
}

.book-test-ride-container .test-bike-booking-details-container .test-ride-header .booking-status .status-text .status-text-title .bike-title-text {
  color: #78bb64;
  font-size: 2pc;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: normal;
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .book-test-ride-container .test-bike-booking-details-container .test-ride-header .booking-status .status-text .status-text-title .bike-title-text {
    font-size: 20px;
    text-align: center;
  }
}

.book-test-ride-container .test-bike-booking-details-container .test-ride-header .booking-status .status-text .bike-modal-text {
  color: #fff;
  font-size: 2pc;
  font-weight: 500;
  line-height: 2.4pc;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .book-test-ride-container .test-bike-booking-details-container .test-ride-header .booking-status .status-text .bike-modal-text {
    font-size: 20px;
    line-height: 24px;
    margin-top: -7px;
    text-align: center;
  }
}

.book-test-ride-container .test-bike-booking-details-container .test-ride-header .booking-status .status-text .status-test-description {
  color: #ededed;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  opacity: 0.9;
}

@media (max-width: 768px) {
  .book-test-ride-container .test-bike-booking-details-container .test-ride-header .booking-status .status-text .status-test-description {
    display: none;
  }
}

.book-test-ride-container .test-bike-booking-details-container .mob-status-test-description {
  display: none;
}

@media (max-width: 768px) {
  .book-test-ride-container .test-bike-booking-details-container .mob-status-test-description {
    background: #181818;
    border: 1px solid #474747;
    border-top: 0;
    color: #a7a7a7;
    display: block;
    font-size: 9pt;
    margin-bottom: 24px;
    padding: 1pc;
  }
}

.book-test-ride-container .test-bike-booking-details-container .booking-form {
  background: #282828;
  padding: 24px;
}

@media screen and (max-width: 768px) {
  .book-test-ride-container .test-bike-booking-details-container .booking-form {
    padding: 9pt 1pc 5px;
  }
}

.book-test-ride-container .test-bike-booking-details-container .booking-form .form-title {
  color: #ededed;
  font-family: GuardianSansXCond Semibold;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.2pc !important;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .book-test-ride-container .test-bike-booking-details-container .booking-form .form-title {
    font-size: 18px;
    margin-bottom: 24px;
  }
}

.book-test-ride-container .test-bike-booking-details-container .booking-form .form-text {
  color: #ededed;
  font-family: Montserrat;
  font-size: 1pc;
  font-weight: 500;
  line-height: 1.4pc;
  margin-bottom: 1pc;
}

.book-test-ride-container .test-bike-booking-details-container .booking-form .calendar-main .form-text {
  font-size: 14px;
  line-height: 21px;
}

@media (max-width: 768px) {
  .book-test-ride-container .test-bike-booking-details-container .booking-form .form-text {
    font-size: 14px;
  }
}

.book-test-ride-container .test-bike-booking-details-container .booking-form .date-time-selection,
.book-test-ride-container .test-bike-booking-details-container .booking-form .location-preference,
.book-test-ride-container .test-bike-booking-details-container .booking-form .purchase-timeline {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .book-test-ride-container .test-bike-booking-details-container .booking-form .location-preference {
    margin-bottom: 24px;
  }
}

.book-test-ride-container .test-bike-booking-details-container .booking-form .date-time-selection .location-options,
.book-test-ride-container .test-bike-booking-details-container .booking-form .date-time-selection .timeline-options,
.book-test-ride-container .test-bike-booking-details-container .booking-form .location-preference .location-options,
.book-test-ride-container .test-bike-booking-details-container .booking-form .location-preference .timeline-options,
.book-test-ride-container .test-bike-booking-details-container .booking-form .purchase-timeline .location-options,
.book-test-ride-container .test-bike-booking-details-container .booking-form .purchase-timeline .timeline-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
}

.book-test-ride-container .test-bike-booking-details-container .booking-form .date-time-selection .location-options .location-btn,
.book-test-ride-container .test-bike-booking-details-container .booking-form .date-time-selection .location-options .timeline-btn,
.book-test-ride-container .test-bike-booking-details-container .booking-form .date-time-selection .timeline-options .location-btn,
.book-test-ride-container .test-bike-booking-details-container .booking-form .date-time-selection .timeline-options .timeline-btn,
.book-test-ride-container .test-bike-booking-details-container .booking-form .location-preference .location-options .location-btn,
.book-test-ride-container .test-bike-booking-details-container .booking-form .location-preference .location-options .timeline-btn,
.book-test-ride-container .test-bike-booking-details-container .booking-form .location-preference .timeline-options .location-btn,
.book-test-ride-container .test-bike-booking-details-container .booking-form .location-preference .timeline-options .timeline-btn,
.book-test-ride-container .test-bike-booking-details-container .booking-form .purchase-timeline .location-options .location-btn,
.book-test-ride-container .test-bike-booking-details-container .booking-form .purchase-timeline .location-options .timeline-btn,
.book-test-ride-container .test-bike-booking-details-container .booking-form .purchase-timeline .timeline-options .location-btn,
.book-test-ride-container .test-bike-booking-details-container .booking-form .purchase-timeline .timeline-options .timeline-btn {
  background-color: #333;
  border-width: 1px !important;
  border: 1px solid #474747;
  color: #ededed;
  cursor: pointer;
  font-family: Montserrat;
  font-size: 9pt;
  font-weight: 400;
  line-height: 1.4pc;
  padding: 11.5px 2rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.book-test-ride-container .test-bike-booking-details-container .booking-form .date-time-selection .location-options .location-btn:hover,
.book-test-ride-container .test-bike-booking-details-container .booking-form .date-time-selection .location-options .timeline-btn:hover,
.book-test-ride-container .test-bike-booking-details-container .booking-form .date-time-selection .timeline-options .location-btn:hover,
.book-test-ride-container .test-bike-booking-details-container .booking-form .date-time-selection .timeline-options .timeline-btn:hover,
.book-test-ride-container .test-bike-booking-details-container .booking-form .location-preference .location-options .location-btn:hover,
.book-test-ride-container .test-bike-booking-details-container .booking-form .location-preference .location-options .timeline-btn:hover,
.book-test-ride-container .test-bike-booking-details-container .booking-form .location-preference .timeline-options .location-btn:hover,
.book-test-ride-container .test-bike-booking-details-container .booking-form .location-preference .timeline-options .timeline-btn:hover,
.book-test-ride-container .test-bike-booking-details-container .booking-form .purchase-timeline .location-options .location-btn:hover,
.book-test-ride-container .test-bike-booking-details-container .booking-form .purchase-timeline .location-options .timeline-btn:hover,
.book-test-ride-container .test-bike-booking-details-container .booking-form .purchase-timeline .timeline-options .location-btn:hover,
.book-test-ride-container .test-bike-booking-details-container .booking-form .purchase-timeline .timeline-options .timeline-btn:hover {
  background-color: #444;
}

.book-test-ride-container .test-bike-booking-details-container .booking-form .date-time-selection .location-options .location-btn.selected,
.book-test-ride-container .test-bike-booking-details-container .booking-form .date-time-selection .location-options .timeline-btn.selected,
.book-test-ride-container .test-bike-booking-details-container .booking-form .date-time-selection .timeline-options .location-btn.selected,
.book-test-ride-container .test-bike-booking-details-container .booking-form .date-time-selection .timeline-options .timeline-btn.selected,
.book-test-ride-container .test-bike-booking-details-container .booking-form .location-preference .location-options .location-btn.selected,
.book-test-ride-container .test-bike-booking-details-container .booking-form .location-preference .location-options .timeline-btn.selected,
.book-test-ride-container .test-bike-booking-details-container .booking-form .location-preference .timeline-options .location-btn.selected,
.book-test-ride-container .test-bike-booking-details-container .booking-form .location-preference .timeline-options .timeline-btn.selected,
.book-test-ride-container .test-bike-booking-details-container .booking-form .purchase-timeline .location-options .location-btn.selected,
.book-test-ride-container .test-bike-booking-details-container .booking-form .purchase-timeline .location-options .timeline-btn.selected,
.book-test-ride-container .test-bike-booking-details-container .booking-form .purchase-timeline .timeline-options .location-btn.selected,
.book-test-ride-container .test-bike-booking-details-container .booking-form .purchase-timeline .timeline-options .timeline-btn.selected {
  background-color: #403b29;
  border-bottom-width: 1px !important;
  border-color: #847543 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 768px) {

  .book-test-ride-container .test-bike-booking-details-container .booking-form .date-time-selection .location-options .location-btn,
  .book-test-ride-container .test-bike-booking-details-container .booking-form .date-time-selection .location-options .timeline-btn,
  .book-test-ride-container .test-bike-booking-details-container .booking-form .date-time-selection .timeline-options .location-btn,
  .book-test-ride-container .test-bike-booking-details-container .booking-form .date-time-selection .timeline-options .timeline-btn,
  .book-test-ride-container .test-bike-booking-details-container .booking-form .location-preference .location-options .location-btn,
  .book-test-ride-container .test-bike-booking-details-container .booking-form .location-preference .location-options .timeline-btn,
  .book-test-ride-container .test-bike-booking-details-container .booking-form .location-preference .timeline-options .location-btn,
  .book-test-ride-container .test-bike-booking-details-container .booking-form .location-preference .timeline-options .timeline-btn,
  .book-test-ride-container .test-bike-booking-details-container .booking-form .purchase-timeline .location-options .location-btn,
  .book-test-ride-container .test-bike-booking-details-container .booking-form .purchase-timeline .location-options .timeline-btn,
  .book-test-ride-container .test-bike-booking-details-container .booking-form .purchase-timeline .timeline-options .location-btn,
  .book-test-ride-container .test-bike-booking-details-container .booking-form .purchase-timeline .timeline-options .timeline-btn {
    width: 100%;
  }
}

.book-test-ride-container .test-bike-booking-details-container .booking-form .purchase-timeline {
  margin-bottom: 0 !important;
}

@media (max-width: 576px) {
  .book-test-ride-container .test-bike-booking-details-container .booking-form .purchase-timeline {
    margin-bottom: 24px !important;
  }
}

.book-test-ride-container .test-bike-booking-details-container .booking-form .date-time-selection {
  margin-bottom: 0;
}

.book-test-ride-container .test-bike-booking-details-container .booking-form .date-time-selection .calendar-wrapper {
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

@media (max-width: 768px) {
  .book-test-ride-container .test-bike-booking-details-container .booking-form .date-time-selection .calendar-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 24px;
  }
}

.book-test-ride-container .test-bike-booking-details-container .booking-form .date-time-selection .calendar-wrapper .calendar-main {
  -webkit-box-flex: 0.4;
  -ms-flex: 0.4;
  flex: 0.4;
}

.book-test-ride-container .test-bike-booking-details-container .booking-form .date-time-selection .calendar-wrapper .calendar-main .calender-input {
  margin-bottom: 1rem;
  position: relative;
}

@media (min-width: 769px) {
  .book-test-ride-container .test-bike-booking-details-container .booking-form .date-time-selection .calendar-wrapper .calendar-main .calender-input {
    display: none;
  }
}

.book-test-ride-container .test-bike-booking-details-container .booking-form .date-time-selection .calendar-wrapper .calendar-main .calender-input input {
  background-color: #282828;
  border: 1px solid #474747;
  color: #ededed;
  font-size: 14px;
  font-weight: 400;
  height: 3pc;
  line-height: 19.6px;
  outline: none;
  padding: 10px 20px;
  width: 100%;

  @media (max-width: 768px) {
    padding: 14px 16px;
  }
}

.book-test-ride-container .test-bike-booking-details-container .booking-form .date-time-selection .calendar-wrapper .calendar-main .calender-input span {
  color: #616161;
  font-size: 14px;
  font-weight: 400;
  left: 20px;
  line-height: 19.6px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.book-test-ride-container .test-bike-booking-details-container .booking-form .date-time-selection .calendar-wrapper .calendar-main .calender-input button {
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.book-test-ride-container .test-bike-booking-details-container .booking-form .date-time-selection .calendar-wrapper .calendar-main .calendar {
  background-color: #373737;
  margin-bottom: 40px;
  padding: 1pc;
}

@media (max-width: 768px) {
  .book-test-ride-container .test-bike-booking-details-container .booking-form .date-time-selection .calendar-wrapper .calendar-main .calendar {
    display: none;
  }

  .book-test-ride-container .test-bike-booking-details-container .booking-form .date-time-selection .calendar-wrapper .calendar-main .calendar.visible {
    display: block;
  }
}

.book-test-ride-container .test-bike-booking-details-container .booking-form .date-time-selection .calendar-wrapper .calendar-main .calendar .month-selector {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ededed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  justify-content: space-between;
  margin-bottom: 1rem;
}

@media (max-width: 567px) {
  .book-test-ride-container .test-bike-booking-details-container .booking-form .date-time-selection .calendar-wrapper .calendar-main .calendar .month-selector {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    font-size: 1pc;
    justify-content: space-evenly;
    margin-bottom: 23px;
  }
}

.book-test-ride-container .test-bike-booking-details-container .booking-form .date-time-selection .calendar-wrapper .calendar-main .calendar .month-selector button {
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 1.2rem;
  padding: 0.5rem;
}

.book-test-ride-container .test-bike-booking-details-container .booking-form .date-time-selection .calendar-wrapper .calendar-main .calendar .month-selector button:hover {
  color: #fff;
}

.book-test-ride-container .test-bike-booking-details-container .booking-form .date-time-selection .calendar-wrapper .calendar-main .calendar .weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  margin-bottom: 0.5rem;
  text-align: center;
}

.book-test-ride-container .test-bike-booking-details-container .booking-form .date-time-selection .calendar-wrapper .calendar-main .calendar .weekdays span {
  color: #ededed;
  font-size: 9pt;
  font-weight: 500;
  line-height: 1.4pc;
  padding: 0.5rem;
}

@media (max-width: 567px) {
  .book-test-ride-container .test-bike-booking-details-container .booking-form .date-time-selection .calendar-wrapper .calendar-main .calendar .weekdays span {
    display: block;
    font-size: 14px;
    line-height: 16.94px;
    padding: 5px 0;
    width: auto;
  }
}

.book-test-ride-container .test-bike-booking-details-container .booking-form .date-time-selection .calendar-wrapper .calendar-main .calendar .days {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(7, 1fr);
}

.book-test-ride-container .test-bike-booking-details-container .booking-form .date-time-selection .calendar-wrapper .calendar-main .calendar .days span {
  border: 1px solid transparent;
  cursor: pointer;
  padding: 0.5rem;
  text-align: center;
}

@media (max-width: 567px) {
  .book-test-ride-container .test-bike-booking-details-container .booking-form .date-time-selection .calendar-wrapper .calendar-main .calendar .days span {
    display: block;
    padding: 5px 0;
    width: auto;
  }
}

.book-test-ride-container .test-bike-booking-details-container .booking-form .date-time-selection .calendar-wrapper .calendar-main .calendar .days span:hover:not(.disabled):not(.prev-month-day):not(.next-month-day) {
  background-color: #333;
}

.book-test-ride-container .test-bike-booking-details-container .booking-form .date-time-selection .calendar-wrapper .calendar-main .calendar .days span.selected {
  background: #848484 !important;
  border-bottom-width: 1px !important;
  border-color: #848484 !important;
  height: 35px;
  width: 35px;
}

.book-test-ride-container .test-bike-booking-details-container .booking-form .date-time-selection .calendar-wrapper .calendar-main .calendar .days span.disabled {
  color: #666;
  cursor: not-allowed;
}

.book-test-ride-container .test-bike-booking-details-container .booking-form .date-time-selection .calendar-wrapper .calendar-main .calendar .days span.next-month-day,
.book-test-ride-container .test-bike-booking-details-container .booking-form .date-time-selection .calendar-wrapper .calendar-main .calendar .days span.prev-month-day {
  color: #666;
  cursor: default;
  pointer-events: none;
}

.book-test-ride-container .test-bike-booking-details-container .booking-form .date-time-selection .calendar-wrapper .time-slot-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.book-test-ride-container .test-bike-booking-details-container .booking-form .date-time-selection .calendar-wrapper .time-slot-wrapper .time-slots .time-slot-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1pc;
}

@media (max-width: 576px) {
  .book-test-ride-container .test-bike-booking-details-container .booking-form .date-time-selection .calendar-wrapper .time-slot-wrapper .time-slots .time-slot-header {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
    justify-content: center;
    margin-bottom: 18px;
  }
}

.book-test-ride-container .test-bike-booking-details-container .booking-form .date-time-selection .calendar-wrapper .time-slot-wrapper .time-slots .time-slot-header .nav-button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  padding: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.book-test-ride-container .test-bike-booking-details-container .booking-form .date-time-selection .calendar-wrapper .time-slot-wrapper .time-slots .time-slot-header .nav-button .nav-icon {
  height: 20px;
  width: 20px;
}

.book-test-ride-container .test-bike-booking-details-container .booking-form .date-time-selection .calendar-wrapper .time-slot-wrapper .time-slots .time-slot-header .nav-button .nav-icon .arrow-path {
  fill: #ededed;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

.book-test-ride-container .test-bike-booking-details-container .booking-form .date-time-selection .calendar-wrapper .time-slot-wrapper .time-slots .time-slot-header .nav-button:hover:not(:disabled) .arrow-path {
  fill: #fff;
}

.book-test-ride-container .test-bike-booking-details-container .booking-form .date-time-selection .calendar-wrapper .time-slot-wrapper .time-slots .time-slot-header .nav-button.disabled-btn,
.book-test-ride-container .test-bike-booking-details-container .booking-form .date-time-selection .calendar-wrapper .time-slot-wrapper .time-slots .time-slot-header .nav-button:disabled {
  cursor: not-allowed;
  opacity: 0.4;
}

.book-test-ride-container .test-bike-booking-details-container .booking-form .date-time-selection .calendar-wrapper .time-slot-wrapper .time-slots .time-slot-header .time-range {
  color: #ededed;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4pc;
  margin: 0;
  min-width: 180px;
  text-align: center;
}

.book-test-ride-container .test-bike-booking-details-container .booking-form .date-time-selection .calendar-wrapper .time-slot-wrapper .time-slots .slots-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 768px) {
  .book-test-ride-container .test-bike-booking-details-container .booking-form .date-time-selection .calendar-wrapper .time-slot-wrapper .time-slots .slots-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .book-test-ride-container .test-bike-booking-details-container .booking-form .date-time-selection .calendar-wrapper .time-slot-wrapper .time-slots .slots-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.book-test-ride-container .test-bike-booking-details-container .booking-form .date-time-selection .calendar-wrapper .time-slot-wrapper .time-slots .slots-grid .time-slot {
  background-color: #333;
  border: 1px solid #474747;
  color: #ededed;
  cursor: pointer;
  font-family: Montserrat;
  font-size: 9pt;
  font-weight: 400;
  line-height: 1.4pc;
  padding: 1rem;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.book-test-ride-container .test-bike-booking-details-container .booking-form .date-time-selection .calendar-wrapper .time-slot-wrapper .time-slots .slots-grid .time-slot:hover {
  background-color: #444;
}

.book-test-ride-container .test-bike-booking-details-container .booking-form .date-time-selection .calendar-wrapper .time-slot-wrapper .time-slots .slots-grid .time-slot.selected {
  background-color: #403b29;
  border-bottom-width: 1px !important;
  border-color: #847543 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.book-test-ride-container .test-bike-booking-details-container .booking-form .date-time-selection .calendar-wrapper .time-slot-wrapper .time-slots .slots-grid .time-slot.disabled {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}

.book-test-ride-container .test-bike-booking-details-container .booking-actions {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-end;
  margin-top: 40px;
}

@media (max-width: 768px) {
  .book-test-ride-container .test-bike-booking-details-container .booking-actions {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    background-color: #282828;
    justify-content: center;
    margin-top: 24px;
    padding: 1pc 24px;
  }
}

@media (max-width: 576px) {
  .book-test-ride-container .test-bike-booking-details-container .booking-actions {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    gap: 15px;
    justify-content: space-between;
    margin-top: 24px;
  }
}

.book-test-ride-container .test-bike-booking-details-container .booking-actions a,
.book-test-ride-container .test-bike-booking-details-container .booking-actions button {
  border: none;
  color: #ededed;
  cursor: pointer;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4pc;
  padding: 1rem 4rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 576px) {

  .book-test-ride-container .test-bike-booking-details-container .booking-actions a,
  .book-test-ride-container .test-bike-booking-details-container .booking-actions button {
    font-size: 9pt;
    line-height: 1.4pc;
  }
}

.book-test-ride-container .test-bike-booking-details-container .booking-actions a.back-btn,
.book-test-ride-container .test-bike-booking-details-container .booking-actions button.back-btn {
  background-color: transparent;
  border: 1px solid #a7a7a7;
  color: #ededed;
}

.book-test-ride-container .test-bike-booking-details-container .booking-actions a.back-btn:hover,
.book-test-ride-container .test-bike-booking-details-container .booking-actions button.back-btn:hover {
  background-color: #333;
}

@media (max-width: 576px) {

  .book-test-ride-container .test-bike-booking-details-container .booking-actions a.back-btn,
  .book-test-ride-container .test-bike-booking-details-container .booking-actions button.back-btn {
    padding: 1rem 0.5rem;
    width: 100%;
    text-align: center;
  }
}

.book-test-ride-container .test-bike-booking-details-container .booking-actions a.submit-button,
.book-test-ride-container .test-bike-booking-details-container .booking-actions button.submit-button {
  -webkit-backdrop-filter: blur(66px);
  backdrop-filter: blur(66px);
  background: linear-gradient(112.38deg,
      hsla(0, 0%, 100%, 0.5) -120.84%,
      hsla(0, 0%, 100%, 0.1) 79.67%);
  border: 1px solid;
  border-image-source: linear-gradient(131.33deg,
      hsla(0, 0%, 100%, 0.26) -34.97%,
      hsla(0, 0%, 100%, 0) 114.31%);
}

.book-test-ride-container .test-bike-booking-details-container .booking-actions a.submit-button:disabled,
.book-test-ride-container .test-bike-booking-details-container .booking-actions button.submit-button:disabled {
  background: #373737;
  border: none;
  color: #181818;
  cursor: not-allowed;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4pc;
  text-transform: uppercase;
  width: auto;
}

.book-test-ride-container .test-bike-booking-details-container .booking-actions a.submit-button:hover:not(:disabled),
.book-test-ride-container .test-bike-booking-details-container .booking-actions button.submit-button:hover:not(:disabled) {
  background: linear-gradient(104.31deg,
      hsla(0, 0%, 100%, 0.7) -84.21%,
      transparent 102.45%);
}

@media screen and (max-width: 768px) {

  .book-test-ride-container .test-bike-booking-details-container .booking-actions a.submit-button,
  .book-test-ride-container .test-bike-booking-details-container .booking-actions button.submit-button {
    color: #daaa00 !important;
  }
}

@media (max-width: 576px) {

  .book-test-ride-container .test-bike-booking-details-container .booking-actions a.submit-button,
  .book-test-ride-container .test-bike-booking-details-container .booking-actions button.submit-button {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 1rem 1.2rem;
  }
}

.book-test-ride-container .book-test-ride-button {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.book-test-ride-container .book-test-ride-button .proceed-book-button,
.book-test-ride-container .book-test-ride-button .select-motorcycle-proceed {
  -webkit-backdrop-filter: blur(66px);
  backdrop-filter: blur(66px);
  background: linear-gradient(112.38deg,
      hsla(0, 0%, 100%, 0.5) -120.84%,
      hsla(0, 0%, 100%, 0.1) 79.67%);
  border: none !important;
  border: 1px solid;
  border-image-source: linear-gradient(131.33deg,
      hsla(0, 0%, 100%, 0.26) -34.97%,
      hsla(0, 0%, 100%, 0) 114.31%);
  color: #ededed;
  cursor: pointer;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4pc;
  margin-top: 40px;
  padding: 18px 70px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.book-test-ride-container .book-test-ride-button .proceed-book-button:hover,
.book-test-ride-container .book-test-ride-button .select-motorcycle-proceed:hover {
  background: linear-gradient(104.31deg,
      hsla(0, 0%, 100%, 0.7) -84.21%,
      transparent 102.45%);
}

.book-test-ride-container .book-test-ride-button .proceed-book-button:disabled,
.book-test-ride-container .book-test-ride-button .select-motorcycle-proceed:disabled {
  background-color: #555;
  cursor: not-allowed;
}

.book-test-ride-container .book-test-ride-button .select-motorcycle-proceed {
  padding: 18px 70px;
}

@media (max-width: 768px) {

  .book-test-ride-container .book-test-ride-button .proceed-book-button,
  .book-test-ride-container .book-test-ride-button .select-motorcycle-proceed {
    color: #daaa00 !important;
    font-weight: 9pt !important;
    margin-top: 20px !important;
    padding: 20px;
    width: 100%;
  }

  .book-test-ride-container .book-test-ride-button .proceed-book-button {
    margin-top: 27.5px !important;
    padding: 20px;
  }
}

.book-test-ride-container .suggestions-container {
  position: relative;
}

.book-test-ride-container .suggestions {
  left: 0;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 10;
}

.book-test-ride-container .suggestions-list {
  background-color: #282828;
  border: 1px solid #444;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  max-height: 200px;
  overflow-y: auto;
  z-index: 1000;
}

.book-test-ride-container [role="option"] {
  color: #fff;
  cursor: pointer;
  padding: 10px 15px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.book-test-ride-container [role="option"]:hover {
  background-color: #da291c;
}

.book-test-ride-container [role="option"].selected {
  background-color: #da291c;
  font-weight: 700;
}

.book-test-ride-container .suggestions-help {
  color: #ccc;
  font-size: 9pt;
  margin-top: 5px;
}

.gallery-item {
  overflow: hidden;
}

.gallery-item img {
  left: -40px;
  position: relative;
  scale: 1.3;
}

.book-test-ride-container {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.book-test-ride-container.show {
  opacity: 1;
}