@charset "UTF-8";
/* Abstracts - variables, functions, mixins, placeholders, etc */
@import url("https://fonts.googleapis.com/css?family=Sriracha&amp;display=swap");
:root {
  --root-font: 10px;
  --primary-blue:#0f7fe7;
  --secondary-blue:#1383e8;
  --tertiary-blue: #2b99f7;
  --quaternary-blue: #0070be;
  --quaternary-blue-rgb: 0,112,190;
  --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;
  --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;
  --light-sky-blue-1:#eaf5fe;
  --light-yellow:#f9f2c8;
  --light-sky:#d0eef9;
  --light-pink:#f6dadc;
  --yellow-1:#fb9b29;
  --yellow-2:#ffc22f;
  --font-grey:rgba(0, 0, 0, 0.8);
  --font-light-grey:rgba(0, 0, 0, 0.3);
  --font-blue:rgba(0, 0, 0, 0.6);
  --border-grey:rgba(0, 0, 0, 0.15);
  --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;
  --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);
  --text-shadow: -3px 0px 7.7px rgba(0, 0, 0, 0.23);
  --card-shadow: 0px 9px 35.1px 4.9px rgba(0, 0, 0, 0.1);
  --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);
  --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:0px 18px 76.1px 4.9px rgba(0, 0, 0, 0.16);
  --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);
}

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;
}

@media screen and (max-width: 767.98px) {
  .separator-sm {
    border-bottom: 1px solid var(--grey-16);
  }

  .with-separator {
    margin-top: 2rem;
  }

  .no-data {
    font-size: 1.2rem;
    line-height: 1.6rem;
    padding: 4rem 0;
  }
}
/* Base - base, reset, typography, etc */
html {
  font-size: var(--root-font);
}
@media screen and (max-width: 767.98px) {
  html {
    font-size: calc((100vw / 100) + 16px / 2.5);
  }
}

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.bg {
  background-image: url(../images/form-bg.jpg);
  background-repeat: no-repeat;
  background-position: 874% 15%;
  background-size: 94%;
}
.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);
}

.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(--black);
}
.acceptance a {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
  color: var(--dark-blue);
}
.acceptance.long-lable .custom-checkbox .checkmark {
  top: 2.4rem;
}

.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-none {
  pointer-events: none;
}

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

