.contact-overlay {
  background: #e8f1f8;
  position: absolute;
  height: 16px;
  width: 100%;
  margin-top: -12px;
}
.contact-header {
  background: url("../images/contact us.png") center no-repeat;
  width: 100%;
  margin: auto;
  height: 200px;
  position: relative;
  background-size: cover;
  margin-top: 8px;
}
.contact-header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgb(0 0 0 / 0.5);
}
.contact-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 54px;
  line-height: 74px;
  font-weight: 600;
}
.contact-link {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%);
  text-align: center;
  color: #fff;
  font-weight: 600;
}
.contact-link:hover {
  color: #fff;
}
@media (max-width: 1350px) {
  .contact-title {
    font-size: 46px;
  }
}
@media (max-width: 992px) {
  .contact-title {
    font-size: 38px;
  }
}
@media (max-width: 768px) {
  .contact-title {
    font-size: 30px;
  }
}
@media (max-width: 568px) {
  .contact-header {
    height: 100px;
  }
  .contact-title {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .contact-title {
    font-size: 18px;
  }
  .contact-title {
    font-size: 20px;
  }
}
.maps-contact {
  width: 90%;
  margin: auto;
  height: 100%;
  margin-top: 64px;
}
.map-container {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
#factory-map {
  height: 400px;
  width: 100%;
}
#office-map {
  height: 400px;
  width: 100%;
}
#map-container {
  height: 550px;
  width: 100%;
}
.locate-dealer {
  height: 100%;
  overflow-y: auto;
  width: 100%;
  background-image: linear-gradient(to right, #7a0010, #cf0017);
}
.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: #fff;
}
.maps-contact-cards {
  height: auto;
  width: 100%;
  border-radius: 4px;
  background: #fff;
  padding: 8px 12px 8px 12px;
  margin-bottom: 12px;
}
.maps-contact-cards p:first-child {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}
.maps-contact-cards p:nth-child(2) {
  color: #000;
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 600;
}
.maps-contact-cards p:nth-child(3) {
  color: #2e3192;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
  text-align: end;
}
@media (max-width: 768px) {
  .maps {
    width: 96%;
    height: auto;
  }
  .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;
  }
}
.factory-map-section {
  width: 100%;
  background: #e8f1f8;
}
.contact-mid-section {
  width: 83.89%;
  margin: auto;
  margin-top: 32px;
}
.contact-mid-section h4 {
  font-weight: 700;
  margin-bottom: 12px;
  margin-top: 12px;
  text-transform: capitalize;
}
.contact-details-card {
  margin-top: 32px;
}
.contact-details-card p {
  margin-bottom: 8px !important;
}
.contact-details-card img {
  width: 70px;
  height: 70px;
}
.contact-heading {
  margin-bottom: 60px;
}
.contact-info li {
  list-style: none;
  margin-bottom: 8px;
}
.icons {
  height: 20px !important;
  width: 20px !important;
  margin-right: 8px;
}
@media (max-width: 768px) {
  .contact-mid-section {
    width: 96%;
  }
}
#branch-map {
  height: 400px;
  width: 100%;
}
