.comparedivelement{
	display: flex;overflow: hidden;vertical-align: middle;
}
.tlist-holder-x17{

}
.left-col-x17 {
	width: 45%;
    float: left;
    position: relative;
}
.center-image{
	align-self:center;
}
.feature-image img{
	width: 100%;
}
.right-col-x17 {
	padding-top: 52px;
    width: 50%;
    float: right;
}
.single-item-x17{
	padding: 17px 87px 16px 16px;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 100%;
	min-height: 235px;
}
.right-col-x17:first-child .top-border-x17{
	top: 30px;
}

.top-border-x17{
	border-color: #414247;
	position: absolute;
    right: 34px;
    top: 3px !important;
    width: 2px;
    height: 100%;
    display: block;
    z-index: 1;
    border-left: 1px dashed;
}

.left-border-x17{
	border-color: #414247;
	position: absolute;
    right: 41px;
    top: 72px;
    width: 23px;
    height: 2px;
    display: block;
    z-index: 2;
    border-bottom: 1px dashed;
}
.icon-holder-x17 {
	background-color: #414247;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	font-size: 15px;
	float: right;
	text-align: center;
	line-height: 44px;
	position: relative;
	z-index: 5;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.icon-holder-x17 i{
	color: #fff;
}
.content-box-x17{
	float: left;
    width: 100%;
    padding-top: 7px;
	text-align: right;
}
.content-box-x17 h2 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 7px;
	margin-top: 0px;
	text-transform: uppercase;
	color: #333;
	line-height: 30px;
}
.upvote-section i {
	color:#333;
}
.content-box-x17 p {
	color:#666;
	line-height:26px;
	font-size:15px;
}
.content-box-x17 p a {
	color:#000;
	font-size:15px;
}

.tlist-holder-x17 *{
    -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;
}


.single-item-x17:hover .icon-holder-x17{
	background-color: #fff;	
	border: 1px solid #414247;
}
.single-item-x17:hover .icon-holder-x17 i{
	color: #414247;
}


/* Responsive Styles */

@media only screen and (min-width: 960px) and (max-width: 1200px){
	.tlist-wrapper-x17{
		width: 960px;
	}	
}
@media only screen and (min-width: 800px) and (max-width: 960px){
	.tlist-wrapper-x17{
		width: 800px;
	}
	.right-col-x17 {
		width: 60%;
	}
	.left-col-x17 {
		width: 40%;
	}
}
@media only screen and (min-width: 650px) and (max-width: 800px){
	.tlist-wrapper-x17{
		width: 650px;
	}
	.right-col-x17 {
		width: 60%;
	}
	.left-col-x17 {
		width: 40%;
	}
}
@media only screen and (min-width: 0px) and (max-width: 650px){
	.tlist-wrapper-x17{
		width: 100%;
	}
	.comparedivelement{
		display:block;
	}
	.left-col-x17{
		width: 100%;
	}
	.right-col-x17{
		width: 100%;
	}
}



