@charset "UTF-8";
/* Regular - 400 */
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/PlusJakartaSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Medium - 500 */
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/PlusJakartaSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* SemiBold - 600 */
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/PlusJakartaSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/* Bold - 700 */
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/PlusJakartaSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

.container-ct {
  width: min(1160px, 100% - 2rem);
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .container-ct {
    width: 100%;
  }
}

.flex-ct {
  display: flex;
}

.mt-40 {
  margin-top: 40px;
}

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

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

html,
body {
  margin: 0;
  padding: 0;
  color: #0D0D10;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

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

a {
  color: #0D0D10;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

:focus-visible {
  outline: 3px solid rgba(249, 248, 252, 0.35);
  outline-offset: 2px;
}

.lazy-bg {
  background: 0 0 !important;
}
.lazy-bg::before {
  background: 0 0 !important;
}
.lazy-bg::after {
  background: 0 0 !important;
}

.stop-scroll {
  overflow: hidden;
}

.container {
  width: min(1160px, 100% - 2rem);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .container {
    width: 100%;
  }
}

body {
  background-color: #F9F8FC;
}

.hide {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .hide-mobile {
    display: none !important;
  }
}
.hide-desktop {
  display: none;
}

@media screen and (max-width: 769px) {
  .hide-desktop {
    display: block;
  }
}
h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #0D0D10;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  h3 {
    font-size: 20px;
    line-height: 32px;
  }
}

h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0.015em;
  text-transform: capitalize;
  color: #0D0D10;
}
@media screen and (max-width: 1024px) {
  h4 {
    font-size: 18px;
    line-height: 32px;
  }
}
h4 {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  h4 {
    font-size: 18px;
    line-height: 32px;
  }
}

section {
  margin: 0 auto 60px;
}
@media screen and (max-width: 1024px) {
  section {
    margin: 0 0 30px;
    overflow: hidden;
  }
  section.container {
    padding: 0 16px;
    margin: 0 0 50px;
  }
}
section .container {
  max-width: 1160px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  section .container {
    padding: 24px 16px;
  }
}
section .container > p, section .container .description {
  margin: 0 0 50px;
}
@media screen and (max-width: 1024px) {
  section .container > p, section .container .description {
    margin: 0 0 23px;
  }
}
section .container.flex-row {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  section .container.flex-row {
    flex-direction: column;
  }
}
section .flex-row {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  section .flex-row {
    flex-direction: column;
  }
}
section .flex-row .left,
section .flex-row .right {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  section .flex-row .left,
  section .flex-row .right {
    width: 100%;
  }
}
section .flex-row .left.sticky,
section .flex-row .right.sticky {
  position: sticky;
  top: 85px;
}
section .flex-row .left {
  margin-right: 48px;
}
@media screen and (max-width: 1024px) {
  section .flex-row .left {
    margin-right: 0;
  }
}
section .flex-row.seventy-thirty .left {
  width: 70%;
}
@media screen and (max-width: 1024px) {
  section .flex-row.seventy-thirty .left {
    width: 100%;
  }
}
section .flex-row.seventy-thirty .right {
  width: 30%;
}
@media screen and (max-width: 1024px) {
  section .flex-row.seventy-thirty .right {
    width: 100%;
  }
}
section .flex-row.sixty-forty .left {
  width: 60%;
}
@media screen and (max-width: 1024px) {
  section .flex-row.sixty-forty .left {
    width: 100%;
  }
}
section .flex-row.sixty-forty .right {
  width: 40%;
}
@media screen and (max-width: 1024px) {
  section .flex-row.sixty-forty .right {
    width: 100%;
  }
}
section .flex-row.flex-start {
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  section .flex-row.mobile-direction-reverse {
    flex-direction: column-reverse;
  }
  section .flex-row.mobile-direction-reverse .image {
    margin: 0;
  }
  section .flex-row.mobile-direction-reverse .image img {
    margin: 0 auto 16px;
  }
}
section .flex-row .image {
  text-align: center;
}
section .flex-row .image img {
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  section .flex-row .image {
    max-width: 100%;
    margin: 24px 0 0;
  }
  section .flex-row .image img {
    max-width: 300px;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
}
section .flex-row .image.margin-top-46 {
  margin: 46px 0 0;
}
@media screen and (max-width: 1024px) {
  section .flex-row .image.margin-top-46 {
    margin: 24px 0 0;
  }
}
section.with-black-bg {
  background: #F3F2F9;
  padding: 60px 0;
}
@media screen and (max-width: 1024px) {
  section.with-black-bg {
    padding: 30px 16px;
  }
  section.with-black-bg .container {
    padding: 0;
    margin: 0;
  }
}
section.with-purple-gradient-bg {
  background: linear-gradient(90.62deg, #1B1A32 -1.26%, #301A6E 100%);
  padding: 60px 0;
}
@media screen and (max-width: 1024px) {
  section.with-purple-gradient-bg {
    padding: 30px 16px;
  }
  section.with-purple-gradient-bg .container {
    padding: 0;
    margin: 0;
  }
}
section.with-purple-gradient-bg .h2-heading {
  color: #fff;
}
section.with-purple-gradient-bg .description {
  color: rgba(255, 255, 255, 0.8);
}
section.with-purple-gradient-bg .description.font-size-16 {
  color: rgba(255, 255, 255, 0.8);
}
section.with-grey-bg {
  background: #F3F2F9;
  padding: 60px 0;
}
@media screen and (max-width: 1024px) {
  section.with-grey-bg {
    padding: 30px 16px;
  }
  section.with-grey-bg .container {
    padding: 0;
    margin: 0;
  }
}
section .sub-heading {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0.015em;
  text-transform: capitalize;
  color: #0D0D10;
}
@media screen and (max-width: 1024px) {
  section .sub-heading {
    font-size: 18px;
    line-height: 32px;
  }
}
section .sub-heading {
  margin: 0 0 12px;
}
section h2, section .h2-heading {
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0.015em;
}
@media screen and (max-width: 1024px) {
  section h2, section .h2-heading {
    font-size: 22px;
    line-height: 26px;
  }
}
section h2, section .h2-heading {
  margin: 0 0 12px;
}
section h2.center, section .h2-heading.center {
  text-align: center;
}
section h2.margin-bottom-36, section .h2-heading.margin-bottom-36 {
  margin-bottom: 36px;
}
section h2.margin-bottom-40, section .h2-heading.margin-bottom-40 {
  margin-bottom: 40px;
}
section p, section .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  color: #3D3D57;
}
@media screen and (max-width: 1024px) {
  section p, section .description {
    font-size: 16px;
    line-height: 28px;
  }
}
section p, section .description {
  margin: 0;
}
section p.center, section .description.center {
  text-align: center;
}
section p a, section .description a {
  text-decoration: underline;
}
section p .more-text, section .description .more-text {
  display: none;
}
section p .more-text.show, section .description .more-text.show {
  display: inline;
}
section p .read-more-text, section .description .read-more-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  color: #804EFF;
  cursor: pointer;
}
section p .read-more-text::before, section .description .read-more-text::before {
  content: "...";
  color: #804EFF;
}
section p .read-more-text.show, section .description .read-more-text.show {
  display: block;
}
section p .read-more-text.show::before, section .description .read-more-text.show::before {
  display: none;
}
@media screen and (max-width: 1024px) {
  section p .read-more-text, section .description .read-more-text {
    font-size: 16px;
    line-height: 28px;
  }
}
section p.font-size-16, section .description.font-size-16 {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  color: #3D3D57;
}
section p.font-size-16 .read-more-text, section .description.font-size-16 .read-more-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #804EFF;
  cursor: pointer;
}
section p.font-size-16 .read-more-text::before, section .description.font-size-16 .read-more-text::before {
  content: "...";
  color: #804EFF;
}
section p.font-size-16 .read-more-text.show, section .description.font-size-16 .read-more-text.show {
  display: block;
}
section p.font-size-16 .read-more-text.show::before, section .description.font-size-16 .read-more-text.show::before {
  display: none;
}
section p.margin-top-24, section .description.margin-top-24 {
  margin-top: 24px;
  margin-bottom: 0;
}
section p.margin-bottom-24, section .description.margin-bottom-24 {
  margin-bottom: 24px;
}
section p.mobile-read-more .more-text, section .description.mobile-read-more .more-text {
  display: inline;
}
@media screen and (max-width: 1024px) {
  section p.mobile-read-more .more-text, section .description.mobile-read-more .more-text {
    display: none;
  }
  section p.mobile-read-more .more-text.show, section .description.mobile-read-more .more-text.show {
    display: inline;
  }
}
section p.mobile-read-more .read-more-text, section .description.mobile-read-more .read-more-text {
  display: none;
}
@media screen and (max-width: 1024px) {
  section p.mobile-read-more .read-more-text, section .description.mobile-read-more .read-more-text {
    display: inline;
  }
}
section > p, section .description {
  margin: 0 0 50px;
}
@media screen and (max-width: 1024px) {
  section > p, section .description {
    margin: 0 0 23px;
  }
}
section .note {
  background: rgba(255, 255, 255, 0.168627451);
  padding: 10px 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  color: #3D3D57;
}
@media screen and (max-width: 1024px) {
  section .note {
    font-size: 16px;
    line-height: 28px;
  }
}
section .note {
  border-radius: 12px;
}
@media screen and (max-width: 1024px) {
  section .note {
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0;
  }
}
section .note.center {
  text-align: center;
}
section .unordered-list {
  list-style: none;
  padding: 0;
}
section .unordered-list li {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  color: #3D3D57;
}
@media screen and (max-width: 1024px) {
  section .unordered-list li {
    font-size: 16px;
    line-height: 28px;
  }
}
section .unordered-list li {
  margin: 0 0 16px;
  padding-left: 20px;
  position: relative;
}
section .unordered-list li::before {
  content: "";
  background: #0D0D10;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 11px;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  section .unordered-list li::before {
    top: 11px;
  }
}
section .unordered-list li span {
  font-weight: 500;
}
section .unordered-list li.font-size-16 {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  color: #3D3D57;
}
@media screen and (max-width: 1024px) {
  section .unordered-list li.font-size-16 {
    font-size: 16px;
    line-height: 28px;
  }
}
section .unordered-list li.font-size-16 span {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  color: #3D3D57;
  font-weight: 400;
  display: inline-block;
  color: #6B6B8D;
}
section .unordered-list.with-green-check-circle li {
  padding-left: 30px;
}
section .unordered-list.with-green-check-circle li::before {
  background: url(../images/common/green-check-circle-icon.svg) no-repeat center/contain;
  width: 24px;
  height: 24px;
  top: 3px;
}
section .unordered-list.with-green-arrow li {
  padding-left: 32px;
  margin: 0 0 28px;
}
@media screen and (max-width: 1024px) {
  section .unordered-list.with-green-arrow li {
    margin: 0 0 16px;
  }
}
section .unordered-list.with-green-arrow li:before {
  content: " →";
  font-size: 22px;
  font-weight: 400;
  display: inline-block;
  margin: 0;
  background: transparent;
  color: #05a53d;
  width: auto;
  height: auto;
  position: absolute;
  left: 0;
  top: -1px;
}
section .unordered-list.with-bg-border li {
  border: 1px solid var(--Border, #D7D5EA);
  background: #fff;
  border-radius: 16px;
  padding: 16px 16px 16px 52px;
}
@media screen and (max-width: 767px) {
  section .unordered-list.with-bg-border li {
    padding: 8px 12px 8px 38px;
  }
}
section .unordered-list.with-bg-border.with-green-arrow li::before {
  left: 16px;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  section .unordered-list.with-bg-border.with-green-arrow li::before {
    font-size: 16px;
  }
}
section .unordered-list.two-col {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
section .unordered-list.two-col li {
  width: 48%;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  section .unordered-list.two-col li {
    width: 100%;
    margin-bottom: 16px;
  }
}
section .button {
  background: linear-gradient(180deg, #9D7EFF 0%, #7950FF 100%);
  border-radius: 16px;
  padding: 14px;
  max-width: 275px;
  width: 100%;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  color: #3D3D57;
}
@media screen and (max-width: 1024px) {
  section .button {
    font-size: 16px;
    line-height: 28px;
  }
}
section .button {
  color: #fff;
  border: 0;
  cursor: pointer;
}
section .white-button {
  background: #fff;
  border-radius: 16px;
  padding: 14px 42px;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  color: #3D3D57;
}
@media screen and (max-width: 1024px) {
  section .white-button {
    font-size: 16px;
    line-height: 28px;
  }
}
section .white-button {
  color: #0D0D10;
  border: 0;
  cursor: pointer;
}
section .arrow-button {
  border: 1px solid var(--Violet-500, #804EFF);
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  color: #0D0D10;
  font-weight: 500;
  color: #5112E1;
  padding: 9px;
  width: 100%;
  background: transparent;
  border-radius: 6px;
  position: relative;
  cursor: pointer;
}
section .arrow-button::after {
  content: " →";
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  margin: 0 0 0 7px;
}

.data_ol {
  margin: 0 auto;
}
.data_ol li {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  color: #3D3D57;
}
@media screen and (max-width: 1024px) {
  .data_ol li {
    font-size: 16px;
    line-height: 28px;
  }
}
.data_ol li {
  margin: 0 0 16px 0;
}

.data_ul {
  margin: 0 auto;
}
.data_ul li {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  color: #3D3D57;
}
@media screen and (max-width: 1024px) {
  .data_ul li {
    font-size: 16px;
    line-height: 28px;
  }
}
.data_ul li {
  margin: 0 0 16px 0;
}

.ordered-list {
  list-style: none;
  counter-reset: number;
  padding: 0;
  margin: 0;
}
.ordered-list > li {
  counter-increment: number;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  color: #3D3D57;
}
@media screen and (max-width: 1024px) {
  .ordered-list > li {
    font-size: 16px;
    line-height: 28px;
  }
}
.ordered-list > li {
  display: flex;
  align-items: center;
  margin: 0 0 22px 0;
}
.ordered-list > li:last-child {
  margin: 0;
}
.ordered-list > li .number {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  margin-right: 16px;
  flex-shrink: 0;
}
.ordered-list > li .number::after {
  content: counter(number);
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  color: #3D3D57;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .ordered-list > li .number {
    width: 36px;
    height: 36px;
    margin-right: 12px;
  }
}
.ordered-list > li .content .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 0;
  color: #0D0D10;
}
@media screen and (max-width: 1024px) {
  .ordered-list > li .content .title {
    font-size: 18px;
    line-height: 32px;
  }
}
.ordered-list > li .content .title {
  margin: 0 0 8px;
}
.ordered-list > li .content .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  color: #3D3D57;
}
.ordered-list.flex-start li {
  align-items: flex-start;
}
.ordered-list.with-number li .number {
  width: auto;
  height: auto;
  margin: 2px 16px 0 0;
}
.ordered-list.two-column {
  display: flex;
  flex-wrap: wrap;
}
.ordered-list.two-column li {
  width: 47%;
  margin: 0 46px 60px 0;
}
@media screen and (max-width: 1024px) {
  .ordered-list.two-column li {
    margin-bottom: 32px;
  }
}
.ordered-list.two-column li:nth-child(2n) {
  margin-right: 0;
}
.ordered-list.two-column li:last-child, .ordered-list.two-column li:nth-last-of-type(2) {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .ordered-list.two-column li {
    width: 100%;
    margin: 0 0 24px;
  }
  .ordered-list.two-column li:nth-last-of-type(2) {
    margin-bottom: 32px;
  }
}
.ordered-list.with-line > li {
  position: relative;
}
.ordered-list.with-line > li::after {
  content: "";
  border: 0.5px dashed rgba(248, 169, 187, 0.6);
  width: 1px;
  height: 100%;
  position: absolute;
  left: 23px;
  z-index: -1;
  top: 46px;
}
@media screen and (max-width: 1024px) {
  .ordered-list.with-line > li::after {
    left: 18px;
    z-index: 0;
    top: 35px;
  }
}
.ordered-list.with-line > li .number {
  border-radius: 50%;
}
@media screen and (max-width: 1024px) {
  .ordered-list.with-line > li .number {
    width: 36px;
    height: 36px;
  }
}
.ordered-list.with-line > li:last-child::after {
  border: 0;
}
.ordered-list.number-with-left-line li {
  align-items: flex-start;
  flex-direction: column;
}
.ordered-list.number-with-left-line li .number {
  width: auto;
  height: auto;
  border-radius: 0;
  margin: 0 0 9px;
}
.ordered-list.number-with-left-line li .number::before {
  content: "";
  background: #804EFF;
  width: 4px;
  height: 100%;
  display: inline-block;
  border-radius: 3px;
  margin-right: 10px;
}
.ordered-list.number-with-left-line li .number::after {
  content: "Step " counter(number);
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0;
  color: #804EFF;
}
@media screen and (max-width: 1024px) {
  .ordered-list.number-with-left-line li .number::after {
    font-size: 16px;
  }
}
.ordered-list.number-with-left-line li .description {
  margin-left: 14px;
  max-width: 460px;
}

.accordion {
  margin: 40px 0 0;
  counter-reset: number;
}
@media screen and (max-width: 1024px) {
  .accordion {
    margin: 20px 0 0;
  }
}
.accordion .accordion-item {
  background: #fff;
  border: 1px solid #D7D5EA;
  border-radius: 12px;
  margin: 0 0 16px;
  counter-increment: number;
}
@media screen and (max-width: 1024px) {
  .accordion .accordion-item {
    box-shadow: 0px 4px 24px 0px rgba(0, 184, 217, 0.0784313725);
  }
}
.accordion .accordion-item .accordion-header {
  padding: 16px 24px;
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  color: #3D3D57;
  color: #0D0D10;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.accordion .accordion-item .accordion-header::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #0D0D10;
  border-bottom: 2px solid #0D0D10;
  transform: rotate(45deg);
  display: inline-block;
  margin-bottom: 2px;
  margin-left: 9px;
  flex-shrink: 0;
}
.accordion .accordion-item .accordion-header .number {
  background: #E6FCFF;
  width: 56px;
  height: 56px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 18px;
}
.accordion .accordion-item .accordion-header .number::after {
  content: counter(number);
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  color: #3D3D57;
}
@media screen and (max-width: 1024px) {
  .accordion .accordion-item .accordion-header .number::after {
    font-size: 16px;
    line-height: 28px;
  }
}
.accordion .accordion-item .accordion-header .number::after {
  color: #0D0D10;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .accordion .accordion-item .accordion-header .number {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    margin-right: 12px;
  }
}
.accordion .accordion-item .accordion-header .heading {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  color: #3D3D57;
}
@media screen and (max-width: 1024px) {
  .accordion .accordion-item .accordion-header .heading {
    font-size: 16px;
    line-height: 28px;
  }
}
.accordion .accordion-item .accordion-header .heading {
  color: #0D0D10;
  font-weight: 500;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .accordion .accordion-item .accordion-header .heading {
    margin-right: 4px;
  }
}
.accordion .accordion-item .accordion-content {
  display: none;
}
.accordion .accordion-item .accordion-content .description {
  color: #3D3D57;
}
.accordion .accordion-item.active .accordion-header {
  padding-bottom: 18px;
  font-weight: 700;
}
.accordion .accordion-item.active .accordion-header::after {
  transform: rotate(-135deg);
  margin-bottom: -5px;
}
.accordion .accordion-item.active .accordion-header .heading {
  font-weight: 700;
}
.accordion .accordion-item.active .accordion-content {
  display: block;
  padding: 0 24px 24px;
}