/* 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: 2em;
  -webkit-border-radius: 2em;
  -ms-border-radius: 2em;
  -moz-border-radius: 2em;
}
.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: rgb(186,152,114);
    background: linear-gradient(
0deg, rgb(34 165 72) 31%, rgb(191 240 198) 100%);
}
.btn.primary-gradient-btn {
  background: var(--sky-blue);
  color: var(--white);
 background: linear-gradient(
0deg, rgba(186,152,114,1) 31%, rgba(162,127,89,1) 100%);
  color: var(--white);
  border-radius: 3.2rem;
  -webkit-border-radius: 3.2rem;
  -ms-border-radius: 3.2rem;
  -moz-border-radius: 3.2rem;
  box-shadow: var(--shadow-md);
  -webkit-box-shadow: var(--shadow-md);
  -ms-box-shadow: var(--shadow-md);
  -moz-box-shadow: var(--shadow-md);
  font-size: 2.2rem;
  line-height: 2.6rem;
  font-weight: 700;
  transition: 500ms ease 0s;
  -webkit-transition: 500ms ease 0s;
  -moz-transition: 500ms ease 0s;
  -ms-transition: 500ms ease 0s;
  padding: 1.7rem 2rem;
  border: none;
  text-align: center;
  min-width: 19rem;
}
.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: var(--shadow-xs);
  -webkit-box-shadow: var(--shadow-xs);
  -ms-box-shadow: var(--shadow-xs);
  -moz-box-shadow: var(--shadow-xs);
}
.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.2rem;
    line-height: 1.6rem;
    font-weight: 500;
  }
}
.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.8rem;
    line-height: 2.2rem;
    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.1rem 1.5rem;
    border-radius: 2.2rem;
    -webkit-border-radius: 2.2rem;
    -ms-border-radius: 2.2rem;
    -moz-border-radius: 2.2rem;
    min-width: 15rem;
    box-shadow: var(--shadow-xs);
    -webkit-box-shadow: var(--shadow-xs);
    -ms-box-shadow: var(--shadow-xs);
    -moz-box-shadow: var(--shadow-xs);
  }
  .btn.primary-gradient-btn:hover, .btn.primary-gradient-btn:focus {
    box-shadow: var(--shadow-xs);
    -webkit-box-shadow: var(--shadow-xs);
    -ms-box-shadow: var(--shadow-xs);
    -moz-box-shadow: var(--shadow-xs);
  }
  .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(--tertiary-blue);
  color: var(--tertiary-blue);
}
.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(--tertiary-blue);
  color: var(--tertiary-blue);
  box-shadow: var(--shadow-xs);
  -webkit-box-shadow: var(--shadow-xs);
  -ms-box-shadow: var(--shadow-xs);
  -moz-box-shadow: var(--shadow-xs);
}
@media screen and (max-width: 767.98px) {
  .btn.outline-btn {
    border: 1.2px solid var(--tertiary-blue);
  }
  .btn.outline-btn.btn-sm {
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 500;
    min-width: 11rem;
    height: 2.8rem;
    padding: 0 1.5rem;
  }
}
.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.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;
}
.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;
}
.logout .arrow_box ul li.dashboard a {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: #2b99f7;
}
.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;
}
@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:hover {
  color: var(--white);
}
.toggle-btn.list-btn {
  font-size: 1.4rem;
  line-height: 1.8rem;
  padding: 0.7rem 1.3rem;
}

.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: 2rem;
  -webkit-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -moz-border-radius: 2rem;
  border: 2px 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;
}
.info-card .media h5 {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
  color: var(--dark-grey-1);
  margin-bottom: 0.5rem;
}
.info-card .media p {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: var(--black);
  margin-bottom: 0;
}
.info-card .seperate-edit {
  position: relative;
  padding-right: 3rem;
}
.info-card .seperate-edit a {
  position: absolute;
  top: 0;
  right: 0;
}
.info-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;
}
.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.1rem;
    line-height: 1.5rem;
    margin-bottom: 0;
  }
  .info-card > .card-body .media p {
    font-size: 1.3rem;
    line-height: 1.7rem;
    font-weight: 500;
    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: 3rem;
  -webkit-border-radius: 3rem;
  -ms-border-radius: 3rem;
  -moz-border-radius: 3rem;
  padding: 3rem 3rem 1.5rem 3rem;
  background-color: #ffffff;
  box-shadow: var(--card-shadow);
  border: none;
  color: #000000!important;
}
.card-medium .card-body {
  padding: 0;
}
.card-medium .card-body .card-title {
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 400;
  
  margin-bottom: 2rem;
}
.card-medium .card-body span {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 300;
  
}
@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: 300;
    color: #000000;
  }
}

.heading-block {
  padding: 1.6rem 1.8rem 1.6rem 2.8rem;
  background: linear-gradient(to right, var(--grey-4), var(--grey-12));
}
.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-11);
  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;
  box-shadow: var(--shadow-xxs);
  -webkit-box-shadow: var(--shadow-xxs);
  -ms-box-shadow: var(--shadow-xxs);
  -moz-box-shadow: var(--shadow-xxs);
  border: 1px solid var(--grey-16);
  overflow: hidden;
}
.package-horizontal-card .img-section {
  border-right: 1px solid var(--grey-16);
  background: var(--white);
  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 .smartxhome-selected img {
  max-width: 13rem;
}
.package-horizontal-card .adaptor-selected img {
  max-width: 20rem;
}
.package-horizontal-card .package-card-body {
  background: var(--white);
  padding: 1.5rem 2.5rem;
  font-size: 1.3rem;
  line-height: 1.7rem;
  font-weight: 300;
  color: var(--black);
}
.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: "";
}
.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;
  }
}
@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: 0 1.5rem;
}
@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: 2.5rem;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 767.98px) {
  .ride-change-wrapper.bg-none .card .card-body {
    padding: 0;
  }
}
@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: 2rem;
  -webkit-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -moz-border-radius: 2rem;
  box-shadow: 0px 18px 50px 4.9px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 18px 50px 4.9px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 18px 50px 4.9px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 18px 50px 4.9px rgba(0, 0, 0, 0.2);
  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: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    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: 23rem;
  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: 35rem;
  overflow-y: auto;
  padding-right: 0.5rem;
}
@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 {
    max-height: inherit;
    overflow: inherit;
  }
}
.list-view-container .list-block {
  margin-bottom: 1rem;
}
.list-view-container .list-block i {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 400;
  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(--sky-blue), var(--primary-blue));
  -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-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: var(--black);
  margin-bottom: 0;
  white-space: normal;
}
@media screen and (max-width: 991.98px) {
  .list-view-container .list-block .media h5 {
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 500;
    color: var(--black);
  }
}
.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(--black);
  }
}
.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: 100%;
}
@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;
  }
}

.mapouter {
  position: relative;
  text-align: right;
  height: 749px;
  width: 100%;
  visibility: hidden;
}
.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: block;
  }
}

.ride-change-wrapper.map-view .container-md {
  pointer-events: none;
}
@media screen and (min-width: 1200px) {
  .ride-change-wrapper.map-view .container-md {
    max-width: initial;
  }
}
.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 .no-width-col {
  display: block;
}
.ride-change-wrapper.map-view .mapouter {
  visibility: visible;
}
.ride-change-wrapper.map-view .card {
  pointer-events: all;
}
@media screen and (min-width: 768px) {
  .ride-change-wrapper.map-view .card {
    width: 40.3rem;
  }
}
.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-top: 1rem;
  padding-bottom: 2rem;
}
.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-end;
  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: 400;
  color: var(--black);
}
@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.2rem;
    line-height: 1.6rem;
    font-weight: 400;
    color: var(--black);
  }
}
.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 {
  color: var(--tertiary-blue);
}
.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: 1.5rem 0 1.5rem 2.5rem;
}
.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: 29.6rem;
  min-height: 40em;
  max-height: 40rem;
  border-radius: 2.5rem;
  -webkit-border-radius: 2.5rem;
  -ms-border-radius: 2.5rem;
  -moz-border-radius: 2.5rem;
  overflow: hidden;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
  border: none;
}
.thumbnail-card .card-body {
  padding: 1.8rem 2rem 1rem 2rem;
}
.thumbnail-card .card-img {
  height: 18.2rem;
  cursor: pointer;
}
.thumbnail-card .card-img img {
  cursor: default;
  width: 100%;
  height: 100%;
}
.thumbnail-card .card-img iframe {
  pointer-events: none;
  display: -webkit-box;
}
.thumbnail-card .card-title {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 500;
  color: var(--black);
  margin-bottom: 1.5rem;
}
.thumbnail-card .card-text {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 300;
  color: var(--black);
}
.thumbnail-card .card-light-text {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 300;
  color: var(--dark-grey-2);
}
.thumbnail-card .card-footer {
  background: none;
  border: none;
  text-align: center;
  margin-bottom: 1.75rem;
}
.thumbnail-card .card-footer .btn {
  padding: 0.5rem 2rem;
  min-width: auto;
}
.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: 27rem;
    max-height: 38rem;
    min-height: 38rem;
  }
  .thumbnail-card .card-footer {
    margin-bottom: 1.25rem;
  }
}

.review-card {
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -moz-border-radius: 2rem;
  box-shadow: 0px 15px 35px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to top, #ffffff, #ffffff), linear-gradient(to bottom, #ffffff, #ffffff);
  margin-bottom: 3rem;
  height: 19.9rem;
  overflow: hidden;
}
.review-card img {
  border-radius: 2rem 0 0 2rem;
  -webkit-border-radius: 2rem 0 0 2rem;
  -ms-border-radius: 2rem 0 0 2rem;
  -moz-border-radius: 2rem 0 0 2rem;
  width: 100%;
  min-height: 19rem;
}
.review-card .card-title {
  font-size: 2.2rem;
  line-height: 2.6rem;
  font-weight: 500;
  color: var(--black);
  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 {
  height: 14.7rem;
  padding: 1.25rem 0 0rem 0;
}
.review-card .card-footer {
  padding: 0 2.5rem 0 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;
}
.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 !important;
}
@media screen and (max-width: 991.98px) {
  .review-card {
    height: 38rem;
  }
  .review-card .boxHeight {
    height: 18.2rem;
  }
  .review-card .boxHeight iframe {
    height: 18.2rem;
  }
  .review-card img {
    border-radius: 2rem 2rem 0 0;
    -webkit-border-radius: 2rem 2rem 0 0;
    -ms-border-radius: 2rem 2rem 0 0;
    -moz-border-radius: 2rem 2rem 0 0;
    width: 100%;
    height: 100%;
  }
  .review-card .card-body {
    padding: 1.5rem 1.5rem 0 1.5rem;
    height: 15rem;
  }
  .review-card .card-footer {
    padding: 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;
  }
}

.form-sub-title {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 1rem;
}
.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: 300;
  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;
  }
}

.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: 3rem;
}
.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;
}
@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;
  }
}
.form-group .partitioned {
  padding-left: 18px;
  letter-spacing: 57px;
  border: 0;
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.3) 70%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 71px 1px;
  background-repeat: repeat-x;
  background-position-x: 50px;
  width: 300px;
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 300;
  color: var(--black);
}
.form-group .partitioned:focus {
  outline: none;
}
.form-group .partitioned.text-danger {
  background-image: linear-gradient(to left, var(--primary-red) 70%, rgba(255, 255, 255, 0) 0%);
}

.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;
}

@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: 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);
  border: 2px solid var(--tertiery-green);
  padding: 0rem 2rem;
  height: 5.7rem;
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 400;
  color: var(--black);
}
.form-control:focus {
  box-shadow: var(--input-shadow);
  -webkit-box-shadow: var(--input-shadow);
  -ms-box-shadow: var(--input-shadow);
  -moz-box-shadow: var(--input-shadow);
  border-color: var(--tertiery-green);
}
.form-control:focus::-webkit-input-placeholder {
  color: var(--grey-15);
}
.form-control.text-danger {
  border-color: var(--primary-red);
}
@media screen and (max-width: 767.98px) {
  .form-control {
    height: 4.5rem;
    font-size: 1.3rem;
    line-height: 1.7rem;
    border-width: 1px;
  }
}
.form-control:disabled {
  background: var(--grey-20);
}
.form-control option:first-child {
  display: none;
}
.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-15);
}
.form-control.in-modal:focus::-moz-placeholder {
  font-weight: 400;
  color: var(--grey-15);
}

.country-field {
  width: 15%;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  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);
  border: 2px solid var(--tertiery-green);
  height: 5.7rem;
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 600;
  color: var(--black);
  background: var(--grey-20);
}
@media screen and (max-width: 767.98px) {
  .country-field {
    height: 4.5rem;
    font-size: 1.3rem;
    line-height: 1.7rem;
    border-width: 1px;
  }
}

textarea.form-control {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.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.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;
}
@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: "";
  font-family: "icomoon";
  position: absolute;
  color: var(--tertiery-green);
  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::-ms-expand {
  display: none;
}
.select-box .text-sm {
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: bold;
}

.custom-radio {
  position: relative;
  display: inline-block;
  padding-left: 3.5rem;
  vertical-align: middle;
  padding-top: 0.3rem;
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: var(--black);
}
.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;
  height: 2.7rem;
  width: 2.7rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 2px solid var(--tertiery-green);
  background: var(--white);
}
.custom-radio .radio-circle:before {
  content: "";
  left: 0.4rem;
  top: 0.4rem;
  height: 1.5rem;
  width: 1.5rem;
  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(--primary-blue);
  color: false;
  background: -webkit-linear-gradient(top, var(--primary-blue), var(--sky-blue));
  background: linear-gradient(to bottom, var(--primary-blue), var(--sky-blue));
  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;
}
@media screen and (max-width: 767.98px) {
  .custom-radio {
    font-size: 1.3rem;
    line-height: 1.7rem;
  }
  .custom-radio .radio-circle {
    height: 2.2rem;
    width: 2.2rem;
  }
  .custom-radio .radio-circle:before {
    left: 0.3rem;
    top: 0.3rem;
    height: 1.2rem;
    width: 1.2rem;
  }
}

.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(--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));
  border: none;
}
.custom-checkbox .checkmark {
  height: 2.3rem;
  width: 2.3rem;
  border-radius: 0.6rem;
  -webkit-border-radius: 0.6rem;
  -ms-border-radius: 0.6rem;
  -moz-border-radius: 0.6rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background: var(--white);
  border: 2px solid var(--tertiery-green);
  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.7rem;
  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;
  }
}

@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: 83rem;
  }
  .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 iframe {
    height: 39.3rem;
  }
}
.modal .modal-header {
  border-bottom: none;
  padding: 4rem 2rem 0;
  margin-bottom: -1rem;
}
.modal .modal-content {
  border-radius: 3rem;
  -webkit-border-radius: 3rem;
  -ms-border-radius: 3rem;
  -moz-border-radius: 3rem;
}
.modal .modal-title {
  font-size: 3rem;
  line-height: 3.4rem;
  font-weight: 300;
  color: var(--tertiary-blue);
}
.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-image: url("../images/popup-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  padding: 5rem 2rem;
}
.modal .modal-body.booking {
  padding-left: 5rem;
  padding-right: 5rem;
}
.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(--black);
  margin-bottom: 2rem;
}
.modal .modal-body p {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 400;
  color: var(--black);
  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(--sky-blue), var(--primary-blue));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.modal .modal-body .otp-wrapper span {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 300;
  color: var(--font-light-grey);
  margin-bottom: 3rem;
}
.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: 6.5rem 5.5rem 3rem 5.5rem;
}
.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 .actions .btn {
  margin: 0 1rem;
  margin-top: 1rem;
  height: 3.8rem;
}
.modal .close {
  position: absolute;
  font-size: 3rem;
  line-height: 3.4rem;
  color: var(--grey-2);
  right: 1.2rem;
  font-size: 3rem;
  top: 1.2rem;
  opacity: 1;
}
@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 {
    height: 16.5rem;
  }
  .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: 2.8rem;
  }
  .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: 4.4rem 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;
  }
}

.step-wizard {
  min-height: 8rem;
  background: var(--grey-22);
  border-radius: 0 0 50% 50%/0 0 25% 25%;
  -webkit-border-radius: 0 0 50% 50%/0 0 25% 25%;
  -ms-border-radius: 0 0 50% 50%/0 0 25% 25%;
  -moz-border-radius: 0 0 50% 50%/0 0 25% 25%;
  margin-bottom: 2rem;
}
.step-wizard.with-subheader {
  margin-top: 4rem;
  background: transparent;
  margin-bottom: 0;
  min-height: auto;
}
.step-wizard .step-title {
  margin-bottom: 3rem;
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 300;
  color: var(--black);
}
.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 Horizonotal*/
.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(--black);
  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(--black);
  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-24);
  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: var(--white);
  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: var(--shadow-sm);
  -webkit-box-shadow: var(--shadow-sm);
  -ms-box-shadow: var(--shadow-sm);
  -moz-box-shadow: var(--shadow-sm);
}
.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(--black);
}
.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(--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(--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(--black);
}
@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(--black);
  }
}
@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.4rem;
    line-height: 1.8rem;
    padding-bottom: 1rem;
    padding-left: 4.5rem;
  }
  .step-wizard-horicoontal .step-wizard-wrapper li p {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  .step-wizard-horicoontal .step-wizard-wrapper li span {
    bottom: 3px;
  }
  .step-wizard-horicoontal .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: "";
  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: "";
}
@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: "";
  }
}

.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;
}

.tabs-section .nav-link {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 400;
  color: var(--font-blue);
  opacity: 0.6;
  padding: 0;
  display: inline-block;
}
.tabs-section .nav-link i {
  font-size: 4.4rem;
}
.tabs-section .nav-link span {
  /*border-top: 2px solid var(--font-blue);*/
  padding-top: 1rem;
  margin-top: 1.5rem;
}
.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 .nav-link.active object {
     color: 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;
  }
}

