.google-review-slider{
  background: #34623e;
  margin-top: 9%;
  padding-bottom: 95px;
  padding-top: 30px;
}
.rating-star{

}
.rating-star img{
      width: 20%;
    margin: 20px auto 0;
    display: block;
}
.rating-star h2{
    text-align: center;
    color: #fff;
    font-weight: 600;
    line-height: 45px;
}
.rating-star h3{
    text-align: center;
    color: #ffce00;
}

.review-name{
  display: flex;
}
.review-name img{
  width:50px;
  height:50px;
  margin:0;
}
.review-name p{
  text-align: left;
    margin-left: 12px;
    font-weight: bold;
}
.review-name p span{
    font-weight: 400;
}
.ra-rating-star{
  text-align: left;
  margin-top: 15px;
  display: flex;
  align-items: center;
  padding-left:0;
}
.ra-rating-star i{
      color: #fdb81f;
}
.date-rating{
    margin-left: 13px;
}
.new-old{
     margin-left: 13px;
    border: 1px solid #000;
    padding: 0px 8px;
    border-radius: 2px;
}
.review-content{
      text-align: left;
    min-height: 160px;
    max-height: 160px;
    overflow-y: auto;
}
.review-location{
      margin: 40px auto 0;
    display: block;
    text-align: center;
}
.review-location button{
      padding: 10px;
    border: 1px solid #fff;
    background: #2f9490;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
}
.review-second-button{
      margin-left: 30px;
}
.mobile-break {
    display: none;
}
.testimonial {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimonial-slide {
  padding: 40px 20px;
}
.testimonial_box-top {
  background-color: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 5px 5px 20px rgba(152, 193, 217, 0.493);
}
.testimonial_box-icon {
  padding: 10px 0;
}
.testimonial_box-icon i {
  font-size: 25px;
  color: #14213d;
}
.testimonial_box-text {
  padding: 10px 0;
}
.testimonial_box-text p {
  color: #293241;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}
.testimonial_box-img {
  padding: 20px 0 10px;
  display: flex;
  justify-content: center;
}
.testimonial_box-img img {
  width: 70px;
  height: 70px;
  border-radius: 50px;
  border: 2px solid #e5e5e5;
}
.testimonial_box-name {
  padding-top: 10px;
}
.testimonial_box-name h4 {
  font-size: 20px;
  line-height: 25px;
  color: #293241;
  margin-bottom: 0;
}
.testimonial_box-job p {
  color: #293241;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 0;
}
@media (max-width: 768px){
.rating-star h2 {
    text-align: center;
    color: #000;
    font-weight: 600;
    line-height: 38px;
    font-size: 20px;
    
}
.rating-star h3 {
    line-height: 35px;
    text-align: center;
    color: #000;
    font-weight: bold;
    font-size: 18px;
}
.google-review {
    background: #fff;
}
    .mobile-break {
        display: inline;
    }
    .rating-star img {
    width: 40%;
    margin: 20px auto;
    display: block;
}
#testiCarousel .carousel-control i {
    font-size: 40px;
}
.testimonial {
    width: 100%;
    height: auto;
    display: block;
}
.testimonial_box-top {
    background-color: #fff;
    padding: 30px;
    border-radius: 15px;
    border: 1px solid #ccc;
    box-shadow: none;
}
.review-name img {
    width: 50px!important;
    height: 50px!important;
    margin: 0!important;
}
.testimonial-slide {
    padding: 40px 0px;
}
.slick-next {
    right: -27px!important;
}
.slick-prev {
    left: -27px!important;
}
.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 34px;
    line-height: 1;
    /* opacity: .75; */
    color: #000!important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.review-location {
    margin: 0px auto 0;
    display: block;
    text-align: center;
}
    .review-location button {
        padding: 10px;
        border: none;
        background: #2f9490;
        color: #fff;
        font-weight: bold;
        border-radius: 5px;
    }

.review-second-button {
    margin-left: 0px;
    margin-top: 15px;
}
.google-review-slider {
    background: #fff;
    margin-top: 38%;
    padding-bottom: 50px;
    padding-top: 30px;
}
}