.table {
  background: #d7d5ea;
  border-radius: 16px;
  margin: 31px 0 0;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 32px;
  overflow-x: scroll;
  width: 100%;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.table::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 1024px) {
  .table {
    width: 100%;
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .table::-webkit-scrollbar {
    display: none;
  }
}
.table:has(.load-more-rows-wrapper) {
  padding-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .table:has(.load-more-rows-wrapper) {
    width: 100%;
    overflow-x: scroll;
    padding-bottom: 24px;
  }
}
.table.no-box-shadow {
  box-shadow: none;
  border: 1px solid #D2E4FF;
  padding: 0;
  margin-bottom: 32px;
}
.table.no-box-shadow table tbody tr:last-child {
  border-bottom: 0;
}
.table.center table {
  text-align: center;
}
.table.center table thead th {
  text-align: center;
}
.table.with-border {
  border: 1px solid #D7D5EA;
  background: #fff;
}
.table.with-border thead {
  background: transparent;
}
.table.with-border thead th {
  border-bottom: 1px dashed #D7D5EA;
  border-right: 1px dashed #D7D5EA;
}
.table.with-border tbody tr:nth-child(even), .table.with-border tbody tr:nth-child(odd) {
  background: transparent;
}
.table.with-border tbody tr {
  border-bottom: 1px dashed #D7D5EA;
}
.table.with-border tbody tr:last-child {
  border-bottom: 0;
}
.table.with-border tbody tr td {
  border-right: 1px dashed #D7D5EA;
}
.table table {
  border-collapse: collapse;
  width: 100%;
}
.table table thead.blue {
  background: #E1ECFD;
}
.table table thead th {
  padding: 16px 40px;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0;
  text-align: left;
  color: #0D0D10;
}
@media screen and (max-width: 1024px) {
  .table table thead th {
    font-size: 14px;
    line-height: 21px;
    padding: 8px 10px;
  }
}
.table table thead th:first-child {
  border-top-left-radius: 10px;
}
.table table thead th:last-child {
  border-top-right-radius: 10px;
  border-right: 0;
}
.table table tbody tr {
  border-color: #3A3B3B;
}
.table table tbody tr:nth-child(even) {
  background: #F9F8FC;
}
.table table tbody tr:nth-child(even) td {
  border-left: 1px solid #D7D5EA;
}
.table table tbody tr:nth-child(even) td:first-child {
  border-left: 0;
}
.table table tbody tr:nth-child(odd) {
  background: #EAE8F3;
}
.table table tbody tr:last-child {
  border-radius: 0 0 16px 16px;
}
.table table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 16px;
}
.table table tbody tr:last-child td:last-child {
  border-radius: 0 0 16px 0;
}
.table table tbody td {
  border-left: 1px solid;
  border-color: #D7D5EA;
  padding: 18px 40px;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  color: #3D3D57;
}
.table table tbody td:first-child {
  border-left: 0;
}
@media screen and (max-width: 1024px) {
  .table table tbody td {
    font-size: 14px;
    line-height: 21px;
    padding: 8px 6px;
  }
}
.table table tbody td ul {
  padding-left: 20px;
}
.table .button-wrapper {
  text-align: center;
  margin: 23px auto 21px;
}
@media screen and (max-width: 1024px) {
  .table .button-wrapper {
    margin-bottom: 0;
  }
}
.table .load-more-rows-wrapper {
  text-align: CENTER;
  position: absolute;
  left: 50%;
  bottom: -16px;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 1024px) {
  .table .load-more-rows-wrapper {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    margin: 24px 0 0;
  }
}
.table .load-more-rows-wrapper .load-more-rows {
  border: 1px solid #D3E5EC;
  border-radius: 100px;
  background: #fff;
  padding: 3px 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  color: #3D3D57;
  color: #F9F8FC;
  position: relative;
  cursor: pointer;
}
.table .load-more-rows-wrapper .load-more-rows::after {
  content: "";
  border: solid #0065ff;
  display: inline-block;
  padding: 3px;
  border-width: 0 1.5px 1.5px 0;
  transform: rotate(45deg);
  margin: 0 0 2px 9px;
}
@media screen and (max-width: 1024px) {
  .table .load-more-rows-wrapper .load-more-rows {
    display: inline-block;
  }
}
.table .load-more-rows-wrapper .load-more-rows.show::after {
  transform: rotate(-135deg);
  margin: 0 0 -1px 9px;
}
.table ~ .disclaimer {
  font-size: 8pt;
  margin: 24px 0;
  display: inline-block;
  line-height: 16px;
}
@media screen and (max-width: 767px) {
  .table.features-table table tbody td {
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #3D3D57;
  }
}
.table.features-table .check {
  background: url(../images/common/purple-check-mark.svg) no-repeat center/contain;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 12px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .table.features-table .check {
    width: 14px;
    height: 14px;
    margin-right: 4px;
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translate(0, -50%);
  }
}
.table.features-table .icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 12px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .table.features-table .icon {
    width: 14px;
    height: 14px;
    margin-right: 4px;
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translate(0, -50%);
  }
}
.table.features-table .icon.icon-1 {
  background: url(../images/common/features-table-icon-1.svg) no-repeat center/contain;
}
.table.features-table .icon.icon-2 {
  background: url(../images/common/features-table-icon-2.svg) no-repeat center/contain;
}
.table.features-table .icon.icon-3 {
  background: url(../images/common/features-table-icon-3.svg) no-repeat center/contain;
}
.table.features-table .icon.icon-4 {
  background: url(../images/common/features-table-icon-4.svg) no-repeat center/contain;
}
.table.features-table .icon.icon-5 {
  background: url(../images/common/features-table-icon-5.svg) no-repeat center/contain;
}
.table.features-table .icon.icon-6 {
  background: url(../images/common/features-table-icon-6.svg) no-repeat center/contain;
}
.table.features-table .icon.icon-7 {
  background: url(../images/common/features-table-icon-7.svg) no-repeat center/contain;
}
.table.features-table table tbody td:has(.check), .table.features-table table tbody td:has(.icon) {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .table.features-table table tbody td:has(.check), .table.features-table table tbody td:has(.icon) {
    display: table-cell;
    position: relative;
    padding-left: 28px;
  }
}

