.testislider{
	position: relative;
}
.testi_cont,
.testi_ref_cont{
	text-align: center;
}
.testi_cont{
	color: #3B3B40;
}
.testi_ref_cont{
	color: #006199;
}
.testislider .testi_cont .fa{
	color: #66757A;
}
.testislider:hover .flex-direction-nav .flex-prev {
    opacity: 0.7;
    left: 10px;
}
.testislider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1;
}
.testislider:hover .flex-direction-nav .flex-next {
    opacity: 0.7;
    right: 10px;
}
.testislider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1;
}
@media(max-width: 667px){
	.add_grid_50,
	.add_grid_33,
	.add_grid_25{
		width: 100%;
	}
}