.mapLocation {
  margin-bottom: 5rem;
}

.mapLocation ul {
  margin-left: 0px !important;
  margin-bottom: 30px;
}

.mapLocation ul li {
  min-height: 48px;
  padding: 0px 30px;
  margin: 0;
  position: relative;
  font-size: 14px;
  color: #555;
  display: table;
  cursor: pointer;
}

.mapLocation ul li:first-child {
  padding-left: 0px;
}

.mapLocation ul li:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 1px;
  height: 45px;
  background: rgba(0, 0, 0, 0.1);
}

.mapLocation ul li.active {
  color: #810055;
  font-family: "GB-Headline", sans-serif;
  letter-spacing: 1px;
}

.mapLocation .nav-tabs-wrapper {
  overflow-x: auto;
  white-space: nowrap;
}

.mapLocation .nav-tabs-wrapper .nav-link {
  white-space: nowrap;
}

.mapLocation .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #810055 !important;
  font-family: "GB-Headline", sans-serif;
  border: 0px;
}

.mapLocation .nav-tabs .nav-link {
  border: 0px !important;
}

.mapLocation .nav-tabs {
  border-bottom: 0px !important;
}

.mapLocation .nav-tabs ul {
  margin-bottom: 60px;
}

.addressDt {
  margin-bottom: 5rem;
}

.addressDt h3 {
  font-size: 14px !important;
  color: #810055 !important;
  font-weight: normal !important;
  line-height: 22px !important;
}

.addressDt p {
  margin-bottom: 1rem;
}

.getDirectBut {
  min-width: 100px;
  justify-content: center;
  cursor: pointer;
  padding: 8px;
  border-radius: 1000px;
  background-color: #810055;
  color: #fff !important;
  margin-top: 2rem;
}

.getDirectBut a{color: #fff;}

.addressDt a {
  margin-top: 20px !important;
  color: #fff;
}

.addressDt a:hover {
  color: #fff;
  background-color: ;
}

.addressDt p a:hover {
  color: #810055;
}