/* maps  */
.maps {
  max-width: 1200px;
  margin: auto;
  padding: 36px 12px;
}

.map-container {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

#map-container {
  height: 550px;
  width: 100%;
}

.locate-dealer {
  height: 100%;
  overflow-y: auto;
  width: 100%;
  background: var(--bg-blue);
}

.maps-left {
  padding-right: 0px !important;
  height: 550px;
}

.maps-right {
  padding-left: 0px !important;
}

.locate-dealer {
  padding: 24px;
}

.locate-dealer p:first-child {
  font-size: 32px;
  color: white;
  font-style: normal;
  font-family: "Roboto", sans-serif;
}

.maps-contact-cards {
  height: auto;
  width: 100%;
  border-radius: 4px;
  background: white;
  padding: 8px 12px 8px 12px;
  margin-bottom: 12px;
}

.maps-contact-cards p:first-child {
  color: black;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0px;
}

.maps-contact-cards p:nth-child(2) {
  color: black;
  font-size: 14px;
  margin-bottom: 0px;
  font-weight: 600;
}

.maps-contact-cards p:nth-child(3) {
  color: #2e3192;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0px;
  text-align: end;
}
.province{
  color: white;
  font-style: normal;
  font-family: "Roboto", sans-serif;
}
.map-form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (max-width: 768px) {
  .maps-left {
    padding-right: 15px !important;
  }

  .maps-right {
    padding-left: 15px !important;
  }

  .maps-contact-cards p:first-child {
    font-size: 16px;
  }

  .maps-contact-cards p:nth-child(2) {
    font-size: 13px;
  }

  .maps-contact-cards p:nth-child(3) {
    font-size: 13px;
  }

  #map-container {
    height: 500px;
  }
}
@media(max-width: 576px){
    
    #map-container {
        height: 450px;
    }
    .maps{
padding-left: 0px;
padding-right: 0px;
    }
}