/* 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 {
  min-height: 96px;
  box-shadow: 0px 0px 15px -7px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 0px 15px -7px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0px 0px 15px -7px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 15px -7px rgba(0, 0, 0, 0.4);
  padding: 0;
  background: var(--white);
  margin: 0;
}
.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: 0.5rem 0;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .tvs-header .navbar .navbar-nav .nav-link {
    font-size: 16px;
  }
}
.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: "";
  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: 0.6rem 0;
  margin-right: 3.6rem;
  max-width: 165px;
}
@media screen and (max-width: 1199.98px) {
  .tvs-header .navbar-brand {
    margin-right: 2.6rem;
  }
}
@media screen and (max-width: 500px){
.hero-wrapper {
padding-top: 0rem;
    max-height: 396px;
}
}
.navbar-toggler {
 
  border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  height: 65px;
  width: 60px;
padding: 5px 0px 0 30px;
}
.navbar-toggler .icon-bar {
  background: #938d8d;
  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: #938d8d;
  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;
    background-color: black;
}


    
  }
  @-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: 16px;


  }
  .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: #fafafa;
  color: false;
  background: -webkit-linear-gradient(top, #fafafa, #f4f4f4);
  background: linear-gradient(to bottom, #fafafa, #f4f4f4);
  background-color: var(--connect-blue);
  padding-top: 0rem;
  padding-bottom: 15rem;
}
.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: 300;
  color: var(--black);
  margin-bottom: 2rem;
}
.sub-features-wrapper .text-content h3 {
  font-size: 4rem;
  line-height: 4.4rem;
  font-weight: 300;
  color: var(--black);
  margin-bottom: 3rem;
}
.sub-features-wrapper .text-content i {
  display: block;
  margin: 0 auto;
  font-size: 6rem;
  background: -webkit-linear-gradient(var(--primary-green), var(--secondary-green));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1rem;
}
.sub-features-wrapper .text-content.orange-font {
  margin-top: 5rem;
}
.sub-features-wrapper .text-content.orange-font i {
  background: -webkit-linear-gradient(#f26c4f, #ffd543);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0.5rem;
}
.sub-features-wrapper .notes-wrapper {
  width: 910px;
  margin: 0 auto;
  max-width: 100%;
}
.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;
}
.sub-features-wrapper + .footer {
  margin-top: -10rem;
  position: relative;
  z-index: 10;
}
.sub-features-wrapper .pinned-note {
  padding: 2.7rem 2.5rem 2.1rem 2.5rem;
  font-style: italic;
  height: 100%;
  position: relative;
  background-size: 0.1rem 3.4rem !important;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -moz-border-radius: 2rem;
  box-shadow: var(--sticky-notes-shadow);
  -webkit-box-shadow: var(--sticky-notes-shadow);
  -ms-box-shadow: var(--sticky-notes-shadow);
  -moz-box-shadow: var(--sticky-notes-shadow);
  max-width: 28rem;
}
.sub-features-wrapper .pinned-note.note-1 {
  background: linear-gradient(#b08d67 50%, #b08d67bf 98%, var(--border-grey) 100%);
}
.sub-features-wrapper .pinned-note.note-2 {
     background: linear-gradient(#949b9e 50%, #abb0b2 98%, var(--border-grey) 100%);
}
.sub-features-wrapper .pinned-note.note-3 {
  background: linear-gradient(#b08d67 50%, #b08d67bf 98%, var(--border-grey) 100%);
}
.sub-features-wrapper .pinned-note .nodes {
  background: radial-gradient(var(--grey-23) 30%, transparent 1%) 0 0, radial-gradient(var(--grey-23) 1%, transparent 35%) 0 0px;
  background-size: 2.4rem 3rem;
  background-repeat: repeat-x;
  border: none;
  position: absolute;
  top: -1.5rem;
  left: 0;
  height: 3rem;
  width: 100%;
}
.sub-features-wrapper .pinned-note .pinned-description {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 400;
  color: var(--font-grey);
  opacity: 0.8;
  line-height: 3.4rem;
  margin: 1rem 0;
  position: relative;
  top: -0.2rem;
}
@media screen and (max-width: 1199.98px) {
  .sub-features-wrapper .notes-wrapper {
    width: 960px;
  }
}
@media screen and (max-width: 991.98px) {
  .sub-features-wrapper {
    padding-top: 7rem;
  }
  .sub-features-wrapper .notes-wrapper {
    width: 720px;
  }
  .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;
  }
  .sub-features-wrapper .pinned-note .pinned-description {
    font-size: 1.4rem;
    line-height: 1.8rem;
    line-height: 3.4rem;
  }
  .sub-features-wrapper + .footer {
    margin-top: -7rem;
  }
  .sub-features-wrapper .text-content i {
    font-size: 5rem;
  }
  .sub-features-wrapper .text-content h4 {
    font-size: 1.6rem;
    line-height: 2rem;
    margin-bottom: 1.6rem;
  }
  .sub-features-wrapper .text-content h3 {
    font-size: 3rem;
    line-height: 3.4rem;
    margin-bottom: 2.4rem;
  }
  .sub-features-wrapper .text-content.orange-font {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 767.98px) {
  .sub-features-wrapper {
    padding-top: 0rem;
    padding-bottom: 8rem;
  }
  .sub-features-wrapper .notes-content {
    width: 26rem;
  }
  .sub-features-wrapper .text-content h3 {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
  .sub-features-wrapper .text-content.orange-font {
    margin-top: 4rem;
  }
  .sub-features-wrapper .notes-wrapper {
    width: 720px;
  }
  .sub-features-wrapper .notes-wrapper .row [class*=col-] + [class*=col-] {
    margin-top: 3rem;
  }
}

.footer-bg {
  background-image: url("../images/footer-bg.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 15rem 1.5rem 6rem;
}
.footer-bg .footer-brand-logo {
  width: 17rem;
  display: block;
  margin: 0 auto;
}
.footer-bg .social-links {
  margin-top: 3rem;
}
.footer-bg .social-links a {
  display: inline-block;
  vertical-align: middle;
  font-size: 2.5rem;
  color: var(--white);
  margin: 0 1.5rem;
  text-decoration: none;
}
@media screen and (max-width: 991.98px) {
  .footer-bg {
    padding: 10rem 1.5rem 5rem;
  }
  .footer-bg .footer-brand-logo {
    width: 13rem;
  }
}
@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: #dae1f2;
  padding: 3rem 0;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 300;
  color: var(--black);
}
.copyrights .footer-links a {
  margin: 0.2rem 1.5rem;
  position: relative;
  display: inline-block;
}
.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 .footer-links {
    margin: 1rem 0;
  }
  .copyrights .copyrights-text,
.copyrights .footer-links,
.copyrights .copyright-year {
    text-align: center;
  }
}

.sticky-header {
  background: var(--white);
  padding: 1rem 0;
  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.prelaunch-sticky {
  top: 6rem;
  padding: 0;
  z-index: 60;
}
@media screen and (max-width: 767.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;
}
.sticky-header .brand-logo img {
  height: 6.4rem;
}
.sticky-header .nav-wrapper {
  width: 100%;
}
.sticky-header nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1200px) {
  .sticky-header nav ul {
    padding-left: 10rem;
  }
}
.sticky-header nav li a {
  display: block;
  padding: 1rem 1.8rem;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
  color: #585858;
  text-decoration: none;
}
.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: #ddd;
}
.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: #ddd;
}
.sticky-header .header-btn-group .btn + .btn {
  margin-left: 1rem;
  padding: 0.7rem 1.4rem;
}
.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: "";
  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: 0;
    top: 0.5rem;
  }
  .sticky-header .nav-wrapper {
    margin-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.2rem;
    line-height: 1.6rem;
  }
}
@media screen and (max-width: 767.98px) {
  .sticky-header {
    border-radius: 0 0 3rem 3rem;
    -webkit-border-radius: 0 0 3rem 3rem;
    -ms-border-radius: 0 0 3rem 3rem;
    -moz-border-radius: 0 0 3rem 3rem;
  }
  .sticky-header .responsive-link {
    width: 13rem;
  }
  .sticky-header .btn {
    padding: 0.7rem 1.5rem;
  }
  .sticky-header .header-btn-group .btn + .btn {
    margin-left: 0.5rem;
    padding: 0.7rem 0.9rem;
  }
}

/* Pages */
.hero-wrapper {
  padding-top: 1.5rem;
  /*height: calc(100vh - 22vh);*/
}
.hero-wrapper .banner {
  text-align: center;
  padding-bottom: 5.2rem;
}
@media screen and (min-width: 768px) {
  .hero-wrapper .banner {
    display: inline-block;
  }
}
.hero-wrapper .banner .banner-logo {
  height: 4.4rem;
  margin-bottom: 2.2rem;
}
.hero-wrapper .banner .title {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 300;
  color: var(--black);
}
.hero-wrapper .feature-box {
  padding-bottom: 3.4rem;
  position: relative;
}
.hero-wrapper .feature-box h2 {
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 400;
  color: var(--font-grey);
}
.hero-wrapper .feature-box h2 span {
  color: var(--tertiary-blue);
}
.hero-wrapper .feature-box h2 a {
  color: var(--tertiary-blue);
  padding: 0 0.1rem;
}
.hero-wrapper .feature-box h2 a:hover {
  text-decoration: none;
}
.hero-wrapper .feature-box p {
  align-items: baseline;
  font-size: 3.2rem;
  line-height: 3.6rem;
  font-weight: 300;
  color: var(--tertiary-blue);
}
.hero-wrapper .feature-box p span {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 300;
  color: var(--tertiary-blue);
  margin-left: 0.5rem;
}
.hero-wrapper .feature-box:after {
  content: "";
  position: absolute;
  left: -15px;
  top: 2.5rem;
  bottom: 0.5rem;
  border-left: 1px dashed var(--primary-green);
}
.hero-wrapper .feature-box:before {
  font-family: "icomoon";
  content: "";
  position: absolute;
  left: -19px;
  top: 4px;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 900;
  color: var(--primary-green);
}
.hero-wrapper .feature-box:last-child:after {
  content: none;
}
.hero-wrapper .banner-img {
  text-align: right;
}
.hero-wrapper .banner-img img {
  max-height: 41rem;
}
.hero-wrapper #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;
}
.hero-wrapper #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);
}
.hero-wrapper .containerr {
  position: relative;
  height: 70px;
  line-height: 70px;
}
.hero-wrapper .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;
  }
}
.hero-wrapper .w1 {
  -webkit-animation: w1anim 5s infinite;
  animation: w1anim 5s infinite;
}
.hero-wrapper .w2 {
  -webkit-animation: w2anim 5s infinite;
  animation: w2anim 5s infinite;
}
.hero-wrapper .w3 {
  -webkit-animation: w3anim 20s infinite;
  animation: w3anim 20s infinite;
}
.hero-wrapper .w4 {
  -webkit-animation: w4anim 20s infinite;
  animation: w4anim 20s infinite;
}
.hero-wrapper .w5 {
  -webkit-animation: w5anim 20s infinite;
  animation: w5anim 20s infinite;
}
@media screen and (max-width: 991.98px) {
  .hero-wrapper {
    padding-top: 0rem;
  }
  .hero-wrapper .feature-box p {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
  .hero-wrapper .feature-box p span {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .hero-wrapper .banner {
    padding-bottom: 3rem;
  }
  .hero-wrapper .banner .banner-logo {
    height: 7.4rem;
    margin-bottom: 1.6rem;
  }
  .hero-wrapper .banner .title {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  .hero-wrapper .banner-img {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .hero-wrapper .banner-img img {
    max-height: 38rem;
  }
}

.slider-wrapper {
  background-image: linear-gradient(to bottom, var(--white) 0%, var(--grey-9) 100%);
  position: relative;
  z-index: 1;
}
.slider-wrapper .bike-slider-wrapper {
  padding: 12rem 0;
  position: relative;
background: rgb(237,237,237)!important;
background: radial-gradient(circle, rgba(237,237,237,1) 0%, rgba(131,127,127,1) 85%)!important;
}
.slider-wrapper .bike-slider-wrapper .curve.top {
  content: url("../images/slider-top.svg");
  z-index: 1;
}
.slider-wrapper .bike-slider-wrapper .curve.bottom {
  content: url("../images/slider-bottom.svg");
}
@media screen and (min-width: 1601px) {
  .slider-wrapper .bike-slider-wrapper {
    padding: 17rem 0;
  }
}
.slider-wrapper .content-wrapper {
  padding-left: 7rem;
  padding-right: 7rem;
}
.slider-wrapper h2 {
  font-size: 4rem;
  line-height: 4.4rem;
  font-weight: 500;
  color: var(--black);
  margin-bottom: 3rem;
}
.slider-wrapper h4 {
  font-size: 3.2rem;
  line-height: 3.6rem;
  font-weight: 500;
  color: var(--black);
  margin-bottom: 2.5rem;
}
.slider-wrapper p {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: var(--black);
  line-height: 2.6rem;
}
.slider-wrapper p + p {
  margin-top: 1.5rem;
}
.slider-wrapper .slider-card-wrapper {
  background: var(--white);
  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;
}
@media screen and (min-width: 992px) {
  .slider-wrapper .slider-card-text {
    top: 7rem;
  }
}
@media screen and (max-width: 767.98px) {
  .slider-wrapper .slider-card-text {
    top: 0rem;
  }
}
.slider-wrapper .slick-dots {
  position: static;
  margin-bottom: 3rem;
}
.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;
}
.slider-wrapper .slick-prev,
.slider-wrapper .slick-next {
  height: auto;
  width: auto;
  top: 40%;
}
.slider-wrapper .slick-prev:before,
.slider-wrapper .slick-next:before {
  font-family: "icomoon";
  font-size: 3.4rem;
  line-height: 3.8rem;
  color: var(--tertiary-blue);
  opacity: 100;
}
.slider-wrapper .slick-prev {
  left: 7.8rem;
  z-index: 1;
}
.slider-wrapper .slick-prev:before {
  content: "";
}
.slider-wrapper .slick-next {
  right: 7.8rem;
  z-index: 1;
}
.slider-wrapper .slick-next:before {
  content: "";
}
.slider-wrapper .slick-dots li button:before {
  color: var(--white);
  opacity: 100;
}
.slider-wrapper .slick-dots li.slick-active button:before {
  color: var(--tertiary-blue);
}
@media screen and (max-width: 767.98px) {
  .slider-wrapper .slick-prev,
.slider-wrapper .slick-next {
    top: 30%;
  }
  .slider-wrapper .slick-prev:before,
.slider-wrapper .slick-next:before {
    font-size: 2.3rem;
    line-height: 2.7rem;
  }
  .slider-wrapper .slick-dots {
    margin-bottom: 0;
  }
  .slider-wrapper .bike-slider-wrapper {
    padding: 5rem 0;
  }
  .slider-wrapper .content-wrapper {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .slider-wrapper h2 {
    font-size: 3rem;
    line-height: 2.4rem;
    margin-bottom: 1.5rem;
  }
  .slider-wrapper h4 {
    font-size: 2.8rem;
    line-height: 2.2rem;
    margin-bottom: 1.6rem;
  }
  .slider-wrapper p {
    font-size: 1.7rem;
    line-height: 1.6rem;
    line-height: 2.8rem;
  }
  .slider-wrapper p + p {
    margin-top: 2rem;
  }
  .slider-wrapper .slick-prev {
    left: 1rem;
  }
  .slider-wrapper .slick-next {
    right: 1rem;
  }
}

.bike-slider .item-img {
  padding: 1.5rem 9rem;
  padding-top: 10rem;
}
.bike-slider .item-img img {
  display: inline-block;
  max-height: 45rem;
  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: 2.5rem 1.5rem 1.5rem;
  }
  .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;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+41,000000+100&0+0,0.05+100 */
    background: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.02) 41%, rgba(0, 0, 0, 0.05) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.02) 41%, rgba(0, 0, 0, 0.05) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.02) 41%, rgba(0, 0, 0, 0.05) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /* IE6-9 fallback on horizontal gradient */
  }
  .bike-slider .item-img.divider:before {
    width: 3px;
    height: 193px;
    background: var(--white);
    top: 38%;
    right: -1.5px;
    opacity: 0.4;
    z-index: 2;
  }
}
@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: 15rem;
  }
  .bike-slider .item-img .slick-prev,
