a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

h3.common-head {
  font-size: 28px;
  font-weight: 500;
  color: #4A4A4A;
}

a.view-all1 {
  display: block;
  width: 117px;
  position: relative;
  transition: all 0.25s;
  text-align: center;
  margin: 10px 0 10px auto;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  color: #001B29;
  text-decoration: none;
}
a.view-all1:hover {
  color: #e40613;
}
a.view-all1:hover:before, a.view-all1:hover:after {
  width: 20px;
}
a.view-all1:before {
  position: absolute;
  left: 0;
  top: 50%;
  height: 2px;
  width: 10px;
  transform: translateY(-50%);
  content: "";
  background-color: #e40613;
  transition: all 0.25s;
}
a.view-all1:after {
  position: absolute;
  right: 0;
  top: 50%;
  height: 2px;
  width: 10px;
  transform: translateY(-50%);
  content: "";
  background-color: #e40613;
  transition: all 0.25s;
}

.cities-we-serve .city-slider {
  padding: 50px 0;
}
.cities-we-serve .city-slider .city .image {
  margin-bottom: 15px;
}
.cities-we-serve .city-slider .city h3 {
  font-size: 19px;
  font-weight: 500;
  color: rgb(0, 0, 0);
}
.cities-we-serve .city-slider .city h3 a {
  font-size: 19px;
  font-weight: 500;
  color: rgb(0, 0, 0);
  text-decoration: none;
}
.cities-we-serve .city-slider .city h3 a span {
  width: 34px;
  height: 2px;
  background-color: #3b406f;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.cities-we-serve .city-slider .owl-dots {
  margin-top: 26px !important;
}
.cities-we-serve .city-slider .owl-dots button {
  border: 1px solid transparent !important;
  transition: all 0.3s;
  outline: none;
  box-shadow: none;
  border-radius: 50%;
}
.cities-we-serve .city-slider .owl-dots button:not(:last-child) {
  margin-right: 7.5px;
}
.cities-we-serve .city-slider .owl-dots button.active, .cities-we-serve .city-slider .owl-dots button:hover {
  border: 1px solid #001B29 !important;
  transition: all 0.3s;
}
.cities-we-serve .city-slider .owl-dots button.active span, .cities-we-serve .city-slider .owl-dots button:hover span {
  background-color: #3b406f;
}
.cities-we-serve .city-slider .owl-dots button span {
  background: #A0D2EB;
  height: 6px;
  width: 6px;
  margin: 4px;
}

@media (max-width: 767px) {
  .cities-we-serve .city-slider {
    padding: 25px 0 0 0;
  }
}

/*# sourceMappingURL=cities.css.map */
