* {
	margin:0;
	padding:0;
    font-family: 'Montserrat', sans-serif;
}


/*--------------------------start style css------------------------------*/

ul {
	margin-left:0 !important;
}
ul, li {
	list-style:none;
}
.clearfix-row::after {
    display: block;
    clear: both;
    content: "";
}

embed, img, object, video {
	-ms-interpolation-mode: bicubic;
	height: auto;
	max-width: 100%;
}
.main-container {
	max-width:1170px;
	margin:0 auto;
	margin-top:50px;
}

.ilist-column-3 {
	float: left;
	padding-left: 15px;
	width: 33.33%;
	padding-right: 15px;
	box-sizing: border-box;
}
.ilist-column-2 {
	float: left;
	padding-left: 15px;
	width: 50%;
	padding-right: 15px;
	box-sizing: border-box;
}
.ilist-column-1 {
	float: left;
	padding-left: 15px;
	width: 100%;
	padding-right: 15px;
	box-sizing: border-box;
}

.ilist-main-content {
	display: flex;
	align-items: flex-start;
	position: relative;
	padding: 20px;
	background: #fff;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.060);
	border-radius: 5px;
	box-sizing: border-box;
	margin-bottom: 30px;
	border-bottom:1px solid transparent;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.ilist-main-content:hover {
	box-shadow:none;
	border-bottom:1px dashed #ddd;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.title-image img {
	height: 100px;
}
.title-image {
	width: 100px;
	height: 100px;
	overflow: hidden;
	border-radius: 100%;
	border: 5px solid #f5f5f5;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.title-image i {
	font-size: 60px;
	color:#222;
}
.ilist-column-1 .title-image {
	float: left;
	margin-right:15px;

}
.ilist-main-content::after {
	position: absolute;
	content: "";
	left: 50%;
	top: 0;
	height: 100%;
	border-right: 1px dashed #ddd;
}
.ilist-left-side-content {
	width: 50%;
	box-sizing: border-box;
	padding-right: 20px;
}
.ilist-right-side-content {
	width: 50%;
	padding-left: 20px;
	box-sizing: border-box;
}
.ilist-left-side-content h3 {
	font-size: 18px;
	font-weight: normal;
	color: #333;
	line-height: 28px;
}
.ilist-right-side-content p {
	margin-top: 20px;
	font-size: 14px;
	color: #555;
	font-weight: normal;
	line-height: 24px;
	height: 170px;
	overflow: auto;
	padding-right: 20px;
}
.upvote-section .upvote-icon {
	font-size:15px;
	color:#555;
	cursor:pointer;
	margin-bottom:3px;
	cursor:pointer;
}

.upvote-section .counter {
	font-size:12px;
	color:#888;
}

@media (max-width: 991px) {
	
 .ilist-column-3 {
	 width:50%;
	}

}


@media (max-width: 767px) {
 
	 .ilist-column-2,
	 .ilist-column-3 {
	 width:100%;
	}
 
}


@media (max-width: 579px) {
 
	 .ilist-column-2,
	 .ilist-column-3 {
		 width:100%;
	}
	
	.ilist-right-side-content {
		width: 100%;
		padding-left: 0;
		margin-top: 20px;
	}
	
	.ilist-left-side-content {
		width: 100%;
		padding-right: 0;
	}
	.ilist-main-content {
		flex-direction: column;
	}
	.ilist-main-content::after {
		display: none;
	}
	.ilist-column-1 .title-image {
		display:block;
		float: none;
	}


 
}
