.mw-1440 {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}
.cards_grid_tempalte {
  grid-template-columns: repeat(1, 1fr) !important;
}
.swiper-container.dots-over-line .swiper-pagination {
  bottom: 1.7rem;
}
.swiper-container.dots-over-line .swiper-pagination .swiper-pagination-bullet {
  background: var(--bs-white);
  opacity: 1;
  box-shadow: 0 0.25rem 0.75rem rgba(30, 34, 40, 0.02);
  width: 70px !important;
  height: 1px !important;
  border-radius: 5px !important;
  border: 2px solid var(--bs-white) !important;
}
.swiper-container.dots-over-line
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: 0 0;
  border-color: var(--bs-white);
}
.devider {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 345px;
  background-color: #bed0e6;
}

@media (min-width: 768px) {
  .max-w-max {
    max-width: 100% !important;
  }
  .cards_grid_tempalte {
    grid-template-columns: repeat(3, 1fr) !important;
  }
  .swiper-container.dots-over-line
    .swiper-pagination
    .swiper-pagination-bullet {
    width: 80px !important;
  }
}
@media (min-width: 1025px) {
  .devider {
    height: 544px;
  }
  .cards_grid_tempalte {
    grid-template-columns: repeat(4, 1fr) !important;
  }
  .swiper-container.dots-over-line
    .swiper-pagination
    .swiper-pagination-bullet {
    width: 90px !important;
  }
}
.dshadow {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.bg-geely-blue {
  --bs-bg-opacity: 1;
  background-color: #bed0e6 !important;
}
.wrapper.bg-geely-blue.angled:after,
.wrapper.bg-geely-blue.angled:before {
  border-color: #bed0e6;
}
.bg-geely-dark-blue {
  --bs-bg-opacity: 1;
  background-color: #4c79d9 !important;
}
.wrapper.bg-geely-dark-blue.angled:after,
.wrapper.bg-geely-dark-blue.angled:before {
  border-color: #4c79d9;
}
.mw_button {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: 40px;
  padding-left: 40px;
  margin-right: auto;
  margin-left: auto;
}
.sello_img {
  width: 5rem !important;
}
@media (min-width: 576px) {
  .mw-1440 {
    max-width: 540px;
  }
  .mw_button {
    max-width: 540px;
  }
  .sello_img {
    width: 7rem !important;
  }
}
@media (max-width: 767px) {
  .height_mobile {
    max-height: 767px !important;
  }
  .title_font {
    font-size: 24px;
  }
  .buttons_width {
    max-width: 100% !important;
  }
}
@media (min-width: 768px) {
  .mw-1440 {
    max-width: 768px;
  }
  .mw_button {
    max-width: 560px;
    margin-bottom: -14px;
  }
  .sello_img {
    width: 9rem !important;
  }
}
@media (min-width: 992px) {
  .mw-1440 {
    max-width: 1024px;
  }
  .mw_button {
    max-width: 680px;
    margin-bottom: -16px;
  }
  .card_size {
    max-width: 922px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .card_col {
    flex: 0 0 auto !important;
    width: 41.66666667% !important;
  }
  .sello_img {
    width: 6rem !important;
  }
}
@media (min-width: 1200px) {
  .mw-1440 {
    /* max-width: 1280px; */
    max-width: 1440px;
  }
  .mw_button {
    max-width: 800px;
    margin-bottom: -8px;
  }
  .sello_img {
    width: 6rem !important;
  }
}
@media (min-width: 1400px) {
  .mw-1440 {
    max-width: 1440px;
  }
  .mw_button {
    max-width: 960px;
  }
  .sello_img {
    width: 8rem !important;
  }
}
@media (min-width: 1600px) {
  .mw_button {
    max-width: 1024px;
    margin-bottom: 16px;
  }
}

/*360 switch style*/

.toggle-margin {
  margin-left: 0px;
}
@media (min-width: 768px) {
  .toggle-margin {
    margin-left: -75px;
  }
}
.radio-toggle {
  margin: 0 16px !important;
  margin-bottom: 14px !important;
  cursor: pointer;
  display: inline-block;
}
.panoviewer-theme-white {
  margin-top: 12px !important;
}
.toggle-switch {
  display: inline-block;
  background: #fff;
  border-radius: 16px;
  width: 58px;
  height: 32px;
  position: relative;
  vertical-align: middle;
}
.toggle-switch:before,
.toggle-switch:after {
  content: '';
}
.toggle-switch:before {
  display: block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 4px;
  left: 4px;
  transition: left 0.25s;
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.toggle-checkbox:checked + .toggle-switch:before {
  left: 30px;
}

/* .toggle-checkbox {
  position: absolute;
  visibility: hidden;
} */

.toggle-label {
  margin-left: 5px;
  position: relative;
  top: 2px;
}
/*360 switch style*/
.performance_borders {
  border: 3px solid !important;
}
.timeline_1986 {
  color: rgba(82, 225, 226, 0.7);
  text-align: center !important;
  font-family: Genos, Open Sans, sans-serif !important;
  font-size: 144px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: normal !important;
}
.image-wrapper.bg-overlay-white:before {
  background: rgba(255, 255, 255, 0.6);
}
.geely_manufacturing {
  font-family: GEELY Global Font, Open Sans, sans-serif;
  font-size: 24px;
  background: linear-gradient(90deg, #000 2.28%, #a1aff6 97.98%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.watermark {
  padding: 0 80px;
}
.watermark img {
  width: 5rem !important;
}
@media (min-width: 768px) {
  .geely_manufacturing {
    font-size: 56px;
  }
  .timeline_1986 {
    font-size: 224px !important;
  }
}
@media (min-width: 992px) {
  .geely_manufacturing {
    font-size: 80px;
  }
  .timeline_1986 {
    font-size: 256px !important;
  }
  .watermark img {
    width: 5rem !important;
  }
}
@media (min-width: 1100px) {
  .watermark img {
    width: 6rem !important;
  }
}
@media (min-width: 1200px) {
  .geely_manufacturing {
    font-size: 96px;
  }
  .timeline_1986 {
    font-size: 348px !important;
  }
  .watermark img {
    width: 7rem !important;
  }
}
@media (min-width: 1300px) {
  .watermark img {
    width: 8rem !important;
  }
}
@media (min-width: 1400px) {
  .geely_manufacturing {
    font-size: 124px;
  }
  .timeline_1986 {
    font-size: 400px !important;
  }
  .watermark {
    margin-bottom: 10px;
  }
  .watermark img {
    width: 8rem !important;
  }
}
@media (min-width: 1500px) {
  .watermark {
    margin-bottom: 10px;
  }
  .watermark img {
    width: 9rem !important;
  }
}
@media (min-width: 1600px) {
  .watermark {
    margin-bottom: 20px;
  }
  .watermark img {
    width: 10rem !important;
  }
}

.dealerHeight {
  height: 156px;
}
@media (min-width: 768px) {
  .dealerHeight {
    height: 200px;
  }
}
.dealerStyle {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  border-bottom: 1px solid #d0d7ea;
  padding: 0.25rem 0;
  font-weight: 700;
}
.dealerStyle:hover {
  background-color: #d0d7ea;
  border-radius: 0.4rem;
  transition: all 0.2s ease-in-out;
}
.stateStyle {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  border-bottom: 1px solid #d0d7ea;
  padding: 0.25rem 0;
  font-weight: 700;
}
.stateStyle:hover {
  background-color: #d0d7ea;
  border-radius: 0.4rem;
  transition: all 0.2s ease-in-out;
}
.stateStyle:hover > .otherState {
  color: #60697b;
}
.selectedState {
  color: #60697b;
  transition: color 0.3s ease;
}
.otherState {
  color: #bcbcbc;
  transition: color 0.15s ease;
}
.pano-toggle-buttons {
}
@media (min-width: 768px) {
  .pano-toggle-buttons {
    position: absolute;
    right: 0;
    left: 0;
    top: -54px !important;
  }
}
.dealerStyle:last-child {
  border: 0 !important;
  border-style: none !important;
}

.bg-geely-soft-blue {
  background-color: #d0d7ea !important;
}
.wrapper.bg-geely-soft-blue.angled:after,
.wrapper.bg-geely-soft-blue.angled:before {
  border-color: #d0d7ea;
}
.text-image {
  height: 450px;
}
.text-image-divider {
  height: 168px;
}
@media (min-width: 360px) {
  .text-image-divider {
    height: 100px;
  }
}
@media (min-width: 420px) {
  .text-image-divider {
    height: 0px;
  }
}
@media (min-width: 768px) {
  .text-image {
    height: 400px;
  }
}
@media (min-width: 992px) {
  .text-image {
    height: 200px;
  }
}


