
.text-big{
    overflow-wrap: break-word;
}
.header .apply_btn{
	background: #22549a;
  color: #fff !important;
	margin-left:10px !important;
}
.header .apply_btn:hover{
	background: #F51F8A;
}
.header .apply_btn a{
	color: #fff !important;
}
#Hero_banner{
	position:relative;
}
#Hero_banner .wpb_content_element{
	margin-bottom:0px;
}
.loan-btn{
	padding:29px 50px !important;
	min-width: 320px;
}
#Hero_banner .banner-count button:hover,
.loan-btn:hover{
	background-color:#22549a;
}
#Hero_banner:before{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.5);
}

#Hero_banner .banner-count{
	  padding: 10px 15px;
    background-color: rgba(255,255,255,.7);
    display: flex;
    max-width: 370px;
    margin-left: auto;
    max-height: 70px;
}
#hero_banner .input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
#Hero_banner .banner-count .input-group .form-control {
    background-color: transparent;
    border: none;
    box-shadow: none;
    font-weight: 400;
    color: #000;
    font-size: 20px;
    text-align: center;
}
#Hero_banner .banner-count button{
	padding:20px 15px;
	font-size:30px;
	height:100%;
}
#Hero_banner .card{
	background-color:transparent !important;
	border:0;
	margin-bottom:0px;
}
#Hero_banner .card .media{
	width:200px;
	margin:auto;
}
#Hero_banner .card .media img{
	width:100%;
	height:100%;
	object-fit:contain;
}
#Hero_banner .card .card-body{
	padding:0;
}
.banner_dis p{
	width:50%;
	margin:40px auto !important;
}
.banner_subtitle p{
	margin:40px 0px !important;
}
@media screen and (max-width:767px) {
	#padding_block, #section-about, #section-typeloan, #section-feature, #section-apply{
    padding:20px !important;	
	}
	#section_padding, .footer{
		padding:40px 0px !important;
	}
.header .apply_btn{
	margin-left:0px !important;
}
	.header .apply_btn a{
	text-align:center;
}
	.lender-logo{
		width:100%;
	}
	#Hero_banner {
		padding:20px 0px;
	}
	#Hero_banner .banner-count{
		margin: 20px 0;
    padding: 5px;
    max-width: 100%;
	}
	#Hero_banner .banner-count button{
		width:100%;
		justify-content:center;
	}
	.loan-btn{
		margin: auto;
    display: flex;
    width: 100%;
		padding:21px 50px !important;
		justify-content:center;
	}
	h1.banner_title{
		font-size:24px !important;
	}

	.banner_subtitle p{
		font-size:14px !important;
			margin:10px 0px !important;
	}
	.banner_dis{
		margin-bottom:20px !important;
	}
	.banner_dis p{
		font-size:12px !important;
		width:100%;
			margin: 20px auto 0px auto !important;
	}
	#Hero_banner .card .media{
		width:150px;
	}
}
@media screen and (min-width:768px) and
	(max-width:991.98px){
		#Hero_banner .banner-count .input-group .form-control{
			font-size:16px;
		}
}
@media screen and (min-width:992px) and
	(max-width:1200px){
		#navigation > ul > li > a{
			padding:16px 6px;
			font-size:12px;
		}		
}