.bike-slider .item-img .slick-next {
    top: 45%;
  }
}

.features-wrapper {
  padding-top: 5rem;
  padding-bottom: 7rem;
}
.features-wrapper .nav-item + .nav-item {
  margin-left: 10.7rem;
}
.features-wrapper .nav-pills .nav-link {
  font-size: 4rem;
  line-height: 4.4rem;
  font-weight: 300;
  color: var(--dark-grey-2);
  padding: 0;
  position: relative;
  padding-bottom: 1.5rem;
}
.features-wrapper .nav-pills .nav-link:before {
  content: "";
  width: 7.7rem;
  height: 0.3rem;
  background: var(--tertiary-blue);
  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 .nav-pills .nav-link.active {
  background: none;
  color: var(--tertiary-blue);
}
.features-wrapper .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);
}
.features-wrapper .tab-content {
  padding-top: 3.2rem;
 /* min-height: 55rem;*/
  position: relative;
}
.features-wrapper .tab-title {
  text-align: center;
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 300;
  color: var(--tertiary-blue);
  margin-bottom: 1.8rem;
}
.features-wrapper .tab-paragraph {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 300;
  color: var(--black);
  margin-bottom: 4rem;
}
@media screen and (max-width: 991.98px) {
  .features-wrapper {
    padding-bottom: 5rem;
  }
  .features-wrapper .nav-pills .nav-link {
    font-size: 3rem;
    line-height: 3.4rem;
  }
  .features-wrapper .nav-pills .nav-link:before {
    height: 0.2rem;
  }
  .features-wrapper .nav-item + .nav-item {
    margin-left: 5rem;
  }
  .features-wrapper .tab-title {
    margin-bottom: 2.4rem;
  }
  .features-wrapper .tab-paragraph {
    font-size: 1.4rem;
    line-height: 1.8rem;
    margin-bottom: 2rem;
  }
  .features-wrapper .tab-content {
    min-height: 43rem;
  }
}
@media screen and (max-width: 767.98px) {
  .features-wrapper {
    padding-bottom: 3rem;
    padding-top: 4rem;
  }
  .features-wrapper .tab-content {
    min-height: 0;
    padding-top: 2.5rem;
  }
  .features-wrapper .nav-pills {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .features-wrapper .nav-pills .nav-link {
    font-size: 2.2rem;
    line-height: 2.6rem;
    padding-bottom: 1rem;
  }
  .features-wrapper .nav-pills .nav-link:before {
    width: 5rem;
  }
  .features-wrapper .nav-item + .nav-item {
    margin-left: 2rem;
  }
  .features-wrapper .tab-title {
    font-size: 1.8rem;
    line-height: 2.2rem;
    margin-bottom: 1.5rem;
  }
  .features-wrapper .tab-paragraph {
    font-size: 1.2rem;
    line-height: 1.6rem;
    line-height: 1.8rem;
  }
  .features-wrapper .design-tab-container h4,
.features-wrapper .design-tab-container .tab-paragraph {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
@media screen and (max-width: 575.98px) {
  .features-wrapper .nav-item + .nav-item {
    margin-left: 1rem;
  }
  .features-wrapper .nav-pills .nav-link {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}

.performance-list {
  list-style: none;
  padding-left: 5rem;
}
.performance-list li {
  cursor: pointer;
  position: relative;
  opacity: 0.3;
  padding-left: 2rem;
  position: relative;
}
.performance-list li.active {
  opacity: 1;
}
.performance-list li + li {
  margin-top: 5rem;
}
.performance-list li a {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: var(--tertiary-blue);
  padding: 0 0.1rem;
}
@media screen and (min-width: 992px) {
  .performance-list li:after, .performance-list li:before {
    content: "";
    width: 0.4rem;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    -moz-border-radius: 2px;
  }
  .performance-list li:before {
    background: var(--grey-10);
    height: 9rem;
  }
  .performance-list li:after {
    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));
    z-index: 1;
    height: 0rem;
  }
  .performance-list li.active:after {
    animation: fill-link 3s linear 0s forwards;
    -moz-animation: fill-link 3s linear 0s forwards;
    -webkit-animation: fill-link 3s linear 0s forwards;
    -ms-animation: fill-link 3s linear 0s forwards;
    -o-animation: fill-link 3s linear 0s forwards;
  }
  @-webkit-keyframes fill-link {
    0% {
      height: 0rem;
    }
    100% {
      height: 9rem;
    }
  }
  @-moz-keyframes fill-link {
    0% {
      height: 0rem;
    }
    100% {
      height: 9rem;
    }
  }
  @-o-keyframes fill-link {
    0% {
      height: 0rem;
    }
    100% {
      height: 9rem;
    }
  }
  @keyframes fill-link {
    0% {
      height: 0rem;
    }
    100% {
      height: 9rem;
    }
  }
}
.performance-list li i {
  font-size: 3.6rem;
  font-weight: bold;
  background: -webkit-linear-gradient(var(--primary-green), var(--secondary-green));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  right: 100%;
  margin-right: 1rem;
  top: 0;
}
.performance-list h5 {
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 300;
  color: var(--black);
  margin-bottom: 1rem;
}
.performance-list h5 a {
  color: var(--tertiary-blue);
  padding: 0 0.1rem;
}
.performance-list h5 a:hover {
  text-decoration: none;
}
.performance-list p {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 300;
  color: var(--black);
  margin: 0;
  text-align: justify;
}
@media screen and (max-width: 1199.98px) {
  .performance-list li + li {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 991.98px) {
  .performance-list {
    padding-left: 0;
  }
  .performance-list p {
    font-size: 1.4rem;
    line-height: 1.8rem;
    margin-top: 1.5rem;
    display: none;
  }
  .performance-list h5 {
    font-size: 2rem;
    line-height: 2.4rem;
    margin-bottom: 0;
    padding: 0rem 4rem;
    font-weight: 400;
  }
  .performance-list li {
    padding-left: 0;
    padding: 2rem;
    box-shadow: var(--shadow-md);
    -webkit-box-shadow: var(--shadow-md);
    -ms-box-shadow: var(--shadow-md);
    -moz-box-shadow: var(--shadow-md);
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -moz-border-radius: 1rem;
    opacity: 1;
  }
  .performance-list li:before {
    font-family: "icomoon";
    content: "";
    position: absolute;
    right: 2rem;
    font-size: 1.6rem;
    color: var(--tertiary-blue);
    font-weight: bold;
  }
  .performance-list li:after {
    content: none;
  }
  .performance-list li i {
    font-size: 3rem;
    top: 1.7rem;
    right: calc(100% - 8rem);
    text-align: center;
    width: 7rem;
  }
  .performance-list li i.icon-acceleration {
    font-size: 2.4rem;
  }
  .performance-list li.active p {
    display: block;
  }
  .performance-list li.active:before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
  }
}
@media screen and (max-width: 767.98px) {
  .performance-list p {
    font-size: 1.2rem;
    line-height: 1.6rem;
    text-align: left;
  }
  .performance-list li {
    padding: 1.5rem;
  }
  .performance-list li + li {
    margin-top: 1.5rem;
  }
  .performance-list li i {
    font-size: 2.4rem;
    top: 1.5rem;
    width: 4rem;
    right: calc(100% - 6rem);
  }
  .performance-list li i.icon-acceleration {
    font-size: 1.8rem;
  }
  .performance-list h5 {
    font-size: 1.8rem;
    line-height: 2.2rem;
    padding: 0 4rem;
  }
}

.feature-item-content {
  display: none;
}
@media screen and (min-width: 768px) {
  .feature-item-content {
    position: sticky;
    top: 6rem;
    height: calc(80vh - 6rem);
  }
}
.feature-item-content .feature-content-img {
  padding-left: 3rem;
}
.feature-item-content.active {
  display: block;
}

.bike-thumbnail {
  padding: 0 0.15rem;
  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;
}
.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: 48rem;
  }
  .bike-thumbnail.half-height {
    height: 24rem;
  }
}
@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;
  }
}

