body {
  background-color: #d3d3d3;
  font-family: "neurial-grotesk-regular";
}
* {
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0px;
}
ul {
  padding: 0px;
  margin: 0px;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  cursor: pointer;
}
a:focus,
a:hover {
  text-decoration: none;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
label {
  margin-bottom: 0px;
}
.se-pre-con img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.se-pre-con .spinner-border-sm {
  position: absolute;
  bottom: 20px;
  left: 50%;
}
.se-pre-con {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999999;
  background: #fff;
}
#orientation_message {
  background-color: #000;
  width: 100%;
  height: 100vh;
  z-index: 99999;
  position: fixed;
  top: 0px;
  left: 0px;
  transition: opacity 0.1s ease-out, color 0.1s ease-out;
  opacity: 0.9;
}
#orientation_message > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* common components css */
.overlay {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 45%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
.overlay.show {
  opacity: 1;
  visibility: visible;
}
.font-20 {
  font-size: 20px !important;
}
.structure-space {
  padding: 0px 45px 100px;
  padding-bottom: 40px;
}
.common-spacing {
  padding: 30px 0px 40px 0px;
}
.border-bottom {
  border-bottom: 2px solid #191919 !important;
}
.border-top {
  border-top: 2px solid #191919 !important;
}
.padding-bottom {
  padding-bottom: 0px;
}
.align-center {
  width: 22%;
  margin: 0 auto;
}
.anchor-with-arrow a {
  display: block;
  font-size: 56px;
  font-weight: 400;
  line-height: 67px;
  color: #191919;
}
.anchor-with-arrow.small-font a {
  font-size: 32px;
  line-height: 38px;
}
.anchor-with-arrow a label {
  vertical-align: middle;
  cursor: pointer;
  position: absolute;
  right: 44px;
}
.atherspace-title-left h2 {
  font-size: 40px;
  font-weight: 400;
  line-height: 60px;
  color: #191919;
}
.atherspace-external-link {
  background-color: #fff2bc;
  border-radius: 2px;
  padding: 16px;
  width: 85%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.atherspace-external-link a,
.atherspace-line-link a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.atherspace-external-link label {
  font-size: 14px;
  color: #cf8500;
  font-weight: 400;
  line-height: 20px;
  width: 155px;
  cursor: pointer;
}
.atherspace-line-link a {
  padding-bottom: 5px;
  cursor: pointer;
}
.atherspace-line-link label {
  font-size: 16px;
  color: #191919;
  font-weight: 400;
  line-height: 23px;
  cursor: pointer;
  padding-right: 20px;
}
.atherspace-line-link a img {
  width: 16px;
}
.other-footer-links {
  margin-top: 70px;
}

/*  */
/* Common Header Content */
.common-content {
  display: flex;
  justify-content: space-between;
  margin: 28px 0px 0px;
}
/* Common Banner Heading */
.common-heading {
  font-size: 50px;
  line-height: 60px;
  font-family: "neurial-grotesk-regular";
  font-weight: 400;
  color: #191919;
  min-width: 291px;
}
.common-para {
  padding-top: 10px;
  font-size: 24px;
  line-height: 36px;
  color: #191919;
}
.common-content p {
  flex-basis: 426px;
  size: 24px;
  line-height: 33.6px;
}

/* Financing Warranty Buyback*/
.inner-common-heading {
  font-size: 40px;
  line-height: 48px;
  font-weight: 400;
  color: #191919;
}
.inner-common-para {
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}
#map {
  height: 500px;
  overflow: auto;
}

/* common */
.no-bullet li {
  list-style: none !important;
}
small {
  position: relative;
  top: -6px;
  font-size: 7px;
  font-weight: 500;
}
/* Tooltip */
.loan-partner-img .tooltip-inner {
  width: 100px;
  max-width: 100px;
}
.tooltip-inner {
  background-color: #fff !important;
  color: #191919;
  padding: 12px;
  max-width: 270px;
  width: auto;
  line-height: 20px;
  text-align: left;
  border-radius: 2px;
  font-family: "neurial-grotesk-regular";
}

.tooltip-label {
  float: right;
}
.tooltip-title {
  font-size: 12px;
  line-height: 17px;
}
.tooltip-title.last {
  margin-bottom: 0px;
}
.battery-ruppee {
  display: block;
  font-size: 20px;
  color: #191919;
  padding-bottom: 15px;
}
.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #fff !important;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #fff !important;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #fff !important;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #fff !important;
}

/*  TPMS Slider*/

.tpms-slider .carousel-indicators li {
  width: 8px;
  height: 8px;
  background: #9a9c9d;
  border-radius: 50px;
  border: none;
}
.tpms-slider .carousel-indicators li.active {
  background: #fff;
}
.tpms-slider .carousel-inner {
  padding-bottom: 85px;
}
.tpms-slider .carousel-indicators {
  margin: 0px;
  right: 65px;
  left: 0;
  z-index: 1;
  top: 338px;
}
.new-banner {
  font-size: 12px;
  line-height: 140%;
  color: #fff;
  background: #31a93e;
  border-radius: 2px;
  padding: 2px 7px;
  display: inline-block;
  margin-bottom: 0;
  position: absolute;
  top: -26px;
}

.inner-left {
  padding: 0;
}

.inner-left .mySwiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0 !important;
  width: 8px;
  height: 8px;
  left: 0 !important;
  transform: none !important;
  margin-right: 6px !important;
  opacity: 1;
  background: #9a9c9d;
}

.inner-left .mySwiper .swiper-pagination {
  width: 100% !important;
  left: 0 !important;
  transform: none !important;
}

.inner-left .mySwiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff !important;
  position: static !important;
}

.swiper-slide {
  padding-top: 32px;
  text-align: center;
}

.swiper {
  width: 100%;
  height: 100%;
}
