/* scooter selection wrapper  */
.atherspace-scooter-choose {
  background-color: #f2f2f2;
  width: 100%;
  height: 217px;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
}
.atherspace-scooter-img {
  width: 100%;
  height: 217px;
}
.atherspace-scooter-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-color: #ffffff;
}
.atherspace-scooter-color {
  position: absolute;
  top: 13px;
  right: 19px;
}
.atherspace-scooter-color label {
  font-size: 12px;
  font-weight: 400;
  color: #191919;
  line-height: 16px;
}
/* Atherspace Title Right */
.atherspace-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
}

.ather-title h2{
  font-size: 50px;
}

.scooter-color-list {
  display: flex;
  align-items: flex-end;
  height: 100%;
}
.scooter-color-list ul {
  display: flex;
  align-items: center;
}
.scooter-color-list ul li {
  width: 36px;
  height: 36px;
  border-radius: 36px;
  cursor: pointer;
  transition: all 0.4s;
}
.scooter-color-list ul li:not(:last-child) {
  margin-right: 7px;
}
.scooter-color-list ul li.active {
  transform: scale(1);
}
.scooter-color-list ul .first {
  background: linear-gradient(-45deg, #c0ccd4, #c0ccd4, #c0ccd4);
}
.scooter-color-list ul .second {
  background: linear-gradient(-45deg, #e03041, #e03041, #e03041);
}
.scooter-color-list ul .three {
  background: linear-gradient(-45deg, #121824, #121824, #121824);
}
.scooter-color-list ul .four {
  background: linear-gradient(-45deg, #bbcebd, #bbcebd, #bbcebd);
}
.scooter-color-list ul .five {
  background: linear-gradient(-45deg, #5c5c5c, #5c5c5c, #5c5c5c);
}
.scooter-color-list ul .six {
  background: linear-gradient(-45deg, #ffffff, #ffffff, #ffffff);
}
/* scooter specification */
.ather-space-table ul li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #b9b9b9;
  padding: 20px 0px;
  width: 100%;
}
.color__checkbox {
  color: #000;
  opacity: 0;
  background-size: cover;
  transition: all 0.4s;
  width: 32px;
  height: 32px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  /* border: 1px solid #2CB03E; */
  border-radius: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  border: 1px solid transparent;
}
.scooter-color-list li.active .color__checkbox {
  opacity: 1;
}

.scooter-color-list li.out-of-stock.active {
  height: 20px;
  width: 20px;
  border: 1px solid transparent;
}
.scooter-color-list li .color__checkbox i {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  /* height: 13px;
    width: 16px; */
}

.scooter-color-list li.active::after {
  content: "";
  border: 1.3px solid;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  border-radius: 50%;
  transform: scale(1.2);
  -ms-transform: scale (1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
}

.scooter-color-list li.green .color__checkbox i {
  color: #fff;
}

.scooter-color-list li.white {
  background: #fafaf8;
}

.scooter-color-list li.grey {
  background-color: #5c5c5c;
}
.scooter-color-list li.lunar-grey {
  background-color: #52555c;
}

/* active state */

.scooter-color-list li.red.active::after {
  border-color: #cf2939;
}

.scooter-color-list li.black.active::after,
.scooter-color-list li.cosmic-black.active::after {
  border-color: #121824;
}
.scooter-color-list li.lunar-grey.active::after {
  border-color: #9dadb8;
}

.scooter-color-list li.green.active::after {
  border-color: #74eeb7;
}
.scooter-color-list li.salt-green.active::after {
  border-color: #8fa792;
}

.scooter-color-list li.white.active::after {
  border-color: #000000;
}

.scooter-color-list li.grey.active::after {
  border-color: #52555c;
}

.ather-space-table ul li:first-child,
.ather-space-table ul li:last-child {
  border-bottom: 0px solid #b9b9b9;
}
.ather-space-table ul li.ather-space-table-header span {
  font-size: 20px;
}
.ather-space-table ul li label {
  flex-basis: 33.333%;
  font-weight: 400;
  color: #191919;
  font-size: 16px;
  line-height: 22px;
}
.ather-space-table ul li span {
  flex-basis: 33.333%;
  font-weight: 500;
  color: #191919;
  font-size: 16px;
  line-height: 22px;
  text-align: right;
  cursor: pointer;
}
.ather-space-table ul li span.head,
.ather-space-table ul li label.head {
  font-size: 20px;
  font-family: "neurial-grotesk-medium";
}
.position-up .ather-space-table {
  width: 100%;
  margin-top: -95px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.position-up .ather-space-table ul {
  display: flex;
  flex-direction: column;
  width: 75%;
}
.position-up .ather-space-table ul li {
  width: 100%;
}
.position-up .ather-space-table ul li.ather-space-table-header:first-child {
  border-bottom: 0px solid #b9b9b9;
  padding-bottom: 30px;
}
.ather-space-table ul li.ather-space-table-header span {
  font-family: "neurial-grotesk-medium";
}
.scooter-specification-wrapper .view-all-row {
  margin-top: 20px;
}
.ather-space-table .view-all-row {
  width: 75%;
  justify-content: flex-start;
}
.view-all-row {
  display: flex;
  justify-content: center;
}
/*  */
.scooter-list-wrapper {
  padding: 20px 0px;
}
.scooter-list-wrapper.active {
  position: fixed;
  top: 0px;
  width: 100%;
  background-color: #d3d3d3;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  padding: 20px 45px;
  padding-bottom: 0px;
  z-index: 9;
}
.scooter-list-wrapper ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 17px;
}
.scooter-list-wrapper ul li a {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #8f8f8f;
}
.scooter-list-wrapper ul li.active a {
  color: #191919;
}
.progress {
  height: 2px;
  background-color: #b6b6b6;
  margin-bottom: 0px;
}
.progress-bar {
  width: 20px;
  background-color: #191919;
}
/* pricing section */
.abc-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 10px;
}
.atherspace-buyback-card {
  background: #fff2bc;
  border-radius: 2px;
  height: 90px;
  display: flex;
  flex-direction: column;
  width: 75%;
  justify-content: center;
}
.atherspace-buyback-card a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.atherspace-buyback-card-left {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.atherspace-buyback-card-img {
  display: inline-block;
}
.atherspace-buyback-card-title {
  padding-left: 20px;
}
.atherspace-buyback-card-title h2 {
  font-size: 16px;
  color: #cf8500;
  line-height: 20px;
  margin-bottom: 5px;
}
.atherspace-buyback-card-title p {
  font-size: 14px;
  color: #cf8500;
  font-weight: 400;
  line-height: 17px;
  width: 70%;
}
.atherspace-buyback-link-arrow {
  margin-right: 37px;
  transform: rotate(45deg);
}
.ather-space-table.pricing-table ul {
  border-bottom: 1px solid #b9b9b9;
  padding: 12px 0px;
}
.ather-space-table.pricing-table ul:last-child {
  border-bottom: 0px solid #b9b9b9;
}
.ather-space-table.pricing-table li {
  border: 0px;
  padding: 12px 0px;
  align-items: flex-start;
}
.ather-space-table.pricing-table li.gray label {
  color: #5c6470;
}
.ather-space-table.pricing-table li.gray span {
  color: #5c6470;
}
.ather-space-table.pricing-table li.green label {
  color: #0d7c3e;
}
.ather-space-table.pricing-table li.green span {
  color: #0d7c3e;
}
.ather-space-table .notes {
  font-size: 12px;
  line-height: 17px;
  color: #828282;
  width: 33.33%;
}
.ather-space-table .gst {
  font-size: 12px;
  line-height: 16px;
  color: #191919;
  text-align: right;
}

/* whats included */
.atherspace-dot-img {
  width: 100%;
  height: 290px;
  overflow: hidden;
}
.atherspace-dot-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.what-include-inner-wrapper {
  background: #f5f5f5;
  padding: 35px 35px;
  margin-bottom: 16px;
}
.whats-included-card {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.whats-included-card-heading {
  flex-basis: 30%;
}
.whats-included-card-heading h4,
.whats-included-card-heading label {
  font-size: 32px;
  color: #191919;
  font-weight: 400;
  line-height: 38px;
}
.whats-included-card-heading p {
  font-size: 16px;
  color: #191919;
  font-weight: 400;
  line-height: 24px;
  margin-top: 10px;
}
.whats-included-card-text {
  flex-basis: 35%;
}
.whats-included-card-text h2 {
  margin-bottom: 25px;
  font-size: 16px;
  color: #191919;
  font-weight: 600;
  line-height: 22px;
  width: 228px;
}
.whats-included-card-text h6 {
  margin-bottom: 15px;
  font-size: 13px;
  color: #191919;
  font-weight: 600;
}
.whats-included-card-text p {
  font-size: 16px;
  color: #8d8d8d;
  line-height: 22px;
  width: 83%;
  margin-bottom: 23px;
}
.whats-included-card-text p a {
  font-size: 16px;
  line-height: 22px;
  color: #8d8d8d;
  text-decoration: underline;
}
.whats-included-card-text ul {
  margin-left: 18px;
  margin-bottom: 30px;
}
.whats-included-card-text ul li {
  font-size: 16px;
  list-style: disc;
  color: #8d8d8d;
  line-height: 22px;
  margin-bottom: 16px;
  width: 83%;
}
.battery-scooter-card {
  display: flex;
  justify-content: space-between;
}
.whats-include-accordian {
  width: 100%;
  justify-content: flex-end;
  display: flex;
}
.whats-include-accordian .loan-accordion {
  width: 70%;
}
.whats-include-accordian .loan-accordion .qr-section {
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  /* margin-left: 18px; */
}
.whats-include-accordian .loan-accordion .qr-section li:first-child {
  width: 46%;
  font-size: 16px;
  color: #8d8d8d;
  line-height: 32px;
}
.whats-include-accordian .loan-accordion .qr-section li:nth-child(2) {
  width: 30%;
}

/* wrarranty card */
.warranty-card {
  display: flex;
  justify-content: space-between;
  background: #f5f5f5;
  flex-basis: 49.3%;
  margin-bottom: 24px;
}
.warranty-card .whats-included-card-heading {
  flex-basis: 60%;
  padding: 35px 0px 35px 35px;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
.warranty-card .warranty-img {
  justify-content: flex-end;
  display: flex;
  flex-direction: column;
}
.warranty-card .warranty-img img {
  width: 100%;
}
/* other-footer-links */
.other-footer-links .feature-card {
  flex-basis: 46%;
}

.other-footer-links .feature-card.warranty {
  flex-basis: 100%;
}
.loan-partner-img {
  display: flex;
}
.loan-partner-img .idfc-logo {
  margin-left: 12px;
  padding-left: 12px;
}
