.featured-sec {
    padding: 80px 0
}

.rating-features {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative
}

.rating-features:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 1px;
    height: 25px;
    background: #d1d1d1
}

@media screen and (min-width: 1200px) {
    .rating-features-divider {
        position:relative;
        display: flex;
        justify-content: center
    }

    .rating-features-divider:after {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate(-50%,-50%);
        width: 1px;
        height: 25px;
        background: #d1d1d1
    }

    .rating-features:after {
        display: none
    }
}

.feature-icon {
    padding-right: 10px
}

.feature-icon svg {
    width: 30px
}

.features-txt {
    flex: 1;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #120f24;
}

.features-txt b {
    font-weight: 700;
    font-size: 16px;
    color: #120f24;
    display: block
}

.avatar-title>h3,.review-card p {
    font-size: 17px;
    line-height: 172%;
    color: #120f24;
}

.featured-sec .col-12:last-child .rating-features:after {
    display: none
}

body .client-review .slick-prev {
    left: -15px
}

body .client-review .slick-next {
    right: -15px
}

.client-review-sec {
    padding: 60px 0
}

.client-review-sec .page-title {
    font-size: 40px;
    font-style: normal;
    font-weight: 800
}

.client-review-sec .slick-list {
    padding-left: 0!important
}

.review-card {
    border: 1px solid #c7c7c7;
    border-radius: 30px;
    padding: 16px;
    background-image: url(../images/quote.png);
    background-position: 90% 80%;
    background-repeat: no-repeat;
    background-size: 200px;
    margin: 10px;
    min-height: 220px
}

.review-card p {
    font-weight: 400;
    margin: 0 0 20px
}

.avatar-title {
    display: flex;
    align-items: center
}

.avatar-title>img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    border-radius: 50%
}

.avatar-title>h3 {
    font-weight: 600;
    margin: 0
}

.client-review .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    height: 40px;
    width: 40px;
    z-index: 1;
    border: 0px;
    border-radius: 100%;
    background: #D6151E;
    left: 20px;
    opacity: 1;
    color: transparent
}

.client-review .slick-next {
    left: auto;
    right: 20px;
    transform: translate(0,-50%) rotate(180deg);
    border: 0
}

.client-review .slick-arrow:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(-130deg);
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    border-width: 2px 2px 0 0
}

.client-review .slick-arrow.slick-next:after {
    transform: translate(-50%,-50%) rotate(225deg)
}

@media screen and (max-width: 1199px) {
    .featured-sec.mb-minus {
        padding:40px 0
    }

    .rating-features {
        margin-top: 20px
    }
}

@media screen and (max-width: 580px) {
    .featured-sec,.featured-sec.mb-minus {
        padding:30px 0 0
    }

    .rating-features {
        margin-top: 0;
        padding-bottom: 10px;
        margin-bottom: 10px
    }

    .featured-sec .col-12:last-child .rating-features {
        margin-bottom: 0;
        padding-bottom: 0
    }

    .rating-features:after {
        top: 100%;
        transform: unset;
        width: 100%;
        height: 1px
    }

    .client-review-sec .page-title,.page-title {
        font-size: 22px;
        padding-bottom: 20px
    }

    .grey-sec {
        background: #f9f9f9;
        padding: 30px 0 10px;
        margin-top: 30px
    }

    .client-review-sec {
        padding: 30px 0
    }

    .brading-sec {
        flex-direction: column;
        justify-content: center
    }

    .branding-img {
        margin-bottom: 25px
    }

    .navbar-toggler {
        background: #D6151E
    }

    .review-card {
        min-height: 280px
    }
}
