/* Testimonial */
.sugarbowl{
  display: none;
}
#system_body {
  padding-top: 2rem;
}
.content_body {
  max-width: 960px;
  margin: 0 auto;
  padding: 1rem 1rem 3rem;
}
.entire-width-yes .content_body {
  max-width: 100%;
  padding: 0;
}
.content-pad h1.page,
.content-pad .h2.section {
  max-width: 960px;
  margin: 0 auto;
}
.content-pad h1.page {
  padding: 0 1rem 1rem;
}
.content-pad .h2.section {
  padding: 1rem 1rem 0;
}
.testimonial-quote {
  margin: 0 auto;
}
.testimonial-description p {
  margin-bottom: 0.5rem;
}
.testimonial-quote:nth-of-type(odd) {
  position: relative;
  background-image: url('https://www.yourrightmove.com/lib/realestate_solution/layouts_page/testimonial/marble/marble-bg.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.testimonial-quote:nth-of-type(odd) > * {
  z-index: 10;
  position: relative;
}
.testimonial-quote:nth-of-type(odd)::after{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  z-index: 0;
  background-color: rgba(255, 255, 255, 0.6);
}
.testimonial-quote:last-of-type {
  border-bottom: 1px solid #af2023;
}
.testimonial-form legend.h3,
.testimonial-form p {
  text-align: center;
}
.testimonial-form p {
  padding-bottom: 2rem;
}
.standard-form textarea,
.standard-form input,
.standard-form input[type=text],
.standard-form .form-submit .form-btn {
  border-radius: 0;
}