.breadcrumbinner {
  padding: 0 !important;
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  display: block;
  float: inherit;
  clear: both;
}

.breadcrumbinner .breadcrumb {
  list-style: none;
  background: 0;
  padding: 10px 0;
  width: 100%;
  margin: 0 auto 40px;
  max-width: 1170px;
}
@media screen and (max-width: 767px) {
  .breadcrumbinner .breadcrumb {
    padding: 10px 16px;
    margin: 0 auto 32px;
  }
}

.breadcrumbinner .breadcrumb li {
  float: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 20px;
  display: inline-block;
  position: relative;
  margin-right: 10px !important;
}

@media screen and (max-width: 767px) {
  .breadcrumbinner .breadcrumb li {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .breadcrumbinner .breadcrumb li {
    font-size: 12px;
  }
}
.breadcrumbinner .breadcrumb li:last-child::after {
  display: none;
}

.breadcrumbinner .breadcrumb li:first-child::after {
  display: none;
}

.breadcrumbinner .breadcrumb li a {
  color: #682DFA;
  float: none;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0;
  line-height: initial !important;
  font-weight: 400;
}

.breadcrumbinner .breadcrumb li::after {
  content: "";
  border: solid #682DFA;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: relative;
  right: -4px !important;
  top: -1px !important;
}

.breadcrumbinner .breadcrumb li span.currentLocation {
  float: none;
  margin: 0;
  color: #3D3D57;
  font-weight: 400;
  font-size: 12px;
}

.breadcrumbinner .breadcrumb li:first-child {
  display: none;
}

.breadcrumbinner .breadcrumb li:nth-of-type(2) a {
  padding-left: 0;
  position: relative;
}

.breadcrumbinner .breadcrumb li:nth-of-type(2) a::before {
  content: "";
  background: url(../images/breadcrumbinnerhomeicon.png) no-repeat rgba(0, 0, 0, 0);
  height: 16px;
  margin: 0;
  padding: 0;
  width: 18px;
  display: block;
  position: absolute;
  left: 0;
  top: -2px;
  display: none;
}

.breadcrumbinner .breadcrumb li.active::after {
  display: none;
}

@media only screen and (max-width: 767px) {
  .breadcrumbinner .breadcrumb li a {
    font-size: 10px !important;
  }
  .breadcrumbinner .breadcrumb li span.currentLocation {
    font-size: 10px !important;
  }
}
/* =========================
   HEADER
========================= */
.pbwheels-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 1024px) {
  .pbwheels-header {
    padding-inline: 16px;
  }
}

/* =========================
   NAV WRAPPER
========================= */
@media (max-width: 768px) {
  .nav-wrapper {
    display: none;
  }
  .nav-wrapper.active {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 999;
  }
  .nav-wrapper.active::before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.75);
  }
}

/* =========================
   NAVIGATION
========================= */
.nav {
  display: flex;
  align-items: center;
  gap: 50px;
  /* =========================
     MENU
  ========================= */
}
.nav .nav-menu {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 0;
  margin: 0;
}
.nav .nav-menu > li {
  position: relative;
}
.nav .nav-menu > li > a, .nav .nav-menu > li .dropdown-heading {
  position: relative;
  transition: color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .nav .nav-menu > li > a, .nav .nav-menu > li .dropdown-heading {
    justify-content: space-between;
  }
}
.nav .nav-menu > li > a::after, .nav .nav-menu > li .dropdown-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #7100CB;
  transition: width 0.3s ease;
  border-radius: 20px;
}
.nav .nav-menu > li > a:hover, .nav .nav-menu > li .dropdown-heading:hover {
  color: #7100CB;
}
@media screen and (max-width: 768px) {
  .nav .nav-menu > li > a:hover, .nav .nav-menu > li .dropdown-heading:hover {
    color: #7100CB;
  }
}
.nav .nav-menu > li > a:hover .arrow, .nav .nav-menu > li .dropdown-heading:hover .arrow {
  border-color: #7100CB;
  transform: rotate(225deg);
}
@media screen and (max-width: 768px) {
  .nav .nav-menu > li > a:hover .arrow, .nav .nav-menu > li .dropdown-heading:hover .arrow {
    border-color: #7100CB;
    transform: rotate(225deg);
  }
}
.nav .nav-menu > li > a:hover::after, .nav .nav-menu > li .dropdown-heading:hover::after {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .nav .nav-menu > li > a:hover::after, .nav .nav-menu > li .dropdown-heading:hover::after {
    width: 0%;
  }
}
.nav .nav-menu > li {
  /* Active state */
}
.nav .nav-menu > li.active > a::after {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .nav .nav-menu > li.active > a::after {
    width: 0%;
  }
}
@media screen and (max-width: 768px) {
  .nav .nav-menu > li.active > a .arrow {
    transform: rotate(225deg);
  }
}
.nav .nav-menu a, .nav .nav-menu .dropdown-menu-item, .nav .nav-menu .dropdown-heading {
  text-decoration: none;
  padding: 10px 0;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  color: #3D3D57;
  color: #0D0D10;
  cursor: pointer;
}
.nav #pb-cta {
  min-width: 43px;
}
.nav #pb-cta ._avatarLogin__text_1jr7o_1 {
  color: #0D0D10;
}
.nav {
  /* =========================
     DROPDOWN
  ========================= */
}
.nav .dropdown {
  position: relative;
}
.nav {
  /* =========================
     DESKTOP DROPDOWN
  ========================= */
}
@media (min-width: 769px) {
  .nav .dropdown > a {
    position: relative;
    transition: color 0.3s ease;
  }
  .nav .dropdown > a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #B6BBFF;
    transition: width 0.3s ease;
    border-radius: 20px;
  }
  .nav .dropdown {
    /* KEEP ACTIVE ON HOVER */
  }
  .nav .dropdown:hover > a::after {
    width: 100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .nav .dropdown:hover > a::after {
    width: 0;
  }
}
@media (min-width: 769px) {
  .nav .dropdown:hover > a {
    color: #B6BBFF;
  }
  .nav .dropdown:hover > a .arrow {
    transform: rotate(225deg);
    border-color: #7100CB;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .nav .dropdown:hover > a {
    color: #fff;
  }
  .nav .dropdown:hover > a .arrow {
    border-color: #fff;
    transform: none;
  }
}
@media (min-width: 769px) {
  .nav .dropdown::before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 20px;
  }
  .nav .dropdown-menu {
    list-style: none;
    position: absolute;
    top: 100%;
    left: 50%;
    min-width: 265px;
    background: #fff;
    border-radius: 12px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(-50%, 20px);
    transition: all 0.3s ease;
    padding: 24px;
    margin-top: 12px;
    display: flex;
    flex-direction: column;
  }
  .nav .dropdown-menu.two-column {
    flex-wrap: wrap;
    min-width: 505px;
    flex-direction: row;
    justify-content: space-between;
  }
  .nav .dropdown-menu.two-column li {
    width: 48%;
  }
  .nav .dropdown-menu::after {
    content: "";
    position: absolute;
    left: 50%;
    top: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
  }
  .nav .dropdown-menu .label {
    width: 100%;
    font-weight: 700;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #1A1A27;
    margin-bottom: 16px;
  }
  .nav .dropdown-menu li a, .nav .dropdown-menu li .dropdown-menu-item {
    display: flex;
    align-items: flex-start;
  }
  .nav .dropdown-menu li a p, .nav .dropdown-menu li .dropdown-menu-item p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    color: #0D0D10;
    color: #0D0D10;
    margin: 0;
  }
  .nav .dropdown-menu li a p span, .nav .dropdown-menu li .dropdown-menu-item p span {
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0px;
    color: #6B6B8D;
    display: block;
  }
  .nav .dropdown-menu li a span.icon, .nav .dropdown-menu li .dropdown-menu-item span.icon {
    width: 24px;
    height: 24px;
    margin-right: 16px;
    flex-shrink: 0;
  }
  .nav .dropdown-menu li a span.icon.icon-praivahan, .nav .dropdown-menu li .dropdown-menu-item span.icon.icon-praivahan {
    background: url(../images/common/nav/icon-parivahan-new.svg) no-repeat center/contain;
  }
  .nav .dropdown-menu li a span.icon.icon-rto, .nav .dropdown-menu li .dropdown-menu-item span.icon.icon-rto {
    background: url(../images/common/nav/icon-rto-new.svg) no-repeat center/contain;
  }
  .nav .dropdown-menu li a span.icon.icon-vehicle-owner-details, .nav .dropdown-menu li .dropdown-menu-item span.icon.icon-vehicle-owner-details {
    background: url(../images/common/nav/icon-vehicle-owner-details-new.svg) no-repeat center/contain;
  }
  .nav .dropdown-menu li a span.icon.icon-dl, .nav .dropdown-menu li .dropdown-menu-item span.icon.icon-dl {
    background: url(../images/common/nav/icon-driving-license-new.svg) no-repeat center/contain;
  }
  .nav .dropdown-menu li a span.icon.icon-puc, .nav .dropdown-menu li .dropdown-menu-item span.icon.icon-puc {
    background: url(../images/common/nav/icon-puc-new.svg) no-repeat center/contain;
  }
  .nav .dropdown-menu li a span.icon.icon-challan, .nav .dropdown-menu li .dropdown-menu-item span.icon.icon-challan {
    background: url(../images/common/nav/icon-challan-new.svg) no-repeat center/contain;
  }
  .nav .dropdown-menu li a span.icon.icon-car-repair, .nav .dropdown-menu li .dropdown-menu-item span.icon.icon-car-repair {
    background: url(../images/common/nav/icon-car-reapir-new.svg) no-repeat center/contain;
  }
  .nav .dropdown-menu li a span.icon.icon-wheel-alignment, .nav .dropdown-menu li .dropdown-menu-item span.icon.icon-wheel-alignment {
    background: url(../images/common/nav/icon-wheel-alignment-new.svg) no-repeat center/contain;
  }
  .nav .dropdown-menu li a span.icon.icon-car-ac-repair, .nav .dropdown-menu li .dropdown-menu-item span.icon.icon-car-ac-repair {
    background: url(../images/common/nav/icon-car-ac-repair-new.svg) no-repeat center/contain;
  }
  .nav .dropdown-menu li a span.icon.icon-tyre-replacement, .nav .dropdown-menu li .dropdown-menu-item span.icon.icon-tyre-replacement {
    background: url(../images/common/nav/tyre-replacement-icon.svg) no-repeat center/contain;
  }
  .nav .dropdown-menu li a span.icon.battrey-replace-icon, .nav .dropdown-menu li .dropdown-menu-item span.icon.battrey-replace-icon {
    background: url(../images/common/nav/battrey-replacement-icon.svg) no-repeat center/contain;
  }
  .nav .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 10px);
  }
}
.nav {
  /* =========================
     MOBILE DROPDOWN
  ========================= */
}
@media (max-width: 768px) {
  .nav .dropdown-menu {
    list-style: none;
    position: static;
    width: 100%;
    min-width: 100%;
    background: rgba(0, 0, 0, 0.1490196078);
    border-radius: 12px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    display: none;
    margin-top: 6px;
    padding: 6px 0;
  }
  .nav .dropdown-menu li a, .nav .dropdown-menu li .dropdown-menu-item {
    display: flex;
    align-items: flex-start;
  }
  .nav .dropdown-menu li a p, .nav .dropdown-menu li .dropdown-menu-item p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    color: #0D0D10;
    margin: 0;
  }
  .nav .dropdown-menu li a p span, .nav .dropdown-menu li .dropdown-menu-item p span {
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0px;
    color: #6B6B8D;
    display: block;
  }
  .nav .dropdown-menu li a span.icon, .nav .dropdown-menu li .dropdown-menu-item span.icon {
    width: 24px;
    height: 24px;
    margin-right: 16px;
    flex-shrink: 0;
  }
  .nav .dropdown-menu li a span.icon.icon-praivahan, .nav .dropdown-menu li .dropdown-menu-item span.icon.icon-praivahan {
    background: url(../images/common/nav/icon-parivahan-new.svg) no-repeat center/contain;
  }
  .nav .dropdown-menu li a span.icon.icon-rto, .nav .dropdown-menu li .dropdown-menu-item span.icon.icon-rto {
    background: url(../images/common/nav/icon-rto-new.svg) no-repeat center/contain;
  }
  .nav .dropdown-menu li a span.icon.icon-vehicle-owner-details, .nav .dropdown-menu li .dropdown-menu-item span.icon.icon-vehicle-owner-details {
    background: url(../images/common/nav/icon-vehicle-owner-details-new.svg) no-repeat center/contain;
  }
  .nav .dropdown-menu li a span.icon.icon-dl, .nav .dropdown-menu li .dropdown-menu-item span.icon.icon-dl {
    background: url(../images/common/nav/icon-driving-license-new.svg) no-repeat center/contain;
  }
  .nav .dropdown-menu li a span.icon.icon-puc, .nav .dropdown-menu li .dropdown-menu-item span.icon.icon-puc {
    background: url(../images/common/nav/icon-puc-new.svg) no-repeat center/contain;
  }
  .nav .dropdown-menu li a span.icon.icon-challan, .nav .dropdown-menu li .dropdown-menu-item span.icon.icon-challan {
    background: url(../images/common/nav/icon-challan-new.svg) no-repeat center/contain;
  }
  .nav .dropdown-menu li a span.icon.icon-car-repair, .nav .dropdown-menu li .dropdown-menu-item span.icon.icon-car-repair {
    background: url(../images/common/nav/icon-car-reapir-new.svg) no-repeat center/contain;
  }
  .nav .dropdown-menu li a span.icon.icon-wheel-alignment, .nav .dropdown-menu li .dropdown-menu-item span.icon.icon-wheel-alignment {
    background: url(../images/common/nav/icon-wheel-alignment-new.svg) no-repeat center/contain;
  }
  .nav .dropdown-menu li a span.icon.icon-car-ac-repair, .nav .dropdown-menu li .dropdown-menu-item span.icon.icon-car-ac-repair {
    background: url(../images/common/nav/icon-car-ac-repair-new.svg) no-repeat center/contain;
  }
  .nav .dropdown-menu li a span.icon.icon-tyre-replacement, .nav .dropdown-menu li .dropdown-menu-item span.icon.icon-tyre-replacement {
    background: url(../images/common/nav/tyre-replacement-icon.svg) no-repeat center/contain;
  }
  .nav .dropdown-menu li a span.icon.battrey-replace-icon, .nav .dropdown-menu li .dropdown-menu-item span.icon.battrey-replace-icon {
    background: url(../images/common/nav/battrey-replacement-icon.svg) no-repeat center/contain;
  }
  .nav .dropdown.active .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
}
.nav {
  /* =========================
     ARROW
  ========================= */
}
.nav .arrow {
  border: solid #0D0D10;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  transition: all 0.2s ease-out;
  margin-left: 16px;
}
.nav {
  /* =========================
     LOGIN BUTTON
  ========================= */
}
.nav .login {
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  color: #3D3D57;
  padding: 10px 0;
}
.nav {
  /* =========================
     MOBILE
  ========================= */
}
@media (max-width: 768px) {
  .nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 90%;
    max-width: 360px;
    height: 100vh;
    background: #fff;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 20px;
    gap: 0;
    z-index: 1000;
    border-radius: 24px 0 0 24px;
    overflow-y: auto;
  }
  .nav .pbwheels-header-logo {
    margin-bottom: 52px;
  }
  .nav .nav-menu {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .nav .nav-menu li {
    width: 100%;
  }
  .nav .nav-menu a, .nav .nav-menu .dropdown-menu-item {
    width: 100%;
    justify-content: flex-start;
    padding: 16px 0;
  }
  .nav #pb-cta {
    padding: 16px 0;
  }
  .nav #pb-cta ._avatarLogin__text_1jr7o_1 {
    color: #0D0D10;
  }
  .nav {
    /* MOBILE DROPDOWN */
  }
  .nav .dropdown-menu {
    position: static;
    width: 100%;
    min-width: 100%;
    background: #F3F2F9;
    border-radius: 12px;
    margin-top: 4px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    display: none;
    padding: 6px 0;
  }
  .nav .dropdown-menu li a, .nav .dropdown-menu li .dropdown-menu-item {
    padding: 12px 16px;
  }
  .nav .close {
    position: absolute;
    top: 24px;
    right: 20px;
    width: 18px;
    height: 18px;
    cursor: pointer;
  }
  .nav .close::before, .nav .close::after {
    position: absolute;
    left: 8px;
    top: 2px;
    content: "";
    height: 16px;
    width: 2px;
    background-color: #0D0D10;
  }
  .nav .close::before {
    transform: rotate(45deg);
  }
  .nav .close::after {
    transform: rotate(-45deg);
  }
}

