.Site-map-page {
  display: flex;
  position: relative;
  left: -16px;
}

.Site-map-page-wrap h6 {
  font-size: 35px;
  letter-spacing: 0;
  line-height: 42px;
  margin: 0px 0px 24px 0px;
  color: #575756;
}

.Site-map-page-wrap .dropdown-item {
  white-space: normal;
}

.Site-map-page-wrap .subheading {
  display: block;
}

.Site-map-page .Site-map-column-twentyfive {
  width: 25%;
}

.Site-map-page .Site-map-column-twentyfive:last-child {
  border-right: none;
}

.Site-map-page .country-heading {
  color: #575756;
  font-family: "Helvetica-bold", "Helvetica-Neue", serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 16px;
}

.Site-map-page .Site-map-column-twentyfive .countryparentul {
  margin-bottom: 6px;
  line-height: 16px;
}

.Site-map-page .Site-map-column-twentyfive .countryparentul li {
  line-height: 20px;
}

.Site-map-page .Site-map-column-twentyfive .countrychildul {
  line-height: 16px;
}

.Site-map-page .Site-map-column-twentyfive .countrychildul li {
  line-height: 16px;
  margin-left: 18px;
}

.bottom-bar {
  display: flex;
  justify-content: end;
}

.Site-map-page-wrap-mobile {
  display: none;
}

.Site-map-heading6 {
  font-size: 23px;
  font-family: "Helvetica-77", "Helvetica-Neue", serif;
  letter-spacing: 0;
  line-height: 26px;
  color: #575756;
  margin-left: 16px;
}

.Site-map-hr {
  box-sizing: border-box;
  height: 1px;
  width: 214px;
  border: 1px solid #0a0909;
  margin-bottom: 30px;
}

.Site-map-page .dropdown-item:focus,
.Site-map-page .dropdown-item:hover {
  color: #1e2125;
  background-color: #0d6efd00;
}

@media only screen and (max-width: 991px) {
  .Site-map-page {
    display: block;
  }

  .Site-map-hr {
    height: 1px;
    width: 100%;
    margin-bottom: 18px;
    left: 16px;
    position: relative;
  }

  .Site-map-page .Site-map-column-twentyfive {
    width: 100%;
    margin-bottom: 30px;
  }
}
