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