/* #googleratings .card-outline {
    height: 370px;
} */

.section-6 {
    height: auto;
}

#googleratings figure, #googleratings .bottom-info {
    text-align: left;
}

#googleratings .profile-pic {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2px solid #516ccb;
}

#googleratings figcaption.name {
    margin: 0px 0 0 0px;
    overflow: hidden;
    flex: 1 1 100%;
    width: 100%;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.38;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: rgb(0, 0, 0);
    padding-left: 16px;
}

#googleratings .author-name:hover {
    color: rgb(0, 0, 0);
}

#googleratings .rating {
    padding-left: 16px;
}

#googleratings .author-google-info, #googleratings .author-rating {
    text-decoration: none;
}

#googleratings .rating .card-img-bottom {
    width: 18px;
}

#googleratings .rating .timestamp {
    overflow: hidden;
    min-width: 0px;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.17;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: rgba(0, 0, 0, 0.5);
    margin-left: 5px;
}

#googleratings .author-content {
    text-align: left;
    color: rgb(0, 0, 0);
    word-break: break-word;
    font-size: 18px;
    line-height: 1.5em;
    margin-top: 10px;
}

#googleratings .author-content .scrolltab {
    height: 120px;
    overflow-y: scroll;
}

#googleratings .author-content .read-more {
    color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-align: left;
    margin-top: -12px;
}

#googleratings .author-content .read-more-container .author-full-content, #googleratings .author-content .read-more-container .author-show-content {
    display: none;
}

#googleratings .author-content .read-more:hover {
    text-decoration: underline;
}

#googleratings .author-google-info .google-keyword:hover {
    text-decoration: underline;
    color: rgb(0, 153, 51);
}

#googleratings .bottom-info {
    margin-left: -5px;
}

#googleratings .google-icon {
    width: 40px;
}

#googleratings .bottom-info .posted-on {
    overflow: hidden;
    min-width: 0px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.17;
    color: rgba(0, 0, 0, 0.5);
    margin-left: 10px;
}

#googleratings .bottom-info .google-keyword {
    overflow: hidden;
    min-width: 0px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1.38;
    color: rgb(0, 153, 51);
    margin-left: 10px;
}

/* Write review css */
.section-6 div#rating {
    max-width: 820px;
}
.write-review {
    max-width: 100%;
    margin: 0 auto;
}
.write-review .card-outline {
    height: auto;
    max-width: 100%;
    margin: 0 10px 20px;
    padding: 20px;
    border-radius: 8px;
}

.write-review .star-rating .avg-rating {
    margin-right: 13px;
    font-weight: 700;
    font-size: 22px;
    line-height: normal;
    color: rgb(0, 0, 0);
    vertical-align: text-top;
}
.write-review .star-rating .card-img-bottom {
    width: 20px;
    margin-top: -9px;
}

.write-review .star-rating .review-details {
    overflow: hidden;
    min-width: 0px;
    margin: 0px 0px 0px 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.17;
    color: rgba(0, 0, 0, 0.5);
}

.write-review .star-rating .review-label {
    display: inline;
    margin-right: 6px;
}

.write-review .star-rating .write-review-btn {
    float: right;
    font-size: 17px;
}


#rating .loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    margin: 15px auto;
}

/*Rating Star Css*/
.star-rating-img {
    display: inline-block;
    height: 16px;
    position: relative;
    min-width: 80px;
    overflow: hidden;
    vertical-align: middle;
}
.star-rating-img:before {
    background-image: url('../img/star_gray.svg');
    background-repeat: repeat-x;
    background-size: 16px;
    bottom: 0;
    content: "";
    display: block;
    height: 16px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
}
.star-rating-img>span {
    display: block;
    text-indent: -10000px;
    width: 110px;
    height: 16px;
    position: absolute;
    overflow: hidden;
}
.star-rating-img>span:before {
    background-image: url('../img/star_1.svg');
    background-repeat: repeat-x;
    background-size: 16px;
    bottom: 0;
    content: "";
    display: block;
    height: 16px;
    left: 0;
    position: absolute;
    right: 0;
    text-indent: 200px;
    top: 0;
}

.review .swiper-container {
    height: auto;
    width: 100%;
}
.review .swiper-slide {
    padding: 0 10px;
}
.review .swiper-container .swiper-slide .card-outline {
    margin: 0;
    margin-bottom: 15px;
    padding: 24px;
    border-radius: 10px;
    height: auto;
}
.review .swiper-container .swiper-slide .card-outline .star-rating-img {
    min-width: 90px;
    height: 18px;
}
.review .swiper-container .swiper-slide .card-outline .star-rating-img::before {
    background-size: 18px;
    width: 90px;
}
.review .swiper-container .swiper-slide .card-outline .star-rating-img>span {
    height: 18px;
}
.review .swiper-container .swiper-slide .card-outline .star-rating-img>span::before {
    background-size: 18px;
}

.review .swiper-button-prev, .review .swiper-button-next {
    background-size: 15px !important;
    padding: 14px !important;
    background: #11111163;
}

#review .swiper-button-prev {
    display: none;
}

/*Rating Star Css End*/



/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}



/*========== Responsive Css ==========*/
@media (max-width: 1024px){
    .review .swiper-container .swiper-slide .card-outline { padding: 20px 25px; }
}


@media(max-width: 991px){
    .write-review { margin: 0 10px 20px; }
    .write-review .card-outline { margin: 0 0px; }
    .review .swiper-container { max-width: 100%; height: auto; }
}

@media(max-width: 767px){
    .write-review .star-rating .write-review-btn { font-size: 15px; float: right; margin-top: 0px; }
}
@media(max-width: 575px){
    .review .swiper-container { height: auto; }
    .write-review { height: auto; }
    .review .swiper-container .swiper-slide .card-outline { width: 100%; margin-bottom: 10px; height: auto; }
    .write-review .star-rating .review-label { display: inline-block; margin-right: 0; }
    .write-review .star-rating .review-details { display: block; white-space: normal; margin-left: 0; }

    .section-6 div#rating .swiper-button-prev { left: 20px; }
    .section-6 div#rating .swiper-button-next { right: 20px; }
    .write-review .star-rating .write-review-btn { font-size: 15px; float: none; margin-top: 8px; }
}
.review-stars span {
    padding-left: 6px;
}