.google-reviews {
    /* background-color: #289988; */
    border: 1px solid #cfcfcf;
    border-radius: 10px;
    padding: 9px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 4em;
}

.google-reviews br {
    display: none;
}

.google-reviews .owl-prev {
    left: 47%;
}

#google-reviews .owl-nav button.owl-next{
    right: 47%;
}


@media(min-width: 992px){
    .google-reviews {
        width: 85%;
        margin: 0 auto;
    }
}

@media(max-width: 1411px){
    #google-reviews .owl-nav {
        display: block;
    }

    #google-reviews .owl-nav button.owl-next{
        right: 43%;
    }

    #google-reviews .owl-prev {
        left: 43%;
    }
}

@media(max-width: 560px){
    #google-reviews .owl-nav {
        display: block;
    }

    #google-reviews .owl-nav button.owl-next{
        right: 40%;
    }

    #google-reviews .owl-prev {
        left: 40%;
    }
}

/* .google-reviews>div {
    height: 300px;
} */

.google-reviews>.left {
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

.google-reviews>.left img {
    object-fit: contain;
}

.google-reviews>.left .button-general {
    margin-top: 2em;
    color: white !important;
    background-color: #289988;
}

.google-reviews>.left .button-general:hover {
    background-color: #6fd9c9;
    color: black !important;
}

.google-reviews>.right {
    padding-right: 0;
    overflow: hidden;
}

#google-reviews {
    display: flex;
    flex-wrap: wrap;
}
#google-reviews .owl-nav button{
    position: absolute;
    top:95%;
    transform: translateY(-50%);
}

.review-item {
    margin: 0 auto;
    padding: 1em;
    display: flex;
    flex-direction: column;
    align-content: stretch;
    background-color: white;
    width: 100%;
    height: 300px;
}

.review-header {
    display: flex;
    margin-bottom: 0;
}

.review-picture {
    width: 3em !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 {
    text-align: left;
    font-size: 100%;
    margin-bottom: 2px;
}

.review-stars {
    text-align: left;
    font-size: 85%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.review-author {
    text-transform: capitalize;
    font-weight: bold;
    color: black !important;
}

.review-date {
    opacity: .6;
    display: block;
    font-size: .8em;
    margin-top: 5px;
    color: black !important;
}

.review-text {
    line-height: 1.55;
    text-align: left;
    max-width: 100%;
    text-align: justify;
    font-size: .8em;
    overflow-y: hidden;
    color: black !important;
}

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

.review-stars ul li {
    float: left;
    list-style: none !important;
    margin-right: 1px;
    line-height: 1;
}

.review-stars ul li i {
    color: #fcb002 !important;
    font-size: 1.4em;
    font-style: normal;
}

.review-stars ul li i.inactive {
    color: #c6c6c6;
}

.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;
}

.button-general-reviews {
    padding: 5px 15px 5px 15px;
    font-size: .75em;
    color: white !important;
    background-color: #289988;
    border-radius: 20px;
    position: relative;
    width: fit-content;
    /* min-width: 190px; */
    /* font-weight: 600; */
    height: auto;
    /* min-height: 40px; */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .button-general-reviews::before {
    font-family: "Material Icons";
    content: "\e941";
    font-size: 2.5em;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
} */

@media(max-width:768px)
{
    .google-reviews>.right{
        padding:0;
        margin-top: 15px;
    }

    #google-reviews{
        margin-bottom: 15px;
    }
}

