@charset "UTF-8";
/* Abstracts - variables, functions, mixins, placeholders, etc */
:root {
  --root-font: 10px;
  --font-gotham:"gothammedium";
  --font-prime: "primeregular";
  --primary-blue: #0f7fe7;
  --secondary-blue: #1383e8;
  --tertiary-blue: #2b99f7;
  --quaternary-blue: #0070be;
  --quaternary-dark-blue: #141fff;
  --quaternary-dark-blue-1: #3f98c5;
  --quaternary-blue-rgb: 0, 112, 190;
  --quaternary-blue-light: #3997c8;
  --connect-blue: #3aa4ff;
  --logo-blue: #252362;
  --txt-blue: #193983;
  --sky-blue: #44d5ff;
  --light-blue: #eef7fe;
  --dark-blue: #2e9df7;
  --mid-blue: #ddf2fd;
  --white: #ffffff;
  --black: #000000;
  --grey-1: #6e6e6e;
  --grey-2: #a7a7a7;
  --grey-3: #cecece;
  --grey-4: #f4f4f4;
  --grey-5: #e2e3e4;
  --grey-6: #cccccc;
  --grey-7: #c3c3c3;
  --grey-8: #e8e8e8;
  --grey-9: #bcbcbc;
  --grey-10: #d7d7d7;
  --grey-11: #ebebeb;
  --grey-12: #fdfdfd;
  --grey-13: #f1f2f2;
  --grey-14: #939598;
  --grey-15: #848484;
  --grey-16: #e6e7e8;
  --grey-17: #a7a9ac;
  --grey-18: #b8b8b8;
  --grey-19: #e5e5e5;
  --grey-20: #efeff0;
  --grey-21: #f3f4f4;
  --grey-22: #f9f9f9;
  --grey-23: #f7f7f7;
  --grey-24: #4e4e50;
  --grey-25: #fafafa;
  --grey-26: #f6f6f6;
  --grey-27: #585858;
  --grey-28: #333333;
  --grey-29: #999999;
  --grey-30: #e7e7e7;
  --grey-31: #666666;
  --grey-32: #dddddd;
  --grey-33: #222222;
  --grey-34: #fbfaf8;
  --grey-35: #3b3b3b;
  --grey-36: #9e9e9e;
  --skay-11: #1b5586;
  --skay-12: #44a5f8;
  --skay-13: #42bbfb;
  --pink-1: #eca399;
  --pink-2: #fdebcc;
  --varient-color-3: #14558b;
  --varient-color-4: #57d9ff;
  --tvs-darkestblue: #1b2f40;
  --tvs-darkblue: #1b5688;
  --light-grey-1: #f0f0f0;
  --dark-grey-1: #4b4b4b;
  --dark-grey-2: #909090;
  --dark-grey-3: #bcbec0;
  --primary-green: #36ff86;
  --secondary-green: #33bb83;
  --tertiery-green: #32dcbd;
  --primary-red: #d71920;
  --primary-yellow: #faf2c9;
  --primary-sky-blue: #cdebf5;
  --light-red: #f7dcde;
  --tvs-red: #f12a00;
  --tvs-blue: #183883;
  --red-1: #e60000;
  --red-2: #ff7373;
  --red-3: #ed1c24;
  --red-4: #e48a7e;
  --light-sky-blue-1: #eaf5fe;
  --light-yellow: #f9f2c8;
  --light-sky: #d0eef9;
  --light-pink: #f6dadc;
  --yellow-1: #fb9b29;
  --yellow-2: #ffc22f;
  --yellow-3:#d2b22d;
  --olive-green: #455b2f;
  --racing-red-glossy: #c82e30;
  --midnight-blue: #2f315b;
  --midnight-dark-blue: #031f31;
  --titanium-grey-glossy: #878a93;
  --pearl-white: #ffffff;
  --mercury-grey-glossy: #5e6370;
  --mint-blue-glossy: #87b9e3;
  --lucid-yellow: #ebc53e;
  --copper-bronze-glossy: #945e54;
  --starlite-blue-glossy: #1e3d70;
  --titanium-grey-matte: #878a93;
  --coral-sand-glossy: #deaa8e;
  --copper-bronze-matte: #945e54;
  --color-olive-green: #ff9600;
  --color-midnight-lime: #00da00;
  --lime-1: #46a02e;
  --lime-2: #12f900;
  --lime-3:#60b97f;
  --lime-4:#37AA24;
  --brand-color: #a6ddb9;
  --brand-color-1:#7ec797;
  --brand-color-2:#d2eedc;
  --brand-color-fade:#eff8f1;
  --brand-color-yellow-fade:#fef8e1;
  --shinning-red:#c41616;
  --brand-color-pink: #f8aba1;
  --brand-color-yellow: #fadc5e;
  --yellow-02: #FEA218;
  --light-blue-sky: #53aad6;
  --light-black: #36a9f9;
  --font-grey: rgba(0, 0, 0, 0.8);
  --font-light-grey: rgba(0, 0, 0, 0.3);
  --font-very-light-grey: rgba(0, 0, 0, 0.1);
  --font-blue: rgba(0, 0, 0, 0.6);
  --font-black: rgba(0, 0, 0, 0.2);
  --font-light-blue: rgba(0, 0, 0, 0.06);
  --border-grey: rgba(0, 0, 0, 0.15);
  --border-dashed-grey: rgba(75, 75, 75, 0.7);
  --border-off-white: rgb(255, 255, 255, 0.4);
  --font-light-white: rgb(255, 255, 255, 0.7);
  --font-shadow-white: rgb(255, 255, 255, 1);
  --bg-dark-blue: rgb(65, 186, 251, 0.15);
  --border-grey-dark: rgba(75, 75, 75, 0.7);
  --header-shadow: 6px 10.4px 24.8px 2.2px rgba(0, 0, 0, 0.20);
  --header-height: 6rem;
  --btn-primary-start-color: #2993dc;
  --btn-primary-end-color: #2484c6;
  --btn-secondary-start-color: #585858;
  --btn-secondary-end-color: #3e3e3e;
  --btn-warning-start-color: #ff9000;
  --btn-warning-end-color: #f92900;
  --btn-warning-text: #fc5600;
  --btn-light-warning-text: #ff5400;
  --shadow-lg: 0px 18px 76.1px 4.9px rgba(0, 0, 0, 0.15);
  --shadow-md: 0px 5px 14.7px 1.3px rgba(0, 0, 0, 0.10);
  --shadow-sm: 0px 6px 12px 0 rgba(0, 0, 0, 0.3);
  --shadow-xs: 0px 4px 8.1px 0.9px rgba(0, 0, 0, 0.15);
  --shadow-xxs: 0px 3px 3px 0 rgba(0, 0, 0, 0.1);
  --input-shadow: 0px 2px 8.5px 0.5px rgba(0, 0, 0, 0.16);
  --btn-shadow-desktop: 0px 9px 40.7px 8.3px rgba(0, 0, 0, 0.23);
  --icon-shadow: 0px 6px 5.6px 0.4px rgba(0, 0, 0, 0.15);
  --shadow-light: 0px 5px 10px 0 rgba(0, 0, 0, 0.15);
  --card-md: 0px 5px 13.5px 1.5px rgba(0, 0, 0, 0.25);
  --text-shadow: -3px 0px 7.7px rgba(0, 0, 0, 0.23);
  --card-shadow: 0px 9px 35.1px 4.9px rgba(20, 10, 10, 0.1);
  --card-light-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
  --link-card-shadow: 0px 18px 76.1px 4.9px rgba(0, 0, 0, 0.16);
  --sticky-header-shadow: 0px 0px 15px -7px rgba(0, 0, 0, 0.4);
  --sticky-header-dark-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
  --dashboard-shadow: 1px 1px 23px -5px rgba(206, 206, 206, 1);
  --dashboard-shadow-left: 5px 1px 21px -8px rgba(206, 206, 206, 1);
  --dashboard-shadow-expand: 1px 10px 10px 0px rgba(0, 0, 0, 0.08);
  --fual-box-shadow: 2.5px 4.3px 5px 0 rgba(0, 0, 0, 0.1);
  --faq-shadow: 0 2px 10px 0 rgb(0 0 0 / 25%);
  --popup-shadow: 0px 10px 18.8px 6.3px rgba(0, 0, 0, 0.3);
  --sticky-notes-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.15);
  --variant-btn-shadow: 0px 9px 18px 2px rgba(0, 0, 0, 0.15);
  --variant-fill-shadow: 5px 1.7px 15px 0 rgb(0 0 0 / 10%);
  --camparision-card-shadow: 0px 14px 18.6px 1.4px rgba(0, 0, 0, 0.15);
  --tabs-shadow: 0px 3px 14px 0 rgba(0, 0, 0, 0.3);
  --acc-shadow: 0px 7px 7.8px 0.2px rgba(0, 0, 0, 0.15);
}

body, html {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: 100%;
}

.full-width {
  width: 100%;
}

.full-height {
  height: 100% !important;
}

.link {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 400;
  color: var(--secondary-green);
}
.link i {
  font-size: 0.8rem;
  line-height: 1.2rem;
}
.link:hover {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 400;
  color: var(--secondary-green);
}

.link-primary {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 400;
  color: var(--tertiary-blue);
}
.link-primary:hover {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 400;
  color: var(--tertiary-blue);
}

.bg-none {
  background-image: none !important;
}

.word-break {
  word-break: break-all;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellip {
  display: block;
  height: 100%;
}

.ellip-line {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

.ellip,
.ellip-line {
  position: relative;
  overflow: hidden;
  max-width: 100%;
}

.no-data {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
  color: var(--black);
  padding: 6rem 0;
}

.d-responsive {
  display: contents;
}

.a-normal {
  text-decoration: underline;
}
.a-normal:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767.98px) {
  .d-responsive {
    display: block;
  }
  .separator-sm {
    border-bottom: 1px solid var(--grey-16);
  }
  .with-separator {
    margin-top: 2rem;
  }
  .no-data {
    font-size: 1.4rem;
    line-height: 1.8rem;
    padding: 4rem 0;
  }
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px var(--white) inset !important;
}

/* Base - base, reset, typography, etc */
html {
  font-size: var(--root-font);
}
@media screen and (max-width: 767.98px) {
  html {
    font-size: calc(1vw + 6.4px);
  }
}

body {
  font-family: "Roboto", sans-serif;
}

* {
  box-sizing: border-box;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

::-webkit-scrollbar {
  width: 0.4rem;
  height: 0.4rem;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0.5rem rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 0.5rem rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  outline: 1px solid var(--grey-7);
  border-radius: 20rem;
}

a,
a:hover,
a:focus,
button,
button:hover,
button:focus {
  outline: none;
  color: currentColor;
  text-decoration: none;
}

section {
  position: relative;
}
section h3 {
  font-size: 4rem;
  line-height: 4.4rem;
  font-weight: 300;
}

.btd-section {
  padding-top: 2rem;
  padding-bottom: 3.6rem;
  min-height: calc(100vh - 160px);
}
.btd-section.feedback-form-wrapper.thank-you {
  display: flex;
  align-items: center;
  padding-top: 0rem;
}
.btd-section.no-header {
  min-height: calc(100vh - 60px);
}
.btd-section.no-header .payment-status {
  margin-top: 0;
}
@media screen and (max-width: 767.98px) {
  .btd-section {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 1200px) {
  .container-md {
    max-width: 1200px;
  }
  .container-md.dealer-loc {
    max-width: 1300px;
  }
}
.curve {
  position: absolute;
  left: 0;
  max-width: 100%;
  display: block;
}
.curve.top {
  top: -2px;
  border-top: 0px solid var(--white);
}
.curve.bottom {
  bottom: -2px;
  border-bottom: 0px solid var(--white);
}

.ie-browser-alert {
  position: fixed;
  z-index: 9999;
  background: #000;
  color: #fff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  text-align: center;
}
.ie-browser-alert .inner-wrapper {
  height: 100%;
  width: 100%;
}
.ie-browser-alert span {
  margin-bottom: 20px;
  font-size: 26px;
}
.ie-browser-alert p {
  font-size: 18px;
}
.ie-browser-alert .content {
  width: 700px;
  padding: 30px;
  border: 2px solid #fff;
  border-radius: 20px;
}

.ie-browser {
  overflow: hidden;
}
.ie-browser .ie-browser-alert {
  display: block;
}

#snackbar {
  visibility: hidden;
  max-width: 600px;
  background-color: var(--grey-15);
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
  color: var(--white);
  text-align: center;
  border-radius: 1rem;
  padding: 2rem;
  position: fixed;
  z-index: 111;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 10rem;
}
@media screen and (max-width: 767.98px) {
  #snackbar {
    margin: 0 1.5rem;
    font-size: 1.2rem;
    line-height: 1.6rem;
    padding: 1rem;
    bottom: 8rem;
  }
}

.disclaimer {
  font-size: 1.2rem;
  line-height: 1.6rem;
}
.disclaimer a {
  font-size: 1.6rem;
  line-height: 2rem;
  color: var(--primary-blue);
}

.hyper-link a {
  color: var(--primary-blue);
}
.hyper-link a:hover {
  color: var(--primary-blue);
}

.showmessage {
  visibility: visible !important;
  -webkit-animation: fadein 1s, fadeout 1s 4.5s;
  animation: fadein 1s, fadeout 1s 4.5s;
}

.booking-suspended {
  font-size: 2.8rem;
  line-height: 3.2rem;
  font-weight: 400;
  color: var(--tertiary-blue);
}
@media screen and (max-width: 767.98px) {
  .booking-suspended {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
}

.operation-suspensed {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
  color: var(--tertiary-blue);
}

.acceptance label {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
  color: var(--grey-33);
}
.acceptance a {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-33);
  text-decoration: underline;
}
.acceptance.long-lable .custom-checkbox .checkmark {
  top: 2.4rem;
  margin-left: 0;
}

.share-on {
  margin-top: 2rem;
}
.share-on a + a {
  margin-left: 2rem;
}

@media screen and (max-width: 767.98px) {
  .suspended-msg {
    padding-top: 3rem;
    font-weight: 500;
  }
  .acceptance label {
    font-size: 1.3rem;
    line-height: 1.7rem;
  }
  .acceptance a {
    font-size: 1.3rem;
    line-height: 1.7rem;
  }
  .share-on {
    margin-top: 1rem;
  }
  .share-on img {
    width: 4rem;
  }
  .share-on a + a {
    margin-left: 1.5rem;
  }
  section h3 {
    font-size: 3rem;
    line-height: 3.4rem;
    font-weight: 300;
  }
}
@media screen and (max-width: 575.98px) {
  .suspended-msg {
    padding-top: 1rem !important;
  }
}
/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 10rem;
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 10rem;
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  from {
    bottom: 10rem;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
@keyframes fadeout {
  from {
    bottom: 10rem;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
@media screen and (max-width: 767.98px) {
  @-webkit-keyframes fadein {
    from {
      bottom: 0;
      opacity: 0;
    }
    to {
      bottom: 8rem;
      opacity: 1;
    }
  }
  @keyframes fadein {
    from {
      bottom: 0;
      opacity: 0;
    }
    to {
      bottom: 8rem;
      opacity: 1;
    }
  }
  @-webkit-keyframes fadeout {
    from {
      bottom: 8rem;
      opacity: 1;
    }
    to {
      bottom: 0;
      opacity: 0;
    }
  }
  @keyframes fadeout {
    from {
      bottom: 8rem;
      opacity: 1;
    }
    to {
      bottom: 0;
      opacity: 0;
    }
  }
}
.gm-style.place-card-large {
  display: none;
}

.gmnoprint {
  display: none;
}

.back {
  cursor: pointer;
}

.pointer {
  cursor: pointer;
}

.pointer-none {
  pointer-events: none;
}

.font-14 {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: var(--black);
}

.dashboard-pink {
  background: var(--brand-color-pink);
}

.dashboard-green {
  background: var(--brand-color);
}

.dashboard-yellow {
  background: var(--brand-color-yellow);
}

.dashboard-blue {
  background: var(--light-blue-sky);
}

.ui-menu .ui-menu-item {
  font-size: 1.8rem;
  line-height: 22px;
  margin: 0;
  padding: 0;
}

.racing-red-glossy {
  background: var(--racing-red-glossy);
}

.titanium-grey-glossy {
  background: var(--titanium-grey-glossy);
}

.pearl-white {
  background: var(--pearl-white);
}

.mercury-grey-glossy {
  background: var(--mercury-grey-glossy);
}

.mint-blue-glossy {
  background: var(--mint-blue-glossy);
}

.lucid-yellow {
  background: var(--lucid-yellow);
}

.copper-bronze-glossy {
  background: var(--copper-bronze-glossy);
}

.starlite-blue-glossy {
  background: var(--starlite-blue-glossy);
}

.titanium-grey-matte {
  background: var(--titanium-grey-matte);
}

.coral-sand-glossy {
  background: var(--coral-sand-glossy);
}

/* Components - buttons, carousel, dropdown, etc */
.btn {
  border: none;
  font-size: 1.3rem;
  line-height: 1.7rem;
  font-weight: 600;
  letter-spacing: 0.13px;
  padding: 0.7rem 2rem;
}
.btn.btn-rounded {
  border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  -ms-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
}
.btn.btn-primary {
  background: var(--sky-blue);
  color: var(--white);
  background: -webkit-linear-gradient(top, var(--sky-blue), var(--primary-blue));
  background: linear-gradient(to bottom, var(--sky-blue), var(--primary-blue));
}
.btn.btn-secondary {
  background: var(--btn-secondary-start-color);
  color: var(--white);
  background: -webkit-linear-gradient(top, var(--btn-secondary-start-color), var(--btn-secondary-end-color));
  background: linear-gradient(to bottom, var(--btn-secondary-start-color), var(--btn-secondary-end-color));
}
.btn.btn-warning {
  background: var(--btn-warning-start-color);
  color: var(--white);
  background: -webkit-linear-gradient(top, var(--btn-warning-start-color), var(--btn-warning-end-color));
  background: linear-gradient(to bottom, var(--btn-warning-start-color), var(--btn-warning-end-color));
}
.btn.primary-gradient-btn {
  background: var(--grey-33);
  color: var(--white);
  background: -webkit-linear-gradient(top, var(--grey-33), var(--grey-33));
  background: linear-gradient(to bottom, var(--grey-33), var(--grey-33));
  color: var(--white);
  border-radius: 0.6rem;
  -webkit-border-radius: 0.6rem;
  -ms-border-radius: 0.6rem;
  -moz-border-radius: 0.6rem;
  box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 400;
  transition: 500ms ease 0s;
  -webkit-transition: 500ms ease 0s;
  -moz-transition: 500ms ease 0s;
  -ms-transition: 500ms ease 0s;
  padding: 1.4rem 3.5rem;
  border: none;
  text-align: center;
  min-width: 19rem;
  font-family: "gothammedium";
}
.btn.primary-gradient-btn:hover, .btn.primary-gradient-btn:focus {
  color: var(--white);
}
.btn.primary-gradient-btn[disabled], .btn.primary-gradient-btn.disabled {
  background: var(--grey-5);
  color: var(--grey-6);
  opacity: 1;
  box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  pointer-events: none;
}
.btn.primary-gradient-btn.btn-sm {
  min-width: 14rem;
  padding: 1rem 2rem;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
}
.btn.primary-gradient-btn.btn-sm.modal-btn {
  min-width: 18rem;
}
@media screen and (max-width: 767.98px) {
  .btn.primary-gradient-btn.btn-sm {
    font-size: 1.3rem;
    line-height: 1.7rem;
    font-weight: 500;
    box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
  }
}
.btn.primary-gradient-btn.btn-sm[disabled], .btn.primary-gradient-btn.btn-sm.disabled {
  box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
}
@media screen and (max-width: 1199.98px) {
  .btn.primary-gradient-btn {
    font-size: 1.4rem;
    line-height: 1.8rem;
    padding: 1.5rem;
    border-radius: 3rem;
    -webkit-border-radius: 3rem;
    -ms-border-radius: 3rem;
    -moz-border-radius: 3rem;
  }
}
@media screen and (max-width: 767.98px) {
  .btn.primary-gradient-btn {
    padding: 1.3rem 1.5rem;
    border-radius: 0.6rem;
    -webkit-border-radius: 0.6rem;
    -ms-border-radius: 0.6rem;
    -moz-border-radius: 0.6rem;
    min-width: 15rem;
    box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
  }
  .btn.primary-gradient-btn:hover, .btn.primary-gradient-btn:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
  }
  .btn.primary-gradient-btn.btn-sm {
    min-width: 11rem;
    height: 2.8rem;
    padding: 0 1rem;
  }
  .btn.primary-gradient-btn.btn-sm-full {
    min-width: 14rem;
  }
}
.btn.primary-gradient-btn.primary-outline-btn {
  background: var(--white);
  border: 2px solid var(--grey-33);
  color: var(--grey-33);
}
.btn.primary-gradient-btn.btn-primary-reverse {
  background: var(--white);
  color: var(--connect-blue);
}
.btn.btn-primary-reverse {
  background-color: var(--white);
  color: var(--tertiary-blue);
}
.btn.btn-with-icon {
  display: flex;
  padding: 0.8rem 1.5rem;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  border-width: 1px !important;
  align-items: center;
}
.btn.btn-with-icon i {
  margin-left: 0.5rem;
  font-size: 2rem;
  line-height: 2.4rem;
  background: -webkit-linear-gradient(var(--sky-blue), var(--primary-blue));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.btn.btn-with-icon:hover {
  color: var(--tertiary-blue);
}
.btn.outline-btn {
  background: transparent !important;
  border: 2px solid var(--grey-33);
  color: var(--grey-33);
}
@media screen and (max-width: 767.98px) {
  .btn.outline-btn {
    border: 1.2px solid var(--grey-33);
  }
  .btn.outline-btn.btn-sm {
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 500;
    min-width: 11rem;
    height: 4rem;
    padding: 0 1.5rem;
    color: var(--grey-33);
  }
}
.btn.outline-btn[disabled], .btn.outline-btn.disabled {
  background: var(--grey-5) !important;
  color: var(--grey-6);
  border: 2px solid var(--grey-5);
  opacity: 1;
  box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  pointer-events: none;
}
.btn.btn-lg {
  min-width: 20rem;
}
@media screen and (max-width: 767.98px) {
  .btn.btn-lg {
    min-width: 15rem;
  }
}
.btn.btn-md {
  min-width: 15rem;
}
@media screen and (max-width: 767.98px) {
  .btn.btn-md {
    min-width: 1rem;
  }
}
.btn.login-btn {
  background: linear-gradient(to bottom, var(--sky-blue), var(--primary-blue));
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  display: inline-flex;
  justify-content: center;
  padding: 1rem;
  align-items: center;
  font-size: 1.5rem;
  color: var(--white);
  margin-left: 1.2rem;
}
.btn.login-btn.is-disabled {
  background: var(--grey-7);
}
.btn.login-btn.logout-btn {
  background: linear-gradient(to bottom, var(--grey-10), var(--grey-10));
  display: flex;
}
.btn.login-btn.logout-btn > img {
  min-width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 1px solid var(--tertiary-blue);
  padding: 0.25rem;
}
.btn.login-btn.btn-link:hover, .btn.login-btn.btn-link:focus {
  text-decoration: none;
}
.btn.login-btn:hover {
  color: var(--white);
}

@media screen and (max-width: 767.98px) {
  a.btn {
    align-items: center;
    justify-content: center;
    display: inline-flex;
  }
  a.btn.outline-btn.btn-sm {
    padding: 0.5rem 1.5rem;
  }
}
.logout {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 4.7rem;
  right: -2rem;
  width: 23rem;
  z-index: 101;
  transform: translateY(-15%);
  -webkit-transform: translateY(-15%);
  -moz-transform: translateY(-15%);
  -ms-transform: translateY(-15%);
  transition: 300ms linear 0s;
  -webkit-transition: 300ms linear 0s;
  -moz-transition: 300ms linear 0s;
  -ms-transition: 300ms linear 0s;
}
.logout .btn {
  padding: 0rem;
}
.logout .arrow_box {
  position: relative;
  background: var(--white);
  box-shadow: -1px 1px 15px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 2rem 2rem;
  padding: 1.5rem;
}
.logout .arrow_box:after {
  bottom: 100%;
  left: 85%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: var(--white);
  border-width: 1rem;
  margin-left: -1rem;
}
.logout .arrow_box ul {
  padding: 0;
  margin-bottom: 0;
}
.logout .arrow_box ul li {
  list-style: none;
  border-bottom: 1px solid rgba(188, 188, 188, 0.1);
  padding-bottom: 1.2rem;
  margin-bottom: 1.2rem;
}
.logout .arrow_box ul li a {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 300;
  color: var(--black);
  display: flex;
  align-items: center;
  padding: 0;
}
.logout .arrow_box ul li a i:before {
  color: var(--grey-7);
  font-size: 2rem;
  margin-right: 1rem;
  margin-left: 1rem;
}
.logout .arrow_box ul li a:hover {
  text-decoration: none;
}
.logout .arrow_box ul li:last-child {
  border-bottom: 0px solid rgba(188, 188, 188, 0.1);
  padding-bottom: 0;
  margin-bottom: 0;
}
.logout .arrow_box ul li:last-child a {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: #2b99f7;
  padding: 0;
}
.logout .arrow_box ul li.dashboard a {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: #2b99f7;
  padding: 0;
}
.logout .user-profile {
  display: flex;
  align-items: center;
}
.logout .user-profile img {
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  border: 1px solid #2b99f7;
  padding: 0.25rem;
}
.logout .user-profile span {
  font-size: 1.3rem;
  line-height: 1.7rem;
  font-weight: 400;
  color: var(--black);
  letter-spacing: 0.13px;
  padding: 0 0.5rem 0 1rem;
}
.logout .user-profile span b {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 12rem;
}
@media screen and (max-width: 767.98px) {
  .logout {
    right: 0px;
    width: 100%;
  }
  .logout .arrow_box:after {
    left: 95%;
  }
}

.open-dp-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
}
.open-dp-menu + .logout {
  position: absolute;
  top: 4.7rem;
  right: -2rem;
  width: 23rem;
  z-index: 101;
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
}
@media screen and (max-width: 767.98px) {
  .open-dp-menu + .logout {
    right: 0px;
    width: 100%;
  }
  .open-dp-menu + .logout .arrow_box:after {
    left: 95%;
  }
}

.btn-link {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-1);
  padding: 0.5rem 0;
}
.btn-link:hover {
  color: var(--tertiary-blue);
}
.btn-link i {
  font-size: 1.1rem;
  line-height: 1.5rem;
  font-weight: 600;
}

.toggle-btn {
  box-shadow: 0px 5px 7.4px 0.6px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 5px 7.4px 0.6px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 5px 7.4px 0.6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 7.4px 0.6px rgba(0, 0, 0, 0.15);
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
  background: var(--sky-blue);
  color: var(--white);
  background: -webkit-linear-gradient(top, var(--sky-blue), var(--primary-blue));
  background: linear-gradient(to bottom, var(--sky-blue), var(--primary-blue));
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
  color: var(--white);
  padding: 0.7rem 1.5rem;
  display: flex;
  align-items: center;
}
.toggle-btn + .toggle-btn {
  border-top-left-radius: 0rem;
  border-bottom-left-radius: 0rem;
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
  box-shadow: 0px 5px 7.4px 0.6px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 5px 7.4px 0.6px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 5px 7.4px 0.6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 7.4px 0.6px rgba(0, 0, 0, 0.15);
}
.toggle-btn.active {
  background: var(--white);
  color: var(--logo-blue);
}
.toggle-btn.active:hover {
  color: var(--logo-blue);
}
.toggle-btn:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
}
.toggle-btn:hover {
  color: var(--white);
}
.toggle-btn.list-btn {
  font-size: 1.4rem;
  line-height: 1.8rem;
  padding: 0.7rem 1.3rem;
}

.btn-tansparent {
  padding: 0.5rem 1rem;
  font-size: 1.3rem;
  line-height: 1.7rem;
  font-weight: 400;
  color: var(--grey-33);
  font-family: "Roboto", sans-serif;
  display: flex;
  align-items: center;
}
.btn-tansparent i {
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 400;
  color: var(--grey-33);
  margin-right: 0.4rem;
}
.btn-tansparent:hover {
  color: var(--tvs-red);
}
.btn-tansparent + .btn-tansparent {
  margin-right: -1rem;
}

.outline-btn {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-33);
  border-radius: 1.8rem;
  -webkit-border-radius: 1.8rem;
  -ms-border-radius: 1.8rem;
  -moz-border-radius: 1.8rem;
  padding: 0.8rem 2rem;
  min-width: auto;
  border: 1px solid var(--grey-33);
}

.fill-btn {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--white);
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  padding: 1.2rem 2rem;
  min-width: auto;
  background: var(--grey-33);
  border: 1px solid var(--grey-33);
}
.fill-btn:hover, .fill-btn:focus, .fill-btn:active {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--white);
}

.large-card {
  border: 2px solid var(--white);
  box-shadow: var(--shadow-lg);
  -webkit-box-shadow: var(--shadow-lg);
  -ms-box-shadow: var(--shadow-lg);
  -moz-box-shadow: var(--shadow-lg);
  border-radius: 8rem;
  -webkit-border-radius: 8rem;
  -ms-border-radius: 8rem;
  -moz-border-radius: 8rem;
}
.large-card > .card-header {
  border-radius: 8rem 8rem 0 0;
  -webkit-border-radius: 8rem 8rem 0 0;
  -ms-border-radius: 8rem 8rem 0 0;
  -moz-border-radius: 8rem 8rem 0 0;
  border-bottom: none;
  padding: 2.6rem 3rem;
  background: var(--grey-4);
  position: relative;
}
.large-card > .card-header .back-navigation {
  position: absolute;
  top: 3.3rem;
  left: 4.2rem;
  text-decoration: none;
}
.large-card > .card-header .back-navigation i {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 800;
  color: var(--tertiary-blue);
  margin-right: 1rem;
}
.large-card > .card-header .back-navigation span {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
  color: var(--grey-2);
}
.large-card > .card-header h2 {
  font-size: 3rem;
  line-height: 3.4rem;
  font-weight: 300;
  color: var(--black);
}
.large-card > .card-header h2.heading {
  font-weight: 300;
}
.large-card > .card-header h4 {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
  color: var(--grey-1);
}
.large-card > .card-body {
  padding: 4.5rem 11.3rem;
}
@media screen and (min-width: 768px) {
  .large-card > .card-body {
    min-height: 60vh;
  }
}
.large-card > .card-body.test-ride-card {
  min-height: 74vh;
}
.large-card.dealer-card {
  width: 48.2rem;
  max-width: 100%;
}
.large-card.dealer-card .card-header h2 {
  font-size: 3rem;
  line-height: 3.4rem;
  font-weight: 300;
  color: var(--black);
}
.large-card.dealer-card > .card-body {
  padding: 6.1rem 3rem;
}
@media screen and (min-width: 768px) {
  .large-card.dealer-card > .card-body {
    min-height: 4.16rem;
  }
}
.large-card.with-step-wizard > .card-body:before {
  background: none;
}
.large-card.with-step-wizard > .card-header {
  border-radius: 8rem 8rem 50% 50%/8rem 8rem 10% 10%;
}
@media screen and (max-width: 1199.98px) {
  .large-card > .card-header {
    padding: 2rem 7rem;
  }
  .large-card > .card-header h2 {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
  .large-card > .card-header h4 {
    font-size: 1.3rem;
    line-height: 1.7rem;
  }
  .large-card > .card-body {
    padding: 3rem 7rem;
  }
}
@media screen and (max-width: 991.98px) {
  .large-card > .card-body {
    padding: 3rem;
  }
  .large-card.with-step-wizard > .card-body {
    padding-top: 2.5rem;
  }
  .large-card.with-step-wizard > .card-header {
    border-radius: 8rem 8rem 50% 50%/8rem 8rem 5% 5%;
  }
}
@media screen and (max-width: 767.98px) {
  .large-card {
    position: static;
    box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: calc(-1 * var(--header-height));
  }
  .large-card > .card-header {
    border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    padding: calc(var(--header-height) + 2rem) 3rem 1rem;
    position: relative;
    z-index: 1;
  }
  .large-card > .card-header h2 {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .large-card > .card-header h4 {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  .large-card > .card-body {
    padding: 5rem 1.5rem 3rem;
    position: relative;
  }
  .large-card > .card-body:before {
    background: var(--grey-4);
    content: "";
    height: 3rem;
    width: 100%;
    position: absolute;
    left: 0;
    top: -1.6rem;
    border-bottom-left-radius: 100%;
    border-bottom-right-radius: 100%;
  }
  .large-card > .card-body.test-ride-card {
    min-height: 60vh;
  }
  .large-card > .card-body.test-ride-card:before {
    display: none;
  }
  .large-card.with-step-wizard > .card-header {
    border-radius: 0 0 60% 60%/0 0 5% 5%;
  }
}

.info-card {
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border: 1px solid var(--grey-8);
  overflow: hidden;
}
.info-card.card-bg {
  background: linear-gradient(var(--white), var(--grey-4));
}
.info-card > .card-body {
  padding: 2.4rem;
  padding-bottom: 0;
}
.info-card .edit-section {
  position: absolute;
  right: 2.4rem;
  z-index: 99;
}
.info-card .edit-section i {
  font-size: 2.3rem;
  margin-left: 1rem;
  background: -webkit-linear-gradient(var(--sky-blue), var(--primary-blue));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.info-card .media {
  margin-bottom: 2.8rem;
}
.info-card .media i {
  font-size: 2rem;
  background: -webkit-linear-gradient(var(--primary-green), var(--secondary-green));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: 0.5rem;
  min-width: 3rem;
}
.info-card .media .icon-dealership {
  font-size: 2.3rem;
  background: -webkit-linear-gradient(var(--light-blue-sky), var(--light-blue-sky));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.info-card .media .icon-location {
  background: -webkit-linear-gradient(var(--brand-color-1), var(--brand-color-1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.info-card .media .icon-mobile {
  background: -webkit-linear-gradient(var(--red-4), var(--red-4));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.info-card .media h5 {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: var(--dark-grey-1);
  margin-bottom: 0.5rem;
}
.info-card .media p {
  font-size: 1.6rem;
  line-height: 2rem;
  color: var(--grey-33);
  margin-bottom: 0;
  font-family: "gothammedium";
}
.info-card .seperate-edit {
  position: relative;
  padding-right: 3rem;
}
.info-card .seperate-edit a {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
}
.info-card .seperate-edit a i {
  font-size: 1.6rem;
  margin: 0 0 0 1rem;
  background: -webkit-linear-gradient(var(--grey-33), var(--grey-33));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.info-card .seperate-edit a p {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: var(--grey-33);
  margin: 0 0 0 0.5rem;
}
.info-card .seperate-edit + .seperate-edit {
  border-top: 1px solid var(--grey-8);
  padding-top: 2.5rem;
}
.info-card .seperate-edit + .seperate-edit a {
  top: 2.5rem;
}
@media screen and (max-width: 1199.98px) {
  .info-card .media-body {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .info-card {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .info-card {
    margin-bottom: 2rem;
    border-radius: 1.3rem;
    -webkit-border-radius: 1.3rem;
    -ms-border-radius: 1.3rem;
    -moz-border-radius: 1.3rem;
    border-width: 1px;
  }
  .info-card > .card-body {
    padding: 1.5rem;
    padding-bottom: 0.5rem;
  }
  .info-card > .card-body .media {
    margin-bottom: 2rem;
  }
  .info-card > .card-body .media i {
    font-size: 1.5rem;
    margin-right: 0;
  }
  .info-card > .card-body .media .icon-dealership {
    font-size: 1.8rem;
  }
  .info-card > .card-body .media h5 {
    font-size: 1.4rem;
    line-height: 1.8rem;
    margin-bottom: 0;
  }
  .info-card > .card-body .media p {
    font-size: 1.6rem;
    line-height: 2rem;
    color: var(--black);
  }
  .info-card .seperate-edit h4 {
    font-size: 1.3rem;
    line-height: 1.7rem;
  }
  .info-card .seperate-edit + .seperate-edit {
    padding-top: 2rem;
  }
  .info-card .edit-section {
    right: 1rem;
  }
  .info-card .edit-section i {
    font-size: 2rem;
    margin-left: 1rem;
  }
}

.card-medium {
  border-radius: 0.8rem;
  -webkit-border-radius: 0.8rem;
  -ms-border-radius: 0.8rem;
  -moz-border-radius: 0.8rem;
  padding: 3rem 3rem 1.5rem 3rem;
  background-color: var(--quaternary-blue-light);
  box-shadow: var(--card-shadow);
  border: none;
}
.card-medium .card-body {
  padding: 0;
}
.card-medium .card-body .card-title {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 500;
  color: var(--white);
  margin-bottom: 2rem;
  font-family: "gothammedium";
}
.card-medium .card-body span {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
  color: var(--white);
}
@media screen and (max-width: 991.98px) {
  .card-medium {
    padding: 3rem 1.8rem 2rem 2.2rem;
  }
  .card-medium .card-body {
    padding: 0;
  }
  .card-medium .card-body .card-title {
    font-size: 2rem;
    line-height: 2.4rem;
    margin-bottom: 1.5rem;
  }
  .card-medium .card-body span {
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 400;
    color: var(--white);
  }
}

.heading-block {
  padding: 1.6rem 1.8rem 1.6rem 2.8rem;
  background: linear-gradient(to right, var(--grey-4), var(--grey-12));
}
.heading-block.bg-none {
  background: none;
  padding: 1rem 1.8rem 0;
}
.heading-block h5 {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
  color: var(--black);
}
.heading-block i {
  font-size: 2.3rem;
  line-height: 2.7rem;
  font-weight: 300;
  background: -webkit-linear-gradient(var(--sky-blue), var(--primary-blue));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  cursor: pointer;
}
@media screen and (max-width: 767.98px) {
  .heading-block {
    padding: 0.9rem 2.5rem;
  }
  .heading-block h5 {
    font-size: 1.3rem;
    line-height: 1.7rem;
  }
}

.summary-card {
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -moz-border-radius: 2rem;
  border: 1px solid var(--grey-6);
  background-color: var(--white);
  overflow: auto;
}
@media screen and (max-width: 767.98px) {
  .summary-card {
    border-radius: 1.5rem;
    -webkit-border-radius: 1.5rem;
    -ms-border-radius: 1.5rem;
    -moz-border-radius: 1.5rem;
  }
}
.summary-card.estimates-grid {
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -moz-border-radius: 1rem;
}

.package-horizontal-card {
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border: 1px solid var(--grey-16);
  background-color: var(--grey-4);
  overflow: hidden;
}
.package-horizontal-card .img-section {
  border-right: 1px solid var(--grey-16);
  background: var(--grey-4);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  overflow: hidden;
}
.package-horizontal-card .img-section.cable-selected {
  padding: 0;
}
.package-horizontal-card .img-section.cable-selected img {
  max-width: 23rem;
}
.package-horizontal-card .vehicle-colour-selected img {
  max-width: 24rem;
}
.package-horizontal-card .smartxhome-selected img {
  max-width: 13rem;
}
.package-horizontal-card .adaptor-selected img {
  max-width: 20rem;
}
.package-horizontal-card .package-card-body {
  background: var(--grey-4);
  padding: 1.5rem 2.5rem;
  font-size: 1.3rem;
  line-height: 1.7rem;
  font-weight: 300;
  color: var(--black);
  font-family: "gothammedium";
}
.package-horizontal-card .package-card-body ul li:last-child {
  border-top: 1px solid var(--grey-32);
  padding-top: 1rem;
}
.package-horizontal-card .package-card-body ul li:last-child .icon-edit {
  background: -webkit-linear-gradient(var(--grey-33), var(--grey-33));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.package-horizontal-card .discription-list {
  padding: 1rem 0;
  margin-bottom: 0;
}
.package-horizontal-card .discription-list > li {
  font-size: 1.3rem;
  line-height: 1.7rem;
  padding-left: 2.5rem;
}
.package-horizontal-card .discription-list > li:before {
  font-size: 1.6rem;
  left: 0;
}
.package-horizontal-card .discription-list > li span {
  font-weight: 500;
  display: block;
}
.package-horizontal-card .discription-list > li + li {
  margin-top: 1rem;
}
.package-horizontal-card .discription-list > li.warranty:before {
  content: "\e94c";
}
.package-horizontal-card .package-header {
  background-image: linear-gradient(to right, #f0f0f0, #ffffff);
  padding: 1.5rem 2.5rem;
}
.package-horizontal-card .package-header h4 {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 0;
}
@media screen and (max-width: 767.98px) {
  .package-horizontal-card .charging-offer {
    font-size: 1.3rem;
    line-height: 1.7rem;
  }
  .package-horizontal-card .charging-disclaimer {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }
  .package-horizontal-card .package-header {
    padding: 1.5rem 2rem;
  }
  .package-horizontal-card .package-card-body {
    padding: 2.5rem 2rem 1.5rem;
  }
  .package-horizontal-card .smartxhome-selected img {
    max-width: 11.7rem;
  }
  .package-horizontal-card .img-card {
    min-height: 16rem;
  }
  .package-horizontal-card .img-card img {
    background-size: cover;
    max-height: 16rem;
    width: 100%;
  }
  .package-horizontal-card .img-section.cable-selected img {
    max-width: 33rem;
  }
  .package-horizontal-card .img-section.vehicle-colour-selected {
    border-bottom: 1px solid var(--grey-16);
  }
}
@media screen and (max-width: 991.98px) {
  .package-horizontal-card {
    display: block;
  }
  .package-horizontal-card .card-list {
    padding: 1.7rem 2rem 1rem 2rem;
  }
  .package-horizontal-card .img-section {
    border-right: none;
  }
}

.charging-solution-card {
  border: 2px solid var(--white);
  box-shadow: var(--shadow-lg);
  -webkit-box-shadow: var(--shadow-lg);
  -ms-box-shadow: var(--shadow-lg);
  -moz-box-shadow: var(--shadow-lg);
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -moz-border-radius: 2rem;
  padding: 0 6rem 4.5rem;
  margin-top: 4rem;
}
@media screen and (max-width: 991.98px) {
  .charging-solution-card {
    border: none;
    box-shadow: none;
    border-radius: none;
    padding: 0;
    background: transparent;
    margin-top: 3rem;
  }
}

.medium-title {
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 300;
  color: var(--tertiary-blue);
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 991.98px) {
  .medium-title {
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
  }
}

.ride-change-wrapper.bg-none {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}
.ride-change-wrapper.bg-none .curve.top {
  content: url("../images/map-curve.png");
  z-index: 1;
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .ride-change-wrapper.bg-none .curve.top {
    content: none;
  }
}
@media screen and (min-width: 1601px) {
  .ride-change-wrapper.bg-none .curve.top {
    width: 100%;
    top: -5.2rem;
  }
}
.ride-change-wrapper.bg-none a {
  white-space: normal;
  word-break: break-all;
}
.ride-change-wrapper.bg-none .card {
  margin: 0rem 0rem 0 auto;
}
@media screen and (max-width: 767.98px) {
  .ride-change-wrapper.bg-none .card {
    border-radius: 0;
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    margin: 0;
  }
}
.ride-change-wrapper.bg-none .card .card-body {
  padding-top: 0rem;
  padding-bottom: 2rem;
  box-shadow: inset 0px -11px 8px -10px #CCC;
}
@media screen and (max-width: 767.98px) {
  .ride-change-wrapper.bg-none .card .card-body {
    padding: 0;
    box-shadow: none;
  }
}
@media screen and (max-width: 991.98px) {
  .ride-change-wrapper.bg-none .radio-card .radio-card-inner {
    padding-top: 0.8rem;
  }
}
.ride-change-wrapper.bg-none .ride-change-block {
  position: absolute;
  top: 0rem;
  left: 0;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .ride-change-wrapper.bg-none .ride-change-block {
    position: static;
    margin-top: -2rem;
  }
}
.ride-change-wrapper.bg-none .ride-change-block .heading {
  padding-top: 3rem;
}
@media screen and (max-width: 767.98px) {
  .ride-change-wrapper.bg-none .ride-change-block .heading {
    padding-top: 0rem;
  }
}
.ride-change-wrapper.bg-none .ride-change-block .heading .section-title {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 991.98px) {
  .ride-change-wrapper.bg-none .ride-change-block .heading .section-title {
    position: relative;
    z-index: 1;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .ride-change-wrapper.bg-none .ride-change-block .heading .section-title {
    background: var(--grey-4);
    padding: 4rem 0 2rem;
    border-radius: 0 0 60% 60%/0 0 5% 5%;
    margin-bottom: 0.5rem;
  }
}
.ride-change-wrapper.bg-none .ride-change-block .dealership-search {
  display: inline-block;
  padding: 1.8rem 3rem 1.5rem;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  box-shadow: var(--card-md);
  -webkit-box-shadow: var(--card-md);
  -ms-box-shadow: var(--card-md);
  -moz-box-shadow: var(--card-md);
  border: 2px solid var(--white);
  background: var(--light-grey-1);
  color: false;
  background: -webkit-linear-gradient(top, var(--light-grey-1), var(--white));
  background: linear-gradient(to bottom, var(--light-grey-1), var(--white));
}
@media screen and (max-width: 991.98px) {
  .ride-change-wrapper.bg-none .ride-change-block .dealership-search {
    margin-top: 2.8rem;
  }
}
@media screen and (max-width: 767.98px) {
  .ride-change-wrapper.bg-none .ride-change-block .dealership-search {
    padding: 1.5rem;
    margin-top: 0;
    border: none;
    box-shadow: var(--card-md);
    -webkit-box-shadow: var(--card-md);
    -ms-box-shadow: var(--card-md);
    -moz-box-shadow: var(--card-md);
    background: var(--white);
    color: false;
    background: -webkit-linear-gradient(top, var(--white), var(--white));
    background: linear-gradient(to bottom, var(--white), var(--white));
    border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    margin-bottom: 1rem;
  }
  .ride-change-wrapper.bg-none .ride-change-block .dealership-search input {
    max-width: 15.5rem;
  }
  .ride-change-wrapper.bg-none .ride-change-block .dealership-search .pincode-info {
    text-align: left;
  }
}
.ride-change-wrapper.bg-none .ride-change-block .detect-pin {
  margin: 0;
}
.ride-change-wrapper.bg-none .dealer-list {
  position: absolute;
  top: 5rem;
  left: 0;
  right: 0;
}
@media screen and (max-width: 991.98px) {
  .ride-change-wrapper.bg-none .dealer-list {
    top: 25rem;
  }
}
@media screen and (max-width: 767.98px) {
  .ride-change-wrapper.bg-none .dealer-list {
    position: static;
    padding-bottom: 1.5rem;
  }
}
.ride-change-wrapper.bg-none .view-menu {
  position: absolute;
  top: 1.7rem;
  right: 6rem;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .ride-change-wrapper.bg-none .view-menu {
    display: none;
  }
}

.list-view-container {
  max-height: 26.5rem;
  overflow-y: auto;
  padding: 0 1rem 0 1rem;
  margin-right: 1rem;
}
@media screen and (max-width: 1199.98px) {
  .list-view-container {
    max-height: 29rem;
  }
}
@media screen and (max-width: 991.98px) {
  .list-view-container {
    max-height: 52rem;
  }
}
@media screen and (max-width: 767.98px) {
  .list-view-container {
    padding: 0;
    max-height: inherit;
    overflow: inherit;
  }
}
.list-view-container .list-block {
  margin-bottom: 0rem;
  border: 1px solid var(--grey-8);
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  overflow: hidden;
}
.list-view-container .list-block .d-flex.align-items-center {
  justify-content: space-between;
}
.list-view-container .list-block i {
  font-size: 2.5rem;
  line-height: 2.9rem;
  font-weight: 400;
  color: var(--black);
  margin-right: 0.5rem;
  min-width: 2rem;
}
@media screen and (max-width: 991.98px) {
  .list-view-container .list-block i {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
.list-view-container .list-block .blue-icon i {
  background: -webkit-linear-gradient(var(--sky-blue), var(--primary-blue));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.list-view-container .list-block .blue-icon .icon-direction {
  font-size: 2.7rem;
}
@media screen and (max-width: 991.98px) {
  .list-view-container .list-block .blue-icon .icon-direction {
    font-size: 2rem;
    margin: 0 0 0 1rem;
  }
}
.list-view-container .list-block input[type=radio]:checked ~ .radio-card-inner i {
  background: -webkit-linear-gradient(var(--primary-green), var(--secondary-green));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.list-view-container .list-block input[type=radio]:checked ~ .radio-card-inner .btn-with-icon i {
  background: -webkit-linear-gradient(var(--grey-33), var(--grey-33));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.list-view-container .list-block input[type=radio]:checked ~ .radio-card-inner .blue-icon i {
  background: -webkit-linear-gradient(var(--sky-blue), var(--primary-blue));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.list-view-container .list-block .media {
  position: relative;
  min-width: 40rem;
  max-width: 40rem;
  padding: 0 1.5rem;
}
.list-view-container .list-block .media i {
  background: -webkit-linear-gradient(var(--primary-green), var(--secondary-green));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1199.98px) {
  .list-view-container .list-block .media {
    min-width: inherit;
    max-width: inherit;
  }
}
.list-view-container .list-block .media:after {
  content: "";
  position: absolute;
  top: -6px;
  background: var(--grey-6);
  width: 1px;
  height: 5.6rem;
  right: 0;
}
@media screen and (max-width: 767.98px) {
  .list-view-container .list-block .media {
    padding: 0 1rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .list-view-container .list-block .media {
    min-width: inherit;
    max-width: inherit;
  }
  .list-view-container .list-block .media:after {
    content: none;
  }
}
.list-view-container .list-block .media h5 {
  font-family: "gothammedium";
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-33);
  margin-bottom: 1rem;
  white-space: normal;
}
@media screen and (max-width: 991.98px) {
  .list-view-container .list-block .media h5 {
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 500;
    color: var(--grey-33);
  }
}
.list-view-container .list-block .media p.small-text {
  white-space: normal;
  text-overflow: initial;
  overflow: initial;
  margin: 0;
}
.list-view-container .list-block span,
.list-view-container .list-block p {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: var(--dark-grey-1);
}
@media screen and (max-width: 991.98px) {
  .list-view-container .list-block span,
  .list-view-container .list-block p {
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 400;
    color: var(--grey-33);
  }
}
.list-view-container .list-block a {
  align-items: center;
}
.list-view-container .list-block .email-text {
  color: var(--tertiary-blue);
}
.list-view-container .list-block .dealer-information {
  position: relative;
  padding: 0 2rem;
}
@media screen and (max-width: 991.98px) {
  .list-view-container .list-block .dealer-information {
    min-width: 21rem;
    max-width: 21rem;
  }
}
@media screen and (max-width: 767.98px) {
  .list-view-container .list-block .dealer-information {
    padding: 0 1rem;
    min-width: 23rem;
    max-width: 23rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .list-view-container .list-block .dealer-information {
    display: block !important;
  }
  .list-view-container .list-block .dealer-information > a {
    margin-bottom: 0.5rem;
  }
  .list-view-container .list-block .dealer-information:after {
    content: none;
  }
}
@media screen and (max-width: 991.98px) {
  .list-view-container .list-block .dealer-information {
    margin-bottom: 1rem;
    margin-left: 2.5rem;
    margin-top: 1rem;
  }
  .list-view-container .list-block .dealer-information span {
    color: var(--tertiary-blue);
  }
  .list-view-container .list-block .dealer-information i {
    font-size: 1.2rem;
    line-height: 1.6rem;
    background: -webkit-linear-gradient(var(--sky-blue), var(--primary-blue));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-right: 0;
  }
}
.list-view-container .list-block .distance {
  position: relative;
  min-width: 7rem;
  max-width: 7rem;
}
@media screen and (max-width: 1199.98px) {
  .list-view-container .list-block .distance {
    min-width: inherit;
    max-width: inherit;
  }
}
.list-view-container .list-block .distance:after {
  content: "";
  position: absolute;
  top: -17px;
  background: var(--grey-6);
  right: 0;
  width: 1px;
  height: 56px;
}
@media screen and (max-width: 1199.98px) {
  .list-view-container .list-block .distance:after {
    content: none;
  }
}
@media screen and (max-width: 991.98px) {
  .list-view-container .list-block .distance {
    margin-bottom: 0.5rem;
    display: flex;
    justify-content: flex-end;
  }
  .list-view-container .list-block .distance span {
    font-weight: 500;
    padding-right: 0;
  }
}
.list-view-container .list-block .no-width-col {
  display: flex;
  justify-content: space-between;
  width: auto;
}
@media screen and (max-width: 991.98px) {
  .list-view-container .list-block .no-width-col {
    display: block;
    justify-content: space-between;
  }
}
.list-view-container .list-block .btn-group {
  padding-left: 2rem;
}
.list-view-container .list-block .btn-group::before {
  content: "";
  position: absolute;
  top: -7px;
  background: var(--grey-6);
  left: 0;
  width: 1px;
  height: 5.6rem;
}
@media screen and (max-width: 1199.98px) {
  .list-view-container .list-block .btn-group {
    padding-left: 1rem;
    min-width: inherit;
    max-width: inherit;
  }
}
@media screen and (max-width: 991.98px) {
  .list-view-container .list-block .btn-group:before {
    content: none;
  }
}
.list-view-container .list-block .btn-group .ride-links .icon-direction {
  line-height: 1;
}
@media screen and (max-width: 991.98px) {
  .list-view-container .list-block .btn-group .ride-links {
    margin-left: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .list-view-container .list-block .btn-group .blue-icon {
    margin-left: 3rem !important;
  }
}
.list-view-container .list-block + .list-block {
  margin-top: 0.5rem;
}

.mapouter {
  position: relative;
  text-align: right;
  height: 549px;
  width: 69%;
}
.mapouter .gmap_canvas {
  overflow: hidden;
  background: none !important;
  width: 100%;
}
@media screen and (max-width: 1199.98px) {
  .mapouter {
    height: calc(100vh - 104px) !important;
  }
  .mapouter .gmap_canvas,
  .mapouter iframe {
    height: 100% !important;
  }
}
@media screen and (max-width: 767.98px) {
  .mapouter {
    display: none;
  }
}

.ride-change-wrapper.map-view .container-md {
  pointer-events: none;
}
.ride-change-wrapper.map-view .container-md .view-menu {
  pointer-events: all;
}
.ride-change-wrapper.map-view .container-md .list-block .media {
  padding: 0;
}
.ride-change-wrapper.map-view .container-md .list-block .dealer-information {
  margin: 1.5rem 0 1.5rem 2.3rem;
  padding: 0;
}
.ride-change-wrapper.map-view .container-md .list-block .btn-group {
  padding-left: 0;
}
.ride-change-wrapper.map-view .container-md .list-block .btn-group::before {
  content: none;
}
.ride-change-wrapper.map-view .container-md .list-block .ride-links {
  padding-left: 0.5rem;
}
.ride-change-wrapper.map-view .container-md .list-block .icon-mobile {
  font-size: 1.4rem;
  line-height: 1.8rem;
}
.ride-change-wrapper.map-view .mapouter {
  visibility: visible;
}
.ride-change-wrapper.map-view .card {
  pointer-events: all;
  font-family: "gothammedium";
}
@media screen and (min-width: 768px) {
  .ride-change-wrapper.map-view .card {
    width: 37rem;
  }
}
.ride-change-wrapper.map-view .card .d-lg-flex,
.ride-change-wrapper.map-view .card .d-md-flex {
  display: block !important;
}
.ride-change-wrapper.map-view .card div:after {
  content: none !important;
}
.ride-change-wrapper.map-view .card .radio-card .radio-card-inner {
  padding: 1rem 1.5rem 1rem;
  box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
}
.ride-change-wrapper.map-view .card .radio-card .small-text {
  text-overflow: initial;
  overflow: visible;
  white-space: normal;
}
.ride-change-wrapper.map-view .list-view-container .list-block .distance {
  min-width: inherit;
  max-width: inherit;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 0.2rem;
}
.ride-change-wrapper.map-view .list-view-container .list-block .media,
.ride-change-wrapper.map-view .list-view-container .list-block .dealer-information,
.ride-change-wrapper.map-view .list-view-container .list-block .btn-group {
  min-width: inherit;
  max-width: inherit;
}
.ride-change-wrapper.map-view .list-view-container .list-block span,
.ride-change-wrapper.map-view .list-view-container .list-block p {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-31);
}
@media screen and (max-width: 991.98px) {
  .ride-change-wrapper.map-view .list-view-container .list-block span,
  .ride-change-wrapper.map-view .list-view-container .list-block p {
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 500;
    color: var(--grey-31);
  }
}
.ride-change-wrapper.map-view .list-view-container .list-block a {
  align-items: flex-start;
}
.ride-change-wrapper.map-view .list-view-container .list-block .email-text {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--grey-31);
}
.ride-change-wrapper.map-view .list-view-container .list-block .ride-links {
  margin-left: 2rem;
}
.ride-change-wrapper.map-view .list-view-container .list-block .dealer-information {
  margin: 0.5rem 0 0.5rem 0rem;
}
.ride-change-wrapper.map-view .list-view-container .list-block .dealer-information .blue-icon i {
  margin-right: 0;
  font-size: 1.4rem;
  line-height: 1.8rem;
}

.thumbnail-card {
  display: flex;
  justify-content: center;
}
.thumbnail-card .card {
  max-width: 25.6rem;
  min-height: 32rem;
  max-height: 32rem;
  border-radius: 0rem;
  -webkit-border-radius: 0rem;
  -ms-border-radius: 0rem;
  -moz-border-radius: 0rem;
  overflow: hidden;
  box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  border: 1px solid var(--grey-8);
}
.thumbnail-card .card-body {
  padding: 1.8rem 2rem 1rem 2rem;
}
.thumbnail-card .card-img {
  height: 15rem;
  cursor: pointer;
}
.thumbnail-card .card-img img {
  cursor: default;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.thumbnail-card .card-img iframe {
  pointer-events: none;
  display: -webkit-box;
}
.thumbnail-card .card-title {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-33);
  margin-bottom: 1rem;
  font-family: "gothammedium";
}
.thumbnail-card .card-text {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--grey-31);
}
.thumbnail-card .card-light-text {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--grey-31);
}
.thumbnail-card .card-footer {
  background: none;
  border: none;
  text-align: center;
  margin-bottom: 0.5rem;
}
.thumbnail-card .card-footer .btn {
  padding: 0.6rem 2rem;
  min-width: auto;
  background-color: transparent;
  border: 1px solid var(--grey-33);
  border-radius: 0rem;
  -webkit-border-radius: 0rem;
  -ms-border-radius: 0rem;
  -moz-border-radius: 0rem;
  color: var(--grey-33);
  height: auto;
  box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  font-family: "gothammedium";
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-33);
}
.thumbnail-card .card-footer .btn .icon-play-arrow {
  font-size: 1rem;
  margin-right: 0.5rem;
}
.thumbnail-card .card-footer .btn + .btn {
  margin: 0 0.5rem;
}
@media screen and (max-width: 767.98px) {
  .thumbnail-card .card-text {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}
@media screen and (max-width: 991.98px) {
  .thumbnail-card .card {
    max-width: 32rem;
    max-height: 35rem;
    min-height: 35rem;
  }
  .thumbnail-card .card-img {
    height: 17rem;
  }
  .thumbnail-card .card-footer {
    margin-bottom: 1.25rem;
  }
}

.review-card {
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  box-shadow: var(--faq-shadow);
  -webkit-box-shadow: var(--faq-shadow);
  -ms-box-shadow: var(--faq-shadow);
  -moz-box-shadow: var(--faq-shadow);
  background-image: linear-gradient(to top, var(--white), var(--white)), linear-gradient(to bottom, var(--white), var(--white));
  margin-bottom: 3rem;
  min-height: 19.9rem;
  overflow: hidden;
}
.review-card img {
  border-radius: 0.5rem 0 0 0.5rem;
  -webkit-border-radius: 0.5rem 0 0 0.5rem;
  -ms-border-radius: 0.5rem 0 0 0.5rem;
  -moz-border-radius: 0.5rem 0 0 0.5rem;
  width: 100%;
  min-height: 19rem;
}
.review-card .card-title {
  font-size: 2.2rem;
  line-height: 2.6rem;
  font-weight: 500;
  color: var(--grey-33);
  margin: 1rem 2rem 1.5rem 0;
}
.review-card .card-text {
  margin: 1.5rem 3rem 0.7rem 0;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 300;
  color: var(--black);
}
.review-card .card-body {
  min-height: 14.7rem;
  padding: 1.25rem 0 0rem 0;
}
.review-card .card-footer {
  padding: 0 2.5rem 1rem 0;
  border: none;
  text-align: right;
  background: none;
}
.review-card .date {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 300;
  color: var(--dark-grey-2);
  margin: 10px 0.2rem 0.1rem 0px;
}
.review-card .boxHeight {
  cursor: pointer;
  padding-top: 3rem;
}
.review-card .boxHeight img {
  cursor: default;
}
.review-card .boxHeight iframe {
  height: 19.7rem;
  pointer-events: none;
}
.review-card .btn {
  padding: 0.5rem 2rem;
  min-width: auto;
  background-color: transparent !important;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--grey-33);
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  height: 2.8rem !important;
}
@media screen and (max-width: 991.98px) {
  .review-card {
    min-height: 38rem;
  }
  .review-card .boxHeight {
    min-height: 18.2rem;
    padding-top: 0;
  }
  .review-card .boxHeight iframe {
    height: 18.2rem;
  }
  .review-card img {
    border-radius: 0.5rem 0.5rem 0 0;
    -webkit-border-radius: 0.5rem 0.5rem 0 0;
    -ms-border-radius: 0.5rem 0.5rem 0 0;
    -moz-border-radius: 0.5rem 0.5rem 0 0;
    width: 100%;
    height: 100%;
  }
  .review-card .card-body {
    padding: 1.5rem 1.5rem 0 1.5rem;
    min-height: 15rem;
  }
  .review-card .card-footer {
    padding: 0 0 2rem 0;
    text-align: center;
  }
  .review-card .card-title {
    font-size: 2rem;
    line-height: 2.4rem;
  }
  .review-card .card-text {
    font-size: 1.4rem;
    line-height: 1.8rem;
    margin-right: 0;
  }
}

.rounded-card {
  cursor: pointer;
  min-height: 6.7rem;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  font-family: "gothammedium";
  border: 2px solid var(--grey-8);
  box-shadow: var(--shadow-light);
  padding: 1.2rem;
}
.rounded-card + .rounded-card {
  margin-top: 1.5rem;
}

.a-card {
  display: block;
}
.a-card + .a-card {
  margin-top: 1.5rem;
}
.a-card.disabled {
  pointer-events: none;
  cursor: none;
}
.a-card.disabled label,
.a-card.disabled span {
  color: var(--grey-6);
}
.a-card.disabled .completed span,
.a-card.disabled .completed i,
.a-card.disabled .pending span,
.a-card.disabled .pending i {
  color: var(--grey-6);
  background: -webkit-linear-gradient(var(--grey-6), var(--grey-6));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.a-card .pending label {
  font-size: 1.5rem;
  line-height: 1.9rem;
}
.a-card .pending span {
  font-size: 1.3rem;
  line-height: 1.7rem;
  font-weight: 500;
  color: var(--red-1);
}

.shaded-card {
  border-radius: 1.5rem;
  padding: 3rem;
  background-image: linear-gradient(to top, #e8eaec, #ffffff);
  box-shadow: var(--card-md);
}
@media screen and (max-width: 767.98px) {
  .shaded-card {
    padding: 3rem 1rem;
  }
}

.review-wrapper.test-ride-blogs .review-bg-wrap.common-review-box .tabs-section {
  max-width: 96rem;
  margin: 0 auto;
}
.review-wrapper .review-bg-wrap.common-review-box .tabs-section {
  max-width: 96rem;
  margin: 0 auto;
}

.form-sub-title {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: var(--grey-33);
  font-family: "gothammedium";
  margin-bottom: 1.5rem;
}
.form-sub-title .counter {
  background: var(--grey-10);
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -moz-border-radius: 2rem;
  padding: 0.5rem;
  font-size: 1.2rem;
  line-height: 1.6rem;
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767.98px) {
  .form-sub-title {
    font-size: 1.3rem;
    line-height: 1.7rem;
    padding-top: 1rem;
  }
  .form-sub-title .counter {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1rem;
    line-height: 1.4rem;
    line-height: normal;
  }
}

.form-info-title {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: var(--grey-15);
  margin-bottom: 2rem;
}
@media screen and (max-width: 767.98px) {
  .form-info-title {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}

.form-title {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 500;
  color: var(--black);
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767.98px) {
  .form-title {
    font-size: 1.6rem;
    line-height: 2rem;
    margin-bottom: 0.8rem;
  }
}

.form-title-lg {
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 500;
  color: var(--black);
  font-family: "primeregular";
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767.98px) {
  .form-title-lg {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}

.radio-card {
  height: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.radio-card input[type=radio] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.radio-card .radio-card-inner {
  cursor: pointer;
  display: block;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -moz-border-radius: 2rem;
  padding: 1.1rem 2rem;
  box-shadow: var(--shadow-md);
  -webkit-box-shadow: var(--shadow-md);
  -ms-box-shadow: var(--shadow-md);
  -moz-box-shadow: var(--shadow-md);
  position: relative;
  background: var(--white);
  border: 2px solid var(--grey-2);
  height: 100%;
}
.radio-card .radio-card-inner.with-icon {
  padding-right: 5.5rem;
}
.radio-card .radio-card-inner.with-icon .radio-btn-icon {
  position: absolute;
  right: 2rem;
  top: 50%;
  font-size: 2.6rem;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  color: var(--grey-7);
}
.radio-card .radio-card-inner.with-icon .radio-btn-icon i {
  display: block;
}
.radio-card .radio-card-inner.age-gender {
  padding: 1.5rem 1rem;
}
.radio-card .radio-card-inner.single-liner {
  border-radius: 1.5rem;
  -webkit-border-radius: 1.5rem;
  -ms-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  padding: 1.8rem 2rem;
}
.radio-card .radio-card-inner.single-liner span {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: var(--black);
}
.radio-card .radio-card-inner.single-liner .radio-btn-icon {
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -moz-border-radius: 1rem;
  font-size: 2.2rem;
}
.radio-card .large-text {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: var(--black);
  letter-spacing: 0.016rem;
}
.radio-card .small-text {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
  color: var(--black);
  text-overflow: ellipsis;
  overflow: hidden;
  letter-spacing: 0.016rem;
}
.radio-card .medium-text {
  font-size: 1.6rem;
  line-height: 2rem;
}
.radio-card .small-icon {
  background: -webkit-linear-gradient(var(--primary-green), var(--secondary-green));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.6rem;
  line-height: 2rem;
}
.radio-card input[type=radio]:checked ~ .radio-card-inner {
  border-color: var(--tertiary-blue);
}
.radio-card input[type=radio]:checked ~ .radio-card-inner .large-text,
.radio-card input[type=radio]:checked ~ .radio-card-inner .small-text,
.radio-card input[type=radio]:checked ~ .radio-card-inner .medium-text {
  color: var(--tertiary-blue);
}
.radio-card input[type=radio]:checked ~ .radio-card-inner.with-icon .radio-btn-icon,
.radio-card input[type=radio]:checked ~ .radio-card-inner.with-icon .small-icon {
  background: -webkit-linear-gradient(var(--primary-green), var(--secondary-green));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.radio-card input[type=radio]:disabled ~ .radio-card-inner {
  opacity: 0.4;
  pointer-events: none;
  cursor: none;
}
@media screen and (max-width: 1199.98px) {
  .radio-card .large-text {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .radio-card .small-text {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}
@media screen and (max-width: 767.98px) {
  .radio-card .radio-card-inner {
    padding: 1rem;
    border-width: 1.5px;
    border-radius: 1.5rem;
    -webkit-border-radius: 1.5rem;
    -ms-border-radius: 1.5rem;
    -moz-border-radius: 1.5rem;
    box-shadow: var(--shadow-xs);
    -webkit-box-shadow: var(--shadow-xs);
    -ms-box-shadow: var(--shadow-xs);
    -moz-box-shadow: var(--shadow-xs);
  }
  .radio-card .radio-card-inner.with-icon {
    padding-right: 1rem;
  }
  .radio-card .radio-card-inner.with-icon .radio-btn-icon {
    font-size: 1.6rem;
    top: 0.7rem;
    right: 0.7rem;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
  }
  .radio-card .radio-card-inner.age-gender {
    padding: 1.5rem 0.5rem;
  }
  .radio-card .radio-card-inner.single-liner {
    padding: 1.2rem;
    border-radius: 1.3rem;
    -webkit-border-radius: 1.3rem;
    -ms-border-radius: 1.3rem;
    -moz-border-radius: 1.3rem;
  }
  .radio-card .radio-card-inner.single-liner span {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  .radio-card .radio-card-inner.single-liner .radio-btn-icon {
    font-size: 2.2rem;
    top: 0.9rem;
    right: 1.5rem;
  }
  .radio-card .large-text {
    font-size: 1.2rem;
    line-height: 1.6rem;
    padding-right: 1.5rem;
  }
  .radio-card .small-text {
    font-size: 1.2rem;
    line-height: 1.6rem;
    padding-right: 1.5rem;
  }
  .radio-card .medium-text {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}

.form-fields > .row {
  padding-bottom: 4.5rem;
}
.form-fields > .row.time-slot-row {
  padding-left: 1.5rem;
}
.form-fields > .row .col-4.time-slots,
.form-fields > .row .col-3.time-slots {
  padding-left: 0;
}
.form-fields > .row .col-4.age-slots,
.form-fields > .row .col-3.age-slots {
  padding-left: 0;
}
.form-fields > .row .col-4.age-slots:first-child,
.form-fields > .row .col-3.age-slots:first-child {
  margin-left: 0;
}
.form-fields > .row .col-4.age-slots:last-child,
.form-fields > .row .col-3.age-slots:last-child {
  padding-right: 0;
}
@media screen and (max-width: 767.98px) {
  .form-fields > .row .col-4.age-slots,
  .form-fields > .row .col-3.age-slots {
    min-width: 8.5rem;
  }
  .form-fields > .row .col-4.age-slots:first-child,
  .form-fields > .row .col-3.age-slots:first-child {
    margin-left: 1.5rem;
  }
}
.form-fields[disabled], .form-fields.disabled {
  opacity: 0.4;
  pointer-events: none;
  cursor: none;
}
@media screen and (max-width: 1199.98px) {
  .form-fields > .row {
    padding-bottom: 2rem;
  }
}

.radio-error {
  margin-top: -4rem;
  font-size: 1.1rem;
  line-height: 1.5rem;
  margin-left: 2rem;
}

.days-row {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.days-row .col {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.days-row.on-slot {
  margin: 0 0 2.8rem 0;
  padding-bottom: 0.2rem;
}
.days-row .radio-card .radio-card-inner.with-icon {
  padding-right: 2rem;
}
.days-row .radio-card .radio-card-inner.with-icon .radio-btn-icon {
  font-size: 1.8rem;
  right: 1rem;
  top: 30%;
  display: none;
}
.days-row .radio-card input[type=radio]:checked ~ .radio-card-inner.with-icon .radio-btn-icon {
  display: block;
}
@media screen and (max-width: 1199.98px) {
  .days-row .col:nth-child(6) ~ .col {
    margin-top: 15px;
  }
}
@media screen and (max-width: 991.98px) {
  .days-row .col:nth-child(4) ~ .col {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767.98px) {
  .days-row {
    overflow: auto;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .days-row .col {
    min-width: 11rem;
    padding-left: 1.5rem;
    padding-right: 0;
  }
  .days-row .col:last-child {
    min-width: 12.5rem;
    padding-right: 1.5rem;
  }
  .days-row .col:nth-child(4) ~ .col {
    margin-top: 0;
  }
  .days-row.on-slot {
    margin: 0 -1.5rem 1.8rem -1.5rem;
  }
  .days-row .radio-card .radio-card-inner.with-icon {
    padding-right: 1rem;
  }
  .days-row .radio-card .radio-card-inner.with-icon .radio-btn-icon {
    font-size: 1.4rem;
    top: 0.7rem;
    right: 0.7rem;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
  }
}
@media screen and (min-width: 1200px) {
  .days-row .col {
    -ms-flex: 0 0 14.258%;
    flex: 0 0 14.258%;
    max-width: 14.258%;
  }
  .days-row .col:nth-child(7) ~ .col {
    margin-top: 15px;
  }
}

.card-footer-btns {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .card-footer-btns {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 1.5rem 1rem;
    padding: 0rem;
    transform: translate(0, 50%);
    -webkit-transform: translate(0, 50%);
    -moz-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
  }
}
.card-footer-btns .btn-pre {
  max-height: 6rem;
  background-color: var(--white);
  background: var(--white);
}
@media screen and (max-width: 767.98px) {
  .card-footer-btns .btn-pre {
    min-height: 4.4rem;
    height: 4.4rem;
  }
}
.card-footer-btns .btn + .btn {
  margin-left: 2rem;
}
@media screen and (max-width: 767.98px) {
  .card-footer-btns .btn + .btn {
    margin: 1rem;
  }
}

.with-step-wizard .card-header-btns {
  position: relative;
  bottom: 0;
}

.all-dealers .row [class*=col-] {
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 991.98px) {
  .all-dealers .row [class*=col-] {
    padding-bottom: 1.5rem;
  }
}

.default-dealers .row [class*=col-] {
  padding-bottom: 3rem;
}
@media screen and (max-width: 991.98px) {
  .default-dealers .row [class*=col-] {
    padding-bottom: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .after-filter {
    height: 291px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 3px;
  }
}
.after-filter .radio-card {
  white-space: normal;
}
.after-filter .radio-card .large-text {
  font-size: 1.8rem;
  line-height: 2.2rem;
}
.after-filter .radio-card .small-text {
  font-size: 1.4rem;
  line-height: 1.8rem;
}
@media screen and (max-width: 767.98px) {
  .after-filter .radio-card .radio-card-inner {
    padding: 1.8rem;
  }
  .after-filter .radio-card .large-text {
    font-size: 1.5rem;
    line-height: 1.9rem;
  }
  .after-filter .radio-card .small-text {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}

.card-header-btns {
  text-align: left;
  padding-top: 1rem;
}
@media screen and (max-width: 991.98px) {
  .card-header-btns {
    text-align: center;
    position: absolute;
    left: 0;
    bottom: -1.5rem;
    width: 100%;
    padding: 1.5rem 1rem;
    padding: 0rem;
    transform: translate(0, 50%);
    -webkit-transform: translate(0, 50%);
    -moz-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
  }
}
@media screen and (max-width: 767.98px) {
  .card-header-btns .btn.primary-gradient-btn.primary-gradient-btn.btn-sm {
    height: auto;
    padding: 0.6rem 1rem;
  }
}

.form-group {
  margin-bottom: 2rem;
  position: relative;
  font-family: "gothammedium";
}
.form-group p.text-danger {
  margin-top: 0.4rem;
  font-size: 1.1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: var(--primary-red);
  margin-bottom: 0;
}
.form-group.invalid-value .text-danger {
  font-size: 1.2rem;
  line-height: 1.6rem;
}
.form-group > label {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--grey-31);
}
@media screen and (max-width: 767.98px) {
  .form-group {
    margin-bottom: 2.5rem;
  }
  .form-group.invalid-value .text-danger {
    font-size: 1rem;
    line-height: 1.4rem;
  }
}

.otp-input-wrapper {
  width: 300px;
  text-align: left;
  display: inline-block;
}
.otp-input-wrapper input.partitioned {
  padding: 0;
  width: 275px;
  background-color: transparent;
  border: 0;
  margin-left: 20px;
  letter-spacing: 50px;
  font-size: 3rem;
  line-height: 3.4rem;
  font-weight: 400;
  color: var(--grey-33);
  font-family: "primeregular";
}
.otp-input-wrapper input.partitioned:focus {
  outline: none;
  box-shadow: none;
}
.otp-input-wrapper input.partitioned.text-danger {
  background-image: linear-gradient(to left, var(--primary-red) 70%, rgba(255, 255, 255, 0) 0%);
}
.otp-input-wrapper svg {
  position: relative;
  display: block;
  width: 255px;
  height: 2px;
}
@media screen and (max-width: 991.98px) {
  @supports (-webkit-touch-callout: none) {
    .otp-input-wrapper input.partitioned {
      margin-left: 16px;
    }
  }
  @supports not (-webkit-touch-callout: none) {
    .otp-input-wrapper input.partitioned {
      margin-left: 16px;
    }
  }
}

.otp-input-wrapper.six-digit {
  width: 300px;
  text-align: left;
  display: inline-block;
}
.otp-input-wrapper.six-digit input.partitioned {
  padding: 0;
  width: 275px;
  background-color: transparent;
  border: 0;
  margin-left: 20px;
  letter-spacing: 26px;
  border-bottom: 2px solid var(--grey-33);
  font-size: 3rem;
  line-height: 3.4rem;
  font-weight: 400;
  color: var(--grey-33);
  font-family: "primeregular";
}
.otp-input-wrapper.six-digit input.partitioned:focus {
  outline: none;
  box-shadow: none;
}
.otp-input-wrapper.six-digit input.partitioned.text-danger {
  background-image: linear-gradient(to left, var(--primary-red) 70%, rgba(255, 255, 255, 0) 0%);
}
.otp-input-wrapper.six-digit input.partitioned::-webkit-input-placeholder {
  color: var(--grey-6);
}

.go-input {
  position: relative;
}
.go-input .go-btn {
  position: absolute;
  right: 1.5rem;
  top: 1.3rem;
}
@media screen and (max-width: 767.98px) {
  .go-input .go-btn {
    top: 0.7rem;
  }
}

.input-sm .form-control {
  max-height: 3.8rem;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: var(--black);
}
.input-sm .go-btn {
  right: 1rem;
  top: calc(50% - 1rem);
}
.input-sm .login-btn {
  height: 2.1rem;
  width: 2.1rem;
  font-size: 1rem;
  line-height: 1.4rem;
}
.input-sm .select-box:before {
  right: 1.5rem;
  font-size: 1.2rem;
}

.action-dropdown i {
  background: -webkit-linear-gradient(var(--sky-blue), var(--primary-blue));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2.4rem;
  cursor: pointer;
}
.action-dropdown .dropdown-menu {
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -moz-border-radius: 1rem;
  box-shadow: var(--input-shadow);
  -webkit-box-shadow: var(--input-shadow);
  -ms-box-shadow: var(--input-shadow);
  -moz-box-shadow: var(--input-shadow);
  top: -2.6rem !important;
}
.action-dropdown .dropdown-item {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--black);
  padding: 0.8rem 1.5rem;
}
.action-dropdown .dropdown-item:active {
  background: var(--tertiary-blue);
  color: var(--white);
}

.form-control::-webkit-input-placeholder {
  color: var(--grey-36);
}
.form-control::-moz-placeholder {
  color: var(--grey-36);
}
.form-control:focus::-webkit-input-placeholder {
  font-weight: 400;
  color: var(--grey-8);
}
.form-control:focus::-moz-placeholder {
  font-weight: 400;
  color: var(--grey-8);
}

@media screen and (max-width: 767.98px) {
  .input-sm .form-control {
    border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    max-height: 2.8rem;
    font-size: 1.2rem;
    line-height: 1.6rem;
    padding: 0 3rem 0 1rem;
  }
  .input-sm .login-btn {
    height: 1.8rem;
    width: 1.8rem;
    font-size: 0.8rem;
    padding: 0.5rem;
  }
}
#validate-radio p.text-danger,
#demogiven p.text-danger {
  padding-left: 2rem;
}

.form-control {
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  border: 1px solid var(--grey-6);
  padding: 0rem 6rem 0 2rem;
  height: 5.2rem;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-33);
  font-family: "gothammedium";
}
.form-control:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  border-color: var(--light-blue-sky);
}
.form-control:focus::-webkit-input-placeholder {
  color: var(--grey-8);
}
.form-control.text-danger {
  border-color: var(--primary-red);
}
@media screen and (max-width: 767.98px) {
  .form-control {
    height: 4.5rem;
    font-size: 1.4rem;
    line-height: 1.8rem;
    border-width: 1px;
  }
}
.form-control:disabled {
  background: var(--grey-20);
}
.form-control option:first-child {
  display: none;
  opacity: 0;
  height: 0;
  width: 0;
  overflow: hidden;
}
.form-control.all-visible option:first-child {
  display: block;
}
.form-control.country-field {
  width: 15%;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
}

.form-control.in-modal::-webkit-input-placeholder {
  color: var(--white);
}
.form-control.in-modal::-moz-placeholder {
  color: var(--white);
}
.form-control.in-modal:focus::-webkit-input-placeholder {
  font-weight: 400;
  color: var(--grey-8);
}
.form-control.in-modal:focus::-moz-placeholder {
  font-weight: 400;
  color: var(--grey-8);
}

.country-field {
  width: 15%;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  border-radius: 0.6rem;
  -webkit-border-radius: 0.6rem;
  -ms-border-radius: 0.6rem;
  -moz-border-radius: 0.6rem;
  box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  border: 1px solid var(--grey-8);
  height: 5.2rem;
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: var(--grey-33);
  background: var(--grey-4);
}
@media screen and (max-width: 767.98px) {
  .country-field {
    height: 4.5rem;
    font-size: 1.3rem;
    line-height: 1.7rem;
    border-width: 1px;
  }
}

.floating-label,
[floating-label] {
  position: relative;
}
.floating-label p.text-danger,
[floating-label] p.text-danger {
  position: absolute;
  left: 2rem;
  top: 100%;
}
.floating-label > label,
[floating-label] > label {
  position: absolute;
  left: 1rem;
  top: 1.5rem;
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 400;
  color: var(--grey-15);
  padding: 0 1rem;
  margin-bottom: 0;
  line-height: 1.5;
  pointer-events: none;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  background: var(--white);
  transition: 200ms ease 0s;
  -webkit-transition: 200ms ease 0s;
  -moz-transition: 200ms ease 0s;
  -ms-transition: 200ms ease 0s;
  will-change: all;
}
.floating-label > label.country-code,
[floating-label] > label.country-code {
  left: 8rem;
}
.floating-label::placeholder,
[floating-label]::placeholder {
  display: none;
}
.floating-label.focused > label,
[floating-label].focused > label {
  font-size: 1.4rem;
  line-height: 1.8rem;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  top: 0rem !important;
}
.floating-label.focused::placeholder,
[floating-label].focused::placeholder {
  display: block;
}
.floating-label.focus-active > label,
[floating-label].focus-active > label {
  font-size: 1.4rem;
  line-height: 1.8rem;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  top: 0rem !important;
}
.floating-label.focus-active::placeholder,
[floating-label].focus-active::placeholder {
  display: block;
}
@media screen and (max-width: 767.98px) {
  .floating-label > label,
  [floating-label] > label {
    font-size: 1.3rem;
    line-height: 1.7rem;
    top: 1.4rem;
  }
  .floating-label > label.country-code,
  [floating-label] > label.country-code {
    left: 6rem;
  }
  .floating-label.focused > label,
  [floating-label].focused > label {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }
}

.select-box:before {
  content: "\e9bc";
  font-family: "icomoon";
  position: absolute;
  color: var(--grey-33);
  right: 2rem;
  top: 50%;
  background: var(--white);
  padding-left: 0.8rem;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: bold;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  pointer-events: none;
}
.select-box select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.select-box select:focus {
  border-color: var(--light-blue-sky);
}
.select-box select::-ms-expand {
  display: none;
}
.select-box .text-sm {
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: bold;
}

.input-label {
  font-family: "gothammedium";
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--grey-31);
}

.custom-radio {
  position: relative;
  display: inline-block;
  padding-left: 2.5rem;
  vertical-align: middle;
  padding-top: 0.5rem;
  font-family: "gothammedium";
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: var(--grey-33);
}
.custom-radio + .custom-radio {
  margin-left: 1.5rem;
}
.custom-radio input[type=radio] {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
.custom-radio .radio-circle {
  position: absolute;
  left: 0;
  top: 0.5rem;
  height: 1.6rem;
  width: 1.6rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 1px solid var(--grey-33);
  background: var(--white);
}
.custom-radio .radio-circle:before {
  content: "";
  left: 0.2rem;
  top: 0.2rem;
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  background: var(--grey-33);
  color: false;
  background: -webkit-linear-gradient(top, var(--grey-33), var(--grey-33));
  background: linear-gradient(to bottom, var(--grey-33), var(--grey-33));
  display: block;
  position: absolute;
  opacity: 0;
  transition: 200ms linear 0s;
  -webkit-transition: 200ms linear 0s;
  -moz-transition: 200ms linear 0s;
  -ms-transition: 200ms linear 0s;
}
.custom-radio input[type=radio]:checked + .radio-circle:before {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  opacity: 1;
}

.custom-checkbox {
  position: relative;
  padding: 1rem 0 1rem 3.7rem;
  margin-bottom: 0;
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: var(--black);
}
.custom-checkbox input[type=checkbox] {
  position: absolute;
  left: 5px;
  top: 26%;
  opacity: 0;
}
.custom-checkbox input[type=checkbox]:checked ~ .checkmark {
  background: var(--grey-33);
  color: var(--white);
  background: -webkit-linear-gradient(top, var(--grey-33), var(--grey-33));
  background: linear-gradient(to bottom, var(--grey-33), var(--grey-33));
  border: none;
}
.custom-checkbox .checkmark {
  height: 2.3rem;
  width: 2.3rem;
  border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  -ms-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background: var(--white);
  border: 2px solid var(--grey-33);
  background: var(--white);
  position: absolute;
  left: 0;
  top: 50%;
}
.custom-checkbox .checkmark:before {
  content: "";
  border-left: 0.2rem solid var(--white);
  border-bottom: 0.2rem solid var(--white);
  height: 0.8rem;
  width: 1.3rem;
  position: absolute;
  left: 0.5rem;
  top: 0.6rem;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
@media screen and (max-width: 767.98px) {
  .custom-checkbox {
    padding: 1rem 0 1rem 3rem;
    font-size: 1.3rem;
    line-height: 1.7rem;
  }
  .custom-checkbox .checkmark {
    height: 2.2rem;
    width: 2.2rem;
    border-radius: 0.3rem;
    -webkit-border-radius: 0.3rem;
    -ms-border-radius: 0.3rem;
    -moz-border-radius: 0.3rem;
    border-width: 2px;
  }
  .custom-checkbox .checkmark:before {
    height: 0.6rem;
    width: 1.2rem;
    left: 0.5rem;
    top: 0.6rem;
  }
}

.datepicker.form-group {
  margin-bottom: 2rem;
  position: relative;
}
.datepicker .form-control {
  padding: 0 0 0 2rem;
  cursor: pointer;
}

.number-varification-otp div:nth-child(2), .otp-number-veri div:nth-child(2) {
  margin-bottom: 1rem;
}
.number-varification-otp .options, .otp-number-veri .options {
  display: flex;
  align-items: center;
}
.number-varification-otp .options i, .otp-number-veri .options i {
  font-size: 1.8rem;
  background: -webkit-linear-gradient(var(--primary-blue), var(--primary-blue));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: 0.8rem;
  cursor: pointer;
}

.tooltop-summary .options {
  display: flex;
  align-items: center;
}
.tooltop-summary .options i {
  font-size: 1.4rem;
  background: -webkit-linear-gradient(var(--grey-31), var(--grey-31));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: 0.5rem;
  cursor: pointer;
}

.feedback-modal .form-control::-webkit-input-placeholder {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
  color: var(--grey-15);
  font-family: "gothammedium";
}
.feedback-modal .form-control:-moz-placeholder {
  font-size: 1.6rem !important;
  color: var(--grey-15) !important;
  font-family: "gothammedium";
}
.feedback-modal .form-control::-moz-placeholder {
  font-size: 1.6rem !important;
  color: var(--grey-15) !important;
  font-family: "gothammedium";
}
.feedback-modal .form-control:-ms-input-placeholder {
  font-size: 1.6rem !important;
  color: var(--grey-15) !important;
  font-family: "gothammedium";
}
@media screen and (max-width: 767.98px) {
  .feedback-modal .form-control::-webkit-input-placeholder {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  .feedback-modal .form-control:-moz-placeholder {
    font-size: 1.2rem !important;
  }
  .feedback-modal .form-control::-moz-placeholder {
    font-size: 1.2rem !important;
  }
  .feedback-modal .form-control:-ms-input-placeholder {
    font-size: 1.2rem !important;
  }
}

textarea.form-control {
  padding: 1.5rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 767.98px) {
  textarea.form-control {
    font-size: 1.2rem;
  }
}

.rating {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}

.rating > input {
  display: none;
}

.rating > label {
  position: relative;
  width: 1em;
  font-size: 4rem;
  color: #cccccc;
  cursor: pointer;
}

.rating > label::before {
  content: "★";
  position: absolute;
  color: #cccccc;
  opacity: 0;
}

.rating > label:hover:before,
.rating > label:hover ~ label:before {
  opacity: 1 !important;
  color: #deb217;
}

.rating > input:checked ~ label:before {
  opacity: 1;
  color: #deb217;
}

.rating:hover > input:checked ~ label:before {
  opacity: 0.4;
}

@media screen and (min-width: 768px) {
  .modal .modal-dialog {
    max-width: 67.5rem;
  }
  .modal .modal-dialog.full-screen {
    max-width: 116rem;
  }
  .modal .modal-dialog.full-screen .modal-body {
    padding: 6rem 2rem 2rem 2rem;
  }
  .modal .modal-dialog.full-screen .modal-header {
    margin-bottom: -2rem;
  }
  .modal .modal-dialog.full-screen .actions .btn {
    min-width: 18rem;
  }
  .modal .modal-dialog.pickup-popup {
    max-width: 53rem;
  }
  .modal .modal-dialog.home-delivery {
    max-width: 56rem;
  }
  .modal .modal-dialog.share-dialog {
    max-width: 59rem;
  }
  .modal .modal-dialog.no-bg-sm {
    max-width: 35rem;
  }
  .modal .modal-dialog.letter-popup {
    max-width: 65rem;
  }
  .modal .modal-dialog.address-popup {
    max-width: 51.5rem;
  }
  .modal .modal-dialog.video-popup {
    max-width: 76rem;
  }
  .modal .modal-dialog.plainbg-popup {
    max-width: 115rem;
  }
  .modal .modal-dialog.plainbg-popup iframe {
    height: 60rem;
  }
  .modal .modal-dialog.cancelbooking {
    max-width: 99rem;
  }
  .modal .modal-dialog iframe {
    height: 39.3rem;
  }
}
.modal .modal-header {
  border-bottom: none;
  padding: 4rem 2rem 0;
  margin-bottom: -1rem;
}
.modal .modal-content {
  border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
}
.modal .modal-title {
  font-size: 3rem;
  line-height: 3.4rem;
  font-weight: 300;
  color: var(--grey-33);
  font-family: "primeregular";
}
.modal .defalt-icon {
  font-size: 11rem;
  line-height: 11.4rem;
  font-weight: 400;
  color: var(--grey-17);
}
.modal .defalt-icon.sm {
  font-size: 4.5rem;
  line-height: 4.9rem;
}
.modal .red-icon {
  background: -webkit-linear-gradient(var(--red-2), var(--red-1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.modal .modal-body {
  background-size: contain;
  padding: 5rem 2rem;
}
.modal .modal-body.booking {
  padding-left: 5rem;
  padding-right: 5rem;
}
.modal .modal-body.booking h4 {
  font-family: "primeregular";
}
.modal .modal-body.booking p {
  font-family: "gothammedium";
}
.modal .modal-body.booking .booking-form {
  padding: 0;
}
.modal .modal-body.booking .booking-form .select-box:before {
  background: var(--white);
  padding-left: 0.5rem;
  pointer-events: none;
}
.modal .modal-body h4 {
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 300;
  color: var(--grey-33);
  margin-bottom: 2rem;
}
.modal .modal-body p {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
  color: var(--grey-33);
  margin-bottom: 2.5rem;
}
.modal .modal-body p.info-text {
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 5rem;
}
.modal .modal-body p.info-text a {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: var(--btn-primary-end-color);
}
.modal .modal-body p.main-text {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
.modal .modal-body .info-sm {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 400;
  color: var(--black);
}
.modal .modal-body .info-md {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: var(--black);
}
.modal .modal-body .popup-divider {
  border-top: 1px solid var(--grey-16);
}
.modal .modal-body .otp-wrapper .otp {
  margin-bottom: 1.5rem;
  position: relative;
}
.modal .modal-body .otp-wrapper .otp p.text-danger {
  position: absolute;
  font-size: 1.1rem;
}
.modal .modal-body .otp-wrapper .otp i {
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 300;
  background: -webkit-linear-gradient(var(--grey-33), var(--grey-33));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.modal .modal-body .otp-wrapper span {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--font-light-grey);
  margin-bottom: 2rem;
  font-family: "gothammedium";
}
.modal .modal-body .error-info i {
  font-size: 5rem;
  line-height: 5.4rem;
  font-weight: 400;
  background: -webkit-linear-gradient(var(--red-2), var(--red-1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.modal .modal-body .primary-info-icon i {
  font-size: 7rem;
  line-height: 7.4rem;
  font-weight: 400;
  background: -webkit-linear-gradient(var(--primary-green), var(--secondary-green));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.modal .modal-body.dashboard-modal {
  padding: 5rem 6rem;
}
.modal .modal-body.pickup-popup-body {
  padding: 6rem 2rem 4rem 2rem;
}
.modal .modal-body.home-delivery-body {
  padding: 3rem;
}
.modal .modal-body.home-delivery-body .card-bordered {
  border-top: 0px solid var(--grey-16);
  padding: 0rem;
  margin-bottom: 1.5rem;
}
.modal .modal-body.home-delivery-body .card-bordered .txt-one {
  font-family: "gothammedium";
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-33);
  border: 0;
  padding-bottom: 2rem;
}
.modal .modal-body.home-delivery-body .txt-one {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--grey-31);
  font-family: "gothammedium";
  border-top: 1px solid var(--grey-8);
  padding-top: 1.5rem;
  padding-bottom: 0rem;
  margin: 0;
  text-align: left;
}
.modal .modal-body.home-delivery-body .txt-two {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--grey-31);
  font-family: "gothammedium";
  text-align: left;
}
.modal .modal-body.home-delivery-body .txt-two a {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--grey-31);
  text-decoration: underline;
  font-family: "gothammedium";
}
.modal .modal-body.share-dialog-body {
  padding: 6.5rem 5rem 3rem 5rem;
}
.modal .modal-body.no-bg-sm-body {
  padding: 1.5rem 4rem 3rem;
  background: none;
}
.modal .modal-body.no-bg-sm-body p {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 300;
  color: var(--black);
}
.modal .modal-body.letter-popup-body {
  padding: 6rem 9.6rem 4rem 9.6rem;
}
.modal .modal-body.letter-popup-body .acceptance label {
  font-weight: 400;
}
.modal .modal-body.address-popup-body {
  padding: 5rem 5rem 3rem;
}
.modal .modal-body.pin-validation-body {
  padding: 4rem 5rem 3rem;
}
.modal .modal-body.video-popup-body {
  padding: 7rem 3rem 3rem 3rem;
}
.modal .modal-body.video-popup-body iframe {
  border: 0;
}
.modal .modal-body.plainbg-popup-body {
  padding: 0;
  background: none;
}
@media screen and (max-width: 991.98px) {
  .modal .modal-body {
    padding: 5rem 2rem 4rem;
  }
}
.modal .actions .btn {
  margin: 0 1rem;
  margin-top: 1rem;
  height: 4.4rem;
  padding: 0.8rem 2rem;
}
.modal .actions .btn.primary-outline-btn {
  border: 1px solid var(--grey-33);
  color: var(--grey-33);
}
.modal .close {
  position: absolute;
  font-size: 2.2rem;
  line-height: 2.6rem;
  color: var(--grey-2);
  right: 1.2rem;
  font-size: 3rem;
  top: 1.2rem;
  opacity: 1;
  z-index: 10;
}
@media screen and (max-width: 767.98px) {
  .modal .modal-dialog {
    margin: 0.5rem 1rem;
  }
  .modal .modal-dialog.full-screen {
    max-width: 100%;
    margin: 0;
  }
  .modal .modal-dialog.full-screen .modal-body {
    padding: 4rem 1.5rem 1.5rem 1.5rem;
  }
  .modal .modal-dialog.full-screen .modal-content {
    border-radius: initial;
  }
  .modal .modal-dialog.full-screen .close {
    left: 1.2rem;
    margin: 0 0 0 -8px;
  }
  .modal .modal-dialog .defalt-icon {
    font-size: 8rem;
    line-height: 8.4rem;
  }
  .modal .modal-dialog .defalt-icon.sm {
    font-size: 4rem;
    line-height: 4.4rem;
  }
  .modal .modal-dialog iframe {
    width: 100%;
    height: 40rem;
  }
  .modal .modal-header {
    padding: 2.6rem 2rem 0;
    margin-bottom: 0;
  }
  .modal .modal-title {
    font-size: 2.2rem;
    line-height: 2.6rem;
    font-weight: 300;
  }
  .modal .close {
    font-size: 2.5rem;
  }
  .modal .actions .btn {
    height: auto;
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 500;
    border: 1px solid var(--grey-33);
  }
  .modal .actions.btn-less .btn {
    margin: 0.5rem 0.5rem;
  }
  .modal .modal-body h4 {
    margin-bottom: 0.5rem;
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  .modal .modal-body p {
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
  }
  .modal .modal-body p.main-text {
    font-size: 1.4rem;
    line-height: 1.8rem;
    margin-bottom: 1rem;
  }
  .modal .modal-body .primary-info-icon i {
    font-size: 5rem;
    line-height: 5.4rem;
  }
  .modal .modal-body.dashboard-modal {
    padding: 3rem 2rem 3rem 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .modal .modal-body.dashboard-modal h4 {
    margin-bottom: 1.5rem;
  }
  .modal .modal-body.booking {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .modal .modal-body.pickup-popup-body {
    padding: 6rem 2rem 3rem 2rem;
  }
  .modal .modal-body.home-delivery-body {
    padding: 3rem 2rem 3rem 2rem;
  }
  .modal .modal-body.share-dialog-body {
    padding: 4.4rem 2rem 2rem;
  }
  .modal .modal-body.no-bg-sm-body {
    padding: 0.5rem 2rem 2.5rem;
  }
  .modal .modal-body.no-bg-sm-body p {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  .modal .modal-body.letter-popup-body {
    padding: 4.5rem 2rem 3rem;
  }
  .modal .modal-body.address-popup-body {
    padding: 3rem 2rem 2rem;
  }
  .modal .modal-body.pin-validation-body {
    padding: 3rem 2rem 3rem;
  }
  .modal .modal-body.video-popup-body {
    padding: 4rem 1.8rem 1.6rem 1.8rem;
  }
  .modal .modal-body p.info-text {
    font-size: 1.3rem;
    line-height: 1.7rem;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 4.5rem;
  }
}

.otpValodation-com.modal .modal-title {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: var(--grey-33);
  font-family: "gothammedium";
}
.otpValodation-com.modal .modal-dialog {
  max-width: 45rem;
  min-width: 44rem;
}
.otpValodation-com.modal .modal-dialog .modal-header {
  border-bottom: 1px solid var(--grey-8);
  padding-bottom: 2rem;
  padding-top: 2rem;
  margin: 0 1.6rem;
}
.otpValodation-com.modal .modal-dialog .modal-body {
  padding: 2rem 4.5rem;
}
.otpValodation-com.modal .modal-dialog .modal-body p {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-31);
  margin-bottom: 3rem;
  font-family: "gothammedium";
  margin-left: 0;
  margin-right: 0;
}
.otpValodation-com.modal .modal-dialog .modal-body p.txt-lines {
  margin-bottom: 0;
}
.otpValodation-com.modal .modal-dialog .modal-body p strong {
  color: var(--grey-33);
  font-weight: 500;
}
.otpValodation-com.modal .modal-dialog .modal-body p a {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-33);
}
@media screen and (max-width: 767.98px) {
  .otpValodation-com.modal .modal-dialog {
    min-width: auto;
  }
  .otpValodation-com.modal .modal-dialog .modal-body {
    padding: 2rem;
  }
}
.otpValodation-com.modal .close {
  font-size: 2rem;
  line-height: 2.4rem;
  color: var(--grey-33);
  right: 2rem;
  top: 2rem;
  opacity: 1;
  z-index: 10;
}
.otpValodation-com.modal .close:hover {
  font-size: 2rem;
  line-height: 2.4rem;
  color: var(--grey-33);
  opacity: 1;
}

.cancel-booking-variant {
  display: flex;
  justify-content: center;
}
.cancel-booking-variant .card {
  width: 36rem;
  height: 26rem;
  margin: 0 1rem;
}
.cancel-booking-variant .card.other-variants {
  padding: 2.2rem;
}
.cancel-booking-variant .card.other-variants h5 {
  font-family: "gothammedium";
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 400;
  color: var(--grey-33);
}
.cancel-booking-variant .card.other-variants p {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: var(--grey-33);
  font-family: "Roboto";
}
.cancel-booking-variant .card.other-variants .bike-cancel {
  margin: 0 1.5rem;
}
.cancel-booking-variant .card.other-variants .bike-cancel img {
  max-width: 20rem;
  margin: 0 auto 0.5rem;
}
.cancel-booking-variant .card.other-variants .bike-cancel .support-mail {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 1rem 0 1.75rem 2rem;
  border-bottom: 1px solid var(--grey-16);
  margin-bottom: 0.75rem;
}
.cancel-booking-variant .card.other-variants .bike-cancel .support-mail:last-child {
  border-bottom: 0px solid var(--grey-16);
}
.cancel-booking-variant .card.other-variants .bike-cancel .support-mail i {
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 400;
  color: var(--light-blue-sky);
}
.cancel-booking-variant .card.other-variants .bike-cancel .support-mail i.icon-mail {
  color: #6ebd88;
}
.cancel-booking-variant .card.other-variants .bike-cancel .support-mail .mail-support {
  text-align: left;
  padding-left: 1.5rem;
}
.cancel-booking-variant .card.other-variants .bike-cancel .support-mail .mail-support a {
  font-family: "gothammedium";
  font-size: 1.5rem;
  line-height: 1.9rem;
  font-weight: 400;
  color: var(--light-blue-sky);
}
.cancel-booking-variant .card.other-variants .bike-cancel .support-mail .mail-support a.mail {
  color: #6ebd88;
}
.cancel-booking-variant .card.other-variants .bike-cancel .support-mail .mail-support p {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 400;
  color: var(--grey-33);
  font-family: "Roboto";
  margin: 0rem;
}
.cancel-booking-variant .card.other-variants .cancel-view-more .btn.primary-gradient-btn.primary-outline-btn {
  min-width: 11rem;
  padding: 0.5rem 2rem;
  font-size: 1.3rem;
  line-height: 1.7rem;
  font-weight: 400;
  color: var(--grey-33);
}
@media screen and (max-width: 991.98px) {
  .cancel-booking-variant {
    flex-direction: column;
  }
  .cancel-booking-variant .card {
    max-width: 36rem;
    width: auto;
    margin: 0 0rem 2rem;
  }
  .cancel-booking-variant .card.other-variants {
    padding: 2.2rem 1.8rem;
  }
  .cancel-booking-variant .card.other-variants h5 {
    font-size: 1.7rem;
    line-height: 2.1rem;
  }
  .cancel-booking-variant .card.other-variants p {
    font-size: 1.3rem;
    line-height: 1.7rem;
  }
  .cancel-booking-variant .card.other-variants .bike-cancel {
    margin: 0rem 0 1rem;
  }
  .cancel-booking-variant .card.other-variants .bike-cancel .support-mail {
    padding: 1rem 0 1.75rem 0rem;
  }
}

.cancelbooking .actions {
  padding-top: 3rem;
  padding-bottom: 0;
}
.cancelbooking .actions .btn {
  height: auto;
  padding: 1rem 2rem;
}
@media screen and (max-width: 991.98px) {
  .cancelbooking .modal-header {
    padding: 2.6rem 4rem 0;
  }
  .cancelbooking .actions {
    padding-top: 1rem;
  }
}

.step-wizard {
  min-height: 8rem;
  border-bottom: 1px solid var(--grey-8);
  margin-bottom: 2rem;
}
.step-wizard.with-subheader {
  margin-top: 4rem;
  background: transparent;
  margin-bottom: 0;
  min-height: auto;
}
.step-wizard .step-title {
  justify-content: flex-start;
  padding-left: 2rem;
  margin-bottom: 2rem;
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 300;
  color: var(--grey-33);
  font-family: "primeregular";
}
.step-wizard .step-wizard-wrapper {
  text-align: center;
  margin-bottom: -0.8rem;
}
.step-wizard .step-wizard-wrapper li {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 400;
  color: var(-black);
  position: relative;
  z-index: 1;
  padding-bottom: 3.5rem;
  line-height: 1.8rem;
}
.step-wizard .step-wizard-wrapper li span {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}
.step-wizard .step-wizard-wrapper li:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  left: 50%;
  background: var(--primary-green);
  bottom: 0;
  z-index: -1;
  margin-bottom: 0.8rem;
}
.step-wizard .step-wizard-wrapper li:last-child:after {
  content: none;
}
.step-wizard .step-wizard-wrapper li.step-skip .step-indicator {
  background: var(--yellow-1);
  color: false;
  background: -webkit-linear-gradient(top, var(--yellow-1), var(--yellow-2));
  background: linear-gradient(to bottom, var(--yellow-1), var(--yellow-2));
}
.step-wizard .step-wizard-wrapper li.active .step-indicator {
  background: var(--sky-blue);
  color: false;
  background: -webkit-linear-gradient(top, var(--sky-blue), var(--tertiary-blue));
  background: linear-gradient(to bottom, var(--sky-blue), var(--tertiary-blue));
}
.step-wizard .step-wizard-wrapper li.active:after {
  background: var(--grey-19);
}
.step-wizard .step-wizard-wrapper li.active ~ li {
  color: var(--grey-18);
}
.step-wizard .step-wizard-wrapper li.active ~ li:after {
  background: var(--grey-19);
}
.step-wizard .step-wizard-wrapper li.active ~ li .step-indicator {
  background: var(--grey-18);
  border-color: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  background-clip: content-box;
}
.step-wizard .step-wizard-wrapper li.active.not-completed .step-indicator {
  background: var(--red-2);
  color: false;
  background: -webkit-linear-gradient(top, var(--red-2), var(--red-1));
  background: linear-gradient(to bottom, var(--red-2), var(--red-1));
}
.step-wizard .step-indicator {
  display: block;
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  background: var(--primary-green);
  color: false;
  background: -webkit-linear-gradient(top, var(--primary-green), var(--secondary-green));
  background: linear-gradient(to bottom, var(--primary-green), var(--secondary-green));
  box-shadow: var(--shadow-xs);
  -webkit-box-shadow: var(--shadow-xs);
  -ms-box-shadow: var(--shadow-xs);
  -moz-box-shadow: var(--shadow-xs);
  border: 2px solid var(--white);
  margin: 0 auto;
  margin-top: 2rem;
}
@media screen and (max-width: 767.98px) {
  .step-wizard {
    min-height: 9.8rem;
    border-radius: 0 0 60% 60%/0 0 15% 15%;
    -webkit-border-radius: 0 0 60% 60%/0 0 15% 15%;
    -ms-border-radius: 0 0 60% 60%/0 0 15% 15%;
    -moz-border-radius: 0 0 60% 60%/0 0 15% 15%;
  }
  .step-wizard.no-steps {
    min-height: 6rem;
  }
  .step-wizard .step-title {
    margin-bottom: 2.3rem;
    font-size: 1.5rem;
    line-height: 1.9rem;
    text-align: center;
  }
  .step-wizard .step-wizard-wrapper li {
    font-size: 1.4rem;
    line-height: 1.8rem;
    padding-bottom: 2rem;
  }
  .step-wizard .step-wizard-wrapper li span {
    bottom: 3px;
  }
  .step-wizard .step-indicator {
    height: 1.4rem;
    width: 1.4rem;
  }
  .step-wizard.with-subheader {
    margin-top: 3rem;
  }
}

/* Step wizard Horizontal*/
.step-wizard-horicoontal {
  min-height: 8rem;
  margin-bottom: 2rem;
  padding-top: 5rem;
}
.step-wizard-horicoontal .step-title {
  margin-top: 3rem;
  margin-bottom: 1rem;
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 400;
  color: var(--black);
  padding-left: 2rem;
  border-bottom: 1px solid var(--grey-16);
  padding: 0 1.5rem 2.6rem 3rem;
}
.step-wizard-horicoontal .step-title p {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 300;
  color: var(--black);
  margin-bottom: 0;
  padding-top: 0.5rem;
}
.step-wizard-horicoontal .payment-title {
  margin-top: 2.8rem;
  margin-bottom: 3rem;
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 300;
  color: var(--black);
}
.step-wizard-horicoontal .payment-title p {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 300;
  color: var(--black);
  margin-bottom: 0;
  padding-top: 0.5rem;
}
.step-wizard-horicoontal .step-wizard-wrapper {
  text-align: left;
  margin-bottom: -0.8rem;
  position: relative;
  z-index: 1;
  padding: 0 1.5rem 4rem 1.5rem;
}
.step-wizard-horicoontal .step-wizard-wrapper li {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
  color: var(--grey-33);
  position: relative;
  padding-bottom: 1.5rem;
  padding-left: 5.5rem;
  padding-top: 1.5rem;
  margin-bottom: 1rem;
}
.step-wizard-horicoontal .step-wizard-wrapper li p {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 400;
  color: var(--grey-33);
  margin-bottom: 0;
}
.step-wizard-horicoontal .step-wizard-wrapper li span {
  position: absolute;
  top: 0.5rem;
  left: 7%;
  transform: translate(-50%);
}
.step-wizard-horicoontal .step-wizard-wrapper li:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  left: 7%;
  background: var(--grey-29);
  top: 3rem;
  z-index: -1;
  margin-bottom: 0.8rem;
}
.step-wizard-horicoontal .step-wizard-wrapper li:last-child:after {
  content: none;
}
.step-wizard-horicoontal .step-wizard-wrapper li.active {
  background: transparent;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -moz-border-radius: 1rem;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
  color: var(--btn-primary-end-color);
  box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
}
.step-wizard-horicoontal .step-wizard-wrapper li.active .step-indicator {
  background: var(--sky-blue);
  color: false;
  background: -webkit-linear-gradient(top, var(--sky-blue), var(--tertiary-blue));
  background: linear-gradient(to bottom, var(--sky-blue), var(--tertiary-blue));
}
.step-wizard-horicoontal .step-wizard-wrapper li.active p {
  color: var(--btn-primary-end-color);
}
.step-wizard-horicoontal .step-wizard-wrapper li.active:after {
  background: var(--grey-15);
}
.step-wizard-horicoontal .step-wizard-wrapper li.active ~ li {
  color: var(--grey-33);
}
.step-wizard-horicoontal .step-wizard-wrapper li.active ~ li:after {
  background: var(--grey-15);
}
.step-wizard-horicoontal .step-wizard-wrapper li.active ~ li .step-indicator {
  background: var(--grey-15);
  border-color: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  border: 1px solid var(--grey-15);
}
.step-wizard-horicoontal .step-wizard-wrapper li.active.error .step-indicator {
  background: var(--red-2);
  color: false;
  background: -webkit-linear-gradient(top, var(--red-2), var(--red-1));
  background: linear-gradient(to bottom, var(--red-2), var(--red-1));
}
.step-wizard-horicoontal .step-wizard-wrapper li.inactive .step-indicator {
  background: var(--red-2);
  color: false;
  background: -webkit-linear-gradient(top, var(--red-2), var(--red-1));
  background: linear-gradient(to bottom, var(--red-2), var(--red-1));
}
.step-wizard-horicoontal .step-indicator {
  display: block;
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  background: var(--quaternary-dark-blue-1);
  color: false;
  background: -webkit-linear-gradient(top, var(--quaternary-dark-blue-1), var(--quaternary-dark-blue-1));
  background: linear-gradient(to bottom, var(--quaternary-dark-blue-1), var(--quaternary-dark-blue-1));
  box-shadow: var(--shadow-xs);
  -webkit-box-shadow: var(--shadow-xs);
  -ms-box-shadow: var(--shadow-xs);
  -moz-box-shadow: var(--shadow-xs);
  border: 2px solid var(--grey-24);
  margin: 0 auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.step-wizard-horicoontal.action-step {
  padding-top: 1rem;
}
.step-wizard-horicoontal.action-step .step-title {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: var(--grey-33);
}
@media screen and (max-width: 1199.98px) {
  .step-wizard-horicoontal.action-step .step-title {
    font-size: 2rem;
    line-height: 2.4rem;
    font-weight: 400;
    color: var(--grey-33);
    background: transparent;
    border-bottom: 1px solid #e4e4e4;
  }
}
@media screen and (max-width: 991.98px) {
  .step-wizard-horicoontal .expand {
    padding: 2rem;
  }
  .step-wizard-horicoontal .step-wizard-wrapper li {
    padding-left: 6rem;
  }
}
@media screen and (max-width: 767.98px) {
  .step-wizard-horicoontal {
    min-height: 9.8rem;
    border-radius: 0 0 60% 60%/0 0 15% 15%;
    -webkit-border-radius: 0 0 60% 60%/0 0 15% 15%;
    -ms-border-radius: 0 0 60% 60%/0 0 15% 15%;
    -moz-border-radius: 0 0 60% 60%/0 0 15% 15%;
    padding-top: 0;
    margin-top: -1rem;
    margin-bottom: 0;
  }
  .step-wizard-horicoontal.action-step {
    margin-top: 2rem;
  }
  .step-wizard-horicoontal.action-step .step-title {
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
    margin-top: 0;
    top: 0;
  }
  .step-wizard-horicoontal.action-step .expand {
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    margin-top: 0;
  }
  .step-wizard-horicoontal.action-step .step-wizard-wrapper {
    padding: 0 1.5rem;
    margin-top: 1rem;
  }
  .step-wizard-horicoontal .step-title {
    font-size: 1.8rem;
    line-height: 2.2rem;
    text-align: left;
    position: fixed;
    z-index: 5;
    width: 93%;
    background: var(--white);
    left: 1.4rem;
    right: 1.5rem;
    top: 2rem;
    padding: 2rem;
    background: linear-gradient(to bottom, var(--white), var(--grey-16));
    border-bottom: 0px solid var(--grey-16);
    margin-bottom: 0;
    border-radius: 0rem;
    -webkit-border-radius: 0rem;
    -ms-border-radius: 0rem;
    -moz-border-radius: 0rem;
  }
  .step-wizard-horicoontal .step-title p {
    font-size: 1.2rem;
    line-height: 1.6rem;
    padding-top: 0.5rem;
  }
  .step-wizard-horicoontal .expand {
    margin-top: 3rem;
    font-size: 1.8rem;
    line-height: 2.2rem;
    font-weight: 400;
    color: var(--black);
    text-align: left;
    position: fixed;
    z-index: 5;
    width: 93%;
    background: var(--white);
    left: 1.4rem;
    right: 1.5rem;
    top: 2rem;
    padding: 2rem;
    background: linear-gradient(to bottom, var(--white), var(--grey-13));
    border-bottom: 0px solid var(--grey-16);
    margin-bottom: 0;
    border-radius: 0 0 2rem 2rem;
    -webkit-border-radius: 0 0 2rem 2rem;
    -ms-border-radius: 0 0 2rem 2rem;
    -moz-border-radius: 0 0 2rem 2rem;
  }
  .step-wizard-horicoontal .expand p {
    font-size: 1.2rem;
    line-height: 1.6rem;
    padding-top: 0.5rem;
  }
  .step-wizard-horicoontal .step-wizard-wrapper {
    margin-top: 5rem;
  }
  .step-wizard-horicoontal .step-wizard-wrapper li {
    font-size: 1.6rem;
    line-height: 2rem;
    padding-bottom: 1rem;
    padding-left: 4.5rem;
  }
  .step-wizard-horicoontal .step-wizard-wrapper li p {
    font-size: 1.3rem;
    line-height: 1.7rem;
  }
  .step-wizard-horicoontal .step-wizard-wrapper li span {
    bottom: 3px;
  }
  .step-wizard-horicoontal .step-indicator {
    height: 1.8rem;
    width: 1.8rem;
  }
}
.step-wizard-horicoontal.step-wizard-basic {
  padding-top: 0;
}
.step-wizard-horicoontal.step-wizard-basic .step-indicator {
  border: 1px solid var(--dark-grey-3);
  margin: 0 auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
  box-shadow: 0 0 0 3px #fff inset;
  box-sizing: border-box;
}
.step-wizard-horicoontal.step-wizard-basic .step-wizard-wrapper {
  padding: 0;
}
.step-wizard-horicoontal.step-wizard-basic .step-wizard-wrapper li {
  padding-bottom: 0;
  padding-left: 5rem;
  padding-top: 1.5rem;
  margin-bottom: 1rem;
}
.step-wizard-horicoontal.step-wizard-basic .step-wizard-wrapper li p {
  font-size: 1.5rem;
  line-height: 1.9rem;
  font-weight: 400;
  color: var(--grey-33);
  margin-bottom: 0;
}
.step-wizard-horicoontal.step-wizard-basic .step-wizard-wrapper li:after {
  background: var(--dark-grey-3);
  width: 1px;
}
.step-wizard-horicoontal.step-wizard-basic .step-wizard-wrapper li:last-child:after {
  content: none;
}
@media screen and (max-width: 767.98px) {
  .step-wizard-horicoontal.step-wizard-basic .step-wizard-wrapper {
    padding-top: 0;
    margin-top: 0;
  }
  .step-wizard-horicoontal.step-wizard-basic .step-wizard-wrapper li {
    padding-left: 4rem;
  }
  .step-wizard-horicoontal.step-wizard-basic .step-wizard-wrapper li p {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}

.step-wizard-enquiry {
  min-height: 8rem;
  margin-bottom: 2rem;
  padding-top: 0rem;
}
.step-wizard-enquiry .step-wizard-wrapper {
  text-align: left;
  margin-bottom: -0.8rem;
  position: relative;
  z-index: 1;
  padding: 0 1.5rem 4rem 1.5rem;
}
.step-wizard-enquiry .step-wizard-wrapper li {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
  color: var(--black);
  position: relative;
  padding-bottom: 1.5rem;
  padding-left: 5.5rem;
  padding-top: 1.5rem;
  margin-bottom: 1rem;
}
.step-wizard-enquiry .step-wizard-wrapper li p {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 400;
  color: var(--black);
  margin-bottom: 1rem;
  margin-top: 0.5rem;
}
.step-wizard-enquiry .step-wizard-wrapper li button.btn.outline-btn.btn-rounded {
  opacity: 0.3;
}
.step-wizard-enquiry .step-wizard-wrapper li span {
  position: absolute;
  top: 0.7rem;
  left: 7%;
  transform: translate(-50%);
}
.step-wizard-enquiry .step-wizard-wrapper li:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  left: 7%;
  background: rgba(153, 153, 153, 0.5);
  top: 3rem;
  z-index: -1;
  margin-bottom: 0.8rem;
}
.step-wizard-enquiry .step-wizard-wrapper li:last-child:after {
  content: none;
}
.step-wizard-enquiry .step-wizard-wrapper li.active {
  background: transparent;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -moz-border-radius: 1rem;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
  color: #46a02e;
  box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
}
.step-wizard-enquiry .step-wizard-wrapper li.active .step-indicator {
  background: #46a02e;
  color: false;
  background: -webkit-linear-gradient(top, #46a02e, #46a02e);
  background: linear-gradient(to bottom, #46a02e, #46a02e);
  border: 0;
}
.step-wizard-enquiry .step-wizard-wrapper li.active .step-indicator:before {
  content: "";
  border-left: 0.2rem solid var(--white);
  border-bottom: 0.2rem solid var(--white);
  height: 0.5rem;
  width: 1rem;
  position: absolute;
  left: 0.3rem;
  top: 0.4rem;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}
.step-wizard-enquiry .step-wizard-wrapper li.active > div {
  display: none;
}
.step-wizard-enquiry .step-wizard-wrapper li.active p {
  color: var(--btn-primary-end-color);
}
.step-wizard-enquiry .step-wizard-wrapper li.active button.btn.outline-btn.btn-rounded {
  opacity: 1;
}
.step-wizard-enquiry .step-wizard-wrapper li.active:after {
  background: var(--grey-15);
}
.step-wizard-enquiry .step-wizard-wrapper li.active.error .step-indicator {
  background: var(--red-2);
  color: false;
  background: -webkit-linear-gradient(top, var(--red-2), var(--red-1));
  background: linear-gradient(to bottom, var(--red-2), var(--red-1));
}
.step-wizard-enquiry .step-wizard-wrapper li.inactive {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 600;
  color: var(--black);
}
.step-wizard-enquiry .step-wizard-wrapper li.inactive .step-indicator {
  background: #57d9ff;
  color: false;
  background: -webkit-linear-gradient(top, #57d9ff, #2b99f7);
  background: linear-gradient(to bottom, #57d9ff, #2b99f7);
  border: 0;
}
.step-wizard-enquiry .step-wizard-wrapper li.inactive button.btn.outline-btn.btn-rounded {
  opacity: 1;
}
.step-wizard-enquiry .step-indicator {
  display: block;
  height: 1.6rem;
  width: 1.6rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  background: var(#fefefe);
  color: false;
  background: -webkit-linear-gradient(top, var(#fefefe), var(#fefefe));
  background: linear-gradient(to bottom, var(#fefefe), var(#fefefe));
  box-shadow: var(--shadow-xs);
  -webkit-box-shadow: var(--shadow-xs);
  -ms-box-shadow: var(--shadow-xs);
  -moz-box-shadow: var(--shadow-xs);
  border: 3px solid #979797;
  margin: 0 auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.step-wizard-enquiry.action-step {
  padding-top: 1rem;
}
.step-wizard-enquiry.action-step .step-title {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: var(--black);
}
@media screen and (max-width: 1199.98px) {
  .step-wizard-enquiry.action-step .step-title {
    font-size: 2rem;
    line-height: 2.4rem;
    font-weight: 400;
    color: var(--black);
  }
}
@media screen and (max-width: 991.98px) {
  .step-wizard-enquiry .expand {
    padding: 2rem;
  }
  .step-wizard-enquiry .step-wizard-wrapper li {
    padding-left: 6rem;
  }
}
@media screen and (max-width: 767.98px) {
  .step-wizard-enquiry {
    min-height: 9.8rem;
    border-radius: 0 0 60% 60%/0 0 15% 15%;
    -webkit-border-radius: 0 0 60% 60%/0 0 15% 15%;
    -ms-border-radius: 0 0 60% 60%/0 0 15% 15%;
    -moz-border-radius: 0 0 60% 60%/0 0 15% 15%;
    padding-top: 0;
    margin-top: -1rem;
    margin-bottom: 0;
  }
  .step-wizard-enquiry.action-step {
    margin-top: 2rem;
  }
  .step-wizard-enquiry.action-step .step-title {
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
    margin-top: 0;
    top: 0;
  }
  .step-wizard-enquiry.action-step .expand {
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    margin-top: 0;
  }
  .step-wizard-enquiry.action-step .step-wizard-wrapper {
    padding: 0 1.5rem;
    margin-top: 1rem;
  }
  .step-wizard-enquiry .step-title {
    font-size: 1.8rem;
    line-height: 2.2rem;
    text-align: left;
    position: fixed;
    z-index: 5;
    width: 93%;
    background: var(--white);
    left: 1.4rem;
    right: 1.5rem;
    top: 2rem;
    padding: 2rem;
    background: linear-gradient(to bottom, var(--white), var(--grey-16));
    border-bottom: 0px solid var(--grey-16);
    margin-bottom: 0;
    border-radius: 0rem;
    -webkit-border-radius: 0rem;
    -ms-border-radius: 0rem;
    -moz-border-radius: 0rem;
  }
  .step-wizard-enquiry .step-title p {
    font-size: 1.2rem;
    line-height: 1.6rem;
    padding-top: 0.5rem;
  }
  .step-wizard-enquiry .expand {
    margin-top: 3rem;
    font-size: 1.8rem;
    line-height: 2.2rem;
    font-weight: 400;
    color: var(--black);
    text-align: left;
    position: fixed;
    z-index: 5;
    width: 93%;
    background: var(--white);
    left: 1.4rem;
    right: 1.5rem;
    top: 2rem;
    padding: 2rem;
    background: linear-gradient(to bottom, var(--white), var(--grey-13));
    border-bottom: 0px solid var(--grey-16);
    margin-bottom: 0;
    border-radius: 0 0 2rem 2rem;
    -webkit-border-radius: 0 0 2rem 2rem;
    -ms-border-radius: 0 0 2rem 2rem;
    -moz-border-radius: 0 0 2rem 2rem;
  }
  .step-wizard-enquiry .expand p {
    font-size: 1.2rem;
    line-height: 1.6rem;
    padding-top: 0.5rem;
  }
  .step-wizard-enquiry .step-wizard-wrapper {
    margin-top: 5rem;
  }
  .step-wizard-enquiry .step-wizard-wrapper li {
    font-size: 1.4rem;
    line-height: 1.8rem;
    padding-bottom: 1rem;
    padding-left: 4.5rem;
  }
  .step-wizard-enquiry .step-wizard-wrapper li p {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  .step-wizard-enquiry .step-wizard-wrapper li span {
    bottom: 3px;
  }
  .step-wizard-enquiry .step-indicator {
    height: 1.8rem;
    width: 1.8rem;
  }
}

.step-wizard-withimage {
  min-height: 8rem;
  margin-bottom: 2rem;
}
.step-wizard-withimage .step-wizard-wrapper {
  text-align: left;
  position: relative;
  z-index: 1;
  font-family: "gothammedium";
  background: var(--white);
}
.step-wizard-withimage .step-wizard-wrapper ul {
  padding: 0 2rem 2.5rem;
}
.step-wizard-withimage .step-wizard-wrapper li {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: var(--grey-33);
  position: relative;
  padding-bottom: 1.5rem;
  padding-left: 5.5rem;
  padding-top: 1.5rem;
  margin-bottom: 1rem;
}
.step-wizard-withimage .step-wizard-wrapper li p {
  font-size: 1.3rem;
  line-height: 1.7rem;
  font-weight: 400;
  color: var(--grey-33);
  margin-bottom: 0;
}
.step-wizard-withimage .step-wizard-wrapper li span {
  position: absolute;
  top: 0.5rem;
  left: 7%;
  transform: translate(-50%);
}
.step-wizard-withimage .step-wizard-wrapper li:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  left: 7%;
  background: var(--grey-6);
  top: 3rem;
  z-index: -1;
  margin-bottom: 0.8rem;
}
.step-wizard-withimage .step-wizard-wrapper li:last-child:after {
  content: none;
}
.step-wizard-withimage .step-wizard-wrapper li.active {
  background: transparent;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -moz-border-radius: 1rem;
  font-size: 1.5rem;
  line-height: 1.9rem;
  box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
}
.step-wizard-withimage .step-wizard-wrapper li.active .step-indicator {
  background: var(--brand-color);
}
.step-wizard-withimage .step-wizard-wrapper li.active:after {
  background: var(--grey-6);
}
.step-wizard-withimage .step-wizard-wrapper li.active ~ li {
  color: var(--grey-33);
}
.step-wizard-withimage .step-wizard-wrapper li.active ~ li:after {
  background: var(--grey-6);
}
.step-wizard-withimage .step-wizard-wrapper li.active ~ li .step-indicator {
  background: var(--grey-6);
  border-color: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
}
.step-wizard-withimage .step-wizard-wrapper li.active ~ li .step-indicator i {
  color: var(--grey-31);
}
.step-wizard-withimage .step-wizard-wrapper li.active.error .step-indicator {
  background: var(--red-2);
  color: false;
  background: -webkit-linear-gradient(top, var(--red-2), var(--red-1));
  background: linear-gradient(to bottom, var(--red-2), var(--red-1));
}
.step-wizard-withimage .step-wizard-wrapper li.inactive .step-indicator {
  background: var(--red-2);
  color: false;
  background: -webkit-linear-gradient(top, var(--red-2), var(--red-1));
  background: linear-gradient(to bottom, var(--red-2), var(--red-1));
}
.step-wizard-withimage li:nth-child(1).active .step-indicator {
  background: var(--brand-color);
}
.step-wizard-withimage .step-one .step-indicator {
  background: var(--brand-color);
}
.step-wizard-withimage li:nth-child(2).active .step-indicator {
  background: var(--light-blue-sky);
}
.step-wizard-withimage .step-two .step-indicator {
  background: var(--light-blue-sky);
}
.step-wizard-withimage .step-two .step-indicator i {
  font-size: 2rem;
}
.step-wizard-withimage .step-three .step-indicator i {
  font-size: 2rem;
}
.step-wizard-withimage li:nth-child(3).active .step-indicator {
  background: var(--brand-color-pink);
}
.step-wizard-withimage .step-indicator {
  display: flex;
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
  padding: 2rem;
  justify-content: center;
  align-items: center;
}
.step-wizard-withimage .step-indicator i {
  font-size: 2.5rem;
  line-height: 2.9rem;
  font-weight: 500;
  color: var(--black);
  position: absolute;
  z-index: 99;
}
.step-wizard-withimage.action-step {
  padding-top: 1rem;
}
.step-wizard-withimage.action-step .step-title {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: var(--grey-33);
}
@media screen and (max-width: 1199.98px) {
  .step-wizard-withimage.action-step .step-title {
    font-size: 2rem;
    line-height: 2.4rem;
    font-weight: 400;
    color: var(--grey-33);
    background: transparent;
    border-bottom: 1px solid #e4e4e4;
  }
}
@media screen and (max-width: 991.98px) {
  .step-wizard-withimage .step-wizard-wrapper li {
    padding-left: 6rem;
  }
}
@media screen and (max-width: 767.98px) {
  .step-wizard-withimage {
    min-height: 9.8rem;
    border-radius: 0 0 60% 60%/0 0 15% 15%;
    -webkit-border-radius: 0 0 60% 60%/0 0 15% 15%;
    -ms-border-radius: 0 0 60% 60%/0 0 15% 15%;
    -moz-border-radius: 0 0 60% 60%/0 0 15% 15%;
    padding-top: 0;
    margin-top: -1rem;
    margin-bottom: 0;
  }
  .step-wizard-withimage.action-step {
    margin-top: 2rem;
  }
  .step-wizard-withimage .step-wizard-wrapper {
    margin-top: 0;
    background: none;
    padding: 0 2rem 2rem;
    border-top: 1px solid var(--grey-7);
  }
  .step-wizard-withimage .step-wizard-wrapper ul {
    padding: 0;
  }
  .step-wizard-withimage .step-wizard-wrapper li {
    font-size: 1.6rem;
    line-height: 2rem;
    padding-bottom: 1rem;
    padding-left: 5.5rem;
  }
  .step-wizard-withimage .step-wizard-wrapper li p {
    font-size: 1.3rem;
    line-height: 1.7rem;
  }
  .step-wizard-withimage .step-wizard-wrapper li span {
    bottom: 3px;
  }
  .step-wizard-withimage .step-indicator {
    height: 1.8rem;
    width: 1.8rem;
  }
}

.discription-list {
  padding: 1rem 0;
}
.discription-list > li {
  font-size: 1.5rem;
  line-height: 1.9rem;
  font-weight: 300;
  color: var(--black);
  position: relative;
  padding-left: 3rem;
  text-align: left;
}
.discription-list > li:before {
  font-family: "icomoon" !important;
  content: "\e919";
  background: -webkit-linear-gradient(var(--primary-green), var(--secondary-green));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2rem;
  position: absolute;
  padding: 0.2rem 0 0.2rem 0.2rem;
  left: 0;
}
.discription-list > li span {
  font-weight: 500;
  display: block;
}
.discription-list > li + li {
  margin-top: 1rem;
}
.discription-list > li.warranty:before {
  content: "\e94c";
}
@media screen and (max-width: 767.98px) {
  .discription-list {
    padding: 1rem 0;
  }
  .discription-list > li {
    font-size: 1.3rem;
    line-height: 1.7rem;
    font-weight: 300;
    color: var(--black);
    padding-left: 2.6rem;
  }
  .discription-list > li:before {
    font-size: 1.6rem;
    padding: 0.2rem 0 0;
  }
  .discription-list > li + li {
    margin-top: 1rem;
  }
  .discription-list > li.warranty:before {
    content: "\e94c";
  }
}

.media-list .media i {
  font-size: 2rem;
  background: -webkit-linear-gradient(var(--primary-green), var(--secondary-green));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: 0.5rem;
  min-width: 3rem;
}
.media-list .media .icon-mail {
  font-size: 1.8rem;
  line-height: 2.2rem;
}
.media-list .media h5 {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
  color: var(--dark-grey-1);
  margin-bottom: 0.5rem;
}
.media-list .media + .media {
  margin-top: 1.6rem;
}
@media screen and (max-width: 767.98px) {
  .media-list .media h5 {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  .media-list .media i {
    font-size: 1.8rem;
    min-width: 2.5rem;
  }
  .media-list .media .icon-mail {
    font-size: 1.5rem;
    line-height: 1.9rem;
  }
}

.default-list ul {
  padding: 0 0 0 1rem;
}
.default-list ul li {
  list-style-type: none;
  position: relative;
  padding: 1rem 0 0 0.5rem;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 300;
  color: var(--black);
}
.default-list ul li:before {
  content: "•";
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 300;
  color: var(--black);
  position: absolute;
  top: 0.5rem;
  left: -10px;
}
@media screen and (max-width: 767.98px) {
  .default-list ul li {
    padding: 1rem 0 0 0.5rem;
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 300;
    color: var(--black);
  }
}

.radio-list ul {
  padding: 0;
}
.radio-list ul li + li {
  padding-top: 1.5rem;
}

.vehicle-list {
  padding: 1rem 0;
  margin-bottom: 0;
}
.vehicle-list > li {
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: var(--grey-33);
  font-family: "gothammedium";
}
.vehicle-list > li label {
  font-size: 1.6rem;
  line-height: 2rem;
  color: var(--grey-33);
  font-family: "gothammedium";
}
.vehicle-list > li + li {
  margin-top: 1rem;
}
.vehicle-list a {
  display: flex;
  justify-content: end;
  width: 4.5rem;
  margin: 0 0 0 auto;
}
.vehicle-list a i {
  font-size: 1.6rem;
  background: -webkit-linear-gradient(var(--grey-33), var(--grey-33));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.vehicle-list a p {
  margin: 0 0 0 0.5rem;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: var(--grey-33);
}

.tabs-section .nav-link {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 400;
  color: var(--grey-33);
  padding: 0;
  display: inline-block;
}
.tabs-section .nav-link i {
  font-size: 4.4rem;
}
.tabs-section .nav-link span {
  border-top: 2px solid var(--grey-33);
  padding-top: 1rem;
  margin-top: 1.5rem;
  font-family: "gothammedium";
}
.tabs-section .nav-link.active {
  color: var(--white);
  opacity: 100;
  background: transparent;
}
.tabs-section .nav-link.active span {
  border-top: 2px solid var(--white);
}
.tabs-section .tab-content-section {
  padding: 0 7rem 4.5rem 7rem;
}
@media screen and (max-width: 1199.98px) {
  .tabs-section .tab-content-section {
    padding: 0 0 4.5rem 0;
  }
}
@media screen and (max-width: 991.98px) {
  .tabs-section {
    margin-top: 6rem;
  }
  .tabs-section .nav {
    overflow: auto;
    flex-wrap: nowrap;
  }
  .tabs-section .nav-item:first-child .nav-link {
    padding-left: 0;
  }
  .tabs-section .nav-link {
    font-size: 1.2rem;
    line-height: 1.6rem;
    display: block;
    padding-left: 3.4rem;
  }
  .tabs-section .nav-link i {
    font-size: 3.4rem;
  }
  .tabs-section .nav-link span {
    padding-top: 0.5rem;
    margin-top: 1rem;
    white-space: nowrap;
  }
  .tabs-section .tab-content-section {
    padding: 0 6rem 2.5rem 6rem;
  }
}
@media screen and (max-width: 767.98px) {
  .tabs-section {
    margin-left: -3rem;
    margin-right: -3rem;
    margin-top: 3rem;
  }
  .tabs-section .nav-item:first-child .nav-link {
    padding-left: 1.5rem;
  }
  .tabs-section .nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.tabs-sm > button {
  border: none;
  background: none;
}
.tabs-sm .colour-palette-tab {
  max-width: 100%;
  display: inline-block;
  text-align: center;
}
.tabs-sm .colour-palette-tab .nav-item + .nav-item {
  margin-left: 0;
}
.tabs-sm .colour-palette-tab .nav-pills .nav-link {
  display: inline-flex;
}
.tabs-sm .colour-palette-tab .nav-pills .nav-link:before {
  content: none;
  transition: none;
  transform: none;
}
.tabs-sm .nav-item + .nav-item {
  margin-left: 5.2rem;
}
.tabs-sm .nav-pills .nav-link {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 500;
  color: var(--grey-33);
  font-family: "gothammedium";
  padding: 0;
  position: relative;
  padding-bottom: 1rem;
}
.tabs-sm .nav-pills .nav-link:before {
  content: "";
  width: 5.7rem;
  height: 0.3rem;
  background: var(--grey-33);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) scaleX(0);
  -webkit-transform: translateX(-50%) scaleX(0);
  -moz-transform: translateX(-50%) scaleX(0);
  -ms-transform: translateX(-50%) scaleX(0);
  transition: 200ms linear 0s;
  -webkit-transition: 200ms linear 0s;
  -moz-transition: 200ms linear 0s;
  -ms-transition: 200ms linear 0s;
}
.tabs-sm .nav-pills .nav-link.active {
  background: none;
  color: var(--grey-33);
}
.tabs-sm .nav-pills .nav-link.active:before {
  transform: translateX(-50%) scaleX(1);
  -webkit-transform: translateX(-50%) scaleX(1);
  -moz-transform: translateX(-50%) scaleX(1);
  -ms-transform: translateX(-50%) scaleX(1);
}
@media screen and (max-width: 991.98px) {
  .tabs-sm {
    padding-bottom: 5rem;
  }
  .tabs-sm .nav-pills .nav-link {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  .tabs-sm .nav-pills .nav-link:before {
    height: 0.2rem;
    bottom: 4px;
  }
  .tabs-sm .nav-item + .nav-item {
    margin-left: 5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .tabs-sm .nav-pills {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .tabs-sm .nav-pills .nav-link {
    font-size: 1.6rem;
    line-height: 2rem;
    padding-bottom: 1rem;
  }
  .tabs-sm .nav-pills .nav-link:before {
    width: 5rem;
  }
  .tabs-sm .nav-item + .nav-item {
    margin-left: 2rem;
  }
}
@media screen and (max-width: 575.98px) {
  .tabs-sm .nav-item + .nav-item {
    margin-left: 2rem;
  }
  .tabs-sm .nav-pills .nav-link {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}

.tabs-rounded .nav-link {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: var(--grey-29);
  border: solid 2px var(--grey-29);
  background: transparent;
  padding: 0.6rem 5rem;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -moz-border-radius: 2rem;
  font-family: "gothammedium";
}
.tabs-rounded .nav-link span {
  border-top: 0px solid var(--grey-29);
  padding: 0;
  margin: 0;
}
.tabs-rounded .nav-link.active {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: var(--grey-33);
  border: solid 2px var(--grey-33);
  padding: 0.6rem 5rem;
}
.tabs-rounded .nav-link.active span {
  border-top: 0px solid var(--white);
  padding: 0;
  margin: 0;
}
.tabs-rounded .nav {
  margin-bottom: 4rem;
}
.tabs-rounded .nav li {
  position: relative;
  margin: 0 1rem;
}
@media screen and (max-width: 991.98px) {
  .tabs-rounded .nav-link {
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 500;
    padding: 0.6rem 2rem;
  }
  .tabs-rounded .nav-link.active {
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 500;
    color: var(-white);
    padding: 0.6rem 2.5rem;
  }
  .tabs-rounded .nav {
    margin-bottom: 2rem;
  }
  .tabs-rounded .nav li {
    margin: 0 0.7rem;
  }
}
@media screen and (max-width: 767.98px) {
  .tabs-rounded .nav-item:first-child .nav-link {
    padding-left: 2rem;
  }
}

.tabs-line .row.no-gutters {
  position: relative;
}
.tabs-line > ul {
  margin: 0rem;
  display: flex;
  justify-content: center;
}
.tabs-line > ul li {
  position: relative;
  margin: 0rem;
  border-bottom: 1px solid var(--grey-31);
}
.tabs-line > ul li span {
  position: absolute;
  left: 0;
  top: -1rem;
  width: 100%;
  text-transform: capitalize;
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: 500;
  color: var(--grey-33);
  text-align: center;
}
.tabs-line > ul li.nav-item + .nav-item {
  margin-left: 0;
}
.tabs-line > ul.nav-pills .nav-link {
  border-radius: 0rem;
  -webkit-border-radius: 0rem;
  -ms-border-radius: 0rem;
  -moz-border-radius: 0rem;
  border: solid 0px var(--white);
  background: transparent;
  padding: 0.5rem 2rem;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
  color: var(--grey-33);
  font-family: "gothammedium";
}
.tabs-line > ul.nav-pills .nav-link.active {
  border-bottom: solid 4px var(--grey-33);
  background: transparent;
  padding: 0.5rem 2rem 1rem;
}
.tabs-line > ul.nav-pills .nav-link.active:before {
  background: transparent;
  height: auto;
}
@media screen and (max-width: 767.98px) {
  .tabs-line > ul.nav-pills .nav-link {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}

/* Layout - header, footer etc */
.tvs-header .container {
  max-width: 100%;
}
@media screen and (min-width: 992px) {
  .tvs-header .container {
    max-width: 930px;
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  .tvs-header .container {
    max-width: 1170px;
  }
}
.tvs-header .navbar {
  padding: 0;
  background: var(--white);
}
.tvs-header .navbar .nav-item {
  margin-left: 12px;
  margin-right: 12px;
}
@media screen and (min-width: 1200px) {
  .tvs-header .navbar .nav-item {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 1199.98px) {
  .tvs-header .navbar .nav-item {
    margin-left: 6px;
    margin-right: 6px;
  }
}
.tvs-header .navbar .nav-item.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.tvs-header .navbar .navbar-nav .nav-link {
  font-size: 16px;
  font-weight: 500;
  color: var(--black);
  text-transform: uppercase;
  padding: 1.5rem 0;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .tvs-header .navbar .navbar-nav .nav-link {
    font-size: 18px;
  }
}
.tvs-header .navbar .navbar-nav .nav-link:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 3px;
  background-color: #f12a00;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.tvs-header .navbar .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.tvs-header .navbar .dropdown-toggle:after {
  content: "\e9b2";
  font-family: "icomoon" !important;
  border: none;
  vertical-align: middle;
  font-size: 10px;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .tvs-header .navbar .dropdown-menu {
    left: -26px;
    border: none;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -ms-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    padding: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
    display: block;
  }
}
.tvs-header .navbar .dropdown-item {
  padding: 15px 35px 15px 25px;
  font-size: 14px;
  font-weight: 400;
  color: var(--black);
  text-transform: uppercase;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.tvs-header .navbar .dropdown-item:hover {
  background: #f12a00;
  color: var(--white);
}
.tvs-header .navbar-brand {
  padding: 1.6rem 0;
  margin-right: 3.6rem;
}
@media screen and (max-width: 1199.98px) {
  .tvs-header .navbar-brand {
    margin-right: 2.6rem;
  }
}

.navbar-toggler {
  background: var(--tvs-blue);
  border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  height: 65px;
  width: 60px;
  padding: 5px 15px 0 15px;
}
.navbar-toggler .icon-bar {
  background: rgb(255, 255, 255);
  width: 22px;
  height: 2px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  -moz-border-radius: 2px;
  display: block;
  margin: 10px auto;
  position: relative;
  transition: 200ms ease-in 0s;
  -webkit-transition: 200ms ease-in 0s;
  -moz-transition: 200ms ease-in 0s;
  -ms-transition: 200ms ease-in 0s;
}
.navbar-toggler .icon-bar:before, .navbar-toggler .icon-bar:after {
  content: "";
  background: rgb(255, 255, 255);
  width: 22px;
  height: 2px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  -moz-border-radius: 2px;
  left: 0;
  position: absolute;
  display: block;
  will-change: transform;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transition: 200ms ease-in 0s;
  -webkit-transition: 200ms ease-in 0s;
  -moz-transition: 200ms ease-in 0s;
  -ms-transition: 200ms ease-in 0s;
}
.navbar-toggler .icon-bar:before {
  top: -6px;
}
.navbar-toggler .icon-bar:after {
  bottom: -6px;
}
.navbar-toggler .sr-only {
  position: relative;
  font-size: 12px;
  color: var(--white);
  padding-top: 5px;
  display: block;
  width: auto;
  height: auto;
}
.navbar-toggler:not(.collapsed) .icon-bar {
  background: rgba(255, 255, 255, 0);
}
.navbar-toggler:not(.collapsed) .icon-bar:before {
  top: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.navbar-toggler:not(.collapsed) .icon-bar:after {
  bottom: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

@media screen and (max-width: 991.98px) {
  .tvs-header .navbar {
    min-height: 0;
    border-bottom: 1px solid #e2e0df;
    box-shadow: none;
  }
  @-webkit-keyframes slidein {
    0% {
      opacity: 0;
      transform: translateX(-30px);
      -webkit-transform: translateX(-30px);
      -moz-transform: translateX(-30px);
      -ms-transform: translateX(-30px);
    }
    60% {
      opacity: 1;
      transform: translateX(5px);
      -webkit-transform: translateX(5px);
      -moz-transform: translateX(5px);
      -ms-transform: translateX(5px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
    }
  }
  @-moz-keyframes slidein {
    0% {
      opacity: 0;
      transform: translateX(-30px);
      -webkit-transform: translateX(-30px);
      -moz-transform: translateX(-30px);
      -ms-transform: translateX(-30px);
    }
    60% {
      opacity: 1;
      transform: translateX(5px);
      -webkit-transform: translateX(5px);
      -moz-transform: translateX(5px);
      -ms-transform: translateX(5px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
    }
  }
  @-o-keyframes slidein {
    0% {
      opacity: 0;
      transform: translateX(-30px);
      -webkit-transform: translateX(-30px);
      -moz-transform: translateX(-30px);
      -ms-transform: translateX(-30px);
    }
    60% {
      opacity: 1;
      transform: translateX(5px);
      -webkit-transform: translateX(5px);
      -moz-transform: translateX(5px);
      -ms-transform: translateX(5px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
    }
  }
  @keyframes slidein {
    0% {
      opacity: 0;
      transform: translateX(-30px);
      -webkit-transform: translateX(-30px);
      -moz-transform: translateX(-30px);
      -ms-transform: translateX(-30px);
    }
    60% {
      opacity: 1;
      transform: translateX(5px);
      -webkit-transform: translateX(5px);
      -moz-transform: translateX(5px);
      -ms-transform: translateX(5px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
    }
  }
  .tvs-header .navbar .navbar-nav .nav-item {
    margin-left: 0;
    margin-right: 0;
    animation: slidein 0.5s ease-out;
    -moz-animation: slidein 0.5s ease-out;
    -webkit-animation: slidein 0.5s ease-out;
    -ms-animation: slidein 0.5s ease-out;
    -o-animation: slidein 0.5s ease-out;
    animation-fill-mode: both;
    opacity: 0;
  }
  .tvs-header .navbar .navbar-nav .nav-item:nth-child(1) {
    animation-delay: 0.1s;
  }
  .tvs-header .navbar .navbar-nav .nav-item:nth-child(2) {
    animation-delay: 0.15s;
  }
  .tvs-header .navbar .navbar-nav .nav-item:nth-child(3) {
    animation-delay: 0.2s;
  }
  .tvs-header .navbar .navbar-nav .nav-item:nth-child(4) {
    animation-delay: 0.25s;
  }
  .tvs-header .navbar .navbar-nav .nav-item:nth-child(5) {
    animation-delay: 0.3s;
  }
  .tvs-header .navbar .navbar-nav .nav-item:nth-child(6) {
    animation-delay: 0.35s;
  }
  .tvs-header .navbar .navbar-nav .nav-link {
    padding: 15px 25px;
    font-size: 18px;
    border-top: 1px solid #eae9e9;
  }
  .tvs-header .navbar .navbar-nav .dropdown-item {
    padding: 8px 25px;
    font-size: 15px;
    color: #848484;
    border-bottom: 1px solid #eae9e9;
  }
  .tvs-header .navbar .navbar-nav .dropdown-item:hover {
    color: var(--white);
  }
  .tvs-header .navbar-brand {
    padding: 10px;
    margin-right: 0;
  }
  .tvs-header .navbar-collapse {
    background: var(--white);
  }
  .tvs-header .dropdown-menu {
    border: none;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
  }
  .tvs-header .dropdown:hover .dropdown-menu {
    display: block;
  }
}
/*Loader css*/
.loader-container {
  position: fixed;
  left: 0;
  right: 0;
  top: 44px;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 9999;
  display: none;
}
.loader-container.active {
  display: block;
}
.loader-container .loader {
  -webkit-border-radius: 5%;
  -moz-border-radius: 5%;
  border-radius: 5%;
  background: transparent;
  height: 100px;
  width: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 50px;
  margin-top: -100px;
  margin-left: -100px;
  box-sizing: unset;
  z-index: 3;
}
.loader-container .loader .outer {
  border-radius: 50%;
  border: 1rem solid var(--tertiary-blue);
  border-left-color: transparent;
  border-right-color: transparent;
  position: absolute;
  right: 5rem;
  top: 5rem;
  bottom: 5rem;
  left: 5rem;
  -webkit-animation: rotation 1s linear infinite;
  -moz-animation: rotation 1s linear infinite;
  -o-animation: rotation 1s linear infinite;
  animation: rotation 1s linear infinite;
}
.loader-container .loader .outer .inner {
  border-radius: 50%;
  border: 10px solid var(--btn-secondary-end-color);
  border-top-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  right: 1rem;
  top: 1rem;
  bottom: 1rem;
  left: 1rem;
  -webkit-animation: rotation 0.5s reverse linear infinite;
  -moz-animation: rotation 0.5s reverse linear infinite;
  -o-animation: rotation 0.5s reverse linear infinite;
  animation: rotation 0.5s reverse linear infinite;
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.sub-features-wrapper {
  background-color: var(--white);
  padding-top: 5rem;
  padding-bottom: 1rem;
}
.sub-features-wrapper .curve {
  top: -15px;
  border: none;
}
.sub-features-wrapper .curve.top {
  content: url("../images/faq-top.svg");
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .sub-features-wrapper .curve {
    top: -5px;
  }
}
.sub-features-wrapper .text-content h4 {
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 400;
  color: var(--grey-33);
  font-family: "primeregular";
  margin: 5rem 0 2rem;
}
.sub-features-wrapper .text-content h3 {
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 400;
  color: var(--grey-33);
  font-family: "primeregular";
  margin-bottom: 3rem;
}
.sub-features-wrapper .text-content i {
  display: block;
  margin: 0 auto;
  font-size: 6rem;
  color: #81d59e;
  margin-bottom: 1rem;
}
.sub-features-wrapper .text-content.orange-font i {
  margin-bottom: 0.5rem;
  color: #f39d92;
}
.sub-features-wrapper .notes-wrapper {
  max-width: 120rem;
  margin: 0 auto;
}
.sub-features-wrapper .notes-wrapper .row {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}
.sub-features-wrapper .notes-wrapper .row [class*=col-] {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media screen and (max-width: 991.98px) {
  .sub-features-wrapper .notes-wrapper .slider .slick-prev,
  .sub-features-wrapper .notes-wrapper .slider .slick-next {
    border-radius: 50%;
    border: 2px solid var(--grey-33);
    width: 2.8rem;
    height: 2.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sub-features-wrapper .notes-wrapper .slider .slick-prev:before,
  .sub-features-wrapper .notes-wrapper .slider .slick-next:before {
    font-family: "icomoon";
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 600;
    color: var(--grey-33);
    opacity: 100;
  }
  .sub-features-wrapper .notes-wrapper .slider .slick-prev.slick-disabled,
  .sub-features-wrapper .notes-wrapper .slider .slick-next.slick-disabled {
    opacity: 0.25;
  }
  .sub-features-wrapper .notes-wrapper .slider .slick-prev {
    top: auto;
    bottom: -2rem;
    left: 38%;
  }
  .sub-features-wrapper .notes-wrapper .slider .slick-next {
    top: auto;
    bottom: -2rem;
    right: 38%;
  }
}
.sub-features-wrapper + .footer {
  margin-top: -10rem;
  position: relative;
  z-index: 10;
}
.sub-features-wrapper .yow-onow {
  max-width: 37rem;
  display: flex;
}
@media screen and (max-width: 991.98px) {
  .sub-features-wrapper .yow-onow {
    max-width: 30rem;
    margin: 0 auto;
  }
}
.sub-features-wrapper .pinned-note {
  padding: 9rem 2rem 2.1rem 4rem;
  height: 100%;
  position: relative;
  border-radius: 0rem;
  -webkit-border-radius: 0rem;
  -ms-border-radius: 0rem;
  -moz-border-radius: 0rem;
}
.sub-features-wrapper .pinned-note.note-1 {
  background: url("../images/blue-card.png");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 25.4rem;
}
.sub-features-wrapper .pinned-note.note-2 {
  background: url("../images/green-card.png");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 25.4rem;
}
.sub-features-wrapper .pinned-note.note-3 {
  background: url("../images/yellow-card.png");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 25.4rem;
}
.sub-features-wrapper .pinned-note .pinned-description {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-31);
  opacity: 1;
  margin: 1rem 0;
  position: relative;
  font-family: "gothammedium";
}
@media screen and (max-width: 1199.98px) {
  .sub-features-wrapper .notes-wrapper {
    max-width: 960px;
  }
}
@media screen and (max-width: 991.98px) {
  .sub-features-wrapper {
    padding-top: 7rem;
  }
  .sub-features-wrapper .notes-wrapper {
    max-width: 100%;
  }
  .sub-features-wrapper .notes-wrapper .row {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .sub-features-wrapper .notes-wrapper .row [class*=col-] {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sub-features-wrapper .pinned-note {
    margin: 0 auto;
    min-height: 23.6rem;
    padding: 7rem 2rem 0rem 2rem;
  }
  .sub-features-wrapper .pinned-note .pinned-description {
    font-size: 1.4rem;
    line-height: 1.8rem;
    margin: 0;
  }
  .sub-features-wrapper + .footer {
    margin-top: -3rem;
  }
  .sub-features-wrapper .text-content i {
    font-size: 5rem;
  }
  .sub-features-wrapper .text-content h4 {
    font-size: 2.4rem;
    line-height: 2.8rem;
    margin: 4rem 1rem 1.6rem;
  }
  .sub-features-wrapper .text-content h3 {
    font-size: 2.4rem;
    line-height: 2.8rem;
    margin-bottom: 2.4rem;
  }
  .sub-features-wrapper .riders-review-slider .slick-list {
    margin-bottom: -3rem;
  }
}
@media screen and (max-width: 767.98px) {
  .sub-features-wrapper {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }
  .sub-features-wrapper .text-content h3 {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
  .sub-features-wrapper .notes-wrapper .row [class*=col-] + [class*=col-] {
    margin-top: 3rem;
  }
}

.fraud-alert-home {
  border: 1px solid var(--grey-6);
  padding: 0.5rem 4rem 0.5rem 0.5rem;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--grey-31);
  font-family: "gothammedium";
  border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
}
.fraud-alert-home .icon-img {
  background: var(--brand-color-yellow);
  padding: 1rem 1.2rem;
  margin-right: 1rem;
}
.fraud-alert-home .icon-img i {
  font-size: 2.5rem;
  line-height: 2.9rem;
  font-weight: 400;
  color: var(--grey-6);
}
.fraud-alert-home label {
  margin-right: 0.6rem;
  margin-bottom: 0;
  display: inline;
}
.fraud-alert-home a {
  font-size: 1.5rem;
  line-height: 1.9rem;
}
.fraud-alert-home .close {
  font-size: 0.8rem;
  line-height: 1.2rem;
  font-weight: 400;
  color: var(--grey-33);
  padding: 0.3rem 0.5rem;
  border: 1px solid var(--grey-33);
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  margin: 2rem 1.5rem;
}

.footer-bg {
  background-color: var(--brand-color-2);
  padding: 4rem 1.5rem 4rem;
}
.footer-bg.footer-variant {
  background: linear-gradient(to left, var(--light-blue-sky), var(--light-blue-sky));
  padding: 8rem 1.5rem 13rem;
}
.footer-bg .footer-brand-logo {
  width: 17rem;
  display: block;
  margin: 0 auto;
}
.footer-bg .social-links {
  margin-top: 3rem;
  justify-content: center;
  display: flex;
  align-items: center;
}
.footer-bg .social-links a {
  display: inline-block;
  vertical-align: middle;
  font-size: 2.5rem;
  color: var(--grey-33);
  margin: 0 1.5rem;
  text-decoration: none;
  font-family: "gothammedium";
}
.footer-bg .category-links {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 3rem 0 0 0;
  max-width: 100rem;
  justify-content: space-between;
}
.footer-bg .category-links a {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--grey-33);
  margin: 0 1.5rem;
  text-decoration: none;
  font-family: "gothammedium";
}
@media screen and (max-width: 991.98px) {
  .footer-bg {
    padding: 4rem 1.5rem 4rem;
  }
  .footer-bg .footer-brand-logo {
    width: 13rem;
  }
  .footer-bg .category-links {
    flex-wrap: wrap;
    display: inline-block;
    max-width: 100%;
    text-align: justify;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
  }
  .footer-bg .category-links a {
    display: flex;
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 500;
    color: var(--grey-33);
    justify-content: center;
  }
  .footer-bg .category-links a + a {
    padding-top: 2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .footer-bg .social-links a {
    font-size: 2.2rem;
  }
  .footer-bg .footer-brand-logo {
    width: 17.3rem;
  }
}

.copyrights {
  background: var(--white);
  padding: 1.65rem 0;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 300;
  color: var(--grey-33);
}
.copyrights .footer-links a {
  margin: 0.2rem 1.5rem;
  position: relative;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 400;
  color: var(--grey-33);
}
.copyrights .footer-links a + a:before {
  content: "";
  width: 1px;
  height: 1rem;
  position: absolute;
  left: -1.5rem;
  background: var(--dark-grey-1);
  display: block;
  top: 2px;
}
@media screen and (max-width: 991.98px) {
  .copyrights {
    margin-bottom: 4rem;
  }
  .copyrights .footer-links {
    margin: 1rem 0;
  }
  .copyrights .copyrights-text,
  .copyrights .footer-links,
  .copyrights .copyright-year {
    text-align: center;
  }
}

.sticky-header {
  background: var(--white);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: var(--sticky-header-shadow);
  -webkit-box-shadow: var(--sticky-header-shadow);
  -ms-box-shadow: var(--sticky-header-shadow);
  -moz-box-shadow: var(--sticky-header-shadow);
}
.sticky-header .navbar {
  padding: 0 1rem;
  box-shadow: 0px 10px 10px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 991.98px) {
  .sticky-header .navbar {
    padding: 0;
    box-shadow: 0px 10px 24.1px 2.9px rgba(0, 0, 0, 0.12);
    background-color: var(--white);
  }
  .sticky-header .navbar .dealer-loc {
    display: block;
    margin: 0;
    width: 100%;
  }
  .sticky-header .navbar .dealer-loc .brand-logo {
    position: relative;
    left: 1rem;
  }
  .sticky-header .navbar .dealer-loc .navbar-toggler {
    height: auto;
    width: auto;
    padding: 0;
    background-color: transparent;
    padding-left: 1.5rem;
  }
  .sticky-header .navbar .dealer-loc .navbar-toggler .icon-bar {
    background-color: #000;
  }
  .sticky-header .navbar .dealer-loc .navbar-toggler .icon-bar::after {
    background-color: #000;
  }
  .sticky-header .navbar .dealer-loc .navbar-toggler .icon-bar::before {
    background-color: #000;
  }
  .sticky-header .navbar .dealer-loc .navbar-toggler:not(.collapsed) .icon-bar {
    background: rgba(255, 255, 255, 0);
  }
}
.sticky-header .btn.login-btn {
  background: transparent;
  font-size: 1.5rem;
  line-height: 1.9rem;
  font-weight: 400;
  color: var(--grey-33);
}
.sticky-header .btn.login-btn i {
  font-size: 3rem;
  line-height: 3.4rem;
  font-weight: 500;
  color: var(--grey-33);
}
.sticky-header.prelaunch-sticky {
  top: 0rem;
  padding: 0;
  z-index: 60;
  position: relative;
}
@media screen and (max-width: 991.98px) {
  .sticky-header {
    position: -webkit-sticky;
    position: sticky;
    width: 100%;
  }
  .sticky-header.prelaunch-sticky {
    top: 8rem;
    z-index: 9;
  }
  .sticky-header .prelaunch-announcement {
    padding-top: 3rem;
  }
}
.sticky-header .sticky-header-wrapper {
  position: relative;
  width: 100%;
  padding: 1.2rem 0rem;
}
@media screen and (max-width: 991.98px) {
  .sticky-header .sticky-header-wrapper {
    padding: 1.5rem 0rem;
  }
}
.sticky-header .brand-logo img {
  height: 3.4rem;
}
@media screen and (max-width: 991.98px) {
  .sticky-header .brand-logo img {
    height: 3rem;
  }
}
.sticky-header .nav-wrapper {
  width: 100%;
}
@media screen and (max-width: 991.98px) {
  .sticky-header .nav-wrapper {
    position: absolute;
    z-index: 10;
    margin-top: 1.5rem;
    background: var(--white);
    box-shadow: 0px 20px 25px 10px rgba(0, 0, 0, 0.2);
  }
}
.sticky-header nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1200px) {
  .sticky-header nav ul {
    padding-left: 3rem;
  }
}
.sticky-header nav li {
  position: relative;
}
.sticky-header nav li:first-child {
  margin-right: 1rem;
}
.sticky-header nav li a {
  display: flex;
  padding: 1.1rem 1.25rem 1.1rem;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: var(--grey-31);
  text-decoration: none;
  font-family: "gothammedium";
  align-items: center;
  position: relative;
}
.sticky-header nav li a .icon-iqube-mono {
  margin-right: 0.5rem;
}
.sticky-header nav li a.dropdown-toggle:after {
  content: "\e994";
  transform: rotate(90deg);
  font-family: "icomoon" !important;
  border: none;
  vertical-align: middle;
  font-size: 1.4rem;
  font-weight: bold;
  margin-left: 0.75rem;
  position: absolute;
  top: 35%;
  right: -0.5rem;
}
.sticky-header nav li.dropdown:hover .dropdown-menu {
  opacity: 1;
  padding: 0rem;
  display: block;
  margin: 0rem;
  border: 0;
  left: 10%;
  width: 100%;
  min-width: 15rem;
  box-shadow: var(--card-light-shadow);
  -webkit-box-shadow: var(--card-light-shadow);
  -ms-box-shadow: var(--card-light-shadow);
  -moz-box-shadow: var(--card-light-shadow);
  border-radius: 0.8rem;
  -webkit-border-radius: 0.8rem;
  -ms-border-radius: 0.8rem;
  -moz-border-radius: 0.8rem;
}
.sticky-header nav li.dropdown:hover .dropdown-menu .dropdown-item {
  padding: 1rem 1.8rem 1rem 2rem;
  border-bottom: 1px solid #eae9e9;
}
.sticky-header nav li.dropdown:hover .dropdown-menu .dropdown-item:hover {
  background: var(--grey-33);
  color: var(--white);
}
.sticky-header nav li.dropdown:hover .dropdown-menu .dropdown-item:hover:first-child {
  border-radius: 0.8rem 0.8rem 0 0rem;
}
.sticky-header nav li.dropdown:hover .dropdown-menu .dropdown-item:hover:last-child {
  border-radius: 0rem 0rem 0.8rem 0.8rem;
}
@media screen and (max-width: 991.98px) {
  .sticky-header nav li {
    border-bottom: 1px solid #eae9e9;
  }
  .sticky-header nav li a.dropdown-toggle:after {
    right: 5%;
  }
  .sticky-header nav li.dropdown:hover .dropdown-menu {
    box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
  }
  .sticky-header nav li.dropdown:hover .dropdown-menu .dropdown-item {
    padding: 1rem 1.8rem 1rem 4rem;
  }
  .sticky-header nav li.dropdown:hover .dropdown-menu .dropdown-item:hover:first-child {
    border-radius: 0rem;
  }
  .sticky-header nav li.dropdown:hover .dropdown-menu .dropdown-item:hover:last-child {
    border-radius: 0rem;
  }
}
.sticky-header nav.open-sticky-menu .responsive-nav {
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  opacity: 1;
  visibility: visible;
  border-color: var(--grey-32);
}
.sticky-header nav.open-sticky-menu .responsive-link {
  border-radius: 1.5em 1.5em 0 0;
  -webkit-border-radius: 1.5em 1.5em 0 0;
  -ms-border-radius: 1.5em 1.5em 0 0;
  -moz-border-radius: 1.5em 1.5em 0 0;
  border-color: var(--grey-32);
}
.sticky-header .header-btn-group .btn {
  background: var(--grey-33);
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 400;
  color: var(--white);
  font-family: "gothammedium";
  padding: 0.7rem 1.5rem;
}
.sticky-header .header-btn-group .btn + .btn {
  margin-left: 1rem;
  padding: 0.7rem 1.4rem;
}
.sticky-header .header-btn-group .btn.btn-warning:not(:disabled):not(.disabled):active, .sticky-header .header-btn-group .btn.btn-primary:not(:disabled):not(.disabled):active {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 400;
  color: var(--white);
  background: var(--grey-33);
  border-color: var(--grey-33);
}
.sticky-header .header-btn-group .btn.btn-warning:not(:disabled):not(.disabled):active:focus, .sticky-header .header-btn-group .btn.btn-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
}
.sticky-header .header-btn-group .btn:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
}
.sticky-header .responsive-link {
  font-size: 1.3rem;
  line-height: 1.7rem;
  font-weight: 400;
  color: var(--black);
  background: var(--grey-13);
  position: relative;
  padding-right: 3rem !important;
  width: 14rem;
  text-align: left;
  border-radius: 1.5em;
  -webkit-border-radius: 1.5em;
  -ms-border-radius: 1.5em;
  -moz-border-radius: 1.5em;
  box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  transition: 250ms linear 0s;
  -webkit-transition: 250ms linear 0s;
  -moz-transition: 250ms linear 0s;
  -ms-transition: 250ms linear 0s;
  border: 2px solid transparent;
  border-bottom: none;
}
.sticky-header .responsive-link:after {
  content: "\e90a";
  font-family: "icomoon" !important;
  color: var(--tertiary-blue);
  font-weight: bold;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 991.98px) {
  .sticky-header .login-btn {
    position: absolute;
    right: 1rem;
    top: 1.5rem;
  }
  .sticky-header .responsive-nav {
    background: var(--grey-13);
    display: block !important;
    border-radius: 0 0 1.5rem 1.5rem;
    -webkit-border-radius: 0 0 1.5rem 1.5rem;
    -ms-border-radius: 0 0 1.5rem 1.5rem;
    -moz-border-radius: 0 0 1.5rem 1.5rem;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    transition: 250ms linear 0s;
    -webkit-transition: 250ms linear 0s;
    -moz-transition: 250ms linear 0s;
    -ms-transition: 250ms linear 0s;
    transform: translateY(-10%);
    -webkit-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    border: 2px solid transparent;
    border-top: none;
  }
  .sticky-header nav {
    position: relative;
    z-index: 1;
    white-space: nowrap;
  }
  .sticky-header nav li a {
    font-size: 1.8rem;
    line-height: 2.2rem;
    font-weight: 300;
  }
}
@media screen and (max-width: 991.98px) {
  .sticky-header {
    border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
  }
  .sticky-header .responsive-link {
    width: 13rem;
  }
  .sticky-header .btn {
    padding: 0.7rem 1.2rem;
  }
  .sticky-header .header-btn-group {
    margin-left: auto;
    margin-right: 4.5rem;
  }
  .sticky-header .header-btn-group .btn {
    font-size: 1.4rem;
    line-height: 1.8rem;
    width: 100%;
    border-radius: 0;
    padding: 1.2rem 0;
  }
  .sticky-header .header-btn-group .btn + .btn {
    margin-left: 0.2rem;
    padding: 1.2rem 0;
  }
}

.fixed-bottom-btn {
  position: fixed;
  bottom: 0rem;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
}
.fixed-bottom-btn .moile-bottombtn {
  display: flex;
  justify-content: space-around;
  width: 100%;
  flex: 1;
  position: relative;
}
.fixed-bottom-btn .moile-bottombtn .btn.btn-warning.btn-rounded::after {
  content: "";
  background: var(--grey-33);
  height: 70%;
  width: 1px;
  position: absolute;
  text-align: center;
  margin: 0 auto;
  top: 15%;
  left: 0;
  right: 0;
  bottom: 0;
}
.fixed-bottom-btn i {
  font-size: 2.8rem;
  line-height: 3.2rem;
}

.iqube-inner-header {
  font-family: "gothammedium";
  background: var(--white);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
}
.iqube-inner-header .navbar {
  box-shadow: var(--dashboard-shadow-expand);
  justify-content: start;
  width: 100%;
  padding: 0 12rem 0 0;
}
.iqube-inner-header .navbar .userform a i {
  font-size: 3.2rem;
  line-height: 3.6rem;
  font-weight: 400;
  color: var(--grey-33);
}
.iqube-inner-header .navbar a i {
  font-size: 1.5rem;
  line-height: 1.9rem;
  font-weight: 400;
  color: var(--grey-33);
}
.iqube-inner-header .navbar span {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-33);
}
.iqube-inner-header .navbar .btn.login-btn {
  background: none;
}
.iqube-inner-header .header-wrapper {
  width: 100%;
  position: relative;
}
.iqube-inner-header .header-logo {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
.iqube-inner-header .header-logo a {
  margin-right: 1.5rem;
}
.iqube-inner-header .header-logo a i {
  font-size: 2.2rem;
  line-height: 2.6rem;
  font-weight: 300;
  color: var(--grey-31);
}
.iqube-inner-header a.navbar-brand {
  padding: 2.26rem 2.7rem;
  border-right: 1px solid var(--grey-8);
}
.iqube-inner-header a.navbar-brand .icon-arrow-left {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
  color: var(--grey-33);
}
.iqube-inner-header .open-dp-menu + .logout {
  top: 5.9rem;
}
@media screen and (max-width: 991.98px) {
  .iqube-inner-header a.navbar-brand {
    padding: 1.82rem 1.8rem;
  }
  .iqube-inner-header .navbar {
    padding: 0 1.5rem 0 0;
  }
  .iqube-inner-header .header-wrapper {
    display: flex;
  }
  .iqube-inner-header .header-logo {
    margin-left: 0.5rem;
  }
  .iqube-inner-header .header-logo a {
    margin-right: 1.5rem;
  }
}

/* Pages */
.hero-wrapper {
  height: 90vh;
}
@media screen and (max-width: 991.98px) {
  .hero-wrapper {
    height: 100vh;
  }
}
.hero-wrapper .banner-slider {
  display: inline-block;
  max-height: 400;
  max-width: 100%;
}
.hero-wrapper .banner-slider .slide-item {
  height: 90vh;
  position: relative;
}
.hero-wrapper .banner-slider .slide-item .full-img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
  transition: 300ms linear 0s;
  -webkit-transition: 300ms linear 0s;
  -moz-transition: 300ms linear 0s;
  -ms-transition: 300ms linear 0s;
}
.hero-wrapper .banner-slider .slide-item .calc-info {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 300;
  color: var(--white);
  width: 25rem;
  position: absolute;
  bottom: 15%;
  left: 3%;
  font-family: "primeregular";
}
@media screen and (min-width: 1200px) {
  .hero-wrapper .banner-slider .slide-item .calc-info {
    bottom: 18%;
  }
}
.hero-wrapper .banner-slider .slick-dots {
  position: absolute;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767.98px) {
  .hero-wrapper .banner-slider .slide-item .calc-info {
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 300;
    color: var(--white);
    max-width: 25rem;
    position: absolute;
    bottom: 6%;
    left: 7%;
  }
  .hero-wrapper .banner-slider .slick-dots {
    margin-bottom: 5rem;
  }
  .hero-wrapper .banner-slider .slick-dots li button:before {
    font-size: 3.2rem;
  }
}
.hero-wrapper .view-bike {
  position: relative;
  bottom: 30%;
}
.hero-wrapper .view-bike .btns {
  position: absolute;
  bottom: 0;
  right: 8%;
  transform: translate(-50%, -50%);
}
.hero-wrapper .view-bike .btns .btn.primary-gradient-btn {
  background: transparent;
  border-radius: 0.4rem;
  -webkit-border-radius: 0.4rem;
  -ms-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
  color: var(--white);
  font-family: "gothammedium";
  padding: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  border: 1px solid var(--white);
  min-width: 13rem;
}
@media screen and (max-width: 991.98px) {
  .hero-wrapper .view-bike {
    bottom: 6%;
  }
  .hero-wrapper .view-bike .btns {
    right: 0%;
    left: 0%;
    transform: translate(0%, -50%);
  }
}
.hero-wrapper .pre-view-bike {
  position: relative;
  bottom: 45%;
}
.hero-wrapper .pre-view-bike .btns {
  position: absolute;
  bottom: 0;
  right: 8%;
  transform: translate(-50%, -50%);
}
.hero-wrapper .pre-view-bike .btns .btn.primary-gradient-btn {
  background: var(--grey-33);
  border-radius: 0.4rem;
  -webkit-border-radius: 0.4rem;
  -ms-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 500;
  color: var(--white);
  font-family: "gothammedium";
  padding: 1.3rem 3rem;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}
@media screen and (max-width: 991.98px) {
  .hero-wrapper .pre-view-bike {
    bottom: 6%;
  }
  .hero-wrapper .pre-view-bike .btns {
    position: absolute;
    right: 0%;
    left: 0%;
    transform: translate(0%, -50%);
  }
}
.hero-wrapper .all-new-rang {
  position: relative;
  bottom: 65%;
}
.hero-wrapper .all-new-rang .btns {
  position: absolute;
  bottom: 0;
  right: 0%;
  left: 0%;
  transform: translate(-42%, -50%);
}
.hero-wrapper .all-new-rang .btns .btn.primary-gradient-btn {
  background: transparent;
  border-radius: 0.4rem;
  -webkit-border-radius: 0.4rem;
  -ms-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
  color: var(--white);
  font-family: "gothammedium";
  padding: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  border: 1px solid var(--white);
  min-width: 13rem;
}
@media screen and (max-width: 991.98px) {
  .hero-wrapper .all-new-rang {
    bottom: 65%;
  }
  .hero-wrapper .all-new-rang .btns {
    position: absolute;
    right: 0%;
    left: 0%;
    transform: translate(-31%, -50%);
  }
  .hero-wrapper .all-new-rang .btns .btn.primary-gradient-btn {
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 500;
    color: var(--white);
    min-width: 10rem;
  }
}
.hero-wrapper .simply-stress {
  position: relative;
  bottom: 9%;
}
.hero-wrapper .simply-stress .btns {
  position: absolute;
  bottom: 0;
  right: 0%;
  left: 0%;
  transform: translate(37%, -50%);
}
.hero-wrapper .simply-stress .btns .btn.primary-gradient-btn {
  background: transparent;
  border-radius: 0.4rem;
  -webkit-border-radius: 0.4rem;
  -ms-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
  color: var(--white);
  font-family: "gothammedium";
  padding: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  border: 1px solid var(--white);
  min-width: 13rem;
}
@media screen and (max-width: 991.98px) {
  .hero-wrapper .simply-stress {
    bottom: 45%;
  }
  .hero-wrapper .simply-stress .btns {
    position: absolute;
    right: 0%;
    left: 0%;
    transform: translate(32%, -50%);
  }
  .hero-wrapper .simply-stress .btns .btn.primary-gradient-btn {
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 500;
    color: var(--white);
    min-width: 10rem;
  }
}
.hero-wrapper .more-cities {
  position: relative;
  bottom: 64%;
}
.hero-wrapper .more-cities .btns {
  position: absolute;
  bottom: 0;
  right: 0%;
  left: 0%;
  transform: translate(-5%, -50%);
}
.hero-wrapper .more-cities .btns .btn.primary-gradient-btn {
  background: transparent;
  border-radius: 0.4rem;
  -webkit-border-radius: 0.4rem;
  -ms-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
  color: var(--white);
  font-family: "gothammedium";
  padding: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  border: 1px solid var(--white);
  min-width: 13rem;
}
@media screen and (max-width: 991.98px) {
  .hero-wrapper .more-cities {
    bottom: 75%;
  }
  .hero-wrapper .more-cities .btns {
    position: absolute;
    right: 0%;
    left: 0%;
    transform: translate(-34%, -50%);
  }
  .hero-wrapper .more-cities .btns .btn.primary-gradient-btn {
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 500;
    color: var(--white);
    min-width: 10rem;
  }
}

.first-banner {
  padding-top: 6.5rem;
  height: 90vh;
}
.first-banner.banner-bg {
  background: var(--white);
  background-image: url("../images/banner-bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  visibility: visible;
  transition: 300ms linear 0s;
  -webkit-transition: 300ms linear 0s;
  -moz-transition: 300ms linear 0s;
  -ms-transition: 300ms linear 0s;
  justify-content: space-between;
  flex-direction: column;
  display: flex;
}
.first-banner .play-btn-wrape {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}
.first-banner .play-button {
  background-image: radial-gradient(rgba(6, 128, 236, 0.8), rgba(40, 196, 237, 0.8));
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 0px 8px rgba(40, 196, 237, 0.3);
}
.first-banner .play-button i {
  font-size: 2.5rem;
  line-height: 2.9rem;
  font-weight: 500;
  color: var(--white);
}
.first-banner .banner {
  text-align: center;
  padding-bottom: 5.2rem;
}
@media screen and (min-width: 768px) {
  .first-banner .banner {
    display: inline-block;
  }
}
.first-banner .banner .banner-logo {
  height: 9.4rem;
  margin-bottom: 2.2rem;
}
.first-banner .banner .title {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 300;
  color: var(--white);
}
.first-banner .feature-box {
  padding-bottom: 3.4rem;
  margin-left: 2rem;
  position: relative;
}
.first-banner .feature-box h2 {
  font-size: 1.7rem;
  line-height: 2.1rem;
  font-weight: 700;
  color: var(--white);
}
.first-banner .feature-box h2 a {
  padding: 0 0.1rem;
}
.first-banner .feature-box h2 a:hover {
  text-decoration: none;
}
.first-banner .feature-box p {
  align-items: baseline;
  font-size: 3.2rem;
  line-height: 3.6rem;
  font-weight: 300;
  color: var(--white);
}
.first-banner .feature-box p span {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 300;
  color: var(--white);
  margin-left: 0.5rem;
}
.first-banner .feature-box:after {
  content: "";
  position: absolute;
  left: -15px;
  top: 2.5rem;
  bottom: 0.5rem;
  border-left: 1px dashed var(--white);
}
.first-banner .feature-box:before {
  font-family: "icomoon";
  content: "\e906";
  position: absolute;
  left: -19px;
  top: 4px;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 900;
  color: var(--primary-green);
}
.first-banner .feature-box:last-child:after {
  content: none;
}
.first-banner .banner-img {
  text-align: right;
}
.first-banner .banner-img img {
  max-height: 55rem;
}
.first-banner #myGlower {
  background-color: #fff;
  border: 1px solid var(--tertiary-blue);
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -webkit-transition: border 0.1s linear, box-shadow 0.1s linear;
  -moz-transition: border 0.1s linear, box-shadow 0.1s linear;
  transition: border 0.1s linear, box-shadow 0.1s linear;
}
.first-banner #myGlower.active {
  border-color: var(--tertiary-blue);
  -webkit-box-shadow: 0 0 5px var(--tertiary-blue);
  -moz-box-shadow: 0 0 5px var(--tertiary-blue);
  box-shadow: 0 0 5px var(--tertiary-blue);
}
.first-banner .containerr {
  position: relative;
  height: 70px;
  line-height: 70px;
}
.first-banner .word {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: var(--secondary-green);
  opacity: 0;
  position: absolute;
  width: 100%;
  text-align: center;
}
@keyframes w1anim {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes w2anim {
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.first-banner .w1 {
  -webkit-animation: w1anim 5s infinite;
  animation: w1anim 5s infinite;
}
.first-banner .w2 {
  -webkit-animation: w2anim 5s infinite;
  animation: w2anim 5s infinite;
}
.first-banner .w3 {
  -webkit-animation: w3anim 20s infinite;
  animation: w3anim 20s infinite;
}
.first-banner .w4 {
  -webkit-animation: w4anim 20s infinite;
  animation: w4anim 20s infinite;
}
.first-banner .w5 {
  -webkit-animation: w5anim 20s infinite;
  animation: w5anim 20s infinite;
}
@media screen and (max-width: 991.98px) {
  .first-banner {
    padding-top: 4.7rem;
  }
  .first-banner .feature-box p {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
  .first-banner .feature-box p span {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .first-banner .banner {
    padding-bottom: 3rem;
  }
  .first-banner .banner .banner-logo {
    display: initial;
    height: 7.4rem;
    margin-bottom: 1.6rem;
  }
  .first-banner .banner .title {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  .first-banner .banner-img {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .first-banner .banner-img img {
    max-height: 38rem;
  }
}
@media screen and (max-width: 767.98px) {
  .first-banner {
    height: 91vh;
  }
  .first-banner.banner-bg {
    background-image: url("../images/banner-bg-mobile.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}

.slide__img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media (min-width: 992px) {
  .slide__img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
.slide__img img {
  max-width: 100%;
  height: auto;
  opacity: 1 !important;
  animation-duration: 3s;
  transition: all 1s ease;
}

.slide__content-allnew {
  position: absolute;
  top: 20%;
  left: 25%;
  transform: translate(-50%, -50%);
}
.slide__content-allnew .headings {
  text-align: left;
  color: var(--white);
}
.slide__content-allnew .headings h2 {
  font-size: 2.6rem;
  line-height: 3rem;
  font-weight: 300;
  color: var(--white);
  font-family: "primeregular";
  margin: 10px 0;
}
.slide__content-allnew .headings p {
  font-size: 4.2rem;
  line-height: 4.6rem;
  font-weight: 500;
  color: var(--white);
  font-family: "primeregular";
  margin: 10px 0;
}
.slide__content-allnew .headings .animated {
  transition: all 0.5s ease;
}
.slide__content-allnew .headings .btn.primary-gradient-btn {
  background: transparent;
  border-radius: 0.4rem;
  -webkit-border-radius: 0.4rem;
  -ms-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
  color: var(--white);
  font-family: "gothammedium";
  padding: 1rem 2rem;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  min-width: auto;
  border: 1px solid var(--white);
  box-shadow: none;
}
@media screen and (max-width: 991.98px) {
  .slide__content-allnew {
    position: absolute;
    top: 2%;
    left: 7%;
    transform: translate(0%, 0%);
  }
  .slide__content-allnew .headings h2 {
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 300;
    color: var(--white);
    font-family: "primeregular";
    margin: 1rem 0 0.5rem 0;
  }
  .slide__content-allnew .headings p {
    font-size: 2.8rem;
    line-height: 3.2rem;
    font-weight: 500;
    color: var(--white);
    font-family: "primeregular";
    margin: 0.5rem 0 1rem 0;
  }
  .slide__content-allnew .headings .btn.primary-gradient-btn {
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 500;
    color: var(--white);
    padding: 0.7rem 1rem;
    letter-spacing: 0.2px;
  }
}

.slide__content-stress {
  position: absolute;
  top: 15%;
  left: 30%;
  transform: translate(-50%, -50%);
}
.slide__content-stress .headings {
  text-align: left;
  color: var(--white);
}
.slide__content-stress .headings p {
  font-size: 4.2rem;
  line-height: 4.6rem;
  font-weight: 500;
  color: var(--white);
  font-family: "primeregular";
  margin: 10px 0;
}
.slide__content-stress .headings .animated {
  transition: all 0.5s ease;
}
.slide__content-stress .headings .btn.primary-gradient-btn {
  background: transparent;
  border-radius: 0.4rem;
  -webkit-border-radius: 0.4rem;
  -ms-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
  color: var(--white);
  font-family: "gothammedium";
  padding: 1rem 2rem;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  min-width: auto;
  border: 1px solid var(--white);
  box-shadow: none;
}
@media screen and (max-width: 991.98px) {
  .slide__content-stress {
    position: absolute;
    top: 2%;
    left: 7%;
    transform: translate(0%, 0%);
    width: 80%;
  }
  .slide__content-stress .headings h2 {
    margin: 1rem 0 0.5rem 0;
  }
  .slide__content-stress .headings p {
    font-size: 2.8rem;
    line-height: 3.2rem;
    font-weight: 500;
    color: var(--white);
    margin: 0.5rem 0 1rem 0;
  }
  .slide__content-stress .headings .btn.primary-gradient-btn {
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 500;
    color: var(--white);
    padding: 0.7rem 1rem;
    letter-spacing: 0.2px;
  }
}

.slide__content-cities {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slide__content-cities .headings {
  text-align: left;
  color: var(--white);
  transition: 300ms linear 0s;
  -webkit-transition: 300ms linear 0s;
  -moz-transition: 300ms linear 0s;
  -ms-transition: 300ms linear 0s;
}
.slide__content-cities .headings h2 {
  font-size: 2.6rem;
  line-height: 3rem;
  font-weight: 300;
  color: var(--white);
  font-family: "primeregular";
  margin: 10px 0;
}
.slide__content-cities .headings p {
  font-size: 4.2rem;
  line-height: 4.6rem;
  font-weight: 500;
  color: var(--white);
  font-family: "primeregular";
  margin: 10px 0;
}
.slide__content-cities .headings .animated {
  transition: all 0.5s ease;
}
.slide__content-cities .headings .btn.primary-gradient-btn {
  background: transparent;
  border-radius: 0.4rem;
  -webkit-border-radius: 0.4rem;
  -ms-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
  color: var(--white);
  font-family: "gothammedium";
  padding: 1rem 2rem;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  min-width: auto;
  border: 1px solid var(--white);
  box-shadow: none;
}
@media screen and (max-width: 991.98px) {
  .slide__content-cities {
    position: absolute;
    top: 2%;
    left: 7%;
    transform: translate(0%, 0%);
    width: 90%;
  }
  .slide__content-cities .headings h2 {
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 300;
    color: var(--white);
    margin: 1rem 0 0.5rem 0;
  }
  .slide__content-cities .headings p {
    font-size: 2.8rem;
    line-height: 3.2rem;
    font-weight: 500;
    color: var(--white);
    margin: 0.5rem 0 1rem 0;
  }
  .slide__content-cities .headings .btn.primary-gradient-btn {
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 500;
    color: var(--white);
    padding: 0.7rem 1rem;
  }
}

.slide__content-thankyou {
  position: absolute;
  top: 17%;
  left: 40%;
  transform: translate(-60%, -50%);
  max-width: 57rem;
}
.slide__content-thankyou .headings {
  text-align: left;
  color: var(--white);
  transition: 300ms linear 0s;
  -webkit-transition: 300ms linear 0s;
  -moz-transition: 300ms linear 0s;
  -ms-transition: 300ms linear 0s;
}
.slide__content-thankyou .headings h2 {
  font-size: 4.2rem;
  line-height: 4.6rem;
  font-weight: 300;
  color: var(--white);
  font-family: "primeregular";
  margin: 10px 0;
}
.slide__content-thankyou .headings p {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--white);
  font-family: "primeregular";
  margin: 10px 0;
}
.slide__content-thankyou .headings .animated {
  transition: all 0.5s ease;
}
.slide__content-thankyou .headings .btn.primary-gradient-btn {
  background: transparent;
  border-radius: 0.4rem;
  -webkit-border-radius: 0.4rem;
  -ms-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
  color: var(--white);
  font-family: "gothammedium";
  padding: 1rem 2rem;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  min-width: auto;
  border: 1px solid var(--white);
  box-shadow: none;
}
@media screen and (max-width: 991.98px) {
  .slide__content-thankyou {
    position: absolute;
    top: 2%;
    left: 7%;
    transform: translate(0%, 0%);
    width: 90%;
  }
  .slide__content-thankyou .headings h2 {
    font-size: 2.8rem;
    line-height: 3.2rem;
    font-weight: 300;
    color: var(--white);
    margin: 1rem 0 0.5rem 0;
  }
  .slide__content-thankyou .headings p {
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 500;
    color: var(--white);
    margin: 0.5rem 0 1rem 0;
  }
  .slide__content-thankyou .headings .btn.primary-gradient-btn {
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 500;
    color: var(--white);
    padding: 0.7rem 1rem;
  }
}

.slide__content-iqubeaward {
  position: absolute;
  bottom: 23%;
  left: 40.5%;
  transform: translate(-60%, -50%);
  max-width: 22rem;
}
.slide__content-iqubeaward .headings {
  text-align: left;
  color: var(--white);
  transition: 300ms linear 0s;
  -webkit-transition: 300ms linear 0s;
  -moz-transition: 300ms linear 0s;
  -ms-transition: 300ms linear 0s;
}
.slide__content-iqubeaward .headings h2 {
  font-size: 4.2rem;
  line-height: 4.6rem;
  font-weight: 300;
  color: var(--white);
  font-family: "primeregular";
  margin: 10px 0;
}
.slide__content-iqubeaward .headings p {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--white);
  font-family: "primeregular";
  margin: 10px 0;
}
.slide__content-iqubeaward .headings .animated {
  transition: all 0.5s ease;
}
.slide__content-iqubeaward .headings .btn.primary-gradient-btn {
  border-radius: 0.4rem;
  -webkit-border-radius: 0.4rem;
  -ms-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
  color: var(--white);
  font-family: "gothammedium";
  padding: 1rem 2rem;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  min-width: auto;
  border: 1px solid var(--light-blue-sky);
  box-shadow: none;
  background: var(--light-blue-sky);
}
@media screen and (max-width: 991.98px) {
  .slide__content-iqubeaward {
    bottom: 43%;
    left: 45%;
    transform: translate(0%, 0%);
    width: 80%;
  }
  .slide__content-iqubeaward .headings h2 {
    font-size: 2.8rem;
    line-height: 3.2rem;
    font-weight: 300;
    color: var(--white);
    margin: 1rem 0 0.5rem 0;
  }
  .slide__content-iqubeaward .headings p {
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 500;
    color: var(--white);
    margin: 0.5rem 0 1rem 0;
  }
  .slide__content-iqubeaward .headings .btn.primary-gradient-btn {
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 500;
    color: var(--white);
    padding: 0.9rem 1rem;
    background: var(--light-blue-sky);
  }
}

.slider-wrapper {
  background: url("../images/2nd-fold-bg.jpg");
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.slider-wrapper .bike-slider-wrapper {
  padding: 3rem 0 0rem;
  position: relative;
}
@media screen and (min-width: 1601px) {
  .slider-wrapper .bike-slider-wrapper {
    padding: 8rem 0 0;
  }
}
.slider-wrapper .content-wrapper {
  padding-left: 0rem;
  padding-right: 0rem;
}
.slider-wrapper .content-wrapper .redefine-content {
  padding-top: 6rem;
}
.slider-wrapper .content-wrapper p {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: var(--black);
  font-family: "Roboto";
}
@media screen and (min-width: 992px) {
  .slider-wrapper .content-wrapper .redefine-content {
    padding: 6rem 20rem 3rem 6rem;
  }
}
@media screen and (min-width: 1601px) {
  .slider-wrapper .content-wrapper .redefine-content {
    padding: 6rem 27rem 3rem 7rem;
  }
}
.slider-wrapper h1,
.slider-wrapper h2 {
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 400;
  color: var(--grey-33);
  font-family: "primeregular";
  max-width: 90rem;
  margin: 0 auto 2rem;
}
.slider-wrapper h4 {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: var(--grey-33);
  margin-bottom: 1rem;
  font-family: "gothammedium";
}
.slider-wrapper p {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-31);
  font-family: "gothammedium";
  max-width: 76rem;
  margin: 0 auto;
}
.slider-wrapper p + p {
  margin-top: 1.5rem;
}
.slider-wrapper .slider-card-wrapper {
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767.98px) {
  .slider-wrapper .slider-card-wrapper {
    padding-top: 4rem;
  }
}
.slider-wrapper .slider-card-text {
  position: relative;
  top: 4rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 767.98px) {
  .slider-wrapper .slider-card-text {
    top: 0rem;
  }
}
.slider-wrapper .slick-dots {
  position: absolute;
  margin-bottom: 13rem;
  margin-top: 2rem;
  left: 31.5%;
  width: 50%;
}
.slider-wrapper .slick-dots li {
  margin: 0;
  height: 16px;
  width: 16px;
}
.slider-wrapper .slick-dots li button:before {
  font-size: 3.2rem;
  line-height: 1.6rem;
}
@media screen and (min-width: 1601px) {
  .slider-wrapper .slick-dots {
    left: 30%;
  }
}
.slider-wrapper .slick-prev,
.slider-wrapper .slick-next {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-wrapper .slick-prev {
  left: 50%;
}
.slider-wrapper .slick-next {
  right: 11%;
}
.slider-wrapper .slick-dots li button:before {
  color: var(--grey-33);
  opacity: 0.22;
}
.slider-wrapper .slick-dots li.slick-active button:before {
  color: var(--grey-33);
  opacity: 1;
}
@media screen and (max-width: 991.98px) {
  .slider-wrapper {
    background: url("../images/2nd-fold-bg-mobile.jpg");
    background-position: center center;
    background-size: cover;
  }
}
@media screen and (max-width: 767.98px) {
  .slider-wrapper .slick-prev,
  .slider-wrapper .slick-next {
    top: auto;
    bottom: -20%;
  }
  .slider-wrapper .slick-prev:before,
  .slider-wrapper .slick-next:before {
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 500;
  }
  .slider-wrapper .slick-dots {
    margin-bottom: 0;
    left: 0;
    bottom: 56%;
    width: 100%;
  }
  .slider-wrapper .bike-slider-wrapper {
    padding: 0rem;
  }
  .slider-wrapper .content-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .slider-wrapper .content-wrapper .row.no-gutters {
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: center;
  }
  .slider-wrapper .content-wrapper .row.no-gutters .col-md-12.col-lg-6:nth-of-type(1) {
    order: 2;
  }
  .slider-wrapper .content-wrapper .row.no-gutters .col-lg-6.redefine-content {
    padding-top: 0rem;
  }
  .slider-wrapper .content-wrapper .row.no-gutters .col-lg-6.redefine-content:nth-of-type(2) {
    order: 1;
    height: 20rem;
  }
  .slider-wrapper h1 {
    font-size: 2.4rem;
    line-height: 2.8rem;
    margin-bottom: 2.5rem;
    padding: 0 1rem;
  }
  .slider-wrapper h2 {
    font-size: 2rem;
    line-height: 2.4rem;
    margin-bottom: 1.5rem;
    padding: 0 1rem;
  }
  .slider-wrapper h4 {
    margin-bottom: 1.5rem;
  }
  .slider-wrapper p {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  .slider-wrapper p + p {
    margin-top: 2rem;
  }
  .slider-wrapper .content-wrapper p {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  .slider-wrapper .slick-prev {
    left: 38%;
  }
  .slider-wrapper .slick-next {
    right: 38%;
  }
}

.bike-slider .item-img {
  padding: 1.5rem 9rem 0;
  padding-top: 3.5rem;
}
.bike-slider .item-img img {
  display: inline-block;
  max-height: 30rem;
  max-width: 100%;
}
@media screen and (max-width: 991.98px) {
  .bike-slider .item-img {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .bike-slider .item-img {
    padding: 2rem 0 0;
  }
  .bike-slider .item-img img {
    max-height: 25rem;
    max-width: 100%;
    width: auto;
  }
}
@media screen and (min-width: 992px) {
  .bike-slider .item-img.divider {
    position: relative;
  }
  .bike-slider .item-img.divider:after, .bike-slider .item-img.divider:before {
    content: "";
    position: absolute;
    right: 0;
    z-index: -1;
  }
  .bike-slider .item-img.divider:after {
    height: 100%;
    width: 100%;
    top: 0;
  }
}
@media screen and (max-width: 1199.98px) {
  .bike-slider .item-img.divider:after {
    background: transparent;
  }
}
@media screen and (min-width: 1601px) {
  .bike-slider .item-img {
    padding-top: 2rem;
  }
  .bike-slider .item-img .slick-prev,
  .bike-slider .item-img .slick-next {
    top: 45%;
  }
}

.features-wrapper {
  padding-top: 5rem;
  padding-bottom: 2rem;
  font-family: "gothammedium";
}
.features-wrapper .tab-content {
  padding-top: 3.2rem;
  min-height: 55rem;
  position: relative;
}
.features-wrapper .tab-title {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
  color: var(--grey-33);
  margin-bottom: 1.5rem;
}
.features-wrapper .tab-paragraph {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-31);
  margin-bottom: 2rem;
  padding: 0 1.5rem;
  text-align: center;
}
@media screen and (max-width: 991.98px) {
  .features-wrapper {
    padding-bottom: 2rem;
    padding-top: 7rem;
  }
  .features-wrapper .tab-title {
    margin-bottom: 2.4rem;
    padding: 0 4rem;
  }
  .features-wrapper .tab-content {
    min-height: 43rem;
  }
}
@media screen and (max-width: 767.98px) {
  .features-wrapper {
    padding-bottom: 0rem;
    padding-top: 5rem;
  }
  .features-wrapper .tab-content {
    min-height: 0;
    padding-top: 2.5rem;
  }
  .features-wrapper .tab-title {
    font-size: 1.4rem;
    line-height: 1.8rem;
    margin-bottom: 1rem;
    padding: 0;
    text-align: left;
  }
  .features-wrapper .tab-paragraph {
    font-size: 1.4rem;
    line-height: 1.8rem;
    padding: 0;
    text-align: left;
    margin-bottom: 2rem;
  }
  .features-wrapper .img-space {
    height: 20rem;
  }
  .features-wrapper .design-tab-container .designtab-slider {
    margin-bottom: 0.6rem;
  }
  .features-wrapper .design-tab-container .bike-thumbnails-container {
    margin: 0 -1.5rem;
  }
  .features-wrapper .design-tab-container .bike-thumbnails-container button:before {
    font-size: 2.8rem;
    line-height: 3.2rem;
    font-weight: 500;
    color: var(--grey-33);
  }
}

.performance-content.charging-features-wrapper .bg-section {
  background: var(--light-blue-sky);
}
.performance-content.charging-features-wrapper .chargingtab-slider .slick-dots {
  left: -4rem;
}
@media screen and (max-width: 991.98px) {
  .performance-content.charging-features-wrapper {
    padding: 5rem 0 1rem;
  }
}
.performance-content .chargingtab-slider .slick-dots li button:before {
  color: var(--grey-33);
  opacity: 0.2;
  font-size: 3.6rem;
}
.performance-content .chargingtab-slider .slick-dots li.slick-active button:before {
  color: var(--grey-33);
  opacity: 1;
}
.performance-content .chargingtab-slider .slick-prev, .performance-content .chargingtab-slider .slick-next {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.performance-content .chargingtab-slider .slick-prev:before, .performance-content .chargingtab-slider .slick-next:before {
  font-family: "icomoon";
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 600;
  color: var(--grey-33);
  opacity: 100;
}
.performance-content .chargingtab-slider .slick-prev {
  left: 7rem;
}
.performance-content .chargingtab-slider .slick-next {
  right: 7rem;
}
@media screen and (max-width: 991.98px) {
  .performance-content .chargingtab-slider .slick-prev, .performance-content .chargingtab-slider .slick-next {
    display: none !important;
  }
  .performance-content .chargingtab-slider .slick-dots li button:before {
    font-size: 2.8rem;
    line-height: 3.2rem;
    line-height: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .performance-content {
    margin: 0 -1.5rem;
  }
}

.bike-thumbnail {
  padding: 0rem;
  width: 100%;
}
.bike-thumbnail.half-height {
  height: 100%;
}
.bike-thumbnail.full-height {
  height: 100%;
}
.bike-thumbnail .center-image {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 59;
  left: 0;
  bottom: -1.4rem;
}
.bike-thumbnail .center-image.led {
  background-image: url("../images/led.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
}
.bike-thumbnail .center-image.q-storage {
  background-image: url("../images/qstorage.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
}
.bike-thumbnail figure {
  height: 100%;
  position: relative;
  margin: 0 0.25rem 0rem;
}
.bike-thumbnail figure > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
}
.bike-thumbnail figure figcaption {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: var(--white);
  left: 0;
  width: 100%;
  padding: 1rem 1.8rem 1rem 3rem;
}
.bike-thumbnail figure figcaption span {
  display: block;
}
.bike-thumbnail figure figcaption .led-logo img {
  width: 12.8rem;
  max-width: 100%;
}
.bike-thumbnail .text-content {
  padding-left: 2rem;
  position: relative;
}
.bike-thumbnail .text-content:before {
  content: "";
  height: 100%;
  width: 0.3rem;
  position: absolute;
  left: 0;
  top: 0;
  background: var(--sky-blue);
  color: false;
  background: -webkit-linear-gradient(top, var(--sky-blue), var(--primary-blue));
  background: linear-gradient(to bottom, var(--sky-blue), var(--primary-blue));
}
.bike-thumbnail .img-title {
  font-size: 2.2rem;
  line-height: 2.6rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.bike-thumbnail .img-sub-title {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 300;
}
@media screen and (max-width: 1600px) {
  .bike-thumbnail .center-image {
    bottom: -0.8rem;
  }
  .bike-thumbnail.full-height {
    max-height: 44.5rem;
  }
  .bike-thumbnail.half-height {
    height: 22rem;
    margin: 0rem 0 0.5rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .bike-thumbnail .img-title {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  .bike-thumbnail .img-sub-title {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  .bike-thumbnail figure figcaption {
    padding: 1rem 2rem;
  }
  .bike-thumbnail figure figcaption .led-logo img {
    width: 10.8rem;
    max-width: 100%;
  }
  .bike-thumbnail .center-image {
    bottom: -0.7rem;
  }
  .bike-thumbnail.full-height, .bike-thumbnail.half-height {
    min-height: 100%;
    height: 100% !important;
  }
}
@media screen and (max-width: 991.98px) {
  .bike-thumbnail.full-height, .bike-thumbnail.half-height {
    min-height: 0;
    height: auto;
  }
  .bike-thumbnail .center-image {
    bottom: -1.4rem;
  }
}
@media screen and (min-width: 992px) {
  .bike-thumbnail .center-image {
    height: 28px;
    background-origin: content-box;
    padding: 0 0.15rem;
  }
}
@media screen and (max-width: 767.98px) {
  .bike-thumbnail {
    padding: 0;
  }
  .bike-thumbnail figure {
    height: auto;
  }
  .bike-thumbnail figure img {
    height: auto;
    object-fit: inherit;
    display: block;
  }
  .bike-thumbnail .img-title {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .bike-thumbnail .img-sub-title {
    font-size: 1.3rem;
    line-height: 1.7rem;
  }
  .bike-thumbnail .center-image {
    bottom: -1rem;
  }
}
@media screen and (max-width: 575.98px) {
  .bike-thumbnail .center-image {
    bottom: -0.7rem;
  }
}

@media screen and (max-width: 767.98px) {
  .row.mobile-row {
    display: table;
  }
  .row.mobile-row .mobile-second {
    display: table-footer-group;
  }
  .row.mobile-row .mobile-img {
    max-width: 15rem;
    margin: 0 auto 1.5rem;
  }
}

.technical-specification-wrapper {
  padding-bottom: 2.5rem;
}

.technical-specification {
  border-radius: 3rem;
  -webkit-border-radius: 3rem;
  -ms-border-radius: 3rem;
  -moz-border-radius: 3rem;
  border: 1px solid var(--black);
  padding: 1.5rem 2rem;
  position: relative;
  margin-top: 2.5rem;
  background: var(--white);
  z-index: 1;
}
.technical-specification .specification-text {
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  text-align: center;
}
.technical-specification .specification-text h4 {
  font-size: 2.2rem;
  line-height: 2.6rem;
  font-weight: 400;
  color: var(--black);
  margin: 0;
}
.technical-specification .specification-text h4 + p {
  margin-top: 2.2rem;
}
.technical-specification .specification-text p {
  font-size: 2.2rem;
  line-height: 2.6rem;
  font-weight: 300;
  color: var(--black);
  margin: 0;
}
.technical-specification .specification-text p span {
  display: block;
}
.technical-specification .specification-text p sub {
  bottom: 0;
}
@media screen and (max-width: 1199.98px) {
  .technical-specification .specification-text {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .technical-specification .specification-text h4 + p {
    margin-top: 1rem;
  }
  .technical-specification .specification-text h4,
  .technical-specification .specification-text p {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
}
@media screen and (max-width: 991.98px) {
  .technical-specification .specification-text h4,
  .technical-specification .specification-text p {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .technical-specification {
    padding: 1rem 1.5rem;
    margin-top: 1rem;
  }
  .technical-specification .specification-text {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .technical-specification .specification-text h4 + p {
    margin-top: 0.5rem;
  }
}

.technical-specification-btn {
  text-align: center;
}
.technical-specification-btn a {
  font-size: 3.2rem;
  line-height: 3.6rem;
  font-weight: 300;
  color: var(--tertiary-blue);
  display: inline-block;
  text-decoration: none;
  position: relative;
  padding-left: 5rem;
  white-space: nowrap;
}
.technical-specification-btn a .plus-icon {
  height: 4.2rem;
  width: 4.2rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  border: 2px solid var(--tertiary-blue);
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
}
.technical-specification-btn a .plus-icon:before, .technical-specification-btn a .plus-icon:after {
  content: "";
  position: absolute;
  height: calc(100% - 1.5rem);
  width: 2px;
  background: var(--tertiary-blue);
  top: 50%;
  left: 50%;
  transition: 300ms ease-in 0s;
  -webkit-transition: 300ms ease-in 0s;
  -moz-transition: 300ms ease-in 0s;
  -ms-transition: 300ms ease-in 0s;
  will-change: transform;
}
.technical-specification-btn a .plus-icon:before {
  transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
}
.technical-specification-btn a .plus-icon:after {
  transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
}
.technical-specification-btn a.collapsed:before {
  content: "Show";
  letter-spacing: 0;
}
.technical-specification-btn a.collapsed .plus-icon:before {
  transform: translate(-50%, -50%) rotate(0deg);
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -moz-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
}
.technical-specification-btn a.collapsed .plus-icon:after {
  transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
}
.technical-specification-btn a:before {
  content: "Hide";
  min-width: 7.856rem;
  display: inline-block;
  vertical-align: top;
  text-align: right;
}
.technical-specification-btn a:hover, .technical-specification-btn a:focus {
  text-decoration: none;
  color: var(--tertiary-blue);
}
@media screen and (max-width: 1199.98px) {
  .technical-specification-btn a {
    font-size: 2.4rem;
    line-height: 2.8rem;
    padding-left: 4.5rem;
  }
  .technical-specification-btn a .plus-icon {
    height: 3.5rem;
    width: 3.5rem;
  }
  .technical-specification-btn a:before {
    min-width: 6rem;
  }
}
@media screen and (max-width: 767.98px) {
  .technical-specification-btn a {
    font-size: 1.8rem;
    line-height: 2.2rem;
    padding-left: 3rem;
  }
  .technical-specification-btn a .plus-icon {
    height: 2.2rem;
    width: 2.2rem;
  }
  .technical-specification-btn a .plus-icon:before, .technical-specification-btn a .plus-icon:after {
    height: calc(100% - 1rem);
  }
  .technical-specification-btn a:before {
    min-width: 4.8rem;
  }
}
@media screen and (max-width: 575.98px) {
  .technical-specification-btn a {
    padding-left: 3.5rem;
    white-space: normal;
    word-break: normal;
    text-align: left;
  }
  .technical-specification-btn a .plus-icon {
    left: 1rem;
    top: 30%;
  }
  .technical-specification-btn a:before {
    text-align: center;
  }
}

.performance-disclaimer {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--grey-31);
  padding-left: 7rem;
  margin-top: 0.5rem;
  padding-bottom: 1rem;
  text-align: right;
  padding-right: 0;
}
.performance-disclaimer a {
  color: var(--grey-33);
  text-decoration: underline;
}
@media screen and (max-width: 991.98px) {
  .performance-disclaimer {
    text-align: center;
    padding-left: 0rem;
  }
}

/* New Section Performance*/
.performance-feature .feature-center-align {
  align-items: center;
  display: flex;
  justify-content: center;
  max-width: 110rem;
  position: relative;
}
.performance-feature .feature-center-align .icons-title {
  display: flex;
  justify-content: flex-start;
  align-items: end;
}
.performance-feature .feature-center-align i {
  font-size: 3rem;
  line-height: 3.4rem;
  font-weight: 500;
  color: var(--grey-33);
  margin-right: 1.2rem;
}
.performance-feature .feature-center-align i.icon-charge-go {
  font-size: 8rem;
}
.performance-feature .feature-center-align h4 {
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 400;
  color: var(--grey-33);
  font-family: "primeregular";
  margin: 0;
  text-align: left;
}
.performance-feature .feature-center-align .performance-points {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: var(--grey-33);
  margin: 0;
  text-align: left;
  padding: 1.5rem 0;
  font-family: "Roboto";
}
.performance-feature .feature-center-align .img-view {
  position: absolute;
  left: 10rem;
  z-index: 10;
}
.performance-feature .feature-center-align .img-view img {
  max-height: 28rem;
}
@media screen and (max-width: 991.98px) {
  .performance-feature .feature-center-align {
    align-items: left;
    display: block;
    justify-content: center;
  }
  .performance-feature .feature-center-align .icons-title {
    justify-content: center;
  }
  .performance-feature .feature-center-align i {
    font-size: 3.6rem;
    margin-right: 1rem;
  }
  .performance-feature .feature-center-align i.icon-charge-go {
    font-size: 6rem;
  }
  .performance-feature .feature-center-align h4 {
    font-size: 2.4rem;
    line-height: 2.8rem;
    font-weight: 500;
    color: var(--grey-33);
  }
}
@media screen and (max-width: 767.98px) {
  .performance-feature .performance-points {
    padding: 1.5rem 2rem 0 2rem;
    font-size: 1.5rem;
    line-height: 1.9rem;
    font-weight: 500;
    color: var(--grey-33);
    text-align: left;
  }
  .performance-feature .feature-center-align {
    align-items: left;
    display: block;
  }
  .performance-feature .feature-center-align .icons-title {
    justify-content: left;
  }
  .performance-feature .feature-center-align .img-view {
    left: 4rem;
  }
  .performance-feature .feature-center-align .img-view img {
    max-height: 30rem;
  }
}

.performance-container-md .performance-disclaimer {
  padding-right: 13rem;
}

.bg-section {
  background: var(--brand-color);
  min-height: 29rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 2rem 7rem 2rem 9rem;
}
.bg-section > div {
  margin-bottom: 2rem;
}

@media screen and (max-width: 767.98px) {
  .performance-container-md .performance-disclaimer {
    padding-right: 0;
  }
  .bg-section {
    min-height: 33.5rem;
    max-height: 33.5rem;
    align-items: left;
    padding: 13rem 2rem 3rem;
  }
}
.commute-tab-content {
  margin-top: 2rem;
  border-radius: 0.8rem;
  -webkit-border-radius: 0.8rem;
  -ms-border-radius: 0.8rem;
  -moz-border-radius: 0.8rem;
}
@media screen and (max-width: 991.98px) {
  .commute-tab-content {
    margin: 0 1.5rem;
    margin-top: 3rem;
  }
}

.smartX-wrapper {
  padding-top: 0;
  padding-bottom: 0;
  background: var(--white);
}
.smartX-wrapper .powerdby img {
  max-height: 36rem;
  margin-top: 5rem;
}
.smartX-wrapper .subscription-box {
  background: var(--light-blue-sky);
}
.smartX-wrapper .cards-wrapper {
  margin-left: -1rem;
  margin-right: -1rem;
  padding: 0 9.2rem;
}
.smartX-wrapper .cards-wrapper [class*=col-] {
  padding-left: 1rem;
  padding-right: 1rem;
}
.smartX-wrapper .heading {
  text-shadow: var(--text-shadow);
}
.smartX-wrapper .heading h3 {
  font-size: 3.4rem;
  line-height: 3.8rem;
  font-weight: 500;
  color: var(--grey-33);
  margin-bottom: 2rem;
  font-family: "primeregular";
  text-align: center;
}
.smartX-wrapper .heading .subheading {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 400;
  color: var(--grey-33);
  margin-bottom: 4.5rem;
}
.smartX-wrapper .card-icon {
  margin-bottom: 4rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.smartX-wrapper .card-icon i {
  color: var(--white);
  font-size: 6.5rem;
  opacity: 0.8;
}
.smartX-wrapper .app-btn img {
  width: 15rem;
  max-width: 100%;
}
.smartX-wrapper .app-btn + .app-btn {
  margin-left: 2rem;
}
.smartX-wrapper .tab-pane p {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 400;
  color: var(--white);
  margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .smartX-wrapper .inner-wrapper {
    background: var(--light-blue-sky);
    flex-direction: column;
  }
}
@media screen and (max-width: 991.98px) {
  .smartX-wrapper .heading h3 {
    font-size: 2.2rem;
    line-height: 2.6rem;
    margin-bottom: 2rem;
  }
  .smartX-wrapper .heading .subheading {
    font-size: 1.4rem;
    line-height: 1.8rem;
    margin-bottom: 3.5rem;
  }
  .smartX-wrapper .app-btn img {
    width: 11rem;
  }
  .smartX-wrapper .inner-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    background: var(--light-blue-sky);
  }
  .smartX-wrapper .powerdby {
    text-align: center;
    margin: 1rem -1.5rem 0rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .smartX-wrapper .powerdby img {
    max-height: 36rem;
    margin-top: 0;
  }
  .smartX-wrapper .tab-img-section {
    padding: 1rem 0 0rem;
  }
  .smartX-wrapper .tab-img-section .box-section {
    margin: 0rem 0rem 5rem;
    flex-direction: column-reverse;
    padding-left: 0;
    padding-right: 0;
  }
  .smartX-wrapper .tabs-section .nav-pills.nav-fill {
    max-width: 100rem;
    margin: 0 auto;
  }
  .smartX-wrapper .tabs-section .nav-pills.nav-fill .nav-link {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
  .smartX-wrapper .tabs-section .nav-pills.nav-fill .nav-link i {
    color: var(--border-off-white);
  }
  .smartX-wrapper .tabs-section .nav-pills.nav-fill .nav-link span {
    padding: 0.75rem 1.5rem;
    margin-top: 1.75rem;
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 500;
    color: var(--white);
  }
  .smartX-wrapper .tabs-section .nav-pills.nav-fill .nav-link.active i {
    color: var(--white);
  }
  .smartX-wrapper .tabs-section .nav-pills.nav-fill .nav-link.active span {
    padding: 0.75rem 1.5rem;
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 500;
    color: var(--grey-33);
  }
  .smartX-wrapper .tab-pane p {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}
@media screen and (max-width: 767.98px) {
  .smartX-wrapper {
    padding: 0;
  }
  .smartX-wrapper .card-icon {
    margin-top: 3rem;
  }
  .smartX-wrapper .tabs-section {
    margin-top: 4rem;
  }
  .smartX-wrapper .inner-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .smartX-wrapper .left-img {
    padding-left: 7rem;
    padding-right: 7rem;
  }
  .smartX-wrapper .left-img + .left-img {
    margin-top: 3rem;
  }
  .smartX-wrapper .horizontal-img {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-top: 3rem;
  }
  .smartX-wrapper .tab-pane p {
    font-size: 1.2rem;
    line-height: 1.6rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.smartxconnect-slider .slide-item {
  padding: 0rem 1rem 4rem;
}
@media screen and (max-width: 991.98px) {
  .smartxconnect-slider .slide-item {
    height: auto;
    padding: 0rem;
  }
}
.smartxconnect-slider .smartxconnect-slider-info {
  margin: 6rem auto 0;
}
.smartxconnect-slider .smartxconnect-slider-info h6 {
  font-size: 2.8rem;
  line-height: 3.2rem;
  font-weight: 100;
  color: var(--white);
  padding-bottom: 2rem;
  margin: 0;
  font-family: "gothammedium";
  max-width: 28rem;
}
.smartxconnect-slider .smartxconnect-slider-info p {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 400;
  color: var(--white);
  max-width: 50rem;
}
@media screen and (max-width: 991.98px) {
  .smartxconnect-slider .smartxconnect-slider-info {
    padding-bottom: 0rem;
    margin: 3rem 0 0 0;
    text-align: center;
    height: 16rem;
  }
  .smartxconnect-slider .smartxconnect-slider-info h6 {
    font-size: 2rem;
    line-height: 2.4rem;
    font-weight: 400;
    color: var(--white);
    padding-bottom: 2rem;
  }
  .smartxconnect-slider .smartxconnect-slider-info p {
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 400;
    color: var(--white);
    padding: 0;
    min-height: max-content;
  }
}
.smartxconnect-slider .smartxconnect-alert {
  height: 100%;
}
.smartxconnect-slider .slick-prev, .smartxconnect-slider .slick-next {
  border-radius: 50%;
  border: 2px solid var(--grey-33);
  width: 2.8rem;
  height: 2.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.smartxconnect-slider .slick-prev, .smartxconnect-slider .slick-next {
  top: 50%;
}
.smartxconnect-slider .slick-prev:before, .smartxconnect-slider .slick-next:before {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 600;
  color: var(--grey-33);
}
.smartxconnect-slider .slick-prev {
  left: 14%;
}
.smartxconnect-slider .slick-next {
  right: 14%;
}
.smartxconnect-slider .smartxconnect-slider-img {
  position: relative;
  width: 30rem;
  padding: 0;
  display: flex;
  align-items: center;
}
.smartxconnect-slider .smartxconnect-slider-img img {
  object-fit: cover;
}
@media screen and (max-width: 991.98px) {
  .smartxconnect-slider .smartxconnect-slider-img {
    left: 0;
    padding: 0;
    max-width: 25rem;
    right: 0;
    text-align: center;
    margin: 0 auto;
  }
  .smartxconnect-slider .smartxconnect-slider-img img {
    max-width: 100%;
  }
  .smartxconnect-slider .slick-prev, .smartxconnect-slider .slick-next {
    top: auto;
    bottom: -3%;
    width: 2.5rem;
    height: 2.5rem;
  }
  .smartxconnect-slider .slick-prev {
    left: 38%;
  }
  .smartxconnect-slider .slick-next {
    right: 38%;
  }
}
.smartxconnect-slider .smartxconnect-mobile-img {
  height: 25rem;
  position: absolute;
  left: -5rem;
  top: 0rem;
}
.smartxconnect-slider .smartxconnect-mobile-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 991.98px) {
  .smartxconnect-slider .smartxconnect-mobile-img {
    height: 18rem;
    position: absolute;
    left: -1rem;
    top: -3.5rem;
  }
  .smartxconnect-slider .smartxconnect-mobile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.smartxconnect-banner {
  padding-top: 0rem;
}
.smartxconnect-banner .smartX-logo-img {
  padding-top: 2rem;
  margin: 0 auto;
}
.smartxconnect-banner .smartX-logo-img img {
  max-height: 5rem;
}
.smartxconnect-banner .smartX-content {
  align-items: center;
  justify-content: center;
  text-align: center;
}
.smartxconnect-banner h2 {
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 500;
  color: var(--grey-33);
  margin: 2.5rem 0 2rem;
  font-family: var(--font-prime);
}
.smartxconnect-banner p {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-31);
  font-family: var(--font-gotham);
  max-width: 52rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991.98px) {
  .smartxconnect-banner {
    padding-top: 3rem;
  }
  .smartxconnect-banner .smartX-logo-img {
    padding-top: 0%;
    margin: 0 auto;
  }
  .smartxconnect-banner .smartX-logo-img img {
    max-height: 3.1rem;
  }
  .smartxconnect-banner .smart-alexa {
    flex-direction: column-reverse;
  }
  .smartxconnect-banner .smartX-content {
    margin: 0 2rem;
  }
  .smartxconnect-banner h2 {
    font-size: 2.4rem;
    line-height: 2.8rem;
    font-weight: 400;
    text-align: center;
    margin-bottom: 0;
    padding-top: 0rem;
    margin-top: 2.5rem;
  }
  .smartxconnect-banner p {
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 400;
    padding: 2rem 0 1rem 0;
    text-align: center;
  }
}

.box-section {
  display: block;
  background: var(--grey-35);
  background: -moz-linear-gradient(205deg, var(--grey-35) 0%, var(--grey-36) 65%, var(--grey-35) 100%);
  background: -webkit-linear-gradient(205deg, var(--grey-35) 0%, var(--grey-36) 65%, var(--grey-35) 100%);
  background: linear-gradient(205deg, var(--grey-35) 0%, var(--grey-36) 65%, var(--grey-35) 100%);
}

.subscription {
  max-width: 80rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  font-family: var(--font-gotham);
  align-items: center;
  padding: 3rem 1.5rem;
}
.subscription i {
  font-size: 4.5rem;
  line-height: 4.9rem;
  font-weight: 500;
  color: var(--white);
}
.subscription h2 {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: var(--white);
  margin: 0;
}
@media screen and (max-width: 991.98px) {
  .subscription {
    flex-direction: column;
    margin: 0 auto;
    text-align: center;
  }
  .subscription h2 {
    font-size: 1.4rem;
    line-height: 1.8rem;
    margin: 2rem 0;
  }
}

.watch-video {
  padding-bottom: 3rem;
  background: var(--light-blue-sky);
}
.watch-video .watch-text {
  background: var(--white);
  padding: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  max-width: 33rem;
  margin: 0 auto;
}
.watch-video a i {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  width: 2.5rem;
  border: 1px solid var(--grey-33);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.5rem;
}
.watch-video a i:before {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-33);
}
.watch-video p {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-33);
}

.smart-choice-wrapper {
  padding-top: 6rem;
  padding-bottom: 2rem;
}
.smart-choice-wrapper h3 {
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 400;
  color: var(--grey-33);
  margin-bottom: 2rem;
  font-family: "primeregular";
}
.smart-choice-wrapper .saving-detail h4 {
  font-size: 3.2rem;
  line-height: 3.6rem;
  font-weight: 300;
  color: var(--grey-33);
  margin-bottom: 1rem;
}
.smart-choice-wrapper .saving-detail p {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-31);
  margin-bottom: 0;
  font-family: "gothammedium";
}
.smart-choice-wrapper .saving-detail p strong {
  font-weight: bold;
}
.smart-choice-wrapper .saving-detail p span {
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 900;
  color: var(--btn-primary-end-color);
}
.smart-choice-wrapper .saving-detail p a {
  color: var(--grey-31);
}
.smart-choice-wrapper .saving-detail p a:hover {
  text-decoration: none;
}
.smart-choice-wrapper .info-text p {
  font-size: 1.3rem;
  line-height: 1.7rem;
  font-weight: 300;
  color: var(--tertiary-blue);
  border-radius: 1.5rem;
  -webkit-border-radius: 1.5rem;
  -ms-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  background: var(--light-blue);
  padding: 0.8rem 2.3rem;
}
@media screen and (max-width: 991.98px) {
  .smart-choice-wrapper {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }
  .smart-choice-wrapper h3 {
    font-size: 2.4rem;
    line-height: 2.8rem;
    margin-bottom: 2.5rem;
    padding: 0 5rem;
  }
  .smart-choice-wrapper .saving-detail h4 {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
  .smart-choice-wrapper .saving-detail p {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}
@media screen and (max-width: 767.98px) {
  .smart-choice-wrapper h3 {
    font-size: 2.4rem;
    line-height: 2.8rem;
    margin-bottom: 2.5rem;
    padding: 0 1.5rem;
  }
  .smart-choice-wrapper .saving-detail h4 {
    font-size: 1.8rem;
    line-height: 2.2rem;
    margin-bottom: 2rem;
  }
  .smart-choice-wrapper .saving-detail p {
    max-width: 32rem;
    margin: 0 auto;
  }
}

.pricing-box {
  width: 600px;
  max-width: 100%;
  padding-top: 5rem;
}
.pricing-box .left-box,
.pricing-box .right-box {
  width: 50%;
  padding-bottom: 4rem;
  padding-top: 0rem;
}
.pricing-box .left-box {
  background-image: url(../images/left-bg.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  padding-right: 2rem;
}
.pricing-box .left-box .energy-img {
  margin-right: 5rem;
}
.pricing-box .right-box {
  background-image: url(../images/right-bg.png);
  background-repeat: no-repeat;
  background-position: 10% 0;
  background-position: left center;
  background-size: contain;
  padding-left: 2rem;
}
.pricing-box .right-box .energy-img {
  margin-left: 5rem;
}
.pricing-box .right-box .amount-details {
  align-items: flex-end;
}
.pricing-box .energy-img {
  margin-bottom: 0rem;
  position: relative;
}
.pricing-box .energy-img i {
  font-size: 15rem;
  line-height: 15.4rem;
  font-weight: 300;
  color: var(--grey-17);
}
.pricing-box .energy-img .fuel,
.pricing-box .energy-img .battery {
  position: absolute;
  z-index: 1;
  top: 2rem;
  background: var(--white);
  height: 8.8rem;
  width: 8.8rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  box-shadow: var(--fual-box-shadow);
  -webkit-box-shadow: var(--fual-box-shadow);
  -ms-box-shadow: var(--fual-box-shadow);
  -moz-box-shadow: var(--fual-box-shadow);
}
.pricing-box .energy-img .fuel i,
.pricing-box .energy-img .battery i {
  font-size: 4.2rem;
  line-height: 4.6rem;
  font-weight: 300;
  background: -webkit-linear-gradient(var(--btn-warning-start-color), var(--btn-warning-end-color));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pricing-box .energy-img .fuel i.icon-battery,
.pricing-box .energy-img .battery i.icon-battery {
  background: -webkit-linear-gradient(var(--primary-green), var(--secondary-green));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pricing-box .energy-img .fuel {
  right: -5rem;
}
.pricing-box .energy-img .battery {
  left: -5rem;
}
.pricing-box .mileage {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--grey-6);
}
.pricing-box .mileage .day-count {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
  color: var(--grey-33);
  margin-right: -2.5rem;
}
.pricing-box .mileage .day-count > span {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--grey-31);
  font-family: "gothammedium";
  padding-left: 0.4rem;
}
.pricing-box .mileage .day-count.mileage-right {
  margin-left: -1.5rem;
}
.pricing-box .mileage .day-count .per-litter {
  margin-right: 3.5rem;
  padding: 1.5rem 0 0 0;
  font-weight: 500;
  color: var(--grey-33);
}
.pricing-box .mileage .day-count .per-charge {
  margin-left: 3.5rem;
  padding: 1.5rem 0 0 0;
  font-weight: 500;
  color: var(--grey-33);
}
.pricing-box .mileage .years-count {
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 400;
  color: var(--grey-33);
  padding-left: 1.4rem;
}
.pricing-box .mileage .years-count span {
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 900;
  color: var(--btn-primary-end-color);
}
.pricing-box .amount-details {
  font-family: "gothammedium";
}
.pricing-box .amount-details .amount {
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 500;
  color: var(--grey-33);
  margin-bottom: 0;
  letter-spacing: 0.35px;
}
.pricing-box .amount-details span {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--grey-33);
  padding-top: 0.5rem;
}
@media screen and (max-width: 991.98px) {
  .pricing-box {
    width: 720px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 2rem;
  }
  .pricing-box .left-box {
    padding-right: 4rem;
  }
  .pricing-box .left-box .energy-img {
    margin-right: 5rem;
  }
  .pricing-box .right-box {
    padding-left: 4rem;
  }
  .pricing-box .right-box .energy-img {
    margin-left: 5rem;
  }
  .pricing-box .right-box .amount-details {
    display: block;
  }
  .pricing-box .energy-img {
    margin-bottom: 1.5rem;
  }
  .pricing-box .energy-img i {
    font-size: 18rem;
    line-height: 18.4rem;
  }
  .pricing-box .energy-img .fuel,
  .pricing-box .energy-img .battery {
    top: 5rem;
    height: 9rem;
    width: 9rem;
  }
  .pricing-box .energy-img .fuel i,
  .pricing-box .energy-img .battery i {
    font-size: 4rem;
  }
  .pricing-box .mileage {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    min-height: 5.5rem;
  }
  .pricing-box .mileage .day-count {
    font-size: 1.6rem;
    line-height: 2rem;
    margin-right: 0;
  }
  .pricing-box .mileage .day-count.mileage-right {
    margin-left: 0rem;
  }
  .pricing-box .mileage .day-count.mileage-right span:first-child {
    margin-left: -1.2rem;
    padding-left: 0;
  }
  .pricing-box .mileage .day-count span:first-child {
    margin-right: -0.5rem;
  }
  .pricing-box .mileage .day-count span.per-litter {
    margin-right: 0rem;
  }
  .pricing-box .mileage .day-count .per-litter {
    margin-right: 0;
  }
  .pricing-box .mileage .day-count .per-charge {
    margin-left: 0rem;
  }
  .pricing-box .mileage .years-count {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
  .pricing-box .mileage .years-count span {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  .pricing-box .energy-img {
    margin-bottom: 0;
  }
  .pricing-box .amount-details .amount {
    font-size: 3rem;
    line-height: 3.4rem;
  }
  .pricing-box .amount-details span {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}
@media screen and (max-width: 767.98px) {
  .pricing-box .left-box,
  .pricing-box .right-box {
    padding-top: 1rem;
    padding-bottom: 3rem;
  }
  .pricing-box .left-box {
    padding-right: 1rem;
  }
  .pricing-box .left-box .energy-img {
    margin-right: 2.5rem;
  }
  .pricing-box .right-box {
    padding-left: 1rem;
  }
  .pricing-box .right-box .energy-img {
    margin-left: 2.5rem;
  }
  .pricing-box .energy-img {
    margin-bottom: 1.5rem;
  }
  .pricing-box .energy-img i {
    font-size: 12rem;
    line-height: 12.4rem;
  }
  .pricing-box .energy-img .fuel,
  .pricing-box .energy-img .battery {
    top: 4rem;
    height: 6rem;
    width: 6rem;
  }
  .pricing-box .energy-img .fuel i,
  .pricing-box .energy-img .battery i {
    font-size: 3rem;
  }
  .pricing-box .mileage {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
  .pricing-box .mileage .day-count {
    font-size: 1rem;
    line-height: 1.4rem;
  }
  .pricing-box .mileage .years-count {
    font-size: 1.4rem;
    line-height: 1.8rem;
    padding: 0 0.3rem;
  }
  .pricing-box .mileage .years-count span {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  .pricing-box .energy-img {
    margin-bottom: 0;
  }
  .pricing-box .energy-img .fuel {
    right: -2.5rem;
  }
  .pricing-box .energy-img .battery {
    left: -2.5rem;
  }
  .pricing-box .amount-details .amount {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  .pricing-box .amount-details span {
    font-size: 1rem;
    line-height: 1.4rem;
  }
}

.expert-innovation-wrapper {
  padding-top: 2rem;
  padding-bottom: 5rem;
  overflow: hidden;
}
.expert-innovation-wrapper h2 {
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 400;
  color: var(--grey-33);
  font-family: "primeregular";
  margin-bottom: 3rem;
}
.expert-innovation-wrapper p {
  font-size: 2.2rem;
  line-height: 2.6rem;
  font-weight: 300;
  color: var(--black);
  margin-bottom: 1.8rem;
}
.expert-innovation-wrapper .quality-section {
  position: relative;
  margin: 0rem auto;
}
.expert-innovation-wrapper .top-left {
  padding: 0;
}
.expert-innovation-wrapper .top-right {
  padding: 0;
}
.expert-innovation-wrapper .bottom-left {
  padding: 0;
}
.expert-innovation-wrapper .bottom-right {
  padding: 0;
}
.expert-innovation-wrapper .tvs-stamp-img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 1rem;
  background: var(--white);
}
.expert-innovation-wrapper .tvs-stamp-img img {
  max-width: 24rem;
  height: 100%;
  width: 100%;
}
.expert-innovation-wrapper .tvs-trust-points {
  min-height: 38rem;
  position: relative;
  text-align: center;
}
.expert-innovation-wrapper .tvs-trust-points .box {
  padding: 7rem 3rem 3rem;
}
.expert-innovation-wrapper .tvs-trust-points i {
  font-size: 5rem;
  line-height: 5.4rem;
  font-weight: 400;
  color: var(--grey-33);
  margin-bottom: 1.8rem;
  display: block;
}
.expert-innovation-wrapper .tvs-trust-points i.icon-network {
  font-size: 6.2rem;
}
.expert-innovation-wrapper .tvs-trust-points h5 {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: var(--grey-33);
  font-family: "gothammedium";
  margin-bottom: 1.6rem;
}
.expert-innovation-wrapper .tvs-trust-points p {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: var(--grey-33);
  font-family: "Roboto";
}
.expert-innovation-wrapper .tvs-trust-points.dashboard-pink:before {
  content: "";
  position: absolute;
  left: -1%;
  top: 0%;
  border-bottom: 60px solid transparent;
  border-left: 60px solid var(--white);
  border-right: 0px solid transparent;
  z-index: 99;
}
.expert-innovation-wrapper .tvs-trust-points.dashboard-blue:after {
  content: "";
  position: absolute;
  right: -1%;
  bottom: 0%;
  border-bottom: 0px solid transparent;
  border-left: 0px solid transparent;
  border-right: 60px solid var(--white);
  border-top: 60px solid transparent;
  z-index: 99;
}
@media screen and (max-width: 991.98px) {
  .expert-innovation-wrapper {
    padding-top: 0rem;
    padding-bottom: 5rem;
  }
  .expert-innovation-wrapper h2 {
    font-size: 2.4rem;
    line-height: 2.8rem;
    margin-bottom: 2rem;
  }
  .expert-innovation-wrapper .tvs-trust-points {
    min-height: 25rem;
  }
  .expert-innovation-wrapper .tvs-trust-points .box {
    padding: 4rem 1.5rem;
  }
  .expert-innovation-wrapper .tvs-trust-points.dashboard-green i {
    font-size: 6rem;
  }
  .expert-innovation-wrapper .quality-section:after, .expert-innovation-wrapper .quality-section:before {
    height: 75%;
  }
}
@media screen and (max-width: 767.98px) {
  .expert-innovation-wrapper h2 {
    font-size: 2.4rem;
    line-height: 2.8rem;
    margin-bottom: 3rem;
  }
  .expert-innovation-wrapper p {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  .expert-innovation-wrapper .quality-section:after, .expert-innovation-wrapper .quality-section:before {
    height: 100%;
  }
  .expert-innovation-wrapper .quality-section:after {
    max-height: 33rem;
  }
  .expert-innovation-wrapper .top-left {
    padding: 0;
  }
  .expert-innovation-wrapper .top-right {
    padding: 0;
  }
  .expert-innovation-wrapper .bottom-left {
    padding: 0;
  }
  .expert-innovation-wrapper .bottom-right {
    padding: 0;
  }
  .expert-innovation-wrapper .tvs-trust-points i {
    font-size: 6rem;
    margin-bottom: 1.3rem;
    opacity: 1;
  }
  .expert-innovation-wrapper .tvs-trust-points i.icon-network {
    font-size: 7rem;
  }
  .expert-innovation-wrapper .tvs-trust-points h5 {
    font-size: 1.8rem;
    line-height: 2.2rem;
    padding: 0.5rem 0 0;
  }
  .expert-innovation-wrapper .tvs-trust-points p {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}

.ride-change-wrapper {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../images/map.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.ride-change-wrapper.bg-none .curve.top {
  width: 100%;
  background: var(--white);
  height: 16rem;
  content: "";
}
@media screen and (max-width: 991.98px) {
  .ride-change-wrapper.bg-none .curve.top {
    width: 100%;
    background: var(--white);
    height: auto;
    content: "";
  }
}
.ride-change-wrapper .card {
  border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  border: 0px solid var(--grey-8);
  background: var(--white);
  color: var(--grey-33);
  background: -webkit-linear-gradient(top, var(--white), var(--white));
  background: linear-gradient(to bottom, var(--white), var(--white));
  position: relative;
}
.ride-change-wrapper .card .card-body {
  padding: 5rem 0rem 3rem;
}
.ride-change-wrapper .location {
  position: absolute;
  top: -28px;
  left: calc(50% - 3rem);
  background: var(--white);
  border-radius: 50%;
  padding-top: 0.6rem;
  padding-left: 0.1rem;
}
.ride-change-wrapper .location i {
  font-size: 4rem;
  background: -webkit-linear-gradient(var(--primary-green), var(--secondary-green));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ride-change-wrapper .section-title {
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 400;
  color: var(--grey-33);
  margin-bottom: 0;
  font-family: "primeregular";
  border: 0;
  padding: 0 0 3rem;
}
.ride-change-wrapper .sub-title {
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 400;
  color: var(--black);
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 4rem;
}
.ride-change-wrapper .sub-title:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 7rem;
  height: 0.2rem;
  background: var(--tertiary-blue);
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
}
.ride-change-wrapper .dealership-search {
  margin: 0rem;
}
.ride-change-wrapper .dealership-search input {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  font-weight: 500;
  border: 1px solid var(--grey-8);
  border-radius: 0.4rem;
  -webkit-border-radius: 0.4rem;
  -ms-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  max-height: initial;
  font-family: "gothammedium";
}
.ride-change-wrapper .dealership-search .form-control::-webkit-input-placeholder {
  color: var(--grey-15);
}
.ride-change-wrapper .dealership-search .form-control::-moz-placeholder {
  color: var(--grey-15);
}
.ride-change-wrapper .dealership-search .nearby-dealer {
  text-align: center;
  width: 100%;
}
.ride-change-wrapper .dealership-search .nearby-dealer .btn-sm {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
}
.ride-change-wrapper .radio-card .radio-card-inner {
  border-radius: 0rem;
  -webkit-border-radius: 0rem;
  -ms-border-radius: 0rem;
  -moz-border-radius: 0rem;
  padding: 2.5rem 0rem 2.7rem;
  border: 0px solid var(--grey-2);
}
.ride-change-wrapper .radio-card .large-text {
  font-size: 1.8rem;
  line-height: 2.2rem;
}
.ride-change-wrapper .radio-card .small-text {
  font-size: 1.4rem;
  line-height: 1.8rem;
}
.ride-change-wrapper .radio-card input[type=radio]:checked ~ .radio-card-inner {
  border: 1px solid var(--light-blue-sky);
  padding: 1rem 1.5rem;
}
.ride-change-wrapper .radio-card input[type=radio]:checked ~ .radio-card-inner .large-text {
  color: var(--grey-33);
}
.ride-change-wrapper .radio-card input[type=radio]:checked ~ .radio-card-inner .small-text,
.ride-change-wrapper .radio-card input[type=radio]:checked ~ .radio-card-inner .medium-text {
  color: var(--grey-31);
}
@media screen and (max-width: 991.98px) {
  .ride-change-wrapper .section-title {
    font-size: 2.4rem;
    line-height: 2.8rem;
    margin-bottom: 0;
    padding: 0 0 2rem;
  }
  .ride-change-wrapper .sub-title {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  .ride-change-wrapper [class*=col] {
    margin-top: 0;
  }
  .ride-change-wrapper .radio-card .radio-card-inner {
    padding: 1.2rem 1rem 1.5rem;
  }
  .ride-change-wrapper .radio-card .radio-card-inner .small-text {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  .ride-change-wrapper .radio-card .large-text {
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 400;
  }
  .ride-change-wrapper .dealership-search {
    margin: 0rem;
  }
  .ride-change-wrapper .dealership-search .go-input {
    align-items: center;
  }
  .ride-change-wrapper .dealership-search input {
    max-width: 100%;
  }
  .ride-change-wrapper .dealership-search .nearby-dealer {
    text-align: center;
    margin-top: 1rem;
  }
  .ride-change-wrapper .dealership-search .nearby-dealer .btn {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  .ride-change-wrapper .location {
    position: absolute;
    top: -2.2rem;
    left: calc(50% - 2rem);
  }
  .ride-change-wrapper .location i {
    font-size: 4rem;
    background: -webkit-linear-gradient(var(--primary-green), var(--secondary-green));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .ride-change-wrapper .curve.bottom {
    border-top: 1px solid var(--grey-3);
  }
}
@media screen and (max-width: 767.98px) {
  .ride-change-wrapper {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .ride-change-wrapper .section-title {
    font-size: 2.4rem;
    line-height: 2.8rem;
    margin-bottom: 0;
    padding: 0 0 2rem;
  }
  .ride-change-wrapper .card .card-body {
    padding: 5rem 1.5rem 2rem;
  }
  .ride-change-wrapper .sub-title {
    font-size: 1.6rem;
    line-height: 2rem;
    max-width: 14rem;
    margin: 0 auto 3rem;
  }
  .ride-change-wrapper .address-info {
    min-height: 0;
    margin-bottom: 1.5rem;
    padding: 3rem 3rem 0rem;
  }
  .ride-change-wrapper .address-info h5 {
    font-size: 1.6rem;
    line-height: 2rem;
    margin-bottom: 1rem;
  }
  .ride-change-wrapper .address-info p {
    font-size: 1.2rem;
    line-height: 1.6rem;
    line-height: 2.2rem;
  }
}

.nearest-search-results h3 {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 400;
  color: var(--logo-blue);
  margin-bottom: 1.5rem;
}
.nearest-search-results .radio-card .radio-card-inner {
  padding: 1.5rem;
  border-radius: 1.5rem;
  -webkit-border-radius: 1.5rem;
  -ms-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  white-space: normal;
}
.nearest-search-results .radio-card .radio-card-inner .large-text {
  font-size: 1.8rem;
  line-height: 2.2rem;
  margin-bottom: 1.6rem;
}
.nearest-search-results .radio-card .radio-card-inner .small-text {
  font-size: 1.4rem;
  line-height: 1.8rem;
}

.or-this {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-31);
  margin: 1.5rem auto;
  text-align: center;
}
.or-this.llg {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-31);
  margin: 2rem 0.5rem;
}

.detect-pin {
  padding: 1rem 1rem 1.5rem;
}
.detect-pin .nearby-dealer .btn {
  min-width: max-content;
  width: 100%;
  background: linear-gradient(to bottom, var(--grey-33), var(--grey-33));
  color: var(--white);
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  padding: 1.3rem 2rem;
}
.detect-pin .go-btn-new {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--grey-33);
  padding: 1.2rem 1.5rem;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  margin-left: 1rem;
}
.detect-pin .btn.login-btn {
  background: var(--white);
  box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  height: auto;
  width: auto;
  padding: 0;
  margin-left: 0;
}
.detect-pin .btn.login-btn .icon-arrow-rounded {
  font-size: 1.5rem;
  line-height: 1.9rem;
  font-weight: 500;
  color: var(--grey-33);
}
.detect-pin p {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--grey-31);
  font-family: "gothammedium";
}

.text-danger {
  font-size: 1.2rem;
}

.pincode-info {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--grey-31);
  margin-top: 1rem;
  justify-content: center;
  font-family: "gothammedium";
}
.pincode-info i {
  background: -webkit-linear-gradient(var(--brand-color), var(--brand-color));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.8rem;
  line-height: 2.2rem;
  margin-right: 0.5rem;
}

@media screen and (max-width: 991.98px) {
  .pincode-info {
    justify-content: start;
  }
  .pincode-info i {
    font-size: 1.7rem;
    line-height: 2.1rem;
    align-self: flex-start;
  }
  .nearest-search-results h3 {
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 400;
    margin-bottom: 1rem;
  }
  .nearest-search-results .radio-card {
    max-width: 100%;
  }
  .nearest-search-results .radio-card .radio-card-inner {
    padding: 1.5rem;
  }
  .nearest-search-results .radio-card .radio-card-inner.with-icon .radio-btn-icon {
    top: 1.5rem;
    font-size: 2rem;
    line-height: 2.4rem;
  }
  .nearest-search-results .radio-card .radio-card-inner .large-text {
    font-size: 1.6rem;
    line-height: 2rem;
    margin-bottom: 0.8rem;
    padding-right: 0;
  }
  .nearest-search-results .radio-card .radio-card-inner .small-text {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  .or-this {
    margin: 1.5rem 0rem;
    text-align: center;
  }
  .or-this.llg {
    margin-bottom: 1.5rem;
    margin-top: 0;
    width: 100%;
    text-align: center;
  }
}
.htr-inputs {
  margin-top: -2rem;
}

@media screen and (max-width: 767.98px) {
  .detect-pin {
    margin-bottom: 2rem;
    padding: 0;
  }
  .detect-pin input {
    max-width: 13.5rem;
  }
  .detect-pin .nearby-dealer {
    text-align: center;
    margin-top: 0;
  }
  .detect-pin .nearby-dealer .btn {
    width: auto;
    font-size: 1.2rem;
    line-height: 1.5rem;
    height: auto;
  }
  .htr-inputs {
    margin-top: -0.5rem;
  }
}
.dashboard-order {
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border: 1px solid var(--grey-8);
}
.dashboard-order .step-wizard-left {
  background: var(--grey-4);
  color: false;
  background: -webkit-linear-gradient(top, var(--grey-4), var(--grey-4));
  background: linear-gradient(to bottom, var(--grey-4), var(--grey-4));
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  padding-left: 0;
  padding-right: 0;
  z-index: 99;
}
.dashboard-order .step-wizard-left .bg-wizard {
  background-position: right center;
  background-size: 47% auto;
  background-repeat: no-repeat;
  height: 100%;
}
.dashboard-order .step-wizard-left .bg-wizard .step-title {
  font-family: "gothammedium";
}
.dashboard-order .step-wizard-left .bg-wizard .icon-arrow-down,
.dashboard-order .step-wizard-left .bg-wizard .icon-arrow-up {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .dashboard-order .step-wizard-left .bg-wizard .icon-arrow-down,
  .dashboard-order .step-wizard-left .bg-wizard .icon-arrow-up {
    position: absolute;
    right: 3rem;
    top: 2rem;
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 600;
    color: var(--grey-33);
    display: block;
  }
}
.dashboard-order .step-wizard-left .bg-wizard ul li {
  color: var(--quaternary-dark-blue-1);
  font-family: "gothammedium";
}
.dashboard-order .step-wizard-left .bg-wizard ul li p {
  color: var(--grey-33);
  font-family: "roboto";
}
.dashboard-order .step-wizard-left .bg-wizard ul li .step-indicator {
  border: 0;
}
.dashboard-order .step-wizard-left.action-wizard {
  padding: 0;
}
.dashboard-order .step-wizard-right {
  border-radius: 0 2rem 2rem 0rem;
  -webkit-border-radius: 0 2rem 2rem 0rem;
  -ms-border-radius: 0 2rem 2rem 0rem;
  -moz-border-radius: 0 2rem 2rem 0rem;
}
.dashboard-order .step-wizard-right .payment {
  display: flex;
  width: 100%;
  border-bottom: 1px solid var(--grey-16);
  align-items: center;
  padding-top: 2.8rem;
  padding-bottom: 2rem;
  margin-left: 2rem;
  color: var(--black);
  font-family: "gothammedium";
}
.dashboard-order .step-wizard-right .your-package {
  padding: 0 2rem;
  margin-bottom: 3rem;
}
.dashboard-order .step-wizard-right .package-heading {
  display: flex;
  width: 100%;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.dashboard-order .step-wizard-right .charging {
  margin: 0 2rem;
}
.dashboard-order .step-wizard-right .charging .form-sub-title {
  font-family: "gothammedium";
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: var(--grey-33);
}
.dashboard-order .step-wizard-right .charging .payment {
  margin-left: 0;
}
.dashboard-order .step-wizard-right .payment-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.2rem;
  line-height: 2.6rem;
  text-align: left;
  font-family: "gothammedium";
}
.dashboard-order .step-wizard-right .payment-title p {
  font-size: 1.4rem;
  line-height: 1.8rem;
  padding-top: 1rem;
}
.dashboard-order .step-wizard-right .payment-title.success-text {
  color: var(--secondary-green);
  margin-bottom: 0;
}
.dashboard-order .step-wizard-right .total-amount {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: var(--black);
  font-family: "gothammedium";
}
.dashboard-order .step-wizard-right .total-amount .info-popover a {
  line-height: 2rem;
}
.dashboard-order .step-wizard-right .total-amount .amount-value {
  padding-left: 1rem;
  margin-left: 1rem;
  border-left: 2px solid var(--grey-16);
}
.dashboard-order .step-wizard-right .total-amount .amount-value span {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: var(--black);
}
.dashboard-order .step-wizard-right .total-amount .amount-value span + span {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: var(--black);
  padding-left: 0.5rem;
}
@media screen and (max-width: 767.98px) {
  .dashboard-order .step-wizard-right .package-heading {
    display: block;
    padding-top: 4rem;
    padding-bottom: 1.5rem;
  }
  .dashboard-order .step-wizard-right .payment-details.details-sm {
    padding: 0;
  }
  .dashboard-order .step-wizard-right .delarship-title {
    margin-bottom: 1rem;
  }
  .dashboard-order .step-wizard-right .payment-btn-group .btn + .btn {
    margin-left: 1rem;
  }
}
.dashboard-order .step-wizard-right .delivery-option + .delivery-option {
  margin-left: 1rem;
}
@media screen and (max-width: 575.98px) {
  .dashboard-order .step-wizard-right .m-btns {
    display: inline-grid;
  }
  .dashboard-order .step-wizard-right .m-btns .delivery-option {
    min-width: 13.5rem;
  }
  .dashboard-order .step-wizard-right .m-btns .delivery-option + .delivery-option {
    margin-top: 2rem;
    margin-left: 0;
  }
}
@media screen and (max-width: 1199.98px) {
  .dashboard-order .step-wizard-right {
    display: flow-root;
    justify-content: center;
    text-align: center;
  }
  .dashboard-order .step-wizard-right .delarship-info-contact {
    border-top: 1px solid var(--grey-16);
  }
  .dashboard-order .step-wizard-right .delarship-info-contact.new-contact {
    margin-left: 0;
    padding: 3rem 1.5rem;
  }
  .dashboard-order .step-wizard-right .payment-details {
    padding: 0rem 0rem 2.5rem 0rem;
  }
  .dashboard-order .step-wizard-right .payment {
    display: block;
    padding-bottom: 2rem;
  }
  .dashboard-order .step-wizard-right .your-package {
    padding: 0;
    margin-bottom: 2rem;
  }
  .dashboard-order .step-wizard-right .payment-title {
    padding-left: 0;
    text-align: center;
    font-size: 1.8rem;
    line-height: 2.2rem;
    margin-bottom: 1rem;
  }
  .dashboard-order .step-wizard-right .charging {
    margin: 0;
    padding-bottom: 0;
  }
  .dashboard-order .step-wizard-right .charging .payment-title {
    margin-bottom: 0.5rem;
  }
  .dashboard-order .step-wizard-right .charging .total-amount {
    margin-bottom: 2rem;
  }
  .dashboard-order .step-wizard-right .charging .total-amount .amount-value {
    border: none;
    padding: 0;
  }
  .dashboard-order .step-wizard-right .delarship-info {
    padding: 2rem 0 2.5rem 0rem;
  }
  .dashboard-order .step-wizard-right .delarship {
    display: block;
    padding-bottom: 0rem;
    border-bottom: none;
  }
  .dashboard-order .step-wizard-right .delarship-title {
    padding-left: 0;
    text-align: center;
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
}
.dashboard-order.new-dashboard .payment-title {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 400;
  color: var(--black);
  font-family: "gothammedium";
}
.dashboard-order.new-dashboard .delarship-title {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 400;
  color: var(--black);
  font-family: "gothammedium";
}
.dashboard-order .btn {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-33);
  min-width: 14rem;
  border: 2px solid var(--grey-33);
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  background: linear-gradient(to bottom, var(--white), var(--white));
  box-shadow: none;
}
.dashboard-order .btn.primary-gradient-btn:hover, .dashboard-order .btn.primary-gradient-btn:focus {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-33);
}
.dashboard-order .btn-lg {
  font-size: 2.2rem;
  line-height: 2.6rem;
  font-weight: 700;
}
.dashboard-order .scrollable-section {
  height: 70rem;
  overflow: auto;
}
.dashboard-order .payment-btn-group .btn + .btn {
  margin-left: 1rem;
}
.dashboard-order .payment-details {
  padding: 0rem 0rem 2.5rem 2rem;
  border-bottom: 1px solid var(--grey-16);
}
.dashboard-order .payment-details.details-sm {
  padding: 0 0 0 2rem;
}
.dashboard-order .payment-details .media i {
  font-size: 1.8rem;
  background: -webkit-linear-gradient(var(--brand-color-1), var(--brand-color-1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: 1.5rem;
}
.dashboard-order .payment-details .media i.icon-failed {
  background: -webkit-linear-gradient(var(--red-2), var(--red-1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.dashboard-order .payment-details .media .media-body h5 {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-33);
  font-family: "gothammedium";
}
.dashboard-order .payment-details .media .media-body p {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: var(--grey-33);
  margin-top: 0.2rem;
  font-family: "gothammedium";
}
.dashboard-order .payment-details .media .media-body p.paid {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 400;
  color: var(--brand-color-1);
  margin-top: 0.8rem;
}
.dashboard-order .payment-details .media .media-body p.due {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 400;
  color: var(--red-1);
  margin-bottom: 0;
  margin-top: 0.8rem;
}
.dashboard-order .payment-details .arrow-right {
  display: flex;
  justify-content: center;
  padding: 0 0.5rem;
}
.dashboard-order .payment-details .arrow-right i {
  font-size: 7rem;
}
.dashboard-order .payment-details .arrow-right i:first-child {
  display: inline-flex;
  margin-right: -5.5rem;
  opacity: 0.5;
}
.dashboard-order .payment-details .vertical-arrow {
  display: flex;
  align-items: center;
  width: 5.5rem;
  margin-left: -5rem;
}
.dashboard-order .payment-details .vertical-arrow i {
  font-size: 6rem;
}
.dashboard-order .payment-details .vertical-arrow i:first-child {
  display: inline-flex;
  margin-right: -5.3rem;
  opacity: 0.5;
}
.dashboard-order .payment-details .payment-complete {
  background: var(--grey-13);
  padding: 3rem 1.5rem;
  border-radius: 0 0 2rem 2rem;
  -webkit-border-radius: 0 0 2rem 2rem;
  -ms-border-radius: 0 0 2rem 2rem;
  -moz-border-radius: 0 0 2rem 2rem;
}
.dashboard-order .payment-details .payment-complete p {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: var(--grey-33);
  font-family: "gothammedium";
}
.dashboard-order .payment-details .payment-complete .list-unstyled li {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 400;
  color: var(--grey-33);
  padding: 0.3rem 0;
  font-family: "gothammedium";
}
.dashboard-order .payment-details .payment-complete .list-unstyled li i {
  background: -webkit-linear-gradient(var(--sky-blue), var(--primary-blue));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.4rem;
}
@media screen and (max-width: 1199.98px) {
  .dashboard-order .payment-details .payment-steps {
    display: block;
  }
  .dashboard-order .payment-details .payment-steps .media {
    margin-bottom: 2.8rem;
    display: block;
  }
  .dashboard-order .payment-details .payment-steps .media.multi-section {
    margin-bottom: 1rem;
  }
  .dashboard-order .payment-details .payment-steps .media.multi-section > i {
    font-size: 2.3rem;
    line-height: 2.7rem;
    margin-right: 0;
  }
  .dashboard-order .payment-details .payment-steps .media.multi-section .media-body {
    padding-right: 0;
  }
  .dashboard-order .payment-details .payment-steps .media h5 {
    font-weight: 500;
  }
  .dashboard-order .payment-details .payment-steps .media p {
    font-size: 2rem;
  }
  .dashboard-order .payment-details .payment-steps .media > i {
    margin-right: 0;
  }
  .dashboard-order .payment-details .arrow-right {
    padding: 2rem 0rem;
    width: 5rem;
  }
  .dashboard-order .payment-details .arrow-right i {
    font-size: 8rem;
  }
  .dashboard-order .payment-details .arrow-right i:first-child {
    margin-right: -6.5rem;
  }
  .dashboard-order .payment-details .vertical-arrow {
    transform: rotate(90deg);
    display: inline-flex;
    margin-left: 0;
  }
  .dashboard-order .payment-details .vertical-arrow + .col {
    margin-top: 2rem;
  }
  .dashboard-order .payment-details .payment-complete .list-unstyled li {
    display: inline-block;
    margin-right: 1rem;
  }
}
.dashboard-order .payment-steps .media {
  margin-bottom: 1.5rem;
}
.dashboard-order .payment-steps .media.multi-section {
  display: block;
}
.dashboard-order .payment-steps .media.multi-section > i {
  font-size: 1.8rem;
}
.dashboard-order .payment-steps .media.multi-section h5 {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-33);
  font-family: "gothammedium";
}
.dashboard-order .payment-steps .media.multi-section p {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: var(--grey-33);
  margin-top: 0.2rem;
  font-family: "gothammedium";
}
.dashboard-order .payment-steps .media.multi-section .media-body {
  padding-right: 3rem;
}
.dashboard-order .payment-steps .media.multi-section .media-body p {
  font-family: "gothammedium";
}
.dashboard-order .payment-steps .media.multi-section .btn-sm {
  min-width: 11rem;
}
.dashboard-order .payment-steps .media > i {
  font-size: 2.5rem;
  background: -webkit-linear-gradient(var(--brand-color-1), var(--brand-color-1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: 1.5rem;
}
.dashboard-order .payment-steps .media > i.icon-failed {
  background: -webkit-linear-gradient(var(--red-2), var(--red-1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.dashboard-order .payment-steps .media h5 {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: var(--black);
  margin-bottom: 0.5rem;
}
.dashboard-order .payment-steps .media p {
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 0;
}
.dashboard-order .payment-steps .media p.paid {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 400;
  color: var(--brand-color-1);
  margin-top: 0.8rem;
}
.dashboard-order .payment-steps .media p.due {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 400;
  color: var(--red-1);
  margin-bottom: 0;
  margin-top: 0.8rem;
}
.dashboard-order .payment-steps .media.disabled {
  pointer-events: none;
  cursor: none;
}
.dashboard-order .payment-steps .media.disabled h5, .dashboard-order .payment-steps .media.disabled p {
  color: var(--grey-6);
}
.dashboard-order .payment-steps .media.disabled h5.due, .dashboard-order .payment-steps .media.disabled p.due {
  color: var(--red-1);
}
.dashboard-order .payment-steps .media.disabled i.icon-failed {
  background: -webkit-linear-gradient(var(--grey-6), var(--grey-6));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.dashboard-order .payment-steps .media.disabled .popover-icon {
  background: var(--grey-6);
}
.dashboard-order .payment-overview {
  border-bottom: 1px solid var(--grey-16);
  padding-bottom: 2rem;
  margin-top: 0.1rem;
}
.dashboard-order .payment-overview .bottom-bt {
  background: var(--grey-13);
  border-radius: 0 0 2rem 2rem;
  -webkit-border-radius: 0 0 2rem 2rem;
  -ms-border-radius: 0 0 2rem 2rem;
  -moz-border-radius: 0 0 2rem 2rem;
}
.dashboard-order .payment-overview p {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: var(--grey-33);
  line-height: 2rem;
  text-align: center;
  padding: 4rem 10rem 0.5rem;
  font-family: "gothammedium";
}
.dashboard-order .payment-overview p.more-info {
  padding: 0rem 10rem 3rem;
  line-height: 2rem;
}
.dashboard-order .payment-overview p.more-info a {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--btn-primary-end-color);
}
@media screen and (max-width: 767.98px) {
  .dashboard-order .payment-overview p {
    padding: 2rem 2rem 0.5rem;
  }
  .dashboard-order .payment-overview p.more-info {
    padding: 0rem 2rem 1rem;
  }
}
.dashboard-order .delarship-info {
  padding: 2rem 1.5rem 2.5rem 2rem;
}
.dashboard-order .delarship {
  display: flex;
  width: 100%;
  padding-bottom: 0.4rem;
  align-items: self-start;
  border-bottom: 1px solid var(--grey-16);
}
.dashboard-order .delarship.no-subtitle {
  align-items: center;
  padding-bottom: 2rem;
}
.dashboard-order .delarship-title {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 400;
  color: var(--grey-33);
  font-family: "gothammedium";
  text-align: left;
}
.dashboard-order .delarship-title p {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-33);
  padding-top: 1rem;
}
.dashboard-order .delarship-info-details {
  padding: 0 0 2.5rem 0;
}
.dashboard-order .delarship-info-details ul {
  padding-top: 3rem;
}
.dashboard-order .delarship-info-details ul li {
  display: flex;
  padding: 0.5rem 1.5rem 0.5rem 0;
  text-align: left;
}
.dashboard-order .delarship-info-details ul li span {
  font-size: 1.3rem;
  line-height: 1.7rem;
  font-weight: 500;
  color: var(--grey-33);
  font-family: "gothammedium";
}
.dashboard-order .delarship-info-details ul li span:first-child {
  min-width: 130px;
  font-size: 1.3rem;
  line-height: 1.7rem;
  font-weight: 400;
  color: var(--grey-33);
}
@media screen and (max-width: 767.98px) {
  .dashboard-order .delarship-info-details {
    padding: 0rem 0rem 2.5rem 0rem;
  }
  .dashboard-order .delarship-info-details ul {
    padding-top: 0;
    padding-bottom: 1.5rem;
  }
  .dashboard-order .delarship-info-details ul li {
    padding: 0.5rem 1.5rem 0.5rem 1rem;
  }
}
.dashboard-order .delarship-info-contact {
  background: var(--light-sky-blue-1);
  padding: 3rem 1.5rem;
  border-radius: 0 0 2rem 2rem;
  -webkit-border-radius: 0 0 2rem 2rem;
  -ms-border-radius: 0 0 2rem 2rem;
  -moz-border-radius: 0 0 2rem 2rem;
}
.dashboard-order .delarship-info-contact p {
  font-size: 1.3rem;
  line-height: 1.7rem;
  font-weight: 500;
  color: var(--grey-33);
  font-family: "gothammedium";
}
.dashboard-order .delarship-info-contact p span {
  font-size: 1.3rem;
  line-height: 1.7rem;
  font-weight: 500;
  color: var(--btn-primary-end-color);
  display: block;
}
.dashboard-order .delarship-info-contact.notification {
  padding: 3.3rem 4rem;
}
.dashboard-order .delarship-info-contact.notification p, .dashboard-order .delarship-info-contact.notification span {
  font-size: 1.4rem;
  line-height: 1.8rem;
  display: inline-block;
}
.dashboard-order .delarship-info-contact.notification .contact-msg {
  margin: 0 10rem;
}
.dashboard-order .delarship-info-contact.new-contact {
  margin-left: 1rem;
  padding: 3rem 2rem;
}
.dashboard-order .action-required-section {
  border: 2px solid var(--primary-red);
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -moz-border-radius: 2rem;
  padding: 2.5rem 0 0 0;
  margin: 0 -15px 0 -18px;
  position: relative;
}
.dashboard-order .action-required-section:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(to left bottom, transparent 50%, var(--primary-red) 0) 100% 0 no-repeat;
  width: 2.5rem;
  height: 2.5rem;
  transform: rotate(180deg);
  border-bottom-left-radius: 1.3rem;
}
.dashboard-order .action-required-section.with-package {
  margin: 0 -15px;
  background: var(--grey-26);
}
.dashboard-order .action-required-section.with-package .action-header {
  border-bottom: none;
}
.dashboard-order .action-required-section.with-package .payment {
  padding-bottom: 1rem;
}
.dashboard-order .action-required-section .heading {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: var(--primary-red);
  padding-left: 1.5rem;
}
.dashboard-order .action-required-section .payment {
  justify-content: center;
  padding-top: 0;
  margin-left: 0;
  border-bottom: none;
}
.dashboard-order .action-required-section .payment-details {
  padding: 0rem 3.5rem 0.5rem 3.5rem;
  border-bottom: none;
}
@media screen and (max-width: 991.98px) {
  .dashboard-order .action-required-section {
    margin: 0 0 2rem 0;
  }
}
.dashboard-order .action-header {
  border-bottom: 1px solid rgb(247, 242, 242);
  padding: 0 3.5rem 0 2rem;
}
.dashboard-order .action-header .payment-btn-group .btn + .btn {
  min-width: 10rem;
}
.dashboard-order .action-header .payment-title {
  padding-left: 1.5rem;
}
.dashboard-order.share-bike-container {
  position: relative;
  padding: 3rem;
  margin-bottom: 3rem;
}
.dashboard-order.share-bike-container .download-share {
  position: absolute;
  right: 3rem;
  top: 3rem;
}
.dashboard-order.share-bike-container .download-share i {
  background: -webkit-linear-gradient(var(--sky-blue), var(--primary-blue));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 4.5rem;
}
.dashboard-order .share-content i {
  font-size: 9rem;
  background: -webkit-linear-gradient(var(--primary-green), var(--secondary-green));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.dashboard-order .share-content h4 {
  font-size: 3rem;
  line-height: 3.4rem;
  font-weight: 300;
  color: var(--tertiary-blue);
  margin-top: 2.5rem;
}
.dashboard-order .share-content span {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
  color: var(--grey-1);
}
.dashboard-order .share-content p {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
  color: var(--grey-33);
}
.dashboard-order .bike-share img {
  max-width: 51rem;
}
@media screen and (max-width: 767.98px) {
  .dashboard-order {
    box-shadow: none;
    border: 0rem;
  }
  .dashboard-order .action-header {
    padding: 0 2rem;
  }
  .dashboard-order .action-header .heading {
    padding-left: 0;
  }
  .dashboard-order .action-header .payment-title {
    padding-left: 0rem;
  }
  .dashboard-order > .row {
    margin-left: -0.1rem;
    margin-right: -0.1rem;
  }
  .dashboard-order > .row > [class*=col-] {
    padding-left: 0.1rem;
    padding-right: 0.1rem;
  }
  .dashboard-order .delarship-info-contact.notification {
    padding: 3.3rem 2rem;
  }
  .dashboard-order .delarship-info-contact.notification .contact-msg {
    padding: 0;
    margin: 0;
  }
  .dashboard-order .step-wizard-left {
    border: 0px solid var(--white);
    border-radius: 0rem 0rem 0.5rem 0.5rem;
    -webkit-border-radius: 0rem 0rem 0.5rem 0.5rem;
    -ms-border-radius: 0rem 0rem 0.5rem 0.5rem;
    -moz-border-radius: 0rem 0rem 0.5rem 0.5rem;
    box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    padding-top: 5rem;
  }
  .dashboard-order .step-wizard-left.action-wizard {
    margin: 2rem 0 0 0;
  }
  .dashboard-order .step-wizard-left.action-wizard .bg-wizard {
    border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    background-position: right bottom;
    background-size: 43% auto;
    border: solid 1px var(--grey-8);
  }
  .dashboard-order .step-wizard-left.action-wizard .step-wizard-wrapper {
    padding-bottom: 2rem;
  }
  .dashboard-order .action-required-section {
    margin: auto;
    margin-top: 1.8rem;
  }
  .dashboard-order .action-required-section .payment-details {
    padding: 0rem 1.5rem 2.5rem 1.5rem;
    text-align: center;
  }
  .dashboard-order.share-bike-container {
    margin-bottom: 0;
    padding: 2.5rem 1.5rem;
    box-shadow: var(--dashboard-shadow);
    -webkit-box-shadow: var(--dashboard-shadow);
    -ms-box-shadow: var(--dashboard-shadow);
    -moz-box-shadow: var(--dashboard-shadow);
  }
  .dashboard-order.share-bike-container .download-share {
    right: 1.5rem;
    top: 1.5rem;
  }
  .dashboard-order.share-bike-container .download-share i {
    font-size: 3.5rem;
  }
  .dashboard-order .share-content i {
    font-size: 6rem;
  }
  .dashboard-order .share-content h4 {
    font-size: 1.8rem;
    line-height: 2.2rem;
    margin-top: 1rem;
  }
  .dashboard-order .share-content span {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  .dashboard-order .share-content p {
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 500;
    color: var(--black);
  }
  .dashboard-order .congrats-box {
    margin-bottom: 2rem;
  }
}
.dashboard-order .charging-solution {
  margin-top: 1.5rem;
}
.dashboard-order .charging-solution p {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: var(--black);
}
.dashboard-order .charging-solution p.small-text {
  font-size: 1.2rem;
  line-height: 1.6rem;
}
.dashboard-order .end-border {
  border-bottom: 1px solid var(--grey-16);
  margin: 0 -1.5rem;
}
.dashboard-order .end-border .payment-options {
  margin: 0 3.5rem;
}
.dashboard-order .end-border .payment-query {
  margin: 0 3rem 3rem 3.5rem;
}
.dashboard-order .payment-query {
  background: var(--light-sky-blue-1);
  padding: 1.3rem 2rem 1rem;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 400;
  color: var(--black);
  border-radius: 0.6rem;
  -webkit-border-radius: 0.6rem;
  -ms-border-radius: 0.6rem;
  -moz-border-radius: 0.6rem;
  margin-bottom: -2.5rem;
  margin-top: 2rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.dashboard-order .payment-query p {
  margin-bottom: 0;
  margin-right: 1rem;
}
.dashboard-order .payment-query .options {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--black);
  font-family: "gothammedium";
  padding-right: 1.5rem;
}
.dashboard-order .payment-query .options i {
  font-size: 1.8rem;
  background: -webkit-linear-gradient(var(--sky-blue), var(--primary-blue));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: 0.8rem;
  cursor: pointer;
}
.dashboard-order .payment-query .options:last-child {
  padding-right: 0;
}
.dashboard-order .payment-query .row {
  width: 40%;
}
@media screen and (max-width: 767.98px) {
  .dashboard-order .payment-query {
    display: block;
    margin-top: 1rem;
  }
  .dashboard-order .payment-query p {
    margin-bottom: 2rem;
  }
  .dashboard-order .payment-query .options + .options {
    padding-top: 1.2rem;
  }
  .dashboard-order .payment-query .row {
    width: 100%;
  }
}
.dashboard-order .payment-options {
  background: var(--grey-13);
  padding: 2.2rem 2.2rem;
  font-size: 1.3rem;
  line-height: 1.7rem;
  font-weight: 400;
  color: var(--black);
  border-radius: 1.5rem 1.5rem 0 0;
  margin-bottom: -2.5rem;
  margin-top: 2rem;
}
.dashboard-order .payment-options .options {
  font-size: 1.4rem;
  line-height: 1.8rem;
}
.dashboard-order .payment-options .options i {
  font-size: 1.8rem;
  background: -webkit-linear-gradient(var(--sky-blue), var(--primary-blue));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: 0.8rem;
}
@media screen and (max-width: 767.98px) {
  .dashboard-order .payment-options {
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 300;
    color: var(--black);
    margin-top: 1rem;
  }
  .dashboard-order .payment-options p {
    margin-bottom: 2rem;
  }
  .dashboard-order .payment-options .options {
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 300;
    color: var(--black);
  }
  .dashboard-order .payment-options .options + .options {
    padding-top: 1.2rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .dashboard-order .end-border {
    margin: 0;
  }
  .dashboard-order .end-border .payment-options {
    margin: 0;
  }
  .dashboard-order .end-border .payment-query {
    margin: 1.5rem 0;
  }
}
.dashboard-order .info-popover {
  z-index: 10;
}
.dashboard-order .info-popover .popover-icon {
  background: linear-gradient(to bottom, var(--grey-33), var(--grey-33));
  box-shadow: var(--icon-shadow);
  -webkit-box-shadow: var(--icon-shadow);
  -ms-box-shadow: var(--icon-shadow);
  -moz-box-shadow: var(--icon-shadow);
  border-radius: 9.5rem;
  -webkit-border-radius: 9.5rem;
  -ms-border-radius: 9.5rem;
  -moz-border-radius: 9.5rem;
  color: var(--white);
  width: 2.5rem;
  height: 2.4rem;
  line-height: 2.4rem;
  padding: 0.2rem;
  margin-left: 0.5rem;
  position: relative;
  cursor: pointer;
}
.dashboard-order .info-popover .popover-icon:hover {
  color: var(--white);
}
.dashboard-order .info-popover .popover-icon i {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 400;
  color: var(--white);
  align-items: center;
  background: transparent;
  margin: 0;
  -webkit-text-fill-color: var(--white);
}
@media screen and (max-width: 767.98px) {
  .dashboard-order .info-popover .popover-icon {
    width: 2.2rem;
    height: 1.9rem;
    line-height: 1.3rem;
  }
  .dashboard-order .info-popover .popover-icon i {
    font-size: 1rem;
    line-height: 1.4rem;
    align-items: center;
  }
}
@media screen and (max-width: 991.98px) {
  .dashboard-order .scrollable-section {
    height: auto;
    overflow: visible;
  }
  .dashboard-order .bike-share {
    margin-bottom: 1rem;
  }
  .dashboard-order .bike-share img {
    max-width: 25rem;
  }
}

.order-detail {
  width: 100%;
  padding-bottom: 0.4rem;
  align-items: center;
  padding: 0 1.5rem;
}
.order-detail .btn-rounded {
  border: 2px solid var(--grey-33);
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  color: var(--grey-33);
}
.order-detail .action-dropdown .icon-three-dots {
  background: -webkit-linear-gradient(var(--grey-33), var(--grey-33));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.order-detail .payment-title {
  margin-bottom: 2.3rem;
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 400;
  color: var(--black);
  font-family: "primeregular";
  text-align: left;
  padding-right: 2rem;
  margin-right: 2rem;
  border-right: 2px solid var(--grey-16);
}
.order-detail .payment-title p {
  font-size: 1.4rem;
  line-height: 1.8rem;
  padding-top: 1rem;
}
.order-detail .btn {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
}
.order-detail .total-amount {
  padding-right: 2rem;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: var(--black);
  justify-content: center;
}
.order-detail .total-amount span {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 300;
  color: var(--black);
  font-family: "gothammedium";
}
.order-detail .blue-text {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-33);
}
@media screen and (max-width: 1199.98px) {
  .order-detail {
    padding: 0 1.5rem;
  }
  .order-detail .payment-title {
    font-size: 2rem;
    line-height: 2.4rem;
    margin: 0;
    border: none;
    padding-left: 0;
  }
  .order-detail .blue-text {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }
  .order-detail .total-amount {
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 300;
    color: var(--black);
    padding-right: 0;
  }
}

.estimates-grid {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: var(--black);
  margin: 0.5rem 0 1.5rem 0;
  border-color: var(--grey-18);
}
.estimates-grid .grid-body {
  padding: 1.2rem 2.5rem;
  line-height: 2.5rem;
}
.estimates-grid .grid-heading {
  background: var(--grey-13);
  padding: 1.2rem 2.5rem;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
  color: var(--black);
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -moz-border-radius: 1rem;
}
.estimates-grid .grid-footer {
  background: var(--grey-25);
  padding: 1.2rem 2.5rem;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--black);
}

.action-est-grid {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: var(--black);
  margin: 0.5rem 0 1.5rem 0;
  border-color: var(--grey-18);
}
.action-est-grid .grid-body {
  padding: 0 1.5rem;
  line-height: 2.5rem;
}
.action-est-grid .box:nth-of-type(odd) {
  background-color: var(--grey-26);
  padding: 0.5rem 1rem 0;
}
.action-est-grid .box:nth-of-type(even) {
  background-color: var(--white);
  padding: 0.5rem 1rem 0;
}
.action-est-grid .grid-heading {
  background: var(--white);
  padding: 1.2rem 2.5rem;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--black);
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -moz-border-radius: 1rem;
}
.action-est-grid .grid-footer {
  padding: 1.2rem 2.5rem;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--black);
}

.dashboard-popover-container .popover {
  z-index: 99;
  max-width: 38rem;
  min-width: 32rem;
}
.dashboard-popover-container .popover .popover-body {
  padding: 0.5rem 2rem 0.5rem;
}
.dashboard-popover-container .popover ul li {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 400;
  color: var(--btn-secondary-start-color);
  padding: 1.3rem 0;
}
.dashboard-popover-container .popover ul li + li {
  border-top: 1px solid rgba(147, 149, 152, 0.2);
}
.dashboard-popover-container .popover ul li.inner-list ul li {
  padding: 0.5rem 0 0.5rem 1rem;
  border: none;
}
@media screen and (max-width: 767.98px) {
  .dashboard-popover-container .popover {
    min-width: 29rem;
  }
}

.preferences label {
  font-size: 1.3rem;
  line-height: 1.7rem;
  font-weight: 400;
  color: var(--grey-15);
  cursor: pointer;
}
.preferences span {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
  color: var(--black);
  margin-bottom: 0;
}
.preferences .completed span {
  font-size: 1.3rem;
  line-height: 1.7rem;
  font-weight: 500;
  color: var(--brand-color-1);
}
.preferences .completed i {
  background: -webkit-linear-gradient(var(--brand-color-1), var(--brand-color-1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.3rem;
}
.preferences .pending span {
  font-size: 1.3rem;
  line-height: 1.7rem;
  font-weight: 500;
  color: var(--red-1);
}

.pricing-wrapper {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 2rem;
}
.pricing-wrapper h3 {
  font-size: 4rem;
  line-height: 4.4rem;
  font-weight: 300;
  color: var(--tertiary-blue);
  margin-bottom: 6.6rem;
}
.pricing-wrapper .pricing-iqube-logo {
  margin-bottom: 4rem;
}
.pricing-wrapper .pricing-iqube-logo img {
  width: 19rem;
}
.pricing-wrapper .info-popover .popover-icon {
  background: linear-gradient(to bottom, var(--sky-blue), var(--primary-blue));
  box-shadow: var(--icon-shadow);
  -webkit-box-shadow: var(--icon-shadow);
  -ms-box-shadow: var(--icon-shadow);
  -moz-box-shadow: var(--icon-shadow);
  border-radius: 9.5rem;
  -webkit-border-radius: 9.5rem;
  -ms-border-radius: 9.5rem;
  -moz-border-radius: 9.5rem;
  color: var(--white);
  width: 2.8rem;
  height: 2.4rem;
  line-height: 2.4rem;
  padding: 0.2rem;
  margin-left: 1rem;
  position: relative;
  cursor: pointer;
}
.pricing-wrapper .info-popover .popover-icon:hover {
  color: var(--white);
}
.pricing-wrapper .info-popover .popover-icon i {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 400;
  color: var(--white);
  align-items: center;
}
.pricing-wrapper .info-popover ul li {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 400;
  color: var(--btn-secondary-start-color);
  border-top: 1px solid var(--grey-14);
}
.pricing-wrapper .info-popover ul li.inner-list strong {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 600;
  color: var(--white);
}
.pricing-wrapper .cost-emi {
  margin-bottom: 2rem;
}
.pricing-wrapper .main-cost h5 {
  font-size: 2.8rem;
  line-height: 3.2rem;
  font-weight: 300;
  color: var(--black);
}
.pricing-wrapper .main-cost h5 a {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: var(--tertiary-blue);
  padding: 0 0.1rem;
}
.pricing-wrapper .main-cost h5 a:hover {
  text-decoration: none;
}
.pricing-wrapper .main-cost span {
  font-size: 5rem;
  line-height: 5.4rem;
  font-weight: 400;
  color: var(--black);
}
.pricing-wrapper .main-cost label {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 300;
  color: var(--black);
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
.pricing-wrapper .main-cost .booknow {
  margin-top: 1rem;
}
.pricing-wrapper .main-cost .booknow span {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 300;
  color: var(--black);
  margin-top: 0.3rem;
  margin-bottom: 0;
}
.pricing-wrapper .main-cost .booknow span + span {
  margin-left: 0.5rem;
}
.pricing-wrapper .easy-emi h5 {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 300;
  color: var(--black);
}
.pricing-wrapper .easy-emi span {
  font-size: 1.5rem;
  line-height: 1.9rem;
  font-weight: 300;
  color: var(--black);
}
.pricing-wrapper .pricing-image img {
  width: 55.3rem;
}
.pricing-wrapper .feature + .feature {
  margin-top: 1rem;
}
.pricing-wrapper .inclusive-features {
  padding-right: 12rem;
}
.pricing-wrapper .inclusive-features > h5 {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: var(--black);
  margin-bottom: 0rem;
}
.pricing-wrapper .inclusive-features > .feature-points {
  padding: 1.5rem 0 2.5rem 0;
  margin-bottom: 0;
}
.pricing-wrapper .inclusive-features > .feature-points > li {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 300;
  color: var(--black);
  position: relative;
  padding-left: 3rem;
}
.pricing-wrapper .inclusive-features > .feature-points > li:before {
  font-family: "icomoon" !important;
  content: "\e919";
  background: -webkit-linear-gradient(var(--primary-green), var(--secondary-green));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2rem;
  position: absolute;
  padding-left: 0.2rem;
  left: 0;
}
.pricing-wrapper .offers {
  padding-left: 1.5rem;
  list-style: disc;
}
.pricing-wrapper .offers li {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 300;
  color: var(--black);
  padding: 0.2rem 0;
}
.pricing-wrapper .offers li span {
  text-decoration: line-through;
  padding-left: 0.2rem;
}
.pricing-wrapper .offers li:first-child {
  margin-top: 0.5rem;
}
.pricing-wrapper .criteria {
  padding-left: 1.5rem;
  list-style: disc;
}
.pricing-wrapper .criteria li {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 300;
  color: var(--black);
  padding: 0.2rem 0;
}
.pricing-wrapper .criteria li span {
  text-decoration: line-through;
  padding-left: 0.2rem;
}
.pricing-wrapper .criteria li + li {
  margin-top: 1rem;
}
.pricing-wrapper .criteria li:first-child {
  margin-top: 1rem;
}
.pricing-wrapper .limited-offer {
  font-size: 2.2rem;
  line-height: 2.6rem;
  font-weight: 700;
  color: var(--tertiary-blue);
}
.pricing-wrapper .limited-offer .light-text {
  font-size: 1.4rem;
  line-height: 1.8rem;
  margin: 1rem 0 0;
}
.pricing-wrapper .limited-offer .light-text + .light-text {
  margin: 0;
}
.pricing-wrapper .limited-offer .ft-xs {
  font-size: 1.3rem;
  line-height: 1.7rem;
}
.pricing-wrapper .limited-offer-condition {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--tertiary-blue);
}
.pricing-wrapper .smart-home-tab .main-cost {
  margin-bottom: 3rem;
}
.pricing-wrapper .smart-home-tab .inclusive-features {
  padding-right: 6rem;
}
.pricing-wrapper .smart-connect-tab .inclusive-features {
  padding-right: 5rem;
}
.pricing-wrapper .smart-connect-tab .icon-red i {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
  color: var(--red-3);
}
.pricing-wrapper .smart-connect-tab .icon-green i {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: var(--secondary-green);
}
.pricing-wrapper .smart-connect-tab .connect-grid ul li {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: var(--btn-secondary-start-color);
  padding: 1rem 0;
}
.pricing-wrapper .smart-connect-tab .connect-grid ul li.list-heading {
  font-weight: 500;
}
.pricing-wrapper .smart-connect-tab .connect-grid ul li + li {
  border-top: 1px solid var(--grey-11);
}
.pricing-wrapper .charger-list-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.pricing-wrapper .charger-list {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 300;
  color: var(--black);
}
.pricing-wrapper .charger-list li {
  display: flex;
}
.pricing-wrapper .charger-list li:before {
  content: "•";
  font-size: 2rem;
  padding-right: 1rem;
}
.pricing-wrapper .charger-list li + li {
  margin-top: 1rem;
}
.pricing-wrapper .smart-home-logo img {
  width: 36rem;
  margin-bottom: 4rem;
}
.pricing-wrapper .connect-logo img {
  width: 33.4rem;
  margin-bottom: 1.5rem;
}
.pricing-wrapper .smart-home-charger img {
  width: 25.4rem;
}
.pricing-wrapper .light-text {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--tertiary-blue);
}
.pricing-wrapper .disclaimer {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 300;
  color: var(--black);
}
.pricing-wrapper .disclaimer span {
  color: var(--tertiary-blue);
}
.pricing-wrapper .emi-breakup {
  padding: 1rem 2rem;
  margin: 1rem 0 2rem;
  border: 1px solid var(--grey-14);
  box-shadow: var(--shadow-xs);
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -moz-border-radius: 1rem;
}
.pricing-wrapper .emi-breakup ul li {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 400;
  color: var(--btn-secondary-start-color);
  padding: 1.3rem 0;
}
.pricing-wrapper .emi-breakup ul li + li {
  border-top: 1px solid rgba(147, 149, 152, 0.2);
}
.pricing-wrapper .emi-breakup ul li.inner-list ul li {
  padding: 0.5rem 0 0.5rem 1rem;
  border: none;
}
.pricing-wrapper .emi-breakup strong {
  color: var(--black);
}
.pricing-wrapper .pricing-accordian {
  border-top: 1px dashed var(--dark-grey-3);
  border-bottom: 1px dashed var(--dark-grey-3);
  padding: 1.5rem 0;
}
.pricing-wrapper .pricing-accordian .acc-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.7rem;
  line-height: 2.1rem;
  font-weight: 500;
  color: var(--black);
}
.pricing-wrapper .pricing-accordian .card-link[data-toggle=collapse] .icon-arrow-up:before {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 700;
}
.pricing-wrapper .input-sm {
  max-width: 19rem;
  margin-bottom: 1.5rem;
  font-family: "gothammedium";
}
.pricing-wrapper .input-sm.select-view > label {
  font-size: 1.4rem;
  line-height: 1.8rem;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  top: 0rem;
}
@media screen and (max-width: 575.98px) {
  .pricing-wrapper.features-wrapper .nav-pills .nav-link {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
@media screen and (max-width: 991.98px) {
  .pricing-wrapper .inclusive-features {
    padding-right: 0;
  }
  .pricing-wrapper .pricing-image-wrapper .pricing-image img {
    width: 36rem;
  }
  .pricing-wrapper .smart-home-logo img {
    width: 28rem;
  }
}
@media screen and (max-width: 767.98px) {
  .pricing-wrapper {
    padding-top: 3rem;
    padding-bottom: 1rem;
  }
  .pricing-wrapper .input-sm {
    max-width: 14.5rem;
    margin-bottom: 1.5rem;
  }
  .pricing-wrapper .input-sm.select-view > label {
    font-size: 1.1rem;
  }
  .pricing-wrapper .smart-home-tab .main-cost {
    margin-bottom: 2rem;
  }
  .pricing-wrapper .charger-list {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .pricing-wrapper .smart-home-logo img {
    width: 21.2rem;
    margin-bottom: 3rem;
  }
  .pricing-wrapper .connect-logo img {
    width: 20.2rem;
    margin-bottom: 2rem;
  }
  .pricing-wrapper .smart-home-charger {
    margin: 3rem 0;
  }
  .pricing-wrapper .smart-home-charger img {
    width: 16rem;
  }
  .pricing-wrapper .light-text {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  .pricing-wrapper .smart-connect-tab .icon-red i {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  .pricing-wrapper .smart-connect-tab .icon-green i {
    font-size: 1.5rem;
    line-height: 1.9rem;
  }
  .pricing-wrapper .smart-connect-tab .connect-grid ul li {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  .pricing-wrapper h3 {
    font-size: 2.4rem;
    line-height: 2.8rem;
    margin-bottom: 3.8rem;
  }
  .pricing-wrapper .pricing-iqube-logo {
    margin-bottom: 3.7rem;
  }
  .pricing-wrapper .pricing-iqube-logo img {
    width: 14.4rem;
  }
  .pricing-wrapper .pricing-image-wrapper {
    position: absolute;
    top: 5rem;
    left: 45%;
  }
  .pricing-wrapper .pricing-image-wrapper .pricing-image {
    margin-top: 1.5rem;
  }
  .pricing-wrapper .pricing-image-wrapper .pricing-image img {
    width: 55.3rem;
  }
  .pricing-wrapper .cost-emi {
    position: relative;
    min-height: 17rem;
    margin-bottom: 7.5rem;
  }
  .pricing-wrapper .main-cost {
    margin-bottom: 2rem;
  }
  .pricing-wrapper .main-cost h5 {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  .pricing-wrapper .main-cost span {
    font-size: 2.2rem;
    line-height: 2.6rem;
  }
  .pricing-wrapper .main-cost label {
    font-size: 1.2rem;
    line-height: 1.6rem;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
  }
  .pricing-wrapper .main-cost .booknow {
    margin-top: 0.5rem;
  }
  .pricing-wrapper .easy-emi h5 {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .pricing-wrapper .easy-emi span {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  .pricing-wrapper .inclusive-features {
    padding-right: 0;
  }
  .pricing-wrapper .inclusive-features h5 {
    margin-bottom: 0;
  }
  .pricing-wrapper .inclusive-features > .feature-points {
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
  }
  .pricing-wrapper .inclusive-features > .feature-points > li {
    font-size: 1.6rem;
    line-height: 2rem;
    padding-left: 2.5rem;
  }
  .pricing-wrapper .inclusive-features > .feature-points > li:before {
    font-size: 1.8rem;
    line-height: 2.2rem;
    line-height: 2rem;
    padding-left: 0;
    padding-right: 0.2rem;
  }
  .pricing-wrapper .offers li {
    font-size: 1.1rem;
    line-height: 1.5rem;
    padding: 0;
  }
  .pricing-wrapper .info-popover .popover-icon {
    width: 2.2rem;
    height: 1.9rem;
    line-height: 1.7rem;
  }
  .pricing-wrapper .info-popover .popover-icon i {
    font-size: 1rem;
    line-height: 1.4rem;
    align-items: center;
  }
  .pricing-wrapper .limited-offer {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .pricing-wrapper .limited-offer .light-text {
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 400;
  }
  .pricing-wrapper .limited-offer .ft-xs {
    font-weight: 400;
  }
  .pricing-wrapper .limited-offer-condition {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }
  .pricing-wrapper .emi-breakup {
    padding: 0 2rem;
  }
  .pricing-wrapper .emi-breakup ul li {
    font-size: 1.1rem;
    line-height: 1.5rem;
    padding: 1.2rem 0;
  }
  .pricing-wrapper .pricing-accordian {
    padding: 1.5rem 0;
  }
  .pricing-wrapper .pricing-accordian .acc-header {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .pricing-wrapper .inclusive-features {
    padding-right: 0;
  }
  .pricing-wrapper .smart-home-tab .inclusive-features,
  .pricing-wrapper .smart-connect-tab .inclusive-features {
    padding-right: 0;
  }
  .pricing-wrapper .main-cost h5 {
    font-size: 2rem;
    line-height: 2.4rem;
  }
  .pricing-wrapper .main-cost span {
    font-size: 3rem;
    line-height: 3.4rem;
  }
  .pricing-wrapper .main-cost .booknow span {
    font-size: 1.4rem;
    line-height: 1.8rem;
    margin-top: 0;
  }
  .pricing-wrapper .easy-emi h5 {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .pricing-wrapper .easy-emi span {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  .pricing-wrapper .limited-offer {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
}

.popover {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  max-width: 34rem;
  border: 1px solid var(--grey-14);
  box-shadow: var(--shadow-xs);
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -moz-border-radius: 1rem;
}
.popover .popover-body {
  padding: 1rem;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 400;
  color: var(--grey-27);
}
@media screen and (max-width: 767.98px) {
  .popover {
    max-width: 34rem;
    margin-right: 0;
  }
  .popover .row {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .popover .row [class*=col-] {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

.bs-popover-top > .arrow::before {
  border-top-color: var(--grey-14);
}

.pricing-popup-container .popover,
.pricing-delhi-container .popover {
  z-index: 99;
  max-width: 38rem;
}
.pricing-popup-container .popover .popover-body,
.pricing-delhi-container .popover .popover-body {
  padding: 0.5rem 2rem 0.5rem;
}
.pricing-popup-container .popover ul li,
.pricing-delhi-container .popover ul li {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 400;
  color: var(--btn-secondary-start-color);
  padding: 1.3rem 0;
}
.pricing-popup-container .popover ul li + li,
.pricing-delhi-container .popover ul li + li {
  border-top: 1px solid rgba(147, 149, 152, 0.2);
}
.pricing-popup-container .popover ul li.subsidy-line,
.pricing-delhi-container .popover ul li.subsidy-line {
  background: var(--light-blue);
  margin: 0 -2rem;
  padding: 1.3rem 2rem;
  border: none;
  font-weight: bold;
  color: var(--black);
}
.pricing-popup-container .popover ul li.subsidy-line + li,
.pricing-delhi-container .popover ul li.subsidy-line + li {
  border-top: none;
}
.pricing-popup-container .popover ul li.inner-list ul li,
.pricing-delhi-container .popover ul li.inner-list ul li {
  padding: 0.5rem 0 0.5rem 1rem;
  border: none;
}

.services-popup-container .popover {
  max-width: 56rem;
  z-index: 99;
}
.services-popup-container .popover img {
  width: 17.6rem;
  max-width: 100%;
}
.services-popup-container .popover .popover-body {
  padding: 2rem 2rem 0.5rem;
}
.services-popup-container .popover ul li {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 400;
  color: var(--btn-secondary-start-color);
  padding: 1rem 0;
}
.services-popup-container .popover ul li.list-heading {
  font-weight: 500;
}
.services-popup-container .popover ul li + li {
  border-top: 1px solid var(--grey-11);
}
@media screen and (max-width: 767.98px) {
  .services-popup-container img {
    width: 14.3rem;
  }
  .services-popup-container ul li {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }
}
.services-popup-container .icon-red i {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 400;
  color: var(--red-3);
}
.services-popup-container .icon-green i {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 400;
  color: var(--secondary-green);
}
.services-popup-container .open-dp-menu {
  border: 5px solid var(--red-1);
}

.subsidy {
  background-color: var(--light-blue);
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -moz-border-radius: 1rem;
  padding: 2rem 1.8rem;
  margin-bottom: 5rem;
  margin-right: 5rem;
}
.subsidy label {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
  color: var(--black);
}
.subsidy span {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: var(--black);
}

@media screen and (max-width: 991.98px) {
  .subsidy {
    margin-right: 0;
    margin-bottom: 3.5rem;
  }
}
.pricing-wrapper-section {
  padding: 0 0 1rem;
}
.pricing-wrapper-section .price-chips-info {
  margin: 0 -1.6rem 0rem -1.5rem;
  padding-bottom: 0;
}
.pricing-wrapper-section .form-group {
  margin-bottom: 0.5rem;
}
.pricing-wrapper-section .price-first-section {
  padding: 0 0 0.5rem 2rem;
  z-index: -1;
}
.pricing-wrapper-section .form-control.price-control-form {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-33);
  height: auto;
  padding: 0.9rem 3rem 0.9rem 1.5rem;
  box-shadow: none;
  margin-bottom: 1.5rem;
  font-family: "gothammedium";
  position: relative;
}
@media screen and (max-width: 991.98px) {
  .pricing-wrapper-section .form-control.price-control-form {
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 400;
    color: var(--grey-33);
  }
}
.pricing-wrapper-section .select-box {
  position: relative;
}
.pricing-wrapper-section .select-box .form-control {
  box-shadow: none;
  height: 5.5rem;
  padding: 0.9rem 3rem 0.9rem 1.5rem;
}
.pricing-wrapper-section .select-box::before {
  background-color: transparent;
  color: var(--grey-33);
  right: 1.5rem;
  top: 2.7rem;
  z-index: 1;
}
.pricing-wrapper-section .chips-list label {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--grey-31);
  padding: 0;
  font-family: "gothammedium";
}
.pricing-wrapper-section .chips-list .variant-drop {
  width: 24rem;
  margin-right: auto;
}
.pricing-wrapper-section .iqube-pricing-droplist .invalid-value {
  margin-right: 9rem;
}
.pricing-wrapper-section .iqube-pricing-droplist .invalid-value:last-child {
  margin-right: 0;
}
.pricing-wrapper-section .iqube-pricing-droplist label {
  left: -1rem;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--grey-31);
  font-family: "gothammedium";
  padding: 0;
}
.pricing-wrapper-section .iqube-pricing {
  display: flex;
  justify-content: space-between;
  margin: 1rem 0 1rem 2rem;
}
.pricing-wrapper-section .iqube-pricing .color-ivory-white {
  background-color: var(--white);
}
.pricing-wrapper-section .iqube-pricing .color-midnight-blue {
  background-color: var(--tertiary-blue);
}
.pricing-wrapper-section .iqube-pricing .color-olive-green {
  background-color: var(--color-olive-green);
}
.pricing-wrapper-section .iqube-pricing .color-midnight-lime {
  background-color: var(--color-midnight-lime);
}
.pricing-wrapper-section .iqube-pricing .pearl-white {
  background-color: var(--pearl-white);
}
.pricing-wrapper-section .iqube-pricing .mint-blue-glossy {
  background-color: var(--mint-blue-glossy);
}
.pricing-wrapper-section .iqube-pricing .copper-bronze-glossy {
  background-color: var(--copper-bronze-glossy);
}
.pricing-wrapper-section .iqube-pricing .lucid-yellow {
  background-color: var(--lucid-yellow);
}
.pricing-wrapper-section .iqube-pricing .mercury-grey-glossy {
  background-color: var(--mercury-grey-glossy);
}
.pricing-wrapper-section .iqube-pricing .titanium-grey-glossy {
  background-color: var(--titanium-grey-glossy);
}
.pricing-wrapper-section .iqube-pricing .racing-red-glossy {
  background-color: var(--racing-red-glossy);
}
.pricing-wrapper-section .iqube-pricing .starlite-blue-glossy {
  background-color: var(--starlite-blue-glossy);
}
.pricing-wrapper-section .iqube-pricing .titanium-grey-matte {
  background-color: var(--titanium-grey-matte);
}
.pricing-wrapper-section .iqube-pricing .coral-sand-glossy {
  background-color: var(--coral-sand-glossy);
}
.pricing-wrapper-section .iqube-pricing .copper-bronze-matte {
  background-color: var(--copper-bronze-matte);
}
.pricing-wrapper-section .iqube-pricing .iqube-pricing-clr span {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-31);
  display: flex;
  margin-bottom: 0.5rem;
  font-family: "gothammedium";
}
.pricing-wrapper-section .iqube-pricing .iqube-pricing-clr ul {
  padding: 0;
  margin-bottom: 0;
}
.pricing-wrapper-section .iqube-pricing .iqube-pricing-clr ul li {
  display: inline-block;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  margin-bottom: 0.5rem;
}
.pricing-wrapper-section .iqube-pricing .iqube-pricing-clr ul li.pearl-white {
  border: 1px solid var(--font-light-grey);
}
.pricing-wrapper-section .iqube-pricing .iqube-pricing-clr ul li + li {
  margin-left: 1.5rem;
}
@media screen and (max-width: 991.98px) {
  .pricing-wrapper-section .iqube-pricing .iqube-pricing-clr span {
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 400;
    color: var(--grey-31);
  }
  .pricing-wrapper-section .iqube-pricing .iqube-pricing-clr ul {
    padding: 0.5rem 0 0;
  }
}
.pricing-wrapper-section .iqube-pricing .iqube-pricing-list {
  display: flex;
  align-items: center;
  position: relative;
}
.pricing-wrapper-section .iqube-pricing .iqube-pricing-list span {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 400;
  color: var(--grey-33);
  margin-top: 1.4rem;
}
.pricing-wrapper-section .iqube-pricing-subsidy {
  display: flex;
  justify-content: space-between;
  margin: 2rem 0 0 2rem;
  font-family: "gothammedium";
}
.pricing-wrapper-section .iqube-pricing-subsidy span {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-31);
}
.pricing-wrapper-section .iqube-pricing-subsidy span:last-child {
  font-size: 1.4rem;
}
.pricing-wrapper-section .iqube-pricing-subsidy.green-txt span {
  color: var(--lime-1);
}
.pricing-wrapper-section .iqube-exclusive-price {
  display: flex;
  justify-content: space-between;
  padding: 1.3rem 0;
  margin: 1.3rem 0 1.3rem 2rem;
  border-top: 1px solid var(--grey-6);
  border-bottom: 1px solid var(--grey-6);
  font-family: "gothammedium";
}
.pricing-wrapper-section .iqube-exclusive-price span {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: var(--grey-33);
}
.pricing-wrapper-section .iqube-exclusive-price .iqube-exclusive-list {
  display: flex;
  flex-direction: column;
}
.pricing-wrapper-section .iqube-exclusive-price .iqube-exclusive-list span {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: var(--grey-33);
}
.pricing-wrapper-section .iqube-exclusive-price .iqube-exclusive-list span:last-child {
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: 500;
  color: var(--grey-33);
  margin-top: 1rem;
}
.pricing-wrapper-section .iqube-pricing-detailed {
  display: flex;
  justify-content: right;
  margin: 0rem;
}
.pricing-wrapper-section .iqube-pricing-detailed span {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--grey-33);
  font-family: "gothammedium";
  align-items: center;
  margin: 0rem;
  cursor: pointer;
  display: flex;
}
.pricing-wrapper-section .iqube-pricing-detailed span img {
  width: 1rem;
  transform: rotate(180deg);
  margin-right: 0.5rem;
}
.pricing-wrapper-section .pricing-btn-group {
  padding-top: 1.5rem;
}
.pricing-wrapper-section .btn-view-details {
  display: flex;
  align-items: flex-start;
  padding: 0 0 0 2rem;
  justify-content: space-between;
}
@media screen and (max-width: 991.98px) {
  .pricing-wrapper-section .price-first-section {
    padding: 1.5rem 2rem 0rem;
  }
  .pricing-wrapper-section .pricing-btn-group {
    margin-bottom: 0;
    padding: 0 0 1rem;
  }
  .pricing-wrapper-section .price-chips-info {
    padding-bottom: 0rem;
  }
  .pricing-wrapper-section .chips-list {
    margin: 0 0 -1rem;
  }
}

.price-disclaimer {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: var(--grey-33);
  margin: 1.3rem 0 1.3rem 2rem;
  font-family: "gothammedium";
}
.price-disclaimer p {
  margin-bottom: 0rem;
}

.pricing-wrapper-content .pricing-heading {
  padding: 0 2.5rem 2rem;
}
.pricing-wrapper-content .pricing-heading h2 {
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 400;
  color: var(--grey-33);
  font-family: "primeregular";
}
@media screen and (max-width: 991.98px) {
  .pricing-wrapper-content .pricing-heading h2 {
    font-size: 2.4rem;
    line-height: 2.8rem;
    font-weight: 500;
    color: var(--grey-33);
    padding: 0 20px;
  }
}

.pricing-finance-options {
  display: flex;
  justify-content: space-between;
  padding: 2rem;
  background-color: var(--light-blue-sky);
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -moz-border-radius: 2rem;
}
.pricing-finance-options .iqube-pricing-finance {
  padding: 0 4.4rem;
}
.pricing-finance-options .iqube-pricing-finance span {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 300;
  color: var(--white);
}
.pricing-finance-options .iqube-pricing-finance p {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: var(--white);
}
.pricing-finance-options .iqube-pricing-finance .pricing-finance-downpay {
  margin: 5.1rem 0 0;
}
.pricing-finance-options .iqube-pricing-finance label {
  font-size: 2.5rem;
  line-height: 2.9rem;
  font-weight: 500;
  color: var(--white);
  margin-top: 2rem;
}
.pricing-finance-options .form-control.price-control-form {
  background-color: transparent;
  font-size: 2.5rem;
  line-height: 2.9rem;
  font-weight: 500;
  color: var(--white);
  border: 0;
  padding: 0rem 3rem 0 0;
  box-shadow: none;
  color: var(--white);
  height: auto;
}
.pricing-finance-options .select-box {
  display: inline-block;
}
.pricing-finance-options .select-box::before {
  background-color: transparent;
  color: var(--white);
  left: 10rem;
}
.pricing-finance-options .rate-interest-section {
  width: 63.4rem;
  height: 27.5rem;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -moz-border-radius: 2rem;
  padding: 3rem 2rem 3rem 4.2rem;
  background-color: var(--white);
}
.pricing-finance-options .rate-interest-section .pricing-loan-amount p {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
  color: var(--grey-33);
  margin: 0;
}
.pricing-finance-options .rate-interest-section .pricing-loan-amount span {
  font-size: 2.5rem;
  line-height: 2.9rem;
  font-weight: 500;
  color: var(--lime-1);
}
.pricing-finance-options .rate-interest-section .pricing-finance-loan {
  margin: 2.5rem 0;
}
.pricing-finance-options .rate-interest-section .pricing-loan-additional p {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-31);
}
.pricing-finance-options .rate-interest-section .pricing-loan-additional span {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 400;
  color: var(--grey-31);
  display: block;
}

.iqube-pricing-bgsection {
  position: relative;
  z-index: 1;
}

.pricing-wrapper-content .assesaries-slider {
  max-width: 85rem;
  margin: 0 auto;
}
@media screen and (max-width: 991.98px) {
  .pricing-wrapper-content .assesaries-slider {
    padding-bottom: 1rem;
  }
}
.pricing-wrapper-content .assesaries-slider .slick-next:before,
.pricing-wrapper-content .assesaries-slider .slick-prev:before {
  color: var(--black);
}
.pricing-wrapper-content .assesaries-slider .slick-dots li {
  margin-right: 1rem;
}
.pricing-wrapper-content .assesaries-slider .slick-dots li button::before {
  color: var(--grey-16);
  font-size: 6rem;
  line-height: 1.1rem;
}
.pricing-wrapper-content .assesaries-slider .slick-dots li.slick-active button:before {
  color: var(--black);
}
.pricing-wrapper-content .accessories-dealerships-cards {
  margin: 5rem -1.5rem 0;
  border: 1px solid var(--font-very-light-grey);
}
@media screen and (max-width: 991.98px) {
  .pricing-wrapper-content .accessories-dealerships-cards {
    margin-top: 3rem;
    border-top: 1px solid var(--font-very-light-grey);
    border-bottom: 1px solid var(--font-very-light-grey);
    border-left: none;
    border-right: none;
  }
}
.pricing-wrapper-content .accessories-dealerships-cards .thumbnail-card {
  margin: 1rem auto;
}
.pricing-wrapper-content .accessories-dealerships-cards .thumbnail-card .card {
  width: 26rem;
  max-width: 31.2rem;
  max-height: 29rem;
  min-height: 29rem;
  margin-bottom: 2rem;
  box-shadow: none;
  font-family: "gothammedium";
  border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  border: 1px solid var(--font-very-light-grey);
}
.pricing-wrapper-content .accessories-dealerships-cards .thumbnail-card .card p {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
  color: var(--grey-31);
}
.pricing-wrapper-content .accessories-dealerships-cards .thumbnail-card .card .card-light-text {
  margin-left: 1rem;
  white-space: nowrap;
}
.pricing-wrapper-content .accessories-dealerships-cards .thumbnail-card .card-img {
  height: 22.21rem;
  max-height: 22.21rem;
  margin: 1.2rem auto 1.5rem;
}
.pricing-wrapper-content .accessories-dealerships-cards .thumbnail-card .card-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pricing-wrapper-content .accessories-dealerships-cards .thumbnail-card .card-body {
  padding: 0 1rem 1rem;
  display: flex;
  justify-content: space-between;
}
.pricing-wrapper-content .accessories-dealerships-cards .tab-content {
  padding-bottom: 4rem;
}
.pricing-wrapper-content .accessories-dealerships-cards .slick-next {
  right: -7rem;
}
.pricing-wrapper-content .accessories-dealerships-cards .slick-prev {
  left: -7rem;
}
.pricing-wrapper-content .accessories-dealerships-cards .accessories-card-link[data-toggle=collapse] .icon-plus-circle:before {
  content: "\e938";
  font-size: 3.2rem;
  line-height: 3.6rem;
  font-weight: 400;
  color: var(--grey-33);
}
.pricing-wrapper-content .accessories-dealerships-cards .accessories-card-link[data-toggle=collapse].collapsed .icon-plus-circle:before {
  content: "\e937";
  font-size: 3.2rem;
  line-height: 3.6rem;
  font-weight: 500;
  color: var(--grey-33);
}
.pricing-wrapper-content .accessories-dealerships p {
  padding: 2.2rem 2rem 2.2rem 0rem;
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: var(--grey-33);
  font-family: "gothammedium";
  margin-bottom: 0;
}
.pricing-wrapper-content .accessories-dealerships a {
  background: transparent;
  color: var(--white);
  line-height: 2.4rem;
  border-radius: 9.5rem;
  -webkit-border-radius: 9.5rem;
  -ms-border-radius: 9.5rem;
  -moz-border-radius: 9.5rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.pricing-wrapper-content .accessories-dealerships a i {
  font-size: 3.2rem;
  line-height: 3.6rem;
  font-weight: 400;
  color: var(--grey-33);
  padding-top: 0rem;
  display: block;
  padding-left: 0rem;
}

.accessories-modal .infolist-model-list .accessories-modal-infolist:last-child li {
  border-bottom: 0;
}
.accessories-modal .infolist-model-list {
  height: 43rem;
  overflow-y: scroll;
  margin-top: 2rem;
}
.accessories-modal .accessories-modal-infolist {
  padding: 0 5.4rem;
}
.accessories-modal .accessories-modal-infolist.effective-price {
  padding: 0rem 0 2rem 0;
  border-top: 1px solid var(--grey-33);
  border-bottom: 1px solid var(--grey-33);
  box-shadow: 0px -10px 20px 4px rgba(0, 0, 0, 0.1);
}
.accessories-modal .accessories-modal-infolist.effective-price li {
  padding: 1rem 5.4rem 0;
  border: 0;
}
.accessories-modal .close {
  padding-right: 2.4rem;
  font-size: 4.5rem;
  line-height: 4.9rem;
  font-weight: 300;
}
.accessories-modal ul {
  padding: 0;
  list-style: none;
}
.accessories-modal ul li:first-child {
  margin-top: 0rem;
}
.accessories-modal .accessories-modal-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.6rem;
}
.accessories-modal .accessories-modal-list > span {
  font-size: 1.7rem;
  line-height: 2.1rem;
  font-weight: 500;
  color: var(--grey-33);
}
.accessories-modal .accessories-modal-list .accessories-modal-info .showroom-price {
  display: block;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
  color: var(--grey-33);
}
.accessories-modal .accessories-modal-list .accessories-modal-info .showroom-price b {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: var(--grey-33);
}
.accessories-modal .accessories-modal-list .accessories-modal-info .including-price {
  font-size: 1.1rem;
  line-height: 1.5rem;
  font-weight: 300;
  color: var(--grey-31);
}
@media screen and (max-width: 991.98px) {
  .accessories-modal .accessories-modal-list > span {
    font-size: 1.7rem;
    line-height: 2.1rem;
    font-weight: 500;
    color: var(--grey-33);
  }
  .accessories-modal .accessories-modal-list .accessories-modal-info .showroom-price {
    font-size: 1.5rem;
    line-height: 1.9rem;
    font-weight: 400;
    color: var(--grey-33);
  }
  .accessories-modal .accessories-modal-list .accessories-modal-info .showroom-price b {
    font-size: 1.8rem;
    line-height: 2.2rem;
    font-weight: 500;
    color: var(--grey-33);
  }
}
.accessories-modal .accessories-showroom-modal {
  border-bottom: 1px solid var(--font-light-grey);
  padding-bottom: 2rem;
}
.accessories-modal .accessories-showroom-modal b {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
  color: var(--grey-31);
}
.accessories-modal .insurance-solicitation {
  padding: 0 5.4rem 5rem;
}
.accessories-modal .insurance-solicitation p {
  font-size: 1.1rem;
  line-height: 1.5rem;
  font-weight: 300;
  color: var(--grey-31);
  line-height: 1rem;
}
@media screen and (max-width: 991.98px) {
  .accessories-modal .accessories-showroom-modal b {
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 500;
    color: var(--grey-31);
  }
  .accessories-modal .insurance-solicitation {
    padding: 0 2.4rem 5rem;
  }
  .accessories-modal .insurance-solicitation p {
    font-size: 1.1rem;
    line-height: 1.5rem;
    font-weight: 300;
    color: var(--grey-31);
    line-height: 2rem;
  }
}

.disclaimer-text {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--grey-31);
  padding: 1rem 1.5rem 2rem;
  text-align: center;
}

@media screen and (max-width: 991.98px) {
  .pricing-wrapper-section .btn-view-details {
    flex-direction: column;
    display: block;
    padding: 0 2rem;
  }
  .pricing-wrapper-section .price-chips-info {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    margin-top: 35%;
  }
  .pricing-wrapper-section .price-chips-info .iqube-pricing-detailed {
    margin: 0;
    display: block;
    justify-content: left;
    padding: 1rem 0 2rem;
  }
  .pricing-wrapper-section .price-chips-info .iqube-pricing-detailed span {
    padding-right: 1.5rem;
    text-align: center;
  }
  .pricing-wrapper-section .iqube-pricing-droplist {
    padding: 1rem 0rem 1.5rem;
    align-items: flex-start;
    flex-direction: row;
    justify-content: flex-start;
  }
  .pricing-wrapper-section .iqube-pricing-droplist .floating-label.focused > label,
  .pricing-wrapper-section .iqube-pricing-droplist [floating-label].focused > label {
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 400;
  }
  .pricing-wrapper-section .iqube-pricing-droplist .variant-drop {
    width: 47%;
    margin-right: auto;
  }
  .pricing-wrapper-section .iqube-pricing-droplist .variant-drop:last-child {
    margin-left: auto;
    margin-right: inherit;
  }
  .pricing-wrapper-section .iqube-pricing {
    padding: 0 0 1.5rem 0rem;
    margin: 1rem 2rem 0;
  }
  .pricing-wrapper-section .iqube-pricing-subsidy {
    padding: 0 0 1rem 0;
    margin: 1rem 2rem 1rem;
  }
  .pricing-wrapper-section .iqube-pricing-subsidy span.no-value {
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 400;
    color: var(--grey-31);
  }
  .pricing-finance-options {
    flex-direction: column;
  }
  .pricing-finance-options .rate-interest-section {
    width: auto;
    height: auto;
    padding: 3.4rem 2.8rem;
  }
  .pricing-finance-options .rate-interest-section .additional-criteria {
    flex-direction: column;
    display: flex;
  }
  .pricing-finance-options .pricing-loan-additional {
    text-align: start;
    margin-top: 4rem;
  }
  .pricing-finance-options .iqube-pricing-finance {
    padding: 0 0 3.2rem 0;
  }
  .pricing-wrapper-content .accessories-dealerships p {
    font-size: 2rem;
    line-height: 2.4rem;
    font-weight: 500;
    color: var(--grey-33);
    padding: 0rem;
  }
  .pricing-wrapper-content .accessories-dealerships a {
    width: 100%;
    margin: 0rem;
    padding: 2rem 0rem;
  }
  .pricing-wrapper-content .accessories-dealerships a i {
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 400;
    color: var(--white);
    padding-top: 0;
  }
  .pricing-wrapper-content .iqube-exclusive-price {
    padding: 1rem;
    margin: 0 1rem;
  }
  .pricing-wrapper-content .iqube-exclusive-price .iqube-exclusive-list span {
    font-size: 1.8rem;
    line-height: 2.2rem;
    font-weight: 400;
  }
  .pricing-wrapper-content .iqube-exclusive-price span.no-value {
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 400;
    color: var(--grey-31);
  }
  .pricing-wrapper-content .assesaries-slider .slick-dots li button::before {
    font-size: 4rem;
  }
  .accessories-modal .accessories-modal-infolist {
    padding: 0 2.4rem;
  }
  .accessories-modal .accessories-modal-infolist:first-child {
    margin-top: 0rem;
  }
  .accessories-modal .accessories-modal-infolist.effective-price {
    padding: 0rem 0 2rem 0;
  }
  .accessories-modal .accessories-modal-infolist.effective-price li {
    padding: 0 2.4rem;
    border: 0;
  }
  .accessories-modal .accessories-modal-infolist .accessories-modal-list {
    align-items: baseline;
    margin-top: 1.6rem;
  }
  .accessories-modal .accessories-modal-infolist li .accessories-modal-info {
    width: 60%;
  }
  .price-disclaimer {
    font-size: 1.2rem;
    line-height: 1.6rem;
    margin-left: 1rem;
  }
}
.inclusive-heading {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: var(--grey-33);
  margin: 3rem 0 2rem;
  font-family: "gothammedium";
}

.inclusive-cards {
  width: 28rem;
  height: 7.5rem;
  display: flex;
  justify-content: start;
  align-items: center;
  border-radius: 0rem;
  -webkit-border-radius: 0rem;
  -ms-border-radius: 0rem;
  -moz-border-radius: 0rem;
}
.inclusive-cards i {
  margin: 0 1.8rem 0 3rem;
  font-size: 3.2rem;
  line-height: 3.6rem;
  font-weight: 500;
}
.inclusive-cards span {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-31);
  word-break: break-word;
  padding-right: 3rem;
  font-family: "gothammedium";
}
.inclusive-cards.dashboard-pink {
  border: 1px solid var(--brand-color-pink);
  background: transparent;
}
.inclusive-cards.dashboard-pink i {
  color: var(--brand-color-pink);
}
.inclusive-cards.dashboard-pink span {
  padding-right: 7rem;
}
.inclusive-cards.dashboard-green {
  border: 1px solid var(--brand-color);
  background: transparent;
}
.inclusive-cards.dashboard-green i {
  color: var(--brand-color);
}
.inclusive-cards.dashboard-yellow {
  border: 1px solid var(--brand-color-yellow);
  background: transparent;
}
.inclusive-cards.dashboard-yellow i {
  color: var(--brand-color-yellow);
}
.inclusive-cards.dashboard-blue {
  border: 1px solid var(--light-blue-sky);
  background: transparent;
}
.inclusive-cards.dashboard-blue i {
  color: var(--light-blue-sky);
}
.inclusive-cards.dashboard-pink, .inclusive-cards.dashboard-green, .inclusive-cards.dashboard-yellow, .inclusive-cards.dashboard-blue {
  position: relative;
  z-index: -1;
}
.inclusive-cards.dashboard-pink span, .inclusive-cards.dashboard-green span, .inclusive-cards.dashboard-yellow span, .inclusive-cards.dashboard-blue span {
  padding-right: 4rem;
}

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

@media screen and (max-width: 767.98px) {
  .inclusive {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .pricing-wrapper-section {
    padding-top: 1%;
  }
  .pricing-wrapper-section .price-chips-info {
    margin-top: 0%;
  }
  .inclusive-heading {
    margin: 3.8rem 0 2.2rem;
    font-size: 2rem;
    line-height: 2.4rem;
    font-weight: 300;
    color: var(--grey-33);
  }
  .inclusive-heading:last-child {
    margin: 4rem 0 2.2rem;
  }
  .inclusive-cards {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.accessories p {
  margin: 0;
  padding: 0 0 2rem 0rem;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: var(--grey-33);
}
@media screen and (max-width: 991.98px) {
  .accessories p {
    padding: 0 2rem 2rem;
    font-size: 14px;
    text-align: center;
  }
}

.price-error {
  padding: 0 2rem;
  height: 4rem;
}
@media screen and (max-width: 991.98px) {
  .price-error {
    padding: 1rem 2rem;
  }
}

.prelaunch-announcement {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: var(--white);
  padding: 0.8rem 0;
  background: var(--light-blue-sky);
}
.prelaunch-announcement .announcement {
  display: flex;
  justify-content: center;
  align-items: center;
}
.prelaunch-announcement .reserve-btn .btn-warning-reverse {
  background: var(--white);
  color: var(--btn-warning-start-color);
}
.prelaunch-announcement a {
  margin: 0 0.3rem;
}
@media screen and (max-width: 767.98px) {
  .prelaunch-announcement {
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 400;
  }
  .prelaunch-announcement .announcement {
    display: block;
    justify-content: center;
    text-align: center;
  }
  .prelaunch-announcement .reserve-btn {
    margin-top: 1rem;
    margin-left: 0;
  }
}

.prelaunch-heading {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: var(--black);
  margin-bottom: 2rem;
  margin-top: -2rem;
}
.prelaunch-heading p {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: var(--black);
  margin-top: 0.5rem;
}

.prelaunch-sub-text {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
  color: var(--black);
  margin-top: 3rem;
  margin-bottom: 3rem;
  text-align: center;
}
.prelaunch-sub-text a {
  color: var(--tertiary-blue);
}

.prelaunch-booking .prelaunch-bike img {
  max-width: 47rem;
}
.prelaunch-booking .congrats-box i {
  font-size: 5rem;
  background: -webkit-linear-gradient(var(--primary-green), var(--secondary-green));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.prelaunch-booking .congrats-box h4 {
  font-size: 2.8rem;
  line-height: 3.2rem;
  font-weight: 300;
  color: var(--tertiary-blue);
  margin: 1.5rem 0 2rem 0;
}
.prelaunch-booking .congrats-box span {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: var(--black);
}
.prelaunch-booking .congrats-box p {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
  color: var(--grey-1);
}
.prelaunch-booking .prelaunch-info-contact {
  background: var(--light-sky-blue-1);
  padding: 3rem 1.5rem;
  border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
  color: var(--black);
  margin-top: 6.7rem;
}
.prelaunch-booking .prelaunch-info-contact span {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
  color: var(--btn-primary-end-color);
  display: block;
}

.title-pd {
  padding: 2.5rem 0;
}

.page-title {
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 400;
  color: var(--black);
}

.title-withback {
  display: flex;
}
.title-withback a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2rem;
}
.title-withback i {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: var(--grey-33);
}
.title-withback h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.bike-colour-wrapper img {
  max-width: 33rem;
  height: auto;
}
.bike-colour-wrapper .name {
  font-size: 1.5rem;
  line-height: 1.9rem;
  font-weight: 500;
  color: var(--black);
}

.colour-palette .days-row {
  padding-bottom: 1rem;
}
.colour-palette.summary-card {
  height: auto !important;
  padding: 3rem;
}
.colour-palette .colour-name {
  font-size: 1.3rem;
  line-height: 1.7rem;
  font-weight: 500;
  color: var(--black);
  white-space: nowrap;
}
.colour-palette .select-colour {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 2rem;
}
.colour-palette .radio-div {
  height: 5rem;
}
.colour-palette .radio-div label {
  position: absolute;
  left: 50%;
  top: 0;
}
.colour-palette .radio-card {
  height: 90%;
  max-width: 100%;
}
.colour-palette .radio-card .radio-card-inner {
  border-radius: 50%;
  height: 4rem;
  width: 4rem;
  border: none;
}
.colour-palette .radio-card .radio-card-inner.with-icon {
  margin: auto;
}
.colour-palette .radio-card .radio-card-inner.with-icon .radio-btn-icon {
  top: 50%;
  font-size: 2rem;
  line-height: 2.4rem;
}
.colour-palette .radio-card .radio-card-inner.check-olive-green {
  background: var(--olive-green);
}
.colour-palette .radio-card .radio-card-inner.check-midnight-blue {
  background: var(--midnight-blue);
}
.colour-palette .radio-card .radio-card-inner.check-ivory-white {
  border: 1px solid var(--grey-6);
  height: 4.1rem;
  width: 4.1rem;
}
.colour-palette .radio-card input[type=radio]:checked ~ .radio-card-inner.with-icon .radio-btn-icon {
  background: -webkit-linear-gradient(var(--white), var(--white));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.colour-palette .radio-card input[type=radio]:checked ~ .check-ivory-white {
  border: 1px solid var(--grey-6);
}
.colour-palette .radio-card input[type=radio]:checked ~ .check-ivory-white.with-icon .radio-btn-icon {
  background: -webkit-linear-gradient(var(--black), var(--black));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 767.98px) {
  .colour-palette .days-row {
    padding-bottom: 2rem;
  }
  .colour-palette .radio-card {
    height: 90%;
  }
  .colour-palette .radio-card .radio-card-inner.with-icon .radio-btn-icon {
    top: 50%;
    right: auto;
    left: auto;
    position: initial;
  }
  .cng-clr {
    text-align: left;
  }
  .title-withback a {
    margin-bottom: 2rem;
  }
  .title-withback i {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .prelaunch-heading {
    margin-bottom: 1rem;
    font-size: 1.8rem;
    line-height: 2.2rem;
    margin-top: 0;
  }
  .prelaunch-heading p {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  .prelaunch-sub-text {
    font-size: 1.3rem;
    line-height: 1.7rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .title-pd {
    padding: 1.8rem 0;
  }
  .page-title {
    font-size: 2rem;
    line-height: 2.4rem;
    font-weight: 400;
    color: var(--black);
  }
  .prelaunch-booking .prelaunch-bike img {
    max-width: 21.4rem;
  }
  .prelaunch-booking .congrats-box {
    margin-top: 3rem;
  }
  .prelaunch-booking .congrats-box i {
    font-size: 4rem;
  }
  .prelaunch-booking .congrats-box h4 {
    font-size: 2.4rem;
    line-height: 2.8rem;
    margin: 1.5rem 0 2rem 0;
  }
  .prelaunch-booking .congrats-box span {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .prelaunch-booking .congrats-box p {
    font-size: 1.4rem;
    line-height: 1.8rem;
    margin: 0.8rem 6rem;
  }
  .prelaunch-booking .prelaunch-info-contact {
    padding: 2rem 1.5rem;
    font-size: 1.4rem;
    line-height: 1.8rem;
    margin-top: 3.5rem;
  }
  .prelaunch-booking .prelaunch-info-contact span {
    font-size: 1.4rem;
    line-height: 1.8rem;
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .modal .modal-dialog {
    max-width: 67.5rem;
  }
  .modal .modal-dialog.full-screen {
    max-width: 116rem;
  }
  .modal .modal-dialog.full-screen .modal-body {
    padding: 6rem 2rem 2rem 2rem;
  }
  .modal .modal-dialog.full-screen .modal-header {
    margin-bottom: -2rem;
  }
  .modal .modal-dialog.full-screen .actions .btn {
    min-width: 18rem;
  }
  .modal .modal-dialog.pickup-popup {
    max-width: 53rem;
  }
  .modal .modal-dialog.home-delivery {
    max-width: 56rem;
  }
  .modal .modal-dialog.share-dialog {
    max-width: 59rem;
  }
  .modal .modal-dialog.no-bg-sm {
    max-width: 35rem;
  }
  .modal .modal-dialog.letter-popup {
    max-width: 65rem;
  }
  .modal .modal-dialog.address-popup {
    max-width: 51.5rem;
  }
  .modal .modal-dialog.video-popup {
    max-width: 76rem;
  }
  .modal .modal-dialog.plainbg-popup {
    max-width: 115rem;
  }
  .modal .modal-dialog.plainbg-popup iframe {
    height: 60rem;
  }
  .modal .modal-dialog.cancelbooking {
    max-width: 99rem;
  }
  .modal .modal-dialog iframe {
    height: 39.3rem;
  }
}
.modal .modal-header {
  border-bottom: none;
  padding: 4rem 2rem 0;
  margin-bottom: -1rem;
}
.modal .modal-content {
  border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
}
.modal .modal-title {
  font-size: 3rem;
  line-height: 3.4rem;
  font-weight: 300;
  color: var(--grey-33);
  font-family: "primeregular";
}
.modal .defalt-icon {
  font-size: 11rem;
  line-height: 11.4rem;
  font-weight: 400;
  color: var(--grey-17);
}
.modal .defalt-icon.sm {
  font-size: 4.5rem;
  line-height: 4.9rem;
}
.modal .red-icon {
  background: -webkit-linear-gradient(var(--red-2), var(--red-1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.modal .modal-body {
  background-size: contain;
  padding: 5rem 2rem;
}
.modal .modal-body.booking {
  padding-left: 5rem;
  padding-right: 5rem;
}
.modal .modal-body.booking h4 {
  font-family: "primeregular";
}
.modal .modal-body.booking p {
  font-family: "gothammedium";
}
.modal .modal-body.booking .booking-form {
  padding: 0;
}
.modal .modal-body.booking .booking-form .select-box:before {
  background: var(--white);
  padding-left: 0.5rem;
  pointer-events: none;
}
.modal .modal-body h4 {
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 300;
  color: var(--grey-33);
  margin-bottom: 2rem;
}
.modal .modal-body p {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
  color: var(--grey-33);
  margin-bottom: 2.5rem;
}
.modal .modal-body p.info-text {
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 5rem;
}
.modal .modal-body p.info-text a {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: var(--btn-primary-end-color);
}
.modal .modal-body p.main-text {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
.modal .modal-body .info-sm {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 400;
  color: var(--black);
}
.modal .modal-body .info-md {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: var(--black);
}
.modal .modal-body .popup-divider {
  border-top: 1px solid var(--grey-16);
}
.modal .modal-body .otp-wrapper .otp {
  margin-bottom: 1.5rem;
  position: relative;
}
.modal .modal-body .otp-wrapper .otp p.text-danger {
  position: absolute;
  font-size: 1.1rem;
}
.modal .modal-body .otp-wrapper .otp i {
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 300;
  background: -webkit-linear-gradient(var(--grey-33), var(--grey-33));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.modal .modal-body .otp-wrapper span {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--font-light-grey);
  margin-bottom: 2rem;
  font-family: "gothammedium";
}
.modal .modal-body .error-info i {
  font-size: 5rem;
  line-height: 5.4rem;
  font-weight: 400;
  background: -webkit-linear-gradient(var(--red-2), var(--red-1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.modal .modal-body .primary-info-icon i {
  font-size: 7rem;
  line-height: 7.4rem;
  font-weight: 400;
  background: -webkit-linear-gradient(var(--primary-green), var(--secondary-green));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.modal .modal-body.dashboard-modal {
  padding: 5rem 6rem;
}
.modal .modal-body.pickup-popup-body {
  padding: 6rem 2rem 4rem 2rem;
}
.modal .modal-body.home-delivery-body {
  padding: 3rem;
}
.modal .modal-body.home-delivery-body .card-bordered {
  border-top: 0px solid var(--grey-16);
  padding: 0rem;
  margin-bottom: 1.5rem;
}
.modal .modal-body.home-delivery-body .card-bordered .txt-one {
  font-family: "gothammedium";
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-33);
  border: 0;
  padding-bottom: 2rem;
}
.modal .modal-body.home-delivery-body .txt-one {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--grey-31);
  font-family: "gothammedium";
  border-top: 1px solid var(--grey-8);
  padding-top: 1.5rem;
  padding-bottom: 0rem;
  margin: 0;
  text-align: left;
}
.modal .modal-body.home-delivery-body .txt-two {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--grey-31);
  font-family: "gothammedium";
  text-align: left;
}
.modal .modal-body.home-delivery-body .txt-two a {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--grey-31);
  text-decoration: underline;
  font-family: "gothammedium";
}
.modal .modal-body.share-dialog-body {
  padding: 6.5rem 5rem 3rem 5rem;
}
.modal .modal-body.no-bg-sm-body {
  padding: 1.5rem 4rem 3rem;
  background: none;
}
.modal .modal-body.no-bg-sm-body p {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 300;
  color: var(--black);
}
.modal .modal-body.letter-popup-body {
  padding: 6rem 9.6rem 4rem 9.6rem;
}
.modal .modal-body.letter-popup-body .acceptance label {
  font-weight: 400;
}
.modal .modal-body.address-popup-body {
  padding: 5rem 5rem 3rem;
}
.modal .modal-body.pin-validation-body {
  padding: 4rem 5rem 3rem;
}
.modal .modal-body.video-popup-body {
  padding: 7rem 3rem 3rem 3rem;
}
.modal .modal-body.video-popup-body iframe {
  border: 0;
}
.modal .modal-body.plainbg-popup-body {
  padding: 0;
  background: none;
}
@media screen and (max-width: 991.98px) {
  .modal .modal-body {
    padding: 5rem 2rem 4rem;
  }
}
.modal .actions .btn {
  margin: 0 1rem;
  margin-top: 1rem;
  height: 4.4rem;
  padding: 0.8rem 2rem;
}
.modal .actions .btn.primary-outline-btn {
  border: 1px solid var(--grey-33);
  color: var(--grey-33);
}
.modal .close {
  position: absolute;
  font-size: 2.2rem;
  line-height: 2.6rem;
  color: var(--grey-2);
  right: 1.2rem;
  font-size: 3rem;
  top: 1.2rem;
  opacity: 1;
  z-index: 10;
}
@media screen and (max-width: 767.98px) {
  .modal .modal-dialog {
    margin: 0.5rem 1rem;
  }
  .modal .modal-dialog.full-screen {
    max-width: 100%;
    margin: 0;
  }
  .modal .modal-dialog.full-screen .modal-body {
    padding: 4rem 1.5rem 1.5rem 1.5rem;
  }
  .modal .modal-dialog.full-screen .modal-content {
    border-radius: initial;
  }
  .modal .modal-dialog.full-screen .close {
    left: 1.2rem;
    margin: 0 0 0 -8px;
  }
  .modal .modal-dialog .defalt-icon {
    font-size: 8rem;
    line-height: 8.4rem;
  }
  .modal .modal-dialog .defalt-icon.sm {
    font-size: 4rem;
    line-height: 4.4rem;
  }
  .modal .modal-dialog iframe {
    width: 100%;
    height: 40rem;
  }
  .modal .modal-header {
    padding: 2.6rem 2rem 0;
    margin-bottom: 0;
  }
  .modal .modal-title {
    font-size: 2.2rem;
    line-height: 2.6rem;
    font-weight: 300;
  }
  .modal .close {
    font-size: 2.5rem;
  }
  .modal .actions .btn {
    height: auto;
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 500;
    border: 1px solid var(--grey-33);
  }
  .modal .actions.btn-less .btn {
    margin: 0.5rem 0.5rem;
  }
  .modal .modal-body h4 {
    margin-bottom: 0.5rem;
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  .modal .modal-body p {
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
  }
  .modal .modal-body p.main-text {
    font-size: 1.4rem;
    line-height: 1.8rem;
    margin-bottom: 1rem;
  }
  .modal .modal-body .primary-info-icon i {
    font-size: 5rem;
    line-height: 5.4rem;
  }
  .modal .modal-body.dashboard-modal {
    padding: 3rem 2rem 3rem 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .modal .modal-body.dashboard-modal h4 {
    margin-bottom: 1.5rem;
  }
  .modal .modal-body.booking {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .modal .modal-body.pickup-popup-body {
    padding: 6rem 2rem 3rem 2rem;
  }
  .modal .modal-body.home-delivery-body {
    padding: 3rem 2rem 3rem 2rem;
  }
  .modal .modal-body.share-dialog-body {
    padding: 4.4rem 2rem 2rem;
  }
  .modal .modal-body.no-bg-sm-body {
    padding: 0.5rem 2rem 2.5rem;
  }
  .modal .modal-body.no-bg-sm-body p {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  .modal .modal-body.letter-popup-body {
    padding: 4.5rem 2rem 3rem;
  }
  .modal .modal-body.address-popup-body {
    padding: 3rem 2rem 2rem;
  }
  .modal .modal-body.pin-validation-body {
    padding: 3rem 2rem 3rem;
  }
  .modal .modal-body.video-popup-body {
    padding: 4rem 1.8rem 1.6rem 1.8rem;
  }
  .modal .modal-body p.info-text {
    font-size: 1.3rem;
    line-height: 1.7rem;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 4.5rem;
  }
}

.otpValodation-com.modal .modal-title {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: var(--grey-33);
  font-family: "gothammedium";
}
.otpValodation-com.modal .modal-dialog {
  max-width: 45rem;
  min-width: 44rem;
}
.otpValodation-com.modal .modal-dialog .modal-header {
  border-bottom: 1px solid var(--grey-8);
  padding-bottom: 2rem;
  padding-top: 2rem;
  margin: 0 1.6rem;
}
.otpValodation-com.modal .modal-dialog .modal-body {
  padding: 2rem 4.5rem;
}
.otpValodation-com.modal .modal-dialog .modal-body p {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-31);
  margin-bottom: 3rem;
  font-family: "gothammedium";
  margin-left: 0;
  margin-right: 0;
}
.otpValodation-com.modal .modal-dialog .modal-body p.txt-lines {
  margin-bottom: 0;
}
.otpValodation-com.modal .modal-dialog .modal-body p strong {
  color: var(--grey-33);
  font-weight: 500;
}
.otpValodation-com.modal .modal-dialog .modal-body p a {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-33);
}
@media screen and (max-width: 767.98px) {
  .otpValodation-com.modal .modal-dialog {
    min-width: auto;
  }
  .otpValodation-com.modal .modal-dialog .modal-body {
    padding: 2rem;
  }
}
.otpValodation-com.modal .close {
  font-size: 2rem;
  line-height: 2.4rem;
  color: var(--grey-33);
  right: 2rem;
  top: 2rem;
  opacity: 1;
  z-index: 10;
}
.otpValodation-com.modal .close:hover {
  font-size: 2rem;
  line-height: 2.4rem;
  color: var(--grey-33);
  opacity: 1;
}

.cancel-booking-variant {
  display: flex;
  justify-content: center;
}
.cancel-booking-variant .card {
  width: 36rem;
  height: 26rem;
  margin: 0 1rem;
}
.cancel-booking-variant .card.other-variants {
  padding: 2.2rem;
}
.cancel-booking-variant .card.other-variants h5 {
  font-family: "gothammedium";
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 400;
  color: var(--grey-33);
}
.cancel-booking-variant .card.other-variants p {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: var(--grey-33);
  font-family: "Roboto";
}
.cancel-booking-variant .card.other-variants .bike-cancel {
  margin: 0 1.5rem;
}
.cancel-booking-variant .card.other-variants .bike-cancel img {
  max-width: 20rem;
  margin: 0 auto 0.5rem;
}
.cancel-booking-variant .card.other-variants .bike-cancel .support-mail {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 1rem 0 1.75rem 2rem;
  border-bottom: 1px solid var(--grey-16);
  margin-bottom: 0.75rem;
}
.cancel-booking-variant .card.other-variants .bike-cancel .support-mail:last-child {
  border-bottom: 0px solid var(--grey-16);
}
.cancel-booking-variant .card.other-variants .bike-cancel .support-mail i {
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 400;
  color: var(--light-blue-sky);
}
.cancel-booking-variant .card.other-variants .bike-cancel .support-mail i.icon-mail {
  color: #6ebd88;
}
.cancel-booking-variant .card.other-variants .bike-cancel .support-mail .mail-support {
  text-align: left;
  padding-left: 1.5rem;
}
.cancel-booking-variant .card.other-variants .bike-cancel .support-mail .mail-support a {
  font-family: "gothammedium";
  font-size: 1.5rem;
  line-height: 1.9rem;
  font-weight: 400;
  color: var(--light-blue-sky);
}
.cancel-booking-variant .card.other-variants .bike-cancel .support-mail .mail-support a.mail {
  color: #6ebd88;
}
.cancel-booking-variant .card.other-variants .bike-cancel .support-mail .mail-support p {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 400;
  color: var(--grey-33);
  font-family: "Roboto";
  margin: 0rem;
}
.cancel-booking-variant .card.other-variants .cancel-view-more .btn.primary-gradient-btn.primary-outline-btn {
  min-width: 11rem;
  padding: 0.5rem 2rem;
  font-size: 1.3rem;
  line-height: 1.7rem;
  font-weight: 400;
  color: var(--grey-33);
}
@media screen and (max-width: 991.98px) {
  .cancel-booking-variant {
    flex-direction: column;
  }
  .cancel-booking-variant .card {
    max-width: 36rem;
    width: auto;
    margin: 0 0rem 2rem;
  }
  .cancel-booking-variant .card.other-variants {
    padding: 2.2rem 1.8rem;
  }
  .cancel-booking-variant .card.other-variants h5 {
    font-size: 1.7rem;
    line-height: 2.1rem;
  }
  .cancel-booking-variant .card.other-variants p {
    font-size: 1.3rem;
    line-height: 1.7rem;
  }
  .cancel-booking-variant .card.other-variants .bike-cancel {
    margin: 0rem 0 1rem;
  }
  .cancel-booking-variant .card.other-variants .bike-cancel .support-mail {
    padding: 1rem 0 1.75rem 0rem;
  }
}

.cancelbooking .actions {
  padding-top: 3rem;
  padding-bottom: 0;
}
.cancelbooking .actions .btn {
  height: auto;
  padding: 1rem 2rem;
}
@media screen and (max-width: 991.98px) {
  .cancelbooking .modal-header {
    padding: 2.6rem 4rem 0;
  }
  .cancelbooking .actions {
    padding-top: 1rem;
  }
}

.enquiry-confirmation .modal-header .confirmation-icon i {
  background: -webkit-linear-gradient(var(--primary-green), var(--secondary-green));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 4.2rem;
}
.enquiry-confirmation h4 {
  margin-bottom: 9.5rem !important;
}
.enquiry-confirmation .modal-buttons {
  margin-bottom: 2.8rem;
}
.enquiry-confirmation .modal-buttons .modal-btn + .modal-btn {
  margin-left: 2rem;
}

.dealer-home h2 {
  font-size: 3rem;
  line-height: 3.4rem;
  font-weight: 300;
  color: var(--black);
  margin-bottom: 5.4rem;
}
.dealer-home .dealer-access {
  width: 45rem;
  max-width: 100%;
  margin: 0 auto;
}
.dealer-home .dealer-access .access-box-wrapper {
  margin-left: -2rem;
  margin-right: -2rem;
}
.dealer-home .dealer-access .access-box-wrapper [class*=col-] {
  padding-left: 2rem;
  padding-right: 2rem;
}
.dealer-home .dealer-access .access-box {
  padding: 3.6rem;
  height: 20rem;
  width: 20rem;
  background: var(--white);
  border-radius: 3rem;
  -webkit-border-radius: 3rem;
  -ms-border-radius: 3rem;
  -moz-border-radius: 3rem;
  box-shadow: var(--btn-shadow-desktop);
  -webkit-box-shadow: var(--btn-shadow-desktop);
  -ms-box-shadow: var(--btn-shadow-desktop);
  -moz-box-shadow: var(--btn-shadow-desktop);
  box-shadow: var(--link-card-shadow);
  -webkit-box-shadow: var(--link-card-shadow);
  -ms-box-shadow: var(--link-card-shadow);
  -moz-box-shadow: var(--link-card-shadow);
}
.dealer-home .dealer-access .access-box i {
  font-size: 6rem;
  line-height: 6.4rem;
  background: -webkit-linear-gradient(var(--sky-blue), var(--primary-blue));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.dealer-home .dealer-access .access-box span {
  margin-top: 1.4rem;
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 300;
  color: var(--black);
}

.verification-deatail .heading {
  margin-bottom: 7.3rem;
}
.verification-deatail .heading i {
  font-size: 3rem;
  line-height: 3.4rem;
  margin-right: 1.2rem;
  background: -webkit-linear-gradient(var(--primary-green), var(--secondary-green));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.verification-deatail .heading h2 {
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 300;
  color: var(--tertiary-blue);
}
.verification-deatail h4 {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 300;
  color: var(--black);
}
.verification-deatail .customer-info {
  margin-bottom: 5.8rem;
}
.verification-deatail .customer-info label {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 300;
  color: var(--dark-grey-1);
}
.verification-deatail .customer-info span {
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 300;
  color: var(--dark-grey-1);
}

.booking-info-card {
  padding: 3rem 4rem;
  background: var(--white);
  border-radius: 3.2rem;
  -webkit-border-radius: 3.2rem;
  -ms-border-radius: 3.2rem;
  -moz-border-radius: 3.2rem;
  box-shadow: var(--form-card-shadow);
  -webkit-box-shadow: var(--form-card-shadow);
  -ms-box-shadow: var(--form-card-shadow);
  -moz-box-shadow: var(--form-card-shadow);
}
.booking-info-card label {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
  color: var(--black);
}
.booking-info-card span {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: var(--dark-grey-1);
}
.booking-info-card + .booking-info-card {
  margin-top: 2rem;
}
.booking-info-card .btn {
  min-width: 29rem;
}

.cancel-flow {
  position: absolute;
  right: 5rem;
  top: 3rem;
}
.cancel-flow .close {
  padding: 0;
  border: none;
}
.cancel-flow .cancel-icon {
  font-size: 3rem;
  margin-right: 0 !important;
  background: none !important;
  -webkit-text-fill-color: var(--black) !important;
}
@media screen and (max-width: 767.98px) {
  .cancel-flow {
    right: 2rem;
    top: 8rem;
  }
  .cancel-flow .cancel-icon {
    font-size: 2rem;
  }
}

@media screen and (min-width: 992px) {
  .mt-lg {
    margin-top: 3.5rem;
  }
}
.dealer-summary .info-card .card-body {
  padding: 3.5rem 2.4rem;
}
.dealer-summary i {
  font-size: 2.3rem;
  line-height: 2.7rem;
  background: -webkit-linear-gradient(var(--primary-green), var(--secondary-green));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: 1.5rem;
}
.dealer-summary .icon-home {
  font-size: 1.9rem;
  line-height: 2.3rem;
  margin-right: 2rem;
}
.dealer-summary .form-fields {
  margin-bottom: 1rem;
}
.dealer-summary .info {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 400;
  color: var(--grey-15);
  border-bottom: 1px solid var(--grey-16);
  border-top: 1px solid var(--grey-16);
  padding: 1rem 0;
  margin-top: 1.5rem;
  line-height: 1.4rem;
}
.dealer-summary .info i {
  color: var(--primary-green);
  font-size: 1.5rem;
  line-height: 1.9rem;
  margin-right: 0.6rem;
}
@media screen and (max-width: 767.98px) {
  .dealer-summary .info-card .card-body {
    padding: 2rem 2.4rem;
  }
  .dealer-summary i {
    font-size: 2rem;
    line-height: 2.4rem;
    margin-right: 1rem;
  }
  .dealer-summary .icon-home {
    font-size: 1.5rem;
    line-height: 1.9rem;
  }
  .dealer-summary .steps-content-box {
    margin-top: 1.9rem;
    margin-bottom: 0;
  }
  .dealer-summary .form-fields {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 991.98px) {
  .ride-change-wrapper.bg-none .ride-change-block .heading .section-title {
    background: transparent;
    padding: 1rem 0 1rem;
  }
}

.steps-content-box .summary-card {
  height: 437px;
}
.steps-content-box .summary-card .user-details {
  padding: 2.2rem 2.8rem;
}
.steps-content-box .summary-card .user-details label {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
  color: var(--font-grey);
  opacity: 0.8;
}
.steps-content-box .summary-card .user-details label.address {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
  color: var(--black);
  opacity: unset;
}
.steps-content-box .summary-card .user-details span {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
  color: var(--black);
}
.steps-content-box .summary-card .collapse-header {
  padding: 0;
  position: relative;
}
.steps-content-box .summary-card .collapse-header > span {
  padding: 1.2rem 2.5rem;
}
.steps-content-box .summary-card .collapse-header > span:before, .steps-content-box .summary-card .collapse-header > span:after {
  content: "";
  position: absolute;
  right: 2.5rem;
  width: 18px;
  height: 2px;
  background: var(--tertiery-green);
  transform-origin: center;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transition: 300ms linear 0s;
  -webkit-transition: 300ms linear 0s;
  -moz-transition: 300ms linear 0s;
  -ms-transition: 300ms linear 0s;
}
.steps-content-box .summary-card .collapse-header > span.collapsed:after {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
}
.steps-content-box .summary-card .collapse-header .form-sub-title {
  padding-top: 0;
}
.steps-content-box .summary-card .collapse-header i {
  font-size: 2.3rem;
  line-height: 2.7rem;
  font-weight: 400;
  color: var(--tertiery-green);
}
.steps-content-box .prelaunch .summary-card {
  height: auto;
}
.steps-content-box .note-text {
  margin: -1.8rem 0 3rem 2rem;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 400;
  color: var(--grey-15);
}
.steps-content-box .payment-details-wrapper {
  margin-left: -3.2rem;
  margin-right: -3.2rem;
  margin-bottom: 2rem;
}
.steps-content-box .payment-details-wrapper > [class*=col-] {
  padding-left: 3.2rem;
  padding-right: 3.2rem;
}
.steps-content-box .registration {
  margin-top: 2rem;
}
.steps-content-box .registration .options {
  display: flex;
  align-items: center;
  height: 5rem;
}
.steps-content-box .registration .options i {
  font-size: 1.8rem;
  background: -webkit-linear-gradient(var(--sky-blue), var(--primary-blue));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: 0.8rem;
  cursor: pointer;
}
.steps-content-box .booking-amount-detail .amount {
  margin-bottom: 1rem;
}
.steps-content-box .booking-amount-detail .amount i {
  background: -webkit-linear-gradient(var(--primary-green), var(--secondary-green));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 3.4rem;
  margin-right: 1.8rem;
}
.steps-content-box .booking-amount-detail .amount h2 {
  font-size: 4.8rem;
  line-height: 5.2rem;
  font-weight: 600;
  color: var(--black);
}
.steps-content-box .booking-amount-detail .customer-warning {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
  color: var(--black);
  line-height: 2.4rem;
  margin-bottom: 1.5rem;
}
.steps-content-box .booking-amount-detail .amount-adjustment p {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: var(--black);
}
.steps-content-box .booking-amount-detail .payment-disclaimer {
  margin: 3rem 0;
}
.steps-content-box .booking-amount-detail .payment-disclaimer span {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
  color: var(--black);
}
.steps-content-box .booking-amount-detail .payment-disclaimer p {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
  color: var(--black);
  line-height: 2.4rem;
  margin-top: 1rem;
}
.steps-content-box .acceptance label {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
  color: var(--black);
}
.steps-content-box .acceptance a {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
  color: var(--dark-blue);
}
.steps-content-box .payment-status {
  margin-top: 10rem;
}
.steps-content-box .payment-status .status-icon {
  margin-bottom: 2rem;
}
.steps-content-box .payment-status .status-icon i {
  font-size: 9.5rem;
  line-height: 9.9rem;
  font-weight: 500;
  color: var(--black);
}
.steps-content-box .payment-status .status-icon.payment-failed i {
  background: -webkit-linear-gradient(var(--red-2), var(--red-1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.steps-content-box .payment-status .status-icon.payment-pending i {
  background: -webkit-linear-gradient(var(--yellow-1), var(--yellow-2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.steps-content-box .payment-status .txt-md {
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 400;
  color: var(--grey-33);
  margin-bottom: 2rem;
  font-family: "primeregular";
}
.steps-content-box .payment-status h4 {
  font-size: 3rem;
  line-height: 3.4rem;
  font-weight: 300;
  color: var(--grey-33);
  margin-bottom: 4rem;
  font-family: "primeregular";
}
.steps-content-box .payment-status span {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 700;
  color: var(--grey-33);
  margin-bottom: 2rem;
}
.steps-content-box .payment-status p {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
  color: var(--grey-33);
  font-family: "gothammedium";
}
.steps-content-box .button-wrapper .btn {
  margin: 0 2rem;
  margin-top: 3rem;
}
.steps-content-box .button-wrapper .btn.btn-lg {
  margin: 0 0.5rem;
  min-width: 25rem;
  padding: 1.4rem 3rem;
}
.steps-content-box .easy-finance {
  padding: 2rem 2.2rem;
}
.steps-content-box .easy-finance .text-h1 {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: var(--black);
}
.steps-content-box .easy-finance p {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: var(--black);
}
@media screen and (max-width: 767.98px) {
  .steps-content-box {
    margin-top: 3rem;
    margin-bottom: 2rem;
  }
  .steps-content-box .registration {
    margin-top: 3rem;
  }
  .steps-content-box .easy-finance .text-h1 {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .steps-content-box .amount-adjustment p {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  .steps-content-box .summary-card {
    height: auto;
    margin-bottom: 3rem;
  }
  .steps-content-box .summary-card .user-details {
    padding: 2rem 2.5rem;
  }
  .steps-content-box .summary-card .user-details label {
    font-size: 1.3rem;
    line-height: 1.7rem;
    opacity: 0.8;
  }
  .steps-content-box .summary-card .user-details span {
    font-size: 1.3rem;
    line-height: 1.7rem;
  }
  .steps-content-box .button-wrapper .btn.btn-lg {
    min-width: 24rem;
  }
  .steps-content-box .payment-details-wrapper {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .steps-content-box .payment-details-wrapper [class*=col-] {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .steps-content-box .booking-amount-detail .amount {
    margin-bottom: 1.6rem;
  }
  .steps-content-box .booking-amount-detail .amount i {
    background: -webkit-linear-gradient(var(--primary-green), var(--secondary-green));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 3.4rem;
    margin-right: 1.8rem;
  }
  .steps-content-box .booking-amount-detail .amount h2 {
    font-size: 3.2rem;
    line-height: 3.6rem;
    margin-bottom: 1.6rem;
  }
  .steps-content-box .booking-amount-detail .customer-warning {
    font-size: 1.2rem;
    line-height: 1.6rem;
    line-height: normal;
  }
  .steps-content-box .booking-amount-detail .payment-disclaimer {
    margin: 3rem 0 2.5rem 0;
  }
  .steps-content-box .booking-amount-detail .payment-disclaimer span {
    font-size: 1.3rem;
    line-height: 1.7rem;
  }
  .steps-content-box .booking-amount-detail .payment-disclaimer p {
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 400;
    color: var(--black);
    line-height: normal;
    margin-top: 0.6rem;
  }
  .steps-content-box .acceptance label {
    font-size: 1.3rem;
    line-height: 1.7rem;
  }
  .steps-content-box .acceptance a {
    font-size: 1.3rem;
    line-height: 1.7rem;
  }
  .steps-content-box .payment-status {
    margin: 9rem 0;
    padding: 0 2rem;
  }
  .steps-content-box .payment-status .status-icon {
    margin-bottom: 1rem;
  }
  .steps-content-box .payment-status .status-icon i {
    font-size: 7.5rem;
  }
  .steps-content-box .payment-status .status-icon.payment-failed i {
    background: -webkit-linear-gradient(var(--red-2), var(--red-1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .steps-content-box .payment-status p {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  .steps-content-box .payment-status .txt-md {
    font-size: 2.2rem;
    line-height: 2.6rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .steps-content-box .payment-status h4 {
    font-size: 2.6rem;
    line-height: 3rem;
    margin-bottom: 3.1rem;
  }
  .steps-content-box .payment-status span {
    margin-bottom: 0.8rem;
  }
  .steps-content-box .note-text {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .steps-content-box .collapse.dont-collapse-sm {
    display: block;
    height: auto !important;
    visibility: visible;
  }
}
.steps-content-box .separater {
  margin: 1.5rem 0;
  border-bottom: 1px solid var(--grey-16);
}

.otp {
  position: relative;
  display: inline-block;
}
.otp .btn {
  position: absolute;
  right: 0rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background: var(--white);
  padding: 0.5rem;
  box-shadow: none;
}
@media screen and (max-width: 991.98px) {
  .otp .btn {
    right: 0rem;
  }
}

.modal .home-delivery .modal-title {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: var(--grey-33);
  font-family: "gothammedium";
}

.home-delivery-body .card-bordered {
  padding: 3rem 0 1rem 0;
  margin-bottom: 2.5rem;
  border-top: 1px solid var(--grey-16);
  border-bottom: 1px solid var(--grey-16);
}
.home-delivery-body p.txt-one {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 300;
  color: var(--black);
}
.home-delivery-body h5 {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--grey-31);
  padding: 0 0 1.2rem 1rem;
  font-family: "gothammedium";
}
.home-delivery-body .txt-two {
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: 500;
  color: var(--black);
  margin-bottom: 2rem;
}
.home-delivery-body .txt-two a {
  color: var(--tertiary-blue);
}
.home-delivery-body .media .icon-tick {
  font-size: 2.1rem;
  line-height: 2.5rem;
  color: var(--brand-color);
}
.home-delivery-body .media .icon-checkmark-circle {
  font-size: 1.5rem;
  line-height: 1.9rem;
  color: var(--brand-color);
  line-height: 1;
}
.home-delivery-body .media i.icon-close {
  font-size: 1.6rem;
  line-height: 2rem;
  color: var(--red-3);
}
@media screen and (max-width: 767.98px) {
  .home-delivery-body .card-bordered {
    padding: 2rem 0 0.5rem 0;
    margin-bottom: 1.5rem;
  }
  .home-delivery-body p.txt-one {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  .home-delivery-body .txt-two {
    font-size: 1.2rem;
    line-height: 1.6rem;
    margin-bottom: 1.5rem;
  }
  .home-delivery-body h5 {
    font-size: 1rem;
    line-height: 1.4rem;
    padding: 0 0 1rem 1rem;
  }
  .home-delivery-body .media .icon-tick {
    font-size: 1.5rem;
    line-height: 1.9rem;
  }
  .home-delivery-body .media .icon-close {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}

.share-suggestion {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
  color: var(--black);
  margin-top: 2.5rem;
  padding: 0px 2rem;
}
.share-suggestion a {
  color: var(--tertiary-blue);
}

.text-h2 {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
  color: var(--black);
}

.share-bike {
  position: relative;
}
.share-bike > img {
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -moz-border-radius: 1rem;
}
.share-bike .share-on {
  position: absolute;
  bottom: 2rem;
}
.share-bike .share-on a + a {
  margin-left: 2rem;
}

@media screen and (max-width: 767.98px) {
  .text-h2 {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  .share-suggestion {
    font-size: 1.3rem;
    line-height: 1.7rem;
    margin-top: 2rem;
    padding: 0px 1rem;
  }
  .share-bike .share-on {
    position: absolute;
    bottom: 1rem;
  }
  .share-bike .share-on img {
    max-width: 4.1rem;
  }
  .share-bike .share-on a + a {
    margin-left: 2.2rem;
  }
}
.vehicle-near-city {
  margin: 1.4rem 0 2.4rem;
}
.vehicle-near-city h5 {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: var(--grey-33);
  margin: 0;
  padding: 0;
  font-family: "gothammedium";
}

.down-time-section {
  background: url("../images/down-time.jpg");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}

.iqube-customer-section {
  margin-top: 1rem;
  min-height: calc(100vh - 55px);
}
@media screen and (max-width: 991.98px) {
  .iqube-customer-section {
    padding-top: 3.6rem;
    padding-bottom: 3.6rem;
  }
}

.iqube-customer-login-header {
  background: var(--white);
  padding: 1rem 0;
  box-shadow: var(--sticky-header-shadow);
  -webkit-box-shadow: var(--sticky-header-shadow);
  -ms-box-shadow: var(--sticky-header-shadow);
  -moz-box-shadow: var(--sticky-header-shadow);
  border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
}

.brand-logo img {
  height: 3.4rem;
}

.iqube-customer-login-wrapper [class*=col-] {
  padding-left: 3.2rem;
  padding-right: 6rem;
}
@media screen and (max-width: 991.98px) {
  .iqube-customer-login-wrapper [class*=col-] {
    text-align: center;
    padding-right: 3.2rem;
  }
}
.iqube-customer-login-wrapper .customer-login-divider {
  border-left: 2px solid var(--light-grey-1);
  padding-left: 6rem;
  padding-right: 3.2rem;
}
@media screen and (max-width: 991.98px) {
  .iqube-customer-login-wrapper .customer-login-divider {
    border-top: 2px solid var(--light-grey-1);
    border-left: 0;
    margin-top: 3rem;
    padding-top: 3rem;
    padding-left: 0;
    padding-right: 0;
    margin-left: 3.2rem;
    margin-right: 3.2rem;
  }
}
.iqube-customer-login-wrapper i {
  font-size: 4rem;
  background: -webkit-linear-gradient(var(--secondary-green), var(--secondary-green));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1rem;
  display: inline-block;
}
.iqube-customer-login-wrapper p {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 400;
  color: var(--black);
  margin-bottom: 3.5rem;
  font-family: "gothammedium";
}
.iqube-customer-login-wrapper .customer-title {
  font-size: 3.2rem;
  line-height: 3.6rem;
  font-weight: 300;
  color: var(--black);
  margin-top: 1rem;
  margin-bottom: 1.3rem;
  font-family: "primeregular";
}
.iqube-customer-login-wrapper .customer-sub-title {
  margin-bottom: 2rem;
  text-align: left;
}

.address-info {
  margin-top: 3rem;
  margin-bottom: 0;
  padding: 1rem 5rem;
  min-height: 22rem;
}
.address-info i {
  font-size: 3.6rem;
  background: -webkit-linear-gradient(var(--secondary-green), var(--secondary-green));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1rem;
  display: inline-block;
}
.address-info h5 {
  font-size: 2.2rem;
  line-height: 2.6rem;
  font-weight: 400;
  color: var(--grey-33);
  margin-bottom: 2.5rem;
}
.address-info p {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 300;
  color: var(--grey-33);
}
.address-info p strong {
  display: block;
  margin-top: 1rem;
}

.error {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 400;
  color: var(--btn-warning-end-color);
  padding: 0 0 1rem;
  display: block;
  font-family: "gothammedium";
}

.faq {
  min-height: 8rem;
  margin-bottom: 2rem;
  padding-top: 4rem;
}
.faq .faq-section {
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -moz-border-radius: 2rem;
  margin: 0 3rem;
}
.faq .faq-section .faq-title {
  display: flex;
  align-items: baseline;
  padding: 0rem 0rem 2rem;
}
.faq .faq-section .faq-title a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.faq .faq-section .faq-title a i {
  float: left;
  font-size: 3rem;
  line-height: 3.4rem;
  font-weight: 300;
  color: var(--grey-33);
}
@media screen and (max-width: 767.98px) {
  .faq .faq-section .faq-title a i {
    font-size: 2rem;
    line-height: 2.4rem;
    font-weight: 300;
    color: var(--grey-33);
  }
}
.faq .faq-section .faq-title h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.4rem;
  line-height: 3.8rem;
  font-weight: 300;
  color: var(--grey-33);
  font-family: "primeregular";
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .faq .faq-section .faq-title h4 {
    font-size: 2.2rem;
    line-height: 2.6rem;
    font-weight: 300;
    color: var(--grey-33);
  }
}
@media screen and (max-width: 767.98px) {
  .faq .faq-section {
    margin: 0rem;
  }
}
.faq .card {
  background-color: transparent;
  border: 0px solid rgba(0, 0, 0, 0.125);
}
.faq .card .card-body {
  border-radius: 0 0 1.5rem 1.5rem;
  -webkit-border-radius: 0 0 1.5rem 1.5rem;
  -ms-border-radius: 0 0 1.5rem 1.5rem;
  -moz-border-radius: 0 0 1.5rem 1.5rem;
  box-shadow: var(--faq-shadow);
  -webkit-box-shadow: var(--faq-shadow);
  -ms-box-shadow: var(--faq-shadow);
  -moz-box-shadow: var(--faq-shadow);
  margin: -1.7rem 1.5rem 2rem;
}
.faq .card .card-header a.card-link-inner i.icon-question-circle:before {
  font-size: 2.5rem;
  line-height: 2.9rem;
  font-weight: 500;
  color: var(--light-blue-sky);
  margin-right: 1rem;
}
@media screen and (max-width: 767.98px) {
  .faq .card .card-header a.card-link-inner i.icon-question-circle:before {
    font-size: 2.2rem;
    line-height: 2.6rem;
  }
}
.faq .card .card-header a.card-link {
  display: flex;
  justify-content: space-between;
  font-size: 2rem;
  align-items: center;
}
.faq .card .card-header a.card-link i.icon-arrow-down:before, .faq .card .card-header a.card-link i.icon-arrow-up:before {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 700;
  color: var(--grey-33);
}
.faq .card .card-header.main-title {
  padding: 1.5rem 2rem;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -moz-border-radius: 1rem;
  box-shadow: var(--faq-shadow);
  -webkit-box-shadow: var(--faq-shadow);
  -ms-box-shadow: var(--faq-shadow);
  -moz-box-shadow: var(--faq-shadow);
  border: solid 2px var(--white);
  background-color: var(--white);
  margin-bottom: 1.8rem;
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 400;
  color: var(--black);
  position: relative;
  z-index: 1;
}
.faq .card .card-header.main-title.last {
  margin-bottom: 0rem;
}
.faq .card .card-header.main-title a {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 300;
  color: var(--grey-33);
  font-family: "gothammedium";
}
@media screen and (max-width: 767.98px) {
  .faq .card .card-header.main-title {
    padding: 1.2rem 2rem;
  }
  .faq .card .card-header.main-title a {
    font-size: 1.7rem;
    line-height: 2.1rem;
    display: flex;
    align-items: flex-start;
  }
}
.faq .card .card-header.inner {
  background: transparent;
  border: 0;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.16);
  border-radius: 0rem;
  -webkit-border-radius: 0rem;
  -ms-border-radius: 0rem;
  -moz-border-radius: 0rem;
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 300;
  color: var(--black);
  color: var(--black);
}
.faq .card .card-header.inner > a {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 400;
  color: var(--black);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.faq .card .card-header.inner > a:hover {
  text-decoration: none;
  color: var(--black);
}
.faq .card .card-header.inner > a img {
  margin-right: 1rem;
}
.faq .card .card-header.inner > a i.icon-plus-circle:before, .faq .card .card-header.inner > a i.icon-minus-circle:before {
  font-size: 3rem;
  line-height: 3.4rem;
  font-weight: 300;
  color: var(--tertiary-blue);
}
.faq .card .card-header.inner > a > div {
  width: 90%;
}
@media screen and (max-width: 767.98px) {
  .faq .card .card-header.inner {
    padding: 0.75rem 0.25rem;
  }
  .faq .card .card-header.inner > a {
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 400;
    color: var(--black);
    align-items: flex-start;
  }
  .faq .card .card-header.inner > a > div {
    width: 90%;
    align-items: flex-start !important;
  }
}
.faq .card.card-inner {
  border-bottom: 1px solid rgba(179, 179, 179, 0.2);
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
}
.faq .card.card-inner:last-child {
  border-bottom: 0px solid rgba(179, 179, 179, 0.2);
}
.faq .card.card-inner .card-body {
  border-radius: 0rem;
  -webkit-border-radius: 0rem;
  -ms-border-radius: 0rem;
  -moz-border-radius: 0rem;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  margin: 0;
}
.faq .card.card-inner .card-body.card-body-inner {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: var(--grey-33);
  padding-left: 4.5rem;
  max-width: 95%;
}
@media screen and (max-width: 767.98px) {
  .faq .card.card-inner .card-body.card-body-inner {
    font-size: 1.2rem;
    line-height: 1.6rem;
    padding-left: 3.5rem;
    max-width: 100%;
    padding-top: 0;
  }
}
.faq .card ul {
  padding: 0 2rem 1rem;
}
.faq .card ul li {
  list-style-type: none;
  position: relative;
  padding: 1rem 0 0 1rem;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: var(--grey-33);
}
.faq .card ul li:before {
  content: "•";
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 400;
  color: var(--grey-33);
  position: absolute;
  top: 0.5rem;
  left: -10px;
}
.faq .card ul li ul {
  padding: 0.5rem 1.6rem;
}
.faq .card ul li ul li {
  list-style: circle;
  padding-left: 0;
}
.faq .card ul li ul li:before {
  content: none;
}
@media screen and (max-width: 767.98px) {
  .faq .card ul {
    padding: 0 0 0 0.8rem;
  }
  .faq .card ul li {
    font-size: 1.2rem;
    line-height: 1.6rem;
    padding: 1rem 0 0 0.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .faq {
    padding-top: 2.5rem;
  }
}

.card-link[data-toggle=collapse] .icon-arrow-up {
  width: 2.8rem;
  height: 2.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: inherit;
}
.card-link[data-toggle=collapse] .icon-arrow-up:before {
  content: "\e9b1";
  font-size: 3rem;
  line-height: 3.4rem;
  font-weight: 500;
  color: var(--tertiary-blue);
}
@media screen and (max-width: 767.98px) {
  .card-link[data-toggle=collapse] .icon-arrow-up {
    width: 2.2rem;
    height: 2.2rem;
  }
}
.card-link[data-toggle=collapse].collapsed .icon-arrow-up:before {
  content: "\e9b2";
  font-size: 3rem;
  line-height: 3.4rem;
  font-weight: 500;
  color: var(--tertiary-blue);
}

.card-link-inner[data-toggle=collapse] .plus-circle {
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -moz-border-radius: 2rem;
  border: 2px solid var(--grey-33);
  width: 2.8rem;
  height: 2.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: inherit;
}
.card-link-inner[data-toggle=collapse] .plus-circle:before {
  content: "-";
  font-size: 3rem;
  line-height: 3.4rem;
  font-weight: 500;
  color: var(--grey-33);
}
@media screen and (max-width: 767.98px) {
  .card-link-inner[data-toggle=collapse] .plus-circle {
    width: 2.6rem;
    height: 2.6rem;
    border: 1px solid var(--grey-33);
  }
  .card-link-inner[data-toggle=collapse] .plus-circle:before {
    font-size: 3rem;
    line-height: 3.4rem;
    font-weight: 400;
    color: var(--grey-33);
  }
}
.card-link-inner[data-toggle=collapse].collapsed .plus-circle:before {
  content: "+";
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 500;
  color: var(--grey-33);
}
@media screen and (max-width: 767.98px) {
  .card-link-inner[data-toggle=collapse].collapsed .plus-circle:before {
    font-size: 2rem;
    line-height: 2.4rem;
    font-weight: 400;
    color: var(--grey-33);
  }
}

.terms-and-conditions {
  min-height: 8rem;
  margin-bottom: 2rem;
  padding-top: 5rem;
}
.terms-and-conditions .terms-title {
  display: flex;
  padding: 0rem 2rem 2rem;
}
.terms-and-conditions .terms-title a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.terms-and-conditions .terms-title a i {
  float: left;
  font-size: 3rem;
  line-height: 3.4rem;
  font-weight: 300;
  color: var(--grey-33);
}
@media screen and (max-width: 767.98px) {
  .terms-and-conditions .terms-title a i {
    font-size: 2rem;
    line-height: 2.4rem;
    font-weight: 300;
    color: var(--grey-33);
  }
}
.terms-and-conditions .terms-title a:hover {
  text-decoration: none;
}
.terms-and-conditions .terms-title h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.4rem;
  line-height: 3.8rem;
  font-weight: 300;
  color: var(--grey-33);
  letter-spacing: 0.04rem;
  width: 100%;
  font-family: "primeregular";
}
@media screen and (max-width: 767.98px) {
  .terms-and-conditions .terms-title h4 {
    font-size: 2.6rem;
    line-height: 3rem;
    font-weight: 300;
    color: var(--grey-33);
    padding-right: 0rem;
    text-align: center;
  }
}
@media screen and (max-width: 767.98px) {
  .terms-and-conditions .terms-title {
    padding: 0rem 1rem 2rem;
  }
  .terms-and-conditions .terms-title a {
    padding-right: 2rem;
  }
}
.terms-and-conditions .terms-section {
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -moz-border-radius: 2rem;
  box-shadow: var(--dashboard-shadow);
  -webkit-box-shadow: var(--dashboard-shadow);
  -ms-box-shadow: var(--dashboard-shadow);
  -moz-box-shadow: var(--dashboard-shadow);
  margin: 0 3rem;
}
.terms-and-conditions .terms-section .terms-content {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: var(--black);
  line-height: 2rem;
  padding: 1rem;
}
.terms-and-conditions .terms-section .terms-content h3 {
  padding: 3rem 0rem;
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: var(--black);
}
.terms-and-conditions .terms-section .terms-content h4 {
  padding: 1rem 0rem;
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: var(--black);
}
.terms-and-conditions .terms-section .terms-content p {
  margin: 1rem 0;
}
.terms-and-conditions .terms-section .terms-content.terms-inner ol {
  counter-reset: item;
}
.terms-and-conditions .terms-section .terms-content.terms-inner ol li {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
  color: var(--grey-33);
  font-family: "gothammedium";
}
.terms-and-conditions .terms-section .terms-content.terms-inner ol li:before {
  content: counters(item, ".") ".";
  counter-increment: item;
  position: absolute;
  margin-right: 100%;
  right: 10px; /* space between number and text */
}
.terms-and-conditions .terms-section .terms-content.terms-inner ol li > ol li {
  font-family: "Roboto";
}
.terms-and-conditions .terms-section .terms-content.terms-inner ol li p {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: var(--grey-33);
  font-family: "roboto";
}
@media screen and (max-width: 767.98px) {
  .terms-and-conditions .terms-section .terms-content.terms-inner ol li p {
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 400;
    color: var(--grey-33);
  }
}
.terms-and-conditions .terms-section .terms-content.terms-inner ol li p a {
  font-weight: 500;
  color: var(--grey-33);
  text-decoration: underline;
}
.terms-and-conditions .terms-section .terms-content.terms-inner ol li.title {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 400;
  color: var(--grey-33);
  padding-top: 2rem;
}
@media screen and (max-width: 767.98px) {
  .terms-and-conditions .terms-section .terms-content.terms-inner ol li.title {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}
@media screen and (max-width: 767.98px) {
  .terms-and-conditions .terms-section .terms-content {
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 400;
    color: var(--grey-33);
    padding: 1rem 0rem;
  }
  .terms-and-conditions .terms-section .terms-content.terms-inner ol {
    padding-inline-start: 2.5rem;
  }
  .terms-and-conditions .terms-section .terms-content.terms-inner ol li {
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 400;
    color: var(--grey-33);
  }
  .terms-and-conditions .terms-section .terms-content.terms-inner ol li:before {
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 400;
    color: var(--grey-33);
  }
  .terms-and-conditions .terms-section .terms-content.terms-inner ol li ol {
    padding-inline-start: 2rem;
  }
}
.terms-and-conditions .terms-section ul {
  padding: 1rem 2rem;
}
.terms-and-conditions .terms-section ul li {
  list-style-type: none;
  position: relative;
  padding: 1rem;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 300;
  color: var(--black);
}
.terms-and-conditions .terms-section ul li:before {
  content: "► ";
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 300;
  color: var(--black);
  position: absolute;
  top: 1rem;
  left: -10px;
}
.terms-and-conditions .terms-section .inner-para {
  padding: 0;
  margin-left: -4rem;
}
.terms-and-conditions .terms-section .inner-title {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 400;
  color: var(--grey-33);
  font-family: "gothammedium";
  margin-bottom: 1rem;
}
@media screen and (max-width: 767.98px) {
  .terms-and-conditions .terms-section {
    margin: 0rem;
  }
}
@media screen and (max-width: 991.98px) {
  .terms-and-conditions {
    padding-top: 3rem;
  }
}

.desclaimer {
  min-height: 8rem;
  margin-bottom: 2rem;
  padding-top: 5rem;
}
.desclaimer .desclaimer-title {
  display: flex;
  padding: 0rem 7rem 2rem;
  display: flex;
  align-items: baseline;
}
.desclaimer .desclaimer-title a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.desclaimer .desclaimer-title a i {
  float: left;
  font-size: 3rem;
  line-height: 3.4rem;
  font-weight: 300;
  color: var(--grey-33);
}
@media screen and (max-width: 767.98px) {
  .desclaimer .desclaimer-title a i {
    font-size: 2rem;
    line-height: 2.4rem;
    font-weight: 300;
    color: var(--grey-33);
  }
}
.desclaimer .desclaimer-title a:hover {
  text-decoration: none;
}
.desclaimer .desclaimer-title h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.4rem;
  line-height: 3.8rem;
  font-weight: 300;
  color: var(--grey-33);
  font-family: "primeregular";
  letter-spacing: 0.04rem;
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .desclaimer .desclaimer-title h4 {
    font-size: 2.6rem;
    line-height: 3rem;
    font-weight: 300;
    color: var(--grey-33);
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 767.98px) {
  .desclaimer .desclaimer-title {
    padding: 0rem 1rem 1rem;
  }
}
.desclaimer .desclaimer-section {
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -moz-border-radius: 1rem;
  box-shadow: var(--dashboard-shadow);
  -webkit-box-shadow: var(--dashboard-shadow);
  -ms-box-shadow: var(--dashboard-shadow);
  -moz-box-shadow: var(--dashboard-shadow);
  margin: 0 7rem;
}
.desclaimer .desclaimer-section .desclaimer-content {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 300;
  color: var(--black);
  line-height: 2rem;
  padding: 0 1rem 1rem !important;
}
.desclaimer .desclaimer-section .desclaimer-content .content-text {
  padding: 2.4rem 0rem;
  border-bottom: 1px solid rgba(179, 179, 179, 0.2);
}
.desclaimer .desclaimer-section .desclaimer-content .content-text:last-child {
  border-bottom: 0px solid rgba(179, 179, 179, 0.2);
}
.desclaimer .desclaimer-section .desclaimer-content .content-text h5 {
  font-size: 2.2rem;
  line-height: 2.6rem;
  font-weight: 300;
  color: var(--grey-33);
  letter-spacing: 0.24px;
  font-family: "gothammedium";
}
.desclaimer .desclaimer-section .desclaimer-content .content-text span {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 400;
  color: var(--black);
  padding: 0.3rem 0rem;
  letter-spacing: 0.18px;
}
.desclaimer .desclaimer-section .desclaimer-content .content-text span a {
  color: var(--grey-33);
  text-decoration: underline;
}
.desclaimer .desclaimer-section .desclaimer-content .content-text span.inner-points {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
  color: var(--black);
  letter-spacing: 0.16px;
}
.desclaimer .desclaimer-section .desclaimer-content .content-text span.inner-points:before {
  content: "• ";
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 400;
  color: var(--black);
  opacity: 0.4;
}
.desclaimer .desclaimer-section .desclaimer-content .content-text.mobile-desclaimer {
  flex-direction: initial;
}
@media screen and (max-width: 767.98px) {
  .desclaimer .desclaimer-section .desclaimer-content .content-text {
    padding: 2rem 0rem;
  }
  .desclaimer .desclaimer-section .desclaimer-content .content-text.mobile-desclaimer {
    flex-direction: column-reverse;
  }
  .desclaimer .desclaimer-section .desclaimer-content .content-text h5 {
    font-size: 1.8rem;
    line-height: 2.2rem;
    font-weight: 300;
    color: var(--grey-33);
  }
  .desclaimer .desclaimer-section .desclaimer-content .content-text span {
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 400;
    color: var(--grey-33);
  }
  .desclaimer .desclaimer-section .desclaimer-content .content-text span.inner-points {
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 400;
    color: var(--grey-33);
  }
}
.desclaimer .desclaimer-section .desclaimer-content #range:target h5,
.desclaimer .desclaimer-section .desclaimer-content #range:target span {
  color: var(--grey-33);
}
.desclaimer .desclaimer-section .desclaimer-content #topspeed:target h5,
.desclaimer .desclaimer-section .desclaimer-content #topspeed:target span {
  color: var(--grey-33e);
}
.desclaimer .desclaimer-section .desclaimer-content #smartchoice:target h5,
.desclaimer .desclaimer-section .desclaimer-content #smartchoice:target span {
  color: var(--grey-33);
}
.desclaimer .desclaimer-section .desclaimer-content #acceleration:target h5,
.desclaimer .desclaimer-section .desclaimer-content #acceleration:target span {
  color: var(--grey-33);
}
.desclaimer .desclaimer-section .desclaimer-content #power:target h5,
.desclaimer .desclaimer-section .desclaimer-content #power:target span {
  color: var(--grey-33);
}
.desclaimer .desclaimer-section .desclaimer-content #motor:target h5,
.desclaimer .desclaimer-section .desclaimer-content #motor:target span {
  color: var(--grey-33);
}
.desclaimer .desclaimer-section .desclaimer-content #battery:target h5,
.desclaimer .desclaimer-section .desclaimer-content #battery:target span {
  color: var(--grey-33);
}
@media screen and (max-width: 767.98px) {
  .desclaimer .desclaimer-section {
    margin: 0rem;
  }
}
.desclaimer .desclaimer-choice-wrapper {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.desclaimer .desclaimer-choice-wrapper h3 {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 300;
  color: var(--tertiary-blue);
  margin-bottom: 6.4rem;
}
.desclaimer .desclaimer-choice-wrapper .saving-detail h4 {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 300;
  color: var(--black);
  margin-bottom: 0rem;
}
.desclaimer .desclaimer-choice-wrapper .saving-detail p {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 300;
  color: var(--black);
  margin-bottom: 0;
}
.desclaimer .desclaimer-choice-wrapper .saving-detail p strong {
  font-weight: bold;
}
.desclaimer .desclaimer-choice-wrapper .saving-detail p span {
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 900;
  color: var(--btn-primary-end-color);
}
.desclaimer .desclaimer-choice-wrapper .saving-detail p a {
  color: var(--tertiary-blue);
}
.desclaimer .desclaimer-choice-wrapper .saving-detail p a:hover {
  text-decoration: none;
}
.desclaimer .desclaimer-choice-wrapper .info-text p {
  font-size: 1.3rem;
  line-height: 1.7rem;
  font-weight: 300;
  color: var(--tertiary-blue);
  border-radius: 1.5rem;
  -webkit-border-radius: 1.5rem;
  -ms-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  background: var(--light-blue);
  padding: 0.8rem 2.3rem;
}
@media screen and (max-width: 991.98px) {
  .desclaimer .desclaimer-choice-wrapper h3 {
    font-size: 3rem;
    line-height: 3.4rem;
    margin-bottom: 3.5rem;
  }
  .desclaimer .desclaimer-choice-wrapper .saving-detail h4 {
    font-size: 1.6rem;
    line-height: 2rem;
    margin-top: 1.5rem;
  }
  .desclaimer .desclaimer-choice-wrapper .saving-detail p {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}
@media screen and (max-width: 767.98px) {
  .desclaimer .desclaimer-choice-wrapper h3 {
    font-size: 2.2rem;
    line-height: 2.6rem;
    margin-bottom: 3rem;
  }
  .desclaimer .desclaimer-choice-wrapper .saving-detail h4 {
    font-size: 1.8rem;
    line-height: 2.2rem;
    margin-bottom: 0rem;
  }
  .desclaimer .desclaimer-choice-wrapper .saving-detail p {
    font-size: 1.4rem;
    line-height: 1.8rem;
    max-width: 24rem;
    margin: 0 auto;
  }
}
.desclaimer .pricing-box {
  width: 940px;
  max-width: 100%;
}
.desclaimer .pricing-box .left-box,
.desclaimer .pricing-box .right-box {
  width: 50%;
  padding-bottom: 6rem;
  padding-top: 1rem;
}
.desclaimer .pricing-box .left-box {
  background-image: url(../images/left-bg.png);
  background-repeat: no-repeat;
  border-right: 2px solid var(--white);
  background-position: right center;
  background-size: contain;
  padding-right: 3rem;
}
.desclaimer .pricing-box .left-box .energy-img {
  margin-right: 5rem;
}
.desclaimer .pricing-box .right-box {
  background-image: url(../images/right-bg.png);
  background-repeat: no-repeat;
  background-position: 10% 0;
  background-position: left center;
  background-size: contain;
  padding-left: 3rem;
}
.desclaimer .pricing-box .right-box .energy-img {
  margin-left: 5rem;
}
.desclaimer .pricing-box .energy-img {
  margin-bottom: 0rem;
  position: relative;
}
.desclaimer .pricing-box .energy-img i {
  font-size: 10rem;
  line-height: 10.4rem;
  font-weight: 300;
  color: var(--grey-17);
}
.desclaimer .pricing-box .energy-img .fuel,
.desclaimer .pricing-box .energy-img .battery {
  position: absolute;
  z-index: 1;
  top: 2rem;
  background: var(--white);
  height: 7rem;
  width: 7rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  box-shadow: var(--fual-box-shadow);
  -webkit-box-shadow: var(--fual-box-shadow);
  -ms-box-shadow: var(--fual-box-shadow);
  -moz-box-shadow: var(--fual-box-shadow);
}
.desclaimer .pricing-box .energy-img .fuel i,
.desclaimer .pricing-box .energy-img .battery i {
  font-size: 4rem;
  line-height: 4.4rem;
  font-weight: 300;
  background: -webkit-linear-gradient(var(--btn-warning-start-color), var(--btn-warning-start-color));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.desclaimer .pricing-box .energy-img .fuel i.icon-battery,
.desclaimer .pricing-box .energy-img .battery i.icon-battery {
  background: -webkit-linear-gradient(var(--primary-green), var(--secondary-green));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.desclaimer .pricing-box .energy-img .fuel {
  right: -5rem;
}
.desclaimer .pricing-box .energy-img .battery {
  left: -5rem;
}
.desclaimer .pricing-box .mileage {
  margin-bottom: 0.3rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px dashed var(--grey-6);
}
.desclaimer .pricing-box .mileage .day-count {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 300;
  color: var(--black);
}
.desclaimer .pricing-box .mileage .day-count span {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 300;
  color: var(--black);
}
.desclaimer .pricing-box .mileage .years-count {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 300;
  color: var(--black);
  padding-left: 0.5rem;
}
.desclaimer .pricing-box .mileage .years-count span {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 900;
  color: var(--btn-primary-end-color);
}
.desclaimer .pricing-box .amount-details .amount {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 300;
  color: var(--black);
  margin-bottom: 0;
}
.desclaimer .pricing-box .amount-details span {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 300;
  color: var(--black);
}
.desclaimer .pricing-box .amount-details span.gst {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 300;
  color: var(--black);
}
@media screen and (max-width: 991.98px) {
  .desclaimer .pricing-box {
    width: 720px;
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .desclaimer .pricing-box .left-box {
    padding-right: 4rem;
  }
  .desclaimer .pricing-box .left-box .energy-img {
    margin-right: 5rem;
  }
  .desclaimer .pricing-box .right-box {
    padding-left: 4rem;
  }
  .desclaimer .pricing-box .right-box .energy-img {
    margin-left: 5rem;
  }
  .desclaimer .pricing-box .energy-img {
    margin-bottom: 1.5rem;
  }
  .desclaimer .pricing-box .energy-img i {
    font-size: 18rem;
    line-height: 18.4rem;
  }
  .desclaimer .pricing-box .energy-img .fuel,
  .desclaimer .pricing-box .energy-img .battery {
    top: 5rem;
    height: 9rem;
    width: 9rem;
  }
  .desclaimer .pricing-box .energy-img .fuel i,
  .desclaimer .pricing-box .energy-img .battery i {
    font-size: 4rem;
  }
  .desclaimer .pricing-box .mileage {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
  .desclaimer .pricing-box .mileage .day-count {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .desclaimer .pricing-box .mileage .years-count {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .desclaimer .pricing-box .mileage .years-count span {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  .desclaimer .pricing-box .energy-img {
    margin-bottom: 0;
  }
  .desclaimer .pricing-box .amount-details .amount {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  .desclaimer .pricing-box .amount-details span {
    font-size: 1rem;
    line-height: 1.4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .desclaimer .pricing-box .left-box,
  .desclaimer .pricing-box .right-box {
    padding-top: 1rem;
    padding-bottom: 3rem;
  }
  .desclaimer .pricing-box .left-box {
    padding-right: 1.5rem;
  }
  .desclaimer .pricing-box .left-box .energy-img {
    margin-right: 2.5rem;
  }
  .desclaimer .pricing-box .right-box {
    padding-left: 1.5rem;
  }
  .desclaimer .pricing-box .right-box .energy-img {
    margin-left: 2.5rem;
  }
  .desclaimer .pricing-box .energy-img {
    margin-bottom: 1.5rem;
  }
  .desclaimer .pricing-box .energy-img i {
    font-size: 9rem;
    line-height: 9.4rem;
  }
  .desclaimer .pricing-box .energy-img .fuel,
  .desclaimer .pricing-box .energy-img .battery {
    top: 2rem;
    height: 5rem;
    width: 5rem;
  }
  .desclaimer .pricing-box .energy-img .fuel i,
  .desclaimer .pricing-box .energy-img .battery i {
    font-size: 2.5rem;
  }
  .desclaimer .pricing-box .mileage {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
  .desclaimer .pricing-box .mileage .day-count {
    font-size: 1rem;
    line-height: 1.4rem;
  }
  .desclaimer .pricing-box .mileage .day-count span {
    font-size: 1rem;
    line-height: 1.4rem;
  }
  .desclaimer .pricing-box .mileage .years-count {
    font-size: 1.2rem;
    line-height: 1.6rem;
    padding: 0 0.3rem;
  }
  .desclaimer .pricing-box .mileage .years-count span {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  .desclaimer .pricing-box .energy-img {
    margin-bottom: 0;
  }
  .desclaimer .pricing-box .energy-img .fuel {
    right: -2.5rem;
  }
  .desclaimer .pricing-box .energy-img .battery {
    left: -2.5rem;
  }
  .desclaimer .pricing-box .amount-details .amount {
    font-size: 2.4rem;
    line-height: 2.8rem;
    font-weight: 400;
  }
  .desclaimer .pricing-box .amount-details span {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }
  .desclaimer .pricing-box .amount-details span.gst {
    font-size: 1rem;
    line-height: 1.4rem;
    font-weight: 400;
  }
}
@media screen and (max-width: 991.98px) {
  .desclaimer {
    padding-top: 2.5rem;
  }
}

.video-wrapper {
  overflow: hidden;
}
.video-wrapper .curve.top {
  content: url("../images/video-top.svg");
}
.video-wrapper .curve.bottom {
  content: url("../images/video-bottom.svg");
}
.video-wrapper iframe {
  height: 60rem;
  display: block;
}
@media screen and (max-width: 767.98px) {
  .video-wrapper iframe {
    height: 40rem;
  }
}
.video-wrapper .btn-link i {
  font-size: 6rem;
  line-height: 6.4rem;
  color: var(--white);
}
.video-wrapper .player-thumbnail {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--black);
  opacity: 1;
  visibility: visible;
  transition: 300ms linear 0s;
  -webkit-transition: 300ms linear 0s;
  -moz-transition: 300ms linear 0s;
  -ms-transition: 300ms linear 0s;
}
.video-wrapper .player-thumbnail:hover img {
  opacity: 0.7;
}
.video-wrapper .player-thumbnail:hover .btn-link {
  opacity: 1;
}
.video-wrapper .player-thumbnail img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 300ms linear 0s;
  -webkit-transition: 300ms linear 0s;
  -moz-transition: 300ms linear 0s;
  -ms-transition: 300ms linear 0s;
}
.video-wrapper .player-thumbnail .btn-link {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transition: 300ms linear 0s;
  -webkit-transition: 300ms linear 0s;
  -moz-transition: 300ms linear 0s;
  -ms-transition: 300ms linear 0s;
  color: var(--white);
  font-size: 8.2rem;
  text-decoration: none;
  opacity: 0.5;
}
@media screen and (max-width: 767.98px) {
  .video-wrapper .player-thumbnail .btn-link {
    font-size: 5rem;
  }
}
.video-wrapper.play .player-thumbnail {
  opacity: 0;
  visibility: hidden;
}
.video-wrapper .curve {
  transition: 800ms linear 0s;
  -webkit-transition: 800ms linear 0s;
  -moz-transition: 800ms linear 0s;
  -ms-transition: 800ms linear 0s;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  z-index: 1;
}
.video-wrapper.play .top {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
}
.video-wrapper.play .bottom {
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
}
@media screen and (max-width: 767.98px) {
  .video-wrapper .btn-link i {
    font-size: 4rem;
    line-height: 4.4rem;
  }
}

.feedback-form-wrapper .rating-check-list li + li {
  margin-top: 0.5rem;
}
.feedback-form-wrapper .rating-radio-list {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.feedback-form-wrapper .rating-radio-list li {
  padding: 0 2rem 0 1.5rem;
  background: var(--grey-21);
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -moz-border-radius: 1rem;
}
.feedback-form-wrapper .rating-radio-list li .order {
  min-width: 3rem;
  font-size: 1.5rem;
  line-height: 1.9rem;
  font-weight: 500;
  color: var(--grey-2);
}
.feedback-form-wrapper .rating-radio-list li + li {
  margin-top: 1.2rem;
  padding: 1rem 1.5rem;
}
.feedback-form-wrapper .rating-radio-list li.no-bg {
  background: none;
  margin-top: 0;
}
.feedback-form-wrapper .rating-radio-list li.no-bg.rating-description {
  font-size: 1.5rem;
  line-height: 1.9rem;
  font-weight: 400;
  color: var(--black);
  padding: 0 0 0 2rem;
}
.feedback-form-wrapper .rating-box {
  min-height: 2.7rem;
}
.feedback-form-wrapper .list-title {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: var(--black);
}
.feedback-form-wrapper .confirmation-section .icon-wrapper {
  margin-bottom: 3rem;
}
.feedback-form-wrapper .confirmation-section .icon-wrapper i {
  background: -webkit-linear-gradient(var(--primary-green), var(--secondary-green));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 9.2rem;
}
.feedback-form-wrapper .confirmation-section p {
  font-size: 3.6rem;
  line-height: 4rem;
  font-weight: 300;
  color: var(--black);
}
.feedback-form-wrapper .button-wrapper {
  display: flex;
  justify-content: center;
}
.feedback-form-wrapper .button-wrapper .btn {
  margin: 0 2rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767.98px) {
  .feedback-form-wrapper .button-wrapper .btn {
    margin-bottom: 2rem;
  }
}
.feedback-form-wrapper .error-info-text {
  font-size: 1.4rem;
  line-height: 1.8rem;
  padding-bottom: 1.5rem;
}
.feedback-form-wrapper .error-info-text i {
  font-size: 1.8rem;
  line-height: 2.2rem;
  margin-right: 0.5rem;
}
@media screen and (max-width: 767.98px) {
  .feedback-form-wrapper .list-title {
    font-size: 1.3rem;
    line-height: 1.7rem;
  }
  .feedback-form-wrapper .rating-box {
    margin-top: 1.1rem;
    min-height: 2.2rem;
  }
  .feedback-form-wrapper .rating-radio-list {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .feedback-form-wrapper .rating-radio-list li {
    padding: 0 2.5rem 0 2rem;
  }
  .feedback-form-wrapper .rating-radio-list li + li {
    padding: 1.5rem 2rem;
  }
  .feedback-form-wrapper .rating-radio-list li.no-bg.rating-description {
    font-size: 1.3rem;
    line-height: 1.7rem;
    padding: 0 1.5rem;
  }
  .feedback-form-wrapper .confirmation-section .icon-wrapper {
    margin-bottom: 1.5rem;
  }
  .feedback-form-wrapper .confirmation-section .icon-wrapper i {
    font-size: 4.5rem;
  }
  .feedback-form-wrapper .confirmation-section p {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  .feedback-form-wrapper .error-info-text {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  .feedback-form-wrapper .error-info-text i {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}

.slick-dots {
  position: static;
  margin-bottom: 3rem;
}
.slick-dots li {
  margin: 0;
  height: 16px;
  width: 16px;
}
.slick-dots li button:before {
  font-size: 3.2rem;
  line-height: 1.6rem;
}

.slick-prev,
.slick-next {
  border-radius: 5rem;
  -webkit-border-radius: 5rem;
  -ms-border-radius: 5rem;
  -moz-border-radius: 5rem;
  top: 40%;
  border: 1px solid var(--grey-33);
  width: 3.5rem;
  height: 3.5rem;
}
.slick-prev:before,
.slick-next:before {
  font-family: "icomoon";
  font-size: 1.5rem;
  line-height: 1.9rem;
  color: var(--grey-33);
  opacity: 100;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 100 !important;
}

.slick-prev {
  left: 7.8rem;
  z-index: 1;
}
.slick-prev:before {
  content: "\e9c9";
}

.slick-next {
  right: 7.8rem;
  z-index: 1;
}
.slick-next:before {
  content: "\e994";
}

.slick-dots li button:before {
  color: var(--grey-17);
  opacity: 100;
}
.slick-dots li.slick-active button:before {
  color: var(--grey-33);
}

@media screen and (max-width: 767.98px) {
  .slick-prev,
  .slick-next {
    top: 30%;
  }
  .slick-prev:before,
  .slick-next:before {
    font-size: 2.3rem;
    line-height: 2.7rem;
  }
  .slick-dots {
    margin-bottom: 0;
  }
  .slick-dots li button:before {
    font-size: 3rem;
    line-height: 1.1rem;
  }
  .slick-prev {
    left: 1rem;
  }
  .slick-next {
    right: 1rem;
  }
}
.designtab-slider .slick-prev,
.designtab-slider .slick-next {
  top: 47%;
}
.designtab-slider .slick-dots li button:before {
  color: var(--grey-33);
  font-size: 2.2rem;
  line-height: 1.1rem;
  opacity: 0.2;
}
.designtab-slider .slick-dots li.slick-active button:before {
  color: var(--grey-33);
  opacity: 1;
}
@media screen and (max-width: 991.98px) {
  .designtab-slider .slide-item {
    padding: 0;
  }
  .designtab-slider .slick-dots li {
    margin-bottom: 1rem;
  }
}

.chargingtab-slider {
  text-align: center;
  padding: 0 13rem;
  margin-bottom: 0 !important;
}
.chargingtab-slider .slick-dotted {
  margin-bottom: 0;
}
.chargingtab-slider .slide-item {
  margin-bottom: 2rem;
}
.chargingtab-slider .slick-prev {
  left: 0;
}
.chargingtab-slider .slick-next {
  right: 0;
}
.chargingtab-slider .slick-slide img {
  display: initial;
}
.chargingtab-slider .slick-slide:focus {
  outline: none;
}
.chargingtab-slider .slick-slide:last-child {
  border-right: 0;
}
.chargingtab-slider .slick-dots {
  position: absolute;
  margin-bottom: 8.5rem;
  left: -1rem;
}
.chargingtab-slider .slick-dots li button:before {
  color: var(--grey-16);
}
.chargingtab-slider .slick-dots li.slick-active button:before {
  color: var(--tertiary-blue);
}
@media screen and (max-width: 991.98px) {
  .chargingtab-slider {
    padding: 0;
  }
  .chargingtab-slider .slick-prev,
  .chargingtab-slider .slick-next {
    top: 50%;
  }
}
@media screen and (max-width: 767.98px) {
  .chargingtab-slider {
    padding: 0;
  }
  .chargingtab-slider .slick-prev,
  .chargingtab-slider .slick-next {
    top: 50%;
  }
  .chargingtab-slider .slick-dots {
    position: static;
    margin-bottom: 0;
    left: auto;
  }
}

.charging-package-wrapper .cards-wrapper {
  padding: 3rem 0 1.5rem 0;
}
.charging-package-wrapper .packages-wrapper {
  margin-bottom: 3rem;
}
.charging-package-wrapper .packages-wrapper > .row > [class*=col-] {
  padding: 4.5rem 5rem 2rem 0;
}
.charging-package-wrapper .packages-wrapper > .row > [class*=col-] + [class*=col-] {
  padding: 4.5rem 0 2rem 5rem;
}
.charging-package-wrapper .packages-wrapper .col-second {
  margin-left: 0rem;
  border-left: 1px solid var(--grey-16);
}
.charging-package-wrapper.choose-option {
  padding: 0 8.2rem;
}
.charging-package-wrapper.change-package {
  padding: 0 4rem;
}
.charging-package-wrapper.change-package .package-card {
  max-width: 30.7rem;
}
.charging-package-wrapper.change-package h3 {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 500;
  color: var(--black);
  margin-bottom: 1.5rem;
}
.charging-package-wrapper label {
  width: 100%;
}
.charging-package-wrapper .card-input-element {
  display: none;
}
.charging-package-wrapper .package-card {
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -moz-border-radius: 2rem;
  box-shadow: var(--shadow-light);
  -webkit-box-shadow: var(--shadow-light);
  -ms-box-shadow: var(--shadow-light);
  -moz-box-shadow: var(--shadow-light);
  overflow: hidden;
  position: relative;
}
.charging-package-wrapper .package-card .package-name {
  -webkit-clip-path: polygon(0 0, 15% 100%, 100% 100%, 100% 100%, 100% 0);
  clip-path: polygon(0 0, 15% 100%, 100% 100%, 100% 100%, 100% 0);
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 300;
  color: var(--white);
  position: absolute;
  right: 0;
  top: 0;
  background: var(--tvs-blue);
  padding: 0.8rem 0;
  width: 10rem;
}
.charging-package-wrapper .package-card .package-card-body {
  background: var(--white);
}
.charging-package-wrapper .package-card .card-banner-header {
  background-image: linear-gradient(to right, #f0f0f0, #ffffff);
  padding: 2.2rem 2.5rem 1.2rem;
}
.charging-package-wrapper .package-card .card-banner-header h4 {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 700;
  color: var(--black);
}
.charging-package-wrapper .package-lg-card {
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -moz-border-radius: 2rem;
  box-shadow: var(--shadow-light);
  -webkit-box-shadow: var(--shadow-light);
  -ms-box-shadow: var(--shadow-light);
  -moz-box-shadow: var(--shadow-light);
  overflow: hidden;
  position: relative;
}
.charging-package-wrapper .package-lg-card p {
  font-size: 1.5rem;
  line-height: 1.9rem;
  font-weight: 300;
  color: var(--black);
}
.charging-package-wrapper .package-lg-card .card-banner-header {
  background-image: linear-gradient(to right, #f0f0f0, #ffffff);
  padding: 2.2rem 2.5rem 1.2rem;
}
.charging-package-wrapper .package-lg-card .card-banner-header h4 {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 700;
  color: var(--black);
}
.charging-package-wrapper .package-md-card {
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  box-shadow: var(--shadow-light);
  -webkit-box-shadow: var(--shadow-light);
  -ms-box-shadow: var(--shadow-light);
  -moz-box-shadow: var(--shadow-light);
  overflow: hidden;
  position: relative;
  margin-bottom: 3rem;
}
.charging-package-wrapper .package-md-card p {
  font-size: 1.5rem;
  line-height: 1.9rem;
  font-weight: 400;
  color: var(--black);
}
.charging-package-wrapper .package-md-card .city-launch {
  font-size: 1.7rem;
  line-height: 2.1rem;
  font-weight: 500;
  color: var(--secondary-green);
}
.charging-package-wrapper .package-md-card .card-banner-header {
  background-image: linear-gradient(to right, #ddf2fd, #ffffff);
  padding: 1.5rem 2.5rem 0.8rem;
}
.charging-package-wrapper .package-md-card .card-banner-header h4 {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: var(--txt-blue);
  font-family: "gothammedium";
}
.charging-package-wrapper .package-md-card .lg-card-body {
  min-height: auto;
  padding: 2rem 2.2rem;
}
.charging-package-wrapper .lg-card-body {
  background: var(--white);
  padding: 2rem 3rem;
  min-height: 44rem;
  font-family: "gothammedium";
}
.charging-package-wrapper .lg-card-body.less-description {
  padding: 2rem 2rem 0;
  min-height: 14.6rem;
}
.charging-package-wrapper .col-first {
  padding-right: 3.8rem;
}
.charging-package-wrapper .divider {
  padding-left: 4.5rem;
  margin-left: 0rem;
  border-left: 1px solid var(--grey-16);
}
.charging-package-wrapper .img-card img {
  background-size: cover;
  height: 17rem;
  width: 100%;
}
.charging-package-wrapper .card-banner {
  background: linear-gradient(var(--white), var(--grey-4));
  padding: 1.6rem 2rem;
}
.charging-package-wrapper .card-banner .card-img-small {
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -moz-border-radius: 2rem;
  min-width: 9.6rem;
  height: 9rem;
  background: var(--grey-5);
}
.charging-package-wrapper .card-banner .card-img-small img {
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -moz-border-radius: 2rem;
  width: 9.6rem;
}
.charging-package-wrapper .card-banner .card-name {
  display: flex;
  align-items: flex-end;
  padding-left: 1.5rem;
}
.charging-package-wrapper .card-banner h4 {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 0;
}
.charging-package-wrapper .card-list {
  padding: 1.5rem 2rem;
  min-height: 19rem;
}
.charging-package-wrapper .card-list .card-detail {
  text-align: initial;
  font-size: 1.3rem;
  line-height: 1.7rem;
  font-weight: 300;
  color: var(--black);
  line-height: 2rem;
}
.charging-package-wrapper .card-list ul {
  padding-left: 0;
  list-style: none;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 300;
  color: var(--black);
}
.charging-package-wrapper .card-list ul li {
  display: flex;
  text-align: left;
}
.charging-package-wrapper .card-list ul li:before {
  content: "•";
  font-size: 120%;
  padding-right: 0.3rem;
}
.charging-package-wrapper .card-list ul li + li {
  margin-top: 1rem;
}
.charging-package-wrapper .package-header {
  background-image: linear-gradient(to right, #f0f0f0, #ffffff);
  padding: 0.8rem 3rem 0 3rem;
  min-height: 6.4rem;
}
.charging-package-wrapper .package-header h4 {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
  color: var(--grey-33);
  font-family: "gothammedium";
}
.charging-package-wrapper .package-footer {
  padding: 2rem;
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 400;
  color: var(--grey-33);
  border-top: 1px solid var(--grey-11);
  background: var(--white);
  font-family: "gothammedium";
}
.charging-package-wrapper .package-footer .with-gst {
  width: 100%;
}
.charging-package-wrapper .package-footer .mrp {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 300;
  color: var(--black);
  margin-right: 0.5rem;
}
.charging-package-wrapper .package-footer .gst {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 300;
  color: var(--black);
  margin-left: 0.5rem;
}
.charging-package-wrapper .charging-offer {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 300;
  color: var(--black);
}
.charging-package-wrapper .charging-offer .learn-more-btn {
  text-align: right;
}
.charging-package-wrapper .charging-offer span {
  display: flex;
}
.charging-package-wrapper .charging-disclaimer {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 400;
  color: var(--grey-15);
}
.charging-package-wrapper .package-selected {
  border: 2px solid var(--dark-blue);
}
.charging-package-wrapper .package-selected .card-banner-header {
  background-image: linear-gradient(to right, #ddf2fd, #ffffff);
}
.charging-package-wrapper .action-btn {
  text-align: center;
  margin-top: 3rem;
}
.charging-package-wrapper .solution-heading h4 {
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 500;
  color: var(--black);
}
.charging-package-wrapper .solution-heading p {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 300;
  color: var(--black);
  margin-top: 1.5rem;
}
.charging-package-wrapper .charging-heading {
  margin-bottom: 3rem;
}
.charging-package-wrapper .charging-heading i {
  font-size: 5rem;
  margin-right: 1.5rem;
  background: -webkit-linear-gradient(var(--primary-green), var(--secondary-green));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.charging-package-wrapper .charging-heading h4 {
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 500;
  color: var(--black);
}
.charging-package-wrapper .charging-heading span {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 400;
  color: var(--black);
}
.charging-package-wrapper .text-discription {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 300;
  color: var(--black);
  margin-bottom: 4rem;
}
.charging-package-wrapper .smartXhome-img img {
  margin-top: 1rem;
}
.charging-package-wrapper .cable-img img {
  max-width: 15.5rem;
}
.charging-package-wrapper .current-selection {
  margin: 2rem 1.5rem;
}
.charging-package-wrapper .current-selection span {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 300;
  color: var(--black);
}
.charging-package-wrapper .current-selection span + span {
  font-weight: 500;
}
@media screen and (max-width: 991.98px) {
  .charging-package-wrapper .cards-wrapper {
    padding: 3rem 0 1.8rem 0;
  }
  .charging-package-wrapper .cards-wrapper .row [class*=col-] + [class*=col-] {
    margin-top: 3rem;
  }
  .charging-package-wrapper .charging-offer {
    text-align: center;
  }
  .charging-package-wrapper .charging-offer span {
    margin-bottom: 1.5rem;
    display: block;
  }
  .charging-package-wrapper .charging-offer .learn-more-btn {
    text-align: center;
  }
  .charging-package-wrapper .col-first {
    padding-right: 1.5rem;
  }
  .charging-package-wrapper .divider {
    padding-left: 1.5rem;
    padding-top: 3rem;
    margin-left: 0;
    border-left: none;
    border-top: 1px solid var(--grey-16);
  }
  .charging-package-wrapper.change-package {
    padding: 0 1.5rem;
  }
  .charging-package-wrapper.change-package .package-card {
    max-width: 100%;
  }
  .charging-package-wrapper.change-package h3 {
    font-size: 1.8rem;
    line-height: 2.2rem;
    font-weight: 500;
    color: var(--black);
    margin-bottom: 1.5rem;
  }
  .charging-package-wrapper .packages-wrapper {
    margin-bottom: 2rem;
  }
  .charging-package-wrapper .packages-wrapper > .row > [class*=col-] {
    padding: 3rem 2.5rem;
  }
  .charging-package-wrapper .packages-wrapper > .row > [class*=col-] + [class*=col-] {
    padding: 3rem 2.5rem 0 2.5rem;
  }
  .charging-package-wrapper .packages-wrapper .col-second {
    margin-left: 0rem;
    border-top: 1px solid var(--grey-16);
    border-left: none;
  }
  .charging-package-wrapper .current-selection {
    margin: 0 1.5rem 3rem;
  }
  .charging-package-wrapper .current-selection span {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .charging-package-wrapper .lg-card-body {
    min-height: auto;
    padding: 2rem 1.5rem;
  }
  .charging-package-wrapper .lg-card-body.less-description {
    min-height: auto;
    padding: 2rem 1.5rem 1rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .charging-package-wrapper .card-list {
    padding: 1.7rem 2rem 1rem 2rem;
  }
  .charging-package-wrapper .card-list ul {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  .charging-package-wrapper .card-list ul li + li {
    margin-top: 1rem;
  }
  .charging-package-wrapper .package-header {
    padding: 1rem 2rem 0 2rem;
  }
  .charging-package-wrapper .package-header h4 {
    font-size: 1.5rem;
    line-height: 1.9rem;
    font-weight: 600;
    color: var(--black);
  }
  .charging-package-wrapper .package-header .badge {
    font-size: 1rem;
    line-height: 1.4rem;
    position: absolute;
    right: 2rem;
    left: unset;
    top: 30%;
  }
  .charging-package-wrapper .package-footer {
    padding: 1.5rem;
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  .charging-package-wrapper .package-footer .mrp {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  .charging-package-wrapper .smartXhome-img img {
    max-width: 10rem;
  }
  .charging-package-wrapper .adaptor-img img {
    max-width: 13rem;
  }
  .charging-package-wrapper .cable-img img {
    max-width: 14rem;
  }
}
@media screen and (max-width: 767.98px) {
  .charging-package-wrapper {
    padding: 0;
  }
  .charging-package-wrapper.mt-5 {
    margin-top: 2rem !important;
  }
  .charging-package-wrapper.choose-option {
    padding: 0 1.5rem;
  }
  .charging-package-wrapper .charging-disclaimer {
    font-size: 1.2rem;
    line-height: 1.6rem;
    margin: 0 2.5rem;
  }
  .charging-package-wrapper .charging-offer {
    font-size: 1.3rem;
    line-height: 1.7rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .charging-package-wrapper .package-header {
    padding: 1rem 2rem 0 2rem;
    min-height: 6.7rem;
  }
  .charging-package-wrapper .package-header h4 {
    font-size: 1.5rem;
    line-height: 1.9rem;
    font-weight: 600;
    color: var(--black);
  }
  .charging-package-wrapper .img-card {
    position: relative;
  }
  .charging-package-wrapper .img-card img {
    background-size: cover;
    max-height: 17rem;
    width: 100%;
  }
  .charging-package-wrapper .card-list {
    min-height: 19rem;
  }
  .charging-package-wrapper .solution-heading {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .charging-package-wrapper .solution-heading h4 {
    font-size: 1.5rem;
    line-height: 1.9rem;
  }
  .charging-package-wrapper .solution-heading p {
    font-size: 1.3rem;
    line-height: 1.7rem;
    margin-top: 1rem;
  }
  .charging-package-wrapper .charging-heading {
    margin-bottom: 1rem;
  }
  .charging-package-wrapper .charging-heading i {
    font-size: 3.5rem;
  }
  .charging-package-wrapper .charging-heading h4 {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .charging-package-wrapper .charging-heading span {
    font-size: 1.3rem;
    line-height: 1.7rem;
  }
  .charging-package-wrapper .text-discription {
    font-size: 1.3rem;
    line-height: 1.7rem;
    margin-bottom: 2rem;
  }
  .charging-package-wrapper .packages-wrapper > .row > [class*=col-] {
    padding: 0 2.5rem 3rem 2.5rem;
  }
  .charging-package-wrapper .package-lg-card {
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -moz-border-radius: 1rem;
  }
  .charging-package-wrapper .package-lg-card p {
    font-size: 1.3rem;
    line-height: 1.7rem;
  }
  .charging-package-wrapper .package-lg-card .card-banner-header {
    padding: 1.4rem 1.5rem 1rem;
  }
  .charging-package-wrapper .package-lg-card .card-banner-header h4 {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .charging-package-wrapper .button-wrapper .btn {
    margin: 0 0.5rem;
    margin-top: 2rem;
  }
  .charging-package-wrapper .package-md-card {
    margin-bottom: 2rem;
  }
  .charging-package-wrapper .package-md-card p {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  .charging-package-wrapper .package-md-card .city-launch {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  .charging-package-wrapper .package-md-card .card-banner-header {
    padding: 1.5rem 2.5rem 0.8rem;
  }
  .charging-package-wrapper .package-md-card .card-banner-header h4 {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}

.review-wrapper {
  background-color: var(--white);
}
.review-wrapper h2 {
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 400;
  color: var(--grey-33);
  font-family: "primeregular";
}
.review-wrapper .review-title {
  margin-bottom: 4rem;
}
.review-wrapper .review-bg-wrap {
  background: url("../images/riders-review.svg");
  background-position: center;
  background-size: cover;
  padding-top: 6rem;
  padding-bottom: 4rem;
}
.review-wrapper .review-bg-wrap .thumbnail-card {
  padding: 1rem;
}
.review-wrapper .review-bg-wrap.review-landing {
  background: url("../images/riders-review.svg");
  background-position: center;
  background-size: cover;
  margin: 4rem 0 0rem;
}
.review-wrapper .review-bg-wrap.review-landing .thumbnail-card {
  font-family: "gothammedium";
}
.review-wrapper .review-bg-wrap.review-landing .thumbnail-card .card {
  border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  max-width: 25rem;
  box-shadow: none;
  min-height: 32rem;
}
.review-wrapper .review-bg-wrap.review-landing .thumbnail-card .card .card-img {
  max-height: 13.3rem;
}
.review-wrapper .review-bg-wrap.review-landing .thumbnail-card .card .card-footer {
  margin-bottom: 1rem;
}
.review-wrapper .review-bg-wrap.review-landing .thumbnail-card .card .card-footer .btn {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-33);
  border-width: 1px;
  padding: 0.5rem 1.5rem;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
}
.review-wrapper .review-bg-wrap.review-landing .thumbnail-card .card-title {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-33);
}
.review-wrapper .review-bg-wrap.review-landing .thumbnail-card .card-text, .review-wrapper .review-bg-wrap.review-landing .thumbnail-card .card-light-text {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--grey-33);
}
.review-wrapper .review-bg-wrap.review-landing .tab-content-section {
  padding: 2rem 7rem;
}
.review-wrapper .review-bg-wrap.review-landing .landing-review-slider, .review-wrapper .review-bg-wrap.review-landing .landing-video-slider {
  max-width: 80rem;
  margin: 0 auto;
}
.review-wrapper .review-bg-wrap.review-landing .landing-review-slider .slick-prev, .review-wrapper .review-bg-wrap.review-landing .landing-video-slider .slick-prev {
  left: -6rem;
}
.review-wrapper .review-bg-wrap.review-landing .landing-review-slider .slick-next, .review-wrapper .review-bg-wrap.review-landing .landing-video-slider .slick-next {
  right: -6rem;
}
.review-wrapper .review-bg-wrap.review-landing .defer-vedio {
  height: 13.3rem;
}
.review-wrapper .review-bg-wrap.review-landing .see-all .btn.primary-gradient-btn.btn-primary-reverse {
  border-radius: 3rem;
  -webkit-border-radius: 3rem;
  -ms-border-radius: 3rem;
  -moz-border-radius: 3rem;
}
@media screen and (max-width: 767.98px) {
  .review-wrapper .review-bg-wrap.review-landing .see-all {
    margin-top: 3rem;
  }
}
.review-wrapper .review-bg-wrap.review-landing .review-title {
  margin-bottom: 3rem;
}
@media screen and (max-width: 991.98px) {
  .review-wrapper .review-bg-wrap {
    background: url("../images/review-mobile.svg");
  }
  .review-wrapper .review-bg-wrap.review-landing {
    background: url("../images/review-mobile.svg");
    background-size: cover;
    background-position: center center;
  }
  .review-wrapper .review-bg-wrap.review-landing .tab-content-section {
    padding: 0 4rem;
  }
}
.review-wrapper .see-all {
  margin-top: 0.5rem;
}
.review-wrapper .btn.primary-gradient-btn.btn-primary-reverse {
  padding: 1.2rem 3rem;
  background: var(--grey-33);
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: var(--white);
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  font-family: "gothammedium";
  box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
}
@media screen and (max-width: 767.98px) {
  .review-wrapper .review-bg-wrap {
    padding-top: 4rem;
  }
  .review-wrapper .review-bg-wrap.review-landing .review-title {
    margin-bottom: 3rem;
  }
  .review-wrapper h2 {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
  .review-wrapper .tabs-section {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .review-wrapper .tabs-section .tab-content-section {
    padding: 0 3rem 2.5rem 3rem;
  }
  .review-wrapper .nav {
    margin-bottom: 2rem;
  }
  .review-wrapper .btn.primary-gradient-btn.btn-primary-reverse {
    padding: 1rem 3rem;
    font-size: 1.8rem;
    line-height: 2.2rem;
    font-weight: 500;
    color: var(--white);
  }
}

.defer-vedio {
  width: 100%;
  height: 18.2rem;
  position: relative;
}
.defer-vedio > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  cursor: pointer !important;
}
.defer-vedio button {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6.8rem;
  height: 4.8rem;
  margin-left: -3.4rem;
  margin-top: -2.4rem;
  background: transparent;
  border: none;
}
.defer-vedio button img {
  cursor: pointer !important;
}

.common-review-box .nav-link {
  padding-left: 3rem;
  padding-right: 3rem;
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 500;
  color: var(--grey-33);
}
.common-review-box .nav-link span {
  border-top: 2px solid var(--grey-33);
}
.common-review-box .nav-link.active {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 500;
  color: var(--white);
}
.common-review-box .nav-link.active span {
  border-top: 2px solid var(--white);
}
.common-review-box .nav {
  margin-bottom: 4rem;
}
.common-review-box .slider .slick-prev,
.common-review-box .slider .slick-next {
  top: 50%;
}
.common-review-box .slider .slick-prev:before,
.common-review-box .slider .slick-next:before {
  font-family: "icomoon";
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 600;
  color: var(--grey-33);
  opacity: 100;
}
.common-review-box .slider .slick-prev.slick-disabled:before,
.common-review-box .slider .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.common-review-box .slider .slick-prev {
  left: -4.2rem;
}
.common-review-box .slider .slick-next {
  right: -4.2rem;
}
@media screen and (min-width: 768px) {
  .common-review-box .slider .slick-track {
    display: flex;
  }
  .common-review-box .slider .slick-track .slick-slide {
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 991.98px) {
  .common-review-box .nav-link {
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 500;
    color: var(--grey-33);
  }
  .common-review-box .nav-link.active {
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 500;
    color: var(-white);
  }
  .common-review-box .nav {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .common-review-box .slider .slick-prev {
    left: -2.2rem;
  }
  .common-review-box .slider .slick-next {
    right: -2.2rem;
  }
  .common-review-box .nav-item:first-child .nav-link {
    padding-left: 3rem;
  }
}

.features-wrapper.tabs-reviewsection .nav-pills .nav-link {
  font-size: 3.4rem;
  line-height: 3.8rem;
  font-weight: 500;
  color: var(--grey-33);
  padding: 0;
  position: relative;
  font-family: var(--font-prime);
  border-radius: 20px;
  border: 0px solid rgba(102, 102, 102, 0.2);
  background-color: transparent;
  padding: 0rem;
  min-width: auto;
  text-align: center;
  padding-bottom: 1rem;
}
.features-wrapper.tabs-reviewsection .nav-pills .nav-link:before {
  content: "";
  width: 7.7rem;
  height: 0.3rem;
  background: var(--grey-33);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) scaleX(0);
  -webkit-transform: translateX(-50%) scaleX(0);
  -moz-transform: translateX(-50%) scaleX(0);
  -ms-transform: translateX(-50%) scaleX(0);
  transition: 200ms linear 0s;
  -webkit-transition: 200ms linear 0s;
  -moz-transition: 200ms linear 0s;
  -ms-transition: 200ms linear 0s;
}
.features-wrapper.tabs-reviewsection .nav-pills .nav-link.active {
  opacity: 1;
  border-radius: 20px;
  border: 0px solid var(--grey-33);
  background-color: transparent;
  font-size: 3.4rem;
  line-height: 3.8rem;
  font-weight: 500;
  color: var(--grey-33);
  padding: 0rem;
  padding-bottom: 1rem;
}
.features-wrapper.tabs-reviewsection .nav-pills .nav-link.active:before {
  transform: translateX(-50%) scaleX(1);
  -webkit-transform: translateX(-50%) scaleX(1);
  -moz-transform: translateX(-50%) scaleX(1);
  -ms-transform: translateX(-50%) scaleX(1);
}

.tabs-reviewsection {
  padding-top: 3rem;
}
.tabs-reviewsection .review-card .ellip .ellip-line {
  text-overflow: unset;
  white-space: unset;
}
.tabs-reviewsection h2 {
  font-size: 2rem;
  line-height: 2.4rem;
}
.tabs-reviewsection .slider .slick-prev:before,
.tabs-reviewsection .slider .slick-next:before {
  font-family: "icomoon";
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 600;
  color: var(--grey-33);
  opacity: 100;
}
.tabs-reviewsection .slider .slick-list {
  padding-bottom: 4rem;
}
.tabs-reviewsection h2 {
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 300;
  color: var(--grey-33);
  font-family: "gothammedium";
  margin-bottom: 1.2rem;
}
.tabs-reviewsection .nav li {
  padding: 0 1.2rem;
}
.tabs-reviewsection .nav .nav-item + .nav-item {
  margin-left: 3rem;
}
.tabs-reviewsection .btn.primary-gradient-btn.btn-sm {
  min-width: 10rem;
  padding: 0.7rem 2rem;
  font-size: 1.3rem;
  line-height: 1.7rem;
  box-shadow: none;
}
.tabs-reviewsection .slider-w980 {
  margin: 0 -2rem;
}
@media screen and (max-width: 991.98px) {
  .tabs-reviewsection {
    padding-top: 0;
  }
  .tabs-reviewsection .btn.primary-gradient-btn.btn-sm {
    min-width: 8.5rem;
    padding: 0;
    box-shadow: none;
  }
  .tabs-reviewsection .nav .nav-item + .nav-item {
    margin-left: 0rem;
  }
  .tabs-reviewsection h2 {
    font-size: 2rem;
    line-height: 2.4rem;
  }
  .tabs-reviewsection .slider-w980 {
    margin: 0 6rem;
  }
  .tabs-reviewsection .slider .slick-list {
    padding-bottom: 2.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .tabs-reviewsection .nav .nav-item + .nav-item {
    margin-left: 0rem;
  }
  .tabs-reviewsection .slider-w980 {
    margin: 0.5rem 4rem;
  }
}
@media screen and (max-width: 575.98px) {
  .tabs-reviewsection .nav .nav-item + .nav-item {
    margin-left: 0rem;
  }
  .tabs-reviewsection .slider-w980 {
    margin: 1rem 1.5rem;
  }
  .tabs-reviewsection .slider .slick-prev {
    left: -2.2rem;
  }
  .tabs-reviewsection .slider .slick-next {
    right: -2.2rem;
  }
}

.tab-content > .tab-pane:not(.active) {
  height: 0 !important;
  overflow: hidden;
  display: block;
}

.inner-wrapper + .inner-wrapper {
  padding-top: 3.5rem;
  border-top: 1px solid var(--grey-5);
}
@media screen and (max-width: 767.98px) {
  .inner-wrapper + .inner-wrapper {
    padding-top: 2.5rem;
  }
}

.w980 {
  width: 86rem;
}
@media screen and (max-width: 991.98px) {
  .w980 {
    width: 100%;
  }
}

.btnLoadMore .btn {
  min-width: auto !important;
  padding: 0.5rem 2rem;
}
.btnLoadMore .btn.outline-btn {
  background: var(--grey-5);
  color: var(--grey-6);
  opacity: 1;
  box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  pointer-events: none;
  border: 2px solid var(--grey-5);
}

.search-filter .select-box:before {
  padding-right: 2rem;
}
@media screen and (min-width: 992px) {
  .search-filter {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
  .search-filter > .row {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    align-items: baseline;
  }
  .search-filter > .row > [class*=col-] {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .search-filter .btn-sm {
    height: 4.5rem;
    min-width: 17.4rem;
    line-height: normal;
    font-size: 1.8rem;
    line-height: 2.2rem;
    font-weight: 500;
    color: var(--white);
    border-radius: 0.5rem;
    background-color: var(--grey-33) !important;
    font-family: "gothammedium";
  }
}
@media screen and (max-width: 991.98px) {
  .search-filter {
    margin-bottom: 3rem;
  }
  .search-filter .select-box:before {
    padding-right: 1rem;
  }
  .search-filter .form-control {
    padding: 0 1.5rem;
  }
  .search-filter .btn.primary-gradient-btn.btn-sm {
    min-width: 9rem;
  }
}
@media screen and (max-width: 767.98px) {
  .search-filter .btn-sm {
    min-width: 5.5rem !important;
    margin-right: -0.4rem;
  }
  .search-filter .inner-search > .row {
    margin-left: -0.6rem;
    margin-right: -0.6rem;
    margin-top: 1.5rem;
  }
  .search-filter .inner-search > .row > [class*=col] {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
  }
  .search-filter .inner-search .select-box::before {
    padding-right: 0;
  }
}

.category-header {
  margin-bottom: 1rem;
}
.category-header h2 {
  margin: 1.2rem;
}
.category-header .btn {
  margin-top: -0.8rem;
}

@media screen and (max-width: 991.98px) {
  .category-header {
    margin-bottom: 1.3rem;
    align-items: baseline;
  }
  .category-header .btn {
    margin-top: -0.7rem;
  }
}
@media screen and (min-width: 768px) {
  .noslider .slick-track {
    width: 100% !important;
  }
}
/*Landing Review Tab*/
#my-iframe {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  z-index: 400;
}

.hidden {
  display: none !important;
}

body {
  margin: 0 auto;
  border: 0;
}

#inline-ar {
  position: relative;
  max-width: 100%;
  max-height: 100%;
}

@media screen and (min-width: 981px) {
  #inline-ar {
    display: block;
    margin: 0 auto;
  }
}
.prompt-button-container-8w-iframe {
  width: 100vw;
  font-size: 5px;
  left: 10vw;
}

.prompt-box-8w-iframe {
  width: 100vw !important;
  border-radius: 1em !important;
  padding: 1em !important;
  font-size: 10px;
}

.prompt-box-8w-iframe p {
  font-size: 2.25em !important;
}

.prompt-button-8w-iframe {
  font-size: 2.3em !important;
  border-radius: 0.5em !important;
}

.arrow-go-totop {
  display: none;
}
.arrow-go-totop a {
  position: fixed;
  z-index: 999;
  background-color: var(--black);
  color: var(--white);
  font-size: 2rem;
  right: 3.5rem;
  bottom: 10rem;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.arrow-go-totop a i {
  transform: rotate(-90deg);
}

.variant-wrapper {
  padding-top: 3rem;
  margin-bottom: 2rem;
  position: relative;
}
.variant-wrapper span.iqube-tab-title {
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 500;
  color: var(--grey-33);
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
  padding: 2rem 0 0 0rem;
  z-index: 100;
  font-family: "primeregular";
}
@media screen and (max-width: 991.98px) {
  .variant-wrapper span.iqube-tab-title {
    margin: 0;
    padding: 1.5rem 1.5rem 3rem;
    font-size: 2.4rem;
    line-height: 2.8rem;
    font-weight: 400;
    color: var(--grey-33);
    text-align: center;
  }
}
.variant-wrapper .tabs-sm .row.no-gutters {
  position: relative;
}
.variant-wrapper .tabs-sm > ul {
  margin: 0rem;
  display: flex;
  justify-content: center;
  font-family: "gothammedium";
}
.variant-wrapper .tabs-sm > ul li {
  position: relative;
  margin: 0rem;
  border-bottom: 1px solid var(--grey-31);
}
.variant-wrapper .tabs-sm > ul li span {
  position: absolute;
  left: 0;
  top: -1rem;
  width: 100%;
  text-transform: capitalize;
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: 500;
  color: var(--grey-33);
  text-align: center;
}
.variant-wrapper .tabs-sm > ul li.nav-item + .nav-item {
  margin-left: 0;
}
.variant-wrapper .tabs-sm > ul.nav-pills .nav-link {
  border-radius: 0rem;
  -webkit-border-radius: 0rem;
  -ms-border-radius: 0rem;
  -moz-border-radius: 0rem;
  border: solid 0px var(--white);
  background: transparent;
  padding: 0.5rem 2rem;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
  color: var(--grey-33);
}
.variant-wrapper .tabs-sm > ul.nav-pills .nav-link.active {
  border-bottom: solid 4px var(--grey-33);
  background: transparent;
  padding: 0.5rem 2rem 1rem;
}
.variant-wrapper .tabs-sm > ul.nav-pills .nav-link.active:before {
  background: transparent;
  height: auto;
}
.variant-wrapper .colour-palette .form-fields span {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}
.variant-wrapper .variant-featurebox {
  padding: 0rem;
  margin-top: -1.5rem;
}
.variant-wrapper .variant-featurebox .v-head1 {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 500;
  color: var(--grey-33);
  font-family: "gothammedium";
}
.variant-wrapper .variant-featurebox .v-head2 {
  font-size: 3.8rem;
  line-height: 4.2rem;
  font-weight: 500;
  color: var(--grey-33);
  font-family: "gothammedium";
}
.variant-wrapper .variant-featurebox .btns {
  position: absolute;
  bottom: 2rem;
  left: calc(50% - 4rem);
  transform: translate(-50%, -50%);
  width: 100%;
}
.variant-wrapper .variant-featurebox .btns .btn-lg {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: var(--white);
  font-family: "gothammedium";
  padding: 1.1rem 4rem 1.3rem;
  border-radius: 0.4rem;
  -webkit-border-radius: 0.4rem;
  -ms-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  background: var(--grey-33);
  box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
}
.variant-wrapper .variant-featurebox .list-wrap {
  display: flex;
  align-items: center;
}
.variant-wrapper .explore-list {
  list-style: none;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0;
  min-width: 32rem;
  justify-content: space-between;
  margin: 0;
}
.variant-wrapper .explore-list li {
  position: relative;
}
.variant-wrapper .explore-list li:after {
  content: "";
  position: absolute;
  margin: 0 30%;
  height: 2rem;
  background: rgba(153, 153, 153, 0.4);
  width: 0.15rem;
}
.variant-wrapper .explore-list li:last-child:after {
  content: "";
  background: transparent;
}
.variant-wrapper .explore-list i {
  font-size: 2.6rem;
  line-height: 3rem;
  font-weight: 400;
  color: var(--grey-33);
  position: absolute;
  right: 100%;
  margin-right: 1rem;
  top: 0;
}
.variant-wrapper .explore-list label {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 400;
  color: var(--grey-33);
  margin-bottom: 0rem;
  font-family: var(--font-gotham);
}
.variant-wrapper .explore-list p {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--grey-31);
  margin: 0;
  text-align: justify;
  font-family: var(--font-gotham);
}
@media screen and (max-width: 991.98px) {
  .variant-wrapper .explore-list {
    display: flex;
    justify-content: space-between;
    padding-left: 0;
    min-width: auto;
  }
  .variant-wrapper .explore-list li {
    padding: 0.5rem 1.5rem;
  }
  .variant-wrapper .explore-list li:after {
    content: "";
    margin: 0 15%;
  }
  .variant-wrapper .explore-list li + li {
    margin-left: 0rem;
    margin-top: 0;
  }
  .variant-wrapper .explore-list li i {
    display: none;
  }
  .variant-wrapper .explore-list label {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}
.variant-wrapper .variant-slider {
  max-width: 75rem;
  margin: 0 auto;
}
.variant-wrapper .variant-slider .slick-prev,
.variant-wrapper .variant-slider .slick-next {
  top: 50%;
  border-radius: 50%;
}
.variant-wrapper .variant-slider .slick-prev:before,
.variant-wrapper .variant-slider .slick-next:before {
  font-size: 1.5rem;
  line-height: 1.9rem;
  font-weight: 500;
  color: var(--grey-33);
}
.variant-wrapper .variant-slider .slick-prev {
  left: -4rem;
}
.variant-wrapper .variant-slider .slick-next {
  right: -4rem;
}
.variant-wrapper .variant-slider .slide-item img {
  max-height: 49rem;
  height: 43rem;
  margin: 5rem 0 2rem;
}
.variant-wrapper .variant-btns {
  margin-top: -1.5rem;
  text-align: right;
}
.variant-wrapper .variant-btns .btn-lg {
  padding: 1.4rem 2.5rem;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--white);
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  min-width: auto;
  min-width: 15rem;
}
.variant-wrapper.variant-yellow {
  background: linear-gradient(var(--brand-color-yellow) 80%, var(--white) 20%);
}
.variant-wrapper.variant-green {
  background: linear-gradient(var(--brand-color) 80%, var(--white) 20%);
}
.variant-wrapper.variant-light-grey {
  background: linear-gradient(var(--brand-color-pink) 80%, var(--white) 20%);
}
.variant-wrapper .form-fields.color-selection {
  min-width: 12rem;
}
@media screen and (max-width: 991.98px) {
  .variant-wrapper {
    margin-top: 0rem;
    padding-top: 2rem;
  }
  .variant-wrapper .tabs-sm {
    padding-bottom: 0;
  }
  .variant-wrapper .tabs-sm #pills-tab .nav-item + .nav-item {
    margin-left: 0;
    margin-bottom: 0rem;
    padding-left: 0;
    bottom: 0;
  }
  .variant-wrapper .tabs-sm > ul {
    justify-content: center !important;
    margin: 0;
    min-width: auto;
  }
  .variant-wrapper .tabs-sm > ul.nav-pills {
    padding: 0;
  }
  .variant-wrapper .tabs-sm > ul.nav-pills .nav-link {
    padding: 0.75rem 1.25rem;
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  .variant-wrapper .tabs-sm > ul.nav-pills .nav-link.active {
    padding: 0.75rem 2rem;
  }
  .variant-wrapper .tabs-sm .colour-palette-tab {
    margin-bottom: 1.5rem;
  }
  .variant-wrapper .variant-slider {
    margin: 7rem auto 0;
  }
  .variant-wrapper .variant-slider .slide-item img {
    max-height: 25rem;
    margin: 0;
  }
  .variant-wrapper .variant-slider .slick-prev,
  .variant-wrapper .variant-slider .slick-next {
    top: 50%;
    width: 2.4rem;
    height: 2.4rem;
  }
  .variant-wrapper .variant-slider .slick-prev:before,
  .variant-wrapper .variant-slider .slick-next:before {
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 700;
    color: var(--grey-33);
  }
  .variant-wrapper .variant-slider .slick-prev {
    left: 1rem;
  }
  .variant-wrapper .variant-slider .slick-next {
    right: 1rem;
  }
  .variant-wrapper .variant-featurebox {
    border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    padding: 0.5rem 0 0;
    margin-right: 0;
    min-height: auto;
    margin-top: 0;
    height: 100%;
  }
  .variant-wrapper .variant-featurebox .list-wrap {
    display: inline;
    align-items: center;
  }
  .variant-wrapper .variant-btns {
    margin-top: 0rem;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .variant-wrapper .variant-btns .btn-lg {
    padding: 1.4rem 2.5rem;
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 500;
    color: var(--white);
    border-radius: 0.4rem;
    -webkit-border-radius: 0.4rem;
    -ms-border-radius: 0.4rem;
    -moz-border-radius: 0.4rem;
    margin: 2rem 0 0;
  }
  .variant-wrapper .tabs-sm > ul li {
    position: relative;
    padding-top: 1rem;
  }
  .variant-wrapper .tabs-sm > ul li span {
    position: absolute;
    left: 0;
    top: 0rem;
    text-align: center;
    width: 100%;
  }
  .variant-wrapper.variant-yellow {
    background: linear-gradient(var(--brand-color-yellow) 60%, var(--white) 40%);
  }
  .variant-wrapper.variant-green {
    background: linear-gradient(var(--brand-color) 60%, var(--white) 40%);
  }
  .variant-wrapper.variant-light-grey {
    background: linear-gradient(var(--brand-color-pink) 60%, var(--white) 40%);
  }
}
@media screen and (min-width: 1601px) {
  .variant-wrapper .variant-slider img {
    max-height: 60rem;
  }
}

/* New Theam SCSS Landing Page */
.content-variant {
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 10%;
}
.content-variant h3 {
  font-size: 10rem;
  line-height: 10.4rem;
  font-weight: 500;
  color: var(--border-off-white);
  font-family: "primeregular";
}
.content-variant h2 {
  font-size: 7.4rem;
  line-height: 7.8rem;
  font-weight: 500;
  color: var(--border-off-white);
  font-family: "primeregular";
}
@media screen and (max-width: 991.98px) {
  .content-variant {
    top: 6%;
  }
  .content-variant h3 {
    font-size: 5rem;
    line-height: 5.4rem;
    font-weight: 500;
    color: var(--border-off-white);
  }
  .content-variant h2 {
    font-size: 3.6rem;
    line-height: 4rem;
    font-weight: 500;
    color: var(--border-off-white);
  }
}

.active .content-variant {
  -webkit-animation-name: animate-slide;
  animation-name: animate-slide;
  -webkit-animation-duration: 1.7s;
  animation-duration: 1.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* Color Tab*/
.colour-info {
  justify-content: space-between;
  max-width: 85rem;
  margin: 0 auto;
}
@media screen and (max-width: 991.98px) {
  .colour-info {
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: center;
  }
  .colour-info .colour-palette-tab:nth-of-type(1) {
    margin-bottom: 1.5rem;
    padding-top: 4rem;
  }
  .colour-info .variant-featurebox:nth-of-type(2) {
    order: 1;
  }
  .colour-info .variant-btns:nth-of-type(3) {
    order: 3;
  }
}

.colour-palette-tab .form-fields.color-selection .nav-pills.nav-fill.iqube-inner-fill {
  position: relative;
  max-width: 100%;
  width: 100%;
}
.colour-palette-tab .form-fields.color-selection .nav-pills.nav-fill.iqube-inner-fill .nav-item {
  width: 2rem;
  margin: 0.4rem 0rem 0rem;
}
.colour-palette-tab .form-fields.color-selection .nav-pills.nav-fill.iqube-inner-fill .nav-item .nav-link {
  height: 2.4rem;
  width: 2.4rem;
  justify-content: center;
  align-items: center;
  padding-bottom: 0rem;
}
.colour-palette-tab .form-fields.color-selection .nav-pills.nav-fill.iqube-inner-fill .nav-item .nav-link + .variantcolor-title {
  justify-content: center;
  max-width: 33rem;
  padding-bottom: 0rem;
  position: absolute;
}
.colour-palette-tab .form-fields.color-selection .nav-pills.nav-fill.iqube-inner-fill .nav-item .nav-link + .variantcolor-title span {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: transparent;
  font-family: "gothammedium";
}
.colour-palette-tab .form-fields.color-selection .nav-pills.nav-fill.iqube-inner-fill .nav-item .nav-link.active {
  height: 2.4rem;
  width: 2.4rem;
}
.colour-palette-tab .form-fields.color-selection .nav-pills.nav-fill.iqube-inner-fill .nav-item .nav-link.active .icon-check {
  font-size: 1rem;
}
.colour-palette-tab .form-fields.color-selection .nav-pills.nav-fill.iqube-inner-fill .nav-item .nav-link.active + .variantcolor-title {
  justify-content: center;
  max-width: 100%;
  padding-bottom: 0rem;
  bottom: 100%;
  width: 100%;
  left: 0;
  text-align: center;
  right: 0;
  margin: 0 auto;
}
.colour-palette-tab .form-fields.color-selection .nav-pills.nav-fill.iqube-inner-fill .nav-item .nav-link.active + .variantcolor-title span {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--grey-31);
  font-family: "gothammedium";
  white-space: nowrap;
}
@media screen and (max-width: 991.98px) {
  .colour-palette-tab .form-fields.color-selection .nav-pills.nav-fill.iqube-inner-fill {
    margin: 0 auto;
    padding: 0;
    overflow: initial;
    flex-wrap: initial;
  }
  .colour-palette-tab .form-fields.color-selection .nav-pills.nav-fill.iqube-inner-fill .nav-item {
    width: auto;
    margin: 1rem 1.5rem 0rem;
    min-width: auto;
  }
  .colour-palette-tab .form-fields.color-selection .nav-pills.nav-fill.iqube-inner-fill .nav-item .nav-link {
    height: 2.8rem;
    width: 2.8rem;
  }
  .colour-palette-tab .form-fields.color-selection .nav-pills.nav-fill.iqube-inner-fill .nav-item .nav-link + .variantcolor-title {
    top: -2rem;
    bottom: inherit;
    justify-content: center;
    max-width: 100%;
    padding-bottom: 0rem;
    width: 100%;
    left: 0;
    text-align: center;
    right: 0;
    margin: 0 auto;
  }
  .colour-palette-tab .form-fields.color-selection .nav-pills.nav-fill.iqube-inner-fill .nav-item .nav-link.active {
    height: 2.8rem;
    width: 2.8rem;
  }
  .colour-palette-tab .form-fields.color-selection .nav-pills.nav-fill.iqube-inner-fill .nav-item .nav-link.active .icon-check {
    font-size: 1.2rem;
  }
  .colour-palette-tab .form-fields.color-selection .nav-pills.nav-fill.iqube-inner-fill .nav-item .nav-link.active + .variantcolor-title {
    top: -2rem;
    bottom: inherit;
  }
}

@keyframes animate-slide {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}
.iqubex-header .navbar, .iqubex-mobileheader .navbar {
  box-shadow: var(--dashboard-shadow-expand);
  position: fixed;
  justify-content: start;
  width: 100%;
  top: 0;
  z-index: 2;
}
.iqubex-header .navbar a, .iqubex-mobileheader .navbar a {
  padding: 1.8rem 2.1rem;
  border-right: 1px solid var(--font-black);
}
.iqubex-header .navbar a i, .iqubex-mobileheader .navbar a i {
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 700;
  color: var(--grey-33);
}
.iqubex-header .navbar h1, .iqubex-mobileheader .navbar h1 {
  font-size: 2rem;
  line-height: 2.4rem;
  color: var(--grey-28);
  font-family: "gothammedium";
}
@media screen and (max-width: 991.98px) {
  .iqubex-header .navbar h1, .iqubex-mobileheader .navbar h1 {
    font-size: 1.8rem;
    line-height: 2.2rem;
    color: var(--grey-28);
    margin-left: 1.5rem;
  }
}

.iqubex-mobileheader .navbar {
  display: flex;
  justify-content: start;
}

.table-scroll {
  position: relative;
  width: 100%;
  z-index: 1;
  margin: 0rem 0rem 0rem auto;
  overflow: auto;
  height: 80vh;
}
.table-scroll table {
  width: 100%;
  min-width: 100%;
  margin: auto;
  /* border-collapse: separate; */
  border-spacing: 0;
}
.table-scroll th, .table-scroll td {
  padding: 0.5rem 1rem;
  border: 0rem solid #000;
  background: var(--white);
  vertical-align: top;
  width: 18rem;
}

.table-wrap {
  position: relative;
}

.table-scroll thead th {
  background: var(--white);
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-33);
  font-family: "gothammedium";
  position: -webkit-sticky;
  position: sticky;
  top: 6.7rem;
  z-index: 5;
  border-right: 1px solid var(--grey-8);
  padding: 5rem 2rem 1rem;
}
.table-scroll td.common-td {
  position: relative;
  border: 0rem;
  padding: 0rem;
}
.table-scroll td.common-td .variant-table-inner tr:nth-child(2n+2) td {
  background-color: var(--grey-8);
}
.table-scroll td.common-td td {
  border-bottom: 0rem;
  border-right: 1px solid var(--grey-8);
  padding: 1.2rem 1.5rem;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: #707070;
  font-family: "gothammedium";
}
.table-scroll td.common-td td:first-child {
  border-bottom: 0rem;
  border-right: 1px solid var(--grey-8);
  padding: 1.2rem 1.5rem;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: #707070;
  font-family: "gothammedium";
  width: 17.9rem;
}

th:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 2;
}

td:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 2;
}

thead th:first-child,
tfoot th:first-child {
  z-index: 5;
}

.top-img {
  width: 14rem;
  margin: 0;
}
.top-img h2 {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-33);
  font-family: "gothammedium";
  padding: 0.5rem 0rem 0rem;
}
.top-img img {
  max-width: 13rem;
  margin-left: -1.5rem;
}

.variant-table-inner tr td h4 {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: var(--grey-33);
  font-family: "gothammedium";
  padding-top: 4rem;
}

.page-section:last-of-type {
  height: 40rem;
}

.navigation {
  width: 100%;
  background-color: var(--grey-33);
  color: var(--white);
  position: sticky;
  top: 0%;
  margin-top: 0rem;
  padding: 5rem 2rem;
}
.navigation ul {
  list-style: none;
  padding: 0;
  margin-top: 3rem;
  margin-bottom: 5rem;
}
.navigation ul li {
  list-style-type: none;
}

.target-links {
  display: block;
  text-decoration: none;
  padding: 1.25rem 1rem;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-31);
  font-family: "gothammedium";
}
.target-links:hover {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-31);
  font-family: "gothammedium";
}
.target-links.active {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--white);
  font-family: "gothammedium";
}

.variant-comparison-section-up {
  padding: 6.5rem 0 0rem;
}
.variant-comparison-section-up.darkHeader {
  padding: 12rem 0 0rem;
}
.variant-comparison-section-up.darkHeader .table-scroll {
  margin: 10rem 0rem 0rem 0rem;
}

.tvs-download {
  margin: 0 2rem 0 auto;
}
.tvs-download button {
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tvs-download button i.icon-tvs-download {
  font-size: 1.8rem;
  line-height: 2.2rem;
}
.tvs-download button text {
  display: flex;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--grey-33);
  font-family: "gothammedium";
  padding: 0 1.2rem;
}

@media screen and (max-width: 991.98px) {
  .tvs-download {
    margin: 0 1rem 0 auto;
  }
  .tvs-download button {
    border-right: 0px;
  }
  .tvs-download button text {
    display: none;
  }
  .variant-comparison-section-up {
    position: relative;
  }
  .variant-comparison-section-up .container-md {
    padding: 0rem;
  }
  .variant-comparison-section-up.darkHeader {
    width: 100%;
  }
  .variant-comparison-section-up .arrow-right {
    position: fixed;
    padding: 0 0.7rem;
    top: 6rem;
    background-color: rgba(34, 34, 34, 0.5);
    z-index: 99;
    right: 0px;
    width: 3.5rem;
    height: 5.9rem;
    transform: rotate(180deg);
    border-right: 1px solid rgba(255, 255, 255, 0.4117647059);
  }
  .variant-comparison-section-up .arrow-right i {
    color: var(--white);
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 1.6rem;
  }
  .variant-comparison-section-up .arrow-left {
    position: fixed;
    padding: 0 0.7rem;
    top: 6rem;
    background-color: rgba(34, 34, 34, 0.5);
    z-index: 99;
    left: 0rem;
    width: 3.5rem;
    height: 5.9rem;
    border-right: 1px solid rgba(255, 255, 255, 0.4117647059);
  }
  .variant-comparison-section-up .arrow-left i {
    color: var(--white);
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 1.6rem;
  }
  .navigation {
    width: 100%;
    position: fixed;
    top: 6rem;
    margin: 0;
    padding: 0rem;
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    z-index: 9;
  }
  .navigation ul {
    list-style: none;
    padding: 0 3rem 0 3rem;
    display: flex;
    margin: 0 0 -5px;
    /* overflow: scroll; */
    height: max-content;
    align-items: center;
  }
  .navigation ul li {
    list-style-type: none;
    padding: 0 0.5rem;
    height: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .navigation ul li .target-links {
    justify-content: center;
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 500;
    color: var(--grey-31);
    text-decoration: none;
    padding: 2.25rem 0.5rem;
    display: flex;
    align-items: center;
    width: max-content;
  }
  .navigation ul li .target-links.active {
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 500;
    color: var(--white);
    font-family: "gothammedium";
  }
  .navigation ul li .target-links:hover {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  .navigation ::-webkit-scrollbar {
    width: 0.4rem;
    height: 0.4rem;
  }
  .navigation ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 0.5rem rgba(255, 255, 255, 0);
    -webkit-box-shadow: inset 0 0 0.5rem rgba(255, 255, 255, 0);
  }
  .navigation ::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0);
    outline: 0px solid var(--grey-33);
    border-radius: 20rem;
  }
  .variant-table-inner tr td h4 {
    padding-top: 0px;
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 500;
    color: var(--grey-33);
    padding-top: 2.5rem;
  }
  thead th:first-child {
    min-width: 13rem;
    z-index: 99;
  }
  .table-scroll thead th {
    padding: 5rem 2rem 1rem;
    max-width: 14rem;
  }
  .table-scroll thead tr th:first-child:before {
    content: "";
    background: linear-gradient(to left, rgba(34, 34, 34, 0), rgba(102, 102, 102, 0.0901960784), rgba(102, 102, 102, 0.1411764706));
    width: 20px;
    position: absolute;
    right: -20px;
    height: 100%;
    top: 0;
  }
  .table-scroll td {
    min-width: 15rem;
  }
  .table-scroll td.common-td .variant-table-inner tr:nth-child(2n+2) td:first-child:before {
    content: "";
    background: linear-gradient(to left, rgba(34, 34, 34, 0), rgba(102, 102, 102, 0.0901960784), rgba(102, 102, 102, 0.1411764706));
    width: 20px;
    position: absolute;
    right: -20px;
    height: 100%;
    top: 0;
  }
  .table-scroll td.common-td .variant-table-inner tr:nth-child(2n+1) td:first-child:before {
    content: "";
    background: linear-gradient(to left, rgba(34, 34, 34, 0), rgba(102, 102, 102, 0.0901960784), rgba(102, 102, 102, 0.1411764706));
    width: 20px;
    position: absolute;
    right: -20px;
    height: 100%;
    top: 0;
  }
  .table-scroll td.common-td td {
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 500;
    color: var(--grey-31);
    padding: 1rem 1.5rem;
  }
  .table-scroll td.common-td td:first-child {
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 500;
    color: var(--grey-31);
    padding: 1rem 1.5rem;
    max-width: 13rem;
    min-width: 15rem;
  }
  .page-section:last-of-type {
    height: 100%;
  }
  .top-img {
    margin: 1.25rem 0 0;
  }
  .top-img h2 {
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 500;
    color: var(--grey-33);
    font-family: "gothammedium";
    padding: 0.5rem 0rem 0rem;
    margin-left: -0.4rem;
  }
  .top-img img {
    max-width: 8rem;
    margin-left: -1.3rem;
  }
}
.variant-comparison-section-up + .footer {
  width: 99vw;
  min-width: 60rem;
}

.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.varient-sticky-header {
  position: relative;
}
.varient-sticky-header .varient-iqube ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.varient-sticky-header .varient-iqube ul li a {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 400;
  color: var(--grey-33);
  padding: 1rem 3.6rem 1rem;
  position: relative;
  font-family: "gothammedium";
}
.varient-sticky-header .varient-iqube ul li a.active {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 400;
  color: var(--grey-33);
}
.varient-sticky-header .varient-iqube ul li a.active:before {
  width: 9rem;
}
.varient-sticky-header .varient-iqube ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.2rem;
  width: 0rem;
  height: 4px;
  right: 0;
  background-color: var(--grey-33);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  margin: 0 auto;
}
.varient-sticky-header .varient-iqube ul li a:hover:before {
  width: 9rem;
}
.varient-sticky-header .brand-logo.left-iqube {
  display: flex;
  align-items: center;
}
.varient-sticky-header .brand-logo.left-iqube .left-arrow {
  border-right: 0.2rem solid var(--font-black);
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
}
.varient-sticky-header .brand-logo.left-iqube .left-arrow a {
  display: flex;
}
.varient-sticky-header .brand-logo.left-iqube .left-arrow a .icon-arrow-left {
  font-size: 2.6rem;
  line-height: 3rem;
  font-weight: 400;
  color: var(--grey-33);
}
.varient-sticky-header .brand-logo.left-iqube .iqube-model {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0rem 0rem 0 3.2rem;
  pointer-events: none;
}
.varient-sticky-header .brand-logo.left-iqube .iqube-model span .icon-iqube-mono {
  font-size: 2.8rem;
}
.varient-sticky-header .brand-logo.left-iqube .iqube-model-text {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
  color: var(--grey-28);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0rem 3rem 0 1rem;
}
.varient-sticky-header .outline-btn-vaient {
  background: var(--grey-33);
  border: 0px solid var(--skay-12);
  font-size: 1.5rem;
  line-height: 1.9rem;
  font-weight: 400;
  color: var(--white);
  box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  padding: 0.55rem 2rem 0.75rem;
  min-width: 16.6rem;
  font-family: "gothammedium";
  border-radius: 0.4rem;
  -webkit-border-radius: 0.4rem;
  -ms-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
}
@media screen and (max-width: 767.98px) {
  .varient-sticky-header .outline-btn-vaient {
    border: 1.2px solid var(--white);
  }
  .varient-sticky-header .outline-btn-vaient.btn-sm {
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 400;
    min-width: 11rem;
    height: 2.8rem;
    padding: 0 1.5rem;
  }
}
.varient-sticky-header .outline-btn-vaient[disabled], .varient-sticky-header .outline-btn-vaient.disabled {
  background: var(--grey-5) !important;
  color: var(--grey-6);
  border: 2px solid var(--grey-5);
  opacity: 1;
  box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  pointer-events: none;
}
@media screen and (max-width: 991.98px) {
  .varient-sticky-header {
    border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
  }
  .varient-sticky-header .nav-wrapper {
    margin: 0;
    padding: 0rem;
  }
  .varient-sticky-header .varient-iqube {
    position: relative;
    z-index: 1;
    white-space: nowrap;
    overflow: scroll;
    flex-wrap: nowrap;
    width: 95%;
    margin-right: -3rem;
    overflow-y: hidden;
    padding-right: 5%;
    padding-bottom: 0.5rem;
  }
  .varient-sticky-header .varient-iqube ul {
    display: flex;
    flex-wrap: nowrap;
  }
  .varient-sticky-header .varient-iqube ul li {
    padding: 1rem;
  }
  .varient-sticky-header .varient-iqube ul li a {
    font-size: 1.8rem;
    line-height: 2.2rem;
    font-weight: 400;
    color: var(--grey-33);
    padding: 1.5rem 1rem 1.5rem;
  }
  .varient-sticky-header .varient-iqube ul li a.active {
    font-size: 1.8rem;
    line-height: 2.2rem;
    font-weight: 400;
    color: var(--grey-33);
    padding: 1.5rem 1rem 1.5rem;
  }
  .varient-sticky-header .varient-iqube ul li a:before {
    height: 0.3rem;
    bottom: -2px;
  }
  .varient-sticky-header .brand-logo.left-iqube {
    background-color: var(--white);
    margin: 0rem;
    justify-content: space-around;
  }
  .varient-sticky-header .brand-logo.left-iqube .left-arrow {
    padding: 1.5rem 1.5rem 1.5rem 1rem;
  }
  .varient-sticky-header .brand-logo.left-iqube .left-arrow a .icon-arrow-left {
    font-size: 2rem;
    line-height: 2.4rem;
    font-weight: 500;
    color: var(--grey-33);
  }
  .varient-sticky-header .brand-logo.left-iqube .iqube-model {
    padding: 1rem 2rem 1rem;
    min-width: auto;
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 500;
    color: var(--grey-28);
  }
  .varient-sticky-header .brand-logo.left-iqube .iqube-model span .icon-iqube-mono {
    font-size: 2rem;
    margin-right: 0rem;
  }
  .varient-sticky-header .brand-logo.left-iqube .outline-btn-vaient {
    padding: 0.35rem 1.25rem;
    justify-content: flex-end;
    border: 2px solid var(--light-blue-sky);
  }
}

.mobile-compare .outline-btn-vaient {
  background: var(--grey-33);
  border: 0px solid var(--skay-12);
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--white);
  box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  padding: 0.8rem 1.5rem;
  border-radius: 0.4rem;
  -webkit-border-radius: 0.4rem;
  -ms-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  position: absolute;
  top: 2rem;
  right: 1.5rem;
  font-family: "gothammedium";
}
.mobile-compare .outline-btn-vaient[disabled], .mobile-compare .outline-btn-vaient.disabled {
  background: var(--grey-5) !important;
  color: var(--grey-6);
  border: 0px solid var(--grey-5);
  opacity: 1;
  box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  pointer-events: none;
}

.column-reverse {
  flex-direction: row;
}
@media screen and (max-width: 991.98px) {
  .column-reverse {
    flex-direction: column-reverse;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.varient-sticky {
  background: linear-gradient(to left, rgba(34, 34, 34, 0.8), rgba(34, 34, 34, 0.8));
  padding: 0;
  height: 7rem;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.varient-sticky .on-road-price {
  font-size: 3.6rem;
  line-height: 4rem;
  font-weight: 400;
  color: var(--white);
  font-family: "gothammedium";
}
.varient-sticky .on-road-price span {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
  color: var(--white);
  font-family: "gothammedium";
}
@media screen and (max-width: 991.98px) {
  .varient-sticky {
    height: 8rem;
    align-items: center;
    padding: 0rem;
    position: absolute;
    width: 100%;
    bottom: 0;
  }
  .varient-sticky .on-road-price {
    font-size: 2.6rem;
    line-height: 3rem;
    font-weight: 300;
    color: var(--white);
    padding-bottom: 1rem;
  }
  .varient-sticky .on-road-price span {
    font-family: "gothammedium";
    font-size: 1.8rem;
    line-height: 2.2rem;
    font-weight: 300;
    color: var(--white);
  }
  .varient-sticky .on-road-price span.title {
    font-size: 2.6rem;
    line-height: 3rem;
    font-weight: 500;
    color: var(--white);
    margin-bottom: 1rem;
    font-family: "primeregular";
  }
  .varient-sticky .on-road-price span .mobile-price {
    font-size: 1.1rem;
    line-height: 1.5rem;
    font-weight: 300;
    color: var(--white);
  }
  .varient-sticky .varient-mobile-emi {
    text-align: right;
  }
  .varient-sticky .varient-mobile-emi .title-emi {
    margin-top: 0.7rem;
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 300;
    color: var(--white);
  }
  .varient-sticky .varient-mobile-emi .title-emi span {
    display: block;
  }
}

.varient-banner-bg {
  background: var(--white);
  opacity: 1;
  visibility: visible;
  transition: 300ms linear 1s;
  -webkit-transition: 300ms linear 1s;
  -moz-transition: 300ms linear 1s;
  -ms-transition: 300ms linear 1s;
  transition: transform 0.3s;
  justify-content: space-between;
  flex-direction: column;
  display: flex;
}
.varient-banner-bg.varient-banner {
  height: calc(100vh - 6rem);
  position: relative;
}
.varient-banner-bg.varient-banner img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.varient-banner-bg .tvs-iqube-st {
  height: 100%;
}
.varient-banner-bg.tvs-iqube-s {
  background-image: url("../images/varient-s-web.jpg");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  background-position: center center;
}
.varient-banner-bg.tvs-iqube {
  background-image: url("../images/varient-iqube-web.jpg");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 767.98px) {
  .varient-banner-bg {
    background: transparent;
  }
  .varient-banner-bg.tvs-iqube-s, .varient-banner-bg.tvs-iqube {
    background: transparent;
  }
  .varient-banner-bg .tvs-iqube-st {
    height: 94vh;
  }
  .varient-banner-bg.varient-banner {
    padding-top: 0rem;
    height: 94vh;
  }
  .varient-banner-bg.varient-banner img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  .varient-banner-bg.varient-banner .varient {
    padding: 3rem 0rem 1rem;
    text-align: center;
  }
  .varient-banner-bg.varient-banner .varient .title {
    font-size: 4.6rem;
    line-height: 5rem;
    font-weight: 300;
    color: var(--light-blue-sky);
  }
  .varient-banner-bg.varient-banner .varient-banner-content .feature-box-varient h2 {
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 500;
    color: var(--white);
    text-align: center;
  }
}

.varient-btn-group {
  display: flex;
  align-items: self-start;
  flex-direction: row;
  justify-content: space-around;
}
.varient-btn-group .test-btn-varient {
  background: var(--white);
  border: 1px solid var(--white);
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-33);
  box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  padding: 0.7rem 2rem;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  font-family: "gothammedium";
  min-width: 14.5rem;
  margin-bottom: 0rem;
  margin-right: 1.5rem;
}
.varient-btn-group .test-btn-varient.book-iqube-varient {
  background-color: var(--white);
  color: var(--grey-33);
  padding: 0.8rem 2rem;
  border: 0px solid var(--white);
  margin-right: 0rem;
}
@media screen and (max-width: 767.98px) {
  .varient-btn-group .test-btn-varient {
    border: 0px solid var(--white);
    margin-right: 0;
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 500;
    color: var(--grey-33);
    padding: 0.8rem 2rem;
    margin-bottom: 0;
    min-width: 10rem;
  }
  .varient-btn-group .test-btn-varient.book-iqube-varient {
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 500;
    color: var(--grey-33);
    padding: 0.8rem 2rem;
    min-width: 17.8rem;
    margin-top: 0;
  }
}
.varient-btn-group .test-btn-varient[disabled], .varient-btn-group .test-btn-varient.disabled {
  background: var(--grey-5) !important;
  color: var(--grey-6);
  border: 2px solid var(--grey-5);
  opacity: 1;
  box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  pointer-events: none;
}

.varient-left-lifestyle {
  background: var(--white);
}
.varient-left-lifestyle .varient-left-content {
  padding-left: 15%;
  align-items: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.varient-left-lifestyle .varient-left-content .varient-left-inner {
  height: 100%;
  font-family: "primeregular";
  display: flex;
  flex-direction: column;
  padding-top: 5rem;
}
.varient-left-lifestyle .varient-left-content .varient-left-inner p {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: var(--grey-33);
  font-family: "gothammedium";
  padding: 0rem 0rem 1rem;
  margin: 0;
  text-transform: capitalize;
}
.varient-left-lifestyle .varient-left-content .varient-left-inner h2 {
  font-size: 3.4rem;
  line-height: 3.8rem;
  font-weight: 400;
  color: var(--grey-33);
  font-family: "primeregular";
  margin: 0;
  padding-bottom: 3rem;
}
.varient-left-lifestyle .varient-left-content .varient-left-inner ul {
  padding: 0;
  list-style-type: none;
}
.varient-left-lifestyle .varient-left-content .varient-left-inner ul li {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 400;
  color: var(--grey-33);
  display: flex;
  font-family: "gothammedium";
  align-items: flex-start;
  justify-content: flex-start;
  padding: 1.6rem 0 0rem;
  width: 40rem;
}
.varient-left-lifestyle .varient-left-content .varient-left-inner ul li.helmet-info {
  font-size: 1.5rem;
  line-height: 1.9rem;
  font-weight: 400;
  color: var(--white);
  padding-top: 4.4rem;
}
.varient-left-lifestyle .varient-left-content .varient-left-inner ul li span i {
  margin-right: 1.3rem;
  font-size: 1.5rem;
  line-height: 1.9rem;
  font-weight: 400;
  color: var(--grey-33);
}
.varient-left-lifestyle .varient-left-content .varient-left-inner ul li:last-child {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
  font-family: "Roboto";
  padding-top: 4rem;
}
.varient-left-lifestyle .varient-left-content .varient-left-inner.varient-inner-power li {
  display: flex;
  align-items: flex-start;
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 400;
  color: var(--grey-33);
}
.varient-left-lifestyle .varient-left-content .varient-left-inner.varient-inner-power li i {
  font-size: 1.5rem;
  line-height: 1.9rem;
  font-weight: 400;
  color: var(--font-blue);
}
@media screen and (max-width: 991.98px) {
  .varient-left-lifestyle .varient-left-content .varient-left-inner.varient-inner-power li {
    font-size: 1.5rem;
    line-height: 1.9rem;
    font-weight: 400;
    color: var(--grey-33);
    width: 32rem;
  }
}
.varient-left-lifestyle .h-varient {
  height: 95%;
}
.varient-left-lifestyle.color-palette {
  background: var(--brand-color);
}
.varient-left-lifestyle.color-palette .varient-buttons .test-btn-varient {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: var(--grey-33);
}
.varient-left-lifestyle.color-palette .varient-buttons .test-btn-varient.book-iqube-varient {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: var(--white);
  font-family: "gothammedium";
}
.varient-left-lifestyle.ample-bootspace {
  background: #f4a89e;
}
.varient-left-lifestyle.ample-bootspace .trendy-slider figure img {
  background-color: var(--white);
}
.varient-left-lifestyle.ample-bootspace .varient-left-content .varient-left-inner ul li span i {
  font-size: 1.5rem;
  line-height: 1.9rem;
  font-weight: 400;
  color: var(--grey-33);
}
.varient-left-lifestyle.light-yellow {
  background: var(--brand-color-yellow);
}
.varient-left-lifestyle.light-yellow .trendy-slider figure img {
  background-color: var(--white);
}
@media screen and (max-width: 991.98px) {
  .varient-left-lifestyle {
    height: 100%;
  }
  .varient-left-lifestyle .varient-left-content {
    padding-left: 0;
    width: 100%;
    padding-left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    height: 100%;
    justify-content: center;
    padding-top: 10%;
    justify-content: center;
  }
  .varient-left-lifestyle .varient-left-content .varient-left-inner {
    padding-left: 2rem;
    padding-top: 0;
  }
  .varient-left-lifestyle .varient-left-content .varient-left-inner p {
    font-size: 1.5rem;
    line-height: 1.9rem;
    font-weight: 500;
    color: var(--grey-33);
    padding: 1rem 0rem 0.5rem;
    margin: 0;
  }
  .varient-left-lifestyle .varient-left-content .varient-left-inner h2 {
    font-size: 2.8rem;
    line-height: 3.2rem;
    font-weight: 400;
    color: var(--grey-33);
    margin: 0;
    padding-bottom: 2rem;
  }
  .varient-left-lifestyle .varient-left-content .varient-left-inner ul {
    padding: 1rem 0 5rem 0rem;
    list-style-type: none;
    margin: 0;
  }
  .varient-left-lifestyle .varient-left-content .varient-left-inner ul li {
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 400;
    color: var(--grey-33);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0rem 0 0.6rem;
    width: 32rem;
  }
  .varient-left-lifestyle .varient-left-content .varient-left-inner ul li span i {
    font-size: 1.6rem;
    margin-right: 1rem;
  }
  .varient-left-lifestyle .varient-left-content .varient-left-inner ul li:last-child {
    font-size: 1.3rem;
    line-height: 1.7rem;
    font-weight: 400;
    font-family: "Roboto";
    padding-top: 2rem;
  }
  .varient-left-lifestyle.color-palette .varient-left-content .varient-left-inner {
    padding-left: 2rem;
  }
  .varient-left-lifestyle.color-palette .varient-buttons .test-btn-varient {
    box-shadow: var(--btn-shadow-desktop);
    -webkit-box-shadow: var(--btn-shadow-desktop);
    -ms-box-shadow: var(--btn-shadow-desktop);
    -moz-box-shadow: var(--btn-shadow-desktop);
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 500;
    color: var(--grey-33);
    padding: 1rem 4.1rem;
    min-width: 17.8rem;
    margin-bottom: 0rem;
  }
  .varient-left-lifestyle.color-palette .varient-buttons .test-btn-varient.book-iqube-varient {
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 500;
    color: var(--white);
  }
}

.varient-buttons {
  display: flex;
  align-items: self-start;
  flex-direction: column;
  justify-content: space-around;
}
.varient-buttons.download-iqube-spec {
  justify-content: center;
  flex-direction: row;
  position: static;
  bottom: 0;
}
.varient-buttons.full-comparison {
  justify-content: center;
  flex-direction: row;
  position: static;
  bottom: 0;
  padding: 2rem 0 0;
  max-width: 80rem;
}
.varient-buttons .test-btn-varient {
  background: var(--white);
  border: 2px solid var(--grey-33);
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: var(--grey-33);
  padding: 1.1rem 2rem;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  min-width: 24.4rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767.98px) {
  .varient-buttons .test-btn-varient {
    border: 2px solid var(--white);
  }
}
.varient-buttons .test-btn-varient[disabled], .varient-buttons .test-btn-varient.disabled {
  background: var(--grey-5) !important;
  color: var(--grey-6);
  border: 2px solid var(--grey-5);
  opacity: 1;
  box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  pointer-events: none;
}
.varient-buttons .test-btn-varient.book-iqube-varient {
  background: var(--grey-33);
  color: var(--white);
  padding: 1.3rem 0rem;
  border: 0px solid transparent;
  font-family: "gothammedium";
}
.varient-buttons .test-btn-varient.download-iqube-varient {
  background: var(--grey-33);
  font-family: "gothammedium";
  padding: 1.3rem 0rem;
  border: 0px;
  min-width: 31rem;
  margin: 0rem 1rem;
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: var(--white);
  box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
}
.varient-buttons .test-btn-varient.download-iqube-varient.btn-transparent {
  background: transparent;
  font-family: "gothammedium";
  color: var(--grey-33);
  border: 2px solid var(--grey-33);
  padding: 1.1rem 0rem;
}
@media screen and (max-width: 991.98px) {
  .varient-buttons {
    align-items: center;
    padding: 2rem 0 4rem;
    flex-direction: row;
    position: relative;
    bottom: 0%;
  }
  .varient-buttons .test-btn-varient {
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 500;
    color: var(--white);
    font-family: "gothammedium";
    padding: 0.9rem 1.5rem;
    min-width: 13rem;
    margin-bottom: 0rem;
  }
  .varient-buttons .test-btn-varient.book-iqube-varient {
    padding: 1.1rem 4.1rem;
    min-width: 17.8rem;
  }
  .varient-buttons .test-btn-varient.download-iqube-varient {
    padding: 1.1rem 2rem;
    font-size: 1.8rem;
    line-height: 2.2rem;
    font-weight: 500;
    color: var(--white);
    min-width: 28rem;
  }
  .varient-buttons .test-btn-varient.download-iqube-varient.btn-transparent {
    margin-bottom: 2rem;
    padding: 0.9rem 2rem;
  }
  .varient-buttons.download-iqube-spec {
    padding: 2rem 0 2rem;
    flex-direction: column-reverse;
  }
  .varient-buttons.full-comparison {
    padding: 2rem 0 0;
    max-width: 80rem;
  }
}

.varient-thumbnail {
  padding: 0 0.15rem;
  width: 100%;
  margin-bottom: -0.4rem;
  background: transparent;
}
.varient-thumbnail figure {
  height: 100vh;
  position: relative;
  margin: 0;
  width: 100%;
}
.varient-thumbnail figure > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
}
@media screen and (min-width: 1601px) {
  .varient-thumbnail figure > img {
    height: 100%;
    width: auto;
  }
}
.varient-thumbnail figure figcaption {
  position: absolute;
  bottom: 0;
  background: var(--font-blue);
  color: var(--white);
  left: 0;
  width: 100%;
  padding: 1rem 1.8rem 1rem 3rem;
}
.varient-thumbnail figure figcaption span {
  display: block;
}
.varient-thumbnail figure figcaption .led-logo img {
  width: 12.8rem;
  max-width: 100%;
}
.varient-thumbnail .varient-slider-wrapper .trendy-slider.slick-dotted.slick-slider {
  margin-bottom: 0rem;
}
.varient-thumbnail .varient-slider-wrapper .trendy-slider.slick-dotted.slick-slider .slick-dots {
  position: absolute;
  margin-bottom: 0;
  bottom: 8rem;
  z-index: 99;
}
.varient-thumbnail .varient-slider-wrapper .trendy-slider.slick-dotted.slick-slider .slick-dots li {
  height: 20px;
  width: 20px;
  margin-right: 0.4rem;
}
.varient-thumbnail .varient-slider-wrapper .trendy-slider.slick-dotted.slick-slider .slick-dots li button:before {
  color: var(--grey-33);
  opacity: 0.2;
  font-size: 5rem;
}
.varient-thumbnail .varient-slider-wrapper .trendy-slider.slick-dotted.slick-slider .slick-dots li.slick-active button:before {
  color: var(--grey-33);
  opacity: 100;
}
@media screen and (max-width: 1199.98px) {
  .varient-thumbnail .img-title {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  .varient-thumbnail .img-sub-title {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  .varient-thumbnail figure figcaption {
    padding: 1rem 2rem;
  }
  .varient-thumbnail figure figcaption .led-logo img {
    width: 10.8rem;
    max-width: 100%;
  }
  .varient-thumbnail .center-image {
    bottom: -0.7rem;
  }
}
@media screen and (max-width: 991.98px) {
  .varient-thumbnail {
    background: transparent;
  }
  .varient-thumbnail figure {
    min-height: 30rem;
    height: 100%;
  }
  .varient-thumbnail .center-image {
    bottom: -1.4rem;
  }
}

.varient-tech-spec {
  padding-top: 5rem;
  padding-bottom: 6rem;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  border-top: 1px solid var(--grey-32);
}
.varient-tech-spec h2 {
  font-size: 3.4rem;
  line-height: 3.8rem;
  font-weight: 500;
  color: var(--grey-33);
  font-family: "primeregular";
  margin-bottom: 2.8rem;
}
.varient-tech-spec .varient-box {
  max-width: 100%;
  margin: 0 auto;
}
.varient-tech-spec .varient-box .tabs-section .varient-fill {
  background-image: linear-gradient(to top, var(--white), var(--light-grey-1));
  max-width: 100%;
  margin: 0 auto;
  flex-wrap: nowrap;
  align-items: center;
}
.varient-tech-spec .varient-box .tabs-section .varient-fill .nav-item {
  text-align: center;
}
.varient-tech-spec .varient-box .tabs-section .varient-fill .nav-item:last-child {
  margin-right: 1.5rem;
}
.varient-tech-spec .varient-box .tabs-section .nav-link {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
  color: var(--grey-33);
  opacity: 1;
  display: inline-block;
  padding: 0.7rem 2rem;
  border-radius: 5rem;
  -webkit-border-radius: 5rem;
  -ms-border-radius: 5rem;
  -moz-border-radius: 5rem;
  margin: 0.35rem 0rem 0.2rem;
  font-family: "gothammedium";
}
.varient-tech-spec .varient-box .tabs-section .nav-link:hover {
  border: 0;
  padding: 0.7rem 2.1rem;
}
.varient-tech-spec .varient-box .tabs-section .nav-link span {
  border-top: 0px solid var(--grey-33);
  padding-top: 0rem;
  margin-top: 0rem;
  font-family: "gothammedium";
}
.varient-tech-spec .varient-box .tabs-section .nav-link.active {
  color: var(--white);
  opacity: 100;
  min-width: 12rem;
  background: var(--grey-28);
  padding: 0.7rem 2rem;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -moz-border-radius: 1rem;
  margin: 0.35rem 0rem 0.2rem;
}
.varient-tech-spec .varient-box .tabs-section .nav-link.active span {
  border-top: 0px solid var(--white);
}
.varient-tech-spec .varient-box .tabs-section .tab-varien-section {
  padding: 2rem 2rem 0rem 0rem;
  min-height: 37rem;
}
.varient-tech-spec .varient-box .tabs-section .tab-varien-section .varien-list-item {
  display: flex;
  justify-content: flex-start;
  max-width: 85rem;
  margin: 0 auto;
}
.varient-tech-spec .varient-box .tabs-section .tab-varien-section .varien-list-item .title-item {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
  color: var(--grey-33);
  min-width: 32rem;
  font-family: "gothammedium";
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 1.2rem;
  border-image: linear-gradient(to left, var(--grey-30), var(--white)) 1 0;
  border-bottom: 2px solid;
  text-align: right;
}
.varient-tech-spec .varient-box .tabs-section .tab-varien-section .varien-list-item .title-item-content {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
  color: var(--grey-33);
  font-family: "gothammedium";
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: flex-start;
  align-items: self-start;
  padding: 1.2rem;
  background-image: linear-gradient(to left, var(--white), var(--grey-30));
  border-bottom: 2px solid var(--white);
}
.varient-tech-spec .varient-box .tabs-section .tab-varien-section .varien-list-item:last-child .title-item {
  border-bottom: 0px solid;
}
@media screen and (max-width: 1199.98px) {
  .varient-tech-spec .varient-box .tabs-section .tab-varien-section {
    padding: 0 0 4.5rem 0;
  }
}
@media screen and (max-width: 991.98px) {
  .varient-tech-spec .varient-box .tabs-section {
    margin-top: 6rem;
  }
  .varient-tech-spec .varient-box .tabs-section .nav {
    overflow: visible;
    border-bottom: 0px solid #dee2e6;
  }
  .varient-tech-spec .varient-box .tabs-section .nav-item:first-child .nav-link {
    padding-left: 0;
  }
  .varient-tech-spec .varient-box .tabs-section .nav-item .nav-link {
    min-width: 10rem;
  }
  .varient-tech-spec .varient-box .tabs-section .nav-link {
    font-size: 1.4rem;
    line-height: 1.8rem;
    display: block;
    padding-left: 3.4rem;
  }
  .varient-tech-spec .varient-box .tabs-section .nav-link i {
    font-size: 3.4rem;
  }
  .varient-tech-spec .varient-box .tabs-section .nav-link span {
    padding-top: 0rem;
    margin-top: 0rem;
    white-space: nowrap;
  }
  .varient-tech-spec .varient-box .tabs-section .tab-varien-section {
    padding: 2rem 0rem 1.5rem 0rem;
    min-height: auto;
  }
  .varient-tech-spec .varient-box .tabs-section .tab-varien-section .varien-list-item {
    max-width: 100%;
  }
  .varient-tech-spec .varient-box .tabs-section .tab-varien-section .varien-list-item .title-item {
    font-size: 1.3rem;
    line-height: 1.7rem;
    font-weight: 400;
    color: var(--grey-33);
    min-width: 18rem;
    padding: 1rem;
    border-bottom: 1px solid;
  }
  .varient-tech-spec .varient-box .tabs-section .tab-varien-section .varien-list-item .title-item-content {
    font-size: 1.3rem;
    line-height: 1.7rem;
    font-weight: 400;
    color: var(--grey-33);
    padding: 1rem;
    border-bottom: 1px solid var(--white);
  }
}
@media screen and (max-width: 767.98px) {
  .varient-tech-spec .varient-box .tabs-section {
    margin-left: -3rem;
    margin-right: -3rem;
    margin-top: 1.5rem;
  }
  .varient-tech-spec .varient-box .tabs-section .nav-item:first-child .nav-link {
    padding-left: 1.5rem;
  }
  .varient-tech-spec .varient-box .tabs-section .nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 991.98px) {
  .varient-tech-spec {
    padding-top: 3.5rem;
    padding-bottom: 3rem;
  }
  .varient-tech-spec h2 {
    font-size: 2.8rem;
    line-height: 3.2rem;
    font-weight: 500;
    color: var(--grey-33);
    margin-bottom: 0.5rem;
  }
}

.available-price {
  background-position: center top;
  background-size: cover;
  margin-top: 0rem;
  padding: 5rem 1.5rem 5rem;
  border-top: 1px solid var(--grey-32);
}
.available-price input {
  border: 2px solid #aaa;
}
.available-price h2 {
  font-size: 3.4rem;
  line-height: 3.8rem;
  font-weight: 500;
  color: var(--grey-33);
  font-family: "primeregular";
  margin-bottom: 4rem;
}
.available-price h4 {
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 400;
  color: var(--grey-33);
  font-family: "gothammedium";
  margin-bottom: 1.6rem;
  padding: 0;
}
.available-price .price-available {
  text-align: center;
}
.available-price .price-available p {
  font-family: "gothammedium";
}
.available-price .price-available span {
  font-family: "gothammedium";
}
.available-price .price-available span:first-child {
  font-size: 3.4rem;
  line-height: 3.8rem;
  font-weight: 500;
  color: var(--grey-33);
  text-align: center;
  padding: 1rem 0 0;
}
.available-price .price-available span {
  font-size: 2.2rem;
  line-height: 2.6rem;
  font-weight: 300;
  color: var(--grey-33);
}
.available-price .iqube-location {
  max-width: 46rem;
  margin: 0 auto;
  position: relative;
}
.available-price .iqube-location .location {
  position: absolute;
  right: 2rem;
  top: 0;
  width: 3rem;
  height: 3rem;
  bottom: 0;
  margin: auto;
}
.available-price .iqube-location .location .icon-locate {
  font-size: 2.4rem;
  background: -webkit-linear-gradient(var(--grey-33), var(--grey-33));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 991.98px) {
  .available-price {
    padding: 4rem 1.5rem 4rem;
    margin-top: 0;
    background-color: var(--white);
  }
  .available-price h2 {
    font-size: 2.8rem;
    line-height: 3.2rem;
    font-weight: 500;
    color: var(--grey-33);
    max-width: 28rem;
    margin: 0 auto 4rem;
  }
  .available-price h4 {
    font-size: 2rem;
    line-height: 2.4rem;
    font-weight: 400;
    color: var(--grey-33);
    margin-bottom: 1.6rem;
    padding: 0;
  }
  .available-price .price-available {
    font-size: 2.4rem;
    line-height: 2.8rem;
    font-weight: 400;
    color: var(--grey-33);
    text-align: center;
    padding: 0rem 0 0;
    margin-top: -1rem;
  }
  .available-price .price-available span {
    font-family: "gothammedium";
  }
  .available-price .price-available span:first-child {
    font-size: 2.4rem;
    line-height: 2.8rem;
    font-weight: 500;
    color: var(--grey-33);
  }
  .available-price .price-available span {
    font-size: 1.5rem;
    line-height: 1.9rem;
    font-weight: 500;
    color: var(--grey-33);
  }
  .available-price .iqube-location .location {
    right: 0.5rem;
    top: 1rem;
  }
  .available-price .iqube-location .location .icon-locate {
    font-size: 2rem;
  }
}

.riding-experience {
  background-image: url("../images/web-05.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 5rem 1.5rem 0rem;
  font-family: "primeregular";
  margin-bottom: 0rem;
}
.riding-experience h2 {
  font-size: 3.4rem;
  line-height: 3.8rem;
  font-weight: 300;
  color: var(--grey-33);
  margin-bottom: 0rem;
  padding: 0;
  font-family: "primeregular";
}
.riding-experience .varient-buttons.experience-btn {
  max-width: 24rem;
  margin: 0 auto;
  padding: 6rem 0 3.5rem;
  flex-direction: column;
  position: static;
  bottom: 0;
}
.riding-experience .varient-buttons.experience-btn .test-btn-varient {
  margin-bottom: 3rem;
  font-family: "gothammedium";
}
@media screen and (max-width: 991.98px) {
  .riding-experience {
    background-image: url("../images/riding-experience-mobile.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    padding: 4rem 1.5rem 4rem;
  }
  .riding-experience h2 {
    font-size: 2.8rem;
    line-height: 3.2rem;
    font-weight: 400;
    color: var(--grey-33);
    margin-bottom: 0rem;
    padding: 0;
  }
  .riding-experience .varient-buttons.experience-btn {
    max-width: 24rem;
    margin: 0 auto;
    padding: 3rem 0 0rem;
    flex-direction: column;
  }
  .riding-experience .varient-buttons.experience-btn .test-btn-varient {
    margin-bottom: 2rem;
    font-size: 1.8rem;
    line-height: 2.2rem;
    font-weight: 500;
    color: var(--grey-33);
    background-color: var(--white);
    border: 2px solid var(--grey-33);
    min-width: 25rem;
    padding: 0.9rem 0rem;
  }
  .riding-experience .varient-buttons.experience-btn .test-btn-varient.book-iqube-varient {
    background-color: var(--grey-33);
    color: var(--white);
  }
}

.variant-compare {
  background: #cde0ef url("../images/-e-bg4-desk.png");
  background-position: center top;
  background-size: cover;
  padding: 0rem 1.5rem 0rem;
  height: 100%;
}
.variant-compare .variant-compare-img {
  max-width: 50rem;
  padding: 5rem 0rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767.98px) {
  .variant-compare {
    background: url("../images/bg4- Mobile@2x.png");
    background-position: center top;
    background-size: cover;
    background-color: var(--grey-32);
  }
}

.compare-fold-iqubey {
  padding: 2rem 0 0;
  max-width: 86rem;
}
.compare-fold-iqubey .top-header-variant {
  margin-top: 0rem;
  padding: 1rem 2rem 0rem;
  border-radius: 0px;
}
.compare-fold-iqubey .top-header-variant ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid var(--font-black);
}
.compare-fold-iqubey .top-header-variant ul li {
  list-style: none;
  width: 25%;
  font-size: 2.2rem;
  line-height: 2.6rem;
  font-weight: 500;
  color: var(--grey-28);
  padding: 2rem;
}
.compare-fold-iqubey .top-header-variant ul li:nth-child(1) {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.9rem;
  font-weight: 500;
  color: var(--grey-28);
  margin-left: 0.9rem;
}
.compare-fold-iqubey .top-header-variant ul li:nth-child(2) {
  margin-right: 0rem;
}
.compare-fold-iqubey .top-header-variant ul li:nth-child(3) {
  margin-right: 0rem;
}
.compare-fold-iqubey .top-header-variant ul li span {
  width: 2.6rem;
  height: 2.6rem;
  display: inline-block;
  margin-right: 1rem;
  background-color: var(--white);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
}
.compare-fold-iqubey .top-header-variant ul li span:nth-child(2) {
  background-color: var(--olive-green);
}
.compare-fold-iqubey .top-header-variant ul li span:nth-child(3) {
  background-color: var(--midnight-blue);
}
.compare-fold-iqubey .top-header-variant .feauter-varient-section-list li {
  padding: 1.5rem 2rem;
}
@media screen and (max-width: 767.98px) {
  .compare-fold-iqubey {
    padding: 4rem 0 0;
  }
  .compare-fold-iqubey .top-header-variant {
    margin-top: 0rem;
    padding: 1rem 0rem 0rem;
    border-radius: 0px;
  }
  .compare-fold-iqubey .top-header-variant ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid var(--font-black);
  }
  .compare-fold-iqubey .top-header-variant ul li {
    font-size: 1.5rem;
    line-height: 1.9rem;
    font-weight: 500;
    color: var(--grey-28);
    padding: 2rem 0rem 2rem 0rem;
  }
  .compare-fold-iqubey .top-header-variant ul li:nth-child(1) {
    width: 25%;
    padding: 2rem 0rem 2rem 0rem;
  }
  .compare-fold-iqubey .top-header-variant ul li:nth-child(2) {
    margin-right: 0rem;
  }
  .compare-fold-iqubey .top-header-variant ul li:nth-child(3) {
    margin-right: 0rem;
  }
}

.feauter-varient-section {
  margin-top: 0rem;
  padding: 1rem 2rem 0rem;
  border-radius: 20px;
  max-width: 86rem;
}
.feauter-varient-section.feature-varient-detail {
  background: transparent;
}
.feauter-varient-section.feature-varient-detail ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid var(--font-black);
}
.feauter-varient-section.feature-varient-detail ul:last-child {
  border: none;
}
.feauter-varient-section.feature-varient-detail ul li {
  list-style: none;
  width: 25%;
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 400;
  color: var(--grey-28);
  padding: 2rem;
}
.feauter-varient-section.feature-varient-detail ul li:nth-child(1) {
  margin: 0;
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: var(--grey-28);
}
.feauter-varient-section.feature-varient-detail ul li:nth-child(2) {
  margin-right: 0rem;
}
.feauter-varient-section.feature-varient-detail ul li:nth-child(3) {
  margin-right: 0rem;
}
.feauter-varient-section.feature-varient-detail ul li span {
  width: 2.6rem;
  height: 2.6rem;
  display: inline-block;
  margin-right: 1rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
}
@media screen and (max-width: 767.98px) {
  .feauter-varient-section.feature-varient-detail ul {
    max-width: 32rem;
  }
}
.feauter-varient-section.feature-varient-detail .feauter-varient-section-list li {
  padding: 1.5rem 2rem;
}

@media screen and (max-width: 767.98px) {
  .feauter-varient-section {
    padding: 0;
    border-radius: unset;
    margin-top: 0rem;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .feauter-varient-section.feature-varient-detail ul {
    margin: 0 1.5rem;
  }
  .feauter-varient-section.feature-varient-detail ul li {
    width: 25%;
    padding: 2rem 0rem;
    font-size: 1.5rem;
    line-height: 1.9rem;
    font-weight: 400;
    color: var(--grey-28);
    word-break: break-word;
  }
  .feauter-varient-section.feature-varient-detail ul li span {
    width: 1.3rem;
    height: 1.3rem;
    display: inline-block;
  }
  .feauter-varient-section.feature-varient-detail ul li:first-child {
    padding-left: 0rem;
    font-size: 1.5rem;
    line-height: 1.9rem;
    font-weight: 500;
    color: var(--grey-28);
  }
  .feauter-varient-section.feature-varient-detail ul li:nth-child(2) {
    margin-right: 0;
  }
  .feauter-varient-section.feature-varient-detail .feauter-varient-section-list li {
    display: block;
    padding: 2rem 0rem;
  }
}
.ahead-desktop-img {
  position: relative;
  z-index: 1;
  height: 100vh;
}
.ahead-desktop-img .electric-iqube-de-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ahead-desktop-img .electric-iqube-mob-img {
  display: none;
}
.ahead-desktop-img.touchscreen-features .ahead-desktop-img-text p {
  padding-top: 0rem;
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: var(--grey-33);
}
.ahead-desktop-img.touchscreen-features .ahead-desktop-img-text h2 {
  font-size: 3.4rem;
  line-height: 3.8rem;
  font-weight: 400;
  color: var(--grey-33);
}
@media screen and (max-width: 991.98px) {
  .ahead-desktop-img.touchscreen-features .ahead-desktop-img-text h2 {
    font-size: 3rem;
    line-height: 3.4rem;
    font-weight: 500;
    color: var(--grey-33);
  }
  .ahead-desktop-img.touchscreen-features .ahead-desktop-img-text p {
    padding-top: 0;
    font-size: 1.5rem;
    line-height: 1.9rem;
  }
}
.ahead-desktop-img.touchscreen-features .ahead-info-section .on-road-price h2 {
  font-size: 5rem;
  line-height: 5.4rem;
  font-weight: 500;
  color: var(--grey-33);
  font-family: "gothammedium";
}
.ahead-desktop-img.touchscreen-features .ahead-info-section .on-road-price h3 {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: var(--grey-33);
  margin-bottom: 2.5rem;
  font-family: "primeregular";
}
.ahead-desktop-img.touchscreen-features .ahead-info-section .on-road-price span {
  color: var(--grey-33);
  font-family: "gothammedium";
}
.ahead-desktop-img.touchscreen-features .ahead-info-section .on-road-price span i {
  color: var(--grey-33);
}
.ahead-desktop-img.touchscreen-features .ahead-info-section .on-road-price .t-speed {
  color: var(--grey-33);
}
.ahead-desktop-img.touchscreen-features .varient-range-group a {
  background: var(--grey-33);
  color: var(--white);
}
.ahead-desktop-img .ahead-desktop-img-text {
  position: absolute;
  top: 6rem;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  font-family: "primeregular";
}
.ahead-desktop-img .ahead-desktop-img-text p {
  padding-top: 0rem;
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: var(--white);
  text-transform: capitalize;
  font-family: "gothammedium";
}
.ahead-desktop-img .ahead-desktop-img-text h2 {
  font-size: 3.4rem;
  line-height: 3.8rem;
  font-weight: 500;
  color: var(--white);
  text-transform: capitalize;
  font-family: "primeregular";
}
.ahead-desktop-img .ahead-info-section {
  position: absolute;
  bottom: 5rem;
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.ahead-desktop-img .ahead-info-section .varient-btn-group {
  display: flex;
  justify-content: flex-start;
  height: 100%;
  align-items: end;
}
.ahead-desktop-img .ahead-info-section .varient-btn-group a {
  padding: 1.3rem 4rem;
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: var(--white);
  font-family: "gothammedium";
  background: var(--grey-33);
}
.ahead-desktop-img .ahead-info-section .varient-range-group {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 0;
  max-width: 40.1rem;
  margin-left: auto;
  height: auto;
}
.ahead-desktop-img .ahead-info-section .on-road-price {
  max-width: 40.1rem;
  margin-left: auto;
  min-height: auto;
  margin-bottom: 5rem;
}
.ahead-desktop-img .ahead-info-section .on-road-price h3 {
  font-size: 5rem;
  line-height: 5.4rem;
  font-weight: 500;
  color: var(--white);
  font-family: "primeregular";
}
.ahead-desktop-img .ahead-info-section .on-road-price span {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 400;
  color: var(--white);
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
}
.ahead-desktop-img .ahead-info-section .on-road-price span:last-child {
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.ahead-desktop-img .ahead-info-section .on-road-price span i {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.4);
  margin-right: 1.5rem;
}
.ahead-desktop-img .ahead-info-section .on-road-price .t-speed {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: var(--white);
  display: block;
  margin-bottom: 3rem;
  font-family: "gothammedium";
}
@media screen and (max-width: 991.98px) {
  .ahead-desktop-img {
    height: 100%;
  }
  .ahead-desktop-img .electric-iqube-de-img {
    display: none;
  }
  .ahead-desktop-img .electric-iqube-mob-img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .ahead-desktop-img .ahead-desktop-img-text {
    top: 4rem;
  }
  .ahead-desktop-img .ahead-desktop-img-text p {
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 500;
    color: var(--white);
  }
  .ahead-desktop-img .ahead-desktop-img-text h2 {
    font-size: 3rem;
    line-height: 3.4rem;
    font-weight: 500;
    color: var(--white);
    max-width: 32rem;
    margin: 0 auto;
  }
  .ahead-desktop-img.touchscreen-features .ahead-info-section {
    top: 16rem;
  }
  .ahead-desktop-img.touchscreen-features .ahead-info-section .on-road-price h2 {
    font-size: 3rem;
    line-height: 3.4rem;
    font-weight: 500;
    color: var(--grey-33);
  }
  .ahead-desktop-img.touchscreen-features .ahead-info-section .on-road-price h3 {
    font-size: 1.5rem;
    line-height: 1.9rem;
    font-weight: 500;
    color: var(--grey-33);
    margin-bottom: 0rem;
  }
  .ahead-desktop-img.touchscreen-black-text .ahead-info-section {
    top: 18rem;
  }
  .ahead-desktop-img .ahead-info-section {
    top: 18rem;
  }
  .ahead-desktop-img .ahead-info-section .on-road-price {
    max-width: 100%;
    margin-left: 0.5rem;
    margin-bottom: 0;
    min-height: auto;
  }
  .ahead-desktop-img .ahead-info-section .on-road-price h3 {
    font-size: 3rem;
    line-height: 3.4rem;
  }
  .ahead-desktop-img .ahead-info-section .on-road-price span {
    font-size: 1.5rem;
    line-height: 1.9rem;
    font-weight: 400;
    color: var(--white);
    width: 32rem;
    padding: 0rem 0 0.25rem;
    margin-bottom: 0;
  }
  .ahead-desktop-img .ahead-info-section .on-road-price span:last-child {
    margin-bottom: 0;
    font-size: 1.3rem;
    line-height: 1.7rem;
    font-weight: 400;
    font-family: "Roboto";
    padding-top: 2rem;
  }
  .ahead-desktop-img .ahead-info-section .on-road-price .t-speed {
    font-size: 1.5rem;
    line-height: 1.9rem;
    font-weight: 400;
    color: var(--white);
    margin-bottom: 0;
  }
  .ahead-desktop-img .ahead-info-section .varient-range-group {
    justify-content: center;
    margin-top: 3rem;
  }
}

.wrapper {
  width: 100rem;
  margin: 0 auto;
}
@media screen and (max-width: 991.98px) {
  .wrapper {
    max-width: 32rem;
  }
}

.scrtabs-tab-container {
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.scrtabs-tab-container .scrtabs-tabs-movable-container > .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}
.scrtabs-tab-container.scrtabs-rtl .scrtabs-tabs-movable-container > ul.nav-tabs {
  padding-right: 1.2rem;
}

.scrtabs-tabs-fixed-container {
  height: 45px;
  overflow: hidden;
  width: 100%;
  border-radius: 10px;
  box-shadow: 5px 8.7px 10px 0 rgba(0, 0, 0, 0.1);
  border: solid 2px var(--white);
  background-image: linear-gradient(to top, var(--white), var(--light-grey-1));
}
.scrtabs-tabs-fixed-container ul.nav-tabs > li {
  white-space: nowrap;
}

.scrtabs-tabs-movable-container {
  position: relative;
  transition: transform 1s;
}
.scrtabs-tabs-movable-container .tab-content {
  display: none;
}

.scrtabs-tab-scroll-arrow {
  border: 0px solid #dddddd;
  border-top: none;
  cursor: pointer;
  display: none;
  height: auto;
  padding-left: 0em;
  width: 2rem;
  align-items: center;
  justify-content: center;
}
.scrtabs-tab-scroll-arrow:hover {
  background-color: transparent;
}
.scrtabs-tab-scroll-arrow > span {
  background: url("../images/left-arrow.png");
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  transform: rotate(-180deg);
  display: flex;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.scrtabs-tab-scroll-arrow > span:hover {
  border-right-color: #222;
  border-bottom-color: #222;
}
.scrtabs-tab-scroll-arrow.scrtabs-with-click-target {
  cursor: default;
}
.scrtabs-tab-scroll-arrow .scrtabs-click-target {
  cursor: pointer;
}
.scrtabs-tab-scroll-arrow.scrtabs-disable > span {
  border-color: #222;
}
.scrtabs-tab-scroll-arrow.scrtabs-disable .scrtabs-click-target {
  color: #222;
  cursor: default;
}
.scrtabs-tab-scroll-arrow.scrtabs-disable .scrtabs-click-target > span {
  border-color: #222;
}

.scrtabs-tab-scroll-arrow-left > span {
  transform: rotate(360deg);
}

.scrtabs-tab-scroll-arrow-right {
  padding-left: 1rem;
}

#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.7);
  width: 50px;
  height: 50px;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99;
}

#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}

#return-to-top:hover i {
  color: #fff;
  top: 5px;
}

.prelaunch-book-header {
  position: fixed;
  width: 100%;
  background-color: var(--white);
  z-index: 2;
}
.prelaunch-book-header .iqube-booking-header {
  padding: 1.3rem 0;
  display: flex;
}
.prelaunch-book-header .iqube-booking-header a {
  display: flex;
  align-items: center;
}
.prelaunch-book-header .iqube-booking-header i {
  font-size: 2.2rem;
  line-height: 2.6rem;
  color: var(--grey-31);
}
.prelaunch-book-header .iqube-booking-header span, .prelaunch-book-header .iqube-booking-header h1 {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
  color: var(--grey-33);
  margin: 0.7rem 0 0.5rem 2.1rem;
  font-family: "gothammedium";
}
.prelaunch-book-header .prelaunch-navbar {
  box-shadow: var(--sticky-header-dark-shadow);
  -webkit-box-shadow: var(--sticky-header-dark-shadow);
  -ms-box-shadow: var(--sticky-header-dark-shadow);
  -moz-box-shadow: var(--sticky-header-dark-shadow);
}

.prebook-hero-section {
  top: 5.1rem;
}
.prebook-hero-section .booksection {
  display: flex;
  border-bottom: 1px solid var(--grey-8);
  padding: 0rem 0rem 3rem;
}
.prebook-hero-section .booking-summary h1 {
  margin: 5.1rem 0 2rem;
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 400;
  color: var(--grey-33);
  font-family: "primeregular";
}
.prebook-hero-section .booking-summary.booking-summary-vinfo h1 {
  margin: 0;
  padding: 1rem;
  display: flex;
  align-items: center;
  border: 1px solid var(--grey-6);
}
.prebook-hero-section .booking-info-section {
  padding-right: 3.7rem;
}
.prebook-hero-section .booking-info-section h2 {
  font-size: 3rem;
  line-height: 3.4rem;
  font-weight: 400;
  color: var(--grey-33);
  margin: 0;
  font-family: "primeregular";
  padding: 0rem 0rem 1rem;
}
.prebook-hero-section .booking-info-section p {
  font-family: "gothammedium";
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--grey-33);
}
.prebook-hero-section .booking-info-section p + p {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--grey-31);
}

.timeline-info-section {
  margin-left: 0rem;
}
.timeline-info-section .booking-day-section {
  position: relative;
  display: flex;
}
.timeline-info-section .booking-day-section::after {
  content: "";
  bottom: -1px;
  position: absolute;
  left: 0;
  height: 1px;
  width: 100%;
  background-image: linear-gradient(to right, var(--grey-30) 80%, var(--white));
}
.timeline-info-section .timeline-info h5 {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-33);
  font-family: "gothammedium";
  padding: 0;
  margin: 0;
}
.timeline-info-section .timeline-info p {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 400;
  color: var(--grey-31);
  margin: 0rem;
  font-family: "gothammedium";
}

.prelaunch-book-list {
  border-radius: 0rem;
  -webkit-border-radius: 0rem;
  -ms-border-radius: 0rem;
  -moz-border-radius: 0rem;
  margin: 3rem 0rem 0 0;
  border: 1px solid var(--grey-8);
  justify-content: space-evenly;
}
.prelaunch-book-list.prelaunch-book-list-vinfo {
  margin: 0;
  border-radius: 0;
}
.prelaunch-book-list ul {
  padding: 0;
}
.prelaunch-book-list img {
  max-width: 20.8rem;
  max-height: 17.2rem;
  object-fit: contain;
  margin: 3rem 5rem 1rem 3rem;
}
.prelaunch-book-list li {
  justify-content: space-between;
  margin-bottom: 1.6rem;
  border-bottom: 1px solid var(--grey-8);
}
.prelaunch-book-list li div:first-child {
  width: 21rem;
}
.prelaunch-book-list li div:last-child {
  text-align: right;
}
.prelaunch-book-list li .timeline-info:last-child {
  margin-left: 2rem;
}
.prelaunch-book-list li .timeline-info .color-code {
  display: flex;
  align-items: center;
}
.prelaunch-book-list li .timeline-info .color-code .colourbooking-dot {
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  display: inline-block;
  margin-right: 0.5rem;
}
.prelaunch-book-list li .timeline-info .color-code p {
  margin: 0rem;
}
.prelaunch-book-list li i {
  font-size: 2.3rem;
  line-height: 2.7rem;
  font-weight: 700;
  margin-right: 1rem;
  margin-top: -0.5rem;
  background: -webkit-linear-gradient(var(--primary-green), var(--secondary-green));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.prelaunch-book-list li .icon-edit {
  font-size: 2.3rem;
  line-height: 2.7rem;
  font-weight: 500;
}
.prelaunch-book-list li h5 {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-33);
  font-family: "gothammedium";
}
.prelaunch-book-list li span {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: var(--grey-33);
}
.prelaunch-book-list li p {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-33);
  text-align: end;
  font-family: "gothammedium";
}
.prelaunch-book-list li:first-child {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
.prelaunch-book-list li:first-child h5 {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: var(--grey-33);
}
.prelaunch-book-list li .heading-block {
  background: none;
  padding: 0;
  display: flex;
  align-items: center;
}
.prelaunch-book-list li .heading-block i {
  background: -webkit-linear-gradient(var(--grey-33), var(--grey-33));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.6rem;
}
.prelaunch-book-list li .heading-block p {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-33);
  margin: 0 0 0 0.5rem;
}
.prelaunch-book-list li.v-cle-info {
  justify-content: flex-start;
}
.prelaunch-book-list li.v-cle-info .timeline-info:last-child {
  margin-left: 0rem;
}
.prelaunch-book-list li.v-cle-info .timeline-info .heading-block {
  display: block;
}
.prelaunch-book-list li.v-cle-info div {
  width: 16rem;
}
.prelaunch-book-list p.disclaimer {
  margin: 0;
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--grey-31);
  padding: 2rem 0 2rem 0rem;
  position: relative;
  max-width: 30rem;
  display: flex;
  font-family: "gothammedium";
}
.prelaunch-book-list p.disclaimer:before {
  content: "*";
  height: 1rem;
  margin-right: 0.5rem;
}
@media screen and (max-width: 991.98px) {
  .prelaunch-book-list p.disclaimer {
    padding: 0 1rem 3rem 1.5rem;
    max-width: 100%;
  }
}

.booking-finance-option {
  margin-top: 2rem;
  border-radius: 0.6rem;
  -webkit-border-radius: 0.6rem;
  -ms-border-radius: 0.6rem;
  -moz-border-radius: 0.6rem;
  background-image: linear-gradient(to bottom, var(--white), var(--white));
}
.booking-finance-option .finance-option-border {
  border-bottom: 1px solid var(--border-off-white);
}
.booking-finance-option .finance-option-list {
  margin: 0;
}
.booking-finance-option h1 {
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 500;
  color: var(--grey-33);
  padding: 3rem 0 3rem;
  margin: 0;
  font-family: "primeregular";
}
.booking-finance-option .finance-option-details {
  border: 1px solid var(--grey-8);
  padding: 2rem 2rem 0rem;
}
.booking-finance-option .booking-detail i {
  font-size: 1.5rem;
  line-height: 1.9rem;
  font-weight: 500;
  background: -webkit-linear-gradient(var(--grey-33), var(--grey-33));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.booking-finance-option .booking-detail .icon-mobile {
  font-size: 1.7rem;
  line-height: 2.1rem;
  font-weight: 500;
  position: relative;
  right: 2px;
  margin-right: -3px;
}
.booking-finance-option .booking-detail span {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-33);
  margin-left: 1.6rem;
  padding-bottom: 2rem;
  display: inline-block;
  font-family: "gothammedium";
}
.booking-finance-option .booking-detail p {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-33);
  margin-bottom: 0.5rem;
  font-family: "gothammedium";
}
.booking-finance-option .booking-detail .easy-booking-text {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-33);
  margin-bottom: 1.5rem;
  font-family: "gothammedium";
}
.booking-finance-option .booking-detail ol {
  list-style: none;
  padding-left: 2rem;
}
.booking-finance-option .booking-detail ol li {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: var(--grey-33);
  margin-bottom: 0.5rem;
}
.booking-finance-option .booking-detail .acceptance-bg {
  background: rgba(232, 232, 232, 0.5);
  padding: 1.5rem;
  margin-top: 0rem;
  text-align: left;
  display: flex;
  align-items: center;
}
.booking-finance-option .booking-detail .acceptance-bg .custom-checkbox .checkmark {
  top: auto;
}
.booking-finance-option .booking-detail .acceptance-bg text {
  margin-bottom: 0;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-33);
  font-family: "gothammedium";
}
.booking-finance-option .booking-detail .acceptance-bg text a {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-33);
  font-family: "gothammedium";
  white-space: nowrap;
}
.booking-finance-option .booking-detail .custom-checkbox {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: var(--grey-33);
}
.booking-finance-option .booking-detail .custom-checkbox span {
  margin: 0;
}
.booking-finance-option .booking-detail button {
  margin: 3rem 0 3.5rem auto;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  padding: 1.4rem 3rem 1.4rem;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--white);
  width: auto;
  min-width: max-content;
  justify-content: flex-end;
  display: flex;
}
.booking-finance-option .payment-of-iqube h1 {
  padding: 0;
  margin: 2.9rem 0 2rem;
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 400;
  color: var(--grey-33);
  font-family: "primeregular";
}

@media screen and (max-width: 1199.98px) {
  .prelaunch-book-list {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 991.98px) {
  .prelaunch-book-header .iqube-booking-header h1 {
    font-size: 1.8rem;
    line-height: 2.2rem;
    font-weight: 400;
    color: var(--grey-28);
    margin: 0.7rem 0 0.5rem 1.5rem;
  }
  .prelaunch-book-header .prelaunch-navbar {
    box-shadow: 0px 0px 20px 1px var(--font-light-grey);
    -webkit-box-shadow: 0px 0px 20px 1px var(--font-light-grey);
    -ms-box-shadow: 0px 0px 20px 1px var(--font-light-grey);
    -moz-box-shadow: 0px 0px 20px 1px var(--font-light-grey);
  }
  .prebook-hero-section .booking-summary h1 {
    margin: 5rem 0 2rem;
    font-size: 2.4rem;
    line-height: 2.8rem;
    font-weight: 500;
    color: var(--grey-33);
  }
  .prebook-hero-section .booking-info-section h2 {
    font-size: 3rem;
    line-height: 3.4rem;
    font-weight: 500;
    color: var(--grey-33);
  }
  .prebook-hero-section .timeline-info-section {
    margin: 0;
  }
  .prebook-hero-section .timeline-info-section .booking-day-section {
    display: none;
  }
  .prebook-hero-section .timeline-info-section .timeline-info h5 {
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 500;
    color: var(--grey-33);
    padding-bottom: 0.5rem;
  }
  .prebook-hero-section .timeline-info-section .timeline-info p {
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 500;
    color: var(--grey-31);
    margin: 0;
  }
  .prebook-hero-section .bookingiqube {
    padding: 0;
  }
  .prebook-hero-section .booking-finance-option {
    border-radius: unset;
  }
  .prebook-hero-section .booking-finance-option h1 {
    padding: 1rem 0rem 2rem;
    font-size: 2.4rem;
    line-height: 2.8rem;
    font-weight: 500;
    color: var(--grey-33);
    margin: 2rem 0 0rem;
  }
  .prebook-hero-section .booking-finance-option .booking-detail .easy-booking-text {
    margin-bottom: 0rem;
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 500;
    color: var(--grey-33);
  }
  .prebook-hero-section .booking-finance-option .booking-detail .easy-booking-text-loan {
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 500;
    color: var(--grey-31);
  }
  .prebook-hero-section .booking-finance-option .booking-detail button {
    padding: 1.15rem 4.3rem 1.15rem;
    border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 500;
    color: var(--white);
    margin: 3rem auto 3.5rem auto;
    display: flex;
    justify-content: center;
  }
  .prebook-hero-section .booking-finance-option .booking-detail span {
    margin-bottom: 0rem;
  }
  .prebook-hero-section .booking-finance-option .booking-detail .acceptance-bg {
    background: rgba(232, 232, 232, 0.5);
    padding: 1.5rem;
    margin-top: 3rem;
  }
  .prebook-hero-section .booking-finance-option .booking-detail .acceptance-bg text {
    margin-bottom: 0;
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 500;
    color: var(--grey-33);
    padding: 0rem;
    font-family: "gothammedium";
  }
  .prebook-hero-section .booking-finance-option .booking-detail .acceptance-bg text a {
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 500;
    color: var(--grey-33);
  }
  .prebook-hero-section .booking-finance-option i {
    font-size: 1.7rem;
    line-height: 2.1rem;
    font-weight: 500;
  }
  .prebook-hero-section .booking-finance-option .icon-mobile {
    font-size: 2.4rem;
    line-height: 2.8rem;
    font-weight: 500;
    position: relative;
    right: 3px;
    margin-right: -0.8rem;
    top: -3px;
  }
  .prebook-hero-section .booking-finance-option .finance-option-list {
    margin: 0 1.5rem 0rem;
    border-bottom: 1px solid var(--grey-30);
    padding-bottom: 3rem;
  }
  .prebook-hero-section .booking-finance-option .custom-checkbox {
    font-size: 1.2rem;
    line-height: 1.6rem;
    text-align: left;
  }
  .prebook-hero-section .prelaunch-book-list {
    display: block;
    margin: 3rem 0 0 0;
  }
  .prebook-hero-section .prelaunch-book-list img {
    display: flex;
    margin: 3.5rem auto 0;
    max-width: 25rem;
    max-height: max-content;
  }
  .prebook-hero-section .prelaunch-book-list ul {
    width: 100%;
    padding: 0 2rem;
  }
  .prebook-hero-section .booking-info-section {
    border: none;
    border-bottom: 1px solid var(--grey-8);
    padding-bottom: 3rem;
  }
  .prebook-hero-section .booking-info-section p {
    font-size: 1.5rem;
    line-height: 1.9rem;
    font-weight: 400;
    color: var(--grey-33);
  }
  .prebook-hero-section .booking-info-section p + p {
    font-size: 1rem;
    line-height: 1.4rem;
    font-weight: 500;
    color: var(--grey-31);
  }
  .prebook-hero-section .booksection {
    display: block;
    margin-bottom: 4rem;
    border-bottom: 0;
    padding: 0;
  }
}
.city-price-section .city-price {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.6rem;
}
.city-price-section .city-price h5 {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-31);
  font-family: "gothammedium";
}
.city-price-section .city-price span {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-33);
  font-family: "gothammedium";
}
.city-price-section .city-price + .city-price {
  padding-bottom: 0rem;
}
@media screen and (max-width: 991.98px) {
  .city-price-section {
    padding: 0 2rem 2rem;
  }
}

.easy-booking-text-loan {
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: 500;
  color: var(--grey-31);
}

.tvs-header.prelaunch-book-header + .select-new-iqube {
  padding-top: 9rem;
}

.booking-detail .next-steps h6 {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--grey-31);
  padding-bottom: 1rem;
  margin: 0rem;
  font-family: "gothammedium";
}
.booking-detail .next-steps > p {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-33);
  padding: 0.2rem 0rem;
  list-style: none;
  font-family: "gothammedium";
  margin-bottom: 0.5rem;
}
.booking-detail .next-steps .disclaimer.easy-des {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 400;
  color: var(--grey-31);
  padding: 1rem 0rem;
  margin: 0rem;
  display: flex;
}
.booking-detail .next-steps .disclaimer.easy-des:before {
  content: "*";
  height: 1rem;
  margin-right: 0.5rem;
}
@media screen and (max-width: 991.98px) {
  .booking-detail .next-steps {
    padding-top: 1.5rem;
  }
  .booking-detail .next-steps h6 {
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 500;
    color: var(--grey-31);
    font-family: "gothammedium";
    padding-bottom: 1.5rem;
  }
  .booking-detail .next-steps > p {
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 500;
    color: var(--grey-33);
    font-family: "gothammedium";
  }
  .booking-detail .next-steps .disclaimer.easy-des {
    padding: 1rem 0rem 0rem;
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}

.sticky-header.book-iqube {
  box-shadow: var(--sticky-header-dark-shadow);
  -webkit-box-shadow: var(--sticky-header-dark-shadow);
  -ms-box-shadow: var(--sticky-header-dark-shadow);
  -moz-box-shadow: var(--sticky-header-dark-shadow);
  border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  position: relative;
}

.book-iqube-head {
  padding: 1rem 0 1rem 0rem;
  display: flex;
  align-items: center;
}
.book-iqube-head .step-title-book {
  font-size: 2.2rem;
  line-height: 2.6rem;
  font-weight: 400;
  color: var(--grey-33);
  margin-bottom: 0;
  padding-left: 1rem;
}
.book-iqube-head .brand-logo .iqube-model .icon-iqube-mono {
  font-size: 3rem;
}
@media screen and (max-width: 991.98px) {
  .book-iqube-head .step-title-book {
    font-size: 1.8rem;
    line-height: 2.2rem;
    font-weight: 400;
    color: var(--grey-33);
  }
  .book-iqube-head .brand-logo .iqube-model img {
    max-width: 2.4rem;
  }
}

.justify-content-space {
  justify-content: space-evenly;
  margin-top: 0rem;
}
@media screen and (max-width: 991.98px) {
  .justify-content-space {
    margin-top: 0rem;
  }
}

.book-banner-timeline {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  margin: 0rem 0 -7.5rem;
  position: relative;
}
.book-banner-timeline .inner-timeline {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 16rem;
  justify-content: flex-start;
  align-items: center;
}
.book-banner-timeline .inner-timeline h3 {
  margin: 0;
  padding: 1.5rem 0 0rem;
  font-size: 1.5rem;
  line-height: 1.9rem;
  font-weight: 500;
  color: var(--grey-33);
  font-family: "gothammedium";
}
.book-banner-timeline .inner-timeline h3.by-iqube {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
  color: #d87a6d;
}
.book-banner-timeline .inner-timeline h3.select-dealer {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
  color: #d2b22d;
}
.book-banner-timeline .inner-timeline h3.make-payment {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
  color: #60b97f;
}
.book-banner-timeline .inner-timeline h3.vehicle-delivery {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
  color: #1884bb;
}
.book-banner-timeline .inner-timeline span {
  font-size: 1.3rem;
  line-height: 1.7rem;
  font-weight: 400;
  color: var(--grey-33);
  text-align: center;
}
.book-banner-timeline .inner-timeline:before {
  content: "";
  width: 78%;
  border-top: 1px dashed rgba(34, 34, 34, 0.3);
  display: inline-block;
  position: absolute;
  top: 25%;
  left: 85%;
}
.book-banner-timeline .inner-timeline:last-child:before {
  content: "";
  border-top: 0px dashed var(--border-grey-dark);
}
.book-banner-timeline .booking-timeline-content {
  padding: 2.8rem 2rem 2.5rem 0rem;
  margin: 0;
  max-width: 27rem;
  min-height: 12rem;
}
.book-banner-timeline .booking-timeline-content p {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-33);
  font-family: "gothammedium";
  margin: 0;
  padding: 0;
}
.book-banner-timeline .booking-timeline-content span {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--grey-31);
  font-family: "gothammedium";
  display: flex;
  height: 4rem;
}
@media screen and (max-width: 991.98px) {
  .book-banner-timeline {
    display: none;
  }
}

.iqube-new {
  padding: 0rem;
}
.iqube-new .timeline-heading, .iqube-new h2 {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: var(--grey-33);
  margin-bottom: 0;
  text-align: left;
  font-family: "gothammedium";
  position: absolute;
  top: 9rem;
  width: auto;
  z-index: 1;
  left: 7%;
}
.iqube-new .timeline-mobile {
  display: none;
}
@media screen and (max-width: 991.98px) {
  .iqube-new {
    padding: 0rem;
  }
  .iqube-new .book-iqube-banner .container-md, .iqube-new .book-iqube-banner .container-fluid {
    padding: 0;
  }
  .iqube-new .timeline-mobile {
    display: flex;
    width: 100%;
  }
  .iqube-new .timeline-mobile .timeline-mobile-content {
    max-width: 100%;
  }
  .iqube-new h2 {
    font-size: 1.8rem;
    line-height: 2.2rem;
    padding: 5.5rem 0rem 0rem 1.5rem;
    text-align: left;
    max-width: 30rem;
    position: absolute;
    z-index: 1;
    top: 5rem;
    left: 0;
  }
}

.booking-card-common {
  padding: 0 0% 0 32%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-end;
}
.booking-card-common.card-booking {
  padding: 0 0rem 0 2rem;
}

.booking-gy-w.bookiqubemobile-green:first-child {
  align-items: flex-end;
}
.booking-gy-w.bookiqubemobile-green:first-child .booking-card-common.card-booking {
  padding: 0 0% 0 25%;
}

.book-iqube-banner {
  background: var(--white);
  min-height: 41em;
  padding: 6.8rem 0 0 0rem;
}
.book-iqube-banner .container-fluid {
  padding: 0;
}
.book-iqube-banner .booking-timeline .timeline-inner {
  position: relative;
  justify-content: flex-start;
  display: flex;
  align-items: center;
}
.book-iqube-banner .booking-timeline .timeline-inner img {
  max-width: 17rem;
}
.book-iqube-banner .booking-timeline .timeline-inner i {
  background: -webkit-linear-gradient(var(--tertiary-blue), var(--quaternary-dark-blue));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 7rem;
  font-weight: 500;
}
.book-iqube-banner .booking-timeline .timeline-inner i.icon-combine-book {
  margin-top: -0.75rem;
  background: -webkit-linear-gradient(#d87a6d, #d87a6d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.book-iqube-banner .booking-timeline .timeline-inner i.icon-combine-dealership {
  font-size: 6rem;
  background: -webkit-linear-gradient(#d2b22d, #d2b22d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.book-iqube-banner .booking-timeline .timeline-inner i.icon-combine-full-payment {
  font-size: 6rem;
  background: -webkit-linear-gradient(#60b97f, #60b97f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.book-iqube-banner .booking-timeline .timeline-inner i.icon-combine-deliver {
  margin-top: -1rem;
  background: -webkit-linear-gradient(#1884bb, #1884bb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.book-iqube-banner .booking-gy-w, .book-iqube-banner .booking-pb-w {
  width: 28%;
  min-height: 34rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
.book-iqube-banner .booking-pb-w {
  width: 18%;
}
@media screen and (max-width: 991.98px) {
  .book-iqube-banner {
    background: transparent;
    padding: 6rem 0 0 0rem;
  }
}

.select-new-iqube {
  padding: 3rem 0rem 0;
}
.select-new-iqube h1, .select-new-iqube h2 {
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 500;
  color: var(--grey-33);
  margin-bottom: 1rem;
  text-align: center;
  font-family: "primeregular";
  padding-bottom: 1.5rem;
}
.select-new-iqube p {
  font-size: 1.5rem;
  line-height: 1.9rem;
  font-weight: 400;
  color: var(--grey-33);
  margin-bottom: 1rem;
  text-align: center;
}
.select-new-iqube .tabs-section .book-tabs-iqube {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.5rem 0 0 0;
}
.select-new-iqube .tabs-section .book-tabs-iqube .iqube-fill {
  border-bottom: 1px solid var(--grey-31);
}
.select-new-iqube .tabs-section .book-tabs-iqube .iqube-fill .nav-item .nav-link {
  padding: 0 3rem;
  opacity: 1;
}
.select-new-iqube .tabs-section .book-tabs-iqube .iqube-fill .nav-item .nav-link h3 {
  border-bottom: 3px solid var(--white);
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 400;
  color: var(--grey-33);
  border-top: 0;
  position: relative;
  font-family: "gothammedium";
}
.select-new-iqube .tabs-section .book-tabs-iqube .iqube-fill .nav-item .nav-link h3 em {
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  font-size: 1.1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: var(--grey-33);
  font-style: normal;
}
.select-new-iqube .tabs-section .book-tabs-iqube .iqube-fill .nav-item .nav-link.active {
  border-bottom: 3px solid var(--grey-33);
}
.select-new-iqube .tabs-section .book-tabs-iqube .iqube-fill .nav-item .nav-link.active h3 {
  position: relative;
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 400;
  color: var(--grey-33);
}
.select-new-iqube .tabs-section .book-tabs-iqube .iqube-fill .nav-item .nav-link.active + .price-variant-tab {
  display: block;
  padding: 1.5rem 0 0rem;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: var(--grey-33);
}
@media screen and (max-width: 991.98px) {
  .select-new-iqube .tabs-section .book-tabs-iqube .iqube-fill .nav-item .nav-link h3 {
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 400;
    color: var(--grey-33);
  }
  .select-new-iqube .tabs-section .book-tabs-iqube .iqube-fill .nav-item .nav-link.active h3 {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}
.select-new-iqube .tabs-section .book-tabs-iqube .iqube-fill .nav-item .price-variant-tab {
  display: none;
}
.select-new-iqube .tabs-section .tab-content.book-iqube-content {
  margin: 3rem 0rem 0rem;
}
.select-new-iqube .tabs-section .tab-content.book-iqube-content .tab-book-section {
  display: flex;
  border-radius: 0rem;
  -webkit-border-radius: 0rem;
  -ms-border-radius: 0rem;
  -moz-border-radius: 0rem;
  border: solid 1px var(--grey-8);
  height: 41.6rem;
  box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
}
.select-new-iqube .tabs-section .tab-content.book-iqube-content .tab-book-section .book-iqube-wrapper {
  padding: 0 0.15rem;
  max-width: 72rem;
  width: 100%;
  margin-bottom: -0.4rem;
  border-right: 1px solid var(--grey-8);
}
.select-new-iqube .tabs-section .tab-content.book-iqube-content .tab-book-section .book-iqube-wrapper .bookiqube-slider {
  max-width: 40rem;
  margin: 5rem auto 2.6rem;
}
.select-new-iqube .tabs-section .tab-content.book-iqube-content .tab-book-section .book-iqube-wrapper .bookiqube-slider .slick-next, .select-new-iqube .tabs-section .tab-content.book-iqube-content .tab-book-section .book-iqube-wrapper .bookiqube-slider .slick-prev {
  border: 1px solid var(--grey-33);
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  top: 44%;
}
.select-new-iqube .tabs-section .tab-content.book-iqube-content .tab-book-section .book-iqube-wrapper .bookiqube-slider .slick-next:before, .select-new-iqube .tabs-section .tab-content.book-iqube-content .tab-book-section .book-iqube-wrapper .bookiqube-slider .slick-prev:before {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 600;
  color: var(--grey-33);
}
.select-new-iqube .tabs-section .tab-content.book-iqube-content .tab-book-section .book-iqube-wrapper .bookiqube-slider .slick-prev {
  left: -11.5rem;
}
.select-new-iqube .tabs-section .tab-content.book-iqube-content .tab-book-section .book-iqube-wrapper .bookiqube-slider .slick-next {
  right: -11.5rem;
}
.select-new-iqube .tabs-section .tab-content.book-iqube-content .tab-book-section .book-iqube-wrapper figure {
  height: 100%;
  position: relative;
  margin: 0;
}
.select-new-iqube .tabs-section .tab-content.book-iqube-content .tab-book-section .book-iqube-wrapper figure > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
}
.select-new-iqube .tabs-section .tab-content.book-iqube-content .tab-book-section .book-iqube-color {
  padding: 8.5rem 0rem 0rem;
  width: 100%;
  max-width: 45rem;
  position: relative;
}
.select-new-iqube .tabs-section .tab-content.book-iqube-content .tab-book-section .book-iqube-color:before {
  content: "";
  height: 100%;
  width: 1.5rem;
  position: absolute;
  top: 0;
  left: 0px;
  background-repeat: no-repeat;
}
.select-new-iqube .tabs-section .tab-content.book-iqube-content .tab-book-section .book-iqube-color .colour-palette {
  max-width: 37rem;
  padding-left: 3rem;
}
@media screen and (max-width: 991.98px) {
  .select-new-iqube .tabs-section .tab-content.book-iqube-content .tab-book-section .book-iqube-color .colour-palette {
    padding-left: 0;
  }
}
.select-new-iqube .tabs-section .tab-content.book-iqube-content .tab-book-section .book-iqube-color .colour-palette .days-row {
  padding-bottom: 2rem;
}
.select-new-iqube .tabs-section .tab-content.book-iqube-content .tab-book-section .book-iqube-color .colour-palette.summary-card {
  height: auto !important;
  padding: 2rem;
}
.select-new-iqube .tabs-section .tab-content.book-iqube-content .tab-book-section .book-iqube-color .colour-palette .colour-name {
  font-size: 1.3rem;
  line-height: 1.7rem;
  font-weight: 500;
  color: var(--black);
  white-space: nowrap;
}
.select-new-iqube .tabs-section .tab-content.book-iqube-content .tab-book-section .book-iqube-color .colour-palette .select-colour {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-33);
  margin-bottom: 1.5rem;
  font-family: "gothammedium";
}
@media screen and (max-width: 991.98px) {
  .select-new-iqube .tabs-section .tab-content.book-iqube-content .tab-book-section .book-iqube-color .colour-palette .select-colour {
    padding-left: 1.5rem;
  }
}
.select-new-iqube .tabs-section .tab-content.book-iqube-content .tab-book-section .book-iqube-color .colour-palette .radio-div {
  height: 5rem;
}
.select-new-iqube .tabs-section .tab-content.book-iqube-content .tab-book-section .book-iqube-color .colour-palette .radio-div label {
  position: absolute;
  left: 50%;
  top: 0;
}
.select-new-iqube .tabs-section .tab-content.book-iqube-content .tab-book-section .book-iqube-color .iqube-specification {
  border-top: 1px solid var(--grey-8);
  padding: 3rem 0 0rem;
  margin-top: 5rem;
}
.select-new-iqube .tabs-section .tab-content.book-iqube-content .tab-book-section .book-iqube-color .iqube-specification .spec {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-33);
  margin-bottom: 2rem;
  padding-left: 3rem;
  font-family: "gothammedium";
}
.select-new-iqube .tabs-section .tab-content.book-iqube-content .tab-book-section .book-iqube-color .iqube-specification .form-fields {
  padding-left: 3rem;
}
.select-new-iqube .tabs-section .tab-content.book-iqube-content .tab-book-section .book-iqube-color .iqube-specification .form-fields .days-row {
  margin: 0;
}
.select-new-iqube .tabs-section .tab-content.book-iqube-content .tab-book-section .book-iqube-color .iqube-specification .form-fields .days-row .justify-content-p {
  padding-left: 2rem;
}
.select-new-iqube .tabs-section .tab-content.book-iqube-content .tab-book-section .book-iqube-color .iqube-specification .form-fields .days-row .justify-content-p:first-child {
  padding-left: 0rem;
}
.select-new-iqube .tabs-section .tab-content.book-iqube-content .tab-book-section .book-iqube-color .iqube-specification .spec-range {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: var(--grey-33);
  margin-bottom: 2rem;
  font-family: "gothammedium";
}
.select-new-iqube .tabs-section .tab-content.book-iqube-content .tab-book-section .book-iqube-color .iqube-specification .spec-range span {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--grey-31);
  font-family: "gothammedium";
}
@media screen and (max-width: 991.98px) {
  .select-new-iqube {
    padding: 5rem 0rem 0;
  }
  .select-new-iqube.select-newcharger-iqube {
    padding: 9rem 0rem 0;
  }
  .select-new-iqube h2 {
    font-size: 2.4rem;
    line-height: 2.8rem;
    font-weight: 500;
    color: var(--grey-33);
    margin-bottom: 1rem;
    text-align: center;
  }
  .select-new-iqube .tabs-section {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    margin-top: 0rem;
  }
  .select-new-iqube .tabs-section .book-tabs-iqube .iqube-fill {
    overflow: inherit;
    border-bottom: 1px solid var(--grey-8);
  }
  .select-new-iqube .tabs-section .book-tabs-iqube .iqube-fill .nav-item {
    padding: 0;
    position: relative;
    height: 3rem;
    min-width: 11rem;
    left: 0rem;
  }
  .select-new-iqube .tabs-section .book-tabs-iqube .iqube-fill .nav-item .nav-link {
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 400;
    color: var(--grey-33);
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }
  .select-new-iqube .tabs-section .book-tabs-iqube .iqube-fill .nav-item .nav-link.active {
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 400;
    color: var(--grey-33);
  }
  .select-new-iqube .tabs-section .book-tabs-iqube .iqube-fill .nav-item .nav-link.active span {
    position: relative;
  }
  .select-new-iqube .tabs-section .book-tabs-iqube .iqube-fill .nav-item .nav-link.active span:after {
    content: "";
    width: 60%;
    bottom: -0.75rem;
  }
  .select-new-iqube .tabs-section .book-tabs-iqube .iqube-fill .nav-item .nav-link.active + .price-variant-tab {
    display: block;
    padding: 0rem;
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 400;
    color: var(--grey-33);
    width: 15rem;
    position: absolute;
    bottom: 1rem;
    left: 0;
    text-align: left;
  }
  .select-new-iqube .tabs-section .tab-content.book-iqube-content {
    height: 100%;
    margin: 2rem 0;
  }
  .select-new-iqube .tabs-section .tab-content.book-iqube-content .tab-book-section {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .select-new-iqube .tabs-section .tab-content.book-iqube-content .tab-book-section .book-iqube-wrapper {
    border-right: 0;
  }
  .select-new-iqube .tabs-section .tab-content.book-iqube-content .tab-book-section .book-iqube-wrapper .bookiqube-slider {
    max-width: 22rem;
    margin: 3rem auto 2.6rem;
  }
  .select-new-iqube .tabs-section .tab-content.book-iqube-content .tab-book-section .book-iqube-wrapper .bookiqube-slider .slick-prev {
    left: -4.6rem;
    top: 44%;
  }
  .select-new-iqube .tabs-section .tab-content.book-iqube-content .tab-book-section .book-iqube-wrapper .bookiqube-slider .slick-prev:before {
    font-size: 2rem;
    line-height: 2.8rem;
    font-weight: 600;
  }
  .select-new-iqube .tabs-section .tab-content.book-iqube-content .tab-book-section .book-iqube-wrapper .bookiqube-slider .slick-next {
    right: -4.6rem;
    top: 44%;
  }
  .select-new-iqube .tabs-section .tab-content.book-iqube-content .tab-book-section .book-iqube-wrapper .bookiqube-slider .slick-next:before {
    font-size: 2rem;
    line-height: 2.8rem;
    font-weight: 600;
  }
  .select-new-iqube .tabs-section .tab-content.book-iqube-content .tab-book-section .book-iqube-color {
    padding: 0rem;
  }
  .select-new-iqube .tabs-section .tab-content.book-iqube-content .tab-book-section .book-iqube-color:before {
    content: "";
    height: 2.2rem;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0px;
    background-repeat: no-repeat;
  }
  .select-new-iqube .tabs-section .tab-content.book-iqube-content .tab-book-section .book-iqube-color .iqube-specification {
    border-top: 1px solid var(--font-very-light-grey);
    padding: 2rem 0rem 0rem;
  }
  .select-new-iqube .tabs-section .tab-content.book-iqube-content .tab-book-section .book-iqube-color .iqube-specification .spec {
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 500;
    color: var(--grey-33);
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 991.98px) and (max-width: 991.98px) {
  .select-new-iqube .tabs-section .tab-content.book-iqube-content .tab-book-section .book-iqube-color .iqube-specification .spec {
    padding-left: 1.5rem;
  }
}
@media screen and (max-width: 991.98px) {
  .select-new-iqube .tabs-section .tab-content.book-iqube-content .tab-book-section .book-iqube-color .iqube-specification .spec-range {
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 500;
    color: var(--grey-33);
    margin-bottom: 2rem;
  }
  .select-new-iqube .tabs-section .tab-content.book-iqube-content .tab-book-section .book-iqube-color .iqube-specification .spec-range span {
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 300;
    color: var(--grey-33);
  }
}
@media screen and (max-width: 991.98px) {
  .select-new-iqube .tabs-section .tab-content.book-iqube-content .tab-book-section .book-iqube-color .iqube-specification .form-fields {
    padding-left: 1.5rem;
  }
}

.form-fields.color-selection {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.form-fields.color-selection ul li {
  width: max-content;
  text-align: left;
  margin: 0rem 2rem 0rem 0rem;
}
.form-fields.color-selection .nav-pills.nav-fill.iqube-inner-fill .nav-item .nav-link {
  background: var(--white);
  height: 4rem;
  width: 4rem;
  border-radius: 50%;
  position: relative;
  color: transparent;
  opacity: 1;
  background-color: var(--grey-34);
  border: 1px solid var(--grey-6);
}
.form-fields.color-selection .nav-pills.nav-fill.iqube-inner-fill .nav-item .nav-link .icon-tick {
  font-size: 1.2rem;
  color: transparent;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
}
.form-fields.color-selection .nav-pills.nav-fill.iqube-inner-fill .nav-item .nav-link + span {
  border-top: 0px solid var(--white);
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: transparent;
  padding: 1rem 0rem 0;
  min-width: 8.75rem;
  text-transform: capitalize;
  height: 4rem;
  position: absolute;
}
.form-fields.color-selection .nav-pills.nav-fill.iqube-inner-fill .nav-item .nav-link.active {
  background: var(--white);
  height: 4rem;
  width: 4rem;
  border-radius: 50%;
  border: 1px solid var(--grey-6);
  position: relative;
}
.form-fields.color-selection .nav-pills.nav-fill.iqube-inner-fill .nav-item .nav-link.active .icon-tick {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 400;
  color: var(--white);
}
.form-fields.color-selection .nav-pills.nav-fill.iqube-inner-fill .nav-item .nav-link.active + span {
  border-top: 0px solid var(--white);
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--grey-33);
  font-family: "gothammedium";
  text-transform: capitalize;
  position: absolute;
}
.form-fields.color-selection .nav-pills.nav-fill.iqube-inner-fill .nav-item .nav-link.color-ivory-white {
  background: var(--white);
}
.form-fields.color-selection .nav-pills.nav-fill.iqube-inner-fill .nav-item .nav-link.pearl-white.active .icon-tick, .form-fields.color-selection .nav-pills.nav-fill.iqube-inner-fill .nav-item .nav-link.pearl-white.active .icon-check {
  color: var(--grey-33);
}
.form-fields.color-selection .nav-pills.nav-fill.iqube-inner-fill .nav-item .nav-link.color-olive-green {
  background: var(--olive-green);
}
.form-fields.color-selection .nav-pills.nav-fill.iqube-inner-fill .nav-item .nav-link.color-olive-green.active .icon-tick, .form-fields.color-selection .nav-pills.nav-fill.iqube-inner-fill .nav-item .nav-link.color-olive-green.active .icon-check {
  color: var(--white);
}
.form-fields.color-selection .nav-pills.nav-fill.iqube-inner-fill .nav-item .nav-link.color-midnight-blue {
  background: var(--midnight-blue);
}
.form-fields.color-selection .nav-pills.nav-fill.iqube-inner-fill .nav-item .nav-link.color-midnight-blue.active .icon-tick, .form-fields.color-selection .nav-pills.nav-fill.iqube-inner-fill .nav-item .nav-link.color-midnight-blue.active .icon-check {
  color: var(--white);
}
.form-fields.color-selection .nav-pills.nav-fill.iqube-inner-fill .nav-item .nav-link.racing-red-glossy {
  background: var(--racing-red-glossy);
}
.form-fields.color-selection .nav-pills.nav-fill.iqube-inner-fill .nav-item .nav-link.titanium-grey-glossy {
  background: var(--titanium-grey-glossy);
}
.form-fields.color-selection .nav-pills.nav-fill.iqube-inner-fill .nav-item .nav-link.pearl-white {
  background: var(--pearl-white);
  border: 1px solid var(--titanium-grey-glossy);
}
.form-fields.color-selection .nav-pills.nav-fill.iqube-inner-fill .nav-item .nav-link.mercury-grey-glossy {
  background: var(--mercury-grey-glossy);
}
.form-fields.color-selection .nav-pills.nav-fill.iqube-inner-fill .nav-item .nav-link.mint-blue-glossy {
  background: var(--mint-blue-glossy);
}
.form-fields.color-selection .nav-pills.nav-fill.iqube-inner-fill .nav-item .nav-link.lucid-yellow {
  background: var(--lucid-yellow);
}
.form-fields.color-selection .nav-pills.nav-fill.iqube-inner-fill .nav-item .nav-link.copper-bronze-glossy {
  background: var(--copper-bronze-glossy);
}
.form-fields.color-selection .nav-pills.nav-fill.iqube-inner-fill .nav-item .nav-link.starlite-blue-glossy {
  background: var(--starlite-blue-glossy);
}
.form-fields.color-selection .nav-pills.nav-fill.iqube-inner-fill .nav-item .nav-link.titanium-grey-matte {
  background: var(--titanium-grey-matte);
}
.form-fields.color-selection .nav-pills.nav-fill.iqube-inner-fill .nav-item .nav-link.coral-sand-glossy {
  background: var(--coral-sand-glossy);
}
.form-fields.color-selection .nav-pills.nav-fill.iqube-inner-fill .nav-item .nav-link.copper-bronze-matte {
  background: var(--copper-bronze-matte);
}
.form-fields.color-selection .nav-pills.nav-fill.iqube-inner-fill .nav-item .nav-link.racing-red-glossy.active .icon-check, .form-fields.color-selection .nav-pills.nav-fill.iqube-inner-fill .nav-item .nav-link.titanium-grey-glossy.active .icon-check, .form-fields.color-selection .nav-pills.nav-fill.iqube-inner-fill .nav-item .nav-link.mint-blue-glossy.active .icon-check, .form-fields.color-selection .nav-pills.nav-fill.iqube-inner-fill .nav-item .nav-link.lucid-yellow.active .icon-check, .form-fields.color-selection .nav-pills.nav-fill.iqube-inner-fill .nav-item .nav-link.copper-bronze-glossy.active .icon-check, .form-fields.color-selection .nav-pills.nav-fill.iqube-inner-fill .nav-item .nav-link.starlite-blue-glossy.active .icon-check, .form-fields.color-selection .nav-pills.nav-fill.iqube-inner-fill .nav-item .nav-link.titanium-grey-matte.active .icon-check, .form-fields.color-selection .nav-pills.nav-fill.iqube-inner-fill .nav-item .nav-link.coral-sand-glossy.active .icon-check, .form-fields.color-selection .nav-pills.nav-fill.iqube-inner-fill .nav-item .nav-link.mercury-grey-glossy.active .icon-check, .form-fields.color-selection .nav-pills.nav-fill.iqube-inner-fill .nav-item .nav-link.copper-bronze-matte.active .icon-check {
  color: var(--white);
}
@media screen and (max-width: 991.98px) {
  .form-fields.color-selection {
    display: flex;
  }
  .form-fields.color-selection .nav-pills.nav-fill.iqube-inner-fill {
    padding-left: 1rem;
    overflow: hidden;
    flex-wrap: nowrap;
    padding-right: 1rem;
  }
  .form-fields.color-selection .nav-pills.nav-fill.iqube-inner-fill .nav-item {
    min-width: auto;
  }
  .form-fields.color-selection .nav-pills.nav-fill.iqube-inner-fill .nav-item .nav-link {
    margin: 0 auto;
  }
  .form-fields.color-selection .nav-pills.nav-fill.iqube-inner-fill .nav-item .nav-link .icon-check {
    font-size: 1.6rem;
  }
  .form-fields.color-selection .nav-pills.nav-fill.iqube-inner-fill .nav-item .nav-link.active .icon-check {
    font-size: 1.6rem;
  }
  .form-fields.color-selection .nav-pills.nav-fill.iqube-inner-fill .nav-item .nav-link.active + span {
    min-width: 9rem;
  }
}

.select-charger-iqube {
  padding: 7rem 0rem 0;
}
.select-charger-iqube h4 {
  font-size: 3rem;
  line-height: 3.4rem;
  font-weight: 400;
  color: var(--grey-33);
  margin-bottom: 0rem;
  text-align: center;
  font-family: "primeregular";
}
.select-charger-iqube h3 {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 300;
  color: var(--grey-33);
  padding: 0.5rem 0rem 4rem;
  text-align: center;
  margin: 0;
  font-family: "gothammedium";
}
@media screen and (max-width: 991.98px) {
  .select-charger-iqube {
    padding: 3.2rem 0rem 0;
  }
  .select-charger-iqube h4 {
    font-size: 2.2rem;
    line-height: 2.6rem;
  }
  .select-charger-iqube h3 {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}

.iqubex-package-wrapper .cards-wrapper {
  padding: 3rem 0 1.5rem 0;
}
.iqubex-package-wrapper label {
  width: 100%;
  cursor: pointer;
}
.iqubex-package-wrapper .card-input-element {
  display: none;
}
.iqubex-package-wrapper .package-lg-card {
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -moz-border-radius: 2rem;
  box-shadow: var(--shadow-light);
  -webkit-box-shadow: var(--shadow-light);
  -ms-box-shadow: var(--shadow-light);
  -moz-box-shadow: var(--shadow-light);
  border: 2px solid var(--font-very-light-grey);
  overflow: hidden;
  position: relative;
}
.iqubex-package-wrapper .package-lg-card p {
  font-size: 1.5rem;
  line-height: 1.9rem;
  font-weight: 300;
  color: var(--black);
}
.iqubex-package-wrapper .package-lg-card .card-banner-header {
  background-image: linear-gradient(to right, var(--light-grey-1), var(--white));
  padding: 2.2rem 2.5rem 1.2rem;
}
.iqubex-package-wrapper .package-lg-card .card-banner-header h4 {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 400;
  font-family: "gothammedium";
}
.iqubex-package-wrapper .lg-card-body {
  background: var(--white);
  padding: 2rem 2.5rem;
  min-height: 33rem;
}
.iqubex-package-wrapper .lg-card-body.less-description {
  padding: 2rem 2rem 0;
  min-height: 14.6rem;
}
.iqubex-package-wrapper .lg-card-body .discription-list {
  padding: 2.5rem 0 1rem;
}
.iqubex-package-wrapper .lg-card-body .discription-list li {
  display: flex;
  text-align: left;
  padding-left: 1.5rem;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: var(--black);
}
.iqubex-package-wrapper .lg-card-body .discription-list li:before {
  content: "•";
  font-size: 120%;
  padding: 0;
  -webkit-text-fill-color: var(--black);
}
.iqubex-package-wrapper .lg-card-body .discription-list li + li {
  margin-top: 1.5rem;
}
.iqubex-package-wrapper .package-header {
  background-image: linear-gradient(to right, var(--light-grey-1), var(--white));
  padding: 0.8rem 3rem 0 3rem;
  min-height: 6.4rem;
}
.iqubex-package-wrapper .package-header h4 {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 700;
  color: var(--black);
}
.iqubex-package-wrapper .package-selected {
  border: 2px solid var(--dark-blue);
}
.iqubex-package-wrapper .package-selected h4 {
  color: var(--tertiary-blue);
}
.iqubex-package-wrapper .package-selected .card-banner-header {
  background-image: linear-gradient(to right, var(--mid-blue), var(--white));
}
.iqubex-package-wrapper .package-selected-admin {
  border: 2px solid var(--dark-blue);
}
.iqubex-package-wrapper .package-selected-admin .card-banner-header {
  background-image: linear-gradient(to right, var(--mid-blue), var(--white));
}
.iqubex-package-wrapper .smartXhome-img {
  height: 14.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.iqubex-package-wrapper .smartXhome-img img {
  margin-top: 0rem;
  max-width: 8rem;
}
.iqubex-package-wrapper .adaptor-img img {
  max-width: 21rem;
}
.iqubex-package-wrapper .cable-img img {
  max-width: 17rem;
}
@media screen and (max-width: 991.98px) {
  .iqubex-package-wrapper {
    padding: 0 1.5rem;
  }
  .iqubex-package-wrapper .selectcharge-slider {
    margin-bottom: 0px;
  }
  .iqubex-package-wrapper .selectcharge-slider .slick-dots {
    margin-bottom: 0;
    padding-top: 2rem;
  }
  .iqubex-package-wrapper .selectcharge-slider .slick-dots li {
    margin: 0 0.25rem;
  }
  .iqubex-package-wrapper .selectcharge-slider .slick-dots li button:before {
    color: var(--black);
    opacity: 0.2;
    font-size: 3.4rem;
  }
  .iqubex-package-wrapper .selectcharge-slider .slick-dots li.slick-active button:before {
    color: var(--black);
    opacity: 1;
  }
  .iqubex-package-wrapper .selectcharge-slider .slide-item {
    padding: 0 1.5rem;
  }
  .iqubex-package-wrapper .selectcharge-slider .slide-item.slide-itemlists {
    padding: 0;
  }
  .iqubex-package-wrapper .cards-wrapper {
    padding: 3rem 0 1.8rem 0;
  }
  .iqubex-package-wrapper .cards-wrapper .row [class*=col-] + [class*=col-] {
    margin-top: 3rem;
  }
  .iqubex-package-wrapper .charging-offer {
    text-align: center;
  }
  .iqubex-package-wrapper .charging-offer span {
    margin-bottom: 1.5rem;
    display: block;
  }
  .iqubex-package-wrapper .charging-offer .learn-more-btn {
    text-align: center;
  }
  .iqubex-package-wrapper .col-first {
    padding-right: 1.5rem;
  }
  .iqubex-package-wrapper .divider {
    padding-left: 1.5rem;
    padding-top: 3rem;
    margin-left: 0;
    border-left: none;
    border-top: 1px solid var(--grey-16);
  }
  .iqubex-package-wrapper.change-package {
    padding: 0 1.5rem;
  }
  .iqubex-package-wrapper.change-package .package-card {
    max-width: 100%;
  }
  .iqubex-package-wrapper.change-package h3 {
    font-size: 1.8rem;
    line-height: 2.2rem;
    font-weight: 500;
    color: var(--black);
    margin-bottom: 1.5rem;
  }
  .iqubex-package-wrapper .packages-wrapper {
    margin-bottom: 2rem;
  }
  .iqubex-package-wrapper .packages-wrapper > .row > [class*=col-] {
    padding: 3rem 2.5rem;
  }
  .iqubex-package-wrapper .packages-wrapper > .row > [class*=col-] + [class*=col-] {
    padding: 3rem 2.5rem 0 2.5rem;
  }
  .iqubex-package-wrapper .packages-wrapper .col-second {
    margin-left: 0rem;
    border-top: 1px solid var(--grey-16);
    border-left: none;
  }
  .iqubex-package-wrapper .current-selection {
    margin: 0 1.5rem 3rem;
  }
  .iqubex-package-wrapper .current-selection span {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .iqubex-package-wrapper .lg-card-body {
    min-height: auto;
    padding: 2rem 1.5rem;
  }
  .iqubex-package-wrapper .lg-card-body.less-description {
    min-height: auto;
    padding: 2rem 1.5rem 1rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .iqubex-package-wrapper .card-list {
    padding: 1.7rem 2rem 1rem 2rem;
  }
  .iqubex-package-wrapper .card-list ul {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  .iqubex-package-wrapper .card-list ul li + li {
    margin-top: 1rem;
  }
  .iqubex-package-wrapper .package-header {
    padding: 1rem 2rem 0 2rem;
  }
  .iqubex-package-wrapper .package-header h4 {
    font-size: 1.5rem;
    line-height: 1.9rem;
    font-weight: 600;
    color: var(--black);
  }
  .iqubex-package-wrapper .package-header .badge {
    font-size: 1rem;
    line-height: 1.4rem;
    position: absolute;
    right: 2rem;
    left: unset;
    top: 30%;
  }
  .iqubex-package-wrapper .package-footer {
    padding: 1.5rem;
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  .iqubex-package-wrapper .package-footer .mrp {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  .iqubex-package-wrapper .smartXhome-img img {
    max-width: 10rem;
  }
  .iqubex-package-wrapper .adaptor-img img {
    max-width: 13rem;
  }
  .iqubex-package-wrapper .cable-img img {
    max-width: 14rem;
  }
}
@media screen and (max-width: 767.98px) {
  .iqubex-package-wrapper.mt-5 {
    margin-top: 2rem !important;
  }
  .iqubex-package-wrapper.choose-option {
    padding: 0 1.5rem;
  }
  .iqubex-package-wrapper .charging-disclaimer {
    font-size: 1.2rem;
    line-height: 1.6rem;
    margin: 0 2.5rem;
  }
  .iqubex-package-wrapper .charging-offer {
    font-size: 1.3rem;
    line-height: 1.7rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .iqubex-package-wrapper .package-header {
    padding: 1rem 2rem 0 2rem;
    min-height: 6.7rem;
  }
  .iqubex-package-wrapper .package-header h4 {
    font-size: 1.5rem;
    line-height: 1.9rem;
    font-weight: 600;
    color: var(--black);
  }
  .iqubex-package-wrapper .img-card {
    position: relative;
  }
  .iqubex-package-wrapper .img-card img {
    background-size: cover;
    max-height: 17rem;
    width: 100%;
  }
  .iqubex-package-wrapper .card-list {
    min-height: 19rem;
  }
  .iqubex-package-wrapper .solution-heading {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .iqubex-package-wrapper .solution-heading h4 {
    font-size: 1.5rem;
    line-height: 1.9rem;
  }
  .iqubex-package-wrapper .solution-heading p {
    font-size: 1.3rem;
    line-height: 1.7rem;
    margin-top: 1rem;
  }
  .iqubex-package-wrapper .charging-heading {
    margin-bottom: 1rem;
  }
  .iqubex-package-wrapper .charging-heading i {
    font-size: 3.5rem;
  }
  .iqubex-package-wrapper .charging-heading h4 {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .iqubex-package-wrapper .charging-heading span {
    font-size: 1.3rem;
    line-height: 1.7rem;
  }
  .iqubex-package-wrapper .text-discription {
    font-size: 1.3rem;
    line-height: 1.7rem;
    margin-bottom: 2rem;
  }
  .iqubex-package-wrapper .packages-wrapper > .row > [class*=col-] {
    padding: 0 2.5rem 3rem 2.5rem;
  }
  .iqubex-package-wrapper .package-lg-card {
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -moz-border-radius: 1rem;
  }
  .iqubex-package-wrapper .package-lg-card p {
    font-size: 1.3rem;
    line-height: 1.7rem;
  }
  .iqubex-package-wrapper .package-lg-card .card-banner-header {
    padding: 1.4rem 1.5rem 1rem;
  }
  .iqubex-package-wrapper .package-lg-card .card-banner-header h4 {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .iqubex-package-wrapper .button-wrapper .btn {
    margin: 0 0.5rem;
    margin-top: 2rem;
  }
  .iqubex-package-wrapper .package-md-card {
    margin-bottom: 2rem;
  }
  .iqubex-package-wrapper .package-md-card p {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  .iqubex-package-wrapper .package-md-card .city-launch {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  .iqubex-package-wrapper .package-md-card .card-banner-header {
    padding: 1.5rem 2.5rem 0.8rem;
  }
  .iqubex-package-wrapper .package-md-card .card-banner-header h4 {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}

.summary-book-iqube {
  padding: 1rem 0rem 7rem;
}
.summary-book-iqube h4 {
  font-size: 2.5rem;
  line-height: 2.9rem;
  font-weight: 500;
  color: var(--black);
  margin-bottom: 0rem;
  text-align: center;
}
.summary-book-iqube .summary-iqube-content {
  background-image: linear-gradient(to bottom, var(--tvs-darkestblue), var(--tvs-darkblue));
  border-radius: 1.5rem;
  -webkit-border-radius: 1.5rem;
  -ms-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  height: 36.1rem;
  margin: 0rem 0 3rem;
  padding-bottom: 6rem;
}
.summary-book-iqube .summary-iqube-content .payment-iqube {
  padding: 4.3rem 2rem 4.3rem 4rem;
}
.summary-book-iqube .summary-iqube-content .payment-iqube h5 {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 300;
  color: var(--white);
  margin-bottom: 0;
  text-align: left;
  padding-bottom: 4rem;
}
.summary-book-iqube .summary-iqube-content .payment-iqube .payment-value {
  border-bottom: 2px solid var(--border-off-white);
}
.summary-book-iqube .summary-iqube-content .payment-iqube .payment-value .iqubex-pay {
  display: flex;
  justify-content: space-between;
  padding: 0rem 0 2.5rem;
}
.summary-book-iqube .summary-iqube-content .payment-iqube .payment-value .iqubex-pay p {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
  color: var(--white);
  margin: 0;
}
.summary-book-iqube .summary-iqube-content .payment-iqube .iqubex-pay-totle {
  display: flex;
  justify-content: space-between;
  padding: 1.5rem 0;
}
.summary-book-iqube .summary-iqube-content .payment-iqube .iqubex-pay-totle p {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: var(--white);
}
.summary-book-iqube .summary-iqube-content .your-selection {
  border-radius: 1.5rem;
  margin: 1rem 1rem 1rem 3.5rem;
  padding: 4rem 2rem 4rem 4rem;
  height: 34.1rem;
  background-image: linear-gradient(to top, var(--grey-8), var(--white));
}
.summary-book-iqube .summary-iqube-content .your-selection h5 {
  font-size: 2.5rem;
  line-height: 2.9rem;
  font-weight: 300;
  color: var(--grey-33);
  margin-bottom: 0;
  text-align: left;
  padding-bottom: 4rem;
}
.summary-book-iqube .summary-iqube-content .your-selection .payment-value-iqube {
  display: flex;
  justify-content: start;
  padding: 0rem 0 2.5rem;
}
.summary-book-iqube .summary-iqube-content .your-selection .payment-value-iqube .selected-iqube {
  width: 20rem;
}
.summary-book-iqube .summary-iqube-content .your-selection .payment-value-iqube .selected-iqube img {
  max-width: 100%;
}
.summary-book-iqube .summary-iqube-content .your-selection .payment-value-iqube .varient-selection {
  padding-left: 8rem;
}
.summary-book-iqube .summary-iqube-content .your-selection .payment-value-iqube .varient-selection .selection-type {
  font-size: 1.5rem;
  line-height: 1.9rem;
  font-weight: 400;
  color: var(--grey-33);
  padding: 0 0 3rem;
  display: flex;
  align-items: center;
}
.summary-book-iqube .summary-iqube-content .your-selection .payment-value-iqube .varient-selection .selection-type span {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 500;
  color: var(--grey-33);
}
.summary-book-iqube .summary-iqube-content .your-selection .payment-value-iqube .varient-selection .selection-type i {
  font-size: 3.5rem;
  margin-right: 1.5rem;
  background: -webkit-linear-gradient(var(--primary-green), var(--secondary-green));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-weight: 600;
}
.summary-book-iqube .summary-iqube-content .your-selection .prefrences {
  align-items: center;
  justify-content: start;
  font-size: 1.5rem;
  line-height: 1.9rem;
  font-weight: 400;
  color: var(--grey-33);
}
.summary-book-iqube .summary-iqube-content .your-selection .prefrences .icon-info:before {
  background: -webkit-linear-gradient(var(--grey-33), var(--grey-33));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.8rem;
  margin-right: 1rem;
}
.summary-book-iqube .summary-next {
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 2rem 0;
}
.summary-book-iqube .summary-next .btn.primary-gradient-btn {
  background: var(--grey-33);
  color: var(--white);
  background: -webkit-linear-gradient(top, var(--grey-33), var(--grey-33));
  background: linear-gradient(to bottom, var(--grey-33), var(--grey-33));
  font-family: "gothammedium";
  padding: 1.4rem 2rem;
  min-width: 15rem;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--white);
  box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
}
@media screen and (max-width: 991.98px) {
  .summary-book-iqube {
    padding: 0rem 0rem 3rem;
  }
  .summary-book-iqube .container-md {
    padding-left: 0;
    padding-right: 0;
  }
  .summary-book-iqube .summary-iqube-content {
    height: 100%;
    border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
  }
  .summary-book-iqube .summary-iqube-content .payment-iqube {
    padding: 5rem 2rem 3rem 2.5rem;
  }
  .summary-book-iqube .summary-iqube-content .your-selection {
    margin: 1.5rem;
    height: 95%;
    padding: 2rem;
  }
  .summary-book-iqube .summary-iqube-content .your-selection h5 {
    padding: 1rem 0rem;
    font-size: 2rem;
    line-height: 2.4rem;
    font-weight: 300;
    color: var(--grey-33);
  }
  .summary-book-iqube .summary-iqube-content .your-selection .payment-value-iqube {
    flex-direction: column;
    padding: 0rem 0 0.5rem;
  }
  .summary-book-iqube .summary-iqube-content .your-selection .payment-value-iqube .selected-iqube {
    margin: 0 auto;
    width: 24rem;
  }
  .summary-book-iqube .summary-iqube-content .your-selection .payment-value-iqube .varient-selection {
    padding-left: 0;
  }
  .summary-book-iqube .summary-next .btn.primary-gradient-btn {
    min-width: 15rem;
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 500;
    color: var(--white);
  }
}

/*Edit section*/
.edit-iqube-location-edit {
  width: 100%;
  margin: 0 auto;
}

.edit-booking-iqube {
  padding: 7rem 0rem 0rem;
}
.edit-booking-iqube h4 {
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 300;
  color: var(--grey-33);
  margin-bottom: 0rem;
  text-align: center;
  font-family: "primeregular";
}
.edit-booking-iqube .edit-iqube-location {
  width: 46rem;
  margin: 0 auto;
  position: relative;
  padding: 2.5rem 0rem 0;
}
.edit-booking-iqube .edit-iqube-location .location {
  position: absolute;
  right: 2rem;
  top: 2rem;
  width: 3rem;
  height: 3rem;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}
.edit-booking-iqube .edit-iqube-location .location .icon-tvs-detect.location-icon {
  font-size: 2.6rem;
  background: -webkit-linear-gradient(var(--grey-33), var(--grey-33));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.edit-booking-iqube .delivery-time {
  display: block;
  text-align: center;
}
.edit-booking-iqube .delivery-time p {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 300;
  color: var(--grey-33);
  margin: 0;
}
.edit-booking-iqube .delivery-time span {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 500;
  color: var(--grey-33);
  display: inline-block;
  padding-bottom: 2.5rem;
}
.edit-booking-iqube .delivery-time .booking-amout-section {
  border-top: 1px solid var(--font-black);
}
.edit-booking-iqube .delivery-time .booking-amout-section h4 {
  font-size: 1.5rem;
  line-height: 1.9rem;
  font-weight: 400;
  color: var(--grey-33);
  font-family: "gothammedium";
}
.edit-booking-iqube .delivery-time .booking-amout-section h6 {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 300;
  color: var(--black);
  font-family: "primeregular";
}
.edit-booking-iqube .delivery-time .booking-amout-section .booking-delivery {
  margin: 0 auto;
  max-width: 46rem;
}
.edit-booking-iqube .delivery-time .booking-info-section h2 {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 300;
  color: var(--grey-33);
  font-family: "gothammedium";
}
.edit-booking-iqube .delivery-time .booking-info-section h6 {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 300;
  color: var(--grey-33);
}
.edit-booking-iqube .delivery-time .booking-info-section span {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 400;
  color: var(--grey-33);
  margin-left: 0.7rem;
  padding-bottom: 0rem;
}
.edit-booking-iqube .delivery-time .booking-info-section p {
  font-size: 1.5rem;
  line-height: 1.9rem;
  font-weight: 400;
  color: var(--grey-33);
  margin-bottom: 2.8rem;
}
.edit-booking-iqube .delivery-time .booking-info-section h5 {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 300;
  color: var(--grey-33);
  border-top: 1px solid var(--font-black);
  padding: 3.5rem 0 0;
  margin-bottom: 2rem;
}
@media screen and (max-width: 991.98px) {
  .edit-booking-iqube .edit-iqube-location {
    max-width: 46rem;
    width: 100%;
  }
}

.iqubex-header a.navbar-brand, .iqubex-mobileheader a.navbar-brand {
  padding: 2.26rem 2.7rem;
  border-right: 1px solid var(--grey-8);
}
.iqubex-header a.navbar-brand .icon-arrow-left, .iqubex-mobileheader a.navbar-brand .icon-arrow-left {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
  color: var(--grey-33);
}
@media screen and (max-width: 991.98px) {
  .iqubex-header a.navbar-brand, .iqubex-mobileheader a.navbar-brand {
    padding: 1.85rem 2.3rem;
  }
}

.bookiqubemobile-content {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--grey-31);
  font-family: "gothammedium";
  padding-top: 2rem;
}
.bookiqubemobile-content span {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--grey-31);
}
.bookiqubemobile-content .bookiqubemobile-dis {
  min-height: 5rem;
  display: flex;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--grey-31);
}
.bookiqubemobile-content p {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-33);
  margin: 0;
}

.bookiqubemobile-slider .bookiqubemobile-green,
.bookiqubemobile-slider .bookiqubemobile-pink,
.bookiqubemobile-slider .bookiqubemobile-blue,
.bookiqubemobile-slider .bookiqubemobile-yellow {
  padding: 15rem 2rem 5rem;
  min-height: 43.5rem;
}
.bookiqubemobile-slider .bookiqubemobile-green img,
.bookiqubemobile-slider .bookiqubemobile-pink img,
.bookiqubemobile-slider .bookiqubemobile-blue img,
.bookiqubemobile-slider .bookiqubemobile-yellow img {
  width: 27rem;
  max-height: 100%;
  margin: 0;
}

.bookiqubemobile-green {
  background-color: var(--brand-color);
}

.bookiqubemobile-pink {
  background-color: var(--brand-color-pink);
}

.bookiqubemobile-blue {
  background-color: var(--light-blue-sky);
}

.bookiqubemobile-yellow {
  background-color: var(--brand-color-yellow);
}

.bottom-arrow-booking {
  position: absolute;
  bottom: 5%;
  left: auto;
  right: auto;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
  width: 100%;
}
.bottom-arrow-booking i {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 500;
  color: var(--grey-33);
}

.form-sub-header {
  margin-right: 3rem;
}
.form-sub-header .booking-amout-section {
  border-top: 1px solid var(--grey-8);
}
.form-sub-header .booking-amout-section .form-sub-title {
  margin-bottom: 3rem;
}
.form-sub-header .booking-amout-section .booking-info-section {
  border-bottom: 1px solid var(--grey-8);
}
.form-sub-header .btn {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 500;
  color: var(--white);
  padding: 1.6rem 2.6rem 1.3rem;
  margin: 1.7rem 0 8.3rem;
}
.form-sub-header .otp-number-veri {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 400;
  color: var(--black);
}
.form-sub-header .acceptance label {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--grey-31);
  font-family: "gothammedium";
}
.form-sub-header .acceptance text {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--grey-31);
  font-family: "gothammedium";
}
.form-sub-header .acceptance text a {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--grey-31);
}
.form-sub-header .acceptance.acceptance-bg {
  background: var(--grey-8);
  padding: 2rem;
  margin-top: 3rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.form-sub-header .acceptance.acceptance-bg p {
  margin-bottom: 0;
  padding: 0;
}
.form-sub-header .acceptance.long-lable .custom-checkbox .checkmark {
  top: auto;
  height: 2rem;
  width: 2rem;
}
.form-sub-header .acceptance.long-lable .custom-checkbox .checkmark::before {
  height: 0.6rem;
  width: 1.1rem;
  left: 0.5rem;
  top: 0.6rem;
}
.form-sub-header h4 {
  margin: 3rem 0 2rem;
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 400;
  color: var(--grey-33);
  font-family: "primeregular";
}
.form-sub-header .booking-info-section h2 {
  font-size: 3rem;
  line-height: 3.4rem;
  font-weight: 500;
  color: var(--grey-33);
  font-family: "primeregular";
  padding: 0rem 0 1rem 0rem;
}
.form-sub-header .booking-info-section span {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 400;
  color: var(--grey-31);
  padding: 0rem;
  display: flex;
  font-family: "gothammedium";
}
.form-sub-header .booking-info-section p {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: var(--grey-31);
  margin-bottom: 2.8rem;
  padding-top: 1rem;
}
.form-sub-header .booking-info-section .text-danger {
  font-size: 1.1rem;
  line-height: 1.5rem;
  margin: 0rem;
  padding-bottom: 0rem;
  font-family: "gothammedium";
}
.form-sub-header .booking-info-section h5 {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 300;
  color: var(---grey-33);
  border-top: 1px solid var(--font-black);
  padding: 3.5rem 0 0;
  margin-bottom: 2rem;
}
.form-sub-header .booking-info-section .form-group {
  margin-bottom: 2rem;
}
.form-sub-header .booking-info-section .form-group label {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--grey-31);
  font-family: "gothammedium";
}
.form-sub-header .booking-info-section .form-group input.form-control::-webkit-input-placeholder {
  color: var(--grey-31);
}
.form-sub-header .booking-info-section .form-group input.form-control::-moz-placeholder {
  color: var(--grey-31);
}
.form-sub-header .info-launched-city p {
  background-color: var(--bg-dark-blue);
  padding: 2rem;
  margin: 2rem 0;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -moz-border-radius: 1rem;
}

.booking-finance-section .form-sub-title.text-left {
  margin-bottom: 2rem;
}
.booking-finance-section span {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 400;
  color: var(--grey-31);
  font-family: "gothammedium";
}
.booking-finance-section p {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-33);
  margin-bottom: 0.8rem;
  font-family: "gothammedium";
}

.retail-finance {
  display: none;
}
.retail-finance .form-group {
  margin-bottom: 2rem;
}
.retail-finance .form-group text {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 400;
  color: var(--grey-31);
  font-family: "gothammedium";
  padding: 1rem 0 0rem;
  display: flex;
}
.retail-finance label {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--grey-31);
  font-family: "gothammedium";
}
.retail-finance input {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-33);
}
.retail-finance input.form-control::-webkit-input-placeholder {
  color: var(--grey-8);
}
.retail-finance input.form-control::-moz-placeholder {
  color: var(--grey-8);
}
.retail-finance input:focus {
  border-color: var(--light-blue-sky);
}

.your-imgtype-Selection ul #iconmappin {
  display: flex;
}

.summary-book-iqube-section .summary-iqube-content {
  background-image: none;
}
.summary-book-iqube-section .summary-iqube-content.summary-location-section {
  height: 100%;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  padding-top: 5rem;
}
.summary-book-iqube-section .summary-iqube-content .verify-otp-number {
  margin: 2.7rem auto 8rem;
  display: flex;
}
.summary-book-iqube-section .summary-iqube-content .verify-otp-number button {
  padding: 1.6rem 2.5rem 1.3rem;
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 700;
}
.summary-book-iqube-section .your-selection {
  box-shadow: var(--card-md);
  -webkit-box-shadow: var(--card-md);
  -ms-box-shadow: var(--card-md);
  -moz-box-shadow: var(--card-md);
  border: solid 1px var(--grey-5);
  padding: 3rem;
}
.summary-book-iqube-section .your-selection .timeline-info {
  justify-content: space-between;
}
.summary-book-iqube-section .your-selection .timeline-info a {
  background-image: none;
  padding: 0;
}
.summary-book-iqube-section .your-selection h5 {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 300;
  color: var(--black);
}
.summary-book-iqube-section .your-selection .selected-iqube {
  max-width: 16.5rem;
}
.summary-book-iqube-section .location-group {
  position: relative;
  margin-bottom: 3rem;
}
.summary-book-iqube-section .location-group .location {
  position: absolute;
  right: 1.5rem;
  top: 3.25rem;
  font-size: 2.5rem;
  line-height: 2.9rem;
  font-weight: 500;
  color: var(--grey-33);
}
.summary-book-iqube-section .location-group label {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--grey-31);
  font-family: "gothammedium";
}
.summary-book-iqube-section .location-group input {
  padding-right: 6rem;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-33);
  font-family: "gothammedium";
}
.summary-book-iqube-section .location-group input:focus {
  border-color: var(--light-blue-sky);
}

.bike-pay-section {
  margin: 3rem 0rem 0;
  border-radius: 0rem;
  -webkit-border-radius: 0rem;
  -ms-border-radius: 0rem;
  -moz-border-radius: 0rem;
  border: solid 1px var(--grey-8);
  background-image: linear-gradient(to top, var(--white) 10%, var(--white) 90%);
  box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
}
.bike-pay-section .your-type-Selection {
  padding: 3rem 1rem 0 3rem;
  display: flex;
  justify-content: space-between;
}
.bike-pay-section .your-type-Selection span {
  font-size: 2.2rem;
  line-height: 2.6rem;
  font-weight: 400;
  color: var(--grey-33);
  font-family: "primeregular";
}
.bike-pay-section .your-type-Selection a {
  background-image: none;
  padding: 0rem;
  display: flex;
  align-items: center;
  margin: 0 2rem;
}
.bike-pay-section .your-type-Selection a i {
  background: -webkit-linear-gradient(var(--grey-33), var(--grey-33));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.6rem;
}
.bike-pay-section .your-type-Selection a p {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-33);
  margin: 0 0 0 0.5rem;
}
.bike-pay-section .your-imgtype-Selection {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.bike-pay-section .your-imgtype-Selection img {
  width: 20rem;
  object-fit: contain;
}
.bike-pay-section .your-imgtype-Selection i {
  font-size: 2.8rem;
  line-height: 3.2rem;
  font-weight: 500;
  margin-right: 2rem;
  padding-left: 0.5rem;
  background: -webkit-linear-gradient(var(--grey-31), var(--grey-31));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bike-pay-section .your-imgtype-Selection i.icon-thin-ev-scooter {
  font-size: 3.8rem;
  line-height: 4.2rem;
  font-weight: 500;
  margin-right: 1rem;
  position: relative;
  right: 0.5rem;
}
.bike-pay-section .your-imgtype-Selection .timeline-info span {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--grey-31);
  font-family: "gothammedium";
}
.bike-pay-section .your-imgtype-Selection .timeline-info p {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-33);
  font-family: "gothammedium";
  margin: 0rem;
}
.bike-pay-section .your-imgtype-Selection .timeline-info:last-child {
  width: 12rem;
  display: block;
  font-family: "gothammedium";
}
.bike-pay-section .prefrences-later {
  margin: 0 0 3rem 2.1rem;
  display: flex;
  align-items: center;
}
.bike-pay-section .prefrences-later i {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 300;
  color: var(--grey-15);
  margin-right: 1rem;
}
.bike-pay-section .prefrences-later span {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--grey-31);
  font-family: "gothammedium";
}
@media screen and (max-width: 991.98px) {
  .bike-pay-section .prefrences-later {
    margin: 2rem 0 3rem 2rem;
  }
}

.your-type-Selection {
  padding: 5rem 0rem 0rem;
  display: flex;
  justify-content: space-between;
}
.your-type-Selection span {
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 400;
  color: var(--grey-33);
  font-family: "primeregular";
}
.your-type-Selection a {
  background-image: none;
  padding: 0rem;
  display: flex;
  align-items: center;
  margin: 0rem;
}
.your-type-Selection a i {
  background: -webkit-linear-gradient(var(--grey-33), var(--grey-33));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.6rem;
}
.your-type-Selection a p {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-33);
  margin: 0 0 0 0.5rem;
}
@media screen and (max-width: 991.98px) {
  .your-type-Selection {
    padding: 3rem 0rem 0rem;
    border-top: 1px solid var(--grey-8);
  }
}

.modal-width {
  width: 35%;
  top: 25%;
}
.modal-width .modal-body {
  padding: 5rem 2rem 4rem;
}
.modal-width .modal-body p {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 400;
  color: var(--grey-33);
  margin-bottom: 0.5rem;
}
.modal-width b {
  font-size: 1.67rem;
  line-height: 2.07rem;
  font-weight: 500;
  color: var(--grey-33);
}
.modal-width .actions {
  text-align: center;
  margin-bottom: 3.8rem;
}

@media screen and (max-width: 1199.98px) {
  .your-imgtype-Selection ul {
    padding-left: 2rem;
  }
  .your-imgtype-Selection ul li {
    margin-top: 1.7rem;
  }
  .bike-pay-section {
    margin: 6rem 0 0 2rem;
  }
}
@media screen and (max-width: 991.98px) {
  .your-imgtype-Selection ul {
    padding-left: 1rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .your-imgtype-Selection ul li {
    margin-top: 2rem;
    width: auto;
    align-items: center;
  }
  .modal-width {
    width: 90%;
    left: 6%;
    top: 25%;
  }
  .form-sub-header {
    margin: 0;
  }
  .form-sub-header .booking-info-section p {
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 400;
    color: var(--grey-33);
  }
  .form-sub-header .booking-info-section span {
    margin-left: 0;
  }
  .form-sub-header h4 {
    margin: 2.5rem 0 1.9rem;
    padding: 0;
  }
  .summary-book-iqube-section .location-group .location {
    top: 1.5rem;
  }
  .summary-iqube-content .bike-pay-section {
    margin: 2rem 0 0;
    padding: 3rem 0 0;
  }
  .summary-iqube-content .bike-pay-section .your-type-Selection {
    padding: 3rem 2rem;
  }
  .summary-iqube-content .bike-pay-section a {
    padding: 0;
    display: flex;
  }
  .summary-book-iqube-section .summary-iqube-content {
    background-image: none;
  }
  .summary-book-iqube-section .summary-iqube-content.summary-location-section {
    padding-top: 10rem;
  }
  .summary-book-iqube-section .summary-iqube-content .verify-otp-number {
    margin: 2.7rem auto 8rem;
    display: flex;
    justify-content: center;
  }
  .summary-book-iqube-section .summary-iqube-content .verify-otp-number button {
    padding: 1.3rem 2.5rem 1rem;
    font-size: 1.7rem;
    line-height: 2.1rem;
    font-weight: 700;
  }
  .bike-pay-section .your-imgtype-Selection {
    display: block;
  }
  .bike-pay-section .your-imgtype-Selection img {
    width: 27rem;
    object-fit: contain;
  }
}
@media screen and (max-width: 767.98px) {
  .summary-book-iqube-section .location-group .location {
    top: 3rem;
    right: 1.7rem;
  }
}
.booking-color {
  height: 3.5rem;
  width: 3.5rem;
  border-radius: 50%;
  border: 1px solid var(--grey-6);
  position: relative;
  margin-right: 2rem;
  margin-left: -0.7rem;
}
.booking-color span {
  width: 100%;
  height: 100%;
  display: flex;
  border-radius: 50%;
}
.booking-color .racing-red-glossy {
  background: var(--racing-red-glossy);
}
.booking-color .titanium-grey-glossy {
  background: var(--titanium-grey-glossy);
}
.booking-color .pearl-white {
  background: var(--pearl-white);
}
.booking-color .mercury-grey-glossy {
  background: var(--mercury-grey-glossy);
}
.booking-color .mint-blue-glossy {
  background: var(--mint-blue-glossy);
}
.booking-color .lucid-yellow {
  background: var(--lucid-yellow);
}
.booking-color .copper-bronze-glossy {
  background: var(--copper-bronze-glossy);
}
.booking-color .starlite-blue-glossy {
  background: var(--starlite-blue-glossy);
}
.booking-color .titanium-grey-matte {
  background: var(--titanium-grey-matte);
}
.booking-color .coral-sand-glossy {
  background: var(--coral-sand-glossy);
}

/* Date Picker Related SCSS*/
.input-group-append.data-icon {
  position: absolute;
  top: 0%;
  right: 1%;
  height: 100%;
}
.input-group-append.data-icon span.input-group-text {
  background: transparent;
  border: 0;
  cursor: pointer;
}
.input-group-append.data-icon .icon-calender {
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 500;
  color: var(--light-blue-sky);
}

#rfbooking-flow .modal-dialog.modal-dialog-centered {
  max-width: 60rem;
}

.rfonline-bg.modal-body {
  background: transparent;
}
.rfonline-bg .rfonline-body span {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
  color: var(--grey-33);
  font-family: var(--gothammedium);
}
.rfonline-bg .rfonline-body .rfonline-booking {
  padding: 0 0 3rem;
}
.rfonline-bg .rfonline-body p {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: var(--grey-33);
  margin: 2rem 0;
}
.rfonline-bg .rfonline-body .skip {
  padding: 1rem 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rfonline-bg .rfonline-body .skip a {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-33);
  font-family: var(--gothammedium);
}

.marketing-concent {
  border: 1px solid var(--grey-8);
  padding: 1.5rem;
}
.marketing-concent h3 {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: #9e9e9e;
  padding: 0.25rem 0rem 2rem;
  margin: 0;
}
.marketing-concent .marketing-concent-inner .form-group {
  margin-bottom: 1rem;
}
.marketing-concent .marketing-concent-inner label.custom-radio {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--grey-33);
  padding-top: 0;
}
.marketing-concent .marketing-concent-inner label.custom-radio .radio-circle {
  height: 2rem;
  width: 2rem;
}
.marketing-concent .marketing-concent-inner label.custom-radio .radio-circle:before {
  height: 1rem;
  width: 1rem;
}

.verify-otp-number button.btn.primary-gradient-btn {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--white);
}

.sticky-header-section {
  border-radius: 0 0 2rem 2rem;
  -webkit-border-radius: 0 0 2rem 2rem;
  -ms-border-radius: 0 0 2rem 2rem;
  -moz-border-radius: 0 0 2rem 2rem;
}

.variant-header-selection h2 {
  margin: 4rem 0 1.9rem 6rem;
  font-size: 1.55rem;
  line-height: 1.95rem;
  font-weight: 700;
  color: var(--black);
  padding: 0;
}

.large-card-section .card-body {
  padding: 0 6rem;
}
.large-card-section .card-body h4 {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 700;
  color: var(--black);
  margin: 6rem 0rem 2.1rem;
}
.large-card-section .card-body .link-primary {
  margin: 1rem 0 11rem;
}
.large-card-section .card-body .link-primary span {
  display: none;
}
.large-card-section .card-slider-section {
  display: flex;
  justify-content: start;
  padding-left: 4rem;
}
.large-card-section .card-slider-section span:first-child .select-variant-list {
  margin-left: 6rem;
}
.large-card-section .card-slider-section input {
  display: none;
}

.card-list-section.select-variant-list {
  margin: 0rem 1.5rem 2rem 1.5rem;
  width: 33rem;
  border-radius: 15px;
  box-shadow: 0px 10px 15px 0 rgba(0, 0, 0, 0.18);
  border: 2px solid transparent;
}
.card-list-section.select-variant-list.active {
  border: solid 2px var(--tertiary-blue);
}
.card-list-section.select-variant-list .card-img-list-section {
  width: 24.4rem;
  height: 14rem;
  margin: 2.4rem 4.8rem 2.4rem 1.8rem;
}
.card-list-section.select-variant-list .card-img-list-section img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.card-list-section.select-variant-list .variant-name {
  padding: 1.7rem 1.9rem;
  background-color: rgba(215, 240, 253, 0.6);
  display: flex;
  margin: 0 -2rem;
  justify-content: space-between;
}
@media screen and (max-width: 991.98px) {
  .card-list-section.select-variant-list .variant-name {
    margin: 0 -1rem;
  }
}
.card-list-section.select-variant-list .variant-name span {
  font-size: 1.7rem;
  line-height: 2.1rem;
  font-weight: 500;
  color: var(--black);
}
.card-list-section.select-variant-list .variant-name-discription {
  margin: 1.8rem 2.1rem;
}
.card-list-section.select-variant-list .variant-name-discription span {
  display: block;
}
.card-list-section.select-variant-list .variant-name-discription span:nth-child(1) {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--black);
}
.card-list-section.select-variant-list .variant-name-discription span:nth-child(2) {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: var(--black);
}

@media screen and (max-width: 1199.98px) {
  .card-list-section.select-variant-list {
    width: 27rem;
    margin: 0rem 0.5rem 2rem 0.5rem;
  }
  .card-list-section.select-variant-list .card-img-list-section {
    width: 100%;
    height: 100%;
    margin: 2.4rem 4.8rem 2.4rem 0rem;
  }
  .card-slider-section .slick-dots {
    margin-bottom: 1rem;
  }
  .card-slider-section .slick-dots li {
    margin: 0 1.5rem;
  }
  .card-slider-section .slick-dots button::before {
    color: var(--grey-1);
    font-size: 6rem;
  }
}
@media screen and (max-width: 991.98px) {
  .variant-header-selection h2 {
    margin: 3rem 0 0 2rem;
    font-size: 1.55rem;
    line-height: 1.95rem;
    font-weight: 700;
    color: var(--black);
    text-align: left;
    padding: 0;
  }
  .large-card-section .step-wizard {
    margin-top: 2rem;
  }
  .large-card-section .card-header {
    padding: calc(var(--header-height) + 1rem) 2rem 1rem;
  }
  .large-card-section .card-header h2 {
    font-size: 1.5rem;
    line-height: 1.9rem;
    font-weight: 300;
    color: var(--black);
  }
  .large-card-section .card-body {
    padding: 0 1.5rem;
  }
  .large-card-section .card-body h4 {
    font-size: 1.3rem;
    line-height: 1.7rem;
    font-weight: 700;
    color: var(--black);
    margin: 0 0 2.1rem 0;
  }
  .large-card-section .card-body .link-primary {
    margin: 2rem 0 1rem;
  }
  .large-card-section .card-body .card-footer-btns {
    margin: 3rem 0 4.4rem;
    position: relative;
  }
  .large-card-section .card-list-section.select-variant-list {
    margin: 1rem 1.5rem 2rem;
    width: 30.1rem;
  }
  .large-card-section .card-list-section.select-variant-list:nth-child(odd) {
    margin-right: 0.5rem;
  }
  .large-card-section .card-list-section.select-variant-list .card-img-list-section {
    width: 100%;
    height: 100%;
    margin: 2.4rem auto;
  }
  .large-card-section .card-slider-section .select-variant-list:first-child {
    margin-left: 2rem;
    margin-right: 0;
  }
  .card-slider-section {
    display: flex;
    justify-content: start;
    overflow-x: auto;
  }
  .card-slider-section .slick-dots {
    margin-bottom: 1rem;
  }
  .card-slider-section .slick-dots li {
    margin: 0 1.5rem;
  }
  .card-slider-section .slick-dots button::before {
    color: var(--grey-1);
    font-size: 6rem;
  }
  .large-card-section .card-slider-section {
    display: flex;
    justify-content: start;
    overflow-x: auto;
    padding-left: 0;
  }
}
.card-body-section .custom-checkbox .checkmark {
  top: 26%;
}
.card-body-section .info-card .icon-thin-ev-scooter {
  font-size: 2.5rem;
  line-height: 2.9rem;
  font-weight: 600;
}

@media screen and (max-width: 991.98px) {
  .card-body-section .custom-checkbox .checkmark {
    top: 35%;
  }
}
.variant-card {
  height: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.variant-card label {
  height: 100%;
  cursor: pointer;
}

.variant-search-results {
  padding: 2rem 0 0rem;
}

.variant-radio-card {
  padding: 2rem 1.8rem;
  border-radius: 1.5rem;
  -webkit-border-radius: 1.5rem;
  -ms-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  white-space: normal;
  border: 2px solid var(--grey-2);
  height: 100%;
  box-shadow: var(--shadow-md);
  -webkit-box-shadow: var(--shadow-md);
  -ms-box-shadow: var(--shadow-md);
  -moz-box-shadow: var(--shadow-md);
  background: var(--white);
  cursor: pointer;
}
.variant-radio-card .variant-radio-card-inner {
  display: block;
  padding: 0;
  position: relative;
}
.variant-radio-card .variant-radio-card-inner.with-icon {
  padding-right: 5.5rem;
}
.variant-radio-card .variant-radio-card-inner.with-icon .radio-btn-icon {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  font-size: 3rem;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  color: var(--grey-7);
}
.variant-radio-card .variant-radio-card-inner.with-icon .radio-btn-icon i {
  display: block;
}
.variant-radio-card .variant-radio-card-inner .large-text {
  font-size: 1.8rem;
  line-height: 2.2rem;
  margin-bottom: 1.6rem;
}
.variant-radio-card .variant-radio-card-inner .small-text {
  font-size: 1.4rem;
  line-height: 1.8rem;
  text-overflow: ellipsis;
  overflow: hidden;
  letter-spacing: 0.016rem;
}
.variant-radio-card .variant-radio-card-inner .small-icon {
  background: -webkit-linear-gradient(var(--primary-green), var(--secondary-green));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.6rem;
  line-height: 2rem;
}
.variant-radio-card .variant-radio-card-inner .large-text {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: var(--black);
  letter-spacing: 0.016rem;
}
.variant-radio-card .variant-radio-card-inner .medium-text {
  font-size: 1.6rem;
  line-height: 2rem;
}
.variant-radio-card.package-selected {
  border: 2px solid var(--tertiary-blue);
}
.variant-radio-card.package-selected .with-icon .radio-btn-icon,
.variant-radio-card.package-selected .with-icon .small-icon {
  background: -webkit-linear-gradient(var(--primary-green), var(--secondary-green));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.variant-radio-card.radio-card-dealership {
  padding: 1.1rem 1.5rem;
}
.variant-radio-card.radio-card-dealership .variant-radio-card-inner .large-text {
  margin-bottom: 0.2rem;
}

/*Delarship tab css*/
.delarship-card {
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -moz-border-radius: 2rem;
  border: 1px solid var(--grey-8);
  overflow: hidden;
}
.delarship-card.card-bg {
  background: linear-gradient(var(--white), var(--grey-4));
}
.delarship-card > .card-body {
  padding: 2.4rem;
  padding-bottom: 0;
}
.delarship-card .edit-section {
  position: absolute;
  right: 2.4rem;
  z-index: 99;
  background: transparent;
  outline: none;
  border: 0;
  padding: 0;
}
.delarship-card .edit-section:hover, .delarship-card .edit-section:focus, .delarship-card .edit-section:active {
  background: transparent;
  outline: none;
  border: 0;
}
.delarship-card .edit-section i {
  font-size: 2.3rem;
  margin-left: 1rem;
  background: -webkit-linear-gradient(var(--sky-blue), var(--primary-blue));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.delarship-card .variant-large .media {
  border-bottom: 1px solid var(--grey-8);
  padding-bottom: 2rem;
}
.delarship-card .variant-large .media i {
  font-size: 2.25rem;
  font-weight: 600;
}
.delarship-card .media {
  margin-bottom: 2.8rem;
}
.delarship-card .media i {
  font-size: 2rem;
  background: -webkit-linear-gradient(var(--primary-green), var(--secondary-green));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: 0.5rem;
  min-width: 3rem;
}
.delarship-card .media .icon-dealership {
  font-size: 2.3rem;
}
.delarship-card .media h5 {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
  color: var(--dark-grey-1);
  margin-bottom: 0.5rem;
}
.delarship-card .media p {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: var(--black);
  margin-bottom: 0;
}
.delarship-card .seperate-edit {
  position: relative;
  padding-right: 3rem;
}
.delarship-card .seperate-edit a {
  position: absolute;
  top: 0;
  right: 0;
}
.delarship-card .seperate-edit a i {
  font-size: 2.3rem;
  margin: 0 0 0 1rem;
  background: -webkit-linear-gradient(var(--sky-blue), var(--primary-blue));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.delarship-card .seperate-edit + .seperate-edit {
  border-top: 1px solid var(--grey-8);
  padding-top: 2.5rem;
}
.delarship-card .seperate-edit + .seperate-edit a {
  top: 2.5rem;
}
@media screen and (max-width: 1199.98px) {
  .delarship-card .media-body {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .delarship-card {
    margin-bottom: 4rem;
    margin-top: 2.4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .delarship-card {
    margin-bottom: 2rem;
    border-radius: 1.3rem;
    -webkit-border-radius: 1.3rem;
    -ms-border-radius: 1.3rem;
    -moz-border-radius: 1.3rem;
    border-width: 1px;
  }
  .delarship-card > .card-body {
    padding: 1.5rem;
    padding-bottom: 0.5rem;
  }
  .delarship-card > .card-body .media {
    margin-bottom: 2rem;
  }
  .delarship-card > .card-body .media i {
    font-size: 1.5rem;
    margin-right: 0;
  }
  .delarship-card > .card-body .media .icon-dealership {
    font-size: 1.8rem;
  }
  .delarship-card > .card-body .media h5 {
    font-size: 1.1rem;
    line-height: 1.5rem;
    margin-bottom: 0;
  }
  .delarship-card > .card-body .media p {
    font-size: 1.3rem;
    line-height: 1.7rem;
    font-weight: 500;
    color: var(--black);
  }
  .delarship-card .seperate-edit h4 {
    font-size: 1.3rem;
    line-height: 1.7rem;
  }
  .delarship-card .seperate-edit + .seperate-edit {
    padding-top: 2rem;
  }
  .delarship-card .edit-section {
    right: 1rem;
    border: none;
    background: transparent;
  }
  .delarship-card .edit-section i {
    font-size: 2rem;
    margin-left: 1rem;
  }
}

.card-list-section {
  margin: 2rem auto 2rem;
  width: 33rem;
  border-radius: 15px;
  box-shadow: 0px 10px 15px 0 rgba(0, 0, 0, 0.18);
  border: solid 2px #ebebeb;
  background-color: #fff;
  cursor: pointer;
}
.card-list-section .card-img-list-section {
  max-width: 24.4rem;
  max-height: 14rem;
  margin: 2.4rem 4.8rem 2.4rem 3.8rem;
}
.card-list-section .card-img-list-section img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.card-list-section .variant-name {
  padding: 1.7rem 1.9rem;
  background-color: #d7f0fd;
  display: flex;
  justify-content: space-between;
}
.card-list-section .variant-name span {
  font-size: 1.7rem;
  line-height: 2.1rem;
  font-weight: 500;
  color: var(--black);
}
.card-list-section .variant-name-discription {
  margin: 1.8rem 2.1rem;
}
.card-list-section .variant-name-discription span {
  display: block;
}
.card-list-section .variant-name-discription span:nth-child(1) {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--black);
}
.card-list-section .variant-name-discription span:nth-child(2) {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: var(--black);
}
.card-list-section.package-selected-admin {
  border: 2px solid var(--tertiary-blue);
}
@media screen and (max-width: 767.98px) {
  .card-list-section {
    width: 100%;
    margin: 1rem auto 2rem;
  }
  .card-list-section .card-img-list-section {
    max-width: 18.7rem;
    max-height: 11rem;
    margin: 2.4rem auto;
  }
  .card-list-section .variant-name {
    padding: 1.3rem 1.9rem;
  }
  .card-list-section .variant-name span {
    font-size: 1.3rem;
    line-height: 1.7rem;
    font-weight: 500;
    color: var(--black);
  }
  .card-list-section .variant-name-discription {
    margin: 1.3rem 2.1rem;
  }
  .card-list-section .variant-name-discription span {
    display: block;
  }
  .card-list-section .variant-name-discription span:nth-child(1) {
    font-size: 1.1rem;
    line-height: 1.5rem;
    font-weight: 500;
    color: var(--black);
  }
  .card-list-section .variant-name-discription span:nth-child(2) {
    font-size: 1.1rem;
    line-height: 1.5rem;
    font-weight: 400;
    color: var(--black);
  }
  .card-list-section.package-selected-admin {
    border: solid 2px var(--tertiary-blue);
  }
}

.modal.custom-popup .close {
  right: 5.2rem;
  font-size: 5.3rem;
  top: 4rem;
}
.modal.custom-popup .modal-dialog.change-variant {
  max-width: 117rem;
}
.modal.custom-popup .modal-dialog.change-variant .modal-content {
  border: 2px solid var(--white);
  box-shadow: var(--shadow-lg);
  -webkit-box-shadow: var(--shadow-lg);
  -ms-box-shadow: var(--shadow-lg);
  -moz-box-shadow: var(--shadow-lg);
  border-radius: 8rem;
  -webkit-border-radius: 8rem;
  -ms-border-radius: 8rem;
  -moz-border-radius: 8rem;
}
.modal.custom-popup .modal-dialog.change-variant .modal-content .modal-header {
  border-radius: 8rem 8rem 0 0;
  -webkit-border-radius: 8rem 8rem 0 0;
  -ms-border-radius: 8rem 8rem 0 0;
  -moz-border-radius: 8rem 8rem 0 0;
  border-bottom: none;
  padding: 6.7rem 3rem;
  background: var(--grey-4);
  position: relative;
  border-radius: 8rem 8rem 50% 50%/8rem 8rem 10% 10%;
}
.modal.custom-popup .modal-dialog.change-variant .variant-body {
  padding: 5rem 4rem 3rem;
  background-image: none;
}
.modal.custom-popup .modal-dialog.change-variant .variant-body h4 {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 600;
  color: var(--black);
  margin: 0 2rem;
}
.modal.custom-popup .modal-dialog.change-variant .variant-body .proceed-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3rem 0 0 0;
}
.modal.custom-popup .modal-dialog.change-variant .variant-body .proceed-btn .primary-gradient-btn {
  box-shadow: 0px 4px 25.7px 4.3px rgba(0, 0, 0, 0.23);
  padding: 1.9rem 4rem;
}
.modal.custom-popup .modal-dialog.change-variant .variant-body .change-variant-sliders {
  display: flex;
  align-items: center;
  justify-content: start;
}
.modal.custom-popup .modal-dialog.change-variant .variant-body .change-variant-slider .slick-dots li {
  margin: 0 0.2rem;
}
.modal.custom-popup .modal-dialog.change-variant .variant-body .change-variant-slider .slick-dots li button:before {
  font-size: 3.4rem;
  line-height: 3.8rem;
  font-weight: 400;
  color: #e4e4e4;
}
.modal.custom-popup .modal-dialog.change-variant .variant-body .change-variant-slider .slick-dots li.slick-active button:before {
  color: var(--tertiary-blue);
}
@media screen and (max-width: 767.98px) {
  .modal.custom-popup .close {
    right: 2.2rem;
    font-size: 2.6rem;
    top: 2rem;
  }
  .modal.custom-popup .modal-dialog.change-variant {
    margin: 0.5rem 1.5rem;
  }
  .modal.custom-popup .modal-dialog.change-variant .modal-content {
    border-radius: 2rem;
    -webkit-border-radius: 2rem;
    -ms-border-radius: 2rem;
    -moz-border-radius: 2rem;
    border: 0px solid var(--white);
  }
  .modal.custom-popup .modal-dialog.change-variant .modal-content .modal-header {
    border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    background: transparent;
    padding: 3.4rem 3rem 2.5rem;
  }
  .modal.custom-popup .modal-dialog.change-variant .modal-content .modal-header .modal-title {
    font-size: 1.8rem;
    line-height: 2.2rem;
    font-weight: 300;
    color: var(--tertiary-blue);
  }
  .modal.custom-popup .modal-dialog.change-variant .variant-body {
    padding: 3rem 1rem 2.5rem;
    background-image: url("../images/popup-bg.png");
  }
  .modal.custom-popup .modal-dialog.change-variant .variant-body h4 {
    display: none;
  }
  .modal.custom-popup .modal-dialog.change-variant .variant-body .proceed-btn {
    padding: 1.5rem 0 0 0;
  }
  .modal.custom-popup .modal-dialog.change-variant .variant-body .proceed-btn .primary-gradient-btn {
    padding: 0.3rem 2.5rem;
    font-size: 1.2rem;
  }
  .modal.custom-popup .modal-dialog.change-variant .variant-body .change-variant-sliders {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    overflow: auto;
    flex-wrap: nowrap;
  }
  .modal.custom-popup .modal-dialog.change-variant .variant-body .change-variant-slider.slick-dotted.slick-slider {
    margin-bottom: 1.5rem;
  }
  .modal.custom-popup .modal-dialog.change-variant .variant-body .change-variant-slider .slick-dots {
    margin-bottom: 0;
    bottom: 0;
    position: absolute;
  }
}

.hamburger-menu-icon {
  position: relative;
}
.hamburger-menu-icon h4 {
  margin-right: 4.2rem;
  font-size: 1.5rem;
  line-height: 1.9rem;
  font-weight: 300;
  color: var(--grey-28);
}
.hamburger-menu-icon span {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  position: absolute;
  right: 5.5rem;
  top: -1.5rem;
  height: 5.5rem;
}
.hamburger-menu-icon .icon-hamburger-plain {
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 400;
  color: var(--grey-33);
  margin-right: 1rem;
}

.navSidebar {
  position: fixed;
  width: 37%;
  height: 100vh;
  background-color: #fff;
  z-index: 999;
  display: flex;
  top: 0;
  left: 100%;
  transition: all 0.9s ease-in-out;
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  -ms-transition: all 0.9s ease-in-out;
}
.navSidebar.active {
  left: 64%;
}
@media screen and (max-width: 991.98px) {
  .navSidebar.active {
    left: 100%;
  }
}
.navSidebar ul {
  width: 100%;
  padding: 2.2rem;
}
.navSidebar li {
  padding: 2.8rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.navSidebar li:hover {
  border-bottom: 1px solid var(--tertiary-blue);
}
.navSidebar li a {
  display: flex;
  align-items: center;
  margin-left: 3.2rem;
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 300;
  color: var(--black);
}
.navSidebar li i {
  font-size: 2.8rem;
  line-height: 3.2rem;
  font-weight: 400;
  color: var(--tertiary-blue);
  margin-right: 2rem;
}
.navSidebar .close-icon {
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 400;
  color: var(--tertiary-blue);
  display: flex;
  width: 3rem;
  margin-left: auto;
  justify-content: end;
}

@media screen and (max-width: 991.98px) {
  .navSidebar {
    position: fixed;
    width: 100%;
  }
  .navSidebar.active {
    left: 0%;
  }
}
#backDrop {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
}

.booking-container-section {
  margin-top: 5.1rem;
}

.complete-booking-section {
  border-radius: 20px;
  box-shadow: 0px 5px 13.5px 1.5px rgba(0, 0, 0, 0.25);
  border: solid 1px var(--white);
  background-image: linear-gradient(to top, #e8eaec, var(--white)), linear-gradient(to bottom, var(--white), var(--white));
  height: auto;
}
.complete-booking-section .booking-container-list {
  list-style: none;
}

.enquiry-for-section h2 {
  font-size: 2.2rem;
  line-height: 2.6rem;
  font-weight: 400;
  color: var(--grey-33);
  margin-bottom: 2.6rem;
}
.enquiry-for-section .enquiry-for {
  border-radius: 20px;
  border: solid 1px #ccc;
  background-color: var(--white);
}
.enquiry-for-section .enquiry-for #list-iqube li:last-child {
  border-bottom: 0;
}
.enquiry-for-section .enquiry-for .prelaunch-book-list {
  padding: 0 3.2rem;
  border: none;
  width: 100%;
}
.enquiry-for-section .enquiry-for .prelaunch-book-list h5 {
  font-size: 1.5rem;
  line-height: 1.9rem;
  font-weight: 400;
  color: var(--grey-28);
}
.enquiry-for-section .enquiry-for .prelaunch-book-list .timeline-info div {
  width: auto;
  text-align: left;
}
.enquiry-for-section .enquiry-for .prelaunch-book-list ul {
  width: 85%;
}
.enquiry-for-section .enquiry-for .prelaunch-book-list ul span {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 500;
  color: var(--grey-33);
  display: flex;
}
.enquiry-for-section .enquiry-for .prelaunch-book-list li {
  padding: 1.6rem 1rem;
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
}
.enquiry-for-section .enquiry-for .prelaunch-book-list li.color-active {
  background-color: rgba(0, 0, 0, 0.1);
  border-bottom: 0;
}
.enquiry-for-section .enquiry-for .prelaunch-book-list li.color-active h5 {
  font-size: 1.5rem;
  line-height: 1.9rem;
  font-weight: 700;
  color: var(--grey-28);
}
.enquiry-for-section .enquiry-for .prelaunch-book-list li:last-child {
  margin-bottom: 1rem;
}
.enquiry-for-section .enquiry-for .prelaunch-book-list li i {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 700;
  margin-top: 0;
}
.enquiry-for-section .enquiry-for .prelaunch-book-list li div {
  margin-left: 0;
}
.enquiry-for-section .enquiry-for .smartxhome-installed {
  margin-left: 3rem;
}
.enquiry-for-section .enquiry-for-iqube {
  display: flex;
  justify-content: space-between;
  padding: 3.1rem 3.1rem 0 3.1rem;
}
.enquiry-for-section .enquiry-for-iqube .booking-order-id {
  font-size: 1.5rem;
  line-height: 1.9rem;
  font-weight: 500;
  color: var(--grey-33);
}
.enquiry-for-section .enquiry-for-iqube span {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 300;
  color: var(--grey-28);
}
.enquiry-for-section .enquiry-for-iqube .heading-block {
  background: none;
  padding: 0;
}

.enquiry-for-section .enquiry-for-iqube-section {
  display: flex;
  justify-content: space-between;
}
.enquiry-for-section .enquiry-for-iqube-section .enquiry-for-iqube-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
.enquiry-for-section .enquiry-for-iqube-section .enquiry-for-iqube-img span {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
  color: var(--grey-33);
  margin: 0 5rem 1rem 0;
}
.enquiry-for-section .enquiry-for-iqube-section .enquiry-for-iqube-img img {
  width: 20.8rem;
  margin: 3rem 8rem 0 0;
}
.enquiry-for-section .enquiry-for-iqube-footer, .enquiry-for-section .enquiry-for-iqube-delaership {
  margin: 0.5rem;
  padding: 1rem 3rem 1rem 2rem;
  border-radius: 1.5rem;
  background-color: #dcf2fd;
}
.enquiry-for-section .enquiry-for-iqube-footer p, .enquiry-for-section .enquiry-for-iqube-delaership p {
  font-size: 1.5rem;
  line-height: 1.9rem;
  font-weight: 500;
  color: var(--grey-33);
}
.enquiry-for-section .enquiry-for-iqube-footer p a, .enquiry-for-section .enquiry-for-iqube-delaership p a {
  background: none;
  border: 0;
  padding: 0;
  box-shadow: none;
  font-size: 1.3rem;
  line-height: 1.7rem;
  font-weight: 500;
  color: #1880d9;
}
.enquiry-for-section .enquiry-for-iqube-footer .payment-btn-group a, .enquiry-for-section .enquiry-for-iqube-delaership .payment-btn-group a {
  background-color: var(--white);
  background-image: none;
  font-size: 1.5rem;
  line-height: 1.9rem;
  font-weight: 700;
  color: #2b99f7;
  border: 2px solid #2b99f7;
  margin-right: 1.5rem;
  padding: 0.8rem 3.2rem;
}
.enquiry-for-section .enquiry-for-iqube-footer a, .enquiry-for-section .enquiry-for-iqube-delaership a {
  border-radius: 18px;
  padding: 0.8rem 3.2rem;
  box-shadow: 0px 5px 9.2px 0.8px rgba(0, 0, 0, 0.2);
  background-image: linear-gradient(to top, #2b99f7, #57d9ff);
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 700;
  color: var(--white);
}
.enquiry-for-section .enquiry-for-iqube-delaership {
  background-color: #fdebcc;
}
.enquiry-for-section .enquiry-for-iqube-delaership i {
  font-size: 2.3rem;
  line-height: 2.7rem;
  font-weight: 500;
  color: #db6d0c;
}
.enquiry-for-section .enquiry-for-iqube-delaership p {
  font-size: 1.5rem;
  line-height: 1.9rem;
  font-weight: 500;
  color: var(--grey-33);
  padding: 1.2rem;
  margin: 0;
}

.enquiry-for-section .prelaunch-book-list ul.iqube-booking-second-section {
  width: 100%;
  margin: 0;
}
.enquiry-for-section .prelaunch-book-list ul.iqube-booking-second-section li {
  padding: 1.4rem 0 1.4rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.enquiry-for-section .iqube-booking-second-section .timeline-info {
  width: auto;
  margin: 0 6rem 0 0;
}
.enquiry-for-section .iqube-booking-second-section .timeline-info p {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 400;
  color: var(--grey-33);
}
.enquiry-for-section .iqube-booking-second-section .timeline-info i {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 700;
  margin-top: 0;
}

.booking-container-section .booking-finance-option {
  margin-top: 2rem;
  background: none;
}
.booking-container-section .booking-finance-option .booking-detail {
  margin: 2.6rem 2.6rem 0;
}
.booking-container-section .booking-finance-option .booking-detail i {
  font-size: 1.8rem;
  line-height: 2.2rem;
}
.booking-container-section .booking-finance-option .booking-detail:first-child {
  margin-left: 0;
}
.booking-container-section .booking-finance-option .booking-detail span {
  font-size: 1.5rem;
  line-height: 1.9rem;
  font-weight: 400;
  color: var(--grey-33);
}
.booking-container-section .booking-finance-option .finance-option-list {
  display: flex;
  justify-content: start;
}

.enquiry-for-section .confetti-enquiry-bg-img {
  background-image: url(../images/confetti-bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%, 100%;
  background-repeat: no-repeat;
}

.enquiry-fianl-iqubes-smartx {
  margin: 5.1rem 2rem 4.6rem;
}
.enquiry-fianl-iqubes-smartx .enquiry-fianl-smartxhome {
  align-items: center;
}
.enquiry-fianl-iqubes-smartx .enquiry-fianl-smartxhome:last-child {
  border-left: 1px solid rgba(34, 34, 34, 0.2);
  margin-left: 4rem;
  padding-left: 2rem;
}
.enquiry-fianl-iqubes-smartx .enquiry-fianl-smartxhome .enquiry-and-iqube-img img {
  width: 7rem;
}
.enquiry-fianl-iqubes-smartx .enquiry-fianl-smartxhome .charging-and-iqube-img img {
  width: 3rem;
}
.enquiry-fianl-iqubes-smartx .enquiry-fianl-smartxhome .prelaunch-book-list h3 {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: var(--grey-33);
}
.enquiry-fianl-iqubes-smartx .enquiry-fianl-smartxhome .prelaunch-book-list h3 span {
  font-size: 1.5rem;
  line-height: 1.9rem;
  font-weight: 400;
  color: var(--grey-33);
}

.charging-iqube-img {
  margin: 3.3rem 11.8rem 3.3rem 0;
}
.charging-iqube-img img {
  max-width: 11.9rem;
}

.enquiry-for-section .enquiry-for-iqube-section .final-iqube-img {
  margin: 4.1rem 7.5rem 0 0;
}
.enquiry-for-section .enquiry-for-iqube-section .final-iqube-img img {
  max-width: 28.1rem;
}

.enquiry-fianl-iqube-text h3 {
  font-size: 2.8rem;
  line-height: 3.2rem;
  font-weight: 400;
  color: var(--grey-33);
}
.enquiry-fianl-iqube-text p {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
  color: var(--grey-33);
}

.enquiry-fianl-iqube-text .icon-checkmark-circle {
  font-size: 4.8rem;
  line-height: 5.2rem;
  font-weight: 500;
  color: #46a02e;
}

.enquiry-for .final-iqube-details span {
  font-size: 1.5rem;
  line-height: 1.9rem;
  font-weight: 500;
  color: var(--grey-33);
}
.enquiry-for .para-info {
  width: 70%;
}
.enquiry-for .enquiry-for-iqube-footer .feedback-btn, .enquiry-for .enquiry-for-section .enquiry-for-iqube-delaership .feedback-btn, .enquiry-for-section .enquiry-for .enquiry-for-iqube-delaership .feedback-btn {
  padding: 0.8rem 2.6rem;
}

.personal-details .booking-finance-option {
  background-image: none;
  margin-top: 3rem;
}
.personal-details .booking-finance-option .booking-detail {
  margin-bottom: 5rem;
}
.personal-details .booking-finance-option .booking-detail i {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 700;
}
.personal-details .booking-finance-option .booking-detail span {
  color: var(--black);
  padding-bottom: 0;
  font-size: 1.5rem;
  line-height: 1.9rem;
  font-weight: 400;
  color: var(--grey-33);
}
.personal-details .booking-finance-option .booking-detail span:first-child {
  font-size: 1.2rem;
  line-height: 1.6rem;
}
.personal-details .enquiry-for-iqube span {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  margin: 0 0 2rem;
  padding-bottom: 2rem;
}
.personal-details .enquiry-for-section {
  width: 100%;
}

.modal-content-section {
  width: 68%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 50%);
}
@media screen and (max-width: 991.98px) {
  .modal-content-section {
    width: 100%;
  }
}
.modal-content-section .button-wrapper button {
  padding: 1rem 2.5rem;
  font-size: 1.5rem;
  line-height: 1.9rem;
  font-weight: 700;
  color: var(--white);
}

#cancel-booking-modal .modal-content-section .payment-status span {
  font-size: 3rem;
  line-height: 3.4rem;
  font-weight: 300;
  color: var(--tertiary-blue);
}

@media screen and (max-width: 1199.98px) {
  .enquiry-for-section .enquiry-for .enquiry-fianl-smartxhome .prelaunch-book-list {
    padding: 0;
  }
}
@media screen and (max-width: 991.98px) {
  .enquiry-for-section .confetti-enquiry-bg-img .enquiry-for-iqube-section {
    text-align: center;
  }
  .enquiry-for-section .confetti-enquiry-bg-img .enquiry-for-iqube-section .final-iqube-img {
    margin: 4.1rem 0 0;
  }
  .sticky-header-mobile {
    border-radius: 0;
  }
  .booking-container-section {
    margin-top: 4.1rem;
  }
  .booking-container-section .booking-finance-option .finance-option-list {
    margin: 0 2.1rem 1rem;
    display: block;
  }
  .booking-container-section .booking-finance-option .finance-option-list .booking-detail {
    margin: 2.3rem 0 0;
    align-items: center;
  }
  .booking-container-section .booking-finance-option .finance-option-list span {
    padding-bottom: 0;
  }
  .booking-container-section .row {
    flex-direction: column-reverse;
  }
  .enquiry-for-section .enquiry-for-iqube-delaership p {
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 400;
  }
  .enquiry-for-section h2 {
    font-size: 2rem;
    line-height: 2.4rem;
    font-weight: 400;
  }
  .enquiry-for-section .enquiry-for-iqube {
    padding: 3.1rem 1.8rem 0 2.1rem;
  }
  .enquiry-for-section .enquiry-for-iqube-section {
    flex-direction: column-reverse;
  }
  .enquiry-for-section .enquiry-for-iqube-section .enquiry-for-iqube-img img {
    margin: 3rem 0 0;
  }
  .enquiry-for-section .enquiry-fianl-charging-list {
    flex-direction: column;
  }
  .enquiry-for-section .enquiry-fianl-charging-list .charging-iqube-img {
    margin: 0;
  }
  .enquiry-for-section .enquiry-fianl-charging-list .charging-iqube-img img {
    display: flex;
    margin: 0 auto 2rem;
  }
  .enquiry-for-section .enquiry-for .prelaunch-book-list {
    margin: 3.2rem 0 0;
    padding: 0 2.1rem;
    display: flex;
    flex-direction: column;
  }
  .enquiry-for-section .enquiry-for .prelaunch-book-list ul {
    width: 100%;
  }
  .enquiry-for-section .enquiry-for .prelaunch-book-list li {
    padding: 1.6rem 0;
  }
  .enquiry-for-section .enquiry-for .prelaunch-book-list li div {
    margin-left: 0;
  }
  .enquiry-for-section .enquiry-for .prelaunch-book-list .smartxhome-installed {
    margin: 1.3rem 0 2.6rem;
    text-align: center;
  }
  .enquiry-for-section .enquiry-for .prelaunch-book-list .smartxhome-installed p {
    margin-bottom: 1.5rem;
  }
  .enquiry-for-section .enquiry-for-iqube-footer, .enquiry-for-section .enquiry-for-iqube-delaership {
    padding: 1rem 1.8rem;
  }
  .enquiry-for-section .enquiry-for-iqube-footer.enquiry-for-iqube-footer, .enquiry-for-section .enquiry-for-iqube-delaership {
    flex-direction: column;
  }
  .enquiry-for-section .enquiry-for-iqube-footer p, .enquiry-for-section .enquiry-for-iqube-delaership p {
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 400;
    width: 100%;
  }
  .enquiry-for-section .enquiry-for-iqube-footer a, .enquiry-for-section .enquiry-for-iqube-delaership a {
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 500;
  }
  .enquiry-for-section .enquiry-for-iqube-footer .approve-btn, .enquiry-for-section .enquiry-for-iqube-delaership .approve-btn {
    padding: 0.5rem 2.3rem;
    margin: 3rem 0 0 2rem;
  }
  .enquiry-for-section .enquiry-for-iqube-footer .payment-btn-group .talk-expert-btn, .enquiry-for-section .enquiry-for-iqube-delaership .payment-btn-group .talk-expert-btn {
    padding: 0.8rem 1rem;
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 500;
    margin: 3rem 0 0 3rem;
  }
  .enquiry-for-section .book-charger-text {
    flex-direction: row;
  }
  .enquiry-for-section .book-charger-text i {
    margin-top: 0.5rem;
    display: flex;
  }
}
@media screen and (max-width: 991.98px) {
  .enquiry-for-section .iqube-booking-second-section .timeline-info {
    margin: 0;
    flex-direction: column;
  }
  .enquiry-for-section .iqube-booking-second-section .timeline-info span {
    font-size: 1.5rem;
    line-height: 1.9rem;
    font-weight: 500;
  }
  .enquiry-for-section .iqube-booking-second-section .timeline-info span:last-child {
    text-align: right;
  }
  .enquiry-for-section .iqube-booking-second-section .timeline-info:last-child {
    text-align: right;
  }
  .enquiry-for-section .iqube-booking-second-section .timeline-info p {
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 500;
  }
  .enquiry-for-section .iqube-booking-second-section .timeline-info-list-section div {
    display: flex;
    justify-content: space-between;
    margin-top: 2.8rem;
  }
  .enquiry-for-section .iqube-booking-second-section .timeline-info-list-section div:first-child {
    margin-top: 0;
  }
  .enquiry-for-section .iqube-booking-second-section .enquiry-iqube-booked {
    flex-direction: column;
  }
  .enquiry-for-section .iqube-booking-second-section .enquiry-iqube-booked .timeline-info {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }
}
@media screen and (max-width: 991.98px) {
  .enquiry-fianl-iqubes-smartx {
    margin: 1rem 2rem 0;
    flex-direction: column;
  }
  .enquiry-fianl-iqubes-smartx .enquiry-fianl-smartxhome:last-child {
    margin: 0;
    padding: 0;
    border-left: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
  .enquiry-fianl-iqubes-smartx .enquiry-fianl-smartxhome .prelaunch-book-list {
    flex-direction: row;
    justify-content: start;
    padding: 2.3rem 0 1.6rem 0;
    margin: 0;
  }
}
.iqubex-header .test-ride-header, .iqubex-mobileheader .test-ride-header {
  display: flex;
  align-items: center;
}
.iqubex-header .test-ride-header span, .iqubex-mobileheader .test-ride-header span {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-33);
  font-family: "gothammedium";
}
.iqubex-header .test-ride-header a, .iqubex-mobileheader .test-ride-header a {
  border: none;
  padding: 0 2rem 0 0;
}
.iqubex-header .test-ride-header a i, .iqubex-mobileheader .test-ride-header a i {
  font-size: 2.2rem;
  line-height: 2.6rem;
  font-weight: 300;
  color: var(--grey-31);
}
.iqubex-header .navbar a i.icon-arrow-left, .iqubex-mobileheader .navbar a i.icon-arrow-left,
.iqubex-header .navbar a i.icon-arrow-rounded-left,
.iqubex-mobileheader .navbar a i.icon-arrow-rounded-left {
  font-size: 1.5rem;
  line-height: 1.9rem;
  font-weight: 300;
  color: var(--grey-31);
}
@media screen and (max-width: 991.98px) {
  .iqubex-header .test-ride-header span, .iqubex-mobileheader .test-ride-header span {
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 500;
    margin-left: 2rem;
  }
  .iqubex-header .test-ride-header a, .iqubex-mobileheader .test-ride-header a {
    border: none;
    padding: 0 0 0 2rem;
  }
  .iqubex-header .test-ride-header a i, .iqubex-mobileheader .test-ride-header a i {
    font-size: 2.2rem;
    line-height: 2.6rem;
    font-weight: 500;
    color: var(--grey-31);
  }
}

.btd-section.t-ride-booked-section {
  background: var(--grey-8);
  margin-bottom: 0rem;
}

.new-test-location {
  max-width: 65rem;
  margin: 0 auto;
  background: none;
  border-top: 0px solid var(--grey-32);
  padding: 0rem 1.5rem 5rem;
}
.new-test-location .new-rtest-chipinfo .chips-info {
  padding-bottom: 3rem;
}
.new-test-location .btn-enquiry {
  padding: 1.5rem 3.5rem;
  margin-top: 2.5rem;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--white);
}
.new-test-location .iqube-location {
  max-width: 80rem;
  margin-bottom: 1rem;
}
.new-test-location .iqube-location .location {
  position: absolute;
  right: 2rem;
  top: 2.5rem;
  font-size: 2.6rem;
  line-height: 3rem;
  font-weight: 500;
  color: var(--grey-33);
}
.new-test-location .iqube-location .form-group {
  margin-bottom: 1rem;
  position: relative;
}
.new-test-location .iqube-location .form-group input {
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border: 1px solid var(--grey-8);
  font-family: "gothammedium";
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-33);
}
.new-test-location .iqube-location .form-group input:focus {
  border-color: var(--light-blue-sky);
}
.new-test-location .iqube-location .form-group label {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--grey-31);
  font-family: "gothammedium";
}
.new-test-location .iqube-location span {
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 500;
  color: var(--grey-33);
  display: flex;
  margin-top: 0rem;
  padding: 3rem 0 1.2rem;
  font-family: "primeregular";
}
.new-test-location .iqube-location .error {
  font-size: 1.4rem;
  line-height: 1.8rem;
  padding-bottom: 0;
}
.new-test-location .location-chips ul {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0;
  padding: 0 0 2rem 0;
}
.new-test-location .location-chips ul li {
  margin: 0 1rem 1rem 0;
  display: flex;
}
.new-test-location .location-chips ul li a {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--grey-31);
  background-color: var(--white);
  box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  font-family: "gothammedium";
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  padding: 1rem 2rem;
  border: 1px solid var(--grey-8);
}
.new-test-location .location-chips ul li a.active {
  background-color: var(--light-blue-sky);
  border: 1px solid var(--light-blue-sky);
  border: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  color: var(--white);
}
.new-test-location .chips-info {
  border-top: 1px solid var(--grey-8);
  border-bottom: 1px solid var(--grey-8);
}
.new-test-location .chips-info > span {
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 500;
  color: var(--grey-33);
  display: flex;
  padding: 3rem 0 2rem;
  font-family: "primeregular";
}
.new-test-location .chips-info .location-info a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 7rem;
  border: 1px solid var(--grey-8);
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  background: var(--grey-8);
  border-radius: 0.5rem;
}
.new-test-location .chips-info .location-info a span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "gothammedium";
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
  color: var(--grey-31);
  background: var(--white);
  transform: translate3d(0px, -5px, 0);
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
  height: 92%;
  width: 100%;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  margin: 0.5rem 0rem 0rem;
}
.new-test-location .chips-info .location-info a span i {
  font-size: 2.6rem;
  line-height: 3rem;
  font-weight: 500;
  color: var(--grey-33);
  margin-right: 1rem;
}
.new-test-location .chips-info .location-info a.active {
  border: 1px solid var(--light-blue-sky);
  box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  background: var(--light-blue-sky);
}
.new-test-location .chips-info .location-info a.active span {
  color: var(--grey-33);
}
.new-test-location .chips-info .location-info a.active span i {
  background: -webkit-linear-gradient(var(--brand-color-1), var(--brand-color-1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 991.98px) {
  .new-test-location .chips-info > span {
    padding: 2.5rem 0 2rem;
  }
}
.new-test-location .new-test-address .form-group {
  margin-bottom: 2rem;
}
.new-test-location .new-test-address input {
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border: 1px solid var(--grey-8);
}
.new-test-location .new-test-address input:focus {
  border-color: var(--light-blue-sky);
}
.new-test-location .new-test-address label {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--grey-31);
  font-family: "gothammedium";
}
.new-test-location .new-test-address .country-field {
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border: 1px solid var(--grey-8);
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-33);
  font-family: "gothammedium";
}
.new-test-location .new-test-address .invalid-value {
  margin-bottom: 1.5rem;
}
.new-test-location .new-test-address span {
  display: flex;
  border-top: 1px solid var(--grey-8);
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 500;
  color: var(--grey-33);
  padding: 3rem 0 3rem;
  font-family: "primeregular";
}
.new-test-location .new-test-address .button-wrapper {
  padding: 1rem 0 3rem;
}
.new-test-location .new-test-address .button-wrapper a {
  background-color: var(--grey-33);
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--white);
  border: 0;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  min-width: auto;
}
.new-test-location .new-test-address .t-ride-otp {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--grey-31);
  font-family: "gothammedium";
  margin: 0;
}
.new-test-location .new-test-address .form-control::-webkit-input-placeholder {
  color: var(--grey-6);
}
.new-test-location .new-test-address .form-control::-moz-placeholder {
  color: var(--grey-6);
}
.new-test-location .new-rtest-chipinfo .new-test-address .new-tride-head {
  padding: 4rem 0 1rem;
}
.new-test-location .new-rtest-chipinfo .new-test-address input {
  border: 1px solid var(--grey-8);
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
}
@media screen and (max-width: 991.98px) {
  .new-test-location {
    padding: 0rem 1.5rem 4rem;
  }
  .new-test-location .iqube-location .location {
    position: absolute;
    right: 0.2rem;
    top: 3rem;
    font-size: 2rem;
    line-height: 2.4rem;
    font-weight: 500;
    color: var(--grey-33);
  }
  .new-test-location .iqube-location span {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
  .new-test-location .location-chips {
    display: flex;
    overflow-x: auto;
  }
  .new-test-location .location-chips .new-rtest-chipinfo .new-test-address .primary-gradient-btn {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  .new-test-location .location-chips ul {
    flex-wrap: wrap;
    padding-bottom: 2rem;
  }
  .new-test-location .location-chips ul li {
    margin: 0rem 0.7rem 1rem 0rem;
  }
  .new-test-location .location-chips ul li a {
    font-size: 1.2rem;
    line-height: 1.6rem;
    line-height: inherit;
    padding: 0.6rem 1rem;
    height: 3rem;
  }
  .new-test-location .location-chips ul li a.active {
    line-height: inherit;
    padding: 0.6rem 1rem;
    height: 3rem;
  }
  .new-test-location .new-test-address .t-ride-otp {
    text-align: left;
  }
  .new-test-location .new-test-address span {
    font-size: 2.4rem;
    line-height: 2.8rem;
    padding: 3rem 0 2rem;
  }
  .new-test-location .variant-btn {
    padding-bottom: 5rem;
  }
  .new-test-location .btn-enquiry {
    margin-top: 0;
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  .new-test-location .new-rtest-chipinfo .chips-info {
    padding-bottom: 3.5rem;
  }
  .new-test-location .new-rtest-chipinfo .chips-info > span {
    font-size: 2.4rem;
    line-height: 2.8rem;
    font-family: "primeregular";
    padding: 3rem 0 2rem;
  }
  .new-test-location .new-rtest-chipinfo .chips-info .location-info {
    max-width: 27rem;
  }
  .new-test-location .new-rtest-chipinfo .chips-info .location-info a {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  .new-test-location .new-rtest-chipinfo .chips-info .location-info a span i {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}

.new-t-rides-cards {
  padding: 3rem 0 2rem;
}
.new-t-rides-cards .new-test-address .new-tride-head {
  padding: 3rem 0 2rem;
  text-align: left;
  margin-top: 0 !important;
}
.new-t-rides-cards .new-test-address .new-tride-head p {
  margin-bottom: 0;
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 500;
  color: var(--grey-33);
  font-family: "primeregular";
}
.new-t-rides-cards .new-test-address .form-group {
  margin-bottom: 2rem;
}
.new-t-rides-cards .ride-para {
  background-color: var(--pink-2);
  padding: 2rem;
  margin: 3rem 0rem;
  border-radius: 0rem;
  -webkit-border-radius: 0rem;
  -ms-border-radius: 0rem;
  -moz-border-radius: 0rem;
}
.new-t-rides-cards p {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-33);
  font-family: "gothammedium";
}
.new-t-rides-cards .location-info-cards {
  display: flex;
}
.new-t-rides-cards .location-cards .variant-card-infor {
  background: var(--white);
  border: 1px solid var(--grey-8);
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  padding: 2rem;
}
.new-t-rides-cards .location-cards .variant-card-infor p {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: var(--grey-33);
}
.new-t-rides-cards .location-cards .variant-card-infor i,
.new-t-rides-cards .location-cards .variant-card-infor .t-icon-timer {
  width: 2rem;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-33);
  background: -webkit-linear-gradient(var(--grey-33), var(--grey-33));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.new-t-rides-cards .location-cards .variant-card-infor .t-icon-distance {
  font-size: 1.7rem;
  line-height: 2.1rem;
  font-weight: 500;
}
.new-t-rides-cards .location-cards .variant-card-infor .t-icon-timer {
  font-size: 1.1rem;
  line-height: 1.5rem;
  font-weight: 900;
}
.new-t-rides-cards .location-cards .variant-card-infor .t-ride-location {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: var(--grey-33);
}
.new-t-rides-cards .location-cards .variant-card-infor .t-ride-Delivery {
  font-size: 1.1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: var(--grey-33);
}
.new-t-rides-cards .location-cards a.active .variant-card-infor {
  border: 1px solid var(--brand-color-1);
}
.new-t-rides-cards .location-cards a.active .variant-card-infor i,
.new-t-rides-cards .location-cards a.active .variant-card-infor .t-icon-timer {
  width: 2rem;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--brand-color-1);
  background: -webkit-linear-gradient(var(--brand-color-1), var(--brand-color-1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.new-t-rides-cards .location-cards a.active .variant-card-infor p {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: var(--brand-color-1);
}
.new-t-rides-cards .location-cards a.active .variant-card-infor .t-ride-location {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: var(--brand-color-1);
}
.new-t-rides-cards .variant-address {
  padding: 0rem;
  border-bottom: 1px solid var(--grey-8);
}
.new-t-rides-cards .variant-address .variant-card {
  margin-bottom: 3rem;
}
.new-t-rides-cards .variant-address .variant-card a {
  background: var(--grey-8);
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
}
.new-t-rides-cards .variant-address .variant-card a .variant-radio-card {
  border: 1px solid var(--grey-8);
  box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  min-height: 21rem;
  transform: translate3d(0px, -5px, 0);
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
  padding: 2rem 1.8rem 0rem;
}
.new-t-rides-cards .variant-address .variant-card a.active {
  background: var(--light-blue-sky);
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
}
.new-t-rides-cards .variant-address .variant-card a.active .variant-radio-card {
  box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  border: 1px solid var(--light-blue-sky);
}
.new-t-rides-cards .variant-address .variant-card a.active .large-text, .new-t-rides-cards .variant-address .variant-card a.active .icon-tvslogo-testride {
  color: var(--grey-33);
}
.new-t-rides-cards .variant-address .variant-card a.active .large-text-km {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--grey-31);
  font-family: "gothammedium";
}
.new-t-rides-cards .variant-address .variant-card a.active .icon-tvslogo-testride {
  background: -webkit-linear-gradient(var(--light-blue-sky), var(--light-blue-sky));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.2rem;
  line-height: 1.6rem;
}
.new-t-rides-cards .variant-address .variant-card a.active .small-icon {
  background: -webkit-linear-gradient(var(--grey-31), var(--grey-31));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 0.2rem 0.8rem 0 0rem;
}
.new-t-rides-cards .variant-address .variant-radio-card-inner {
  color: var(--grey-33);
}
.new-t-rides-cards .variant-address .variant-radio-card-inner .d-flex.justify-content-between {
  flex-direction: column;
}
.new-t-rides-cards .variant-address .variant-radio-card-inner .large-text {
  font-family: "gothammedium";
  padding-right: 0.3rem;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--grey-33);
  letter-spacing: normal;
}
.new-t-rides-cards .variant-address .variant-radio-card-inner .large-text strong {
  font-weight: 500;
  color: var(--grey-31);
}
.new-t-rides-cards .variant-address .variant-radio-card-inner .large-text-km {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--grey-31);
  padding-bottom: 1.8rem;
  font-family: "gothammedium";
}
.new-t-rides-cards .variant-address .variant-radio-card-inner .small-text {
  font-family: "gothammedium";
  padding-right: 0.3rem;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--grey-31);
  letter-spacing: normal;
}
.new-t-rides-cards .variant-address .variant-radio-card-inner .icon-tvslogo-testride {
  background: -webkit-linear-gradient(var(--grey-8), var(--grey-8));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 0 0 1rem;
  font-size: 1.2rem;
  line-height: 1.6rem;
}
.new-t-rides-cards .variant-address .variant-radio-card-inner .small-icon {
  background: -webkit-linear-gradient(var(--grey-33), var(--grey-33));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 0.2rem 0.8rem 0 0rem;
}
.new-t-rides-cards .variant-address .variant-radio-card-inner .small-icon .icon-tvs-phone {
  font-size: 1.4rem;
  line-height: 1.8rem;
}
.new-t-rides-cards .variant-address .chips-info {
  border-bottom: none;
  border-top: none;
  padding-top: 0rem;
}
.new-t-rides-cards .variant-address .chips-info span {
  padding: 0 0 2rem 0;
}
@media screen and (max-width: 991.98px) {
  .new-t-rides-cards .new-test-address .new-tride-head {
    padding: 3rem 0 2rem;
  }
  .new-t-rides-cards .new-test-address .new-tride-head p {
    text-align: left;
  }
  .new-t-rides-cards .ride-para {
    margin: 1rem 0 1rem;
  }
  .new-t-rides-cards p {
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 500;
    color: var(--grey-33);
    font-family: "gothammedium";
    text-align: left;
  }
  .new-t-rides-cards .variant-address {
    padding: 1rem 0 1.5rem;
  }
  .new-t-rides-cards .variant-address .variant-card {
    margin-bottom: 2rem;
  }
  .new-t-rides-cards .variant-address .variant-card a .small-text {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  .new-t-rides-cards .variant-address .variant-card a .large-text {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  .new-t-rides-cards .variant-address .variant-card a .large-text-km {
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 500;
    color: var(--grey-31);
  }
  .new-t-rides-cards .variant-address .variant-card a.active .large-text-km {
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 500;
    color: var(--grey-31);
  }
  .new-t-rides-cards .location-cards p {
    font-size: 1.5rem;
    line-height: 1.9rem;
  }
  .new-t-rides-cards .location-cards .variant-card-infor {
    padding: 1rem;
  }
  .new-t-rides-cards .location-cards .variant-card-infor p {
    font-size: 1.5rem;
    line-height: 1.9rem;
    font-weight: 500;
    color: var(--grey-33);
    margin-bottom: 0.2rem;
  }
  .new-t-rides-cards .location-cards .variant-card-infor .t-ride-location {
    font-size: 1.5rem;
    line-height: 1.9rem;
    font-weight: 500;
    color: var(--grey-33);
  }
  .new-t-rides-cards .location-info-cards {
    display: flex;
    overflow-x: auto;
  }
}

.new-t-rides-cards .variant-choose-day {
  padding-bottom: 2.44rem;
  border-bottom: 1px solid var(--grey-8);
}
.new-t-rides-cards .variant-choose-day .tride-choose-date {
  display: flex;
  flex-wrap: wrap;
}
.new-t-rides-cards .variant-choose-day .chips-info {
  border-bottom: none;
  border: 0;
}
.new-t-rides-cards .variant-choose-day .variant-date,
.new-t-rides-cards .variant-choose-day .variant-slots {
  width: 13rem;
  height: 6.5rem;
  margin-right: 1.9rem;
  margin-bottom: 2rem;
}
.new-t-rides-cards .variant-choose-day .variant-date .radio-card-inner,
.new-t-rides-cards .variant-choose-day .variant-slots .radio-card-inner {
  border: 1px solid var(--grey-8);
  background: var(--white);
  align-items: center;
  justify-content: center;
  transform: translate3d(0px, -3px, 0);
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
  width: 100%;
}
.new-t-rides-cards .variant-choose-day .variant-date .large-text,
.new-t-rides-cards .variant-choose-day .variant-slots .large-text {
  margin-bottom: 0;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-31);
  font-family: "gothammedium";
}
.new-t-rides-cards .variant-choose-day .variant-date .small-text,
.new-t-rides-cards .variant-choose-day .variant-slots .small-text {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--grey-31);
  font-family: "gothammedium";
}
.new-t-rides-cards .variant-choose-day .variant-date a,
.new-t-rides-cards .variant-choose-day .variant-slots a {
  background: var(--grey-8);
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 0.5rem;
}
.new-t-rides-cards .variant-choose-day .variant-date a span,
.new-t-rides-cards .variant-choose-day .variant-slots a span {
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
}
.new-t-rides-cards .variant-choose-day .variant-date a.disabled,
.new-t-rides-cards .variant-choose-day .variant-slots a.disabled {
  pointer-events: none;
}
.new-t-rides-cards .variant-choose-day .variant-date a.disabled span,
.new-t-rides-cards .variant-choose-day .variant-slots a.disabled span {
  color: rgb(118, 118, 118);
  border-color: rgb(118, 118, 118);
  cursor: none;
}
.new-t-rides-cards .variant-choose-day .variant-date a.radio-card.active,
.new-t-rides-cards .variant-choose-day .variant-slots a.radio-card.active {
  background: var(--light-blue-sky);
  border-radius: 0.5rem;
}
.new-t-rides-cards .variant-choose-day .variant-date a.radio-card.active .radio-card-inner,
.new-t-rides-cards .variant-choose-day .variant-slots a.radio-card.active .radio-card-inner {
  border: 1px solid var(--light-blue-sky);
  box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  background: var(--white);
}
.new-t-rides-cards .variant-choose-day .variant-date a.radio-card.active .radio-card-inner .large-text,
.new-t-rides-cards .variant-choose-day .variant-date a.radio-card.active .radio-card-inner .small-text,
.new-t-rides-cards .variant-choose-day .variant-slots a.radio-card.active .radio-card-inner .large-text,
.new-t-rides-cards .variant-choose-day .variant-slots a.radio-card.active .radio-card-inner .small-text {
  color: var(--grey-33);
}
.new-t-rides-cards .variant-choose-day .variant-slots .radio-card-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.new-t-rides-cards .t-ride-dealership {
  border-top: 1px solid var(--grey-8);
  padding: 3rem 0 0;
  margin-top: 3rem;
}
.new-t-rides-cards .t-ride-dealership .dealership-info {
  border-bottom: 0px solid var(--grey-6);
  padding-bottom: 2rem;
  margin-bottom: 0rem;
}
.new-t-rides-cards .t-ride-dealership .dealership-info span {
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 500;
  color: var(--grey-33);
  display: flex;
  font-family: "primeregular";
}
.new-t-rides-cards .t-ride-dealership .card-body {
  padding: 2rem;
}
.new-t-rides-cards .t-ride-dealership .card-body .media {
  margin-bottom: 1rem;
}
.new-t-rides-cards .t-ride-dealership .card-body .media i {
  background: -webkit-linear-gradient(var(--grey-31), var(--grey-31));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.6rem;
  line-height: 2rem;
  min-width: 2rem;
}
.new-t-rides-cards .t-ride-dealership .card-body .media i.icon-calender {
  font-size: 1.4rem;
  line-height: 1.8rem;
}
.new-t-rides-cards .t-ride-dealership .card-body .media-body p {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--grey-31);
  line-height: inherit;
  text-align: left;
}
.new-t-rides-cards .t-ride-dealership .card-body .media-body p.dealer-media {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-33);
  margin-bottom: 1rem;
  line-height: inherit;
}
.new-t-rides-cards .t-ride-dealership .card-body .select-info {
  margin: 0;
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: 300;
}
.new-t-rides-cards .t-ride-dealership .card-body .select-info b {
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: 600;
}
.new-t-rides-cards .t-ride-dealership .card-bg {
  margin-bottom: 2.3rem;
  border-radius: 0rem;
  -webkit-border-radius: 0rem;
  -ms-border-radius: 0rem;
  -moz-border-radius: 0rem;
  border: 1px solid var(--grey-8);
  background: linear-gradient(var(--white), var(--grey-8));
}
.new-t-rides-cards .acceptance label {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 400;
  color: var(--grey-33);
}
.new-t-rides-cards .acceptance label.custom-checkbox .checkmark {
  top: 50%;
}
@media screen and (max-width: 991.98px) {
  .new-t-rides-cards .new-tride-head {
    padding: 3rem 0 1rem;
  }
  .new-t-rides-cards .t-ride-dealership {
    padding: 3rem 0 1rem;
  }
  .new-t-rides-cards .t-ride-dealership .card-bg {
    margin-bottom: 0;
  }
  .new-t-rides-cards .variant-choose-day {
    padding-bottom: 1rem;
  }
  .new-t-rides-cards .variant-choose-day .tride-choose-date {
    max-width: 40rem;
    flex-wrap: wrap;
    display: flex;
  }
  .new-t-rides-cards .variant-choose-day .variant-date,
  .new-t-rides-cards .variant-choose-day .variant-slots {
    width: 15rem;
    height: 5.5rem;
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
  .new-t-rides-cards .variant-choose-day .variant-date .radio-card-inner,
  .new-t-rides-cards .variant-choose-day .variant-slots .radio-card-inner {
    padding: 1rem;
  }
  .new-t-rides-cards .variant-choose-day .variant-date .radio-card-inner .large-text,
  .new-t-rides-cards .variant-choose-day .variant-slots .radio-card-inner .large-text {
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 500;
  }
  .new-t-rides-cards .variant-choose-day .variant-date:nth-child(odd),
  .new-t-rides-cards .variant-choose-day .variant-slots:nth-child(odd) {
    margin-right: 1.5rem;
  }
  .new-t-rides-cards .acceptance label.custom-checkbox .checkmark {
    top: 40%;
  }
}

.t-ride-booked-section .payment-status {
  padding: 0;
}
.t-ride-booked-section .payment-status .txt-md {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 300;
  color: var(--grey-33);
  font-family: "gothammedium";
}
.t-ride-booked-section .payment-status .book-info {
  margin-bottom: 0;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-31);
  font-family: "gothammedium";
}
.t-ride-booked-section .rating-card {
  margin: 3rem auto 0;
  padding: 3.1rem 2rem;
  border-radius: 2rem;
}
.t-ride-booked-section .rating-card p {
  font-size: 1.5rem;
  line-height: 1.9rem;
  font-weight: 400;
  color: var(--grey-33);
}
.t-ride-booked-section .rating-card a {
  margin-right: 1.5rem;
}
.t-ride-booked-section .rating-card a:last-child {
  margin-right: 0;
}
.t-ride-booked-section .rating-card a i {
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 400;
  color: var(--grey-33);
}
.t-ride-booked-section .rating-card form .rating-star {
  display: flex;
  justify-content: center;
  margin: 3rem 0;
}
.t-ride-booked-section .rating-card form .rating-star input {
  display: none;
}
.t-ride-booked-section .rating-card form .rating-star input[type=radio]:checked ~ label:after {
  opacity: 1;
}
.t-ride-booked-section .rating-card form .rating-star label {
  display: block;
  cursor: pointer;
  width: 8rem;
  height: 7rem;
}
.t-ride-booked-section .rating-card form .rating-star label:before {
  content: "\e988";
  position: relative;
  display: block;
  font-size: 5rem;
  color: var(--grey-6);
  font-family: "icomoon" !important;
}
.t-ride-booked-section .rating-card form .rating-star label:after {
  content: "\e988";
  position: relative;
  top: -7.5rem;
  opacity: 0;
  display: block;
  font-size: 5rem;
  color: gold;
  transition: 0.5s;
  font-family: "icomoon" !important;
}
.t-ride-booked-section .rating-card form .rating-star label:hover:after {
  opacity: 1;
}
.t-ride-booked-section .rating-card form textarea {
  width: 80%;
  height: 15rem;
  border-radius: 1rem;
  border-color: #ccc;
  outline: none;
}
.t-ride-booked-section .rating-card form textarea::placeholder {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: var(--grey-6);
  padding: 0.5rem;
}

.test-ride-blogs .review-bg-wrap {
  background: none;
}

.test-ride-blogs .review-bg-wrap, .test-ride-review .review-bg-wrap {
  padding-top: 0;
}
.test-ride-blogs .review-bg-wrap .review-title, .test-ride-review .review-bg-wrap .review-title {
  margin-bottom: 1rem;
}
.test-ride-blogs .review-bg-wrap .review-title h2, .test-ride-review .review-bg-wrap .review-title h2 {
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 500;
  color: var(--grey-33);
  font-family: "primeregular";
  margin: 0;
  padding: 3rem 0rem 0rem;
}
.test-ride-blogs .review-bg-wrap .thumbnail-card .card, .test-ride-review .review-bg-wrap .thumbnail-card .card {
  max-width: 24.8rem;
  min-height: 32em;
  max-height: 32rem;
  border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  border: solid 1px var(--grey-8);
}
.test-ride-blogs .review-bg-wrap .thumbnail-card .card-img, .test-ride-review .review-bg-wrap .thumbnail-card .card-img {
  height: 13.3rem;
}
.test-ride-blogs .review-bg-wrap .thumbnail-card .card-img .defer-vedio, .test-ride-review .review-bg-wrap .thumbnail-card .card-img .defer-vedio {
  height: 13.3rem;
}
.test-ride-blogs .review-bg-wrap .thumbnail-card .card-body, .test-ride-review .review-bg-wrap .thumbnail-card .card-body {
  padding: 2rem 2rem 0rem 2rem;
}
.test-ride-blogs .review-bg-wrap .thumbnail-card .card-title, .test-ride-review .review-bg-wrap .thumbnail-card .card-title {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-33);
  margin-bottom: 1rem;
  font-family: "gothammedium";
}
.test-ride-blogs .review-bg-wrap .thumbnail-card .card-text, .test-ride-review .review-bg-wrap .thumbnail-card .card-text {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--grey-31);
}
.test-ride-blogs .review-bg-wrap .thumbnail-card .card-light-text, .test-ride-review .review-bg-wrap .thumbnail-card .card-light-text {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--grey-31);
}
.test-ride-blogs .review-bg-wrap .thumbnail-card .card-footer, .test-ride-review .review-bg-wrap .thumbnail-card .card-footer {
  margin-bottom: 2rem;
  padding: 0;
}
.test-ride-blogs .review-bg-wrap .thumbnail-card .card-footer .btn, .test-ride-review .review-bg-wrap .thumbnail-card .card-footer .btn {
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border: 1px solid var(--grey-33);
  padding: 0.6rem 2rem;
}
.test-ride-blogs .tab-content-section, .test-ride-review .tab-content-section {
  max-width: 86rem;
  margin: 0 auto;
  padding: 0 2rem;
}
.test-ride-blogs .tab-content-section .slick-prev,
.test-ride-blogs .tab-content-section .slick-next, .test-ride-review .tab-content-section .slick-prev,
.test-ride-review .tab-content-section .slick-next {
  border: 1px solid var(--grey-33);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  width: 3.5rem;
  height: 3.5rem;
}
.test-ride-blogs .tab-content-section .slick-prev, .test-ride-review .tab-content-section .slick-prev {
  left: -5.2rem;
}
.test-ride-blogs .tab-content-section .slick-next, .test-ride-review .tab-content-section .slick-next {
  right: -5.2rem;
}
.test-ride-blogs .see-all, .test-ride-review .see-all {
  margin-top: 3rem;
}
.test-ride-blogs .see-all .btn.primary-gradient-btn.btn-primary-reverse, .test-ride-review .see-all .btn.primary-gradient-btn.btn-primary-reverse {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--white);
  padding: 1.4rem 3rem;
  min-width: max-content;
}
@media screen and (max-width: 991.98px) {
  .test-ride-blogs .review-bg-wrap .review-title, .test-ride-review .review-bg-wrap .review-title {
    margin-bottom: 0;
  }
  .test-ride-blogs .review-bg-wrap .review-title h2, .test-ride-review .review-bg-wrap .review-title h2 {
    font-size: 1.8rem;
    line-height: 2.2rem;
    font-weight: 500;
    margin: 0;
    padding: 3rem 0rem 0.5rem 1rem;
  }
  .test-ride-blogs .review-bg-wrap .tabs-section, .test-ride-review .review-bg-wrap .tabs-section {
    margin-top: 1rem;
  }
  .test-ride-blogs .tab-content-section, .test-ride-review .tab-content-section {
    padding: 0 1rem 0rem 1rem;
  }
  .test-ride-blogs .tab-content-section .slider.slick-dotted.slick-slider, .test-ride-review .tab-content-section .slider.slick-dotted.slick-slider {
    margin-bottom: 0;
  }
  .test-ride-blogs .tab-content-section .slider .slick-prev:before, .test-ride-review .tab-content-section .slider .slick-prev:before {
    left: 0;
  }
  .test-ride-blogs .tab-content-section .slider .slick-next:before, .test-ride-review .tab-content-section .slider .slick-next:before {
    right: 0;
  }
}

.test-ride-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 0 0 0rem;
}
.test-ride-tabs .nav.nav-pills {
  border-bottom: 1px solid var(--grey-31);
  margin-bottom: 2rem;
}
.test-ride-tabs .nav.nav-pills .nav-item .nav-link {
  border-bottom: 3px solid transparent;
  padding: 0 3rem 1rem;
}
.test-ride-tabs .nav.nav-pills .nav-item .nav-link h3 {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: var(--grey-33);
  font-family: "gothammedium";
  padding: 0;
  margin: 0;
}
.test-ride-tabs .nav.nav-pills .nav-item .nav-link.active {
  border-bottom: 3px solid var(--grey-33);
}
@media screen and (max-width: 991.98px) {
  .test-ride-tabs {
    padding: 1rem 0 0 0rem;
  }
  .test-ride-tabs .nav.nav-pills {
    margin-bottom: 1rem;
  }
  .test-ride-tabs .nav.nav-pills .nav-item .nav-link {
    border-bottom: 2px solid transparent;
  }
  .test-ride-tabs .nav.nav-pills .nav-item .nav-link h3 {
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 500;
    color: var(--grey-33);
  }
  .test-ride-tabs .nav.nav-pills .nav-item .nav-link.active {
    border-bottom: 2px solid var(--grey-33);
  }
}

/* Timeline Icons CSS */
.test-ride-icons {
  padding: 0rem;
}
.test-ride-icons h2 {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: var(--grey-33);
  margin-bottom: 0;
  text-align: left;
  font-family: "gothammedium";
  position: absolute;
  top: 9rem;
  width: auto;
  z-index: 1;
  left: 7%;
}
.test-ride-icons .timeline-mobile {
  display: none;
}
.test-ride-icons .booking-gy-w, .test-ride-icons .booking-pb-w {
  width: 32%;
}
@media screen and (max-width: 991.98px) {
  .test-ride-icons {
    padding: 5rem 0 0 0;
  }
  .test-ride-icons h2 {
    font-size: 1.8rem;
    line-height: 2.2rem;
    padding: 5.5rem 0rem 0rem 1.5rem;
    text-align: left;
    max-width: 30rem;
    position: absolute;
    z-index: 1;
    top: 5rem;
    left: 0;
  }
  .test-ride-icons .timeline-mobile {
    display: flex;
    width: 100%;
  }
  .test-ride-icons .timeline-mobile .timeline-mobile-content {
    max-width: 100%;
  }
}
.test-ride-icons .book-banner-timeline {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  margin: 0rem 0 -7.5rem;
  position: relative;
}
.test-ride-icons .book-banner-timeline .inner-timeline {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 21rem;
  justify-content: flex-start;
  align-items: center;
}
.test-ride-icons .book-banner-timeline .inner-timeline h3 {
  margin: 0;
  padding: 1.5rem 0 0rem;
  font-size: 1.5rem;
  line-height: 1.9rem;
  font-weight: 500;
  color: var(--grey-33);
  font-family: "gothammedium";
}
.test-ride-icons .book-banner-timeline .inner-timeline h3.by-iqube {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
  color: var(--red-4);
}
.test-ride-icons .book-banner-timeline .inner-timeline h3.select-dealer {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
  color: var(--yellow-3);
}
.test-ride-icons .book-banner-timeline .inner-timeline h3.make-payment {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
  color: var(--lime-3);
}
.test-ride-icons .book-banner-timeline .inner-timeline h3.vehicle-delivery {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
  color: var(--light-blue-sky);
}
.test-ride-icons .book-banner-timeline .inner-timeline span {
  font-size: 1.3rem;
  line-height: 1.7rem;
  font-weight: 400;
  color: var(--grey-33);
  text-align: center;
  padding: 0.5rem 3rem 0;
}
.test-ride-icons .book-banner-timeline .inner-timeline:before {
  content: "";
  width: 70%;
  border-top: 1px dashed rgba(34, 34, 34, 0.3);
  display: inline-block;
  position: absolute;
  top: 25%;
  left: 78%;
}
.test-ride-icons .book-banner-timeline .inner-timeline:last-child:before {
  content: "";
  border-top: 0px dashed var(--border-grey-dark);
}
@media screen and (max-width: 991.98px) {
  .test-ride-icons .book-banner-timeline {
    display: none;
  }
}
.test-ride-icons .book-iqube-banner .booking-timeline .timeline-inner {
  position: relative;
}
.test-ride-icons .book-iqube-banner .booking-timeline .timeline-inner i {
  background: -webkit-linear-gradient(var(--tertiary-blue), var(--quaternary-dark-blue));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 7rem;
  font-weight: 500;
}
.test-ride-icons .book-iqube-banner .booking-timeline .timeline-inner i.icon-testride-location {
  margin-top: -0.75rem;
  background: -webkit-linear-gradient(var(--red-4), var(--red-4));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.test-ride-icons .book-iqube-banner .booking-timeline .timeline-inner i.icon-testride-mode {
  font-size: 6.5rem;
  background: -webkit-linear-gradient(var(--yellow-3), var(--yellow-3));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.test-ride-icons .book-iqube-banner .booking-timeline .timeline-inner i.icon-testride-slot {
  font-size: 6.5rem;
  background: -webkit-linear-gradient(var(--lime-3), var(--lime-3));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.test-ride-icons .book-iqube-banner .booking-timeline .timeline-inner i.icon-combine-book {
  margin-top: -1rem;
  background: -webkit-linear-gradient(var(--light-blue-sky), var(--light-blue-sky));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 991.98px) {
  .test-ride-icons .book-iqube-banner {
    background: transparent;
    padding: 0;
  }
}

.test-ride-mobile .country-field {
  width: 6rem;
}

.acceptance label {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--grey-31);
}
.acceptance text {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--grey-31);
  font-family: "gothammedium";
}
.acceptance text a {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--grey-31);
  font-family: "gothammedium";
}
.acceptance.acceptance-bg {
  background: rgba(232, 232, 232, 0.5);
  padding: 1.5rem;
  margin-top: 3rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.acceptance.acceptance-bg p {
  margin-bottom: 0;
  padding: 0;
}
.acceptance.long-lable .custom-checkbox .checkmark {
  top: auto;
}

.booking-variant-cancel {
  text-align: center;
  padding: 7rem 0 0rem;
}
.booking-variant-cancel h4 {
  font-size: 3rem;
  line-height: 3.4rem;
  font-weight: 300;
  color: var(--grey-33);
  margin-bottom: 2rem;
  font-family: "primeregular";
}
.booking-variant-cancel .status-icon {
  margin-bottom: 3rem;
}
.booking-variant-cancel .status-icon i {
  background: -webkit-linear-gradient(var(--red-4), var(--red-4));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 8rem;
}
.booking-variant-cancel .info-text {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
  color: var(--grey-33);
  font-family: "gothammedium";
  margin-bottom: 3rem;
}
.booking-variant-cancel .booking-form {
  max-width: 55rem;
  margin: 0 auto;
}
.booking-variant-cancel .booking-form .your-refund {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: var(--grey-33);
  padding: 0rem 3rem 2.5rem;
}
.booking-variant-cancel .take-me-back .btn.primary-gradient-btn.btn-sm {
  min-width: 20rem;
  padding: 1.2rem 2rem;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
  color: var(--white);
  margin: 0rem 1rem;
}
.booking-variant-cancel .for-more-info {
  font-size: 1.3rem;
  line-height: 1.7rem;
  font-weight: 400;
  color: var(--grey-33);
  padding: 3rem 0;
  border-top: 1px solid var(--grey-16);
  max-width: 75rem;
  margin: 3rem auto;
  text-align: center;
}
.booking-variant-cancel .for-more-info a {
  font-size: 1.3rem;
  line-height: 1.7rem;
  font-weight: 600;
  color: var(--grey-33);
}
@media screen and (max-width: 991.98px) {
  .booking-variant-cancel h4 {
    padding: 0 5rem;
  }
  .booking-variant-cancel .take-me-back {
    display: flex;
    flex-direction: column;
    max-width: 20rem;
    margin: 0 auto;
  }
  .booking-variant-cancel .take-me-back .btn.primary-gradient-btn.btn-sm {
    margin: 0rem 1rem 1rem;
    height: auto;
  }
  .booking-variant-cancel .for-more-info {
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 400;
    color: var(--grey-33);
    padding: 2rem 0;
    margin: 2rem auto;
  }
}

.emi-main {
  width: 100%;
  padding: 0 3rem 0;
  background-color: var(--white);
  border: 1px solid var(--grey-8);
}
.emi-main .collapse.show {
  padding-bottom: 0rem;
}
@media screen and (max-width: 991.98px) {
  .emi-main {
    padding: 0 3rem 0rem;
  }
  .emi-main .collapse.show {
    padding-bottom: 3rem;
  }
}

.emi-btn-view-details {
  display: flex;
  align-items: center;
  padding: 2rem 0rem;
  justify-content: space-between;
  width: 100%;
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: var(--grey-33);
}

.emi-collapsed {
  width: 100%;
  display: flex;
  justify-self: center;
  cursor: pointer;
}
.emi-collapsed a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.emi-collapsed a span {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: var(--grey-33);
  font-family: "gothammedium";
}
.emi-collapsed a[data-toggle=collapse] .icon-plus-circle:before {
  content: "\e938";
  font-size: 3.2rem;
  line-height: 3.6rem;
  font-weight: 500;
  color: var(--grey-33);
}
.emi-collapsed a[data-toggle=collapse].collapsed .icon-plus-circle:before {
  content: "\e937";
  font-size: 3.2rem;
  line-height: 3.6rem;
  font-weight: 500;
  color: var(--grey-33);
}
.emi-content {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-31);
  font-family: "gothammedium";
  padding: 2rem 0 2.5rem;
}
@media screen and (max-width: 991.98px) {
  .emi-content {
    padding: 2rem 0;
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}

.emi-sec .slider-bar > .loanamountbar > span {
  content: "";
  height: 4px;
  background-color: #53aad6;
  display: flex;
  width: 0;
}

.size_chart {
  display: none;
}

.relative {
  position: relative;
}

.emi-pricing-wrapper {
  height: auto;
  background: var(--white);
}
.emi-pricing-wrapper h1 {
  text-shadow: 0px 3px 4.9px rgba(0, 0, 0, 0.19);
}
.emi-pricing-wrapper .price-box {
  margin-top: 2px;
  border-radius: 0 0 0.6rem 0.6rem;
}
.emi-pricing-wrapper:nth-child(2) {
  margin-top: -1px;
}

.select-value {
  font-family: var(--font-gotham);
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
  color: var(--grey-33);
}
@media screen and (max-width: 991.98px) {
  .select-value {
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 500;
    color: var(--grey-33);
  }
}

.price-select .pin-input {
  width: 100%;
  outline: none;
}
.price-select .pin-input::placeholder {
  color: #2b71b8;
}
.price-select .select-box {
  height: 4.2rem;
  line-height: 3.8rem;
  border-radius: 2rem;
  -webkit-appearance: none;
  box-shadow: 0px 3px 6.8px 0.2px rgba(0, 0, 0, 0.15);
  border: solid 2px #e6e6e6;
  background-color: #fbfbfb;
  cursor: pointer;
  position: relative;
  z-index: 2;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 35px !important;
}

.emi-sec {
  z-index: 2;
}
.emi-sec.open {
  padding: 0 !important;
  margin-bottom: 3rem;
}
.emi-sec.open:after, .emi-sec.open:before {
  display: none;
}
.emi-sec:after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 2.1rem;
  border-top: 1.8rem solid #114161;
  border-left: 1.5rem solid transparent;
  left: -1.5rem;
}
.emi-sec:before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 2.1rem;
  border-top: 1.8rem solid #114161;
  right: -1.5rem;
  border-right: 1.5rem solid transparent;
}

@media (min-width: 992px) {
  .emi-sec:after {
    bottom: 0.6rem;
    border-top: 2.6rem solid #114161;
    border-left: 2.4rem solid transparent;
    left: -2.3rem;
  }
  .emi-sec:before {
    bottom: 0.4rem;
    border-top: 2.6rem solid #114161;
    right: -2.2rem;
    border-right: 2.2rem solid transparent;
  }
}
.emi-sec .heading-dis {
  width: 87%;
  margin: auto;
}

.emi-sec .calc-emi {
  margin: 0 -1.5rem;
  box-shadow: none;
  padding: 0 1.5rem;
  display: flex;
}
.emi-sec .calc-emi .box-border {
  background: var(--white);
  padding: 0 0 2rem;
  margin-left: 2rem;
}
.emi-sec .calc-emi .variant-btn {
  padding: 1rem 0 0;
}
.emi-sec .calc-emi .variant-btn li {
  display: inline-flex;
  justify-content: center;
  margin-right: 0rem;
  align-items: center;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border: 1px solid #d0d0d0;
  text-decoration: none;
  cursor: pointer;
}
.emi-sec .calc-emi .variant-btn li .icon-box {
  background: var(--grey-31);
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--white);
  height: 4rem;
  width: 4rem;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
}
.emi-sec .calc-emi .variant-btn li.loan-month {
  height: 3.4rem;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-33);
  font-family: "gothammedium";
}
.emi-sec .calc-emi .variant-btn.value-type input {
  border: 0;
  width: 10rem;
  background: transparent;
  text-align: center;
  margin-right: 3px;
  outline: none;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-33);
  font-family: "gothammedium";
}
.emi-sec .calc-emi .variant-btn.month-type input {
  border: 0;
  width: 3.3rem;
  background: transparent;
  text-align: center;
  margin-right: 0;
  outline: 0;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-33);
  font-family: "gothammedium";
}
.emi-sec .calc-emi .slider-bar {
  margin-top: 2rem;
}
.emi-sec .calc-emi .loan-detail {
  width: 100%;
  vertical-align: top;
  border-radius: 6px;
  margin-top: 3.2rem;
}
@media screen and (max-width: 991.98px) {
  .emi-sec .calc-emi {
    flex-wrap: wrap-reverse;
    display: flex;
    flex-direction: row-reverse;
    padding: 0 2rem;
  }
  .emi-sec .calc-emi .box-border {
    padding: 0rem 0 1rem;
    margin: 0 0rem;
  }
  .emi-sec .calc-emi .box-border + .box-border {
    padding: 2rem 0;
  }
  .emi-sec .calc-emi .loan-detail {
    margin-top: 2.5rem;
  }
  .emi-sec .calc-emi .variant-btn {
    padding: 0;
  }
  .emi-sec .calc-emi .variant-btn li {
    margin-right: 0rem;
  }
  .emi-sec .calc-emi .variant-btn li .icon-box {
    height: 3rem;
  }
  .emi-sec .calc-emi .variant-btn li.loan-month {
    height: 3rem;
    padding: 0 1rem 0 0;
  }
  .emi-sec .calc-emi .variant-btn.value-type input {
    width: 9rem;
  }
  .emi-sec .calc-emi .slider-bar {
    margin-top: 1rem;
  }
  .emi-sec .calc-emi .emi-slider-wrapper {
    width: 100%;
  }
  .emi-sec .calc-emi .emi-left-content {
    width: 100%;
    padding: 3rem 2.5rem 2rem;
    margin-top: 3rem;
  }
}

@media (min-width: 992px) {
  .emi-sec .calc-emi .calc-tab {
    width: 60%;
    display: inline-block;
    vertical-align: top;
  }
  .emi-sec .calc-emi .heading {
    width: auto;
    text-align: left;
  }
  .emi-sec .calc-emi .emi-slider-wrapper {
    width: 63%;
    display: inline-block;
    vertical-align: top;
  }
}
.emi-sec .calc-emi .calc-tab .heading {
  width: 20rem;
  text-align: center;
  margin: auto;
}
.emi-sec .calc-emi .variant-btn li.loan-month {
  height: 4rem;
  width: 15rem;
}
.emi-sec .calc-emi .variant-btn.value-type li {
  border: solid 2px #e6e6e6;
}
.emi-sec .calc-emi .variant-btn.value-type input::placeholder {
  color: #192841;
  font-weight: 500;
}
.emi-sec .calc-emi .variant-btn.month-type input {
  width: 4rem;
  height: 4rem;
}
.emi-sec .calc-emi .variant-btn.month-type input::placeholder {
  color: #192841;
  font-weight: 500;
}
.emi-sec .calc-emi .emi-slide .heading-wraper {
  justify-content: space-between;
  align-items: center;
  margin: 0rem;
}
.emi-sec .calc-emi .emi-slide .heading-wraper .variant-btn li {
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border: 1px solid #d0d0d0;
  cursor: default;
  overflow: hidden;
}
.emi-sec .calc-emi .emi-slide .loan-title {
  font-family: "gothammedium";
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-33);
}
.emi-sec .calc-emi .emi-slide .loan-title span {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 300;
  color: var(--grey-33);
}
@media screen and (max-width: 991.98px) {
  .emi-sec .calc-emi .emi-slide .heading-wraper {
    display: flex;
  }
  .emi-sec .calc-emi .variant-btn li.loan-month {
    height: 3rem;
    width: 13.5rem;
  }
  .emi-sec .calc-emi .variant-btn.month-type input {
    width: 4rem;
    height: 3rem;
    font-size: 1.5rem;
    line-height: 1.9rem;
    font-weight: 500;
    color: var(--grey-33);
  }
}

.emi-sec .calc-emi .emi-slide.loan-tenure .slider-bar .dot-number {
  width: 25%;
}

.emi-sec .calc-emi .emi-slide.loan-tenure .slider-bar .dot-number:first-child {
  position: absolute;
  left: 0;
}

.emi-sec .calc-emi .slider-bar .slider-bar {
  opacity: 0;
}

.emi-sec .calc-emi .slider-bar .ui-slider {
  border-radius: 1px;
  border: 0;
  background-color: rgba(0, 0, 0, 0.1);
  height: 11px;
  cursor: pointer;
  box-shadow: none;
  overflow: inherit;
  max-height: inherit;
  min-width: inherit;
  max-width: inherit;
  border-top: 4px solid var(--white);
  border-bottom: 4px solid var(--white);
}

.emi-sec .calc-emi .slider-bar .ui-slider-handle {
  padding: 1rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  top: -1rem;
  margin-left: 1.1rem;
  cursor: pointer;
  outline: none;
  transform: translate(-50%);
  background-color: var(--light-blue-sky);
}

@media (min-width: 1920px) {
  .emi-sec .calc-emi .slider-bar .ui-slider-handle {
    padding: 6px;
  }
}
.emi-sec .calc-emi .slider-bar .ui-slider-handle span {
  width: 4.2rem;
  height: 2.9rem;
  border-radius: 6px;
  -webkit-box-shadow: 0 4px 8.6px 0.5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 8.6px 0.5px rgba(0, 0, 0, 0.15);
  background-color: #2b99f7;
  color: #fff;
  position: absolute;
  top: -4.6rem;
  display: flex;
  left: -1.7rem;
  font-size: 1.6rem;
  justify-content: center;
  align-items: center;
  line-height: 16px;
  outline: none;
  cursor: default;
  display: none;
}

@media (min-width: 1920px) {
  .emi-sec .calc-emi .slider-bar .ui-slider-handle span {
    left: -1.5rem;
  }
}
.emi-sec .calc-emi .slider-bar .ui-slider-handle span:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  position: absolute;
  pointer-events: none;
  border-color: rgba(43, 113, 184, 0);
  border-top-color: #2b99f7;
  border-width: 6px;
  margin-left: -6px;
  margin-top: -1px;
}
.emi-sec .calc-emi .slider-bar .slide-number {
  display: flex;
}
.emi-sec .calc-emi .slider-bar .dot-number {
  position: relative;
  padding-top: 2rem;
  min-width: 5%;
  display: flex;
  justify-content: flex-end;
}
.emi-sec .calc-emi .slider-bar .dot-number span {
  width: 2rem;
  text-align: center;
  margin-right: -6px;
  display: none;
}
.emi-sec .calc-emi .slider-bar .dot-number:first-child {
  position: absolute;
  display: block;
  left: 1rem;
}
.emi-sec .calc-emi .slider-bar .dot-number:first-child span {
  margin: 0 0 0 -0.5rem;
  left: -6px;
  display: block;
}
.emi-sec .calc-emi .slider-bar .dot-number:first-child:after {
  left: 0;
  right: auto;
}
.emi-sec .calc-emi .slider-bar .dot-number:last-child span {
  margin: 0 0 0 -0.5rem;
  left: -6px;
  display: block;
}
.emi-sec .calc-emi .slider-bar .month.dot-number:first-child span {
  margin: 0;
  left: -6px;
  display: block;
}
.emi-sec .calc-emi .slider-bar .month.dot-number:last-child span {
  display: block;
}
.emi-sec .calc-emi .loan-detail .amount-wrapper {
  flex-wrap: wrap;
}
.emi-sec .calc-emi .center-border:after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  max-width: 33rem;
  margin: 0.6rem auto 0;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 50%, rgba(255, 255, 255, 0) 100%);
}

@media screen and (max-width: 991.98px) {
  .emi-sec .calc-emi .slider-bar .dot-number span {
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 500;
    color: var(--grey-33);
    display: none;
  }
}
@media (min-width: 992px) {
  .emi-sec .calc-emi .slider-bar .dot-number span {
    position: relative;
    text-align: center;
    font-family: var(--font-gotham);
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 500;
    color: var(--grey-33);
  }
  .emi-sec .calc-emi .slider-bar .month.dot-number span {
    display: none;
    position: relative;
    text-align: center;
    font-family: var(--font-gotham);
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 500;
    color: var(--grey-33);
  }
  .emi-sec .calc-emi .loan-detail {
    border-radius: 0px;
    margin-top: 0;
    display: inline-block;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 0 0 0 2rem;
  }
  .emi-sec .calc-emi .loan-detail .amount-wrapper {
    flex-direction: column;
  }
}
.month.dot-number:after > .select-value {
  background: #00ff00;
  content: "";
}

@media (min-width: 576px) and (max-width: 768px) {
  .emi-sec .calc-emi .loan-detail {
    background-position: 1.5rem 0;
    background-size: 100%;
  }
}
.bike-variant {
  min-width: 215px;
  display: inline-block;
}

@media (min-width: 576px) and (max-width: 992px) {
  .emi-breakup-pop .modal-header .close {
    top: 13px;
    right: 13px;
    margin: 0;
    padding: 0;
  }
}
.emi-breakup-pop .modal-dialog {
  max-width: initial;
  border-radius: 1rem;
  box-shadow: 0px -2px 79.2px 7.8px rgba(0, 0, 0, 0.42);
  margin: 4.6rem auto 0;
  width: calc(100% - 30px);
}

@media (min-width: 576px) and (max-width: 992px) and (orientation: landscape) {
  .emi-breakup-pop .modal-dialog {
    width: 80%;
  }
}
@media (min-width: 992px) {
  .emi-breakup-pop .modal-dialog {
    width: 50%;
  }
}
@media (min-width: 1366px) {
  .emi-breakup-pop .modal-dialog {
    width: 37.18%;
  }
}
.emi-breakup-pop .modal-dialog .modal-content {
  border-radius: 1rem;
}

.emi-breakup-pop .yealy-breckup {
  border: solid 1px #dddddd;
  border-radius: 1rem;
  box-shadow: 0px 4px 8.6px 0.5px rgba(0, 0, 0, 0.15);
  margin: 1.6rem 0 2.8rem;
}

.emi-breakup-pop .yealy-breckup .heading {
  background: rgba(43, 113, 184, 0.1);
  justify-content: space-between;
  border-radius: 1rem 1rem 0 0;
}

.emi-breakup-pop .yealy-breckup .heading li {
  width: 26%;
}

@media (min-width: 992px) {
  .emi-breakup-pop .yealy-breckup .heading li {
    width: 25%;
  }
}
.emi-breakup-pop .yealy-breckup .heading li:first-child {
  width: 22%;
}

@media (min-width: 992px) {
  .emi-breakup-pop .yealy-breckup .heading li:first-child {
    width: 15.5%;
  }
}
.emi-breakup-pop .yealy-breckup .sub-heading li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.emi-breakup-pop .yealy-breckup .sub-heading li:last-child {
  border-bottom: 0;
}

.emi-breakup-pop .yealy-breckup .sub-heading li .emi-cell {
  width: 26%;
}

@media (min-width: 992px) {
  .emi-breakup-pop .yealy-breckup .sub-heading li .emi-cell {
    width: 25%;
  }
}
.emi-breakup-pop .yealy-breckup .sub-heading li .emi-cell:first-child {
  width: 22%;
  padding-left: 1.6rem;
}

@media (min-width: 992px) {
  .emi-breakup-pop .yealy-breckup .sub-heading li .emi-cell:first-child {
    width: 15.5%;
  }
}
.emi-breakup-pop .yealy-breckup .sub-heading li .emi-cell i {
  font-style: normal;
}

.h-100 {
  height: 100%;
}

.w-100 {
  width: 100%;
}

.monthly-emi {
  display: flex;
  flex-direction: column;
}
.monthly-emi h4 {
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-33);
  font-family: "gothammedium";
}
.downpayment-simbol span {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: var(--grey-33);
}
@media screen and (max-width: 991.98px) {
  .downpayment-simbol span {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}

.downpayment-amount {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.downpayment-amount .downpayment {
  display: flex;
  flex-direction: column;
}
.downpayment-amount .downpayment h4 {
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-33);
  font-family: "gothammedium";
}
@media screen and (max-width: 991.98px) {
  .downpayment-amount .downpayment {
    max-width: 55%;
  }
}

.loan-amount {
  display: flex;
  justify-content: space-between;
  padding: 2.5rem 0 0;
}

.process-fee {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--grey-31);
  font-family: "gothammedium";
  text-align: left;
}
@media screen and (max-width: 991.98px) {
  .process-fee {
    font-size: 1rem;
    line-height: 1.4rem;
  }
}

.emi-left-content {
  width: 50%;
  background: var(--light-blue-sky);
  padding: 5.5rem 4.5rem 2rem 7rem;
}
.emi-left-content ul {
  list-style: none;
  padding-left: 0;
}
.emi-left-content ul li {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--white);
  font-family: "gothammedium";
  align-items: center;
}
.emi-left-content ul li::before {
  content: "\e919";
  font-family: icomoon;
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.9rem;
  font-weight: 400;
  color: var(--white);
  padding-right: 1rem;
}
.emi-left-content ul li + li {
  margin-top: 1.5rem;
}
.emi-left-content h3 {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--white);
  font-family: var(--font-gotham);
  padding: 0rem 0rem 2rem;
  margin: 0rem 0 2rem;
  border-bottom: 1px solid var(--white);
}
.emi-left-content p {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--white);
  font-family: var(--font-gotham);
  padding: 1rem 0rem 0.5rem;
  text-align: center;
  margin: 0;
}
.emi-left-content .emi-img {
  padding: 2rem 0 0;
  width: 25rem;
}
.emi-left-content .emi-img img {
  max-width: 100%;
}

/*# sourceMappingURL=pricing.css.map */
.choose-model {
  display: flex;
  justify-content: space-between;
  padding: 4rem 0rem 4rem;
  align-items: center;
  border-bottom: 1px solid var(--font-very-light-grey);
  margin: 0 4rem;
}
.choose-model .your-model {
  font-family: var(--font-gotham);
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 300;
  color: var(--grey-33);
}
.choose-model .select-model span {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 500;
  color: var(--grey-33);
}
.choose-model .select-model select {
  font-family: var(--font-gotham);
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 500;
  color: var(--grey-33);
  border: 0;
}
.choose-model .select-model select:focus-visible {
  outline: none;
}
.choose-model .select-model .size_chart.selectAmt {
  display: block;
  font-family: var(--font-gotham);
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
  color: var(--grey-33);
}

.bank-tab {
  display: flex;
  justify-content: flex-end;
}
.bank-tab .js-bank-selection {
  border: 1px solid #1d1d1d;
  padding: 4px 20px;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 6px 6px;
}
.bank-tab .js-bank-selection.active {
  background: #1d1d1d;
  color: #fff;
}

.disabled,
.disabled:after {
  opacity: 0.2;
}

.emiBox {
  cursor: pointer;
  width: 100%;
  display: none;
  margin-top: -2rem;
}

.icon-plus-circle:before {
  content: "\e937";
  font-size: 3.2rem;
  line-height: 3.6rem;
  font-weight: 500;
  color: var(--grey-33);
}
@media screen and (max-width: 767.98px) {
  .icon-plus-circle:before {
    font-size: 2.5rem;
    line-height: 2.9rem;
  }
}

.icon-minus-circle:before {
  content: "\e938";
  font-size: 3.2rem;
  line-height: 3.6rem;
  font-weight: 500;
  color: var(--grey-33);
}
@media screen and (max-width: 767.98px) {
  .icon-minus-circle:before {
    font-size: 2.5rem;
    line-height: 2.9rem;
  }
}

.rf-tabs {
  margin: 2rem 2rem 2rem 0;
}
.rf-tabs .responsive-tabs {
  display: block;
  overflow-x: auto;
  min-width: 100%;
  padding: 1rem 1rem 0;
}
.rf-tabs .tab-content {
  padding: 0 1rem;
}
.rf-tabs .nav {
  background: var(--white);
  box-shadow: var(--tabs-shadow);
  -webkit-box-shadow: var(--tabs-shadow);
  -ms-box-shadow: var(--tabs-shadow);
  -moz-box-shadow: var(--tabs-shadow);
  padding: 0.4rem;
  border-radius: 2.1rem;
  -webkit-border-radius: 2.1rem;
  -ms-border-radius: 2.1rem;
  -moz-border-radius: 2.1rem;
  font-family: "gothammedium";
  display: inline-flex;
  margin-bottom: 3rem;
  white-space: nowrap;
  display: inline-block;
}
.rf-tabs .nav-link {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-33);
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -moz-border-radius: 2rem;
  padding: 0.8rem 2.5rem;
}
.rf-tabs .nav-link.active {
  background: var(--light-blue-sky);
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--white);
}
.rf-tabs .nav-item {
  display: inline-block;
}
@media screen and (max-width: 767.98px) {
  .rf-tabs {
    margin: 1rem 0;
  }
  .rf-tabs .tab-content {
    padding: 0;
    margin-bottom: 10rem;
  }
  .rf-tabs .responsive-tabs {
    margin: 0 -1.5rem 2rem -1.5rem;
    display: block;
    overflow-x: auto;
    min-width: 100%;
  }
  .rf-tabs .nav {
    margin: 0.5rem 0.8rem 0;
  }
}

.right-panel {
  background: var(--grey-11);
  padding: 2rem;
}

.customer-care-section {
  font-family: "gothammedium";
  background: var(--white);
  margin-top: 2rem;
}
.customer-care-section .inner-section {
  padding: 2rem;
}
.customer-care-section .inner-section p {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 400;
  color: var(--grey-33);
}
.customer-care-section .inner-section .contact-detail i {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: var(--grey-33);
  margin-right: 1.5rem;
}
.customer-care-section .inner-section .contact-detail span, .customer-care-section .inner-section .contact-detail a {
  font-size: 1.5rem;
  line-height: 1.9rem;
  font-weight: 400;
  color: var(--light-blue-sky);
}
.customer-care-section .inner-section .contact-detail p {
  font-size: 1.3rem;
  line-height: 1.7rem;
  font-weight: 400;
  color: var(--grey-33);
}

.user-edit-view {
  padding: 2rem;
}
.user-edit-view i {
  font-size: 4rem;
  line-height: 4.4rem;
  font-weight: 400;
  color: var(--grey-33);
  margin-right: 1rem;
}
.user-edit-view span {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: var(--grey-33);
}
.user-edit-view .dropdown i, .user-edit-view .action-dropdown i {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: var(--grey-33);
}

.map-box {
  border: 1px solid var(--grey-6);
}

.map-location {
  padding: 1.5rem 2rem 1.5rem 3rem;
}

.dealer-add label {
  font-size: 1.3rem;
  line-height: 1.7rem;
  font-weight: 400;
  color: var(--grey-2);
}
.dealer-add span {
  font-size: 1.5rem;
  line-height: 1.9rem;
  font-weight: 500;
  color: var(--grey-33);
}
.dealer-add + .dealer-add {
  margin-top: 1.2rem;
}

.bike-summary {
  margin: 2rem 0 2.5rem 0;
  border: 1px solid var(--grey-6);
  padding: 2rem 0;
  position: relative;
  background-image: url(../images/waves.png);
  background-repeat: no-repeat;
  background-position: left top 7%;
  background-repeat: no-repeat;
  background-size: auto 6rem;
  padding-top: 3rem;
}
.bike-summary.half-border {
  border-left: none;
  border-right: none;
  margin-top: 1rem;
  background-image: none;
}
.bike-summary > .double-border {
  width: 100%;
  display: contents;
}
.bike-summary > .double-border:after {
  height: 6px;
  width: 100.4%;
  left: -4px;
  bottom: 0;
  transform: translateY(100%) skewx(315deg);
  content: "";
  background-color: var(--brand-color-pink);
  position: absolute;
}
.bike-summary > .double-border:before {
  width: 6px;
  height: 100%;
  left: -6px;
  top: 2px;
  transform: skewy(315deg);
  content: "";
  background-color: var(--brand-color-pink);
  position: absolute;
}
.bike-summary .selected-bike img {
  max-height: 23rem;
}
.bike-summary ul {
  width: 100%;
  padding-left: 0;
}
.bike-summary li {
  justify-content: space-between;
  margin-bottom: 1.6rem;
}
.bike-summary.profile {
  padding: 3rem 2rem;
  margin-top: 0.5rem;
  background-image: url(../images/lines.png);
  background-repeat: no-repeat;
  background-position: right -4% bottom 12%;
  background-repeat: no-repeat;
  background-size: auto 4rem;
  padding-top: 3rem;
}
.bike-summary.profile > .double-border:after {
  background-color: var(--brand-color);
}
.bike-summary.profile > .double-border:before {
  background-color: var(--brand-color);
}

.confrmed-chip {
  font-size: 1.3rem;
  line-height: 1.7rem;
  font-weight: 500;
  color: var(--color-midnight-lime);
  padding: 0.4rem 1rem;
  border: 1px solid var(--color-midnight-lime);
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  display: flex;
  align-items: center;
}
.confrmed-chip i {
  font-size: 1.5rem;
  line-height: 1.9rem;
  margin-right: 1rem;
}
.confrmed-chip + .confrmed-chip {
  margin-left: 1rem;
}

.edit-header {
  border-bottom: 1px solid var(--grey-6);
  padding-bottom: 1rem;
}
.edit-header h5 {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 500;
  color: var(--grey-33);
}
.edit-header p {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-33);
  margin-bottom: 0;
}

.booking-colour p {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-33);
  margin-bottom: 0;
}

.colour-dot {
  height: 1.5em;
  width: 1.5rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  display: inline-block;
  margin-right: 1rem;
  box-shadow: var(--shadow-xs);
  -webkit-box-shadow: var(--shadow-xs);
  -ms-box-shadow: var(--shadow-xs);
  -moz-box-shadow: var(--shadow-xs);
}

.goto-link {
  cursor: pointer;
  font-family: "gothammedium";
}
.goto-link .arrow-i {
  width: 0;
  height: 0;
  border-top: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
  border-left: 0.7rem solid var(--grey-33);
  padding-right: 0.5rem;
}
.goto-link a {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--grey-33);
}

.timeline-info h5 {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: var(--grey-33);
}
.timeline-info > span {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-33);
}

.welcome-text h1 {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: var(--grey-33);
  font-family: "primeregular";
  margin-bottom: 1rem;
}
.welcome-text p {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--grey-33);
  font-family: "gothammedium";
}
.welcome-text.with-border {
  border-bottom: 1px solid var(--grey-6);
  margin-bottom: 2rem;
  padding-bottom: 1rem;
}

.tm-c {
  padding: 2rem 0;
}
.tm-c a, .tm-c .btn {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--light-blue-sky);
}

.section-title {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
  color: var(--grey-33);
  padding: 1.5rem 2rem;
  border-bottom: 1px solid var(--grey-7);
}

.section-title-sm {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
  color: var(--grey-33);
  padding: 1.5rem 2rem;
}

.gradient-card {
  border: 1px solid var(--grey-6);
  padding: 2.5rem 3rem;
  background: linear-gradient(to bottom, var(--white), var(--grey-8));
}
.gradient-card .loan-pay i {
  font-size: 4rem;
  line-height: 4.4rem;
  font-weight: 500;
  color: var(--grey-31);
  margin-right: 2rem;
}
.gradient-card .loan-pay span {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: var(--grey-33);
  font-family: "gothammedium";
}
.gradient-card .wrapper-div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gradient-card .bank-logo {
  width: 100%;
}
.gradient-card .bank-logo img {
  max-height: 3rem;
}
.gradient-card .loan-bank {
  font-family: "gothammedium";
  width: 100%;
}
.gradient-card .loan-bank label {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--grey-33);
  display: block;
}
.gradient-card .loan-bank span {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-33);
}
.gradient-card .loan-bank a {
  font-size: 1.2rem;
}
.gradient-card.with-tmc {
  padding: 2.5rem 3rem 0;
}
.gradient-card .loan-r2 {
  border-top: 1px solid var(--grey-6);
  margin-top: 3rem;
  padding: 1.5rem 0;
}
.gradient-card .loan-r2 span {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 600;
  color: var(--grey-33);
}
.gradient-card .loan-r2 .tm-c {
  padding: 1rem 0;
}
.gradient-card + .gradient-card {
  margin-top: 2rem;
}

.separator {
  border-top: 1px solid var(--grey-6);
  margin: 2rem 0;
}

.payment-card {
  border: 1px solid var(--grey-6);
}
.payment-card .colour-done {
  background: var(--brand-color);
  padding: 0.5rem;
}
.payment-card .colour-timer {
  background: var(--brand-color-yellow);
  padding: 0.5rem;
}
.payment-card .content-side {
  padding: 1.2rem;
  min-height: 7rem;
}
.payment-card .content-side span {
  font-size: 1.9rem;
  line-height: 2.3rem;
  font-weight: 500;
  color: var(--grey-33);
}
.payment-card .content-side label {
  font-size: 1.3rem;
  line-height: 1.7rem;
  font-weight: 500;
  color: var(--grey-33);
}
.payment-card .content-side .pay-info {
  margin-top: 0.5rem;
}
.payment-card .content-side .pay-info span {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 400;
  color: var(--grey-33);
}
.payment-card i {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 500;
  color: var(--grey-33);
}

.vertical-arrow i {
  font-size: 4rem;
  line-height: 4.4rem;
  font-weight: 500;
  color: var(--grey-33);
}

.payment-query {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--grey-33);
  font-family: "gothammedium";
  margin: 2rem 0;
}
.payment-query .option-wrap {
  display: flex;
}
.payment-query .options {
  padding-right: 2rem;
}
.payment-query .options a {
  padding-left: 1rem;
}

.varient {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 500;
  color: var(--grey-33);
  font-family: "gothammedium";
  padding: 1.5rem 0;
}

.outline-btn-sm {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-33);
  border-radius: 1.8rem;
  -webkit-border-radius: 1.8rem;
  -ms-border-radius: 1.8rem;
  -moz-border-radius: 1.8rem;
  padding: 0.8rem 2rem;
  min-width: auto;
  border: 1px solid var(--grey-33);
}

.fill-btn-sm {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--white);
  border-radius: 1.8rem;
  -webkit-border-radius: 1.8rem;
  -ms-border-radius: 1.8rem;
  -moz-border-radius: 1.8rem;
  padding: 0.8rem 2rem;
  min-width: auto;
  background: var(--grey-33);
  border: 1px solid var(--grey-33);
}
.fill-btn-sm:hover, .fill-btn-sm:focus, .fill-btn-sm:active {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--white);
}

.vertical-arrow {
  display: flex;
  align-items: center;
  margin: 0 3rem 0 1rem;
}
.vertical-arrow i {
  width: 1.5rem;
}
.vertical-arrow i:first-child {
  opacity: 0.5;
}

.with-arrow {
  margin-right: 9rem;
}

.profile-data label {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--grey-29);
  display: block;
}
.profile-data span {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-33);
}
.profile-data + .profile-data {
  margin-top: 1rem;
}

.actions .btn + .btn {
  margin-left: 1rem;
}

.label-txt {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--grey-31);
  margin-top: -1rem;
}

.fraud-alert {
  border: 1px solid var(--grey-6);
  padding: 0.5rem 2rem 0.5rem 0.5rem;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--grey-31);
  font-family: "gothammedium";
}
.fraud-alert .icon-img {
  background: var(--grey-8);
  padding: 1rem;
  margin-right: 1rem;
}
.fraud-alert .icon-img i {
  font-size: 2.5rem;
  line-height: 2.9rem;
  font-weight: 400;
  color: var(--grey-6);
}
.fraud-alert label {
  margin-right: 0.6rem;
  margin-bottom: 0;
  display: inline;
}
.fraud-alert .close {
  font-size: 2.5rem;
  line-height: 2.9rem;
  font-weight: 400;
  color: var(--grey-31);
  padding: 0 0.8rem;
}

@media screen and (max-width: 767.98px) {
  .bike-summary.profile {
    background-position: right -15% bottom -10%;
  }
  .right-panel {
    padding: 0;
    margin-top: 3rem;
    border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
  }
  .edit-header h5 {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  .colour-dot {
    height: 1.3em;
    width: 1.3rem;
  }
  .gradient-card {
    padding: 2rem 1.5rem;
  }
  .gradient-card .loan-pay i {
    font-size: 2.5rem;
    line-height: 2.9rem;
    margin-right: 1rem;
  }
  .gradient-card .loan-pay span {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  .gradient-card .wrapper-div {
    display: block;
  }
  .gradient-card .bank-logo {
    margin-bottom: 2rem;
  }
  .gradient-card .bank-logo img {
    max-height: 2.5rem;
  }
  .gradient-card + .gradient-card {
    margin-top: 1.5rem;
  }
  .gradient-card.with-tmc {
    padding: 2rem 1.5rem 0;
  }
  .gradient-card .loan-r2 {
    margin-top: 3rem;
    padding: 1rem 0;
  }
  .gradient-card .loan-r2 .tm-c {
    padding: 1rem 0;
  }
  .payment-query {
    margin: 2rem 0;
  }
  .payment-query .option-wrap {
    display: block;
  }
  .payment-query .options a {
    padding-left: 1rem;
  }
  .payment-query .options + .options {
    padding-top: 1rem;
  }
  .with-arrow {
    display: block;
    margin-right: 0;
  }
  .vertical-arrow {
    align-items: center;
    justify-content: center;
    transform: rotate(90deg);
    margin-bottom: 2rem;
  }
  .vertical-arrow i {
    width: 1rem;
    font-size: 3rem;
    line-height: 3.4rem;
  }
  .confrmed-chip + .confrmed-chip {
    margin-left: 0;
    margin-top: 1rem;
  }
  .varient {
    padding: 1rem 0;
  }
  .payment-card .full-height {
    min-height: 11rem;
  }
  .label-txt {
    margin-bottom: 2rem;
  }
}
.rf-accordian .card {
  background-color: transparent;
  border: 0px solid rgba(0, 0, 0, 0.125);
  border: solid 1px var(--grey-8);
}
.rf-accordian .card:has(> div.show) {
  box-shadow: var(--acc-shadow);
  -webkit-box-shadow: var(--acc-shadow);
  -ms-box-shadow: var(--acc-shadow);
  -moz-box-shadow: var(--acc-shadow);
}
.rf-accordian .card .card-body {
  margin: 0;
  padding: 2.5rem 2rem;
  border-top: solid 1px var(--grey-6);
}
.rf-accordian .card .card-header {
  border-bottom: none;
}
.rf-accordian .card .card-header a {
  padding: 1.5rem 2rem;
}
.rf-accordian .card .card-header a.card-link {
  display: flex;
  justify-content: space-between;
  font-size: 1.6rem;
  align-items: center;
}
.rf-accordian .card .card-header a.card-link i.icon-arrow-down:before, .rf-accordian .card .card-header a.card-link i.icon-arrow-up:before {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 700;
  color: var(--grey-33);
}
@media screen and (max-width: 767.98px) {
  .rf-accordian .card .card-header a.card-link i.icon-arrow-down:before, .rf-accordian .card .card-header a.card-link i.icon-arrow-up:before {
    font-size: 1.5rem;
    line-height: 1.9rem;
  }
}
.rf-accordian .card .card-header.main-title {
  padding: 0;
  background-color: var(--white);
  position: relative;
}
.rf-accordian .card .card-header.main-title.last {
  margin-bottom: 0rem;
}
.rf-accordian .card .card-header.main-title a {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 300;
  color: var(--grey-33);
  font-family: "gothammedium";
}
@media screen and (max-width: 767.98px) {
  .rf-accordian .card .card-header.main-title a {
    font-size: 1.7rem;
    line-height: 2.1rem;
    display: flex;
    align-items: flex-start;
  }
}
.rf-accordian .card + .card {
  margin-top: 2rem;
}

.your-avail p {
  padding: 0rem 0rem 1.2rem 1.2rem;
  margin: 0rem;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--grey-31);
  font-family: "gothammedium";
}

.welcome-text h6 {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: var(--light-blue-sky);
  font-family: "gothammedium";
  padding: 0.5rem 0rem;
}
.welcome-text .kyc-cont {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--grey-31);
}

.gradient-card {
  position: relative;
}
.gradient-card .loan-pay i.icon-checkmark-circle {
  font-size: 3rem;
}
.gradient-card .completed {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
  color: var(--color-midnight-lime);
}
.gradient-card .pending {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: #feb421;
  padding-right: 2rem;
}
.gradient-card .points-gradient {
  position: absolute;
  top: 0.5rem;
  left: 1rem;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--grey-33);
}
@media screen and (max-width: 991.98px) {
  .gradient-card .loan-r2 span + span {
    display: block;
  }
  .gradient-card .pending {
    padding-bottom: 0.5rem;
    text-align: center;
  }
}

.adminActions {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 999;
}

.adminButton {
  height: 60px;
  width: 60px;
  background-color: var(--grey-33);
  border-radius: 50%;
  display: block;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
}

.adminToggle:checked ~ .adminButton {
  background: var(--white);
  border: 2px solid var(--grey-29);
}
.adminToggle:checked ~ .adminButton i {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: var(--grey-29);
}

.adminButton i {
  font-size: 3rem;
}

.adminButtons {
  position: absolute;
  width: 100%;
  bottom: 120%;
  text-align: center;
  visibility: hidden;
}

.adminButtons a {
  display: block;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  text-decoration: none;
  margin: 10px auto 0;
  line-height: 1.15;
  background-color: var(--grey-33);
  opacity: 0;
  visibility: hidden;
  position: relative;
  box-shadow: var(--acc-shadow);
  -webkit-box-shadow: var(--acc-shadow);
  -ms-box-shadow: var(--acc-shadow);
  -moz-box-shadow: var(--acc-shadow);
  box-shadow: 0 0 5px 1px rgba(51, 51, 51, 0.3);
}

.adminButtons a:hover {
  transform: scale(1.05);
}

.adminActions a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3rem;
  line-height: 3.4rem;
  font-weight: 400;
  color: var(--white);
}

.adminToggle {
  -webkit-appearance: none;
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: none;
  z-index: 2;
  transition: box-shadow 0.2s ease-in-out;
  box-shadow: 0 3px 5px 1px rgba(51, 51, 51, 0.3);
}

.adminToggle:hover {
  box-shadow: 0 3px 6px 2px rgba(51, 51, 51, 0.3);
}

.adminToggle:checked ~ .adminButtons a {
  opacity: 1;
  visibility: visible;
}

.icon-close {
  display: none;
  font-size: 2rem;
}

.searchbox label {
  z-index: 99;
}
.searchbox option:first-child {
  display: none;
}

.chosen-container-single {
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  border: 1px solid var(--grey-29);
  padding: 0;
  width: 100% !important;
}
.chosen-container-single .chosen-single {
  height: 5rem !important;
  border: none !important;
  background: none !important;
  box-shadow: none !important;
  padding: 1.3rem 2rem !important;
  font-size: 1.6rem;
  font-weight: 500;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
  border: 1px solid var(--grey-29);
  z-index: 99 !important;
}
.chosen-container-single .chosen-search {
  border: 1px solid var(--grey-29);
  padding: 1rem !important;
  border-left: none;
  border-right: none;
}
.chosen-container-single .chosen-search input {
  border-radius: 0.5rem !important;
}
.chosen-container-single .chosen-results {
  padding: 0 !important;
  margin: 0 !important;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
  color: var(--grey-33);
}
.chosen-container-single:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  border-color: var(--grey-29);
}
.chosen-container-single:focus::-webkit-input-placeholder {
  color: var(--grey-15);
}
.chosen-container-single.text-danger {
  border-color: var(--primary-red);
}
@media screen and (max-width: 767.98px) {
  .chosen-container-single {
    height: 4.5rem;
    font-size: 1.4rem;
    line-height: 1.8rem;
    border-width: 1px;
  }
}
.chosen-container-single:disabled {
  background: var(--grey-20);
}

.smartX-banner {
  background: var(--light-blue-sky);
  min-height: 21.7rem;
  padding: 0 3rem 0 0;
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.smartX-banner p {
  font-size: 3rem;
  line-height: 3.4rem;
  font-weight: 400;
  color: var(--white);
  font-family: "primeregular";
}
.smartX-banner .banner-left-img img {
  max-height: 21rem;
}
.smartX-banner .banner-content {
  display: flex;
  align-items: center;
}
.smartX-banner .banner-right-img {
  align-items: end;
  display: flex;
}
.smartX-banner .banner-right-img img {
  max-height: 6rem;
}
@media screen and (max-width: 767.98px) {
  .smartX-banner {
    display: block;
    padding: 0;
  }
  .smartX-banner p {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
  .smartX-banner .banner-left-img {
    display: flex;
    justify-content: end;
  }
  .smartX-banner .banner-left-img img {
    margin-bottom: 12rem;
    max-height: 10rem;
  }
  .smartX-banner .banner-content {
    display: flex;
    text-align: center;
    position: absolute;
    top: 12.5rem;
    padding: 0 1.5rem;
  }
  .smartX-banner .banner-right-img img {
    max-height: 4.5rem;
  }
}

.smartX-deatils-wrapper {
  margin-top: 6.5rem;
}

.comparision-section {
  background-color: var(--brand-color);
  margin: 5rem 0;
}

.compare-container {
  padding: 0.5rem 11rem 5rem;
}
.compare-container .nav {
  margin-bottom: 9rem;
}
.compare-container .tab-content-section {
  padding: 0 1rem 1.5rem 1rem;
}
.compare-container .smart-disclaimer {
  padding-right: 3rem;
}
.compare-container div {
  column-gap: 3rem;
}
.compare-container .row {
  display: flex;
  width: 100%;
}
.compare-container .row [class*=col-] {
  flex: 1;
}

.camparision-card {
  padding: 2.5rem 2.5rem 5rem;
  box-shadow: var(--camparision-card-shadow);
  font-family: "gothammedium";
}
.camparision-card.card-basic {
  border-top: 1rem solid var(--grey-29);
  background-image: url(../images/basic-bg.png), linear-gradient(var(--brand-color-fade) 0%, var(--white) 50%, var(--white) 100%);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%, 100%;
}
.camparision-card.card-advance {
  border-top: 1rem solid var(--brand-color-yellow);
  background-image: url(../images/advanced-bg.png), linear-gradient(var(--brand-color-yellow-fade) 0%, var(--white) 50%, var(--white) 100%);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%, 100%;
}
.camparision-card .card-h {
  font-size: 3rem;
  line-height: 3.4rem;
  font-weight: 500;
  color: var(--grey-33);
  text-align: center;
  padding: 2.5rem;
  margin-bottom: 2rem;
  border-image: linear-gradient(to left, var(--brand-color-fade), var(--grey-30), var(--brand-color-fade)) 1 0;
  border-bottom: 2px solid;
}

.section-heading {
  font-size: 3.6rem;
  line-height: 4rem;
  font-weight: 500;
  color: var(--grey-33);
  font-family: "primeregular";
  margin: 5.5rem 0 4.5rem;
}
.section-heading p {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: var(--grey-33);
  font-family: "gothammedium";
  display: block;
  margin-top: 0.8rem;
}

.video-section .section-heading {
  margin-bottom: 3rem;
}
.video-section .video-description p {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: var(--grey-33);
}
.video-section .video-description span {
  font-size: 1.5rem;
  line-height: 1.9rem;
  font-weight: 400;
  color: var(--grey-33);
}
.video-section .video-card-md {
  position: relative;
  cursor: pointer;
}
.video-section .video-card-md .img-area {
  height: 31rem;
  position: relative;
}
.video-section .video-card-md .img-area img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.video-section .play-btnbox {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  background: var(--white);
  padding: 0.8rem 2rem 0.7rem 0.7rem;
  border-radius: 3rem;
  -webkit-border-radius: 3rem;
  -ms-border-radius: 3rem;
  -moz-border-radius: 3rem;
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 400;
  color: var(--grey-33);
  align-items: center;
  display: flex;
}
.video-section .play-btnbox i {
  font-size: 2.5rem;
  margin-right: 0.5rem;
}
.video-section .video-list {
  margin: 3rem 0;
}
.video-section .video-list .row {
  margin-left: -0.8rem;
  margin-right: -0.8rem;
}
.video-section .video-list .row [class*=col] {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}
.video-section .video-card-sm {
  border: 1px solid var(--grey-6);
  cursor: pointer;
}
.video-section .video-card-sm .img-area {
  height: 15rem;
  position: relative;
}
.video-section .video-card-sm .img-area img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.video-section .footer-box {
  font-family: "gothammedium";
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
  color: var(--grey-33);
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.video-section .footer-box div {
  display: flex;
  align-items: center;
}
.video-section .footer-box i {
  font-size: 3rem;
  line-height: 3.4rem;
  font-weight: 500;
  color: var(--grey-33);
  margin-right: 0.8rem;
  cursor: pointer;
}
.video-section .footer-box span {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--grey-33);
}

.top-icon-wrap {
  position: relative;
}
.top-icon-wrap img {
  position: absolute;
  top: -8rem;
  left: calc(50% - 3rem);
  max-width: 7rem;
}

.app-store img {
  max-height: 4rem;
  margin: 5rem 0 8rem;
}
.app-store .app-btn + .app-btn {
  margin-left: 1.2rem;
}

@media screen and (max-width: 767.98px) {
  .smartX-deatils-wrapper {
    margin-top: 5.5rem;
  }
  .compare-container {
    padding: 2rem 0;
  }
  .compare-container .nav {
    margin-bottom: 6rem;
  }
  .compare-container .tab-content-section {
    padding: 0 0.5rem 1.5rem 0.5rem;
  }
  .compare-container .smart-disclaimer {
    padding-right: 0;
  }
  .compare-container div {
    column-gap: 3rem;
  }
  .compare-container .row {
    display: block;
    width: auto;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .compare-container .row [class*=col-] {
    flex: 1;
  }
  .compare-container .row [class*=col-] + [class*=col-] {
    margin-top: 8rem;
  }
  .comparision-section {
    margin: 3rem 0;
  }
  .camparision-card {
    padding: 2rem 2rem 4rem;
  }
  .camparision-card .card-h {
    font-size: 2rem;
    line-height: 2.4rem;
    padding: 1.5rem 1.5rem 2rem;
    margin-bottom: 1.5rem;
  }
  .section-heading {
    font-size: 2.2rem;
    line-height: 2.6rem;
    margin: 3rem 0;
  }
  .section-heading p {
    font-size: 1.5rem;
    line-height: 1.9rem;
    margin-top: 0.8rem;
  }
  .video-section .video-description {
    margin-top: 2.5rem;
  }
  .video-section .video-description p {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .video-section .video-description span {
    font-size: 1.3rem;
    line-height: 1.7rem;
  }
  .video-section .video-list {
    margin: 3rem 0;
  }
  .video-section .video-list .row {
    overflow-x: scroll;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
  }
  .video-section .video-list .row [class*=col] {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .video-section .footer-box {
    font-size: 1.2rem;
    line-height: 1.6rem;
    padding: 0.8rem;
  }
  .video-section .footer-box i {
    font-size: 2.5rem;
    line-height: 2.9rem;
    margin-right: 0.8rem;
  }
  .video-section .footer-box span {
    font-size: 0.8rem;
    line-height: 1.2rem;
  }
  .video-section .video-card-sm .img-area {
    height: 11rem;
    min-width: 20rem;
  }
  .video-section .video-card-md .img-area {
    height: 18rem;
  }
  .video-section .play-btnbox {
    bottom: 1rem;
    left: 1rem;
    padding: 0.5rem 2.5rem 0.5rem 0.7rem;
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  .video-section .play-btnbox i {
    font-size: 2.2rem;
  }
  .video-section .tabs-rounded .nav {
    margin: 0 -1.5rem 2rem;
    padding: 0 1.5rem 1rem 12rem;
  }
  .tabs-section {
    margin-left: 0;
    margin-right: 0;
    margin-top: 3rem;
  }
  .app-store img {
    max-height: 3rem;
    margin: 1rem 0 4rem;
  }
  .top-icon-wrap img {
    top: -6.5rem;
    max-width: 5rem;
  }
}
.comparision-base + .comparision-base {
  margin-top: 3rem;
}
.comparision-base .detail-info {
  font-size: 1.5rem;
  line-height: 1.9rem;
  font-weight: 400;
  color: var(--grey-33);
  font-family: "Roboto", sans-serif;
  margin: 0 0 0 3.8rem;
}
.comparision-base a {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: var(--grey-33);
  display: flex;
  justify-content: space-between;
}
.comparision-base a span i {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 500;
  color: var(--grey-29);
  margin-right: 1.8rem;
}
@media screen and (max-width: 767.98px) {
  .comparision-base + .comparision-base {
    margin-top: 2rem;
  }
  .comparision-base .detail-info {
    font-size: 1rem;
    line-height: 1.4rem;
    margin: 0 0 0 2.5rem;
  }
  .comparision-base a {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  .comparision-base a span i {
    font-size: 1.5rem;
    line-height: 1.9rem;
    margin-right: 1rem;
  }
}

.list-item-header[data-toggle=collapse] .icon-arrow-up {
  width: 2.8rem;
  height: 2.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: inherit;
}
.list-item-header[data-toggle=collapse] .icon-arrow-up:before {
  content: "\e9b1";
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--grey-29);
}
@media screen and (max-width: 767.98px) {
  .list-item-header[data-toggle=collapse] .icon-arrow-up {
    width: 2.2rem;
    height: 2.2rem;
  }
}
.list-item-header[data-toggle=collapse].collapsed .icon-arrow-up:before {
  content: "\e9b2";
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--grey-29);
}

.discover-feature-wrapper {
  border: 1px solid var(--grey-29);
  background-image: linear-gradient(to top, #e8e8e8, #fff);
}
.discover-feature-wrapper .app-btn img {
  width: 15rem;
  max-width: 100%;
}
.discover-feature-wrapper .app-btn + .app-btn {
  margin-left: 2rem;
}
.discover-feature-wrapper .tab-pane p {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 400;
  color: var(--white);
  margin-bottom: 0;
}
.discover-feature-wrapper .tabs-section {
  width: 100%;
}
.discover-feature-wrapper .tabs-section .nav-pills.nav-fill {
  background: var(--white);
  margin: 0 auto;
}
.discover-feature-wrapper .tabs-section .nav-pills.nav-fill .nav-link {
  padding: 3rem 0;
  justify-content: center;
  display: flex;
  align-items: center;
}
.discover-feature-wrapper .tabs-section .nav-pills.nav-fill .nav-link i {
  color: var(--grey-33);
  font-size: 3rem;
}
.discover-feature-wrapper .tabs-section .nav-pills.nav-fill .nav-link span {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
  color: var(--grey-33);
  font-family: "gothammedium";
  border-top: none;
  margin: 0 0 0 0.8rem;
  padding-top: 0;
}
.discover-feature-wrapper .tabs-section .nav-pills.nav-fill .nav-link.active i {
  color: var(--grey-33);
}
.discover-feature-wrapper .tabs-section > ul > :first-child {
  border-bottom: 0.5rem solid var(--brand-color);
}
.discover-feature-wrapper .tabs-section > ul > :first-child .nav-link.active {
  background: var(--brand-color);
}
.discover-feature-wrapper .tabs-section > ul > :nth-child(2) {
  border-bottom: 0.5rem solid var(--brand-color-pink);
}
.discover-feature-wrapper .tabs-section > ul > :nth-child(2) .nav-link.active {
  background: var(--brand-color-pink);
}
.discover-feature-wrapper .tabs-section > ul :nth-child(3) {
  border-bottom: 0.5rem solid var(--grey-29);
}
.discover-feature-wrapper .tabs-section > ul :nth-child(3) .nav-link.active {
  background: var(--grey-29);
}
.discover-feature-wrapper .tabs-section > ul :nth-child(4) {
  border-bottom: 0.5rem solid var(--brand-color-yellow);
}
.discover-feature-wrapper .tabs-section > ul :nth-child(4) .nav-link.active {
  background: var(--brand-color-yellow);
}
.discover-feature-wrapper .tabs-section > ul :nth-child(5) {
  border-bottom: 0.5rem solid var(--light-blue-sky);
}
.discover-feature-wrapper .tabs-section > ul :nth-child(5) .nav-link.active {
  background: var(--light-blue-sky);
}
.discover-feature-wrapper .tab-img-section {
  margin: 0 auto;
  padding: 1rem 0 0;
}
.discover-feature-wrapper .tab-img-section .box-section {
  display: flex;
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 400;
  color: var(--grey-33);
  align-items: center;
  padding: 4rem 8rem 0rem;
}
@media screen and (max-width: 991.98px) {
  .discover-feature-wrapper .tab-img-section .box-section:after {
    bottom: 8%;
  }
}
@media screen and (min-width: 768px) {
  .discover-feature-wrapper .tab-img-section img {
    width: 33rem;
    max-width: 100%;
  }
  .discover-feature-wrapper .tab-img-section img.img-rl {
    width: 68.8rem;
    max-width: 100%;
  }
  .discover-feature-wrapper .tab-img-section .left-img {
    position: relative;
    z-index: 1;
  }
  .discover-feature-wrapper .tab-img-section .left-img + .horizontal-img {
    margin-left: -9rem;
  }
  .discover-feature-wrapper .tab-img-section .left-img + .left-img {
    margin-left: 4.5rem;
    margin-top: 5.5rem;
  }
}
@media screen and (min-width: 1601px) {
  .discover-feature-wrapper .tab-img-section img {
    width: auto;
    height: 30rem;
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 991.98px) {
  .discover-feature-wrapper .app-btn img {
    width: 11rem;
  }
  .discover-feature-wrapper .tab-img-section {
    padding: 1rem 0 0rem;
  }
  .discover-feature-wrapper .tab-img-section .box-section {
    margin: 0;
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .discover-feature-wrapper .tabs-section {
    margin-top: 0;
  }
  .discover-feature-wrapper .tabs-section .nav-pills.nav-fill {
    max-width: 100rem;
    margin: 0 auto;
  }
  .discover-feature-wrapper .tabs-section .nav-pills.nav-fill .nav-link {
    padding: 2.4rem 2rem 1.8rem;
  }
  .discover-feature-wrapper .tabs-section .nav-pills.nav-fill .nav-link i {
    font-size: 2.2rem;
    line-height: 2.6rem;
  }
  .discover-feature-wrapper .tabs-section .nav-pills.nav-fill .nav-link span {
    font-size: 1.5rem;
    line-height: 1.9rem;
  }
  .discover-feature-wrapper .tab-pane p {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}
@media screen and (max-width: 767.98px) {
  .discover-feature-wrapper {
    padding-top: 0rem;
    padding-bottom: 0;
  }
  .discover-feature-wrapper .card-icon {
    margin-top: 3rem;
  }
  .discover-feature-wrapper .left-img {
    padding-left: 7rem;
    padding-right: 7rem;
  }
  .discover-feature-wrapper .left-img + .left-img {
    margin-top: 3rem;
  }
  .discover-feature-wrapper .horizontal-img {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-top: 3rem;
  }
  .discover-feature-wrapper .tab-pane p {
    font-size: 1.2rem;
    line-height: 1.6rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.smartxconnect-slider .slide-item {
  padding: 0rem 1rem 4rem;
}
@media screen and (max-width: 991.98px) {
  .smartxconnect-slider .slide-item {
    height: auto;
    padding: 0rem;
  }
}
.smartxconnect-slider .smartxconnect-slider-info {
  font-family: "gothammedium";
}
.smartxconnect-slider .smartxconnect-slider-info h6 {
  font-size: 2.8rem;
  line-height: 3.2rem;
  font-weight: 100;
  color: var(--grey-33);
  padding-bottom: 2rem;
  margin: 0;
  max-width: 40rem;
}
.smartxconnect-slider .smartxconnect-slider-info p {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 400;
  color: var(--grey-33);
  max-width: 50rem;
}
@media screen and (max-width: 991.98px) {
  .smartxconnect-slider .smartxconnect-slider-info {
    padding-bottom: 0rem;
    margin: 3rem 0 0 0;
    text-align: center;
    height: 16rem;
  }
  .smartxconnect-slider .smartxconnect-slider-info h6 {
    font-size: 2rem;
    line-height: 2.4rem;
    font-weight: 400;
    padding-bottom: 2rem;
  }
  .smartxconnect-slider .smartxconnect-slider-info p {
    font-size: 1.5rem;
    line-height: 1.9rem;
    font-weight: 400;
    padding: 0;
    min-height: max-content;
  }
}
.smartxconnect-slider .smartxconnect-alert {
  height: 100%;
}
.smartxconnect-slider .slick-prev, .smartxconnect-slider .slick-next {
  border-radius: 50%;
  border: 2px solid var(--grey-33);
  width: 2.8rem;
  height: 2.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.smartxconnect-slider .slick-prev, .smartxconnect-slider .slick-next {
  top: 50%;
}
.smartxconnect-slider .slick-prev:before, .smartxconnect-slider .slick-next:before {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 600;
  color: var(--grey-33);
}
.smartxconnect-slider .slick-prev {
  left: 2%;
}
.smartxconnect-slider .slick-next {
  right: 2%;
}
.smartxconnect-slider .slick-dots li.slick-active button:before {
  color: var(--grey-33);
  opacity: 1;
}
.smartxconnect-slider .slick-dots li button:before {
  color: var(--grey-29);
}
.smartxconnect-slider .smartxconnect-slider-img {
  position: relative;
  width: 30rem;
  padding: 0;
  display: flex;
  align-items: center;
}
.smartxconnect-slider .smartxconnect-slider-img img {
  object-fit: cover;
}
@media screen and (max-width: 991.98px) {
  .smartxconnect-slider .smartxconnect-slider-img {
    left: 0;
    padding: 0;
    max-width: 23.5rem;
    right: 0;
    text-align: center;
    margin: 0 auto;
  }
  .smartxconnect-slider .smartxconnect-slider-img img {
    max-width: 100%;
  }
  .smartxconnect-slider .slick-prev, .smartxconnect-slider .slick-next {
    top: 50%;
    width: 2.5rem;
    height: 2.5rem;
  }
  .smartxconnect-slider .slick-prev {
    left: 0;
  }
  .smartxconnect-slider .slick-next {
    right: 0;
  }
}
.smartxconnect-slider .smartxconnect-mobile-img {
  height: 25rem;
  position: absolute;
  left: -5rem;
  top: 0rem;
}
.smartxconnect-slider .smartxconnect-mobile-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 991.98px) {
  .smartxconnect-slider .smartxconnect-mobile-img {
    height: 18rem;
    position: absolute;
    left: -1rem;
    top: -3.5rem;
  }
  .smartxconnect-slider .smartxconnect-mobile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.slick-slide {
  outline: none;
}

.smart-disclaimer {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 400;
  color: var(--grey-33);
  margin-top: 0.5rem;
  text-align: right;
}
.smart-disclaimer a {
  color: var(--primary-blue);
}
@media screen and (max-width: 991.98px) {
  .smart-disclaimer {
    text-align: center;
    padding-left: 0rem;
  }
}

.community-banner {
  position: relative;
  z-index: 1;
  height: 40.6rem;
}
.community-banner .community-banner-de-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.community-banner .community-banner-mob-img {
  display: none;
}
.community-banner .community-banner-text {
  position: absolute;
  top: 3rem;
  width: 100%;
  left: 0%;
  z-index: 2;
}
.community-banner .community-banner-text .breadcrumb {
  background-color: transparent;
  margin: 0px;
  padding: 0rem 1rem;
}
.community-banner .community-banner-text .breadcrumb .breadcrumb-item a {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-33);
  font-family: "gothammedium";
}
.community-banner .community-banner-text .breadcrumb .breadcrumb-item::before {
  color: var(--grey-33);
}
.community-banner .community-banner-text .breadcrumb .breadcrumb-item.active {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-33);
  font-family: "gothammedium";
}
@media screen and (max-width: 991.98px) {
  .community-banner {
    height: 100%;
  }
  .community-banner .community-banner-de-img {
    display: none;
  }
  .community-banner .community-banner-mob-img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .community-banner .community-banner-text {
    top: 4rem;
  }
  .community-banner .community-banner-text p {
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 500;
    color: var(--white);
  }
  .community-banner .community-banner-text h2 {
    font-size: 3rem;
    line-height: 3.4rem;
    font-weight: 500;
    color: var(--white);
    max-width: 32rem;
    margin: 0 auto;
  }
  .community-banner .community-banner-text .breadcrumb {
    display: none;
  }
}

.welcome-community {
  padding: 4rem 0 0rem;
}
.welcome-community h1 {
  font-size: 3.6rem;
  line-height: 4rem;
  font-weight: 500;
  color: var(--grey-33);
  margin-bottom: 1.5rem;
  font-family: var(--font-prime);
}
.welcome-community p {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
  color: var(--grey-33);
  font-family: "gothammedium";
  margin: 0;
}
@media screen and (max-width: 991.98px) {
  .welcome-community h1 {
    font-size: 2rem;
    line-height: 2.4rem;
    font-weight: 500;
    color: var(--grey-33);
  }
  .welcome-community p {
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 500;
    color: var(--grey-33);
    border-bottom: 1px solid var(--grey-8);
    padding: 0 0 3rem 0rem;
    margin-bottom: 1rem;
  }
}

.border-community {
  border-bottom: 1px solid var(--grey-8);
  padding: 0rem 0 1.5rem;
}

/*Community Card*/
.welcome-community-card {
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-bottom: 0px solid var(--grey-8);
}
.welcome-community-card .community-card {
  border: 1px solid var(--grey-6);
  outline: 0;
  padding: 0;
  margin: 2rem 1.6rem 3rem 0rem;
  background: transparent;
  height: 13.7rem;
  width: 22.4rem;
  text-align: center;
  border-radius: 0rem;
  -webkit-border-radius: 0rem;
  -ms-border-radius: 0rem;
  -moz-border-radius: 0rem;
}
.welcome-community-card .community-card label {
  margin: 0rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  cursor: pointer;
}
.welcome-community-card .community-card label i {
  border-radius: 50%;
  width: 6.6rem;
  height: 6.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.welcome-community-card .community-card label i::before {
  font-size: 3rem;
  line-height: 3.4rem;
  font-weight: 600;
  color: var(--grey-33);
}
.welcome-community-card .community-card label i.icon-community-ridediaries {
  background: var(--brand-color-pink);
}
.welcome-community-card .community-card label i.icon-community-megadeliveries {
  background: var(--light-blue-sky);
}
.welcome-community-card .community-card label i.icon-community-megadeliveries::before {
  font-size: 2.1rem;
}
.welcome-community-card .community-card label i.icon-community-musics {
  background: var(--brand-color);
}
.welcome-community-card .community-card label i.icon-community-reviews {
  background: var(--brand-color-yellow);
}
.welcome-community-card .community-card label i.icon-community-blogs {
  background: var(--grey-6);
}
.welcome-community-card .community-card label h6 {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
  color: var(--grey-33);
  padding: 0.5rem 2rem 0;
  max-width: 16rem;
  text-align: center;
  font-family: "gothammedium";
  margin: 0rem;
}
.welcome-community-card .community-card label .community-arrow {
  display: none;
}
.welcome-community-card .community-card p {
  display: none;
}
.welcome-community-card .community-card.ridediaries {
  border: 1px solid var(--grey-6);
}
.welcome-community-card .community-card.megadeliveries {
  border: 1px solid var(--grey-6);
}
.welcome-community-card .community-card.musics {
  border: 1px solid var(--grey-6);
}
.welcome-community-card .community-card.reviews {
  border: 1px solid var(--grey-6);
}
.welcome-community-card .community-card.blogs {
  border: 1px solid var(--grey-6);
}
@media screen and (max-width: 991.98px) {
  .welcome-community-card {
    flex-wrap: wrap;
  }
  .welcome-community-card .community-card {
    overflow: inherit;
    position: relative;
    max-width: max-content;
    width: auto;
    height: auto;
    height: max-content;
    text-align: center;
    margin: 1rem 0rem 0.5rem 0rem;
  }
  .welcome-community-card .community-card label {
    margin: 1rem 0rem 0.5rem;
    position: relative;
    width: 100%;
    align-items: flex-start;
    padding: 2rem 0rem 0rem;
  }
  .welcome-community-card .community-card label i {
    background: transparent;
    justify-content: center;
    margin: 1rem 1.5rem;
  }
  .welcome-community-card .community-card label i::before {
    font-size: 3.8rem;
    line-height: 4.2rem;
    font-weight: 500;
    color: var(--grey-33);
  }
  .welcome-community-card .community-card label i.icon-community-ridediaries, .welcome-community-card .community-card label i.icon-community-megadeliveries, .welcome-community-card .community-card label i.icon-community-musics, .welcome-community-card .community-card label i.icon-community-reviews, .welcome-community-card .community-card label i.icon-community-blogs {
    background: transparent;
    justify-content: center;
    margin: 0rem 1.5rem;
  }
  .welcome-community-card .community-card label i.icon-community-megadeliveries::before {
    font-size: 2.8rem;
    line-height: 3.2rem;
    font-weight: 500;
    color: var(--grey-33);
  }
  .welcome-community-card .community-card label h6 {
    max-width: max-content;
    font-size: 1.8rem;
    line-height: 2.2rem;
    font-weight: 500;
    color: var(--grey-33);
  }
  .welcome-community-card .community-card label .community-arrow {
    position: absolute;
    right: 1.5rem;
    margin: auto;
    bottom: 1rem;
    width: 3rem;
    height: 3rem;
    display: block;
  }
  .welcome-community-card .community-card label .community-arrow img {
    max-width: 100%;
  }
  .welcome-community-card .community-card label:after {
    height: 6px;
    width: 100.4%;
    left: -4px;
    bottom: 0;
    transform: translateY(100%) skewx(315deg);
    content: "";
    position: absolute;
  }
  .welcome-community-card .community-card label:before {
    width: 6px;
    height: 100%;
    left: -6px;
    top: 2px;
    transform: skewy(315deg);
    content: "";
    position: absolute;
  }
  .welcome-community-card .community-card.ridediaries {
    border: 0px solid var(--brand-color-pink);
  }
  .welcome-community-card .community-card.ridediaries label {
    border: 1px solid var(--brand-color-pink);
    padding-bottom: 1rem;
  }
  .welcome-community-card .community-card.ridediaries label:after {
    background-color: var(--brand-color-pink);
  }
  .welcome-community-card .community-card.ridediaries label:before {
    background-color: var(--brand-color-pink);
  }
  .welcome-community-card .community-card.megadeliveries {
    border: 0px solid var(--light-blue-sky);
  }
  .welcome-community-card .community-card.megadeliveries label {
    border: 1px solid var(--light-blue-sky);
    padding-bottom: 1rem;
  }
  .welcome-community-card .community-card.megadeliveries label:after {
    background-color: var(--light-blue-sky);
  }
  .welcome-community-card .community-card.megadeliveries label:before {
    background-color: var(--light-blue-sky);
  }
  .welcome-community-card .community-card.musics {
    border: 0px solid var(--brand-color);
  }
  .welcome-community-card .community-card.musics label {
    border: 1px solid var(--brand-color);
    padding-bottom: 1rem;
  }
  .welcome-community-card .community-card.musics label:after {
    background-color: var(--brand-color);
  }
  .welcome-community-card .community-card.musics label:before {
    background-color: var(--brand-color);
  }
  .welcome-community-card .community-card.reviews {
    border: 0px solid var(--brand-color-yellow);
  }
  .welcome-community-card .community-card.reviews label {
    border: 1px solid var(--brand-color-yellow);
    padding-bottom: 1rem;
  }
  .welcome-community-card .community-card.reviews label:after {
    background-color: var(--brand-color-yellow);
  }
  .welcome-community-card .community-card.reviews label:before {
    background-color: var(--brand-color-yellow);
  }
  .welcome-community-card .community-card.blogs {
    border: 0px solid var(--grey-6);
    margin-bottom: 4.5rem;
  }
  .welcome-community-card .community-card.blogs label {
    border: 1px solid var(--grey-6);
    padding-bottom: 1rem;
  }
  .welcome-community-card .community-card.blogs label:after {
    background-color: var(--grey-6);
  }
  .welcome-community-card .community-card.blogs label:before {
    background-color: var(--grey-6);
  }
  .welcome-community-card .community-card p {
    display: flex;
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 400;
    color: var(--white);
    margin: 0;
    padding: 1rem 1.5rem;
    text-align: left;
  }
  .welcome-community-card .community-card p.community-ridediaries {
    background: var(--brand-color-pink);
    border: 0px solid var(--brand-color-pink);
    margin: -0.25rem 0 0 -0.5rem;
    width: 99.5%;
  }
  .welcome-community-card .community-card p.community-megadeliveries {
    background: var(--light-blue-sky);
    border: 0px solid var(--light-blue-sky);
    margin: -0.25rem 0 0 -0.5rem;
    width: 99.5%;
  }
  .welcome-community-card .community-card p.community-musics {
    background: var(--brand-color);
    border: 0px solid var(--brand-color);
    margin: -0.25rem 0 0 -0.5rem;
    width: 99.5%;
  }
  .welcome-community-card .community-card p.community-reviews {
    background: var(--brand-color-yellow);
    border: 0px solid var(--brand-color-yellow);
    margin: -0.25rem 0 0 -0.5rem;
    width: 99.5%;
  }
  .welcome-community-card .community-card p.community-blogs {
    background: var(--grey-6);
    border: 0px solid var(--grey-6);
    margin: -0.25rem 0 0 -0.5rem;
    width: 99.5%;
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 400;
    color: var(--grey-33);
  }
}
.welcome-community-card.community-inner-card {
  justify-content: flex-start;
}
@media screen and (max-width: 991.98px) {
  .welcome-community-card.community-inner-card {
    overflow: auto;
    flex-wrap: nowrap;
    max-width: 100rem;
    margin: 0 auto;
  }
  .welcome-community-card.community-inner-card::-webkit-scrollbar {
    display: none;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .welcome-community-card.community-inner-card .community-card {
    max-width: max-content;
    min-width: 11rem;
    height: 11rem;
    text-align: center;
    margin: 0rem 2rem 1rem 0;
    overflow: visible;
    display: flex;
  }
  .welcome-community-card.community-inner-card .community-card label {
    margin: 0rem;
  }
  .welcome-community-card.community-inner-card .community-card label i.icon-community-ridediaries, .welcome-community-card.community-inner-card .community-card label i.icon-community-megadeliveries, .welcome-community-card.community-inner-card .community-card label i.icon-community-musics, .welcome-community-card.community-inner-card .community-card label i.icon-community-reviews, .welcome-community-card.community-inner-card .community-card label i.icon-community-blogs {
    background: transparent;
    justify-content: center;
    margin: 0rem auto;
  }
  .welcome-community-card.community-inner-card .community-card label h6 {
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 500;
    color: var(--grey-33);
    padding: 0rem 1rem 1rem;
    text-align: center;
    margin: 0 auto;
  }
  .welcome-community-card.community-inner-card .community-card.ridediaries {
    border: 1px solid var(--brand-color-pink);
  }
  .welcome-community-card.community-inner-card .community-card.ridediaries:after, .welcome-community-card.community-inner-card .community-card.ridediaries:before {
    background-color: transparent;
  }
  .welcome-community-card.community-inner-card .community-card.megadeliveries {
    border: 1px solid var(--light-blue-sky);
  }
  .welcome-community-card.community-inner-card .community-card.megadeliveries:after, .welcome-community-card.community-inner-card .community-card.megadeliveries:before {
    background-color: transparent;
  }
  .welcome-community-card.community-inner-card .community-card.musics {
    border: 1px solid var(--brand-color);
  }
  .welcome-community-card.community-inner-card .community-card.musics:after, .welcome-community-card.community-inner-card .community-card.musics:before {
    background-color: transparent;
  }
  .welcome-community-card.community-inner-card .community-card.reviews {
    border: 1px solid var(--brand-color-yellow);
  }
  .welcome-community-card.community-inner-card .community-card.reviews:after, .welcome-community-card.community-inner-card .community-card.reviews:before {
    background-color: transparent;
  }
  .welcome-community-card.community-inner-card .community-card.blogs {
    border: 1px solid var(--grey-6);
  }
  .welcome-community-card.community-inner-card .community-card.blogs:after, .welcome-community-card.community-inner-card .community-card.blogs:before {
    background-color: transparent;
  }
}

/*Community Tabs*/
.community-tabs {
  padding: 2rem 0rem 2rem;
}
.community-tabs .nav-item + .nav-item {
  margin-left: 1.4rem;
}
.community-tabs .nav-pills .nav-link {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-33);
  position: relative;
  font-family: "gothammedium";
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -moz-border-radius: 2rem;
  border: 1px solid var(--grey-31);
  background-color: var(--white);
  padding: 0.8rem 2rem;
  text-align: center;
  opacity: 0.7;
}
.community-tabs .nav-pills .nav-link.active {
  opacity: 1;
  border: 1px solid var(--grey-33);
  background-color: var(--white);
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-33);
  padding: 0.8rem 2rem;
}

.community-content-section {
  padding: 3rem 0rem 0rem;
  max-width: 78rem;
  margin: 0 auto;
}
.community-content-section .slider.community-video .slick-prev,
.community-content-section .slider.community-video .slick-next {
  top: 44%;
  border: 2px solid var(--grey-33);
  border-radius: 50%;
  width: 2.8rem;
  height: 2.8rem;
}
.community-content-section .slider.community-video .slick-prev:before,
.community-content-section .slider.community-video .slick-next:before {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 600;
  color: var(--grey-33);
  opacity: 1;
}
.community-content-section .slider.community-video .slick-prev {
  left: -6rem;
}
.community-content-section .slider.community-video .slick-next {
  right: -6rem;
}
.community-content-section .slider.community-video .slick-dots li button:before {
  color: var(--grey-31);
  opacity: 0.5;
}
.community-content-section .slider.community-video .slick-dots li.slick-active button:before {
  color: var(--grey-33);
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .community-content-section .slider.community-video .slick-track {
    display: flex;
  }
  .community-content-section .slider.community-video .slick-track .slick-slide {
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center;
  }
}

.community-thumbnail {
  max-width: 100%;
}
.community-thumbnail .community-thumbnail-content {
  width: 100%;
}
.community-thumbnail .community-thumbnail-content .community-img {
  cursor: pointer;
  height: 44rem;
  position: relative;
}
.community-thumbnail .community-thumbnail-content .community-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.community-thumbnail .community-thumbnail-content .community-img .defer-video {
  position: relative;
  height: 44rem;
}
.community-thumbnail .community-thumbnail-content .community-img .defer-video button {
  position: absolute;
  left: 1.5rem;
  top: auto;
  width: 7rem;
  height: 2rem;
  background: var(--white);
  border: none;
  bottom: 1.5rem;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -moz-border-radius: 2rem;
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  font-family: "gothammedium";
  padding: 1.25rem 0.5rem 1.25rem 0rem;
  cursor: pointer;
  justify-content: center;
}
.community-thumbnail .community-thumbnail-content .community-img .defer-video button i {
  font-size: 1.6rem;
  margin-right: 0.7rem;
}
.community-thumbnail .community-thumbnail-content .community-img .defer-video button img {
  cursor: pointer !important;
}
.community-thumbnail .community-thumbnail-content .card-body {
  font-family: "gothammedium";
  padding: 1rem 0rem 2rem;
}
.community-thumbnail .community-thumbnail-content .card-body h5.card-title {
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 500;
  color: var(--grey-33);
}
.community-thumbnail .community-thumbnail-content .card-body p.card-text {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
  color: var(--grey-33);
}
.community-thumbnail .community-thumbnail-content .card-body p.card-text-title {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
  color: var(--grey-33);
}
.community-thumbnail .community-thumbnail-content .card-body .review-rating {
  display: flex;
  justify-content: space-between;
  padding: 0rem;
  margin: 0rem;
}
.community-thumbnail .community-thumbnail-content .card-body .review-rating span {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--grey-33);
  font-family: "gothammedium";
}
.community-thumbnail .community-thumbnail-content .card-body .review-rating span i {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--grey-33);
  margin-right: 0.4rem;
}
.community-thumbnail .community-thumbnail-content .card-body .review-rating span.card-text {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
  color: var(--grey-33);
}
.community-thumbnail .community-thumbnail-content .card-body .review-rating p {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--grey-33);
  font-family: "gothammedium";
}
.community-thumbnail .community-thumbnail-content .card-body .review-rating p i {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--grey-33);
  margin-right: 0.4rem;
}
@media screen and (max-width: 991.98px) {
  .community-thumbnail {
    border-bottom: 1px solid var(--grey-8);
    margin-bottom: 3rem;
  }
  .community-thumbnail .community-thumbnail-content .card-body {
    padding: 1.5rem 0rem 2rem;
  }
  .community-thumbnail .community-thumbnail-content .card-body p.card-text {
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 500;
    color: var(--grey-33);
  }
  .community-thumbnail .community-thumbnail-content .card-body .review-rating {
    margin: -0.5rem 0 0rem;
  }
}

.community-section {
  border-bottom: 1px solid var(--grey-8);
}
.community-section ul.nav.nav-pills {
  justify-content: center;
  border-bottom: 0px solid var(--grey-8);
}

/* Pristine Section*/
.community-pristine {
  padding: 1rem 0 3rem;
}

.community-mega {
  padding: 0rem 0 3rem;
  border-bottom: 1px solid var(--grey-8);
}

.community-title h2 {
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 500;
  color: var(--grey-33);
  margin-bottom: 2rem;
  font-family: "gothammedium";
}
.community-title p {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
  color: var(--grey-31);
  font-family: "gothammedium";
  margin: 0;
}

.community-pristine-video {
  display: flex;
  padding: 2rem 0rem 0rem;
}
.community-pristine-video .community-content-video {
  max-width: 78rem;
}
.community-pristine-video .community-small-video {
  display: flex;
  flex-direction: column;
  max-width: 36rem;
  margin-left: 4rem;
}
.community-pristine-video .community-small-video .community-thumbnail .community-thumbnail-content .community-img {
  height: 20rem;
  position: relative;
}
.community-pristine-video .community-small-video .community-thumbnail .community-thumbnail-content .community-img .defer-video {
  height: 20rem;
  position: relative;
}

.view-all-btn {
  padding-bottom: 3rem;
  padding-top: 2rem;
}
.view-all-btn .btn.outline-btn.btn-rounded {
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -moz-border-radius: 2rem;
  border: solid 1px var(--grey-33);
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-33);
  font-family: "gothammedium";
  padding: 0.8rem 2rem;
}
.view-all-btn .btn:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
}
.view-all-btn.text-right {
  text-align: center !important;
}

/* community Review Card */
.community-reviews {
  padding: 1rem 0 0rem;
}
.community-reviews .community-reviews-card {
  display: flex;
  padding: 0rem;
  justify-content: space-between;
}

.review-rating-bottom {
  padding: 1rem 0rem 2rem;
}
.review-rating-bottom .review-rating {
  display: flex;
  justify-content: space-between;
  padding: 0rem;
}
.review-rating-bottom .review-rating span {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--grey-33);
}
.review-rating-bottom .review-rating span i {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--grey-33);
  margin-right: 0.4rem;
}
.review-rating-bottom .review-rating span.re-name {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
  color: var(--grey-33);
  font-family: "gothammedium";
}
.review-rating-bottom .review-rating p {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--grey-33);
  margin: 0;
}
.review-rating-bottom .review-rating p i {
  font-size: 1.3rem;
  line-height: 1.7rem;
  font-weight: 500;
  color: var(--grey-33);
  margin-right: 0.4rem;
}
.review-rating-bottom .re-name {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
  color: var(--grey-33);
}
.review-rating-bottom .reviews-short-text {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-31);
  padding: 1rem 0rem;
  font-family: "gothammedium";
}
@media screen and (max-width: 991.98px) {
  .review-rating-bottom {
    padding: 1rem 0rem;
  }
  .review-rating-bottom .reviews-short-text {
    padding: 1rem 0rem 2rem;
    border-bottom: 1px solid var(--grey-6);
    margin-bottom: 2rem;
  }
}

.reviews-short-text {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-31);
  padding: 1rem 0rem;
}

/* Mega deliveries */
.community-deliveries {
  padding: 0rem 0 2rem;
}
.community-deliveries .community-section.bg-mega {
  background: var(--light-blue-sky);
  padding: 2rem 3rem;
  display: flex;
}
.community-deliveries .community-section.bg-mega .community-title {
  max-width: 54rem;
  padding-right: 5rem;
  padding-top: 3rem;
}
.community-deliveries .community-section.bg-mega .community-title h2, .community-deliveries .community-section.bg-mega .community-title p {
  color: var(--white);
}
.community-deliveries .community-section.bg-mega .community-title .view-all-btn .btn.outline-btn.btn-rounded {
  border-color: var(--white);
  color: var(--white);
}
.community-deliveries .community-section.bg-mega .deliveries-video {
  max-width: 59rem;
}
.community-deliveries .community-section.bg-mega .deliveries-video .community-thumbnail .community-thumbnail-content .community-img {
  height: auto;
  position: relative;
}
.community-deliveries .community-section.bg-mega .deliveries-video .community-thumbnail .community-thumbnail-content .community-img .defer-video {
  height: auto;
  position: relative;
}

/* community Blog */
.community-blog {
  padding: 3rem 0 2rem;
}
.community-blog .community-blog-card {
  display: flex;
  padding: 0rem 0rem 2rem;
  justify-content: space-between;
}
.community-blog .community-blog-card .blog-card .blog-card-img {
  height: 20rem;
  position: relative;
}
.community-blog .community-blog-card .blog-card .blog-card-img img {
  max-width: 100%;
  object-fit: cover;
  cursor: default;
  width: 100%;
  height: 100%;
}
.community-blog .community-section {
  border-bottom: 0px;
}

.blog-rating-bottom .blog-rating {
  display: flex;
  justify-content: space-between;
  padding: 1.5rem 0;
}
.blog-rating-bottom .blog-rating span {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--grey-33);
  font-family: "gothammedium";
}
.blog-rating-bottom .blog-rating span i {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--grey-33);
  margin-right: 0.4rem;
}
.blog-rating-bottom .blog-rating span.re-name {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
  color: var(--grey-33);
  font-family: "gothammedium";
}
.blog-rating-bottom .re-name {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
  color: var(--grey-33);
  font-family: "gothammedium";
}

@media screen and (max-width: 991.98px) {
  .community-tabs, .community-pristine, .community-reviews, .community-deliveries, .community-blog {
    display: none;
  }
}
.show-h {
  display: none;
}

.community-top {
  padding-top: 5.5rem;
}

.community-pristine-ride {
  padding: 3rem 0rem 0rem;
}
.community-pristine-ride .welcome-community-card {
  border-bottom: 1px solid var(--grey-6);
}
.community-pristine-ride .welcome-community-card .community-card {
  position: relative;
}
.community-pristine-ride .welcome-community-card .community-card label:before {
  background: transparent;
}
.community-pristine-ride .welcome-community-card .community-card label::after {
  content: "";
  width: 100%;
  height: 0.4rem;
  position: absolute;
  bottom: 0;
  left: 0;
}
.community-pristine-ride .welcome-community-card .community-card.active-ridediaries {
  background: var(--brand-color-pink);
}
.community-pristine-ride .welcome-community-card .community-card.active-ridediaries label {
  background: var(--white);
  width: 100%;
  height: 96%;
  border-radius: 0rem;
  -webkit-border-radius: 0rem;
  -ms-border-radius: 0rem;
  -moz-border-radius: 0rem;
}
.community-pristine-ride .welcome-community-card .community-card.active-ridediaries label:after {
  background: var(--brand-color-pink);
}
.community-pristine-ride .welcome-community-card .community-card.active-megadeliveries {
  background: var(--light-blue-sky);
}
.community-pristine-ride .welcome-community-card .community-card.active-megadeliveries label {
  background: var(--white);
  width: 100%;
  height: 96%;
  border-radius: 0rem;
  -webkit-border-radius: 0rem;
  -ms-border-radius: 0rem;
  -moz-border-radius: 0rem;
}
.community-pristine-ride .welcome-community-card .community-card.active-megadeliveries label:after {
  background: var(--light-blue-sky);
}
.community-pristine-ride .welcome-community-card .community-card.active-musics {
  background: var(--brand-color);
}
.community-pristine-ride .welcome-community-card .community-card.active-musics label {
  background: var(--white);
  width: 100%;
  height: 96%;
  border-radius: 0rem;
  -webkit-border-radius: 0rem;
  -ms-border-radius: 0rem;
  -moz-border-radius: 0rem;
}
.community-pristine-ride .welcome-community-card .community-card.active-musics label:after {
  background: var(--brand-color);
}
.community-pristine-ride .welcome-community-card .community-card.active-reviews {
  background: var(--brand-color-yellow);
}
.community-pristine-ride .welcome-community-card .community-card.active-reviews label {
  background: var(--white);
  width: 100%;
  height: 96%;
  border-radius: 0rem;
  -webkit-border-radius: 0rem;
  -ms-border-radius: 0rem;
  -moz-border-radius: 0rem;
}
.community-pristine-ride .welcome-community-card .community-card.active-reviews label:after {
  background: var(--brand-color-yellow);
}
.community-pristine-ride .welcome-community-card .community-card.active-blogs {
  background: var(--grey-6);
}
.community-pristine-ride .welcome-community-card .community-card.active-blogs label {
  background: var(--white);
  width: 100%;
  height: 96%;
  border-radius: 0rem;
  -webkit-border-radius: 0rem;
  -ms-border-radius: 0rem;
  -moz-border-radius: 0rem;
}
.community-pristine-ride .welcome-community-card .community-card.active-blogs label:after {
  background: var(--grey-6);
}
.community-pristine-ride .welcome-community-card.community-inner-card {
  border-bottom: 0px solid var(--grey-8);
  margin-bottom: 0rem;
  margin-right: -2rem;
}
@media screen and (max-width: 991.98px) {
  .community-pristine-ride .welcome-community-card.community-inner-card {
    margin-right: 0rem;
  }
  .community-pristine-ride .welcome-community-card.community-inner-card .community-card label {
    padding: 1rem 0rem;
    border: 0;
  }
  .community-pristine-ride .welcome-community-card.community-inner-card .community-card label:after {
    content: "";
    width: 100%;
    height: 0.6rem;
    position: absolute;
    bottom: 0rem;
    left: 0;
    transform: translateY(100%) skewx(0deg);
    background: transparent;
  }
  .community-pristine-ride .welcome-community-card.community-inner-card .community-card.active-ridediaries label {
    box-shadow: 0px 10px 9px 1px rgba(0, 0, 0, 0.1);
  }
  .community-pristine-ride .welcome-community-card.community-inner-card .community-card.active-ridediaries label::after {
    background: var(--brand-color-pink);
  }
  .community-pristine-ride .welcome-community-card.community-inner-card .community-card.active-ridediaries label::before {
    background: transparent;
  }
  .community-pristine-ride .welcome-community-card.community-inner-card .community-card.active-megadeliveries label {
    box-shadow: 0px 10px 9px 1px rgba(0, 0, 0, 0.1);
  }
  .community-pristine-ride .welcome-community-card.community-inner-card .community-card.active-megadeliveries label:after {
    background: var(--light-blue-sky);
  }
  .community-pristine-ride .welcome-community-card.community-inner-card .community-card.active-megadeliveries label::before {
    background: transparent;
  }
  .community-pristine-ride .welcome-community-card.community-inner-card .community-card.active-musics label {
    box-shadow: 0px 10px 9px 1px rgba(0, 0, 0, 0.1);
  }
  .community-pristine-ride .welcome-community-card.community-inner-card .community-card.active-musics label::after {
    background: var(--brand-color);
  }
  .community-pristine-ride .welcome-community-card.community-inner-card .community-card.active-musics label::before {
    background: transparent;
  }
  .community-pristine-ride .welcome-community-card.community-inner-card .community-card.active-reviews label {
    box-shadow: 0px 10px 9px 1px rgba(0, 0, 0, 0.1);
  }
  .community-pristine-ride .welcome-community-card.community-inner-card .community-card.active-reviews label::after {
    background: var(--brand-color-yellow);
  }
  .community-pristine-ride .welcome-community-card.community-inner-card .community-card.active-reviews label::before {
    background: transparent;
  }
  .community-pristine-ride .welcome-community-card.community-inner-card .community-card.active-blogs label {
    box-shadow: 0px 10px 9px 1px rgba(0, 0, 0, 0.1);
  }
  .community-pristine-ride .welcome-community-card.community-inner-card .community-card.active-blogs label::after {
    background: var(--grey-6);
  }
  .community-pristine-ride .welcome-community-card.community-inner-card .community-card.active-blogs label::before {
    background: transparent;
  }
}

.community-title-page {
  padding: 0rem 0 2rem;
  border-bottom: 0px solid var(--grey-8);
  margin-bottom: 0rem;
}
.community-title-page h1 {
  font-size: 3.6rem;
  line-height: 4rem;
  font-weight: 500;
  color: var(--grey-33);
  margin-bottom: 1.5rem;
  font-family: var(--font-prime);
  margin-top: 1rem;
}
.community-title-page p {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
  color: var(--grey-33);
  font-family: "gothammedium";
}
@media screen and (max-width: 991.98px) {
  .community-title-page h1 {
    font-size: 2rem;
    line-height: 2.4rem;
    font-weight: 500;
    color: var(--grey-33);
    margin-bottom: 1.5rem;
    padding: 1rem 0rem 0rem;
  }
  .community-title-page p {
    display: block;
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 500;
    color: var(--grey-31);
    margin: 0;
  }
}

.section-community {
  padding: 0rem 0rem 3rem 0rem;
}
.section-community .community-thumbnail .community-thumbnail-content .community-img {
  height: 20rem;
  position: relative;
}
.section-community .community-thumbnail .community-thumbnail-content .community-img .defer-video {
  height: 20rem;
  position: relative;
}
@media screen and (max-width: 991.98px) {
  .section-community {
    padding: 0rem;
  }
}

.community-select {
  position: relative;
  justify-content: space-between;
  padding: 3rem 0;
}
.community-select .community-dropdown {
  display: flex;
}
.community-select .community-city {
  position: relative;
  margin: 0 1.5rem;
}
.community-select .community-city .select-box .form-control {
  height: 4.5rem;
  font-size: 1.5rem;
  line-height: 1.9rem;
  font-weight: 400;
  color: var(--grey-15);
}
.community-select .community-city .select-box .form-control option:first-child {
  display: block;
  visibility: visible;
  opacity: 1;
}
.community-select .community-city + .community-city {
  margin: 0rem;
}
.community-select .buttons {
  border-bottom: 1px solid var(--grey-6);
  padding-bottom: 3rem;
}
.community-select .buttons .btn-group .button {
  list-style: none;
  display: inline-block;
  padding: 0.8rem 1.5rem;
  cursor: pointer;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-33);
  font-family: "gothammedium";
  opacity: 0.5;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -moz-border-radius: 2rem;
  border: 1px solid var(--grey-31);
  background: transparent;
  margin: 0rem 1rem 0rem 0rem;
}
.community-select .buttons .btn-group .button.active-card {
  border: 1px solid var(--grey-33);
  opacity: 1;
}
.community-select .buttons .btn-group .button:first-child {
  padding: 0.8rem 2.5rem;
}
@media screen and (max-width: 991.98px) {
  .community-select {
    flex-direction: column;
  }
  .community-select .buttons {
    padding-bottom: 0rem;
    border-bottom: 1px solid var(--grey-31);
  }
  .community-select .community-city {
    margin: 0 2.5rem 0 0rem;
  }
}

.container-btn {
  border-bottom: 0px solid var(--grey-6);
  margin-bottom: 0rem;
}
.container-btn.blog-bottom {
  padding-bottom: 4rem;
}
.container-btn.community-cont {
  border-bottom: 0px solid var(--grey-6);
}
@media screen and (max-width: 991.98px) {
  .container-btn {
    margin-bottom: 0rem;
  }
}

.common-form.form-control {
  border: 1px solid var(--grey-8);
}
.common-form.form-control::-webkit-input-placeholder {
  color: var(--grey-33);
  opacity: 0.6;
}
.common-form.form-control::-moz-placeholder {
  color: var(--grey-33);
  opacity: 0.6;
}
.common-form.form-control:focus::-webkit-input-placeholder {
  font-weight: 400;
  color: var(--grey-15);
  opacity: 1;
}
.common-form.form-control:focus::-moz-placeholder {
  font-weight: 400;
  color: var(--grey-15);
  opacity: 1;
}

.searchbar .search .form-control.common-form {
  position: relative;
  background: url("../images/search-tvs.svg") no-repeat;
  background-position: 98%;
  background-size: 20px;
  height: 4.5rem;
}

.community-direction {
  justify-content: space-between;
}
@media screen and (max-width: 991.98px) {
  .community-direction {
    flex-direction: column;
  }
}

.community-card-big {
  max-width: 78rem;
  overflow: hidden;
  padding-right: 2rem;
}
.community-card-big .community-card-img {
  padding: 0rem;
}
.community-card-big .community-card-content .community-content-top {
  display: flex;
  justify-content: space-between;
  padding: 3rem 0 1.5rem;
}
.community-card-big .community-card-content .community-content-top span {
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 500;
  color: var(--grey-33);
}
.community-card-big .community-card-content p {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
  color: var(--grey-31);
  margin: 0;
  font-family: "gothammedium";
}
@media screen and (max-width: 991.98px) {
  .community-card-big {
    padding-right: 0rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid var(--grey-6);
    margin-bottom: 3rem;
  }
  .community-card-big .community-card-content .community-content-top {
    display: flex;
    justify-content: space-between;
    padding: 1.5rem 0 1rem;
  }
  .community-card-big .community-card-content .community-content-top span {
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 500;
    color: var(--grey-33);
  }
  .community-card-big .community-card-content p {
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 500;
    color: var(--grey-31);
    margin: 0;
    font-family: "gothammedium";
  }
}

.community-card-small {
  max-width: 37.5rem;
  padding: 0rem;
}
@media screen and (max-width: 991.98px) {
  .community-card-small {
    padding: 0rem;
  }
  .community-card-small .community-card .community-card-content {
    border-bottom: 1px solid var(--grey-6);
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
  }
}

.community-card {
  overflow: hidden;
  margin-bottom: 1rem;
}
.community-card .community-card-img {
  overflow: hidden;
  width: 100%;
  height: 200px;
}
.community-card .community-card-img img {
  width: 100%;
  object-fit: cover;
}
.community-card .community-card-content .community-content-top {
  display: flex;
  justify-content: space-between;
  padding: 1.2rem 0 0.5rem;
  font-family: "gothammedium";
}
.community-card .community-card-content .community-content-top span {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
  color: var(--grey-33);
  font-family: "gothammedium";
}
.community-card .community-card-content .community-content-top .blog-text {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
  color: var(--grey-33);
  font-family: "gothammedium";
}
.community-card .community-card-content p {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-31);
  margin: 0rem 0 1rem;
  font-family: "gothammedium";
}
@media screen and (max-width: 991.98px) {
  .community-card .community-card-content {
    padding-bottom: 2rem;
    border-bottom: 1px solid var(--grey-6);
    margin-bottom: 2rem;
  }
  .community-card .community-card-content .community-content-top {
    display: flex;
    padding: 1.2rem 0 0.5rem;
    font-family: "gothammedium";
  }
  .community-card .community-card-content .community-content-top span {
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 500;
    color: var(--grey-33);
    font-family: "gothammedium";
  }
  .community-card .community-card-content p {
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 500;
    color: var(--grey-31);
    margin: 0rem 0 1rem;
    font-family: "gothammedium";
  }
}

.filterDiv {
  display: none;
}
.filterDiv.show {
  display: block;
}

.load-hide {
  display: none;
}

.load-more-wrapper {
  padding: 3rem 0rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: solid 1px var(--grey-8);
}
.load-more-wrapper .load-more-btn {
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -moz-border-radius: 2rem;
  border: solid 1px var(--grey-33);
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-33);
  font-family: "gothammedium";
  padding: 0.8rem 1.5rem;
  cursor: pointer;
}
.load-more-wrapper .load-more-btn .icon-play-arrow {
  font-size: 1rem;
}
@media screen and (max-width: 991.98px) {
  .load-more-wrapper {
    border-top: solid 0px var(--grey-8);
    padding: 0;
  }
}

.community-container .reviews-card .reviews-card-img, .community-reviews-card .reviews-card .reviews-card-img {
  height: 20rem;
}
.community-container .reviews-card .reviews-card-img img, .community-reviews-card .reviews-card .reviews-card-img img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tabs-community ul.tabs {
  background: transparent;
  border-bottom: 1px solid var(--grey-6);
  margin-bottom: 3rem;
  padding-bottom: 3rem;
}
.tabs-community ul.nav.nav-pills.community-ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  white-space: nowrap;
  overflow: hidden;
  border: none;
  background: transparent;
  border-bottom: 1px solid var(--grey-6);
  margin-bottom: 3rem;
  padding-bottom: 3rem;
}
.tabs-community ul.nav.nav-pills.community-ul li.nav-item.community-li .nav-link {
  background: transparent;
  list-style: none;
  display: inline-block;
  padding: 0.8rem 2.5rem;
  cursor: pointer;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-33);
  font-family: "gothammedium";
  opacity: 0.5;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -moz-border-radius: 2rem;
  border: 1px solid var(--grey-33);
  margin: 0 1rem 0rem 0rem;
}
.tabs-community ul.nav.nav-pills.community-ul li.nav-item.community-li .nav-link.active {
  box-shadow: none;
  border: 1px solid var(--grey-33);
  opacity: 1;
}

@media screen and (max-width: 991.98px) {
  .tabs-community ul {
    margin: 0 auto;
    background: var(--white);
  }
  .tabs-community ul.nav.nav-pills.community-ul {
    list-style: none;
  }
  .tabs-community ul.nav.nav-pills.community-ul li.nav-item.community-li .nav-link {
    padding: 0.7rem 2rem;
    cursor: pointer;
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 500;
    color: var(--grey-33);
    font-family: "gothammedium";
    opacity: 0.5;
    border-radius: 5rem;
    -webkit-border-radius: 5rem;
    -ms-border-radius: 5rem;
    -moz-border-radius: 5rem;
    border: 1px solid var(--grey-33);
    margin: 0.2rem 1rem 0.2rem 0rem;
  }
  .tabs-community ul.nav.nav-pills.community-ul li.nav-item.community-li .nav-link:hover {
    color: var(--grey-33);
  }
  .tabs-community ul.nav.nav-pills.community-ul li.nav-item.community-li .nav-link.active {
    color: var(--grey-33);
    border-radius: 5rem;
    -webkit-border-radius: 5rem;
    -ms-border-radius: 5rem;
    -moz-border-radius: 5rem;
    border: 1px solid var(--grey-33);
    margin: 0.2rem 1rem 0.2rem 0rem;
    padding: 0.7rem 2rem;
    opacity: 1;
  }
  /* the nitty gritty */
  .tabs-community {
    position: relative;
  }
  .tabs-community nav.tabs {
    border-bottom: 0px solid var(--grey-6);
    margin-bottom: 0rem;
    padding: 0rem 0rem 3rem;
    display: block;
  }
}
@media screen and (max-width: 991.98px) {
  .community-select {
    position: relative;
  }
  .community-select .buttons {
    overflow: auto;
    flex-wrap: nowrap;
    border-bottom: 0;
  }
  .community-select .buttons::-webkit-scrollbar {
    display: none;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .community-select .buttons .btn-group .button {
    white-space: nowrap;
    margin: 0.2rem 1rem 0.2rem 0rem;
  }
  .community-select .buttons .btn-group.expanded .button.active-re:after {
    border-top-color: transparent;
    border-bottom-color: #555;
    top: 1em;
  }
  .community-select .buttons .btn-group.expanded .button:not(.active-card) {
    position: relative;
    top: auto;
  }
}
.community-select.tabs-community .tab-pane.fade.show.active {
  display: none;
  padding: 0rem;
}
.community-select.tabs-community .tab-pane.fade.show.active.current-com {
  display: block;
  padding: 0rem;
}
@media screen and (max-width: 991.98px) {
  .community-select.tabs-community .tab-pane.fade.show.active.current-com {
    padding: 0rem;
  }
}

.refund-form {
  margin-top: 4rem;
  padding: 0 0.5rem;
  font-family: "gothammedium";
}
.refund-form p {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: var(--grey-31);
}
.refund-form .vehicle-detail-section {
  border-top: 1px solid var(--grey-8);
  padding-top: 3rem;
  margin-top: 3rem;
}
.refund-form .vehicle-detail-section input {
  width: 80%;
}
.refund-form .sub-heading {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: var(--black);
  margin-bottom: 1.5rem;
}
.refund-form .vin-disclaimer label {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--grey-31);
}
.refund-form .vin-disclaimer label + label {
  margin-top: 1.5rem;
}
.refund-form .vin-disclaimer a {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--grey-33);
  text-decoration: underline;
}
.refund-form .actions {
  margin-bottom: 2.5rem;
}
.refund-form .actions .btn {
  padding: 1.2rem 3.2rem;
}
.refund-form .img-view img {
  max-width: 51rem;
  margin-top: 4rem;
}
.refund-form .next-step label {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--grey-33);
  display: block;
}
.refund-form .next-step span {
  font-size: 1.1rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: var(--grey-31);
}
.refund-form .logo-img {
  padding-left: 4rem;
  margin-bottom: -3rem;
}
.refund-form .logo-img img {
  max-width: 9.5rem;
}
.refund-form .vehicle-info {
  border-top: 1px solid var(--grey-8);
  border-bottom: 1px solid var(--grey-8);
  margin: 2.5rem 0;
  padding: 1rem 0 3rem 0;
}
.refund-form .vehicle-info .bike-pay-section {
  border: none;
  margin-top: 1.5rem;
}
.refund-form .vehicle-info .bike-pay-section .your-imgtype-Selection {
  display: block;
}
.refund-form .timeline-info h5 {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 400;
  color: var(--grey-31);
  margin-bottom: 0.3rem;
}
.refund-form .timeline-info p {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-33);
}
.refund-form .two-inline {
  display: flex;
  justify-content: space-between;
  width: 70%;
}
.refund-form .reverse-this {
  display: flex;
  justify-content: space-between;
}
.refund-form .reverse-this ul {
  align-self: flex-end;
  margin-bottom: 1.5rem;
}
.refund-form .reverse-this ul li {
  margin-top: 2rem;
}
.refund-form .reverse-this img {
  width: 25rem;
}
.refund-form .in-box {
  border: 1px solid var(--grey-8);
  padding: 2rem;
  display: inline-block;
}
.refund-form .border-box {
  border-bottom: 1px solid var(--grey-8);
  margin-bottom: 3rem;
  padding-bottom: 2rem;
}
.refund-form .border-box .questions li {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 0;
  color: var(--grey-31);
}
@media screen and (max-width: 767.98px) {
  .refund-form {
    padding: 0;
    margin-top: 3.5rem;
  }
  .refund-form .vehicle-info {
    padding: 1rem 0;
  }
  .refund-form .vehicle-info .bike-pay-section {
    margin: 3rem 0 0;
    border-top: 1px solid var(--grey-8);
    padding: 4.5rem 0 1.5rem 0;
  }
  .refund-form .vehicle-info ul {
    padding-left: 0;
  }
  .refund-form .actions {
    text-align: center;
  }
  .refund-form .two-inline {
    display: block;
    width: 100%;
  }
  .refund-form .logo-img {
    padding-left: 0;
    margin-bottom: 1rem;
  }
  .refund-form .logo-img img {
    max-width: 10.15rem;
  }
  .refund-form .reverse-this {
    display: flex;
    flex-direction: column-reverse;
  }
  .refund-form .reverse-this ul {
    display: block;
    align-self: flex-start;
    margin-bottom: 0.5rem;
  }
  .refund-form .reverse-this ul li {
    margin-top: 2rem;
  }
  .refund-form .reverse-this img {
    width: 25rem;
  }
  .refund-form .img-view img {
    max-width: 32rem;
    margin-top: 0;
  }
  .refund-form .vehicle-detail-section {
    padding-top: 2rem;
  }
  .refund-form .vehicle-detail-section input {
    width: 100%;
  }
  .refund-form .sub-heading {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
}

.request-form {
  margin-top: 3rem;
  margin-bottom: 4rem;
  font-family: "gothammedium";
}
.request-form .form-title-lg {
  border-bottom: 1px solid var(--grey-8);
  padding-bottom: 2.5rem;
}
.request-form .info-md {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-31);
}
.request-form .info-sm {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--grey-31);
  margin: -1.5rem 0 1.5rem;
}
@media screen and (max-width: 767.98px) {
  .request-form .form-title-lg {
    font-size: 2.4rem;
    line-height: 2.8rem;
    padding-bottom: 2rem;
    margin-bottom: 0.5rem;
  }
  .request-form .form-sub-title {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  .request-form .actions {
    text-align: center;
  }
  .request-form .actions .btn {
    width: 15rem;
  }
}

.txt-green {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: var(--lime-4);
}

.txt-red {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: var(--tvs-red);
}

.txt-msg {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: var(--grey-33);
}

.vin-section {
  border-top: 1px solid var(--grey-8);
  margin-top: 3rem;
  margin-bottom: 4rem;
  padding-top: 3rem;
  font-family: "gothammedium";
}
.vin-section .container-md {
  padding: 0 3rem;
}

.questions label {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--grey-33);
  display: block;
}
.questions span {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--grey-31);
}
.questions ul {
  list-style: none;
  padding-left: 0;
  margin-top: 0.5rem;
}
.questions ul li {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--grey-31);
  font-family: "gothammedium";
  align-items: center;
  display: flex;
}
.questions ul li::before {
  content: "\e919";
  font-family: icomoon;
  font-size: 1.5rem;
  line-height: 1.9rem;
  font-weight: 400;
  color: var(--grey-31);
  padding-right: 1rem;
}
.questions ul li + li {
  margin-top: 1rem;
}
.questions + .questions {
  margin-top: 2rem;
}

.footer {
  margin-top: 4rem;
}

@media screen and (max-width: 767.98px) {
  .vin-section .container-md {
    padding: 0;
  }
  .questions ul li {
    align-items: flex-start;
  }
}
.light-bg {
  background: var(--grey-8);
  margin-bottom: 0rem;
  height: calc(100vh - 67px);
}
.light-bg .status-info {
  padding: 0;
}
.light-bg .status-info .status-icon {
  margin-bottom: 2rem;
}
.light-bg .status-info .status-icon i {
  font-size: 9.5rem;
  line-height: 9.9rem;
  font-weight: 500;
  color: var(--black);
}
.light-bg .status-info .status-icon.payment-failed i {
  background: -webkit-linear-gradient(var(--red-2), var(--red-1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.light-bg .status-info .status-icon.payment-pending i {
  background: -webkit-linear-gradient(var(--yellow-1), var(--yellow-2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.light-bg .status-info .refund-failed i {
  font-size: 5.2rem;
}
.light-bg .status-info .refund-failed .status-icon {
  margin-bottom: 0;
}
.light-bg .status-info .txt-md {
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 300;
  color: var(--grey-33);
  margin-bottom: 1.5rem;
  font-family: "primeregular";
}
.light-bg .status-info .book-info {
  margin-bottom: 0;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--grey-31);
  font-family: "gothammedium";
}
.light-bg .status-info h4 {
  font-size: 3rem;
  line-height: 3.4rem;
  font-weight: 300;
  color: var(--grey-33);
  margin-bottom: 4rem;
  font-family: "primeregular";
}
.light-bg .status-info span {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 700;
  color: var(--grey-33);
  margin-bottom: 2rem;
}
.light-bg .status-info p {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
  color: var(--grey-33);
  font-family: "gothammedium";
}
.light-bg .status-info .actions {
  margin-top: 3.5rem;
}
.light-bg .status-info .actions .btn {
  padding: 1.2rem 2rem;
}
@media screen and (max-width: 767.98px) {
  .light-bg .status-info .actions .btn {
    height: 4.4rem;
    padding: 0.8rem 2rem;
  }
}
.light-bg .status-info .actions .primary-outline-btn {
  background: transparent;
  border: 1px solid var(--grey-33);
}

/*# sourceMappingURL=main.css.map */