/* =========================
   HAMBURGER
========================= */
.hamburger {
  display: none;
  font-size: 28px;
  cursor: pointer;
  color: #0D0D10;
  cursor: pointer;
  backdrop-filter: blur(60px);
  background: #EAE8F3;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .hamburger {
    display: inline-flex;
  }
}

.pbwheels-footer {
  background: #0D0D10;
  color: #fff;
  padding: 40px 0 20px;
}
@media screen and (max-width: 1024px) {
  .pbwheels-footer {
    padding-inline: 16px;
  }
}
.pbwheels-footer__top {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  flex-wrap: wrap;
}
.pbwheels-footer__brand {
  max-width: 200px;
}
@media screen and (max-width: 1024px) {
  .pbwheels-footer__brand {
    max-width: 100%;
    border-bottom: 1px dashed #fff;
    padding-bottom: 16px;
  }
}
.pbwheels-footer__brand .logo {
  font-size: 28px;
  font-weight: 600;
}
.pbwheels-footer__brand .logo-purple {
  color: #7b3fe4;
}
.pbwheels-footer__brand .logo-sub {
  font-size: 12px;
  color: #aaa;
  margin-top: 4px;
}
.pbwheels-footer__brand .contact {
  margin-top: 32px;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .pbwheels-footer__brand .contact {
    margin-top: 24px;
  }
}
.pbwheels-footer__brand .contact li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 24px;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  color: #0D0D10;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .pbwheels-footer__brand .contact li {
    margin-bottom: 20px;
  }
}
.pbwheels-footer__brand .contact li .icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  flex-shrink: 0;
}
.pbwheels-footer__brand .contact li .icon.location {
  background: url(../images/common/footer-location-icon.svg) no-repeat center/contain;
}
.pbwheels-footer__brand .contact li .icon.phone {
  background: url(../images/common/footer-phone-icon.svg) no-repeat center/contain;
}
.pbwheels-footer__brand .contact li .icon.mail {
  background: url(../images/common/footer-email-icon.svg) no-repeat center/contain;
}
.pbwheels-footer__links {
  display: flex;
  gap: 75px;
  flex-wrap: wrap;
}
.pbwheels-footer__links .column {
  min-width: 140px;
}
.pbwheels-footer__links .column h4 {
  margin: 12px 0 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  color: #3D3D57;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .pbwheels-footer__links .column h4 {
    margin: 0 0 24px;
  }
}
.pbwheels-footer__links .column ul {
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 1024px) {
  .pbwheels-footer__links .column ul {
    margin: 0;
  }
}
.pbwheels-footer__links .column ul li {
  margin-bottom: 6px;
}
.pbwheels-footer__links .column ul li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  color: #0D0D10;
  color: #fff;
  font-weight: 300;
}
.pbwheels-footer__links .column ul li a::hover {
  text-decoration: none;
}
.pbwheels-footer__links .column .social {
  display: flex;
  gap: 18px;
}
.pbwheels-footer__links .column .social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}
.pbwheels-footer__links .column .social a span {
  display: block;
  width: 24px;
  height: 24px;
}
.pbwheels-footer__links .column .social a .facebook {
  background: url(../images/common/footer-facebook-icon.svg) no-repeat center/contain;
}
.pbwheels-footer__links .column .social a .instagram {
  background: url(../images/common/footer-instagram-icon.svg) no-repeat center/contain;
}
.pbwheels-footer__links .column .social a .youtube {
  background: url(../images/common/footer-youtube-icon.svg) no-repeat center/contain;
}
.pbwheels-footer__links .column .social a .linkedin {
  background: url(../images/common/footer-linkedin-icon.svg) no-repeat center/contain;
}
.pbwheels-footer__links .column .social a .x {
  background: url(../images/common/footer-x-icon.svg) no-repeat center/contain;
}
.pbwheels-footer__bottom {
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid #222;
  text-align: left;
}
.pbwheels-footer__bottom p {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #fff;
  margin: 0;
}
.pbwheels-footer {
  /* Responsive */
}
@media (max-width: 1024px) {
  .pbwheels-footer__top {
    flex-direction: column;
    gap: 32px;
  }
  .pbwheels-footer__links {
    gap: 30px 0;
    justify-content: space-between;
  }
  .pbwheels-footer__bottom {
    text-align: center;
  }
}

