/*
 * home feedback styles
 */
.reviews {
    margin: 0 0 30px 0;
    background: #3d3d3d;
    border-radius: 4px;
    padding: 0px 20px 0px;
}

.reviews .review-item.mr-bottom {
    margin-bottom: 50px;
}

.reviews .reviews-title {
    text-align: left;
    border-bottom: 1px solid #484848;
    margin: 0 -15px 0px;
    font: 22px/24px 'Roboto', sans-serif;
    color: #ffffff;
}

.reviews .reviews-title span {

    text-transform: uppercase;

    display: inline-block;

    position: relative;

    padding: 20px 0px;

    font: 600 18px/20px 'Open Sans';

    color: #929292;
}

.colored-reviews-box:nth-child(even) {
}

.review-item {
    padding: 15px 0px;
}

.reviews .see-all {
    border-top: 1px solid #484848;
    text-align: right;
    padding: 15px;
    margin: 0 -15px;
}

.reviews .see-all,
.reviews .see-all a {
    text-transform: uppercase;
    text-decoration: none;
    font: 12px/1.5em 'Open Sans', sans-serif;
    color: #fff;
}

.reviews .see-all span,
.reviews .see-all a span {
    margin-left: 10px;
    font-size: 25px;
    position: relative;
    top: 5px;
}

.review-header {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    margin-bottom: 5px;
}

.review-header .review-name {
    margin: 0 4px 4px 0;
}

.review-header .review-date {
    margin-bottom: 4px;
}

.reviews .review-text {
    position: relative;
}

.reviews .upload-more {
    text-align: center;
    margin-top: 50px;
}

.reviews .upload-more .see-all a,
.reviews .upload-more .see-all {
    float: none;
}

.title-sub-information {
    padding-top: 25px;
    text-align: center;
    margin-bottom: 15px;
    color: rgba(0, 0, 0, 0.36);
}

img.map-history-img {
    width: 100%;
    margin-bottom: 25px;
}

.map-history__icon {
    width: 10px;
    flex: 0 0 10px;
    height: 10px;
    border-radius: 100%;
    background: transparent;
    margin-right: 15px;
    display: inline-block;
    float: left;
    position: relative;
    top: 5px;
}

.map-history__icon.orange-icon {
    background-color: #ee660d;
}

.map-history__icon.green-icon {
    background-color: #31a01b;
}

.map-history__icon.red-icon {
    background-color: #fc0000;
}

.col.col-12.col-md-4.map-history-item {
    display: flex;
    align-items: flex-start;
    flex-flow: row nowrap;
}

.map-history__content {
    flex: 0 1 100%;
    color: #333333;
}

.colored-reviews-box {
    padding: 0;
}

.colored-reviews-box + .colored-reviews-box {
    border-top: 1px solid #484848;
}

@media (max-width: 991px) and (min-width: 768px) {
    .reviews .reviews-title {
        text-align: left;
    }
}

@media (max-width: 992px) {
    .pros .pros-item {
        margin: 0 0 30px;
    }

    .colored-reviews-box {
        padding: 0 15px;
        border-top: 1px solid #484848;
    }

    .colored-reviews-box:nth-child(even) {
        border-left: 1px solid #484848;
    }
    .reviews .reviews-title{
        border-bottom: 0;
    }
}

@media (max-width: 767px) {
    .reviews .see-all {
        float: none;
        text-align: center;
    }

    .reviews .reviews-title {
        margin-bottom: 20px;
        word-break: break-all;
    }



}

@media  (max-width: 576px){
    .colored-reviews-box {
        padding: 0;
    }
    .colored-reviews-box:nth-child(even) {
        border-left: 0;
    }
}

.inner-h1 {
    color: white;
}
