.company-reviews {
    position: relative;
    margin-bottom: 40px;
}

.company-review {
    display: block;
    position: relative;
    width: 100%;
    max-width: 360px;
    min-height: 365px;
    border: 1px solid rgb(227, 227, 227);
    padding: 22px;
    padding-bottom: 69px;
}

.company-review .icon_name_rating {
    display: flex;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
}

.company-review .icon_name_rating .icon {
    position: relative;
    width: 60px;
    height: 60px;
    background-color: rgb(245, 245, 245);
    border-radius: 100%;
    margin-right: 19px;
}

.company-review .icon_name_rating .icon:after {
    display: block;
    content: '';
    position: absolute;
    width: 26px;
    height: 30px;
    top: 13px;
    left: 16px;
    background-image: url('../img/user.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.company-review .icon_name_rating .name_rating {
	width: 100%;
	max-width: 100px;
	margin-right: 20px;
}

.company-review .icon_name_rating .name {
    color: rgb(68, 68, 68);
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    margin-bottom: 6px;
}

.company-review .icon_name_rating .date {
    color: rgb(140, 140, 140);
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    text-align: left;
    height: 48px;
    display: flex;
    align-items: end;
}

.company-review .text {
    margin-top: 18px;
    margin-bottom: 28px;
    color: rgb(68, 68, 68);
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    text-align: left;
}

.company-review .city_icon {
    position: absolute;
    display: flex;
    width: 100%;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    top: auto;
    right: 0px;
    left: 0px;
    bottom: 0px;
    background-color: rgb(245, 245, 245);
}

.company-review .rating {
	display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 100px;
}

.company-review .rating .star {
	display: block;
	width: 16px;
	height: 16px;
    background-image: url('../img/rating_grey.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.company-review .rating .star.star-full {
    background-image: url('../img/rating_red.svg');

}

.company-reviews .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgb(217, 217, 217);
    opacity: 1;
}

.company-reviews .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: rgb(209, 61, 115);
}

.company-reviews .swiper-button-prev:after, .company-reviews .swiper-rtl .swiper-button-next:after {
    content: '';
}

.company-reviews .swiper-button-next:after, .company-reviews .swiper-rtl .swiper-button-prev:after {
    content: '';
}

.company-reviews .swiper-button-prev {
    background-image: url("/wp-content/plugins/company-testimonials/img/arrow_left.svg");
    left: -30px;
}

.company-reviews .swiper-button-next {
    background-image: url("/wp-content/plugins/company-testimonials/img/arrow_right.svg");
    right: -30px;
}

.company-reviews .swiper-button-next, .company-reviews .swiper-button-prev {
    width: 14px;
    height: 23px;
    outline: 0;
    border: 0;
}

@media (max-width: 1200px) {

.company-review {
    margin: auto;
}

}