.pbwheels-hero {
  padding: 70px 0;
  background: url(../../images/banners/bg-gradient-shade.svg) no-repeat center;
  background-size: cover;
  margin: 0 auto 80px;
}
@media screen and (max-width: 1024px) {
  .pbwheels-hero {
    padding: 0 0 70px;
    overflow: visible;
  }
}
.pbwheels-hero .main-heading {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .pbwheels-hero .main-heading {
    font-size: 24px;
    line-height: 1.3;
  }
}
.pbwheels-hero .main-heading {
  margin: 0 0 16px;
}
.pbwheels-hero .main-heading span {
  display: block;
}
@media screen and (max-width: 1024px) {
  .pbwheels-hero .main-heading {
    text-align: center;
  }
  .pbwheels-hero .main-heading span {
    display: inline;
  }
}
.pbwheels-hero .description {
  font-family: Plus Jakarta Sans;
  font-weight: 400;
  font-size: 22px;
  line-height: 36px;
  letter-spacing: 0;
  color: #0D0D10;
}
@media screen and (max-width: 1024px) {
  .pbwheels-hero .description {
    font-size: 14px;
    line-height: 20px;
  }
}
.pbwheels-hero .description {
  color: rgba(255, 255, 255, 0.8);
}
.pbwheels-hero .description.font-size-16 {
  color: rgba(255, 255, 255, 0.8);
}
.pbwheels-hero .description.margin-bottom-16 {
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .pbwheels-hero .description {
    text-align: center;
  }
}
.pbwheels-hero .car-details-form-section {
  border-radius: 16px;
  padding: 50px 40px;
  display: flex;
  align-items: center;
  margin: 32px 0 -120px;
  box-shadow: 0px 4px 20px 0px rgba(63, 20, 203, 0.1215686275);
  background: #fff;
  border: 1px solid #EDEAF6;
}
@media screen and (max-width: 1024px) {
  .pbwheels-hero .car-details-form-section {
    margin: 24px 0 -140px;
    padding: 16px;
    flex-direction: column;
  }
}
.pbwheels-hero .car-details-form-section .input-field-wrapper {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: rgba(16, 16, 16, 0.0509803922);
  border-radius: 16px;
  width: 80%;
  margin-right: 20px;
  position: relative;
  height: 74px;
  display: flex;
  align-items: center;
  padding: 16px 20px;
}
@media screen and (max-width: 1024px) {
  .pbwheels-hero .car-details-form-section .input-field-wrapper {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.pbwheels-hero .car-details-form-section .input-field-wrapper .india-tag {
  background: url(../images/common/ind-number-plate-icon.svg) no-repeat center/contain;
  width: 47px;
  height: 42px;
  padding-right: 18px;
  border-right: 1px solid #D9D9D9;
  margin-right: 14px;
  flex-shrink: 0;
}
.pbwheels-hero .car-details-form-section .input-field-wrapper .mobile-tag {
  width: 47px;
  height: 42px;
  padding-right: 18px;
  border-right: 1px solid #D9D9D9;
  margin-right: 14px;
  flex-shrink: 0;
  display: flex;
  align-items: CENTER;
  color: #8A8A8A;
  font-family: Plus Jakarta Sans;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.5%;
  text-align: center;
  vertical-align: middle;
}
.pbwheels-hero .car-details-form-section .input-field-wrapper .input-field {
  width: calc(100% - 47px);
  border: 0;
  outline: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  color: #3D3D57;
}
@media screen and (max-width: 1024px) {
  .pbwheels-hero .car-details-form-section .input-field-wrapper .input-field {
    font-size: 16px;
    line-height: 28px;
  }
}
.pbwheels-hero .car-details-form-section .input-field-wrapper .input-field {
  color: #8A8A8A;
  margin-top: 20px;
  background: #f3f3f3;
}
.pbwheels-hero .car-details-form-section .input-field-wrapper .label {
  font-family: Plus Jakarta Sans;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.05em;
  color: #101010;
  position: absolute;
  top: 7px;
  margin: 0;
  left: 82px;
  pointer-events: none;
}
.pbwheels-hero .car-details-form-section .input-field-wrapper .err {
  position: absolute;
  color: red;
  font-size: 12px;
  bottom: -17px;
  left: 0;
}
.pbwheels-hero .car-details-form-section .button {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  color: #3D3D57;
}
@media screen and (max-width: 1024px) {
  .pbwheels-hero .car-details-form-section .button {
    font-size: 16px;
    line-height: 28px;
  }
}
.pbwheels-hero .car-details-form-section .button {
  color: #F9F8FC;
  background: linear-gradient(180deg, #9D7EFF 0%, #7950FF 100%);
  border-radius: 16px;
  padding: 23px 30px;
  border: 0;
  cursor: pointer;
  min-width: 200px;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .pbwheels-hero .car-details-form-section .button {
    padding: 16px 30px;
    min-width: 100%;
  }
}
.pbwheels-hero .car-details-form-section .button-wrapper {
  width: 20%;
}
@media screen and (max-width: 1024px) {
  .pbwheels-hero .car-details-form-section .button-wrapper {
    width: 100%;
  }
}
.pbwheels-hero .with-check-mark {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 16px 0 80px;
}
@media screen and (max-width: 767px) {
  .pbwheels-hero .with-check-mark {
    margin: 24px 0 0;
    flex-wrap: wrap;
  }
}
.pbwheels-hero .with-check-mark li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  color: #0D0D10;
  color: #FFFFFF;
  margin-right: 16px;
}
.pbwheels-hero .with-check-mark li::before {
  content: "";
  background: url(../images/common/purple-check-mark.svg) no-repeat center/contain;
  width: 24px;
  height: 24px;
}
.pbwheels-hero .with-check-mark li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .pbwheels-hero .with-check-mark li {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 14px;
  }
  .pbwheels-hero .with-check-mark li::before {
    width: 16px;
    height: 16px;
  }
}

#service-page #ct-replacement {
  background: #fff;
  padding: 100px 0px;
}
@media only screen and (max-width: 767px) {
  #service-page #ct-replacement {
    padding: 40px 16px 14px 16px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #service-page #ct-replacement {
    padding: 20px 16px;
  }
}
#service-page #ct-replacement h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  color: #0d0d10;
}
@media only screen and (max-width: 767px) {
  #service-page #ct-replacement h2 {
    font-size: 20px;
    line-height: 1.3;
  }
}
#service-page #ct-replacement .flex-ct ul {
  display: flex;
  margin-top: 40px;
  gap: 32px;
  list-style: none;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  #service-page #ct-replacement .flex-ct ul {
    margin-top: 24px;
    gap: 20px;
  }
}
#service-page #ct-replacement .flex-ct ul li {
  width: calc(50% - 16px);
  background: linear-gradient(180deg, #ffffff 18.59%, #cac6dd 308.06%) padding-box, linear-gradient(121deg, rgba(0, 0, 3, 0.2) -13.38%, rgba(153, 153, 153, 0) 91.48%) border-box;
  border: 1px solid transparent;
  border-radius: 30px;
  padding: 30px 24px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #service-page #ct-replacement .flex-ct ul li {
    width: 100%;
    padding: 16px;
  }
}
#service-page #ct-replacement .flex-ct ul li:nth-of-type(1)::after {
  position: absolute;
  content: "";
  width: 273px;
  height: 136px;
  background: url("../images/services/car-service-essentials-vector-1.svg");
  border-radius: 0px 30px 0px 0px;
  top: 0;
  right: 0;
}
#service-page #ct-replacement .flex-ct ul li:nth-of-type(2)::after {
  position: absolute;
  content: "";
  width: 273px;
  height: 136px;
  background: url("../images/services/car-service-essentials-vector-2.svg");
  border-radius: 0px 30px 0px 0px;
  top: 0;
  right: 0;
}
#service-page #ct-replacement .flex-ct ul li:nth-of-type(3)::after {
  position: absolute;
  content: "";
  width: 273px;
  height: 136px;
  background: url("../images/services/car-service-essentials-vector-3.svg");
  border-radius: 0px 30px 0px 0px;
  top: 0;
  right: 0;
}
#service-page #ct-replacement .flex-ct ul li:nth-of-type(4)::after {
  position: absolute;
  content: "";
  width: 273px;
  height: 136px;
  background: url("../images/services/car-service-essentials-vector-1.svg");
  border-radius: 0px 30px 0px 0px;
  top: 0;
  right: 0;
}
#service-page #ct-replacement .flex-ct ul li div {
  position: relative;
  z-index: 2;
}
#service-page #ct-replacement .flex-ct ul li div h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 36px;
  color: #0d0d10;
  display: flex;
}
#service-page #ct-replacement .flex-ct ul li div h3 span {
  display: inline-flex;
  flex-shrink: 0;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  background: #7950ff;
  margin-right: 19px;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  color: #fefdfe;
}
#service-page #ct-replacement .flex-ct ul li div h3:has(span) + p {
  padding-left: 56px;
}
@media only screen and (max-width: 767px) {
  #service-page #ct-replacement .flex-ct ul li div h3 {
    font-size: 18px;
    display: flex;
  }
}
#service-page #ct-replacement .flex-ct ul li div p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #3d3d57;
  padding-top: 5px;
}
@media only screen and (max-width: 767px) {
  #service-page #ct-replacement .flex-ct ul li div p {
    font-size: 13px;
    padding-top: 2px;
  }
}
#service-page #ct-replacement .flex-ct ul li .list-none {
  list-style: inside;
  flex-direction: column;
  list-style-position: outside;
  padding-left: 70px;
  margin-top: 4px;
  gap: 4px;
}
#service-page #ct-replacement .flex-ct ul li .list-none li {
  width: 100%;
  background: none;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #3D3D57;
}
#service-page #ct-replacement .flex-ct ul li .list-none li::after {
  content: none;
}
#service-page #ct-tyre-puncture {
  background: linear-gradient(90.62deg, #1b1a32 -1.26%, #301a6e 100%);
  padding: 100px 0px;
}
@media only screen and (max-width: 767px) {
  #service-page #ct-tyre-puncture {
    padding: 40px 16px;
  }
}
#service-page #ct-tyre-puncture h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 54px;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  #service-page #ct-tyre-puncture h2 {
    font-size: 20px;
    line-height: 1.3;
  }
}
#service-page #ct-tyre-puncture h2 span {
  display: block;
}
#service-page #ct-tyre-puncture .sub-heading {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding-top: 12px;
}
@media only screen and (max-width: 767px) {
  #service-page #ct-tyre-puncture .sub-heading {
    font-size: 13px;
    line-height: 1.5;
    padding-top: 4px;
  }
}
#service-page #ct-tyre-puncture .flex-ct {
  padding: 0px 100px;
  gap: 24px;
  margin-top: 47px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  #service-page #ct-tyre-puncture .flex-ct {
    flex-direction: column;
    padding: 0;
    margin-top: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #service-page #ct-tyre-puncture .flex-ct {
    justify-content: center;
  }
}
#service-page #ct-tyre-puncture .flex-ct .inner {
  width: calc((100% - 48px) / 3);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  padding: 9px 9px 22px 9px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #service-page #ct-tyre-puncture .flex-ct .inner {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #service-page #ct-tyre-puncture .flex-ct .inner {
    width: calc((100% - 48px) / 2);
  }
}
#service-page #ct-tyre-puncture .flex-ct .inner img {
  width: 100%;
  height: 143px;
  border-radius: 9px;
}
#service-page #ct-tyre-puncture .flex-ct .inner p {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  color: #ffffff;
  margin-top: 15px;
  max-width: 80%;
  margin: 15px auto auto auto;
}
@media only screen and (max-width: 767px) {
  #service-page #ct-tyre-puncture .flex-ct .inner p {
    font-size: 14px;
    max-width: 100%;
    margin-top: 4px;
  }
}
#service-page #select-city {
  background: #f3f2f9;
  padding: 100px 0px;
}
@media only screen and (max-width: 767px) {
  #service-page #select-city {
    padding: 50px 16px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #service-page #select-city {
    padding: 50px 16px;
  }
}
#service-page #select-city .flex-ct {
  justify-content: space-between;
  align-items: center;
  gap: 152px;
}
@media only screen and (max-width: 767px) {
  #service-page #select-city .flex-ct {
    gap: 20px;
    flex-direction: column-reverse;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #service-page #select-city .flex-ct {
    flex-direction: column-reverse;
    gap: 50px;
  }
}
#service-page #select-city .flex-ct .men-image {
  max-width: 423px;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  #service-page #select-city .flex-ct .men-image {
    max-width: 100%;
    max-height: 250px;
    object-fit: contain;
  }
}
#service-page #select-city .flex-ct .form-space {
  max-width: 598px;
}
@media only screen and (max-width: 767px) {
  #service-page #select-city .flex-ct .form-space {
    max-width: 100%;
  }
}
#service-page #select-city .flex-ct .form-space h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  color: #0d0d10;
  letter-spacing: 1.5%;
}
@media only screen and (max-width: 767px) {
  #service-page #select-city .flex-ct .form-space h2 {
    font-size: 20px;
    line-height: 1;
    text-align: center;
  }
}
#service-page #select-city .flex-ct .form-space p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #3d3d57;
  padding-top: 12px;
}
@media only screen and (max-width: 767px) {
  #service-page #select-city .flex-ct .form-space p {
    font-size: 13px;
    text-align: center;
  }
}
#service-page #select-city .flex-ct .form-space .form-inner {
  padding: 32px;
  background: #fff;
  border: 1px solid #eae8f3;
  margin-top: 24px;
  border-radius: 16px;
}
@media only screen and (max-width: 767px) {
  #service-page #select-city .flex-ct .form-space .form-inner {
    padding: 16px;
  }
}
#service-page #select-city .flex-ct .form-space .form-inner p {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  color: #0d0d10;
}
@media only screen and (max-width: 767px) {
  #service-page #select-city .flex-ct .form-space .form-inner p {
    font-size: 16px;
    text-align: left;
  }
}
#service-page #select-city .flex-ct .form-space .form-inner .city-form .input-form {
  position: relative;
  margin-top: 32px;
  width: 100%;
  background: rgba(16, 16, 16, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 16px;
  height: 72px;
  display: flex;
  align-items: center;
  padding: 15px 20px;
}
@media only screen and (max-width: 767px) {
  #service-page #select-city .flex-ct .form-space .form-inner .city-form .input-form {
    margin-top: 18px;
  }
}
#service-page #select-city .flex-ct .form-space .form-inner .city-form .input-form span {
  height: 42px;
  border-right: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  padding-right: 14px;
}
#service-page #select-city .flex-ct .form-space .form-inner .city-form .input-form small {
  position: absolute;
  top: 15px;
  left: 84px;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  color: #101010;
  letter-spacing: 0.5px;
}
#service-page #select-city .flex-ct .form-space .form-inner .city-form .input-form select {
  width: 100%;
  margin-left: 18px;
  border: none;
  background: transparent;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  color: #8a8a8a;
  margin-top: 22px;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 100%;
}
#service-page #select-city .flex-ct .form-space button {
  width: 100%;
  background: linear-gradient(180deg, #9d7eff 0%, #7950ff 100%);
  margin-top: 32px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  height: 58px;
  border: none;
  border-radius: 18px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  #service-page #select-city .flex-ct .form-space button {
    margin-top: 18px;
  }
}
#service-page #my-car {
  background: #f9f8fc;
  padding: 100px 0px;
}
@media only screen and (max-width: 767px) {
  #service-page #my-car {
    padding: 50px 16px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #service-page #my-car {
    padding: 50px 16px;
  }
}
#service-page #my-car h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  color: #0d0d10;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #service-page #my-car h2 {
    font-size: 20px;
    line-height: 1.3;
  }
}
#service-page #my-car p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #3d3d57;
  padding-top: 12px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #service-page #my-car p {
    font-size: 13px;
    line-height: 1.5;
    padding-top: 4px;
  }
}
#service-page #my-car .list-green-check {
  display: flex;
  margin-top: 42px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  #service-page #my-car .list-green-check {
    margin-top: 24px;
    gap: 8px;
  }
}
#service-page #my-car .list-green-check li {
  width: calc(50% - 10px);
  background: #fff;
  border: 1px solid #d7d5ea;
  padding: 16px;
  border-radius: 8px;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #1a1a27;
  padding-left: 55px;
}
@media only screen and (max-width: 767px) {
  #service-page #my-car .list-green-check li {
    width: 100%;
    font-size: 14px;
    padding-left: 45px;
  }
}
#service-page #my-car .list-green-check li:before {
  position: absolute;
  content: "";
  width: 28px;
  height: 28px;
  background: url("../images/services/ct-checkmark-green.svg");
  left: 16px;
  background-size: cover;
  transform: translate(0, -50%);
  top: 50%;
}
@media only screen and (max-width: 767px) {
  #service-page #my-car .list-green-check li:before {
    width: 20px;
    height: 20px;
  }
}
#service-page #my-car .ct-ribbon {
  padding: 16px;
  background: linear-gradient(90.23deg, #e6e7f7 0.59%, #fae9f4 100.45%);
  border: 1px solid #d7d5ea;
  margin-top: 24px;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #service-page #my-car .ct-ribbon {
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #service-page #my-car .ct-ribbon {
    flex-direction: column;
  }
}
#service-page #my-car .ct-ribbon p {
  padding-top: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  color: #3d3d57;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #service-page #my-car .ct-ribbon p {
    flex-direction: column;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #service-page #my-car .ct-ribbon p {
    flex-direction: column;
    line-height: 30px;
  }
}
#service-page #my-car .ct-ribbon p strong {
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  #service-page #my-car .ct-ribbon p strong {
    margin-bottom: 10px;
  }
}
#service-page #my-car .ct-ribbon p img {
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  #service-page #my-car .ct-ribbon p img {
    margin-right: 0;
    margin-bottom: 14px;
  }
}
#service-page #my-car .ct-ribbon button {
  width: 154px;
  height: 58px;
  border-radius: 16px;
  background: #fff;
  border: none;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  color: #101010;
}
@media only screen and (max-width: 767px) {
  #service-page #my-car .ct-ribbon button {
    width: 100%;
    margin-top: 16px;
    font-size: 16px;
    font-weight: 600;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #service-page #my-car .ct-ribbon button {
    margin-top: 20px;
    width: 100%;
  }
}
#service-page #my-car .ct-ribbon button:hover {
  cursor: pointer;
}
#service-page #tyre-brand {
  background: linear-gradient(90.62deg, #1b1a32 -1.26%, #301a6e 100%);
  padding: 100px 0px;
}
@media only screen and (max-width: 767px) {
  #service-page #tyre-brand {
    padding: 40px 16px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #service-page #tyre-brand {
    padding: 50px 16px;
  }
}
#service-page #tyre-brand h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 54px;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}
#service-page #tyre-brand h2 span {
  display: block;
}
@media only screen and (max-width: 767px) {
  #service-page #tyre-brand h2 {
    font-size: 20px;
    line-height: 1.3;
  }
}
#service-page #tyre-brand p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.8);
  padding-top: 12px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #service-page #tyre-brand p {
    font-size: 13px;
    padding-top: 4px;
  }
}
#service-page #tyre-brand .tyre-list {
  display: flex;
  gap: 24px;
  margin-top: 40px;
  list-style: none;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  #service-page #tyre-brand .tyre-list {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 24px;
    gap: 8px;
  }
}
#service-page #tyre-brand .tyre-list li {
  flex: 0 0 calc((100% - 96px) / 5);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  #service-page #tyre-brand .tyre-list li {
    flex: 0 0 calc((100% - 8px) / 2);
  }
}
#service-page #tyre-brand .tyre-list li img {
  max-width: 100%;
}
#service-page #tyre-brand .tyre-list li p {
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  color: #fff;
}
#service-page #tyre-brand .tyre-list li.padding-18 {
  padding: 18px;
}
#service-page #tyre-brand .tyre-list li.padding-18 img {
  width: 80px !important;
  height: 80px !important;
}
#service-page #tyre-replacement {
  background: #f9f8fc;
  padding: 100px 0px;
}
@media only screen and (max-width: 767px) {
  #service-page #tyre-replacement {
    padding: 50px 16px;
  }
}
#service-page #tyre-replacement h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
  color: #0d0d10;
}
#service-page #tyre-replacement h2 span {
  display: block;
}
@media only screen and (max-width: 767px) {
  #service-page #tyre-replacement h2 {
    font-size: 20px;
    line-height: 25px;
  }
}
#service-page #tyre-replacement .container {
  max-width: 1240px;
  margin: 0px auto;
}
#service-page #tyre-replacement .container .flex-ct {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: center;
  gap: 55px;
}
@media only screen and (max-width: 767px) {
  #service-page #tyre-replacement .container .flex-ct {
    gap: 20px;
  }
}
#service-page #tyre-replacement .container .flex-ct .number-container {
  width: 346.3333333333px;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #service-page #tyre-replacement .container .flex-ct .number-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
  }
}
#service-page #tyre-replacement .container .flex-ct .number-container:not(:nth-of-type(3)):not(:last-child)::after {
  position: absolute;
  content: "";
  background: url(../images/services/ct-dotted-shape.svg) 0 no-repeat;
  top: -29px;
  width: 188px;
  height: 135px;
  right: -119px;
}
@media only screen and (max-width: 767px) {
  #service-page #tyre-replacement .container .flex-ct .number-container:not(:nth-of-type(3)):not(:last-child)::after {
    content: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #service-page #tyre-replacement .container .flex-ct .number-container:not(:nth-of-type(3)):not(:last-child)::after {
    content: none;
  }
}
#service-page #tyre-replacement .container .flex-ct .number-container span {
  width: 96px;
  height: 96px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto;
}
@media only screen and (max-width: 767px) {
  #service-page #tyre-replacement .container .flex-ct .number-container span {
    width: 34px;
    height: 34px;
    margin: 0px 10px 0px 0px;
    align-self: flex-start;
  }
}
#service-page #tyre-replacement .container .flex-ct .number-container span.bg-gradient-blue {
  background: linear-gradient(180deg, #ffffff 50%, #5d4eb8 159.9%);
}
#service-page #tyre-replacement .container .flex-ct .number-container span.bg-gradrient-green {
  background: linear-gradient(180deg, #ffffff 38.54%, #36b37e 302.6%);
}
#service-page #tyre-replacement .container .flex-ct .number-container span.bg-gradient-sky-blue {
  background: linear-gradient(180deg, #ffffff 57.81%, #01b8d9 203.12%);
}
#service-page #tyre-replacement .container .flex-ct .number-container span.bg-gradient-yellow {
  background: linear-gradient(179.61deg, #ffffff 53.62%, #ffad06 279.16%);
}
#service-page #tyre-replacement .container .flex-ct .number-container span.bg-gradient-pink {
  background: linear-gradient(180.67deg, #FFFFFF 35.59%, #E3497C 298.16%);
}
@media only screen and (max-width: 767px) {
  #service-page #tyre-replacement .container .flex-ct .number-container span img {
    width: 15px;
    height: 15px;
    object-fit: contain;
  }
}
#service-page #tyre-replacement .container .flex-ct .number-container p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #0d0d10;
  padding-top: 42px;
}
#service-page #tyre-replacement .container .flex-ct .number-container p span {
  display: block;
}
@media only screen and (max-width: 767px) {
  #service-page #tyre-replacement .container .flex-ct .number-container p {
    padding-top: 0;
    font-size: 16px;
  }
}
#service-page #do-dont-table {
  background: #f3f2f9;
  padding: 100px 0px;
}
@media only screen and (max-width: 767px) {
  #service-page #do-dont-table {
    padding: 40px 0px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #service-page #do-dont-table {
    padding: 40px 0px;
  }
}
#service-page #do-dont-table h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  color: #0d0d10;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #service-page #do-dont-table h2 {
    font-size: 20px;
    line-height: 1.3;
  }
}
#service-page #do-dont-table .table {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  #service-page #do-dont-table .table {
    margin-top: 32px;
    overflow-x: auto;
  }
}
#service-page #do-dont-table .table table {
  text-align: center;
  border: 1.13px solid #e5e9ef;
  border-radius: 20px;
}
#service-page #do-dont-table .table table tr td {
  width: 50%;
  padding: 22px 20px;
  border-bottom: 1.13px solid #d7d5ea;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  color: #0d0d10;
}
@media only screen and (max-width: 767px) {
  #service-page #do-dont-table .table table tr td {
    font-size: 10px;
    line-height: 16px;
    padding: 10px 20px;
  }
}
#service-page #do-dont-table .table table tr td:nth-of-type(1) {
  border-right: 1px solid #d7d5ea;
}
#service-page #do-dont-table .table table tr:nth-child(odd) td {
  background: #eae8f3;
}
#service-page #do-dont-table .table table tr:nth-child(even) td {
  background: #f9f8fc;
}
#service-page #do-dont-table .table table tr.head td {
  background: #d7d5ea;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  color: #0d0d10;
}
@media only screen and (max-width: 767px) {
  #service-page #do-dont-table .table table tr.head td {
    font-size: 12px;
  }
}
#service-page #do-dont-table .table table tr.head td:nth-of-type(1) {
  border-right: 1px solid #fff;
  border-top-left-radius: 20px;
}
#service-page #do-dont-table .table table tr.head td:nth-of-type(2) {
  border-top-right-radius: 20px;
}
#service-page #do-dont-table .table table tr.head td p {
  display: flex;
  justify-content: center;
  align-items: center;
}
#service-page #do-dont-table .table table tr.head td p img {
  margin-right: 10px;
}
#service-page #do-dont-table .table table tr:last-child td:nth-of-type(1) {
  border-bottom-left-radius: 20px;
}
#service-page #do-dont-table .table table tr:last-child td:nth-of-type(2) {
  border-bottom-right-radius: 20px;
}
#service-page #tyre-check {
  background: #f9f8fc;
  padding: 100px 0px;
}
@media only screen and (max-width: 767px) {
  #service-page #tyre-check {
    padding: 40px 16px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #service-page #tyre-check {
    padding: 40px 16px;
  }
}
#service-page #tyre-check .flex-ct {
  justify-content: space-between;
  gap: 50px;
}
@media only screen and (max-width: 767px) {
  #service-page #tyre-check .flex-ct {
    flex-direction: column;
    gap: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #service-page #tyre-check .flex-ct {
    flex-direction: column;
    gap: 32px;
  }
}
#service-page #tyre-check .flex-ct .left {
  max-width: 50%;
}
@media only screen and (max-width: 767px) {
  #service-page #tyre-check .flex-ct .left {
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #service-page #tyre-check .flex-ct .left {
    max-width: 100%;
  }
}
#service-page #tyre-check .flex-ct .left h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  color: #0d0d10;
}
@media only screen and (max-width: 767px) {
  #service-page #tyre-check .flex-ct .left h2 {
    font-size: 20px;
    line-height: 1.3;
    text-align: center;
  }
}
#service-page #tyre-check .flex-ct .left p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #3d3d57;
  padding-top: 16px;
}
@media only screen and (max-width: 767px) {
  #service-page #tyre-check .flex-ct .left p {
    font-size: 13px;
    text-align: center;
    padding-top: 12px;
  }
}
#service-page #tyre-check .flex-ct img {
  max-width: 100%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #service-page #tyre-check .flex-ct img {
    max-width: 70%;
    margin: 0px auto;
  }
}
#service-page #tyre-pressure {
  background: #f3f2f9;
  padding: 100px 0px;
}
@media only screen and (max-width: 767px) {
  #service-page #tyre-pressure {
    padding: 40px 0px;
  }
}
#service-page #tyre-pressure h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  color: #0d0d10;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #service-page #tyre-pressure h2 {
    font-size: 20px;
    line-height: 1.3;
    padding: 0px 40px;
  }
}
#service-page #tyre-pressure p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #3d3d57;
  text-align: center;
  padding-top: 12px;
}
@media only screen and (max-width: 767px) {
  #service-page #tyre-pressure p {
    font-size: 13px;
    line-height: 1.5;
    padding: 6px 40px;
  }
}
#service-page #tyre-pressure h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 27px;
  color: #0d0d10;
  padding-top: 40px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #service-page #tyre-pressure h3 {
    padding: 0px 16px;
    font-size: 16px;
  }
}
#service-page #tyre-pressure .table-data {
  margin-top: 12px;
}
#service-page #tyre-pressure .table-data .table-wrapper {
  border: 1px solid #d8d7e5;
  border-radius: 18px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #service-page #tyre-pressure .table-data .table-wrapper {
    overflow-x: auto;
  }
}
#service-page #tyre-pressure .table-data .table-wrapper table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
#service-page #tyre-pressure .table-data .table-wrapper table thead th {
  padding: 20px 18px;
  border: 1px solid #d8d7e5;
  background: #d7d5ea;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  color: #0d0d10;
}
@media only screen and (max-width: 767px) {
  #service-page #tyre-pressure .table-data .table-wrapper table thead th {
    font-size: 13px;
    padding: 14px 12px;
  }
}
#service-page #tyre-pressure .table-data .table-wrapper table tbody tr td {
  padding: 12px 18px;
  border: 1px solid #d8d7e5;
  font-size: 18px;
  font-weight: 400;
  color: #0d0d10;
  background: #f7f6fb;
}
@media only screen and (max-width: 767px) {
  #service-page #tyre-pressure .table-data .table-wrapper table tbody tr td {
    font-size: 13px;
  }
}
#service-page #tyre-pressure .table-data .table-wrapper table tbody tr:nth-child(odd) td:not(.brand) {
  background: #f1eff8;
}
#service-page #tyre-pressure .table-data .table-wrapper table tbody tr .brand {
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  color: #0d0d10;
  vertical-align: middle;
  background: #efedf7;
}
@media only screen and (max-width: 767px) {
  #service-page #tyre-pressure .table-data .table-wrapper table tbody tr .brand {
    font-size: 14px;
  }
}
#service-page #tyre-pressure .table-data .table-wrapper table tbody tr.light-purple td {
  background: #EAE8F3 !important;
}
#service-page #tyre-pressure .table-data .table-wrapper table tbody tr.light-white td {
  background: #F9F8FC !important;
}
#service-page #ct-faq-section {
  background: #f9f8fc;
  padding: 100px 0px;
}
@media only screen and (max-width: 767px) {
  #service-page #ct-faq-section {
    padding: 50px 16px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #service-page #ct-faq-section {
    padding: 50px 16px;
  }
}
#service-page #ct-faq-section h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  color: #0d0d10;
  letter-spacing: 1.5;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #service-page #ct-faq-section h2 {
    font-size: 20px;
  }
}
#service-page #ct-faq-section .ct-accordion {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  #service-page #ct-faq-section .ct-accordion {
    margin-top: 20px;
  }
}
#service-page #ct-faq-section .ct-accordion details {
  background: #fff;
  border: 1px solid #d7d5ea;
  border-radius: 8px;
  margin-bottom: 16px;
  overflow: hidden;
}
#service-page #ct-faq-section .ct-accordion details[open] summary::after {
  background: url("../images/services/ct-down-arrow.svg") 0 no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  transform: rotate(180deg);
}
#service-page #ct-faq-section .ct-accordion summary {
  padding: 15px 20px;
  cursor: pointer;
  list-style: none;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #0d0d10;
}
@media only screen and (max-width: 767px) {
  #service-page #ct-faq-section .ct-accordion summary {
    padding: 15px 10px;
  }
}
#service-page #ct-faq-section .ct-accordion summary::-webkit-details-marker {
  display: none;
}
#service-page #ct-faq-section .ct-accordion summary::after {
  content: "";
  position: absolute;
  background: url("../images/services/ct-down-arrow.svg") 0 no-repeat;
  background-size: contain;
  right: 20px;
  width: 16px;
  height: 16px;
  top: 17px;
}
@media only screen and (max-width: 767px) {
  #service-page #ct-faq-section .ct-accordion summary::after {
    right: 10px;
  }
}
#service-page #ct-faq-section .ct-accordion .content {
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  #service-page #ct-faq-section .ct-accordion .content {
    padding: 10px;
  }
}
#service-page #battery-image {
  background: #F9F8FC;
  padding: 100px 0px;
}
@media only screen and (max-width: 767px) {
  #service-page #battery-image {
    padding: 60px 16px;
  }
}
#service-page #battery-image h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0.015em;
}
@media screen and (max-width: 1024px) {
  #service-page #battery-image h2 {
    font-size: 22px;
    line-height: 26px;
  }
}
#service-page #battery-image p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #3D3D57;
  padding-top: 12px;
  text-align: center;
}
#service-page #battery-image img {
  max-width: 80%;
  margin: 40px auto;
}
#service-page #choose-car-battrey {
  padding: 100px 0px;
  background: #F3F2F9;
}
@media only screen and (max-width: 767px) {
  #service-page #choose-car-battrey {
    padding: 50px 16px;
  }
}
#service-page #choose-car-battrey h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
  color: #0D0D10;
  letter-spacing: 1.5%;
}
@media only screen and (max-width: 767px) {
  #service-page #choose-car-battrey h2 {
    font-size: 20px;
  }
}
#service-page #choose-car-battrey h2 span {
  display: block;
}
#service-page #dispose {
  padding: 100px 0px;
  background: #F9F8FC;
}
@media only screen and (max-width: 767px) {
  #service-page #dispose {
    padding: 60px 16px;
  }
}
#service-page #dispose .flex-ct {
  gap: 125px;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #service-page #dispose .flex-ct {
    gap: 20px;
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #service-page #dispose .flex-ct {
    flex-direction: column;
  }
}
#service-page #dispose .flex-ct .left-content {
  width: 55%;
}
@media only screen and (max-width: 767px) {
  #service-page #dispose .flex-ct .left-content {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #service-page #dispose .flex-ct .left-content {
    width: 100%;
  }
}
#service-page #dispose .flex-ct .left-content h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  color: #0D0D10;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 767px) {
  #service-page #dispose .flex-ct .left-content h2 {
    font-size: 20px;
    text-align: center;
  }
}
#service-page #dispose .flex-ct .left-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #3D3D57;
  padding-top: 12px;
}
@media only screen and (max-width: 767px) {
  #service-page #dispose .flex-ct .left-content p {
    text-align: center;
  }
}
#service-page #dispose .flex-ct .right-content {
  width: 40%;
}
@media only screen and (max-width: 767px) {
  #service-page #dispose .flex-ct .right-content {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #service-page #dispose .flex-ct .right-content {
    width: 100%;
  }
}
#service-page #dispose .flex-ct .right-content img {
  width: 100%;
}
#service-page #lifespan-battrey {
  background: #F3F2F9;
  padding: 100px 0px;
}
@media only screen and (max-width: 767px) {
  #service-page #lifespan-battrey {
    padding: 60px 16px;
  }
}
#service-page #lifespan-battrey h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  color: #0D0D10;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #service-page #lifespan-battrey h2 {
    font-size: 20px;
    text-align: center;
    line-height: 1.5;
  }
}
#service-page #lifespan-battrey h2 span {
  display: block;
}
#service-page #choose-pb-wheels {
  background: #F9F8FC;
  padding: 100px 0px;
}
@media only screen and (max-width: 767px) {
  #service-page #choose-pb-wheels {
    padding: 60px 0px;
  }
}
#service-page #choose-pb-wheels h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  color: #0D0D10;
  text-align: center;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #service-page #choose-pb-wheels h2 {
    font-size: 20px;
    line-height: 1.3;
    padding: 0px 12px;
  }
}
#service-page #choose-pb-wheels p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #3D3D57;
  text-align: center;
  padding-top: 12px;
}
@media only screen and (max-width: 767px) {
  #service-page #choose-pb-wheels p {
    font-size: 13px;
    line-height: 1.5;
    padding: 12px 12px;
  }
}

