.service-main-container {
}
.service-header-container {
  background-image: url("https://images.unsplash.com/photo-1469474968028-56623f02e42e?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1174&q=80");
  height: 75vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.service-header-text {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.service-header-text h1 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 60px;
  color: #ffffff !important;
  text-align: left;
  text-shadow: 0em 0.1em 0.1em rgb(0 0 0 / 40%);
  width: 75%;
  text-align: center;
}

.service-map-img {
  width: 80%;
  height: 500px;
  margin: 0 auto;
}
.service-map-img img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.map-container {
  background-color: #f1f1f1;
  display: none;
  width: 0;
}
.map-container-main {
  text-align: center;
}

.map-container-main h3 {
  margin: 20px 0px;
}

.map-container-main {
  text-align: center;
}
.map-points-list {
  display: flex;
  width: 80%;
  /* justify-content: center; */
}
.map-points-list div {
  margin-left: 10px;
  margin-top: 10px;
}
.map-points-list .text-key {
  font-size: 18px;
  font-weight: 700;
  flex: 30%;
  color: #a50707;
}

.map-points-list .text-value {
  font-size: 17px;
  font-weight: 700;
  flex: 70%;
}

@media (max-width: 600px) {
  .service-header-text h1 {
    font-size: 36px;
  }
  .service-header-container {
    height: 60vh;
  }
  .service-main-container .container {
    padding: 10px;
  }
}

@media (min-width: 992px) {
  #sub-menu-container-overflow {
    height: 400px !important;
    overflow-y: scroll !important;
  }
}
