.review_block >div {
       padding:10px;
}

.star {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    cursor: pointer !important;
    background-position: center;
    margin: 0px 2px;
}

.star svg path {
    transition: all.2s ease;
    fill: #ddd;
}

.star:hover svg path {
    fill: #e6c553;
    /*fill: var(--primary);*/
}

.fullStar svg path {
    fill: #e6c553 !important;
    /*fill: var(--primary) !important;*/
}

.tmp_es svg path {
    fill: #f2f2f2 !important;
}

.tmp_fs svg path {
    /*fill: var(--primary) !important;*/
    fill: #e6c553 !important;
}

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

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

.rating .fa-star-o {
    color: #6BAC2A!important;
    
    font-size: 17px;
}

.rating .fa-star {
    color: #6BAC2A!important;
    font-size: 17px;
}
.star_flax{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end; -webkit-box-align: center; -ms-flex-align: center; align-items: center;padding: 5px 0 0;}
.rating .fa-star + .fa-star-o {
  color: #6BAC2A;
}
.testimlonial > .row {
    margin: 0;

}
.form_name {
        font-size: 40px;
    font-weight: 300;
    color: #1d1d1d;
    margin: 35px auto;
    display: inline-block;
    text-align: center;
    width: 100%;
    line-height: 45px;
}



.review_form_block .form-control::-moz-placeholder {
    color: #999;font-size: 18px;
    opacity: 1
}

.review_form_block .form-control:-ms-input-placeholder {
    color: #999;font-size: 18px;
}

.review_form_block .form-control::-webkit-input-placeholder {
    color: #999;font-size: 18px;
}
.review_form_block textarea{min-height: 150px;    padding: 5px 20px;}

#review-panel .form-group>div{padding: 0 7px;}
.testimlonial .form-group {
    margin-bottom: 15px;
}
.review_form_block{padding: 0 90px;}
.form-review-box{    padding: 0 195px 10px;background-color: #f0f0f0;    margin-top: 60px;}
#form-review  input{    min-height: 55px;
    padding: 5px 20px;}
.review-author {
        font-size: 14px;
    color: #000000;
    margin: 15px 0 5px;
    font-weight: 600;display: block;
}
.autor_text {
    margin-bottom: 10px;
}
.review-city{
        font-size: 14px;
    color: #939393;
    margin: 15px 0 0px;
    font-weight: 600;
}

.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;
}
.star_name{text-align: right;}
.star_name p{color: #939393; font-size: 18px;}

@media (max-width: 1200px) {
.form-review-box {
    padding: 0 100px 10px;

}
}

@media (max-width: 991px) {
    .testimlonial_block{    padding: 15px;}
        .review_form_block {
    padding: 0 ;
}

}

@media (max-width: 768px) {
    .star_flax{    display: block;}
    .star_box{    text-align: right;
    padding: 0 0 10px!important;}
    #input-name{margin-bottom: 15px;}
    .form-review-box {
    padding: 0 40px 10px;
}
}