
.all-reviews-section .section-heading {
    margin-bottom: 50px;
    text-align: center;
}

.all-reviews-section .main-heading {
    padding-bottom: 10px;
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
    line-height: 140%;
    color: #232323;
}

.all-reviews-section .main-heading:after {
    content: '';
    display: block;
    width: 100px;
    height: 2px;
    background: #f56961;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.all-reviews-section .testimonial-single .line-height-28 {
    text-align: center;
    font-style: italic;
    font-weight: 600;
    line-height: 28px;
    font-size: 15px;
}

.all-reviews-section .testimonial-single p.inverted-comma:before {
    margin: auto auto 15px;
    content: "\f10d";
    font-weight: 700;
    font-family: "FontAwesome";
    color: #F56961;
    font-size: 23px;
    display: block;
}

.all-reviews-section .testimonial-wrapper {
    margin: auto;
}

.all-reviews-section .testimonial-single {
    margin: auto;
    text-align: center;
}

.all-reviews-section .width-65 {
    width: 65%;
    margin: auto;
}

.all-reviews-section .testimonial-single h4 {
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    margin: 0 0 5px 0;
    line-height: normal;
    color: #232323;
}

.padding-30px-top {
    padding-top: 30px;
}

.all-reviews-section .review-user-pic {
    width: 50px !important;
    height: 50px !important;
    margin: auto;
    margin-bottom: 7px;
    object-fit: cover;
}

.all-reviews-section .width-80 {
    width: 80%;
    margin: auto;
}

.all-reviews-section .testimonial-wrapper .slick-prev, .all-reviews-section .testimonial-wrapper .slick-next {
    font-size: 14px;
    margin: 5px;
    padding: 4px 13px;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    width: 40px;
    height: 40px;
    background: #fff !important;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    -webkit-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
    box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
    top: 65px;
}

p.google-text {
    font-size: 13px;
    font-weight: 600;
    color: #DB4437;
    margin-top: -8px;
}

p.facebook-text {
    font-size: 13px;
    font-weight: 600;
    color: #3b5998;
    margin-top: -8px;
}

@media only screen and (max-width: 479px) {
    .all-reviews-section .sm-width-90 {
        width: 90%;
        margin: auto;
    }

    .all-reviews-section .sm-width-85 {
        width: 95%;
        margin: auto;
    }
    .all-reviews-section .review-user-name{
        font-size: 18px !important;
        margin-bottom: 2px !important;
    }
}

