/* reviews-01 */
.reviews-01 .container {
    max-width: calc(100% - 40px)!important;
}

.reviews-01 .fotorama__stage__shaft {
	max-width: 684px!important;
    margin-left: auto!important;
    margin-right: auto!important;
}

.reviews-01 .f-subheader,
.reviews-01 .rounded-image {
	display: none;
}

.reviews-01 .rounded-image-wrapper {
	position: relative;
    height: 40px;
}

.reviews-01 .rounded-image-wrapper::after {
    content: "\f10d";
    font-family: FontAwesome;
    color: #005b82;
    font-size: 32px;
}

.reviews-01 .f-description {
    margin-bottom: 0;
	font-size: 20px;
    line-height: 29px;
    font-weight: 300;
    color: #fff;
}

.reviews-01 .f-header {
	font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    color: #fff;
}

.reviews-01 .fotorama__dot {
	width: 10px!important;
    height: 10px!important;
    border: 1px solid #fff!important;
}

.reviews-01 .fotorama__nav__frame.fotorama__active .fotorama__dot {
	background-color: #fff;
}

.reviews-01 .fotorama_custom__arr {
	font-size: 50px;
    color: rgba(255,255,255,0.6);
}

.reviews-01 .fa-chevron-left::before {
	content: '\f104';
}

.reviews-01 .fa-chevron-right::before {
	content: '\f105';
}

.reviews-01 .fotorama_custom__arr--prev {
	left: 20px;
}

.reviews-01 .fotorama_custom__arr--next {
	right: 20px;
}
/* end reviews-01 */