#google-reviews-carousel {
  display: flex;
  justify-content: center;
}

.review-item-long {
  height: 350px;
    border:solid 1px rgba(190,190,190,.35);
    margin:0 auto;
    padding:1em;
    border-radius: 10px;
    margin:10px;
}

.review-header{
  display: flex;
}

.review-picture{
  width: 100px !important;
  height: auto;
  align-self: center;
  margin-right: 1em;
}

.review-usergrade{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.review-meta, .review-stars {text-align:center; font-size:115%;}
.review-author { text-transform: capitalize; font-weight:bold; }
.review-date {opacity:.6; display:block;}
.review-text {  line-height:1.55; text-align:left; max-width:32em; margin:auto; padding-top: 10px;}



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

.review-stars ul li {
float: left;
margin-right: 1px;
line-height:1;
}

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

.llms-button-secondary {
    display: inline-block;
    text-decoration: none;
    line-height: 1;
    padding: 12px 24px;
    margin: 8px 0;
    transition: all .5s ease;
    cursor: pointer;
    background: #ff1900;
    border: 2px solid #ff1900;
    border-color: #ff1900;
    color: #ffffff;
    border-radius: 60px;
}

.llms-button-secondary:hover{
    background: transparent;
    color: #ff1900;
    border-color: #ff1900;
}

.owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 100%;
  margin-top: 20px;
}

.owl-carousel button.owl-dot {
  display: inline-block;
  text-align: center;
  width: 12px;
  height: 12px;
  background: #ffffff;
  border: 1px solid #37394d;
  -moz-transition: ease all 0.55s;
  -o-transition: ease all 0.55s;
  -webkit-transition: ease all 0.55s;
  transition: ease all 0.55s;
  border-radius: 50%;
  margin: 0 3px;
}

.owl-dots .owl-dot.active {
  background: #37394d;
}

.star:after {
  content: "\2605";
}


.buttons {
  margin: 20px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.more-reviews {
  text-align: center;
}

.write-review {
  text-align: center;
}

.more-reviews a,
.write-review a {
  margin: 5px;
  border: 1px #eb6e00 solid;
  border-radius: 40px;
  padding: 10px;
  background-color: #eb6e00;
  color: #FFF;
  text-decoration: none;
}