.list-with-right-arrow {
  display: flex;
  flex-direction: column;
  gap: 28px;
  list-style: none;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .list-with-right-arrow {
    gap: 16px;
  }
}
.list-with-right-arrow li {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #3D3D57;
  position: relative;
  padding-left: 35px;
}
@media only screen and (max-width: 767px) {
  .list-with-right-arrow li {
    font-size: 16px;
    line-height: 24px;
  }
}
.list-with-right-arrow li::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background: url("../images/services/green-right-arrow.svg") 0 no-repeat;
  background-size: contain;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .list-with-right-arrow li::before {
    transform: none;
    top: 3px;
  }
}

.list-left-check-para {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin-top: 40px;
  gap: 28px;
}
@media only screen and (max-width: 767px) {
  .list-left-check-para {
    margin-top: 20px;
    gap: 16px;
  }
}
.list-left-check-para li {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #3D3D57;
  padding-left: 43px;
}
@media only screen and (max-width: 767px) {
  .list-left-check-para li {
    font-size: 16px;
    padding-left: 35px;
  }
}
.list-left-check-para li::before {
  position: absolute;
  content: "";
  width: 28px;
  height: 28px;
  background: url(../images/services/green-check-service.svg) 0 no-repeat;
  background-size: contain;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .list-left-check-para li::before {
    width: 24px;
    height: 24px;
    top: 5px;
    transform: none;
  }
}

