body:not(.et-tb) #main-content .LocationSearchSection .container {
  padding-top: 20px;
  width: 100%;
}

.locations-box-section h2.serviceTitle {
  font-size: 27px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #26282f;
}

/* Dealer Locator — card styles */
.dealer-card {
  display: flex;
  cursor: pointer;
  padding: 4px 8px;
  margin-bottom: 16px;
  transition:
    background-color 0.15s,
    border-left 0.15s;
}

.dealer-card:hover {
  background-color: #f5f7ff;
}

.dealer-card--active {
  background-color: #efefef40;
  border: 1px solid #dadada;
  border-radius: 8px;
}

.dealer-card__location-wrapper .ico-pin {
  width: 33px;
  height: 45px;
  background: url(../img/map-pin-icon.png) no-repeat;
  margin-right: 10px;
}

.dealer-distance {
  font-weight: 500;
  color: #26282f;
  font-size: 14px;
}

.dealer-card__info h2 {
  font-weight: 700;
  color: #26282f;
  font-size: 20px;
  padding: 0;
}

.US_dealer-rslt .dealer-card__location-wrapper {
  display: flex;
}

.US_dealer-rslt .US-address p {
  padding-bottom: 0 !important;
  color: #6c767f;
  font-size: 14px;
}

.US_dealer-rslt .US-address a {
  text-transform: lowercase;
}

.US_dealer-rslt .US-address .phone a {
  text-decoration: underline;
}

.US_dealer-rslt .US-address a.phone:hover {
  text-decoration: none;
}

.US_dealer-rslt .gm-style-iw {
  background-color: #26282F;
  padding: 8px !important;
}

.US_dealer-rslt .gm-style-iw-tc:after {
  background-color: #26282F;
}

.US_dealer-rslt .gm-style-iw-chr {
  display: none;
}

.US_dealer-rslt .gm-style-iw-d {
  overflow: auto !important;
}

.map-info-window {
  text-align: center;
  font-size: 13px;
  line-height: 1.5;
  color: #fff;
}

.map-info-window strong {
  display: block;
  color: #ABB5BA;
}

@media (max-width: 992px) {
  .locations-box-section h2.serviceTitle {
    padding: 0;
  }
  .LocationSearchSection .et_pb_text_3 {
    margin-left: 0 !important;
  }
  .LocationSearchSection .et_pb_text_4 {
    width: 100%;
  }
  .LocationSearchSection .et_pb_text_3 {
    width: 100%;
  }
  .US_dealer-rslt .US-address .phone {
  margin-bottom: 12px;
}
}
