#comments .comment-list{
	padding: 15px;
	border:1px solid #e5e5e5;
	border-radius: 6px;
}
.comment-list .comment{
	border-radius: 5px;
	padding: 5px;
	margin-bottom: 5px;
	position: relative;
}
#comments .comment-list .depth-1{
	border-bottom: 1px dashed #e5e5e5;
	border-radius: 0;
}
#comments .comment-list .depth-3{
	border-left: 1px dashed #ddd;
	background: #fff;
}

#comments .comment-list .depth-1:last-child{
	border-bottom: none;
}
#comments .comment-list .depth-1 > .comment-body{
	padding-top: 0px;
}
/* #comments .comment-list .depth-1 .avatar{
	display: none;
} */
#comments .comment-list .children .avatar{
	display: block;
}
#comments .comment-list .children {
	margin-left: 0 !important;
	background: #f7f7f7;
	border-radius: 10px;
	padding-left: 15px;
	position: relative;
	margin-top: 10px;
}

#comments .comment-list .children:before{
	content: '';
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #f7f7f7;
	content: '';
	left: 15px;
	position: absolute;
	top: -10px;
}
#comments .comment-list .depth-2 .children:before{
	content: '';
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
	content: '';
	left: 25px;
	position: absolute;
	top: -10px;
}
#comments .comment-list .children .reply .fa-reply{
	display: none;
}

#comments .comment-body{
	border-bottom:none !important;
	position: relative;
	padding-bottom: 0px;
}
#comments .comment-text p{
	margin-bottom: 10px;
	line-height: 1.5;
}
#comments .comment-text img{
	margin-top: 5px;
}
#comments .comment-list .children .comment-body{
	border-bottom: 1px dashed #004793 !important;
	padding-top: 5px;
}
#comments .comment-list .children li:last-child .comment-body{
	border-bottom: none !important;
}
#comments  .comment-body  .reply{
	font-size: 12px ;
	margin-bottom: 0;
}
#comments  .comment-reply-link{
	text-transform: none;
	color: #919191;
}
#comments .fn{
	text-transform: capitalize;
}
.comment-respond .comment-reply-title{
	font-weight: 700;
	font-size: 16px !important;
}
#comments .depth-1 .comment-respond{
	padding: 14px;
	margin: 15px 0px;
  	margin-left: 40px;
}
#loadmore_comments .btn.loadmore {
	background: #efe9e9;
	padding: 6px 40px;
	border-radius: 30px;
	cursor: pointer;
	color: #1F8854;
	font-weight: 600;
	border: solid 1px #1F8854;
}
#loadmore_comments{
	margin-top: -20px;
	margin-bottom: 40px;
	text-align: center;
}
#loadmore_comments .btn.loadmore:hover{
	background: #ffb602;
	color: #fff;
	border: solid 1px #ffb602;
}
#comments form .comment-form-comment{
	margin-bottom: 0px;
}
#comments form .submit {
	font-size: 17px;
	font-weight: 700;
	padding: 8px 25px;
	cursor: pointer;
	border-radius: 24px;
}
@media(max-width:575px){
	#comments form .comment-form-comment{
		margin-bottom: 10px;
	}
	#comments form .form-row{
		margin: 0px;
		padding: 0px;
	}
	#comments form .form-group{
	margin-bottom: 10px;
	}
	#comments .comment-list{
		padding: 5px;
	}
	#comments .comment-list .depth-1 > .comment-body{
		padding-top: 0;
	}
	.comment-body+.comment-respond{
		margin-left: 0px !important;
	}
	.comment-body+.comment-respond:before {
		display: none !important;
	}
	#comments .comment-list .children{
		padding-left: 0;
	}
	#comments .avatar{
		width: 35px !important;
		height: 35px !important;
	}
	#comments .comment-list .children .comment-body{
		padding-left: 45px;
	}
}