.reviews .col-review {
  margin-top: 30px;
}
.reviews .col-review:nth-of-type(-n+2) {
  margin-top: 0;
}
.reviews .review {
  padding: 55px 45px;
  background: #fff;
  box-shadow: 0px 0px 40px 10px rgba(0, 0, 0, 0.1);
}
.reviews .review .review_body {
  margin-bottom: 10px;
  font-style: italic;
}
.reviews .review .review_body p {
  margin: 0;
}
.reviews .review .review_author span.h5 {
  line-height: 1;
}
.reviews .review .review_location {
  margin-top: -5px;
}
.reviews .review .review_location span {
  color: #0c367f;
}
.reviews .review .rating {
  margin-top: 5px;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: -2px;
  color: #ebac00;
}
@media only screen and (max-width: 991px) {
  .reviews .col-review {
    margin-top: 15px;
  }
  .reviews .col-review:nth-of-type(-n+2) {
    margin-top: 15px;
  }
  .reviews .col-review:first-of-type {
    margin-top: 0;
  }
}
@media only screen and (max-width: 576px) {
  .reviews .review {
    padding: 30px;
  }
}

.review_dropdown .panel {
  box-shadow: none;
  border: 1px solid #eee;
}
.review_dropdown .panel .panel-heading {
  padding: 0;
  background: #0c367f;
}
.review_dropdown .panel .panel-heading .angleright {
  float: right;
}
.review_dropdown .panel .panel-title {
  padding-bottom: 0px;
  color: #fff;
}
.review_dropdown .panel .panel-title a {
  display: block;
  padding: 15px;
  color: #fff;
}
.review_dropdown .panel .panel-title a:hover {
  color: inherit;
}

body .gsurvey-rating {
  float: none;
  display: inline-block;
}
body .gsurvey-rating:not(:checked) > label,
body .gsurvey-rating:not(:checked) > label:hover,
body .gsurvey-rating:not(:checked) > label:hover ~ label,
body .gsurvey-rating:not(:checked) > label,
body .gsurvey-rating:not(:checked) > label:hover,
body .gsurvey-rating:not(:checked) > label:hover ~ label,
body .gsurvey-rating > input:checked ~ label {
  width: 40px;
  line-height: 35px;
  background-size: 35px 35px;
  color: rgba(221, 221, 221, 0) !important;
}
body .gsurvey-rating > input:checked ~ label {
  background-image: url(../img/star1.svg);
}
body .gsurvey-rating:not(:checked) > label {
  background-image: url(../img/star0.svg);
}
body .gsurvey-rating:not(:checked) > label:hover, body .gsurvey-rating:not(:checked) > label:hover ~ label {
  background-image: url(../img/star2.svg);
}

.beoordeling {
  position: relative;
  display: block;
  padding: 15px 30px;
  border-radius: 5px;
  border: 1px solid #0c367f;
}
.beoordeling p {
  margin: 0;
}
.beoordeling .average_rating {
  display: inline-block;
  position: absolute;
  right: 30px;
  top: 15px;
  color: #ffcc00;
}