.charging-features-wrapper {
  margin-top: 1rem;
}
.charging-features-wrapper .bottom-p {
  padding-bottom: 3rem;
}
@media screen and (max-width: 767.98px) {
  .charging-features-wrapper .bottom-p {
    padding-bottom: 0rem;
  }
}
.charging-features-wrapper .row [class*=col]:first-child .charging-feature {
  padding-left: 0;
}
.charging-features-wrapper .row [class*=col]:last-child .charging-feature {
  padding-right: 0;
  background: none;
}
.charging-features-wrapper .list-points {
  padding: 2rem 0 2.5rem 0;
  margin-bottom: 0;
}
.charging-features-wrapper .list-points > li {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 300;
  color: var(--black);
  position: relative;
  padding-left: 3rem;
  text-align: left;
}
.charging-features-wrapper .list-points > li + li {
  margin-top: 2rem;
}
.charging-features-wrapper .list-points > li:before {
  font-family: "icomoon" !important;
  content: "";
  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;
}
.charging-features-wrapper .charge-center {
  text-align: left;
}
.charging-features-wrapper .charge-center .center-content {
  margin-left: 3rem;
}
.charging-features-wrapper .charge-center .btn-icon {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: var(--tertiary-blue);
  padding: 0.5rem 2rem;
}
.charging-features-wrapper .charge-center .btn-icon i {
  font-size: 1.8rem;
  line-height: 2.2rem;
  margin-right: 0.5rem;
}
.charging-features-wrapper .chrg-question {
  margin-bottom: 2rem;
  font-size: 1.6rem;
  line-height: 2rem;
}
.charging-features-wrapper .chrg-question span {
  font-weight: 500;
  color: var(--black);
}
.charging-features-wrapper .chrg-question p {
  font-weight: 300;
  color: var(--black);
  line-height: 2.3rem;
}
.charging-features-wrapper .chrg-question a {
  font-weight: 500;
  color: var(--tertiary-blue);
  text-decoration: underline;
}
.charging-features-wrapper .chrg-question a.has-star {
  text-decoration: none;
  font-size: 2rem;
  line-height: 2.4rem;
}
.charging-features-wrapper .chrg-permission {
  margin-bottom: 1.5rem;
}
.charging-features-wrapper .chrg-permission span {
  font-size: 1.5rem;
  line-height: 1.9rem;
  font-weight: 500;
  color: var(--black);
}
.charging-features-wrapper .chrg-permission p {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 300;
  color: var(--black);
  line-height: 1.7rem;
}
.charging-features-wrapper .charger-img {
  margin-top: 8rem;
}
.charging-features-wrapper .charger-img img {
  width: 21rem;
}
.charging-features-wrapper .onthego-img {
  margin-top: 4rem;
}
.charging-features-wrapper .onthego-img img {
  width: auto;
}
.charging-features-wrapper .anywhere-img img {
  width: 26rem;
}
@media screen and (max-width: 1199.98px) {
  .charging-features-wrapper {
    margin-top: 7rem;
  }
  .charging-features-wrapper .list-points {
    padding: 1rem 0 1rem 0;
  }
  .charging-features-wrapper .slide-image {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 991.98px) {
  .charging-features-wrapper {
    margin-top: 0rem;
  }
}
@media screen and (max-width: 767.98px) {
  .charging-features-wrapper .slide-image {
    margin-top: 0;
  }
  .charging-features-wrapper .charger-img {
    margin-bottom: 1.5rem;
  }
  .charging-features-wrapper .charger-img img {
    width: 12rem;
  }
  .charging-features-wrapper .onthego-img img {
    width: 22rem;
  }
  .charging-features-wrapper .anywhere-img img {
    width: 18rem;
  }
  .charging-features-wrapper .list-points {
    padding: 1rem 0 1.5rem 0;
    margin-bottom: 0;
  }
  .charging-features-wrapper .list-points > li {
    font-size: 1.2rem;
    line-height: 1.6rem;
    padding-left: 2.3rem;
    line-height: 1.8rem;
  }
  .charging-features-wrapper .list-points > li + li {
    margin-top: 1.5rem;
  }
  .charging-features-wrapper .list-points > li:before {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .charging-features-wrapper .chrg-question {
    margin-bottom: 2rem;
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  .charging-features-wrapper .chrg-question p {
    line-height: 2rem;
  }
  .charging-features-wrapper .chrg-permission {
    margin-bottom: 1.5rem;
    text-align: center;
    border-top: 1px dashed var(--dark-grey-3);
    padding-top: 1rem;
  }
  .charging-features-wrapper .charge-center .center-content {
    margin-left: 0;
  }
  .charging-features-wrapper .charge-center .download-btn {
    justify-content: center;
    display: flex;
  }
}

.charging-feature {
  padding: 0;
}
.charging-feature i {
  font-size: 5rem;
  margin-right: 1.2rem;
  background: -webkit-linear-gradient(var(--primary-green), var(--secondary-green));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.charging-feature i + h4 {
  margin-top: 0rem;
  padding-left: 0;
}
.charging-feature i.charge-vehicle {
  background: -webkit-linear-gradient(var(--grey-14), var(--grey-14));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.charging-feature h4 {
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 300;
  color: var(--black);
  letter-spacing: 0.018rem;
}
.charging-feature span {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--black);
}
.charging-feature .crg-content {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 300;
  color: var(--black);
  display: flex;
  margin-left: 14rem;
}
.charging-feature .crg-content a {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 300;
  color: var(--tertiary-blue);
  display: inline-block;
  text-decoration: none;
  position: relative;
  white-space: nowrap;
  padding: 0 0.5rem;
}
@media screen and (max-width: 1199.98px) {
  .charging-feature {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .charging-feature i {
    font-size: 4.2rem;
    display: flex;
    justify-content: flex-end;
  }
  .charging-feature i + h4 {
    margin-top: 0rem;
    padding-left: 2rem;
  }
  .charging-feature .charging-points-list {
    margin-top: 2.5rem;
  }
  .charging-feature .charging-points-list span {
    font-size: 1.4rem;
    line-height: 1.8rem;
    padding: 0;
  }
  .charging-feature .charging-points-list span + span {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 991.98px) {
  .charging-feature {
    margin: 1rem 0;
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
@media screen and (max-width: 767.98px) {
  .charging-feature i {
    display: inline-block;
    text-align: center;
    margin-right: 0.7rem;
  }
  .charging-feature i + h4 {
    white-space: unset;
    display: flex;
    align-items: center;
    padding-left: 0rem;
  }
  .charging-feature h4 {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .charging-feature span {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  .charging-feature .no-subheader .charging-points-list {
    margin-top: 0;
  }
  .charging-feature .charging-points-list {
    margin-top: 1.5rem;
  }
  .charging-feature .charging-points-list span {
    font-size: 1.2rem;
    line-height: 1.6rem;
    line-height: 1.8rem;
    margin-left: 0;
    margin-top: 0.5rem;
    padding: 0;
  }
  .charging-feature .charging-points-list span + span {
    margin-top: 2rem;
  }
}

.no-subheader .charging-points-list {
  margin-top: 1rem;
}

.charging-points-list {
  margin-top: 2.5rem;
}
.charging-points-list span {
  display: flex;
  text-align: left;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 300;
  color: var(--black);
}
.charging-points-list span + span {
  margin-top: 3rem;
}

.charging-plug-img {
  position: absolute;
  width: 19.4rem;
  height: 48rem;
  right: 10%;
  top: 13rem;
}
.charging-plug-img img {
  width: 100%;
}
@media screen and (max-width: 1199.98px) {
  .charging-plug-img {
    width: 15rem;
    top: 10rem;
  }
}

.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;
  padding-left: 7rem;
  margin-top: 1.5rem;
}
.performance-disclaimer a {
  color: var(--primary-blue);
}
@media screen and (max-width: 991.98px) {
  .performance-disclaimer {
    text-align: center;
    padding-left: 0rem;
  }
}

.commute-wrapper {
  padding-top: 12.8rem;
  padding-bottom: 9rem;
 background: rgb(237,237,237);
background: radial-gradient(circle, rgba(237,237,237,1) 0%, rgba(131,127,127,1) 85%);
}
.commute-wrapper .curve.top {
  content: url("../images/connect-top.svg");
}
.commute-wrapper .curve.bottom {
  content: url("../images/connect-bottom.svg");
}
.commute-wrapper .powerdby {
  margin-bottom: 6rem;
}
.commute-wrapper .powerdby img {
  max-height: 6rem;
}
.commute-wrapper .cards-wrapper {
  margin-left: -1rem;
  margin-right: -1rem;
}
.commute-wrapper .cards-wrapper [class*=col-] {
  padding-left: 1rem;
  padding-right: 1rem;
}
.commute-wrapper .heading {
  text-shadow: var(--text-shadow);
}
.commute-wrapper .heading h3 {
  font-size: 4.8rem;
  line-height: 5.2rem;
  font-weight: 300;
  color: var(--white);
  margin-bottom: 2.5rem;
}
.commute-wrapper .heading .subheading {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 300;
  color: var(--white);
  margin-bottom: 4.5rem;
}
.commute-wrapper .card-icon {
  margin-top: 0.5rem;
}
.commute-wrapper .card-icon i {
  color: var(--white);
  font-size: 6.5rem;
  opacity: 0.8;
}
.commute-wrapper .app-btn img {
  width: 15rem;
  max-width: 100%;
}
.commute-wrapper .app-btn + .app-btn {
  margin-left: 2rem;
}
.commute-wrapper .tab-pane p {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 400;
  color: var(--white);
  margin-bottom: 0;
}
.commute-wrapper .tabs-section {
  margin-top: 7.2rem;
}
.commute-wrapper .tab-img-section {
  padding-top: 4.5rem;
  padding-bottom: 7rem;
}
@media screen and (min-width: 768px) {
  .commute-wrapper .tab-img-section img {
    width: 25.7rem;
    max-width: 100%;
    filter: drop-shadow(15px 9px 7px rgba(0, 0, 0, 0.28));
  }
  .commute-wrapper .tab-img-section img.img-rl {
    width: 68.8rem;
    max-width: 100%;
  }
  .commute-wrapper .tab-img-section .left-img {
    position: relative;
    z-index: 1;
  }
  .commute-wrapper .tab-img-section .left-img + .horizontal-img {
    margin-left: -9rem;
  }
  .commute-wrapper .tab-img-section .left-img + .left-img {
    margin-left: 4.5rem;
    margin-top: 5.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .commute-wrapper .inner-wrapper {
    padding: 0 9.2rem;
  }
}
@media screen and (max-width: 991.98px) {
  .commute-wrapper .heading h3 {
    font-size: 3rem;
    line-height: 3.4rem;
    margin-bottom: 2rem;
  }
  .commute-wrapper .heading .subheading {
    font-size: 1.6rem;
    line-height: 2rem;
    margin-bottom: 3.5rem;
  }
  .commute-wrapper .powerdby {
    margin-bottom: 4rem;
  }
  .commute-wrapper .powerdby img {
    max-height: 4rem;
  }
  .commute-wrapper .cards-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
  .commute-wrapper .cards-wrapper [class*=col-] {
    padding-left: 0;
    padding-right: 0;
  }
  .commute-wrapper .cards-wrapper [class*=col-] + [class*=col-] {
    margin-top: 2.5rem;
  }
  .commute-wrapper .tab-pane p {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}
@media screen and (max-width: 767.98px) {
  .commute-wrapper {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .commute-wrapper .powerdby img {
    max-height: 7.5rem;
  }
  .commute-wrapper .inner-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .commute-wrapper .left-img {
    padding-left: 7rem;
    padding-right: 7rem;
  }
  .commute-wrapper .left-img + .left-img {
    margin-top: 3rem;
  }
  .commute-wrapper .horizontal-img {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-top: 3rem;
  }
  .commute-wrapper .tab-img-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .commute-wrapper .tab-img-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .commute-wrapper .tab-pane p {
    font-size: 1.2rem;
    line-height: 1.6rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.smart-choice-wrapper {
  padding-top: 5rem;
  padding-bottom: 3rem;
}
.smart-choice-wrapper h3 {
  font-size: 4rem;
  line-height: 4.4rem;
  font-weight: 500;
  color: var(--tertiary-blue);
  margin-bottom: 2rem;
}
 .smart-choice-wrapper .saving-detail h4 {
  font-size: 1.5rem;
  line-height: 2.6rem;
  font-weight: 300;
  color: var(--black);
  margin-bottom: 1rem;
  margin-left: 20%;
  margin-right: 20%;
  text-align: center;
}
@media screen and (max-width: 767.98px){
.smart-choice-wrapper .saving-detail h4 {
text-align: center;
margin-left: 5%;
  margin-right: 5%;
  }
}
.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(--tertiary-blue);
}
.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 h3 {
    font-size: 3rem;
    line-height: 3.4rem;
    margin-bottom: 3.5rem;
  }
  .smart-choice-wrapper .saving-detail h4 {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
  .smart-choice-wrapper .saving-detail p {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .smart-choice-wrapper h3 {
    font-size: 2.2rem;
    line-height: 2.6rem;
    margin-bottom: 3rem;
  }
  .smart-choice-wrapper .saving-detail h4 {
    font-size: 1.8rem;
    line-height: 2.2rem;
    margin-bottom: 2rem;
  }
  .smart-choice-wrapper .saving-detail p {
    font-size: 2.4rem;
    line-height: 2.8rem;
    max-width: 24rem;
    margin: 0 auto;
  }
}

.pricing-box {
  width: 940px;
  max-width: 100%;
}
.pricing-box .left-box, .pricing-box .right-box {
  width: 50%;
  padding-bottom: 6rem;
  padding-top: 3rem;
}
.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: 4rem;
}
.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: 4rem;
}
.pricing-box .right-box .energy-img {
  margin-left: 5rem;
}
.pricing-box .energy-img {
  margin-bottom: 0rem;
  position: relative;
}
.pricing-box .energy-img i {
  font-size: 24rem;
  line-height: 24.4rem;
  font-weight: 300;
  color: var(--grey-17);
}
.pricing-box .energy-img .fuel,
.pricing-box .energy-img .battery {
  position: absolute;
  z-index: 1;
  top: 7rem;
  background: var(--white);
  height: 11.4rem;
  width: 11.4rem;
  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: 5rem;
  line-height: 5.4rem;
  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: 1.8rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px dashed var(--grey-6);
}
.pricing-box .mileage .day-count {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 300;
  color: var(--black);
}
.pricing-box .mileage .years-count {
  font-size: 2.8rem;
  line-height: 3.2rem;
  font-weight: 300;
  color: var(--black);
  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 .amount {
  font-size: 2rem;
  line-height: 4.4rem;
  font-weight: 500;
  color: var(--black);
  margin-bottom: 0;
  text-align: center;
}
.pricing-box .amount-details span {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 300;
  color: var(--black);
}
@media screen and (max-width: 991.98px) {
  .pricing-box {
    width: 720px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .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 .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;
  }
  .pricing-box .mileage .day-count {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .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: 1.5rem;
  }
  .pricing-box .left-box .energy-img {
    margin-right: 2.5rem;
  }
    .pricing-box .left-box .energy-img object{
    width: 134px;
  }
  .pricing-box .right-box .energy-img object{
    width: 134px;
  }
  .pricing-box .right-box {
    padding-left: 1.5rem;
  }
  .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: 5rem;
    width: 5rem;
  }
  .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.5rem;
    line-height: 3.2rem;
  }
  .pricing-box .amount-details span {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }
}

.expert-innovation-wrapper {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
}
.expert-innovation-wrapper h2 {
  font-size: 4rem;
  line-height: 4.4rem;
  font-weight: 300;
  color: var(--tertiary-blue);
  margin-bottom: 2.5rem;
}
.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;
}
.expert-innovation-wrapper .quality-section:after, .expert-innovation-wrapper .quality-section:before {
  content: "";
  background: #ffffff;
  background: -moz-linear-gradient(top, #2b99f7 0%, #ffffff 50%, #2b99f7 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #2b99f7 0%, #ffffff 50%, #2b99f7 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #2b99f7 0%, #ffffff 50%, #2b99f7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#2b99f7", endColorstr="#2b99f7",GradientType=0 );
  /* IE6-9 */
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1px;
  height: 100%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: -1;
}
.expert-innovation-wrapper .quality-section: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);
  height: 90rem;
}
.expert-innovation-wrapper .top-left {
  padding: 6rem 10rem 6rem 3rem;
}
.expert-innovation-wrapper .top-right {
  padding: 6rem 3rem 6rem 10rem;
}
.expert-innovation-wrapper .bottom-left {
  padding: 7.5rem 10rem 5rem 3rem;
}
.expert-innovation-wrapper .bottom-right {
  padding: 7.5rem 3rem 6rem 10rem;
}
.expert-innovation-wrapper .tvs-stamp-img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  padding: 1rem;
 /* background: var(--white);*/
}
.expert-innovation-wrapper .tvs-stamp-img img {
  max-width: 24rem;
  height: 50%;
  width: 50%;
  margin-left: 16px;
}
.expert-innovation-wrapper .tvs-trust-points i {
  background: -webkit-linear-gradient(var(--primary-green), var(--secondary-green));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 6rem;
  margin-bottom: 1.8rem;
  display: block;
}
.expert-innovation-wrapper .tvs-trust-points h5 {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 500;
  color: var(--black);
  margin-bottom: 1.6rem;
}
.expert-innovation-wrapper .tvs-trust-points p {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 300;
  color: var(--black);
}
@media screen and (max-width: 991.98px) {
  .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.2rem;
    line-height: 2.6rem;
    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: 1rem 2rem 5.5rem 1rem;
  }
  .expert-innovation-wrapper .top-right {
    padding: 1rem 1rem 5.5rem 2rem;
  }
  .expert-innovation-wrapper .bottom-left {
    padding: 5.5rem 2rem 1rem 1rem;
  }
  .expert-innovation-wrapper .bottom-right {
    padding: 5.5rem 1rem 1rem 2rem;
  }
  .expert-innovation-wrapper .tvs-trust-points i {
    font-size: 4rem;
    margin-bottom: 1.3rem;
  }
  .expert-innovation-wrapper .tvs-trust-points h5 {
    font-size: 1.4rem;
    line-height: 2rem;
    text-align: center;
    font-weight: 500;
  }
  .expert-innovation-wrapper .tvs-trust-points p {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }
}

.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 .curve.top {
  content: url("../images/map-top.svg");
}
.ride-change-wrapper .curve.bottom {
  content: url("../images/map-bottom.svg");
  z-index: 99;
}
.ride-change-wrapper .card {
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -moz-border-radius: 2rem;
  box-shadow: var(--shadow-lg);
  -webkit-box-shadow: var(--shadow-lg);
  -ms-box-shadow: var(--shadow-lg);
  -moz-box-shadow: var(--shadow-lg);
  border: 2px solid var(--white);
  background: var(--white);
  color: var(--black);
  background: -webkit-linear-gradient(top, var(--white), var(--light-grey-1));
  background: linear-gradient(to bottom, var(--white), var(--light-grey-1));
  position: relative;
}
.ride-change-wrapper .card .card-body {
  padding: 5rem 3rem 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: 4rem;
  line-height: 4.4rem;
  font-weight: 300;
  color: var(--tertiary-blue);
  margin-bottom: 4rem;
}
.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: 0 0 3rem;
}
.ride-change-wrapper .dealership-search input {
  font-weight: 400;
}
.ride-change-wrapper .dealership-search .nearby-dealer {
  text-align: right;
}
.ride-change-wrapper .radio-card .radio-card-inner {
  border-radius: 1.5rem;
  padding: 2.5rem 2.5rem 2.7rem;
}
.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;
}
@media screen and (max-width: 991.98px) {
  .ride-change-wrapper .section-title {
    font-size: 3rem;
    line-height: 3.4rem;
    margin-bottom: 3rem;
  }
  .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: 0 0 2.5rem;
  }
  .ride-change-wrapper .dealership-search input {
    max-width: 25rem;
  }
  .ride-change-wrapper .dealership-search .nearby-dealer {
    text-align: center;
    margin-top: 1rem;
  }
  .ride-change-wrapper .dealership-search .nearby-dealer .btn {
    width: auto;
  }
  .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: 2rem;
  }
  .ride-change-wrapper .card .card-body {
    padding: 5rem 1.5rem 2rem;
  }
  .ride-change-wrapper .dealership-search input {
    max-width: 13.5rem;
  }
  .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.3rem;
  line-height: 1.7rem;
  font-weight: 400;
  color: var(--black);
  margin: 0 2rem;
}
.or-this.llg {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
  color: var(--black);
  margin: 2rem 0.5rem;
}

.detect-pin {
  margin-bottom: 2.5rem;
}
.detect-pin input {
  width: 19rem;
}
.detect-pin .nearby-dealer .btn {
  width: 19rem;
}

.pincode-info {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 400;
  color: var(--grey-15);
  justify-content: center;
}
.pincode-info i {
  background: -webkit-linear-gradient(var(--primary-green), var(--secondary-green));
  -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;
    font-size: 1.1rem;
    line-height: 1.5rem;
  }
  .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: 0 0.5rem;
  }
  .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;
  }
  .detect-pin input {
    max-width: 13.5rem;
  }
  .detect-pin .nearby-dealer {
    text-align: center;
    margin-top: 0;
  }
  .detect-pin .nearby-dealer .btn {
    width: auto;
  }

  .htr-inputs {
    margin-top: -0.5rem;
  }
}
.dashboard-order {
  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);
}
.dashboard-order .step-wizard-left {
  background: var(--white);
  color: false;
  background: -webkit-linear-gradient(top, var(--white), var(--grey-3));
  background: linear-gradient(to bottom, var(--white), var(--grey-3));
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -moz-border-radius: 2rem;
  box-shadow: var(--dashboard-shadow-left);
  -webkit-box-shadow: var(--dashboard-shadow-left);
  -ms-box-shadow: var(--dashboard-shadow-left);
  -moz-box-shadow: var(--dashboard-shadow-left);
  border: 1px solid var(--white);
  padding-left: 0;
  padding-right: 0;
  z-index: 99;
}
.dashboard-order .step-wizard-left .bg-wizard {
  background-image: url(../images/wizard-bg.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 47% auto;
  background-repeat: no-repeat;
  height: 100%;
}
.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(--primary-blue);
    display: block;
  }
}
.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;
}
.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 .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;
}
.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);
}
.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: 2rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: var(--black);
}
.dashboard-order.new-dashboard .delarship-title {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: var(--black);
}
.dashboard-order .btn {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
}
.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 .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(--black);
}
.dashboard-order .payment-details .payment-complete .list-unstyled li {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 400;
  color: var(--black);
  padding: 0.3rem 0;
}
.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(--black);
}
.dashboard-order .payment-steps .media.multi-section p {
  font-size: 2.2rem;
  line-height: 2.6rem;
  font-weight: 600;
  color: var(--black);
  margin-top: 0.2rem;
}
.dashboard-order .payment-steps .media.multi-section .media-body {
  padding-right: 3rem;
}
.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(--primary-green), var(--secondary-green));
  -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(--secondary-green);
  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 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(--black);
  line-height: 2rem;
  text-align: center;
  padding: 4rem 10rem 0.5rem;
}
.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: 2rem;
  line-height: 2.4rem;
  font-weight: 300;
  color: var(--black);
  text-align: left;
}
.dashboard-order .delarship-title p {
  font-size: 1.4rem;
  line-height: 1.8rem;
  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: 400;
  color: var(--black);
}
.dashboard-order .delarship-info-details ul li span:first-child {
  min-width: 100px;
  font-size: 1.3rem;
  line-height: 1.7rem;
  font-weight: 500;
  color: var(--black);
}
@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-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: 400;
  color: var(--black);
}
.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 #f7f2f2;
  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(--black);
}
.dashboard-order .bike-share img {
  max-width: 51rem;
}
@media screen and (max-width: 767.98px) {
  .dashboard-order {
    box-shadow: none;
  }
  .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 2rem 2rem;
    -webkit-border-radius: 0rem 0rem 2rem 2rem;
    -ms-border-radius: 0rem 0rem 2rem 2rem;
    -moz-border-radius: 0rem 0rem 2rem 2rem;
    box-shadow: 0 0 0 0;
    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: 2rem;
    -webkit-border-radius: 2rem;
    -ms-border-radius: 2rem;
    -moz-border-radius: 2rem;
    overflow: hidden;
    box-shadow: 0px 0 8.6px -0.1px rgba(0, 0, 0, 0.14);
    background-position: right bottom;
    background-size: 43% auto;
  }
  .dashboard-order .step-wizard-left.action-wizard .step-wizard-wrapper {
    padding-bottom: 2rem;
  }
  .dashboard-order .action-required-section {
    margin: auto;
  }
  .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.4rem;
  line-height: 1.8rem;
  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;
}
.dashboard-order .payment-query .options {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--black);
}
.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;
}
.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 {
    margin: 18px 0;
  }
  .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(--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.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;
}
@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 5rem 0 2rem;
}
.order-detail .payment-title {
  margin-bottom: 2.3rem;
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 400;
  color: var(--black);
  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);
}
.order-detail .blue-text {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: var(--tertiary-blue);
}
@media screen and (max-width: 1199.98px) {
  .order-detail {
    padding: 0 1.5rem;
  }
  .order-detail .payment-title {
    font-size: 1.8rem;
    line-height: 2.2rem;
    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;
  }
}

