.testimlonial .row > div {
    padding: 10px 65px;
}

.star {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #d2d2d2;
    font-size: 17px;
    cursor: pointer;
}

.star:hover {
    color: #08a6f9;
}

.star:before {
    content: "\f005";
}

.fullStar {
    color: #08a6f9;
}

.tmp_es {
    color: #d2d2d2;
}

.tmp_fs {
    color: #08a6f9;
}

.star_box {
    padding: 7px 40px;
}

.fa-stack {
    width: 13px;
    height: 17px;
}

.rating .fa-stack {
    font-size: 8px;
}

.rating .fa-star-o {
    color: #e5e5e5;
    font-size: 17px;
}

.rating .fa-star {
    color: #FC0;
    font-size: 17px;
}

.rating .fa-star + .fa-star-o {
    color: #08a6f9;
}
.testimlonial > .row {
    margin: 0;
    background: url(../../image/testimonial/testimonials.png) no-repeat;
     background-size: 100%;
    background-position: bottom;
}
.form_name {
    font-size: 18px;
    color: #999;
    margin-top: 30px;
    margin-bottom: 20px;
}

.testimlonial .form-group {
    margin-bottom: 10px;
}

.autor_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.review-author {
    font-size: 18px;
    color: #615f5f;
    margin: 15px 0 0px;
}

.autor_text {
    color: #878383;
    margin: 10px 0;
    border-radius: 4px;
}

.button_all_text {
    border: 1px solid #00b8fe;
    color: #00b8fe;
    max-width: 130px;
    padding: 5px 15px;
    background-color: transparent;
    font-size: 14px;
    margin: 15px 0;
    display: block;
    text-align: center;
}

.button_all_text:hover {
    background-color: #00b8fe;
    color: #fff;
}

#button-review {
    border: 1px solid #00b8fe;
    color: #00b8fe;
        max-width: 140px;
    padding: 7px 25px;
    background-color: transparent;
    font-size: 14px;
    border-radius: 0;
    display: block;
    text-transform: uppercase;
    text-align: center;
}

#button-review:hover {
    background-color: #00b8fe;
    color: #fff;
}
@media (max-width: 1200px) {
    .testimlonial .row > div {
        padding: 10px 30px;
    }
}

@media (max-width: 991px) {
    .testimlonial .row > div {
        padding: 10px 15px;
    }
}