.loan-sec ul li {
	list-style-type: none;
	position: relative;
	margin-left: 10px;
	padding-left: 20px;
	margin-bottom: 8px;
	font-size: 18px;
}
.loan-sec ul li::after {
	content: "";
	background-color: transparent;
	position: absolute;
	left: 0;
	top: 5px;
	width: 5px;
	border-bottom: 2px solid #e85206;
	height: 11px;
	border-right: 2px solid #e85206;
	transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}	
.mt-100 {
	margin-top: 100px;
}
.home-more-about-right ul {
	padding: 0;
	margin-top: 30px;
}

@media(max-width:767.98px){
	.mt-100 {
	margin-top: 40px;
}
}