.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: 3rem;
}
.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 .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: "";
  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;
}
.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: 15rem;
    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: 26rem;
    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 .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: 32rem;
  }
  .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.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 red;
}

.prelaunch-announcement {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: var(--white);
  padding: 1rem 0;
  background: var(--tertiary-blue);
}
.prelaunch-announcement .announcement {
  display: flex;
  justify-content: center;
  align-items: center;
}
.prelaunch-announcement .reserve-btn {
  margin-left: 1rem;
}
@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: 1.8rem;
  line-height: 2.2rem;
  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);
}

@media screen and (max-width: 767.98px) {
  .prelaunch-heading {
    margin-bottom: 1rem;
    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: 83rem;
  }
  .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 iframe {
    height: 39.3rem;
  }
}
.modal .modal-header {
  border-bottom: none;
  padding: 4rem 2rem 0;
  margin-bottom: -1rem;
}
.modal .modal-content {
  border-radius: 3rem;
  -webkit-border-radius: 3rem;
  -ms-border-radius: 3rem;
  -moz-border-radius: 3rem;
}
.modal .modal-title {
  font-size: 3rem;
  line-height: 3.4rem;
  font-weight: 300;
  color: var(--tertiary-blue);
}
.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-image: url("../images/popup-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  padding: 5rem 2rem;
}
.modal .modal-body.booking {
  padding-left: 5rem;
  padding-right: 5rem;
}
.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(--black);
  margin-bottom: 2rem;
}
.modal .modal-body p {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 400;
  color: var(--black);
  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(--sky-blue), var(--primary-blue));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.modal .modal-body .otp-wrapper span {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 300;
  color: var(--font-light-grey);
  margin-bottom: 3rem;
}
.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: 6.5rem 5.5rem 3rem 5.5rem;
}
.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 .actions .btn {
  margin: 0 1rem;
  margin-top: 1rem;
  height: 3.8rem;
}
.modal .close {
  position: absolute;
  font-size: 3rem;
  line-height: 3.4rem;
  color: var(--grey-2);
  right: 1.2rem;
  font-size: 3rem;
  top: 1.2rem;
  opacity: 1;
}
@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 {
    height: 16.5rem;
  }
  .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: 2.8rem;
  }
  .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: 4.4rem 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;
  }
}

