body{
	font-family: 'Catamaran', sans-serif;
}

a, a:hover{
	text-decoration: none;
}
ul{
	margin: 0;
	padding: 0;
}
li{
	list-style-type: none;
}
section{
	padding: 40px 0;
}
p{
	font-size: 17px;
	font-weight: 400;
	color: #363636;	
	line-height: 24px;
}
.link-white{
	color: #fff;
}
.link-white:hover{
	color: #fff;
}
.link-blue{
	color: #0b5db7;
}
.link-blue:hover{
	color: #0b5db7;
}
.sec-heading-c{
	font-size: 35px;
	font-weight: 600;
	color: #363636;	
	text-align: center;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.sec-heading{
	font-size: 35px;
	font-weight: 600;
	color: #363636;	
}
.sec-subheading-c{
	font-size: 20px;
	font-weight: 500;
	color: #363636;	
	text-align: center;
}
.sec-subheading{
	font-size: 20px;
	font-weight: 500;
	color: #363636;		
}
.bg-grey{
	background: #f2f6fa;
}
.sec-heading2{
	font-size:25px;
	font-weight: 600;
	color: #363636;
}
.section-heading-3{
	font-size:20px;
	font-weight: 600;
	color: #363636;
}
.btn-more{
	color: #0b5db7;
	font-size: 16px;
	font-weight: 600;	
	position: relative;
}
.btn-more:before{
	content: '';
	width:0%;
	height: 2px;
	background: #3ae1b6;
	position: absolute;
	bottom:0;
	left: 0;
	z-index: 3;
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	-o-transition: all .15s linear;
	transition: all .15s linear;
}
.btn-more:after{
	content: '';
	width:100%;
	height: 2px;
	background: #0b5db7;
	position: absolute;
	bottom:0;
	left: 0;
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	-o-transition: all .15s linear;
	transition: all .15s linear;
}
.btn-more:hover:before{
	width: 100%;
}
.btn-more i{
	font-size: 12px;
    color: #3ae1b6;
    margin-left: 10px;
    -webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
}
.btn-more:hover i{
	color:#0b5db7;
}
.commitment-btn{
	margin-top: 30px;
}
.btn-comm{
	display: inline-block;
	background: linear-gradient(to right, #0b5db7, #1675de);
	color: #fff;
	padding: 10px 30px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    border:0;
    -webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.btn-comm i{
	font-size: 14px;
    margin-left: 15px;
    transform: translate(0, -1px);
    color: #3ae1b6;
    -webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.btn-comm:hover{
	transform: translateY(-10px);
	box-shadow: 0 0 10px rgba(47,78,112,.6);
	color: #fff;
}
.btn-comm:hover i{
	 transform: translate(10px, -1px);
}
.list-w li{
	font-size: 17px;
    font-weight: 400;
    color: #fff;
    line-height: 24px;
    position: relative;
    text-align: left;
    padding-left: 20px;
    margin-bottom: 5px;
}
.list-w li:before{
	content: '\f00c';
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	font-family: 'Font Awesome 5 Free';
	font-size: 14px;
	font-weight: 900;
}
.list-style li{
	font-size: 17px;
    font-weight: 400;
    color: #363636;
    line-height: 24px;
    position: relative;
    text-align: left;
    padding-left: 20px;
    margin-bottom: 5px;
}
.list-style li:before{
	content: '\f00c';
	position: absolute;
	top: 0;
	left: 0;
	color: #0b5db7;
	font-family: 'Font Awesome 5 Free';
	font-size: 14px;
	font-weight: 900;
}
.blog-sec li{
	font-size: 17px;
    font-weight: 400;
    color: #363636;
    line-height: 24px;
    position: relative;
    text-align: left;
    padding-left: 20px;
    margin-bottom: 5px;
}
.blog-sec li:before{
	content: '\f00c';
	position: absolute;
	top: 0;
	left: 0;
	color: #0b5db7;
	font-family: 'Font Awesome 5 Free';
	font-size: 14px;
	font-weight: 900;
}
.list-heading{
	margin-bottom: 10px;
}
.list-style-icon li{
	position: relative;
	padding-left: 15px;
}
.list-style-icon li:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: url('../images/dec-icon.png') no-repeat;
	width: 48px;
	height: 48px;
}
.sec-center{
	padding: 20px 0;
	text-align: center;
}
.sec-lft{
	padding: 0px 0 20px;
}
.sec-bg-grey{
	background: #ebf0f6;
}
.sec-with-bg{
	background: url('../images/ploan-benefits-bg.jpg') no-repeat;
	background-size: cover;
	min-height: 600px;
	color: #ffffff;
}
.sec-with-bg a{
	color: #fff;
}
.sec-with-bg .sec-heading{
	color: #ffffff;
}
.sec-with-bg p{
	color: #ffffff;
}
.points-numb-box{
	margin-bottom: 20px;
}
.points-numb-box-inn{
	display: flex;
	align-items: center;
}
.num-circle{
	min-width: 50px;
	height: 50px;
	margin-right: 10px;
	background: linear-gradient(to right, #2da385, #3ae1b6);
	color: #ffffff;
	text-align: center;
	line-height: 50px;
	border-radius:50%;
	font-size: 30px;
	display: inline-block;	
	font-weight: 600;
}
.points-numb-box-inn p{
	margin-bottom: 0;
}
.table-cus{
	border: 0;	
	text-align: left;
	width: 70%;
	margin:0 auto;
}
.table-cus td, .table-cus th{
	border: 0;
}
.tr-bgcol{
	background: #0b5db7;
	color: #ffffff;
	text-align: center;
}
.tr-bgcol th:first-child{
	border-right: 1px solid #fff;
}
.tr-bgcol th{
	width: 50%;
	font-size: 22px;
	font-weight: 600;
}
.table-cus td{
	border: 1px solid #a5b2c0;
	font-weight: 500;
	color: #363636;
	font-size: 17px;
}
.table-with-icon td{
	padding: 15px 15px 15px 40px;	
	position: relative;	
}
.table-with-icon td:before{
	content: '\f00c';
    position: absolute;
    top: 15px;
    left: 15px;
    color: #0b5db7;
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    font-weight: 900;
}
.navbar-cus li{
	display: inline-block;
	margin:0 10px;
	position: relative;		
}
.navbar-links-cus li a{
	color: #191a1c;
	font-size:16px;
	font-weight: 600;
	display: block;
	padding: 8px 10px;	
	-webkit-transition: all .35s ease-in;
	-moz-transition: all .35s ease-in;
	-o-transition: all .35s ease-in;
	transition: all .35s ease-in;
}
.navbar-links-cus li a:hover{	
	color: #3ae1b6;
}
.navbar-links-cus li i{
	position: absolute;
	top: 13px;
    right: -10px;
    color: #3ae1b6;
}
.drp{
	position: relative;
}
.drp-menu{
	position: absolute;
	top: 100%;
	width: 200px;
	background: #fff;
	opacity: 0;		
	display: none;
	box-shadow: 0 0 15px rgba(0,0,0,.1);	
	text-align: left;
    padding: 0;   
    z-index: 999;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;	
	 transition: all 200ms ease-in;
	transform: translateY(0);
}
.drp-menu li{
	display: block;
	margin:0;
}
.drp-menu li a {
	margin:0;
	padding: 10px 20px;	
	color: #363636;
}
.drp-menu li a:hover{
	background: #0b5db7;
	color: #fff;
}
.drp:hover .drp-menu{	
	-webkit-animation:slideup 200ms ease-in-out forwards;
	-moz-animation:slideup 200ms ease-in-out forwards;
	-o-animation:slideup 200ms ease-in-out forwards;
	animation:slideup 200ms ease-in-out forwards;
	display: block;
}
@keyframes slideup{
	0%{
		opacity: 0;		
		transform: translateY(100px);
	}
	100%{
		opacity: 1;		
		transform: translateY(0);
	}
}
.btn-topbar{	
}
.icon-nav{
	display: none;
}
.apply-topbar{
	background: linear-gradient(to right, #0b5db7, #1675de);
	color:#fff;
	padding: 15px 20px;
	font-size: 18px;
	font-weight: 400;
	transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
}
.apply-topbar:hover{
	color: #3ae1b6;
}
.apply-topbar span{
	margin-right: 15px;
	text-transform: uppercase;
}
.apply-topbar i{
	font-size: 15px;
	color: #3ae1b6;
	transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
}
.apply-topbar:hover i{
	transform: translateX(10px);	
}
.lang-list-sec{
	margin-left: 15px;
}
.lang-list{
	display: inline-block;
	position: relative;		
}
.lang-list-menu{
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	padding: 5px 25px;
	display: none;
	transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
}
.lang-list .lang-list-menu{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
}
.lang-list a{
	text-transform: uppercase;
	color: #363636;
	font-size: 16px;
	font-weight: 500;
	display: flex;
	align-items: center;
}
.lang-list a i{
	margin-left: 5px;
}
.lang-list a img{
	margin-right: 5px;
}
.lang-list:hover .lang-list-menu{
	-webkit-animation:slideup 200ms ease-in-out forwards;
	-moz-animation:slideup 200ms ease-in-out forwards;
	-o-animation:slideup 200ms ease-in-out forwards;
	animation:slideup 200ms ease-in-out forwards;
	display: block;
}
.banner{
	background: url(../images/banner.jpg) no-repeat;
	background-size: cover;
	padding: 100px 0;	
}
.caption-banner{
	color: #fff;
}
.banner .banner-list li{
	color: #fff;
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 20px;
	padding-left: 50px
}
.banner .banner-list li:before{
	background: url('../images/banner-list-icon.png') no-repeat;
	top: -6px;
}
.banner-heading{
	font-size: 40px;
	font-weight: 700;
	line-height: 45px;
	color: #fff;
}
.caption-txt{
	color: #fff;
	font-size: 20px;
	font-weight:500;
	line-height: 28px;
}
.banner-inner{
	background: url(../images/banner-inner.jpg) no-repeat;
	background-size: cover;
}
.banner-loan{
	background: url(../images/banner-loan.jpg) no-repeat;
	background-size: cover;
}
.slider-banner{
	background: #36c5a0;
	color: #fff;
	padding:30px 15px;
	border-radius: 6px;
}
.form-b-heading{
	text-align: center;
	font-size: 22px;
	font-weight: 600;
	line-height: 28px
}
.slider-banner form{
	width: 80%;
	margin:20px auto 0;
}
.slider-banner .label{
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 6px;
}
.irs--square .irs-min, .irs--square .irs-max{
	background: #ffffff;
	color: #484848;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 600;
	padding:5px;
}
.irs--square .irs-from, .irs--square .irs-to, .irs--square .irs-single{
	background: #ffffff;
	color: #484848;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 600;
	padding:5px;
}
.irs--square .irs-handle{
	top: 30px;
    width: 25px;
    height: 25px;
    background: #0b5db7;
    border:0;
    border-radius: 6px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
.irs--square .irs-line{
	top: 40px;	
}
.irs--square .irs-bar{
	top: 40px;
	background: #0b5db7;
}
.sub-heading-banner{
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	line-height: 24px;	
}
.box-comm{
	border:1px solid #c5d2e0;
	background: #fff;
	transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
}
.comm-img{
	height: 180px;
	overflow: hidden;
}
.comm-img img{
	width: 100%;
}
.box-comm-content{
	padding: 20px 30px;
	text-align: center;
}
.box-comm-row{
	margin-top: 40px;
}
.box-lfeat-row{
	margin-top: 40px;
}
.box-lfeat-sec{
	margin-bottom: 30px;
}
.box-lfeat-inn{
	background: url(../images/feat-box-bg.jpg) no-repeat;
	background-size: cover;
	text-align: center;
	padding: 30px;	
	min-height: 380px;
	box-shadow: 0 0 10px rgba(12,31,52,.3);
	transition: all .35s ease-in-out;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
}
.box-lfeat-inn .sec-heading2{	
	color: #fff;	
	margin-top: 10px;
	margin-bottom: 10px;
	transition: all .35s ease-in-out;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
}
.box-lfeat-inn p{
	color: #fff;
	transition: all .35s ease-in-out;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
}
.box-lfeat-inn img{
	transition: all .35s ease-in-out;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
}
.box-lfeat-inn:hover{
	box-shadow: 0 0 10px rgba(12,31,52,.6);
	transform: translateY(-15px);
}
.box-lfeat-inn:hover .sec-heading2{
	color: #3ae1b6;
}
.box-lfeat-inn:hover img{
	filter: brightness(150%);
	transform: translateY(-15px);	
}
.wrks-row{
	margin-top: 80px;
}
.wrks-box-inn{
  background: #0b5db7;
  color: #fff;
  text-align: center;
  min-height: 380px;
  border-radius: 30px 30px 50% 50%;
  padding: 50px 35px;
  position: relative;
}
.wrks-icon{
	width: 150px;
	height: 150px;
	background: #3ae1b6;
	border-radius: 50%;
	line-height: 150px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -60px);	
	transition: all .35s ease-in-out;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
}
.wrks-box-inn .sec-heading2{
	margin-top: 60px;
	color: #fff;
}
.wrks-box-inn p{
	color: #fff;
}
.wrks-num{
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border:2px solid #fff;
	margin: 0 auto;
    line-height: 40px;
    transition: all .35s ease-in;
	-webkit-transition: all .35s ease-in;
	-moz-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in;
}
.wrks-box-inn:hover .wrks-num{
	background: #3ae1b6;
}
.wrks-box-inn:hover .wrks-icon{
	transform: translate(-50%, -60px) rotateY(360deg);
}
.testimonials-sec{
	background:url(../images/testimonials-bg.jpg) no-repeat;
	background-size:cover;	
}
.testimonials-sec .sec-heading-c{
	color: #fff;
}
.owl-sec{
	margin-top: 30px;
	color: #fff;
}
.owl-sec p{
	color: #fff;
	font-style: italic;
}
.owl-carousel{
	position: relative;
}
.owl-prev{
	position: absolute;	
	top: 50%;
	left: -100px;
	transform:translateY(-50%); 
}
.owl-next{
	position: absolute;	
	top: 50%;
	right: -100px;
	transform:translateY(-50%); 
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
	background: #3ae1b6;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
}

.owl-nav button span{
	font-size: 55px;
}
.owl-carousel div{
	text-align: center;
}
.test-info p{
	font-style: normal;
	margin-bottom: 0;
}
.test-place{
	background: #3ae1b6;
	text-align: center;
	color: #fff;
	font-weight: 500;
	border-radius: 25px;
	width: 150px;
	padding: 10px 15px;
	margin: 5px auto 0;	
}
.quick-links{
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #d1d4d8;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.quick-links li a{
	padding: 10px;
	font-size: 16px;
	color:#191a1c;
	font-weight: 600;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.quick-links li a:hover{
	color:#3ae1b6;
}
.copy-social{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.copy-social p{
	margin-bottom: 0;
	font-size: 13px;
	font-weight: 400;
}
.social-links li{
	display: inline-block;
}
.social-links li:first-child{
	margin-right: 5px;
}
.social-links li a{
	color:#3ae1b6;
	font-size: 16px;
	display: inline-block;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.social-links li a:hover{
	color:#fff;
	transform:translateY(-5px);
}
.breadcumbs-sec{
	padding: 0;	
	background: #3ae1b6;
}
.breadcumbs-sec .breadcrumb{
	border-radius: 0;
	background: transparent;	
}
.breadcumbs-sec .breadcrumb-item{
	color:#fff;
	font-weight: 600;  
}
.breadcumbs-sec .breadcrumb-item a{
	  color:#fff;       
	  font-weight: 600;                                                                       
}
.breadcumbs-sec .breadcrumb-item+.breadcrumb-item::before{
	color: #fff;
}
.small-dec{
	padding: 20px 0;
}
.dec-box-sec{
	display: flex;
	justify-content: space-between;
	box-shadow: 0 0 15px rgba(11,93,183,.3);
    margin-bottom: 20px;
    padding: 15px;	
}
.dec-box-sec:last-child{
	margin-bottom: 0;
}
.icons-dec{
	margin-right: 15px;
}
.dec-box-row{
	margin-top: 15px;
}
.box-fresh-inn{
	background: url(../images/fresh-vision.jpg) no-repeat;
    background-size: cover;
    background-position: -60px 0px;
    text-align: center;
    padding: 30px;
    min-height: 450px;
    box-shadow: 0 0 10px rgba(12,31,52,.3);
    transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
}
.box-fresh-inn .sec-heading2{
	color: #fff;
	margin-top: 10px;
    margin-bottom: 10px;
}
.box-fresh-inn p{
	color: #fff;
}
.fresh-vision .row{
	margin-top: 40px;
}
.footer-sec{
	padding: 40px 0;
}
.why-need{
	padding: 20px 0;
	text-align: center;
}
.faq-heading {
	display: flex;
    justify-content: space-between;
    align-items: center;
    background: #0b5db7;
    color: #ffffff;
    padding: 15px 20px;
    margin-bottom: 0;
    border-radius: 30px;
    font-weight: 600;    
    cursor: pointer;
    font-size: 18px;
    line-height: 28px;
    transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
}
.faq-content-inn {
    padding: 15px 20px;   
    margin: 0;   
    display: none;
}
.faq-box{
	margin-bottom: 15px;
}
.apply-breadcrumbs .breadcrumb{
	margin-bottom: 0;
}
.apply-now-sec{
	background: url('../images/apply-now-bg.jpg') no-repeat;
	background-size:cover;
	min-height: 500px;
}
.app-form-sec .sec-heading{
	color: #ffffff;
}
.form-apply{
	margin-top: 20px;
}
.inputgrp{
	display: flex;	
}
.inputgrp .form-group{
	flex:1;
	margin-right: 10px;
}
.apply-now-sec .form-control{
	background: transparent;
	border: 1px solid #fff;
	border-radius: 0;
	box-shadow: unset;
	height: auto;
	padding: 10px;
}
.apply-now-sec input.form-control::-webkit-input-placeholder{
	color: #ffffff;
}
.apply-now-sec input.form-control::placeholder{
	color: #ffffff;
}
.apply-now-sec .form-control{
	color: #ffffff;
}
.apply-now-sec .form-control option{
	color: #191a1c;
}
.dob-heading{
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}
.apply-btn{
	background: linear-gradient(to right, #259e7f, #3ae1b6);
}
.apply-btn i{
	color: #ffffff;
}
.contact-row .wrks-box-inn{
	min-height: 280px;
}
.contact-row i{
	font-size: 40px;
}
.contact-row .wrks-icon{
	display: flex;
	justify-content: center;
	align-items: center;
}
.phn-icon-contact i{
	transform: rotateY(180deg);
}
.blog-main-row{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.blog-lft{
	flex:0 0 74%;
}
.blog-rgt{
	flex:0 0 24%;
}
.blog-row{
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.blog-box{
	flex:0 0 48%;	
	box-shadow: 0 0 15px rgba(19, 54,92,.3);
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 30px;
}
.blog-box-img{
	height: 200px;
	overflow: hidden;
	border-radius: 0 0 50% 50%;	
}
.blog-box-img img{
	width: 100%;
}
.blog-box-content{
	text-align: center;
	padding: 20px 30px 30px;
}
.blog-box-heading{
	font-size: 22px;
	font-weight: 600;
	color: #363636;
}
.blog-box-content .btn-comm{
	padding: 10px 20px;
    font-size: 16px;
}
.recent-post-heading{
	font-size: 22px;
	font-weight: 600;
	color: #363636;
}
.blog-rgt{
	box-shadow: 0 0 15px rgba(19, 54,92,.3);
    border-radius: 20px;
}
.recent-post{
	padding: 20px;
}
.recent-row{
	display: flex;
	justify-content: space-between;
	align-items: start;
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.recent-row:hover{
	border-bottom: 0;
}
.recent-row img{
	width: 70px;
	height: auto;
	margin-right: 10px;
}
.recent-info-heading{
	font-size: 17px;
	line-height: 20px;
	color: #363636;
	margin-bottom: 0;
	font-weight: 600;
}
.recent-info-date{
	font-size: 14px;
	line-height: 20px;
	color: #363636;
	margin-bottom: 0;
	font-weight: 500;
}
.sblog-img{
	height: 350px;
	overflow: hidden;	
}
.sblog-img img{
	width: 100%;
}
.sblog-content{
	padding: 15px 20px;
}
.sblog-info{
	display: flex;
	margin-bottom: 5px;
}
.sblog-info li{
	margin-right: 15px;
}
.sblog-info li:before{
	display: none;
}
.sblog-info li{
	padding-left: 0;
}
.sblog-box{
	box-shadow: 0 0 15px rgba(19, 54,92,.3);
	border-radius: 20px;
    overflow: hidden;
}
.cities-sec{
	text-align: center;
}
.cities-row{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;	
	margin-top: 40px;
}
.cities-box{
	flex:0 0 18%;
	margin-right: 2%;
	display: flex;
	align-items: center;
	background: #0b5db7;
	color: #ffffff;
	box-shadow: 0 0 15px rgba(19, 54,92,.5);
	border-radius: 10px;
	margin-bottom: 30px;
	overflow: hidden;
}
.cities-box .sec-heading2{
	color: #ffffff;
	margin-bottom: 0;
	font-size: 18px;
	text-transform: uppercase;
}
.cities-icon{
	background: #3ae1b6;
	display:inline-block;
	padding: 20px;
	margin-right: 20px;
	text-align: center;
	color: #fff;
	font-size: 20px;
}
.app-process{
	padding: 40px 0 20px;
}
.terms-chkbox label{
	color: #fff;
	display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.terms-chkbox label span{
	margin-left: 5px;
}
.terms-chkbox a{
	color: #3ae1b6;
	font-weight: bold;
}
.error-sec{
	text-align: center;
}
.error-sec img{
	margin-bottom: 30px;
}
.error-sec p{
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 5px;
}
.error-sec a{
	color: #0b5db7;
}
.error-sec p.error-link{
	font-size: 18px;
}

.thanks-sec{
	text-align: center;
}
.thanks-sec img{
	margin-bottom: 30px;
}
.thanks-sec p{
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 5px;
}
.hw-p-bcrumbs .breadcrumb{
	margin-bottom: 0;
}
.hw-it-wrks-one{
	background: #ebf0f6;
}
.hw-it-wrks-two{
	background:#0b5db7;
}
.hw-it-wrks-two .sec-heading{
	color: #fff;
}
.hw-it-wrks-two p{
	color: #fff;
}

.navbar-cus .vis-sm{
	display: none;
}
.loans-sec-p{
	padding: 0;
}
.loans-sec-p .box-comm-row{
	justify-content: center;
	margin-top: 20px;
}
.loans-sec-p .box-comm-sec{
	margin-top: 30px;
}
.contact-row .wrks-box-inn p{
	margin-bottom: 0;
}
.footer-sec{
	background: #edf0f3;	
}
.fcontact-info{
	margin-top:20px;
}
.fcontact-info li{
	display: flex;
	font-size: 15px;
	color: #363636;
	font-weight: 600;
	border-bottom: 1px solid #0b5db7;
	margin-bottom: 10px;
	margin-top:10px;
	padding-bottom: 10px;
}
.fcontact-info li:last-chlid{
	border-bottom: 0;
}
.fcontact-info li i{
	color: #0b5db7;
	margin-right: 10px;
	transform: rotateY(180deg);
	margin-top: 5px;
}
.f-links-heading{
	font-size: 18px;
	font-weight: 700;
	color: #0b5db7;
}
.footer-quicklinks li a{
	font-size: 15px;
	font-weight: 600;
	color: #363636;
	margin-bottom: 6px;
	padding-left: 10px;
	display: inline-block;
	position: relative;
}
.fcontact-info span{
	display: block;
}
.footer-quicklinks li a:before{
	content: '\f0da';
	position: absolute;
	left: 0;
	top: 1px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 13px;
	color: #0b5db7;
}
.copyright-sec{
	background:#0b5db7;
	color: #fff;
	padding:10px 0;	
}
.copyright-sec .container{
	display: flex;
	justify-content: space-between;
}
.copyright-sec p{
	color: #fff;
	margin-bottom: 0;
}
.list-icon-pd li{
	padding-left: 45px;
    margin-bottom: 20px;
}
.hw-it-wrks-two .list-icon-pd li{
	color: #fff;
}
.list-icon-pd li:before{
	width: 35px;
    height: 35px;
    background-size: contain;
}
.hw-img-hght img{
	height: 380px;
	object-fit: cover;
}
.list-style-icon2 li{
	position: relative;
	padding-left: 15px;
	margin-bottom: 10px;
}
.list-style-icon2 li:before{
	content: '\f0da';
	position: absolute;
	left: 0;
	top: 0;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color:#0b5db7;
}
.list-style-icon2 li ul{
	margin-top: 15px;
}
.terms-conditions{
	padding: 10px 0;
}
@media(max-width: 1280px){	
	.cities-box{
		flex:0 0 20%;
		margin-right: 1%;
	}
}
@media(max-width: 1080px){
	.navbar-links-cus li a{
		font-size: 15px;
		padding: 8px 5px;
	}
	.logo img{
		max-height: 40px;
	}
}
@media(max-width: 991px){
	.navbar-links-cus{
		display: block;
		visibility: hidden;
		position: fixed;
		left: -250px;
		top: 0;
		width: 250px;
		height: 100vh;
		background: #fff;
		box-shadow: 0 0 15px rgba(0,0,0,.3);
		z-index: 2;
		padding: 15px;		
		-webkit-transition: all 200ms ease-in-out;
		-moz-transition: all 200ms ease-in-out;
		-o-transition: all 200ms ease-in-out;
		transition: all 200ms ease-in-out;
	}
	.navbar-links-cus.in{		
		left: 0;
		visibility: visible;
	}	
	.navbar-cus li{
		display: block;
	}
	.icon-nav{
		display: inline-block;
		width:30px;
		height: 20px;
		position: relative;		
	}
	.icon-nav span{
		position: absolute;
		width: 100%;
		height: 2px;
		border-radius:4px;
		background: #0b5db7;
		transform: rotate(0deg);
		-webkit-transition: all 200ms ease-in-out;
		-o-transition: all 200ms ease-in-out;
		-moz-transition: all 200ms ease-in-out;
		transition: all 200ms ease-in-out;
	}
	.icon-nav span:nth-child(2){
		top:9px;
	}
	.icon-nav span:nth-child(3){
		top:18px;
	}
	.icon-nav.open span:nth-child(1){
		transform: rotate(45deg);
		top: 12px;
	}
	.icon-nav.open span:nth-child(2){		
		opacity: 0;
		transform: translateX(-50px);
	}
	.icon-nav.open span:nth-child(3){		
		transform: rotate(-45deg);
		top: 12px;
	}	
	header{
		margin:5px auto;
	}
	.banner{
		background-position: center;
	}
	.box-fresh-sec{
		flex:0 0 100%;
		max-width: unset;
		margin-bottom: 30px;
	}
	.box-fresh-inn{
		background-position: 0 0px;
		min-height: auto;
	}
	.blog-lft{
		flex:0 0 100%;
	}
	.blog-rgt{
		flex:0 0 100%;
	}
	.recent-row{
		justify-content: left;
	}
	.sblog-lft{
		margin-bottom: 30px;
	}
	.sblog-img{
		height: auto;
	}
	.cities-box{
		flex:0 0 32%;
		margin-right: 1%;
	}
	.drp:hover .drp-menu{
		animation: unset;
		display: none;
	}
	.drp-menu{
		position: static;
	}
	.drp .drp-menu.in{
		display: block;
		opacity: 1;
	}
	.navbar-cus .vis-sm{
		display: block;
	}
	.btn-topbar{
		display: none !important
	}
}
@media(max-width: 767px){
	.banner{
		background-position: center;
	}
	.p-lft{
		order: 2;
		margin-top: 15px;
	}
	.box-comm-sec{
		margin-bottom: 30px;
	}
	.box-comm-sec:nth-child(3){
		margin-bottom: 0;
	}
	.box-lfeat-sec:nth-child(6){
		margin-bottom: 0;
	}
	.wrks-box-sec{
		margin-bottom: 90px;
	}
	.wrks-box-sec:last-child{
		margin-bottom: 0;
	}
	.small-content-lft{
		order: 2;
		margin-top: 15px;
	}
	.box-fresh-inn{
		background-position: 0 0px;
	}
	.box-fresh-row{
		margin-bottom: 30px;
	}
	.box-fresh-row:last-child{
		margin-bottom: 0;
	}
	.box-fresh-inn{
		min-height: auto;
	}
	.p-borrowers{
		padding-bottom: 0;
	}
	.sec-with-bg{
		background-position: right;
	}
	.apply-now-sec{
		background-position: right;
	}
	.cities-box{
		flex:0 0 48%;
		margin-right: 2%;
	}
	.content-lft{
		order:2;
		margin-top: 20px;
	}
	.blog-box-img{
		height: auto;
	}
	.hw-ordr-sm-2{
		order:2;
		margin-top: 15px;
	}
	.hw-it-wrks-two .content-hw-rgt{
		margin-top: 15px;
	}
	.loans-sec-p .box-comm-sec{
		margin-top: 0px;
	}
	.box-comm-sec:last-child{
		margin-bottom: 0;
	}
	.q-links{
		margin-top:10px;
		margin-bottom: 10px;
	}
	.box-lfeat-inn{
		height: auto;
		min-height: unset;
	}
}
@media(max-width: 480px){	
	.banner{
		padding: 40px 0;
		background-position: left;
	}
	.quick-links{
		flex-wrap: wrap;
	}
	.banner-heading {
		font-size: 28px;
		line-height: 32px;
	}
	.sec-heading-c, .sec-heading{
		font-size: 26px;
		font-weight: 700;
	}
	.inputgrp{
		flex-direction: column;
	}
	.sblog-info{
		flex-direction: column;
	}
	.cities-box{
		flex:0 0 100%;
		margin-right: 0%;
	}
	.blog-box{
		flex:0 0 100%;
	}
	.copyright-sec .container {		
		flex-direction: column;
		text-align: center;
	}
}
@media(max-width: 360px){
	.box-fresh-inn {
		background-position: -90px 0px;
	}
}