.review-stars ul {
  display: inline-block;
  list-style: none;
  padding: 0px;
}

.review-stars ul li {
  float: left;
  margin-right: 5px;
}

.review-stars ul li i {
  color: #E4B248;
  font-size: 12px;
  font-style: normal;
}
/*color: #E4B248;*/
.review-stars ul li i.inactive {
  color: #c6c6c6;
}
.star:after {
  content: "\2605";
}

/* 
Styles Done by Michael - 06/04/2021
*/
#google-reviews-LN {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 6rem;
  /* flex-flow: flex-start; */
}

.review-item {
  width: 25%;
  text-align: center;
  margin: 1.5% 2.5%;
  background-color: #ffffff;
  color: #000000;
  padding: 20px;
  line-height: 20px;
  box-shadow: 5px 5px 5px 0px #e9e9e9;
  border: 0px solid #c6c6c6 !important;
}

.review-author {
  color: #3f9ba8;
  font-size: 25px;
  font-weight: 700;
}

.review-stars ul li::before {
  display: none !important;
}

.bott-sect {
  display: flex;
  margin-top: 50px;
  margin-bottom: 50px;
}

.review-left-side {
  width: 50%;
}

.review-right-side {
  display:flex;
  justify-content: center;
  align-items: center;
  width:50%;
}

.main-loc-title {
  width: 100%;
  background-color: #3f9ba8;
  padding: 30px;
  text-align: center;
  color: white;
  font-size: 40px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 900px) {
  .review-item {
    width: 100% !important;
  }

  .left-col {
    width: 100% !important;
  }

  .right-col {
    width: 100% !important;
  }

  .bott-sect {
    display: block;
    text-align: center;
  }
}