.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;
  }
}

.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 .booking-amount-detail .amount {
  margin-bottom: 2.5rem;
}
.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 .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 {
  background: -webkit-linear-gradient(var(--primary-green), var(--secondary-green));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 9.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 .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 h4 {
  font-size: 3rem;
  line-height: 3.4rem;
  font-weight: 300;
  color: var(--black);
  margin-bottom: 4rem;
}
.steps-content-box .payment-status span {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 2rem;
}
.steps-content-box .payment-status p {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
  color: var(--black);
}
.steps-content-box .button-wrapper .btn {
  margin: 0 2rem;
  margin-top: 3rem;
}
.steps-content-box .button-wrapper .btn.btn-lg {
  margin: 0 0.5rem;
  margin-top: 2rem;
  min-width: 25rem;
  height: 6.5rem;
}
@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 .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;
    height: 4.5rem;
  }
  .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-top: 9rem;
    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 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: 0;
  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;
}

.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.6rem;
  line-height: 2rem;
  font-weight: 300;
  color: var(--black);
  padding: 0 0 2rem 1rem;
}
.home-delivery-body .txt-two {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 300;
  color: var(--black);
  margin-bottom: 2rem;
}
.home-delivery-body .txt-two a {
  color: var(--tertiary-blue);
}
.home-delivery-body .media .icon-check {
  font-size: 2.1rem;
  line-height: 2.5rem;
  color: var(--secondary-green);
}
.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: 1.3rem;
    line-height: 1.7rem;
    padding: 0 0 1rem 1rem;
  }
  .home-delivery-body .media .icon-check {
    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);
}

.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) {
  .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;
  }
}
.iqube-customer-section {
  padding-top: 10rem;
  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 0 2rem 2rem;
  -webkit-border-radius: 0 0 2rem 2rem;
  -ms-border-radius: 0 0 2rem 2rem;
  -moz-border-radius: 0 0 2rem 2rem;
}

