.reviewcontsix{
	position: relative;
	overflow: hidden;
	padding-top: 30px;
	padding-bottom: 30px;
}

.reviewsix{
	cursor: grab;
	cursor: -moz-grab;
    cursor: -webkit-grab;
}


.reviewsix .slick-arrow{
	width: 30px;
	height: 30px;
	background-color: transparent;
	border: none;
	position: absolute;
	top: calc(50% - 15px);
	outline: none;
	z-index: 1;
	cursor: pointer;
	z-index: 1;
}

.reviewsix .kraytslickarrow{
	width: 20px;
	height: 20px;
	border-bottom: 2px solid #777;
	border-left: 2px solid #777;
	transform: rotate(45deg);
	transition: .2s;
}

.reviewsix .slick-arrow:hover .kraytslickarrow{
	transform: rotate(45deg) scale(1.08);
}

.reviewsix .slick-arrow:active .kraytslickarrow{
	transform: rotate(45deg) scale(1);
	opacity: .7;
}

.reviewsix .slick-prev{
	left: -15px;
}

.reviewsix .slick-next{
	right: -15px;
	transform: rotate(180deg);
}

.reviewblockcontsix{
    background-color: #fafafa;
    transition: .3s;
    box-shadow: 0px 10px 8px -10px transparent;
    margin: 15px;
}
.reviewblocksix {
    padding: 25px;
    height: 100%;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
}
.reviewblockcontsix:hover{
    box-shadow: 0px 10px 8px -10px #777;
}
.reviewblockpunctsix{
    width: 27px;
    height: 27px;
    margin: 0px auto;
}

.reviewblockpunctimgsix{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.reviewblocktextsix{
    font-family: Roboto;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: center;
    color: #333;
    padding-top: 15px;
    padding-bottom: 100px;
}

.reviewblockphotosix{
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background-color: #fe541e;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.reviewblockphotoimgsix{
    width: 76px;
    height: 76px;
    border-radius: 100%;
    object-fit: cover;
    object-position: center;
}

.reviewblocknamesix{
    font-family: Roboto;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.2px;
    text-align: center;
    color: #333;
    padding-top: 10px;
    padding-bottom: 5px;
}

.reviewblockcitysix{
    font-family: Roboto;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.2px;
    text-align: center;
    color: #666;
    padding-bottom: 15px;
}