.header-gstar-phone .fl-col-content {
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end !important;
}
@media (max-width: 768px) {
  .header-gstar-phone .fl-col-content {
    justify-content: center !important;
  }
}
@media (max-width: 550px) {
  .header-gstar-phone .fl-col-content {
    flex-wrap: wrap;
  }
}
.header-gstar-phone .fl-col-content > div {
  width: auto !important;
}
@media (max-width: 550px) {
  .header-gstar-phone .fl-col-content > div {
    width: 100% !important;
  }
}
.header-gstar-phone .header-google-star .fl-html img {
  display: block;
  background-color: #ffffff;
  padding: 5px 15px;
  border-radius: 20px;
}
@media (max-width: 550px) {
  .header-gstar-phone .header-google-star .fl-html img {
    margin: 0 auto 20px auto;
  }
}

.nav-service-area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.nav-service-area .nsa-county-container {
  width: 33%;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .nav-service-area .nsa-county-container {
    width: 100%;
  }
}
.nav-service-area .nsa-county-container .nsa-county {
  text-align: center;
  color: #ffffff;
  margin-bottom: 20px;
}
.nav-service-area .nsa-county-container .nsa-county span {
  display: inline-block;
  background-color: #ffffff;
  color: #4343c9;
  border-radius: 30px;
  padding: 10px 30px;
  font-weight: bold;
  width: 80%;
}
.nav-service-area .nsa-county-container .nsa-city {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-service-area .nsa-county-container .nsa-city li {
  text-align: center;
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-size: 18px;
  line-height: 30px;
}
.nav-service-area .nsa-county-container .nsa-city li a {
  color: #ffffff;
  font-size: 18px;
  line-height: 22px;
}

/*# sourceMappingURL=service-page.css.map */