.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(--primary-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: 300;
  color: var(--black);
  margin-bottom: 3.5rem;
}
.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;
}
.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(--primary-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(--black);
  margin-bottom: 2.5rem;
}
.address-info p {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 300;
  color: var(--black);
}
.address-info p strong {
  display: block;
  margin-top: 1rem;
}

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

.faq {
  min-height: 8rem;
  margin-bottom: 2rem;
  padding-top: 5rem;
}
.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;
  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(--tertiary-blue);
}
@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(--tertiary-blue);
  }
}
.faq .faq-section .faq-title h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4rem;
  line-height: 4.4rem;
  font-weight: 300;
  color: var(--tertiary-blue);
  letter-spacing: 0.04rem;
  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(--tertiary-blue);
  }
}
@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(--tertiery-green);
  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(--tertiery-green);
}
.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: 2.4rem;
  line-height: 2.8rem;
  font-weight: 300;
  color: var(--black);
}
@media screen and (max-width: 767.98px) {
  .faq .card .card-header.main-title {
    padding: 2rem 2rem;
  }
  .faq .card .card-header.main-title a {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
.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: 300;
  color: var(--black);
  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: 300;
  color: var(--black);
}
.faq .card 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;
}
.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;
  }
}

.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: "";
  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: "";
  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(--tertiary-blue);
  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(--tertiary-blue);
}
@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(--tertiary-blue);
  }
  .card-link-inner[data-toggle=collapse] .plus-circle:before {
    font-size: 3rem;
    line-height: 3.4rem;
    font-weight: 400;
    color: var(--tertiary-blue);
  }
}
.card-link-inner[data-toggle=collapse].collapsed .plus-circle:before {
  content: "+";
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 500;
  color: var(--tertiary-blue);
}
@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(--tertiary-blue);
  }
}

.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(--tertiary-blue);
}
@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(--tertiary-blue);
  }
}
.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: 4rem;
  line-height: 4.4rem;
  font-weight: 300;
  color: var(--tertiary-blue);
  letter-spacing: 0.04rem;
  width: 100%;
}
@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(--tertiary-blue);
  }
}
@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: 300;
  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: 400;
  color: var(--black);
}
.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 p {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 300;
  color: var(--black);
}
@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: 300;
    color: var(--black);
  }
}
.terms-and-conditions .terms-section .terms-content.terms-inner ol li p a {
  color: var(--tertiary-blue);
}
.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(--black);
}
@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: 300;
    color: var(--black);
    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(--black);
  }
  .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(--black);
  }
  .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;
}
@media screen and (max-width: 767.98px) {
  .terms-and-conditions .terms-section {
    margin: 0rem;
  }
}

.desclaimer {
  min-height: 8rem;
  margin-bottom: 2rem;
  padding-top: 5rem;
}
.desclaimer .desclaimer-title {
  display: flex;
  padding: 0rem 7rem 2rem;
}
.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(--tertiary-blue);
}
@media screen and (max-width: 767.98px) {
  .desclaimer .desclaimer-title a i {
    font-size: 2rem;
    line-height: 2.4rem;
    font-weight: 300;
    color: var(--tertiary-blue);
  }
}
.desclaimer .desclaimer-title a:hover {
  text-decoration: none;
}
.desclaimer .desclaimer-title h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4rem;
  line-height: 4.4rem;
  font-weight: 300;
  color: var(--tertiary-blue);
  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(--tertiary-blue);
  }
}
@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: 1rem;
}
.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.4rem;
  line-height: 2.8rem;
  font-weight: 300;
  color: var(--black);
  letter-spacing: 0.24px;
}
.desclaimer .desclaimer-section .desclaimer-content .content-text span {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 300;
  color: var(--black);
  padding: 0.3rem 0rem;
  letter-spacing: 0.18px;
}
.desclaimer .desclaimer-section .desclaimer-content .content-text span a {
  color: var(--tertiary-blue);
}
.desclaimer .desclaimer-section .desclaimer-content .content-text span.inner-points {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 300;
  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: 300;
  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(--black);
  }
  .desclaimer .desclaimer-section .desclaimer-content .content-text span {
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 300;
    color: var(--black);
  }
  .desclaimer .desclaimer-section .desclaimer-content .content-text span.inner-points {
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 300;
    color: var(--black);
  }
}
.desclaimer .desclaimer-section .desclaimer-content #range:target h5,
.desclaimer .desclaimer-section .desclaimer-content #range:target span {
  color: var(--tertiary-blue);
}
.desclaimer .desclaimer-section .desclaimer-content #topspeed:target h5,
.desclaimer .desclaimer-section .desclaimer-content #topspeed:target span {
  color: var(--tertiary-blue);
}
.desclaimer .desclaimer-section .desclaimer-content #smartchoice:target h5,
.desclaimer .desclaimer-section .desclaimer-content #smartchoice:target span {
  color: var(--tertiary-blue);
}
.desclaimer .desclaimer-section .desclaimer-content #acceleration:target h5,
.desclaimer .desclaimer-section .desclaimer-content #acceleration:target span {
  color: var(--tertiary-blue);
}
.desclaimer .desclaimer-section .desclaimer-content #power:target h5,
.desclaimer .desclaimer-section .desclaimer-content #power:target span {
  color: var(--tertiary-blue);
}
.desclaimer .desclaimer-section .desclaimer-content #motor:target h5,
.desclaimer .desclaimer-section .desclaimer-content #motor:target span {
  color: var(--tertiary-blue);
}
.desclaimer .desclaimer-section .desclaimer-content #battery:target h5,
.desclaimer .desclaimer-section .desclaimer-content #battery:target span {
  color: var(--tertiary-blue);
}
@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;
  }
}

.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 {
  height: auto;
  width: auto;
  top: 40%;
}
.slick-prev:before,
.slick-next:before {
  font-family: "icomoon";
  font-size: 3.4rem;
  line-height: 3.8rem;
  color: var(--tertiary-blue);
  opacity: 100;
}

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

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

.slick-dots li button:before {
  color: var(--white);
  opacity: 100;
}
.slick-dots li.slick-active button:before {
  color: var(--tertiary-blue);
}

@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: 2.2rem;
    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-16);
  font-size: 2.2rem;
  line-height: 1.1rem;
}
.designtab-slider .slick-dots li.slick-active button:before {
  color: var(--tertiary-blue);
}
@media screen and (max-width: 991.98px) {
  .designtab-slider .slide-item {
    padding: 0;
  }
  .designtab-slider .slick-dots li {
    margin-top: 1rem;
  }
}

.chargingtab-slider {
  text-align: center;
  padding: 0 6rem;
}
.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 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: 767.98px) {
  .chargingtab-slider {
    padding: 0;
  }
  .chargingtab-slider .slick-prev, .chargingtab-slider .slick-next {
    top: 10%;
  }
}

.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: 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;
  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);
}
.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;
}
.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: 700;
  color: var(--black);
}
.charging-package-wrapper .package-footer {
  padding: 2rem;
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 700;
  color: var(--black);
  border-top: 1px solid var(--grey-11);
  background: var(--white);
}
.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.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: 4rem;
  line-height: 4.4rem;
  font-weight: 300;
  color: var(--white);
}
.review-wrapper .review-title {
  margin-bottom: 4rem;
}
.review-wrapper .review-bg-wrap {
  background-image: url("../images/review-bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 10rem;
  padding-bottom: 4rem;
}
.review-wrapper .review-bg-wrap .thumbnail-card {
  padding: 1rem;
}
.review-wrapper .see-all {
  margin-top: 0.5rem;
}
.review-wrapper .btn-primary-reverse {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media screen and (max-width: 767.98px) {
  .review-wrapper .review-bg-wrap {
    padding-top: 8rem;
  }
  .review-wrapper h2 {
    font-size: 2rem;
    line-height: 2.4rem;
  }
  .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;
  }
}

.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;
}
.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";
  color: var(--white);
  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: 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;
  }
}

.tabs-reviewsection {
  padding-top: 3rem;
}
.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";
  color: var(--connect-blue);
  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(--black);
  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;
}
.tabs-reviewsection .slider-w980 {
  margin: 0 -2rem;
}
@media screen and (max-width: 991.98px) {
  .tabs-reviewsection {
    padding-top: 0;
  }
  .tabs-reviewsection h2 {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  .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 .slider-w980 {
    margin: 0.5rem 4rem;
  }
}
@media screen and (max-width: 575.98px) {
  .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: 101rem;
}
@media screen and (max-width: 991.98px) {
  .w980 {
    width: 100%;
  }
}

.btnLoadMore .btn {
  min-width: auto !important;
  padding: 0.5rem 2rem;
}

.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;
  }
  .search-filter > .row > [class*=col-] {
    padding-left: 1.5rem;
    padding-right: 0.1 0.5em;
  }
  .search-filter .btn-sm {
    height: 5.6rem;
    min-width: 17.4rem;
    font-size: 2.2rem;
    line-height: 2.6rem;
    font-weight: 500;
  }
}
@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;
  }
  .bottom-tag p {
    padding-top: 5px!important;
    padding-bottom: 5px!important;
  }
}

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

@media screen and (max-width: 991.98px) {
  .category-header {
    margin-bottom: 1.3rem;
  }
  .category-header .btn {
    margin-top: -0.7rem;
  }
}
@media screen and (min-width: 768px) {
  .noslider .slick-track {
    width: 100% !important;
  }
}

/*# sourceMappingURL=main.css.map
.content-wrapper{
background: rgb(237,237,237)!important;
background: radial-gradient(circle, rgba(237,237,237,1) 0%, rgba(131,127,127,1) 85%)!important;
} */
.collapse{
  overflow: visible!important;
  z-index: 99999;
}
@media (max-width: 991.98px){
    .navbar-expand-lg>.container{
        margin: 0!important;
}
    
}
.navbar-nav {
 
    background-color: white!important;
}
@media (max-width: 767px){
body {
    padding-left: 0px!important;
  padding-right: 0px!important;
}
.navbar .container{
    display: inline!important;
}
}
.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: transparent!important;
}
.bottom-tag{
 

  
}
.bottom-tag p{

 font-weight: 400;
 font-size: 16px;
 color: #fff;
 text-align: center;

  text-align: center;
 background: linear-gradient(to bottom, var(--sky-blue), var(--primary-blue));
 line-height: 15px;
 padding-top: 15px;
 padding-bottom: 15px;  
}

.sticky-header{
  margin-top: 2.5rem;
}
.drvision{
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("/dental/iqube/assets/img/dr-vision.png");
}
@media (max-width: 767px){
.carousel  {
    height: 27vh!important;
}
.logo-heading{
        color: #fff;
    font-size: 18px;
    font-weight: 800;
    margin-top: 16px;
}
}