ul.list-with-number {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  ul.list-with-number {
    gap: 8px;
  }
}
ul.list-with-number li {
  width: calc((100% - 20px) / 2);
  border: 1px solid #D7D5EA;
  list-style: none;
  background: #fff;
  border-radius: 8px;
  padding: 16px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  ul.list-with-number li {
    padding: 9px 16px;
  }
}
@media only screen and (max-width: 767px) {
  ul.list-with-number li {
    width: 100%;
  }
}
ul.list-with-number li span {
  background: #5E48CC;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
}
ul.list-with-number li div {
  margin-left: 12px;
}
ul.list-with-number li div h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  color: #1A1A27;
}
@media only screen and (max-width: 767px) {
  ul.list-with-number li div h4 {
    font-size: 14px;
  }
}
ul.list-with-number li div p {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  color: #6B6B8D;
  padding-top: 4px !important;
}
@media only screen and (max-width: 767px) {
  ul.list-with-number li div p {
    font-size: 14px;
    padding-top: 2px;
  }
}

.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}
.modal-overlay.active {
  display: flex;
}
.modal-overlay .modal-content {
  background-color: #fff;
  padding: 32px;
  border-radius: 16px;
  width: 90%;
  max-width: 560px;
  position: relative;
  box-shadow: 0px 4px 20px 0px rgba(63, 20, 203, 0.1215686275);
  animation: fadeIn 0.3s ease-out;
  border: 1px solid #edeaf6;
}
@media only screen and (max-width: 767px) {
  .modal-overlay .modal-content {
    padding: 16px;
  }
}
.modal-overlay .modal-content .modal-inner .car-iamge {
  margin: 0px auto;
  width: 80px;
  height: 80px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .modal-overlay .modal-content .modal-inner .car-iamge {
    width: 49px;
    height: 49px;
  }
}
.modal-overlay .modal-content .modal-inner h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #0d0d10;
  padding-top: 20px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .modal-overlay .modal-content .modal-inner h2 {
    font-size: 16px;
  }
}
.modal-overlay .modal-content .modal-inner p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #3d3d57;
  padding-top: 12px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .modal-overlay .modal-content .modal-inner p {
    font-size: 12px;
    line-height: 18px;
    padding-top: 8px;
  }
}
.modal-overlay .modal-content .modal-inner .form-reg-number {
  margin-top: 20px;
}
.modal-overlay .modal-content .modal-inner .form-reg-number .input-form-ct {
  position: relative;
  height: 72px;
  background: rgba(16, 16, 16, 0.0196078431);
  border: 1px solid #d7d5ea;
  border-radius: 16px;
  display: flex;
  padding: 15px;
}
@media only screen and (max-width: 767px) {
  .modal-overlay .modal-content .modal-inner .form-reg-number .input-form-ct {
    height: 66px;
  }
}
.modal-overlay .modal-content .modal-inner .form-reg-number .input-form-ct .ind-number {
  border-right: 1px solid #e5e5e5;
  padding-right: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  color: #8a8a8a;
  user-select: none;
  min-width: 45px;
}
.modal-overlay .modal-content .modal-inner .form-reg-number .input-form-ct .ind-number img {
  width: 26px;
  height: 42px;
}
.modal-overlay .modal-content .modal-inner .form-reg-number .input-form-ct div {
  margin-left: 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
@media only screen and (max-width: 767px) {
  .modal-overlay .modal-content .modal-inner .form-reg-number .input-form-ct div {
    gap: 5px;
  }
}
.modal-overlay .modal-content .modal-inner .form-reg-number .input-form-ct div span {
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  color: #101010;
}
.modal-overlay .modal-content .modal-inner .form-reg-number .input-form-ct div input {
  width: 100%;
  border: none;
  outline: none;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  color: #8a8a8a;
}
.modal-overlay .modal-content .modal-inner .form-reg-number .input-form-ct .error-stare-ct {
  position: absolute;
  bottom: -16px;
  color: red;
  font-size: 12px;
  left: -17px;
  display: none;
}
.modal-overlay .modal-content .modal-inner .form-reg-number .input-form-ct.number-field {
  margin-top: 12px;
}
.modal-overlay .modal-content .modal-inner .form-reg-number .continue-button {
  width: 100%;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180deg, #9d7eff 0%, #7950ff 100%);
  border-radius: 16px;
  border: none;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  color: #ffffff;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .modal-overlay .modal-content .modal-inner .form-reg-number .continue-button {
    height: 60px;
  }
}
.modal-overlay .modal-content .modal-inner .form-reg-number .continue-button img {
  display: inline-flex;
  width: 24px;
  height: 24px;
  margin-left: 16px;
}
.modal-overlay .modal-content .modal-inner .form-reg-number .tag-line-bottom {
  margin-top: 8px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  color: #6b6b8d;
}
@media only screen and (max-width: 767px) {
  .modal-overlay .modal-content .modal-inner .form-reg-number .tag-line-bottom {
    font-size: 12px;
  }
}
.modal-overlay .modal-content .modal-inner .form-reg-number .tag-line-bottom img {
  margin-left: 8px;
}
.modal-overlay .modal-content .close-btn {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 28px;
  cursor: pointer;
  color: #aaa;
}
.modal-overlay .modal-content .close-btn img {
  width: 32px;
  height: 32px;
  transition: all 0.5s;
}
@media only screen and (max-width: 767px) {
  .modal-overlay .modal-content .close-btn img {
    width: 24px;
    height: 24px;
  }
}
.modal-overlay .modal-content .close-btn:hover {
  color: #333;
}
.modal-overlay .modal-content .close-btn:hover img {
  transform: rotate(180deg);
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
section {
  margin: 0 !important;
}

.breadcrumbinner {
  margin-top: 60px !important;
}

.custom-table-wrapper {
  width: 100%;
  overflow-x: auto;
  border-radius: 24px;
}

.custom-table {
  width: 100%;
  border: 1px solid #D7D5EA;
  border-spacing: 0;
  background: #f5f4ff;
  overflow: hidden;
  border-radius: 24px;
  border-collapse: separate !important;
}
.custom-table th,
.custom-table td {
  padding: 15px 22px;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #0D0D10;
  text-align: left;
  vertical-align: middle;
  border-right: 1px solid #ddd8ef;
  border-bottom: 1px solid #ddd8ef;
}
@media only screen and (max-width: 767px) {
  .custom-table th,
  .custom-table td {
    font-size: 12px;
  }
}
.custom-table th:last-child,
.custom-table td:last-child {
  border-right: none;
}
.custom-table thead th {
  background: #D7D5EA;
  color: #1c1c1c;
  font-weight: 700;
}
.custom-table thead th:first-child {
  border-top-left-radius: 24px;
}
.custom-table thead th:last-child {
  border-top-right-radius: 24px;
}
.custom-table tbody td {
  background: #EAE8F3;
  color: #262626;
}
.custom-table tbody td ul li {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #3D3D57;
}
@media only screen and (max-width: 767px) {
  .custom-table tbody td ul li {
    font-size: 12px;
    line-height: 16px;
  }
}
.custom-table tbody td tr:last-child td {
  border-bottom: none;
}
.custom-table tbody td tr:last-child td:first-child {
  border-bottom-left-radius: 24px;
}
.custom-table tbody td tr:last-child td:last-child {
  border-bottom-right-radius: 24px;
}
.custom-table tbody tr:nth-child(odd) td {
  background: #EAE8F3;
}
.custom-table tbody tr:nth-child(even) td {
  background: #F9F8FC;
}
@media (max-width: 767px) {
  .custom-table .custom-table th,
  .custom-table .custom-table td {
    padding: 14px 16px;
    font-size: 15px;
    line-height: 1.5;
    min-width: 220px;
  }
  .custom-table .custom-table tbody td:first-child {
    min-width: 140px;
  }
}

.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}
.modal-overlay.active {
  display: flex;
}
.modal-overlay .modal-content {
  background-color: #fff;
  padding: 32px;
  border-radius: 16px;
  width: 90%;
  max-width: 560px;
  position: relative;
  box-shadow: 0px 4px 20px 0px rgba(63, 20, 203, 0.1215686275);
  animation: fadeInModal 0.3s ease-out;
  border: 1px solid #edeaf6;
}
@media only screen and (max-width: 767px) {
  .modal-overlay .modal-content {
    padding: 16px;
  }
}
.modal-overlay .modal-content .modal-inner .car-iamge {
  margin: 0px auto;
  width: 80px;
  height: 80px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .modal-overlay .modal-content .modal-inner .car-iamge {
    width: 49px;
    height: 49px;
  }
}
.modal-overlay .modal-content .modal-inner h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #0d0d10;
  padding-top: 20px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .modal-overlay .modal-content .modal-inner h2 {
    font-size: 16px;
  }
}
.modal-overlay .modal-content .modal-inner p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #3d3d57;
  padding-top: 12px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .modal-overlay .modal-content .modal-inner p {
    font-size: 12px;
    line-height: 18px;
    padding-top: 8px;
  }
}
.modal-overlay .modal-content .modal-inner .form-reg-number {
  margin-top: 20px;
}
.modal-overlay .modal-content .modal-inner .form-reg-number .input-form-ct {
  position: relative;
  height: 72px;
  background: rgba(16, 16, 16, 0.0196078431);
  border: 1px solid #d7d5ea;
  border-radius: 16px;
  display: flex;
  padding: 15px;
}
@media only screen and (max-width: 767px) {
  .modal-overlay .modal-content .modal-inner .form-reg-number .input-form-ct {
    height: 66px;
  }
}
.modal-overlay .modal-content .modal-inner .form-reg-number .input-form-ct .ind-number {
  border-right: 1px solid #e5e5e5;
  padding-right: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  color: #8a8a8a;
  user-select: none;
  min-width: 45px;
}
.modal-overlay .modal-content .modal-inner .form-reg-number .input-form-ct .ind-number img {
  width: 26px;
  height: 42px;
}
.modal-overlay .modal-content .modal-inner .form-reg-number .input-form-ct div {
  margin-left: 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
@media only screen and (max-width: 767px) {
  .modal-overlay .modal-content .modal-inner .form-reg-number .input-form-ct div {
    gap: 5px;
  }
}
.modal-overlay .modal-content .modal-inner .form-reg-number .input-form-ct div span {
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  color: #101010;
}
.modal-overlay .modal-content .modal-inner .form-reg-number .input-form-ct div input {
  width: 100%;
  border: none;
  outline: none;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  color: #8a8a8a;
}
.modal-overlay .modal-content .modal-inner .form-reg-number .input-form-ct .error-stare-ct {
  position: absolute;
  bottom: -16px;
  color: red;
  font-size: 12px;
  left: -17px;
  display: none;
}
.modal-overlay .modal-content .modal-inner .form-reg-number .input-form-ct.number-field {
  margin-top: 12px;
}
.modal-overlay .modal-content .modal-inner .form-reg-number .continue-button {
  width: 100%;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180deg, #9d7eff 0%, #7950ff 100%);
  border-radius: 16px;
  border: none;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  color: #ffffff;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .modal-overlay .modal-content .modal-inner .form-reg-number .continue-button {
    height: 60px;
  }
}
.modal-overlay .modal-content .modal-inner .form-reg-number .continue-button img {
  display: inline-flex;
  width: 24px;
  height: 24px;
  margin-left: 16px;
}
.modal-overlay .modal-content .modal-inner .form-reg-number .tag-line-bottom {
  margin-top: 8px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  color: #6b6b8d;
}
@media only screen and (max-width: 767px) {
  .modal-overlay .modal-content .modal-inner .form-reg-number .tag-line-bottom {
    font-size: 12px;
  }
}
.modal-overlay .modal-content .modal-inner .form-reg-number .tag-line-bottom img {
  margin-left: 8px;
}
.modal-overlay .modal-content .close-btn {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 28px;
  cursor: pointer;
  color: #aaa;
}
.modal-overlay .modal-content .close-btn img {
  width: 32px;
  height: 32px;
}
@media only screen and (max-width: 767px) {
  .modal-overlay .modal-content .close-btn img {
    width: 24px;
    height: 24px;
  }
}
.modal-overlay .modal-content .close-btn:hover {
  color: #333;
}

@keyframes fadeInModal {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.table {
  background: none !important;
}

.display-block {
  display: block;
}

.bg-light-purple-shade-1 {
  background: #f3f2f9 !important;
}

/*# sourceMappingURL=style-service.css.map */
