.banner{
	background: url('../img/loan/banner.jpg');
	height: 60vh;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
}
.loan-content{
	background: #3B7B2B;
}
.loan-content h4{
	color: #fff;
}
.loan-content p{
	font-size: 15px;
	text-align: justify;
	line-height: 23.9px;
	color: #fff;
}
.search-box{
	float: right;
	background: #f8f8ff;
	border-radius: 50px;
}
.search-box .btn{
	background: #f8f8ff!important;
	border: none;
}
.form input{
	background: #f8f8ff;
	border-radius: 20px;
	height: 40px;
	border: none;
}
.search-box .form-control{
	border: 0px!important;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	background: #f8f8ff;
	height: 40px;
}
.search-box .btn{
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}
.form-outline input{
	padding-left: 20px;
}
.fa-search:before{
	color: #e6e6e6;
}
.project-cost .card{
	border: 0px;
}
.project-cost .btn{
	width: 100%;
	text-align: left;
	padding: 12px;
	background: #198754;
	border-color:#198754 ;
}
.project-cost-box{
	border: 1px solid #e6e6e6;
	box-shadow: 1px 1px 4px 4px rgba(209,209,209,.25);
	border-radius: 4px;
}
.project-cost{
	padding: 23px 15px;
}
.project-cost .btn span{
	font-size: 20px;
	line-height: 20px;
	font-weight: 400;
	margin-left: 10px;
	padding-left: 15px;
	border-left: 1px solid #fff;
}
.project-cost .btn .far{
	font-weight: 300;
	font-size: 22px;
}
.pl-0{
	padding-left: 0px;
}
.loan-details-group{
}
.single-loan-box{
	background: #fff;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    box-shadow: 0 2px 4px 2px rgba(147,147,147,.25);
    border-radius: 4px;
    margin-bottom: 15px;
}
.mb-3{
	margin-bottom: 30px;
}
.loan-header{
	background: #e3e8f4;
	padding: 0px 14px;
}
.loan-left-content{
	display: flex;
}
.loan-left-content .loan-img{
	    width: 60px;
    height: 71px;
    background: #fff;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    box-shadow: 0 4px 4px rgba(181,181,181,.25);
    border-radius: 4px;
    margin-top: 10px;
    margin-bottom: -50px;
    display: flex;
    align-items: center;
    margin-right: 15px;
    justify-content: center;
}
.loan-left-content .loan-title h3{
	font-size: 22px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 10px;
}
.loan-body .loan-listing{
	display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    font-size: 16px;
    margin-top: 30px;
    min-height: 30px;
}
.loan-body .loan-listing img{
	max-width: 24px;
}
.loan-body{
	padding-left: 80px;
    padding-top: 0;
    padding-bottom: 30px;
}
.loan-body .loan-listing h4{
	font-size: 14px;
    font-weight: 600;
    color: #595959;
    margin: 0;
    margin-left: 7px;
    line-height: 26px;
}
.loan-body .loan-listing span{
	font-weight: 400;

    font-size: 14px;
    border-right: 1px solid #b3b3b3;
    margin-right: 7px;
    padding-right: 7px;
}
.customScroll{
	max-height: 200px;
	overflow-y: scroll;
}
.form-check{
	margin:8px 0px;
}
#styleScroll::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#styleScroll::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

#styleScroll::-webkit-scrollbar-thumb
{
	background-color: #000000;
}
.project-cost .btn:visited{
	color: #fff!important;
}
.project-cost a{
	color: #fff!important;
}
.project-cost a:visited{
	color: #fff!important;
}
.project-cost a:hover{
	color: #fff!important;
}
#f8f8ff