.locate-dealer-form {
  padding: 15px;
  background-color: #fff;
}

@media (min-width: 992px) {
  .locate-dealer-section .implements-wrapper {
    height: 80vh;
  }
}

.dealers-address-wrapper .address {
  padding: 20px 15px;
}

.dealers-address-wrapper .address h4,
.dealers-address-wrapper .address h4 a,
.dealers-address-wrapper .address h4 a:hover,
.dealers-address-wrapper .address h4 a:focus,
.dealers-address-wrapper .address h4 a:active,
.dealers-address-wrapper .address h4 a:visited {
  font-family: Georama, sans-serif;
  color: #e51836;
  text-transform: unset;
  font-weight: 600;
}

.dealers-address-wrapper::-webkit-scrollbar {
  width: 0;
}

.dealers-address-wrapper .distance {
  background-color: #000;
  padding: 5px 15px;
  border-radius: 10px;
  margin-right: 10px;
}

.dealers-address-wrapper .distance p {
  color: #fff;
  margin-bottom: 0;
  font-size: 0.75rem;
}

.dealers-address-wrapper img {
  margin-right: 10px;
}

.reset-map-link {
  color: #fff !important;
}

.reset-map-link:hover,
.reset-map-link:active{
  border: none;
  outline: none;
}


.locate-dealer-section .implements-wrapper .heading {
  flex-direction: column;
  background-color: #fff;
  border-bottom: 1px solid #E6E6E6;
}

@media (min-width: 768px) {
  .locate-dealer-section .implements-wrapper .heading {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
  }
}

.locate-dealer-section .heading h3 {
  font-size: 1rem;
  margin-bottom: 10px;
  color: #e51836;
}

@media (min-width: 768px) {
  .locate-dealer-section .heading h3 {
    margin-bottom: 0;
  }
}

.locate-dealer-section .reset-map-link {
  color: #000 !important;
  font-size: 14px;
}

.locate-dealer-section .implements-column .btn-red {
  width: 100%;
}

@media (max-width: 768px) {
  .locate-dealer-section .implements-column {
    height: 100%;
  }
}

.locate-dealer-section #map-mob {
  height: 350px;
}


.dealers-column {
  overflow: hidden;
}

.dealers-wrapper {
  overflow-y: scroll;
}

.dealers-address-wrapper .address p:not(.d) {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}

.dealers-address-wrapper .address p a:hover,
.dealers-address-wrapper .address p a:focus {
  color: #e51836;
}