
.comparedivelement{
	display: flex;overflow: hidden;vertical-align: middle;
}
.tlist-holder-x6{

}
.center-image{
	align-self:center;
}
.items-col-x6{
	width: 33.333333%;
}


.left-col-x6{
	float: left;
    padding-top: 50px;
}

.right-col-x6{
	float: right;
    padding-top: 50px;
}
.image-col-x6{
	float: left;
}

.single-item-x6{
	padding: 17px;
    min-height: 200px; 
    position: relative;
    text-align: left;
    width: 100%;
}

.item_top_border{
	border-color: #d3d3d4;
	position: absolute;
    left: 38px;
    top: 0px;
    width: 2px;
    border-left: 2px solid #d3d3d4;
    height: 100%;
    display: block;
    z-index: 1;
}
.left-col-x6 .item_top_border {
    left: inherit !important;
    right: 38px !important;
}

.item_icon_holder {
	color:#888;
	background-color: #ffffff;
	border-color: #d3d3d4;
	width: 46px;
	height: 75px;
	font-size: 17px;
	float: left;
	border: 2px solid;
	text-align: center;
	line-height: 73px;
	position: relative;
	z-index: 5;
	border-radius: 30px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;

}
.single-item-x6:hover .item_icon_holder{
	background-color: #2d50ff !important;
    border-color: #2d50ff !important;
}
.single-item-x6:hover .item_icon_holder i{

	color: #fff !important;
}


.left-col-x6 .single-item-x6 .item_icon_holder{
	float: right;
}
.left-col-x6 .single-item-x6 .content-box{
	float: right;
    padding-left: 0px;
    padding-right: 20px;
    text-align: right;
}
.content-box {
    float: left;
    width: calc( 100% - 70px);
    padding-top: 4px;
	padding-left: 20px;
}
.content-box h4{
	color: #333;
	font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
	margin-top: 0px;
	line-height:30px;
}

.content-box span p {
	font-size:15px;
	line-height:26px;
	color:#666;
}
.upvote-section i {
	color:#666;
}
.content-box span p a {
	font-size:15px;
	line-height:26px;
	color:#000;
}
.content-box p{
	margin: 0px;
}

.items-col-x6 .single-item-x6:first-child .item_top_border {
    top: 30px;
}
.items-col-x6 .single-item-x6:last-child .item_top_border {
	top: -10px;
    height: 40%;
}
.image-col-x6 img{
	width: 100%;
}

.tlist-holder-x6 *{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	
	-webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    transition: all 0.7s ease;
}







/* Responsive Styles */

@media only screen and (max-width: 1200px){
	
	.left-col-x6, .right-col-x6{
		padding-top: 0px;
	}
}
@media only screen and  (max-width: 999px){
	.tlist-wrapper-x6{
		width: 100%;
	}
	.comparedivelement{
		display:block;
	}
	.items-col-x6{
		width: 100%;
	}
	.image-col-x6{
		padding-top: 100px;
	}
}
@media only screen and (max-width: 767px){
	.tlist-wrapper-x6{
		width: 100%;
	}
	.comparedivelement{
		display:block;
	}
	.items-col-x6{
		width: 100%;
	}
	.image-col-x6{
		padding-top: 100px;
	}
	.single-item-x6 {
		padding: 0px;
	}
	.left-col-x6 .item_top_border {
		right: 22px !important;
	}
}
