#birdseye-reviews {
  max-width: 1000px;
	position: initial;
}
#review-nav {
  display: flex;
  justify-content: space-between;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: calc(1000px + 180px);
  left: 50%;
  z-index: 2;
	pointer-events: none;
}
.reviews-nav {
  pointer-events: all;
  cursor: pointer;
}
.rad-review-item {
  background-image: linear-gradient(180deg, #006394 0%, #222D68 100%);
  border-radius: 10px;
  overflow: hidden;
	padding: 32px 16px;
	  width: 100%;
	display: flex;
  flex-direction: column;
  justify-content: center;
}
.rad-review-item-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  gap: 20px;
}
.rad-review-text {
  font-size: 18px !important;
}
.rad-review-item * {
  color: #fff !important;
}
.rad-review-rating {
  font-size: 30px;
}
.rad-review-rating > span {
  margin: 0 2px !important;
}
.rad-review-image > img {
  max-width: 75px !important;
  margin: auto;
	margin-bottom: 5px;
}
.rad-reviewer-name {
  font-weight: 700;
	margin:0;
	padding:0;
}
#birdseye-reviews .swiper-slide {
  height: 100%;
}

#birdseye-reviews .swiper-container {
    display: flex;
    align-items: stretch;
}

#birdseye-reviews .swiper-wrapper {
    display: flex;
	overflow: visible !important;
}

#birdseye-reviews .swiper-slide {
    display: flex;
    align-items: center; 
    justify-content: center;
  height: auto;
}

.single-locations #birdseye-reviews {
  max-width: 600px;
}
.single-locations #review-nav {
  width: calc(600px + 180px);
}