.our-location-wrapper {
  position: relative;
}
.our-location-wrapper .our-location-header {
  text-align: center;
  padding: 24px 15px 36px 15px;
}
.our-location-wrapper .our-location-header h1 {
  color: #080809;
  text-align: center;
  font-family: Manrope;
  font-size: 40px;
  font-style: normal;
  font-weight: 760;
  line-height: 140%;
  margin: 0 0 3px 0;
}
@media (max-width: 767px) {
  .our-location-wrapper .our-location-header h1 {
    font-size: 30px;
  }
}
.our-location-wrapper .our-location-header p {
  color: #35353f;
  text-align: center;
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 0;
}
@media (max-width: 767px) {
  .our-location-wrapper .our-location-header p {
    font-size: 16px;
  }
}
.our-location-wrapper .our-location-content .our-location-list-container ul {
  display: flex;
  justify-content: center;
  list-style: none;
  flex-flow: row wrap;
  gap: 45px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin: 0;
}
.our-location-wrapper .our-location-content .our-location-list-container ul li {
  padding-bottom: 15px;
  border-bottom: 2px solid transparent;
}
.our-location-wrapper .our-location-content .our-location-list-container ul li a {
  color: #080809;
  text-align: center;
  font-family: Manrope;
  font-size: 15px;
  font-style: normal;
  font-weight: 760;
  line-height: 140%;
  text-decoration: none;
}
.our-location-wrapper .our-location-content .our-location-list-container ul li.active {
  border-bottom: 2px solid #494fc9;
}
@media (max-width: 767px) {
  .our-location-wrapper .our-location-content .our-location-list-container > ul {
    padding-left: 0;
    gap: 20px;
  }
  .our-location-wrapper .our-location-content .our-location-list-container > ul li > a {
    font-size: 13px;
  }
}
.our-location-wrapper .our-location-content .our-location-country-wrapper {
  max-width: 1196px;
  margin: 0 auto;
  padding-bottom: 68px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.our-location-wrapper .our-location-content .our-location-country-wrapper h2 {
  padding-top: 40px;
  margin: 0;
  color: #080809;
  font-family: Manrope;
  font-size: 30px;
  font-style: normal;
  font-weight: 760;
  line-height: 140%;
  text-align: center;
}
@media (max-width: 767px) {
  .our-location-wrapper .our-location-content .our-location-country-wrapper h2 {
    padding-top: 25px;
  }
}
.our-location-wrapper .our-location-content .our-location-country-wrapper .our-location-districts-wrapper {
  display: flex;
  flex-flow: row wrap;
}
.our-location-wrapper .our-location-content .our-location-country-wrapper .our-location-districts-wrapper .our-location-district {
  margin-top: 54px;
  flex: 0 0 25%;
  padding: 0 15px;
}
@media (max-width: 991.98px) {
  .our-location-wrapper .our-location-content .our-location-country-wrapper .our-location-districts-wrapper .our-location-district {
    flex: 0 0 33%;
  }
}
@media (max-width: 767.98px) {
  .our-location-wrapper .our-location-content .our-location-country-wrapper .our-location-districts-wrapper .our-location-district {
    flex: 0 0 50%;
    margin-top: 30px;
  }
}
@media (max-width: 499.98px) {
  .our-location-wrapper .our-location-content .our-location-country-wrapper .our-location-districts-wrapper .our-location-district {
    flex: 0 0 100%;
  }
}
.our-location-wrapper .our-location-content .our-location-country-wrapper .our-location-districts-wrapper .our-location-district h3 {
  color: #080809;
  font-family: Manrope;
  font-size: 24px;
  font-style: normal;
  font-weight: 760;
  line-height: 140%;
  margin-top: 0;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .our-location-wrapper .our-location-content .our-location-country-wrapper .our-location-districts-wrapper .our-location-district h3 {
    font-size: 20px;
    margin-bottom: 14px;
  }
}
.our-location-wrapper .our-location-content .our-location-country-wrapper .our-location-districts-wrapper .our-location-district ul {
  margin: 0 0 0 20px;
  padding-left: 25px;
  display: flex;
  flex-flow: column;
  gap: 15px;
}
@media (max-width: 767.98px) {
  .our-location-wrapper .our-location-content .our-location-country-wrapper .our-location-districts-wrapper .our-location-district ul {
    gap: 12px;
  }
}
.our-location-wrapper .our-location-content .our-location-country-wrapper .our-location-districts-wrapper .our-location-district ul li {
  list-style-type: disc;
  color: #6168cb;
}
.our-location-wrapper .our-location-content .our-location-country-wrapper .our-location-districts-wrapper .our-location-district ul li a {
  color: #494fc9;
  font-family: Manrope;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
@media (max-width: 767.98px) {
  .our-location-wrapper .our-location-content .our-location-country-wrapper .our-location-districts-wrapper .our-location-district ul li a {
    font-size: 13px;
  }
}
.our-location-wrapper .our-location-content .our-location-country-wrapper .our-location-districts-wrapper .our-location-district ul.sub-town {
  padding-top: 15px;
}
@media (max-width: 767.98px) {
  .our-location-wrapper .our-location-content .our-location-country-wrapper .our-location-districts-wrapper .our-location-district ul.sub-town {
    padding-top: 12px;
  }
}
.our-location-wrapper .our-location-content .our-location-country-wrapper:last-child {
  border-bottom: 0;
}
.our-location-wrapper:after {
  content: "";
  background-image: url(/themes/curam/assets/images/carer-listing/locations/curam-logo.png);
  background-repeat: no-repeat;
  position: fixed;
  z-index: -1;
  background-size: contain;
  width: 500px;
  height: 400px;
  display: block;
  right: -172px;
  top: 30%;
}
/* modal in our-location page */
.regions_list .modal .modal-content .modal-header h2 {
  font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    display: flex;
    align-items: flex-end;
    color: #2b2f8f;
}
.regions_list .modal.sign-up-modal .modal-content.large-modal{
  background-image: url(/themes/curam/assets/images/b2b-partner/intersect.svg), url(/themes/curam/assets/images/b2b-partner/intersect-2.svg);
  background-position: right top, left bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 200px;
}
.regions_list .modal.sign-up-modal .modal-content .modal-body, .regions_list .modal.sign-up-modal  .modal-content .modal-footer, .frontpage .modal.affiliated-homepage-modal .modal-content .modal-body, .frontpage .modal.affiliated-homepage-modal  .modal-content .modal-footer{
  background-color: transparent;
}
.regions_list .modal-content .modal-header h2 {
  padding: 0;
}