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

a, a:hover, a:focus{
	text-decoration: none;
}
ul{
	margin:0;
	padding:0;
}
li{
	list-style-type:none;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.scrollTotop {
    position: fixed;
    bottom: 2px;
    right: 25px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    opacity: 0;
    box-shadow: 0 0 10px rgba(26,52,167,0.5);
    background: #2ea6b7;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: bold;
    -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;
    border: 0;
}
.imgpad0 {
    position: relative;
}
.imgpad0 img {
    position: absolute;
    bottom: -41px;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
p{
	font-size: 18px;
	font-weight: 400;
	color: #2a3333;
	line-height: 28px;
}
.list-style-w li{
	position: relative;
	padding-left: 30px;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 15px;
}
.list-style-w li a{
	color: #fff;
	text-decoration: none;
}
.list-style-w li:before{
	content: '';
	width: 23px;
	height: 23px;
	position: absolute;
	top: 0;
	left: 0;
	background:url('../images/list-icon-w.png') no-repeat;
}
.list-style-o li{
	position: relative;
	padding-left: 32px;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	color: #2a3333;
	margin-bottom: 15px;
}
.list-style-o li:before{
	content: '';
	width: 25px;
	height: 25px;
	position: absolute;
	top: 5px;
	left: 0;
	background:url('../images/list-icon-o.png') no-repeat;
}

.white_check.list-style-o li:before{
	content: '';
	width: 25px;
	height: 25px;
	position: absolute;
	top: 0;
	left: 0;
	background:url('../images/list-icon-o_w.png') no-repeat;
}
.list-style-o li a{
	color:#0000EE;
}
.list-inline{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;	
}
.list-inline li{
	flex:0 0 32%;
	margin-bottom: 20px;
}
.list-inline-c{
	justify-content: center;
}
.list-inline-c li{
	flex:0 0 30%;
	margin-right: 20px;
}
.btn-o {	
	background: #ffb433;
    border-radius: 5px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px 20px;
	display: inline-block;
	margin: 0 auto;
	border: 0;
	box-shadow: unset;	
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.btn-o:hover {
	background: #b07209;
	color: #fff
}

.btn-w {	
	background: #fff;
	color: #69ba7f;
	font-size: 16px;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px 20px;
	display: inline-block;
	margin: 0 auto;
	border: 0;
	box-shadow: unset;	
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.btn-w:hover {
	background: #2ea6b7;
	color: #fff
}
.main-heading{
	font-size: 34px;
	font-weight: 600;
	color: #fff;	
}
.section-heading{
	font-size: 30px;
	font-weight: 700;
	color: #2a3333;		
}
.section-heading span{
	display: block;
    width: 150px;
    height: 4px;
    background: #2ea6b7;
    margin-top: 20px;
    margin-bottom: 20px;
}
.heading-center{
	text-align: center;
}
.heading-center span{
	margin: 20px auto;
}
.section-heading-two{
	font-size: 22px;
	font-weight: 600;
	margin: 15px 0;
	color: #69ba7f;	
}
.bg-blue-one .section-heading-two{
	color:#fff;
}
.sec-pd{
	padding: 40px 0;
}
.sec-pd-t{
	padding-top: 40px;
}
.sec-pd-b{
	padding-bottom: 40px;
}
.content-lft-w{
	padding: 40px 20px 40px 0;
}
.img-w-r img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.content-rgt-w{
	padding: 40px 0px 40px 20px;
}
.bg-light-blue{	
/*	background:url('../images/bg-light-tl.png') top left no-repeat , url('../images/bg-light-br.png') bottom right no-repeat ; 	*/
	background-color: #e6f9fc;
	padding: 40px 0;
}
.bg-blue-blue{
	background:url('../images/bg-blue-tl.png') top left no-repeat , url('../images/bg-blue-br.png') bottom right no-repeat ; 	
	background-color: #2396a6;
	padding: 40px 0;
}
.bg-blue-blue .section-heading{
	color: #fff;
}
.bg-blue-blue .section-heading span{
	background: #fff;
}
.bg-blue-blue p{
	color: #fff;
}
.tr-bg{
	background: #2ea6b7;	
}
.table-cus td, .table-cus th{
	border:2px solid #505050;
	width: 50%;	
}

.table td{
	border: 1px solid #2ea6b7;
}
.table-cus.new1 td, .table-cus.new1 th{
	width: auto;	
}
.tr-bg th{
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}
.g-table th {
    width: 50%;
}

.table tr:nth-of-type(even) {
    background: #e8fcff;
}
.table-cus td, .table td{
	font-size: 16px;
    font-weight: 400;
    color: #2a3333;
    line-height: 28px;
}
.table-cus-three td, .table-cus-three th{
	width: 32%;
}
.faqs-sec-p{
	margin-bottom: 50px;
}
.faqs-sec-p .section-heading{
	margin-bottom: 30px;
}
.faqs-row {

	margin: 10px auto
}

.heading-faqs {
	background: #dddcdc;
    color: #333;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    padding: 10px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    cursor: pointer;
}

.faqs-content-inn {
	padding: 20px;
	background: #f3f1f1;
	border-top: 0;
	display: none
}
.faqs-content-inn p{
	
}
header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.icon-nav {
    display: none;
}
.nav-links {
	display: flex;
	align-items: center;	
}
.nav-links li {
	position: relative
}
.nav-links li a {
	display: inline-block;
	padding: 5px 20px;
	color: #2a3333;
	font-size: 17px;
	font-weight: 600;
}
.nav-links li i {
	color: #2ea6b7;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	cursor: pointer;
	font-size: 12px
}
.drp {
	position: relative
}
.icon-nav {
	display: none
}
.drp-menu {
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 5;
	border-radius: 2px;
	width: 270px;
	background: #2ea6b7;
	color: #fff;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-15px);
	box-shadow: 0 0 15px rgba(0, 0, 0, .5);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.drp-menu li a {
	color: #fff;
	padding: 8px 15px;
	display: block;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.drp-menu li a:hover{
	background: #ffb433;
}
.drp:hover .drp-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0)
}
.btn-topbar-sec{
	height: 53px;
}
.btn-topbar {
	height: 100%;
	background: #FFB433;
	color: #fff;
	font-size: 16px;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px 20px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.btn-topbar:hover {
	background: #b07209;
	color: #fff
}

.logo img {
    width: 200px;
    height: auto;
}

.banner {
    background: url(../images/banner-bg.jpg) no-repeat;
    background-size: cover;
    padding: 50px 0;
    position: relative;
}

.banner.apply-banner {
	background: url(../images/get-in-touch.jpg) no-repeat;
	background-size: cover;
}


.banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(49 57 52 / 70%);
}
.banner .container {
    position: relative;
}


.banner-caption{
	padding:0;
}
.banner-slider{
	background: #d0ffdd;
	padding: 20px;
}
.banner-slider .btn-o{
	display: block;
}
.caption-heading {
    padding: 10px 0px;
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    color: #fff;
}
.caption-points{
	padding: 10px 15px;
}
.banner .list-style-w li {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
}
.slider-heading{	
	padding:10px 15px;
	color: #2d6f3f;
	font-size: 22px;
	font-weight: 600;
	text-align: center;
}
.banner-slider label{
	font-size: 14px;
	color: #2a3333;
	font-weight: 600;
	margin-top: 10px;
}
.banner-slider  button{
	margin:10px auto 20px;
}
.banner-loan .banner-caption{
	background: transparent;
}
.banner-loan .caption-heading{
	background: transparent;
	padding: 0 0;
}
.banner-loan .banner-caption{
	padding: 0 25px 0 0;
}
.banner-loan .banner-caption p{
	color: #fff;
}
.banner .sub-heading {
    font-style: italic;
    color: #fff;
}

.banner-loan .caption-points{
	padding: 10px 0px;
}
.banner-loan .main-heading{
	text-align: left;
}
.banner-s.banner-caption {
    padding: 100px 0;
}


.irs--round .irs-min, .irs--round .irs-max{
	background: #2a3333;
	color: #fff;
	border-radius: 0;
	border:0;
	padding: 5px 10px;
}
.irs--round .irs-bar{
	background: #2d6f3f;
}
.irs--round .irs-handle{
	border-color:#2d6f3f;
	background-color:#2d6f3f;
}
.irs--round .irs-line{
	background: #2a3333;
}
.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single{
	background: #2d6f3f;
	border-radius: 0;
	border:0;
	padding: 5px 10px;
}
.irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before{
	border-top-color: #03afae;
}
.loan-row-h{
	margin-top: 50px;
	margin-bottom: 50px;
}
.loan-box-sec {
	padding: 20px 15px;
	-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;
}
.loan-box-sec:hover{
	background: #69ba7f;
	box-shadow: 0 0 15px rgba(0,0,0,.5);
	transform: translateY(-5px);
}
.loan-box-sec-inn a{
	display: block;
	margin: 10px 0;
	-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;
}
.loan-box-sec-inn a:hover{
	color: #2a3333;
}
.loan-box-sec img{
	-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;
}
.loan-box-sec:hover img{
	filter:brightness(1000%);
}
.loan-box-sec:hover a{
	color: #fff;
}
.loan-box-sec:hover p{
	color: #fff;
}
.why-choose-h{
	position: relative;
}
.why-choose-h{
    background: url(../images/bg-light-tl.png) top left no-repeat , none;
    background-color: #ddecec;
}
.why-img-h{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 5;
}
.wchoose-points-h{
	width: 88%;
}
.wchoose-heading-sec{
	background: #69ba7f;
	color: #fff;
	display: flex;
	align-items: center;	
	padding: 10px 15px;
}
.wchoose-p-heading{
	font-size:22px;
	font-weight: 600;
	margin-bottom: 0;
	color: #fff;
	/*margin-left: 15px;*/
}
.wchoose-content-h{
	background: #d0ffdd;
	padding: 15px 40px 15px 15px;
}
.wchoose-content-h p{
	
}
.who-sec-h .img-lft img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
footer{
	padding: 40px 0;
	background: #2a3333;
}
.f-links-heading{
	font-size: 20px;
    line-height: 30px;
	font-weight: 600;
	color: #2ea6b7;
	text-transform: uppercase;
}
.f-links li {
    padding: 5px 0;
}
.f-links li a {
    display: block;
    margin: 0px 0;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

footer a:hover {
    color: #2ea6b7;
}

.social-icons-f h3 {
	font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #2ea6b7;
    text-transform: uppercase;
}
.social-icons-f ul li a i {
    font-size: 38px;
}
.rep-sec{
	background: #2ea6b7;
	padding: 20px;
	text-align: center;
}
.rep-heading{
	font-size: 14px;
	font-weight: 600;
	color: #fff;
}
.rep-sec p{
	color: #fff;
	font-size: 14px;
}
.copyright-sec{
	background: #1d2323;
	padding: 5px 0;
}
.copyright-sec .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.copyright-sec p {
    margin: 0;
    font-size: 15px;
    line-height: 25px;
    color: #fff;
    padding: 5px 0;
}
.social-icons-f ul{

}

.f-links li span {
    color: #fff;
}
.social-icons-f ul li a{
    color: #fff;
    display: inline-block;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.footer-text-rep{
	margin-top: 15px;
}
.footer-text-rep p {
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    margin: 10px 0 0 0;
}
.footer-text-sm{
	margin-top: 15px;
}
.footer-text-sm p {
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    margin: 10px 0 0 0;
}
.social-icons-f ul li a:hover{
	color: #2ea6b7;	
	
}
.how-wrk-row{
	margin-top: 40px;
	text-align: center;
}
.hw-heading{
	font-size:22px;
	font-weight: 600;
	color: #fff;
}
.how-wrk-point{
	padding: 0 40px;
}
.hwrk-point-inn p{
	color: #fff;
}
.icon-hw{
	width:150px;
	height: 150px;
	border-radius:50%;
	margin: 20px auto;
	background: linear-gradient(to right, #69ba7f, #ef9477);
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}
.icon-hw:before{
	content: '';
	width: 100%;
	height: 2px;
	background: #fff;
	position: absolute;
	left: -100%;
	top: 50%;
}
.icon-hw:after{
	content: '';
	width: 100%;
	height: 2px;
	background: #fff;
	position: absolute;
	right: -100%;
	top: 50%;
}
.how-wrk-point:first-child .icon-hw:before{
	display: none;
}
.how-wrk-point:last-child .icon-hw:after{
	display: none;
}
.how-wrk-point:nth-child(3) .icon-hw:after{
	display: none;
}
.breadcrumbs-sec{
	background: #e3d3f8;
}
.breadcrumb{
	background: transparent;
	border-radius: 0;
	margin: 0;
	padding: 12px 0;
}
.breadcrumb li a{
	color: #2a3333;
	font-size: 14px;	
}
.breadcrumb-item.active{
	color: #2a3333;
	font-size: 14px;	
}
.ques-sec{	
	background: #f57249;
	margin: 30px 0;
}
.ques-sec p{
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	padding: 12px;
	margin-bottom: 0;
}
.ques-sec p:nth-child(2){
	background: #69ba7f;
}
.bg-blue-one{
	background: linear-gradient(#00adac, #2ea6b7);
	padding: 40px 0;	
}
.bg-blue-one .container{
	position: relative;
}
.bg-blue-one .section-heading{
	color: #fff;
}
.bg-blue-one .section-heading span{
	background: #fff;
}
.bg-blue-one p{
	color: #fff;
}
.arrow-down {
  width: 0; 
  height: 0; 
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;  
  border-top: 20px solid #00c9c8;
  position: absolute;
  bottom: -75px;  
  left: 0;
}
.bg-w-two{
	padding: 40px 0;	
}
.bg-w-two .container{
	position: relative;
}
.bg-w-two .section-heading span{
	background: #2ea6b7;
}
.ptwo-numb{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: linear-gradient(to right, #69ba7f, #ef9477);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 10px auto 30px;
	font-size: 40px;
	font-weight: 700;
	color: #fff;
}
.ptwo-sec-inn{
	padding: 20px 40px;
}
.bg-w-two .arrow-down{
	left: 100%;
	border-top: 20px solid #fff;
	bottom: -60px;
}
.highlighed-sec{
	background: #69ba7f;
	padding: 20px;
	margin: 20px 0;
}
.highlighed-sec p{
	color: #fff;
	margin-bottom: 0
}
.highlighed-sec a{
	color:#fff;
	display: inline-block;
	padding: 5px 15px;
	border: 1px solid #fff;
	text-align: center;	
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.highlighed-sec a:hover{
	background: #fff;
	color: #69ba7f;
}
.heading-highlighted{
	font-weight: 700;
	margin-bottom: 5px;
}
.h-point{
	display: flex;
	justify-content: space-between;
}
.h-numb{
	font-size: 22px;
	font-weight: 700;
	color: #69ba7f;
	margin-right: 20px
}
.h-heading{
	font-size: 20px;
	font-weight: 600;
	color: #2d6f3f;
	margin-bottom: 10px;

}
.apply-p-sec{
	padding: 80px 0;
}
.apply-form{
    
    padding: 30px;
}
.apply-form .section-heading{
	margin-bottom: 30px;
    font-size: 20px;
}
.input-grp{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.app-row .form-control {
	flex:1;
	background: transparent;
	height: auto;
	padding: 10px 15px;
	border: 1px solid #fff;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	border-radius: 0;
	box-shadow: unset;
	margin-right: 30px;
}
.app-row .form-group .form-control:last-child{
	margin-right: 0;
}
.app-row input.form-control::placeholder{
	color: #fff;
}
.app-row select{
	color: #fff;
}
.app-row select option{
	color: #2a3333;
}
.app-row input[value]{
	color: #fff;
	font-size: 14px;
	font-weight: 400;
}
.s-input-grp{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;	
}
.s-input-grp .s-input-box{
	flex:1;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;	
	margin-right: 30px;
}
.s-input-grp .s-input-box:last-child{
	margin-right: 0;
}
.app-row .s-input-box select.form-control{
	margin-right: 10px;
}
.app-row .s-input-box select.form-control:last-child{
	margin-right: 0;
}
.app-row button{
	display: block;
	margin: 10px auto 0;
}
.contact-row{
	margin: 0;
}
.contact-info {
    padding: 40px 30px;
    box-shadow: 0 0 8px rgb(0 0 0 / 40%);
    border-radius: 5px;
}
.details-row{
	width: 80%;
	display: flex;
	margin-bottom: 40px;
}
/*.details-row:first-child{
	margin-bottom: 20px;
}*/
.contact-img img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}
.c-info-details{
	margin-top: 40px;
}
.details-row i{
	width: 60px;
	height: 60px;	
	border: 2px solid #69ba7f;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px;
	margin-right: 15px;
	font-size: 25px;
	color:#69ba7f;
}
.phn-sec i{
	transform: rotate(90deg);
}
.cinf-heading{
	font-size: 18px;
	font-weight: 600;
	color:#69ba7f;
}
.cinfo-content p{
	margin-bottom: 0;
}
.cinfo-content-two{
	display: flex;
	align-items: center;	
	flex-wrap: wrap;
}
.phn-no{
	margin-right: 30px;
}
.phn-no:last-child{
	margin-right: 0;
}
.cinfo-content p, .cinfo-content a{
	font-size: 16px;
	font-weight: 600;
	color:#2a3333;
}
.loans-sec-p .btn-o{
	display: inline-block;
	border:1px solid transparent;
}
.loans-sec-p .loan-box-sec{
	padding: 20px 40px;
}
.loans-sec-p .loan-box-sec:hover .btn-o{
	border:1px solid #fff;
}
.loans-sec-p .loan-row-h{
	margin-top: 0px;
    margin-bottom: 0px;
}
.error-sec img{
	display: block;
	margin: 30px auto 20px;
}
.error-sec p{
	margin-bottom: 5px;
}
.link-home{
	font-size: 16px;
	font-weight: 600;
	color:#2ea6b7;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}
.link-home:hover{
	color:#2a3333;
}

.terms-policies{
  margin:30px auto;
}

.terms-policies .tab {
  overflow: hidden;
  border-bottom: 1px solid #69ba7f; }
  .terms-policies .tab button {
    background: #69ba7f;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 30px;
    transition: 0.3s;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600; }
    .terms-policies .tab button:hover {
      background-color: #2ea6b7;
      color: #fff; }
    .terms-policies .tab button.active {
      background-color: #2ea6b7;
      color: #fff; }
.terms-policies .section-heading-inn {
  font-size: 18px; }
.terms-policies p {
  margin-top: 0px; }

.terms-policies .tabcontent {
  display: none;
  padding: 30px 20px;
  border: 1px solid #69ba7f;
  border-top: none; }

.blog{
	margin:40px auto;
}
.blog-sec {
  display: flex;
  justify-content: space-between; 
  align-items: flex-start;
}
  .blog-sec .blog-content {
    width: 68%; }
  .blog-sec .blog-sidebar {
    width: 30%; 
    background: #69ba7f;
    padding: 20px;
}

.blog-sidebar .section-heading{
	font-size: 18px;
    line-height: 28px;
    color:#fff;
}
.blog-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.blog-box {
  margin-bottom: 30px;
  width: 49%; 
  border: 1px solid #ddd;
}

.blog-info {
  border-bottom: 1px solid #d5d5d5;
  margin-bottom: 10px;
  padding: 0 20px;
   }
  .blog-info ul {
    margin: 10px 0;
    display: flex;
    flex-wrap: wrap; }
    .blog-info ul li {
      margin-right: 20px;
      font-size: 14px;
      color: #888888; 
      padding-left: 0;
  }
      .blog-info ul li:before{
      	display: none;
      }
      .blog-info ul li i {
        color: #69ba7f;
        margin-right: 10px; }

.img-blog {
  overflow: hidden;
  position: relative;
  line-height: 0;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in; }
  .img-blog img {
  	width: 100%;
    transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in; }

    .blog-r-content{
    	padding: 0 20px 20px;
    }
.blog-r-content .btn-o {
  padding: 10px 12px;
  font-size: 14px; }

.blog-box:hover .img-blog img {
  filter: blur(3px);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1); }


.blog-box .section-heading {
  font-size: 18px;
  line-height: 28px;
  margin:15px 0;
  padding: 0 20px;
 }

 .recent-row {
 	display: flex;
 	justify-content: space-between;
 	align-items: flex-start;
 	border-bottom: 1px solid #fff;
 	padding-bottom: 10px;
 	margin-bottom: 10px;
 	margin-top: 10px; }
  .recent-row:last-child {
    border-bottom: 0; }
  .recent-row .recent-img {
    width: 180px;
    margin-right: 15px; }
    .recent-row .recent-img img {
      width: 100%;
      height: auto; 
      color: #fff;
  }

.recent-post-content .recent-links {
  color: #fff;
  font-size: 14px;
  font-weight: 500; }
.recent-post-content .recent-date {
  font-size: 13px;
  color: #fff;
  margin-top: 5px;
  margin-bottom: 0;
   }

.banner.single-blog .caption-box {
  max-width: unset;
  flex: 0 0 60%; }

.single-blog-content .blog-box {
  width: 100%; }
  .single-blog-content .blog-box .section-heading-inn {
    font-size: 25px;
    line-height: 35px; }

.blog-r-content p .highligted-txt {
  font-weight: 600; }

  .single-blog-content .blog-box {
  	width: 100%;
  }

  .blog li{
	position: relative;
	padding-left: 32px;
	font-size: 16px;
	font-weight: 400;
	color: #2a3333;
	margin-bottom: 15px;
}
.blog li:before{
	content: '';
	width: 25px;
	height: 25px;
	position: absolute;
	top: 0;
	left: 0;
	background:url('../images/list-icon-o.png') no-repeat;
}
.blog li a{
	color:#03afae;
}
.single-blog-content .blog-info ul{
	margin:10px;
}
.single-blog-content .blog-info ul li{
	margin-bottom: 0;
}
.chkbox-apply label{
	
}
.chkbox-apply label a{
	
	text-decoration:underline;
}
.warning-box {
    width: 100%;
    display: block;
    overflow: hidden;
    position: fixed;
    background: #2ea6b7;
    top: 0px;
    z-index: 1100;
    padding: 6px 0;
}
.warning-box p {
    text-align: center;
    font-size: 15px!important;
    margin-bottom: 0!important;
    font-weight: normal!important;    
    padding: 0px 5px!important;
    color: #fff;
    margin-top: 0!important;
    width: 100%;
    line-height: 1.2;
}
.contact-info-sec{
	width: 100%;
	display: block;
	background:#fff;
	text-align: center;
	padding:5px 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}
.contact-info-sec ul{
	margin:0;
	padding: 0;
	display: flex;
	justify-content: center;
}
.contact-info-sec ul li{
	display: flex;
	font-size: 16px;
	font-weight: bold;
	align-items: center;
}
.contact-info-sec ul li span{
	display: inline-block;
}
.contact-info-sec ul li a{
	margin-bottom: 0;
	margin-left: 5px;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
.contact-info-sec ul li:first-child{
	border-right: 2px solid #000;
	margin-right: 5px;
	padding-right: 5px;
}
.header-hm{
	margin-top: 32px;
	padding: 10px 0;
}
.btn-banner-h{
	background: #2d6f3f;
}
.btn-banner-h:hover{
	background: #69ba7f;
}
.btn-banner-h img{
	margin-left: 10px;
}
.fixed-btn{
	background: #ffb433;
    border-radius: 5px 5px 0 0;
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.fixed-btn:hover{
	background: #69ba7f;
}
.fixed-btn img{
	margin-left: 10px;
}
.banner-loan .btn-o{
	position: relative;
	background: #2d6f3f;
	border-radius: 5px;
    background: #ffb433;
	padding: 10px 20px 10px 20px;
}
.banner-loan .btn-o:hover{
	background: #b07209;
}
.banner-loan .btn-o:after{
	/*content: '';
	position: absolute;
	top: 5px;
	right: 10px;
	width: 41px;
	height: 33px;
	background: url('../images/arrow.gif') no-repeat;*/
}
.rblog-sec-h{
	padding: 50px 0;
}
.rblog-row{
	margin-top: 30px;
}
.box-rblog-inn{
	/*box-shadow: 0 0 15px rgba(0,0,0,.1);*/
	border: 1px solid #ddd;
}
.blog-info-h{
	display: flex;
	padding: 10px 20px;
	border-bottom: 1px solid #ddecec;
	justify-content: space-between;
}

.blog-info-h li i {
    color: #69ba7f;
    margin-right: 10px;
}
.blog-info-h li {
    margin-right: 20px;
    font-size: 14px;
    color: #888888;
    padding-left: 0;
}
.img-rblog img{
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.rblog-content{
	padding: 20px;
}
.rblog-heading{
	font-size: 18px;
	font-weight: 700;
	color: #2a3333;
}
.btn-margin-tp{
	margin-top: 30px;
}
.box-border{
	border:2px solid #ff3b20;
	text-align: center;
	padding: 30px 20px;
	margin:30px auto;
}
.b-border-heading{
	font-size: 25px;
    font-weight: 700;
    color: #2a3333;
}
/*--------6feb 2021--------*/
.bg-blue-one ul.new1 {
    text-align: left;
    margin-bottom: 15px;
}
.bg-blue-one ul.new1 li {
    position: relative;
    color: #fff;
    margin: 0 7px;
}
.bg-blue-one ul.new1 li:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 0;
    left: 6px;
    content: "\f046";
    background: none;
}
.gaping {
    padding: 40px 0;
}
.benefit1 {
    align-items: center;
}

.item-bx {
    padding: 20px;
    margin-bottom: 30px;
    border: 1px solid #2ea6b7;
    border-radius: 5px;
    min-height: 352px;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.item-bx .icon {
    display: inline-flex;
    width: 70px;
    height: 70px;
    background: #2ea6b7;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-bottom: 15px;
}
.item-bx i {
    font-size: 30px;
}
.item-bx .h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
    display: block;
    font-weight: 600;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.item-bx p {
	-webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

span.h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
    display: block;
    font-weight: 600;
}

.item-line {
    border: 1px solid #2ea6b7;
    padding: 20px;
    border-radius: 5px;
    margin: 20px 0 30px;
}

.row-n1 {
    display: flex;
}

.new-apply{padding-top: 30px;}

.form-control {
    margin: 15px 0;
}
.dob-wrap select {margin: 0; }

.img-apply {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.img-apply img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
}
.contact-form .apply-form {
    background: #f1f1f1;
    box-shadow: none;
}
.two-div-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 15px;
}

.two-div-grid div {
    border: 1px solid #333;
    padding: 15px;
}


/* home testimonials start */



.home-testimonials .slider1 .item {
    text-align: left;
    border: 1px solid #69ba7f;
    border-radius: 5px;
    padding: 20px;
    margin: 6px;
}

.home-testimonials .slider1 .item .pimg {
    max-width: 146px;
    width: 100%;
    height: 146px;
    border-radius: 50%;
    padding: 5px;
    border: 2px solid #079992;
    margin: 0 auto;
    margin-bottom: 30px
}

.home-testimonials .slider1 p.data {
    color: #3b3b3b;
    font-size: 16px;
    line-height: 26px
}

.home-testimonials .slider1 p.subtitle .text {
    color: #2d6f3f;
    font-size: 15px;
    font-weight: 600;
    text-align: right;
    display: block;
}

.home-testimonials .owl-dots {
    display: none
}

.home-testimonials .owl-nav button span {
    font-size: 25px;
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid #2d6f3f;
    color: #fff;
    background: #2d6f3f;
    font-weight: 600;
    line-height: 25px;
}
.home-testimonials .owl-nav button {
    box-shadow: none;
}

.home-testimonials .owl-nav button span:hover {
    background: #69ba7f;
    color: #fff
}

.home-testimonials .owl-theme .owl-nav {
    text-align: right;

}



.home-testimonials {
    padding: 60px 0 60px 0
}

/* home testimonials ends */

.about-page-apply-from {
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    padding: 30px;
    background: #f1f1f1;
    width: 80%;
    margin: 0 auto;
    border-radius: 5px;
}

.cta-sm {
    background: #2396a6;
    color: #fff;
    padding: 60px;
    border-radius: 40px;
}
.cta-sm .h2 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 15px;
    display: block;
    font-weight: 600;
}
.cta-sm p {
    color: #fff;
    font-size: 21px;
    line-height: 31px;
}
.banner-below-features strong {
    color: #2d6f3f;
}

.banner.test-banner {
    background: url(../images/updated_banner.jpg) no-repeat;
    background-size: cover;
    background-position: center bottom;
    padding-top: 40px;
    padding-bottom: 40px;
}
.banner.test-banner:before{
	display: none;
}
.banner-loan.test-banner .main-heading {
    color: #ffffff;
    margin-bottom: 20px;

}
.banner.test-banner .sub-heading {
    color: #ffffff;

}

.banner.test-banner.calculator01 {
    background: url(../images/banner_calculator.jpg) no-repeat;
    background-size: cover;
    background-position: bottom center;

    
}

.banner.test-banner.about01 {
    background: url(../images/about_img.jpg) no-repeat;
    background-size: cover;
    background-position: center bottom;
    padding: 80px 0 100px 0;

    
}
.banner.test-banner.home {
    background: url(../images/updated_banner.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
main p a {
    color: #0000EE;
}

/* homepage blog css */

.home-blog .imgbox {
    width: 100%;
    height: 230px;
    overflow: hidden;
}
.home-blog .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.box-rblog-inn .textbox {
    padding: 0 15px 25px;
}

/* 19-03-2025 loanchester */

.representative {
    margin-top: 20px;
}

.banner-loan .banner-caption .representative p {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
}
.boxes {
    background: #f1f1f1;
    padding: 30px;
    min-height: 330px;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.boxes:hover {
    background: #ffb433;
}

.boxes .icon {
    font-size: 35px;
    display: block;
    margin-bottom: 15px;
}

.bg-blue-blue .btn-o {
   
}

.bg-blue-blue .btn-o:hover {
	
}
header.inner {
    padding: 10px 0;
}

/* banner slider */
.banner-slider {
    background: #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / 30%);
    padding: 20px;
}
.slider-heading {
    padding: 10px 15px;
    color: #2a3333;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
}
.banner-slider label {
    font-size: 14px;
    color: #2a3333;
    font-weight: 600;
    margin-top: 10px;
}
.irs--round .irs-min, .irs--round .irs-max{
	background: #2a3333;
	color: #fff;
	border-radius: 0;
	border:0;
	padding: 5px 10px;
}
.irs--round .irs-bar{
	background: #2ea6b7;
}
.irs--round .irs-handle{
	border-color:#03afae;
	background-color:#2ea6b7;
}
.irs--round .irs-line{
	background: #2a3333;
}
.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single{
	background: #2ea6b7;
	border-radius: 0;
	border:0;
	padding: 5px 10px;
}
.irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before{
	border-top-color: #03afae;
}
/* banner slider ends */

.personal .item-bx {
    min-height: 300px;
}
.item-bx.square {
    min-height: 600px;
}
.boxes.same-day {
    min-height: 250px;
}

.boxes.auto {
    min-height: auto;
}
/* blockquote */

.quote {
    border: 1px solid #ddd;
    padding: 35px 30px 30px 50px;
    margin-bottom: 30px;
    border-radius: 15px;
    position: relative;
}
.quote:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #2ea6b7;
    font-size: 30px;
    padding-right: 0.5em;
    position: absolute;
    top: 15px;
    left: 16px;
    content: "\f10d";
}
.quote .author {
    display: block;
    font-weight: 600;
    font-style: italic;
}

/* apply page css */

.apply-sec .apply-now {
    background: #f1f1f1;
    width: 70%;
    margin: 0 auto;
    padding: 40px 60px;
    box-sizing: border-box;
    border-radius: 4px
}

.apply-sec .apply-now .apply-heading {
    font-size: 25px;
    color: #222;
    text-align: center;
    margin-bottom: 10px
}

.apply-sec .apply-now .apply-heading+p {
    text-align: center
}

.apply-sec .apply-now form {
    margin-top: 30px
}

.apply-sec .apply-now form .input-group {
    text-align: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px
}

.input-group input {
    width: 49%;
    padding: 15px;
    border: 1px solid #222;
    font-size: 15px;
    color: #222;
    background: transparent
}

::-webkit-input-placeholder {
    color: #222;
    font-size: 15px
}

.input-group input:focus {
    outline: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3)
}

.select-group {
    display: flex;
    justify-content: space-between;
    width: 49%
}

.select-group select {
    width: 31%;
    padding: 15px;
    border: 1px solid #222;
    font-size: 16px;
    color: #222;
    background: transparent;
    font-size: 15px
}

.select-group select option {
    color: #333
}

.apply-sec .apply-now form .input-group.chkbox-apply {
    text-align: left
}

.apply-sec .apply-now form .input-group.chkbox-apply input {
    width: auto
}

.apply-sec .apply-now form .input-group.chkbox-apply span {
    color: #222;
    font-weight: 400;
    font-size: 14px;
    margin-top: -7px;
    margin-left: 3px
}

.apply-sec .apply-now form .input-group.chkbox-apply span a {
    color: #528be8;
    font-weight: 700
}

.apply-sec .apply-now form .input-group.chkbox-apply input[type='checkbox'] {
    display: inline-block
}

.apply-sec .apply-now form .input-group.chkbox-apply label {
    display: flex;
    align-items: flex-start
}

.btn-apply-sec {
    width: 100%;
    text-align: center
}

.btn-apply-sec button {
    margin: 0 auto;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    border-bottom: 0;
    background-color: #5780e5;
    background: linear-gradient(278deg, #36c2f8, #5780e5);
    padding: 12px 25px;
    border-radius: 50px;
    color: #fff;
    border: 0
}

.apply-sec {
    padding: 60px 0
}

.select_new {
    width: 49%;
    padding: 15px;
    border: 1px solid #222;
    font-size: 16px;
    color: #222;
    background: transparent;
    font-size: 15px
}

.apply-sec {
    padding: 30px 0
}
.features {
    margin: 50px 0 0 0;
    background: #f1f1f1;
    padding: 20px 15px 15px 20px;
}

.hover-effect .item-bx:hover {
    background: #2ea6b7;
}
.hover-effect .item-bx:hover span, .hover-effect .item-bx:hover p {
    color: #fff;
}
.h4 {
    display: block;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 15px;
    font-weight: 800;
}

.home .representative {
    border: 1px solid #d4d1d1;
    border-radius: 5px;
    padding: 20px;
}

.home.banner-loan.test-banner h1.main-heading {
    color: #fdc056;
}
.s-italic .tr-bg th {
    font-size: 20px;
}

/* new testimonials */
.testimonials-new .card {
    margin-bottom: 30px;
    border: none;
    min-height: 550px;
}
.user-image {
    margin-bottom: 15px;
}
.user-content p{
	margin-top: 5px;
   font-size: 16px;
   line-height: 26px;
}


.ratings i{
    color:#FFB433;
}
.gray-bg{
	 background-color:#eee;
}




@media(min-width: 768px){
	.count2{column-count: 2;}
	.count3 {column-count: 3;}
	.bad-business {min-height: 440px;}
	.start-up {min-height: 200px;}
	.item-line.start-up {margin-bottom: 10px;}
	.quick_busi {min-height: 240px;}
	.choice {min-height: 154px;}
	.align-item-center {align-items: center;}
	.advantages {min-height: 350px;}
	.women {min-height: 211px;}
	.dob-wrap {display: flex;}
	.dob-wrap select {margin: 0; margin-right: 15px;}
	.contact {min-height: 315px;}
	.img-apply img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
	}
	.home-testimonials .slider1 .item{min-height: 320px;}
	.banner-loan.test-banner .main-heading {font-size: 36px;line-height: 46px;}
     .banner.test-banner .sub-heading {font-size: 20px;line-height: 30px;}
     .img-apply img {
    height: auto;
    object-fit: cover;
    object-position: left;
	}
	.box-rblog-inn{ min-height: 727px; background: #fff;}
}

@media(max-width: 1480px){
	.wchoose-points-h{
		width: 84%;
	}
}
@media(max-width: 1366px){
	.wchoose-points-h {
		width: 75%;
		margin: 0 auto;
	}
}
@media(max-width: 768px){
	.contact-info-sec ul{
		flex-direction: column;
		align-items: center;
	}
	.contact-info-sec ul li:first-child {
		border-right: 0px solid #000;		
		margin-right: 0px;
		padding-right: 0px;

	}
	.warning-box{
		 top: 0px;
	}
	.header-hm {
    margin-top: 70px;
	}
	.input-group input, .apply-sec .apply-now{width: 100%;
    padding: 15px;
    margin-bottom: 20px;
	}
	.select-group select{
		width: 100%;
		margin-bottom: 20px;
	}
	.btn-apply-sec{
		margin-top: 20px;
	}
	.apply-sec .apply-now form .input-group{margin-bottom: 0;}
	.select-group{width: 100%; flex-direction: column;}
	.banner-slider{margin-bottom: 30px;}
}
@media(max-width: 1200px){
	.wchoose-points-h{
		width: 76%;
	}
	.phn-no:first-child{
		margin-bottom: 10px;
	}

}
@media(max-width: 1080px){
	.wchoose-points-h{
		width: 70%;
	}
}
@media(max-width: 991px){
	.btn-topbar-sec{
		display: none;
	}
	.content-lft-w{
		order:2;
		flex:0 0 100%;
		max-width: unset;
		padding: 20px 15px;
	}
	.img-w-r{
		flex:0 0 100%;
		max-width: unset;		
	}
	.wchoose-points-h{
		width: 70%;
	}
	.content-b-lft{
		order:2;
		flex:0 0 100%;
		max-width: unset;
		padding: 20px 15px;
	}
	.how-wrk-point{
		padding: 0 10px;
	}
	.icon-hw:before {		
		width: 50%;		
		left: -50%;		
	}
	.icon-hw:after {		
		width: 50%;		
		right: -50%;		
	}
	.app-row .form-group{
		margin-bottom: 0;
	}
	.app-row .form-control{
		flex:0 0 100%;	
		margin-bottom: 20px;	
	}
	.app-row button{
		margin-top: 0;
	}
	.app-row{
		margin: 0;
	}

	.details-row{
		width: 98%;
	}
	.loans-sec-p .loan-box-sec {
		padding: 20px 15px;
	}
	.terms-policies .tab button{
		padding: 10px 6px;
	}
	.blog-sec {
		flex-direction: column;
	}
	.blog-sec .blog-content {
		width: 100%;
	}
	.img-blog img{
		width: 100%;
	}
	.blog-box {
		width: 100%;
	}
	.blog-sec .blog-sidebar {
		width: 100%;
	}
	.recent-row {
		justify-content: flex-start;
	}
	.recent-row .recent-img{
		width: 100px;
		margin-top: 0;
	}
}
@media(max-width: 768px){
	.wchoose-points-h{
		width: 100%;
	}
	.why-img-h{
		display: none;
	}
	.copyright-sec{
		padding-bottom: 50px;
	}
}
@media(max-width: 767px){		
	.content-b-lft{
		order:2;
		margin-top: 40px;
	}
	.nav-links{    
		width: 98%;
		background: #2ea6b7;
		box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
		position: absolute;
		left:1%;
		top: 120%;
		opacity: 0;
		z-index: 9999;
		padding: 20px 0;
		visibility: hidden;
		display: block;
		overflow-y: scroll;
		transition: all 0.35s ease-in-out;
		-webkit-transition: all 0.35s ease-in-out;
		-moz-transition: all 0.35s ease-in-out;
		-o-transition: all 0.35s ease-in-out;
	}
	.nav-links li a{
		color: #fff;
	}
	.nav-links li i{
		right: unset;
		right: 15px;
		top: 12px;
		color: #fff;
		transform: translateY(0px);
	}
	.nav-links.in{
		-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;  
		opacity: 1;
		top: 100%;
		visibility: visible;
	}
	.drp-menu{
		display:none;
		position: static;
		transform: translateY(0px);
		width: 100%;
		box-shadow: unset;
		border-radius: 0;
		background: transparent;
	} 
	.drp-menu li a{
		color: #fff;
		display: block;
		background: #a16ae9;
	} 
	.drp-menu.in-m{
		display: block;   
		opacity: 1;
	}
	header .container{
		position: relative;
	}
    .icon-nav {
    	display: inline-block;
	    width: 23px;
	    height: 15px;
	    position: absolute;
	    right: 20px;
	    top: 13px;
    }
    .icon-nav span {
    	position: absolute;
	    width: 100%;
	    height: 2px;
	    border-radius: 4px;
	    background: #2ea6b7;
	    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: 6px;
    }
    .icon-nav span:nth-child(3) {
    	top: 12px;
    }
    .icon-nav.open span:nth-child(1) {
    	transform: rotate(45deg);
    	top: 7px;
    }
    .icon-nav.open span:nth-child(2) {
    	opacity: 0;
    	transform: translateX(-50px);
    }
    .icon-nav.open span:nth-child(3) {
    	transform: rotate(-45deg);
    	top: 7px;
    }    
    .icon-hw:before {		
		display: none;
	}
	.icon-hw:after {		
		display: none;
	}
	.list-inline li{
		flex:0 0 100%;
	}
	.banner{
		padding: 20px;
	    background: #2ea6b7;
	}
	.banner-caption{
		order: 2;
		margin-top: 40px;
	}
	.test-banner .banner-caption{margin-top: 0;}

	.loan-row-h{
		margin: 20px 0;
	}
	.why-choose-row{
		margin-top: 40px;
	}
	.arrow-down{
		left: 20px;
	}
	.arrow-down{
		display: none;
	}
	.main-heading{
		font-size: 25px;
	}
	.s-input-grp .s-input-box{
		flex:0 0 100%;
	}
	.app-row .s-input-box select.form-control{
		flex: 0 0 100%;
		margin-bottom: 20px;
	}
	.terms-policies .tab button{
		display: block;
		width: 100%;
	}
	.quick-links,.loan-links{
		width: 50%;
	}
	.rep-sec{
		margin-top: 20px;
	}	
	.box-rblog{
		margin-top: 20px;
	}

	.two-div-grid{grid-template-columns: repeat(1,1fr);}
	.about-page-apply-from {width: 100%;}
	.row-reverse {flex-direction: column-reverse;}
	.logo img{ width: 150px;}
	.warning-box p{font-size: 14px!important;}
}
@media(max-width: 480px){
	.section-heading{
		font-size: 28px;
	}
	.details-row i {
		width: 40px;
		height: 40px;			
		font-size: 16px;		
	}
	.cinf-heading{
		font-size: 16px;
	}
	.cinfo-content p, .cinfo-content a{
		font-size: 14px;
	}
	.heading-faqs{
		font-size: 16px;
	}
	.recent-row .recent-img{
		width: 200px;
	}
	.fixed-btn{
		padding: 10px 12px;
		z-index: 999;
	}
	.fixed-btn img {
		width: 30px;
	}
	.imgpad0 img {
		position: relative;
		bottom: -40x;
	}

}



.text-white li{color: #fff !important;}
.mb-11{margin-bottom: 30px;}

.banner-caption .highlight-text {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}
.banner-caption .highlight-text span {
    color: #fff;

}


.highlight-text {
    color: #2a3333;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}
.highlight-text span {
    color: #69ba7f;

}

.banner .row {
    align-items: center;
}

.hold12 .highlight-text {
    margin-top: 30px;
}


.list1 {
    margin-bottom: 30px;
}
.list1 p {
    margin-bottom: 5px;
    font-weight: 600;
}
caption.tr-bg {
    caption-side: top;
    text-align: center;
    color: #fff;
    border: 2px solid #505050;
    border-bottom: 0;
}

.bdr {
    border-radius: 5px;
    background: #d0ffdd;
    padding: 20px;
    margin-bottom: 20px;
}

.bdr p {
    font-weight: 600;
}

/* calculator style starts here */

.input-wrapper {
    display: flex;
    flex-flow: row nowrap;
    box-shadow: 0px 0px 1px 2px #cbc7c7;
    background-color: #fcfefd;
    border-radius: 4px;
    margin-top: 0.2em;
    margin-bottom: 1.2em;
}

.input-field {
  flex: 1;
  border: 0;
  font-size: 1.1em;
  font-weight: 600;
}

.input-wrapper:hover {
    box-shadow: 0px 0px 1px 1px #69ba7f;
    transition: box-shadow 0.1s ease;
}

input:focus, button:focus {
  outline:none;
}

.input-field {
  flex: 1;
  border: 0;
  font-size: 1.1em;
  font-weight: 600;
}

.input-field,
.input-addon {
  padding: 0.5em 0.75em;
  color: #69ba7f;
  letter-spacing: 1px;
}

.input-field:not(first-child) {
    border-left: 1px solid rgba(34,34,34,0.1);
}
.input-field:not(last-child) {
    border-right: 1px solid rgba(34,34,34,0.1);
}

.input-addon {
  font-variant: small-caps;
}

input {
  background-color: transparent;
}

button {
  background-color: #89DDFF;
  border: 0;
  border-radius: 4px;
  box-shadow: 0px 2px 4px #222;
  font-size: 1.2em;
  
  font-weight: 600;
  letter-spacing: 0.6px;
  color: #23395B;
  padding: 0.5em 0.8em;
  margin-top: 0.6em;
  margin-bottom: 1em;
}

button:hover {
  box-shadow: 3px 6px 6px #222;
  transition: box-shadow 0.05s ease;
  cursor: pointer;
}

.label {
  font-variant: small-caps;
  font-size: 1.1em;
  letter-spacing: 1px;
}

.output-value {
  color: #69ba7f;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 2em;
  margin-bottom: 0.6em;
}



.row-n1 {
  display: flex;
  flex-flow: row nowrap;
}

.col-main {
  flex: 1;
}

.col-n1:first-child {
  padding-right: 3em;
}





.legend {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  background-color: #fff;
  border-radius: 0 0 4px 4px;
  border-top: 1px solid #ccc;
  padding: 8px 8px 10px 8px;
  position: relative;
  top: -5px;
}

.legend-item {
  margin-right: 16px;
}
.legend-item > div {
  display: inline-block;
}
.legend-swatch {
  height: 12px;
  width: 12px;
  border-radius: 4px;
  position: relative;
  top: 2px;
}

.legend-label {
  font-size: 0.7em;
  color: #23395B;
/*  font-variant: small-caps;
  letter-spacing: 0.03em;*/
}

#total-interest-payments-swatch {
  background-color: #72AAD0;
}

#total-equity-swatch {
  background-color: #40FD65;
}

#loan-balance-swatch {
  background-color: #444;
}
.calculator {
    margin: auto;
    width: 80%;
    max-width: 620px;
    background: #f1f1f1;
    padding: 30px;
}
.calculator h2.section-heading {
    font-size: 20px;
    line-height: 30px;
}
.calculator h2 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}







@media (max-width: 565px) {
  .row-n1 {
    flex-flow: column;
  }
  .col-n1:first-child {
    padding-right: 0;
  }
  
}



/* calculator style ends here */


.home-blog {
    padding: 50px 0 30px 0;
    background: #f1f1f1;
}




