
	.ns-testimonials {
  font-family: "Open Sans", sans-serif;
  background: #006b61;
  padding-top: 50px;
  color: #333; margin-top: 50px;
		padding-bottom: 50px;

}

.ns-testimonials .ns-page-title {
  color: white;
  text-align: center;
  font-weight: 300;
}

.ns-testimonials .ns-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.ns-testimonials .ns-col {
  flex: 1 1 300px;
  max-width: 500px;
}

.ns-testimonials .ns-testimonial-wrap {
  overflow: hidden;
  clear: both;
	margin-top: 20px;
	margin-left: 10px;
		margin-right: 10px;
}

.ns-testimonials .ns-testimonial {
  background: white;
  border-radius: 3px;
  box-shadow: 0 2px 0 rgba(1, 1, 1, 0.10);
  color: #666;
  padding: 20px;
  margin-bottom: 30px;
  position: relative;
}

.ns-testimonials .ns-testimonial::before,
.ns-testimonials .ns-testimonial::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-bottom: 0;
}

.ns-testimonials .ns-testimonial::before {
  border-width: 17px;
  border-top-color: rgba(1, 1, 1, 0.15);
  bottom: -17px;
  left: 14px;
}

.ns-testimonials .ns-testimonial::after {
  border-width: 15px;
  border-top-color: #fff;
  bottom: -15px;
  left: 16px;
}

.ns-testimonials .ns-testimonial strong {
  display: block;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
  color: #333;
}

.ns-testimonials .ns-testimonial-author {
  display: block;
  line-height: 1.2;
  clear: both;
  overflow: hidden;
}

.ns-testimonials .ns-testimonial-author .ns-name {
  color: #66a3e0;
  float: left;
}

.ns-testimonials .ns-testimonial-author strong {
  font-weight: 600;
  font-size: 22px;
  color: white;
}

.ns-testimonials .ns-testimonial-author .ns-stars {
  float: left;
  margin-left: 20px;
  font-size: 25px;
  line-height: 45px;
  color: #FFBE3E;
}





















.ns-google-review {
  font-family: sans-serif;
  text-align: center;margin-top: 30px;
}

.ns-google-review .ns-google-button {
  display: block;
  margin: 15px auto;
  width: 70%;
  max-width: 270px;
  padding: 10px 10px 10px 50px;
  border: 2px solid #fff;
  border-radius: 50px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  background: url(https://cdn2.hubspot.net/hubfs/1961464/Support%20images/new-google-favicon-512.png)
    no-repeat left 20px center / 40px 40px;
  transition: all 0.3s ease;
  animation: ns-wiggle 2s ease-in infinite;
}

.ns-google-review .ns-google-button:hover {
  color: #fff;
  background-color: #009b86;
  background-image: url(https://cdn2.hubspot.net/hubfs/1961464/Support%20images/new-google-favicon-512-white.png);
}

.ns-google-review .ns-google-button strong {
  font-size: 18px;
  display: block;
}

@keyframes ns-wiggle {
  0%, 20%, 100% { background-position: left 20px center; }
  5% { background-position: left 15px center; }
  10% { background-position: left 20px center; }
  15% { background-position: left 25px center; }
}