.test-block {
    width: calc(33% - 10px);

}

.tb-title {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.7;
	color: #353840;

}

.tb-slider{
    position: relative;
	color: #ffffff;
}

.dot-container {
    text-align: center;
    padding: 15px;
	width: 100%;
	box-sizing: border-box;
	position: absolute;
    bottom: 0;
}

.dot {
    cursor: pointer;
    height: 8px;
    width: 8px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.tb-image-container {
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.test-slider-img {
    height: 100%;
    display: none;

}

.tb-slider-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    text-align: center;
    width: 100%;
    box-sizing: border-box;
	height: 35%;
	display: flex;
    align-items: center;
}

.tb-slider-content{
    position: relative;
    text-align: center;
    margin: 20px 0;
	width: 100%;
	padding-bottom: 40px;
}

.mg-slider-prev {
    position: absolute;
    left: 0;
    top: 0;
    margin-left: 5px;
    color: #cccccc;
}

.mg-slider-next {
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 5px;
    color: #aaaaaa;
}

.tb-slider-text{
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 700;
    margin: 0 20px;
    display: none;
}

.tb-slider-button {
    padding: 8px;
    border: 1px solid #ffffff;
    border-radius: 20px;
    background: none;
    outline: none;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
}

.reviews .active, .dot:hover {
    background-color: #ffffff;
}


.mg-slider-next:hover, .mg-slider-prev:hover {
    color: #ffffff;
}

@media (max-width: 1070px) {
    .tb-image-container {
        height: 300px;
    }
}