* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

.dealers .dealers-region .region-button {
  border: none;
  background: var(--changan-white);
  color: var(--changan-black);
  font-size: 20px;
  margin: 60px 0px;
  scroll-margin-top: 60px !important;
}
.location-slider .slick-track {
  display: flex;
  justify-content: space-between;
}
.location-slider .slick-slide {
  width: auto !important;
}
.location-slider .slick-slide:focus-visible {
  outline: unset;
}

.dealers .region-button-active {
  color: var(--changan-blue-primary) !important;
  border-bottom: 2px solid var(--changan-blue-primary) !important;
  font-weight: bold;
}
.dealers .region-button:hover {
  color: var(--changan-blue-primary);
  border-bottom: 2px solid var(--changan-blue-secondary);
  font-weight: bold;
}
.dealers .bg-changan-gray {
  background: var(--changan-gray);
  height:692px;
  padding: 174px 108px;
  color: var(--changan-black);
}
.dealers .dealers-maps {
  height:692px;
}
.dealers-map-image {
  height:692px;
}
.dealers-map-image img {
  object-fit: cover;
}
.dealers #location-dropdown{
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--changan-white);
  color: var(--changan-black);
  border-radius: 0;
  border: none;
  width: 100%;
}
.dealers .dropdown-menu {
  width: 100%;
  border-radius: 0;
}
.dealers .dealers-text {
  margin-top: 111px;
  /* width: 356px; */
}
.dealers .dealers-text h1 {
  font-size: 34px;
}
.dealers .dealers-text p {
  font-size: 20px;
}
.dealers .location-button-active {
  background: var(--changan-blue-secondary);
  color: var(--changan-white);
}

@media(max-width: 1600px) { 
  .dealers .region-button {
    font-size: 18px;
  }
  .dealers .dealers-text h1 {
    font-size: 28px;
  }
  .dealers .dealers-text p {
    font-size: 18px;
  }
  iframe {
    height: 595px;
  }
  .dealers-map-image {
    height: 595px;
  }
  .dealers .dealers-maps {
    height: 595px;
  }
  .dealers .bg-changan-gray {
    height:595px;
    padding: 125px 70px;
  }
  .dealers .dealers-text {
    margin-top: 111px;
    /* width: 80%; */
  }
}
@media(max-width: 1200px) { 
  .dealers .bg-changan-gray {
    padding: 90px 60px;
  }
  .dealers .dealers-text {
    width: 100%;
  }
}
@media(max-width: 1024px) { 
  .dealers .dealers-text {
    margin-top: 111px;
  }
  .dealers .dealers-text h1 {
    font-size: 25px;
  }
  .dealers .dealers-text p {
    font-size: 16px;
  }
}
@media(max-width: 992px) {
  .dealers .region-button {
    margin: 0px 20px;
  }
  .dealers .bg-changan-gray {
    padding: 60px 40px;
  }
}
@media(max-width: 768px) { 
  .dealers .region-button {
    margin: 0px 14px;
  }
  .dealers .bg-changan-gray {
    background: var(--changan-gray);
    height:382px;
    padding: 40px 20px;
  }
  .dealers .dealers-text {
    margin-top: 46px;
    width: 100%;
  }
  iframe {
    height: 405px;
  }
  .dealers-map-image {
    height: 405px;
  }
    .dealers .dealers-maps {
    height: 405px;
  }
  /* .dealers .swiper-wrapper {
    padding: 0px 40px;
  } */
  .dealers .swiper-slide {
    text-align: center;
    margin: 60px 0px;
    white-space: nowrap;
    width: auto !important;
  }
  /* .dealers .region-btn-mbl {
    background: none;
    border: none;
    color: var(--changan-black);
    font-size: 18px;
  }
  .dealers .region-btn-mbl-actv {
    background: none;
    color: var(--changan-blue-secondary);
    border-bottom: 2px solid var(--changan-blue-secondary);
    font-weight: bold;
  } */
}
@media(max-width: 576px) {
  .dealers .dealers-text h1 {
    font-size: 28px;
  }
  .dealers .dealers-text p {
    font-size: 18px;
  }
  .dealers .dealers-region .region-button {
    font-size: 18px;
  }
}