@import url('https://fonts.googleapis.com/css?family=Nunito:300,300i,400,400i,600,700,700i,800,900');
@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,400i,500,500i,600,700,800,900');

/*
font-family: 'Montserrat', sans-serif;
font-family: 'Nunito', sans-serif;
*/

body {
	font-family: 'Montserrat', sans-serif;
  	font-size: 15px;
	color: #262c30;
	line-height: 24px;
}

a, img {
	text-decoration: none !important;
	outline: none;
	border: none;
}
img {
	max-width: 100%;
	height: auto;
}
ul{
	margin: 0;
	padding: 0;
}
ul li{
	list-style: none;
}
:focus {
    outline: 0 !important;
    box-shadow: none !important;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
a, a:hover{
	transition: all 0.5s;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1024;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
}

.header-wrapper{
	position: absolute;
    width: 100%;
    z-index: 11;
    top: 0;
    background: rgba(255,255,255,0.7);
 /*   background: rgba(255,255,255,0.6);
    box-shadow: 0 0 35px rgba(0,0,0,0.3);*/
}

.header-wrapper .container {
    max-width: 1300px;
}

.navbar-brand.logo{
	padding: 30px 0;
}
.navbar-light{
	padding: 0;
}
.navbar-light .nav-item .nav-link {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Nunito', sans-serif;
    border-bottom: 3px solid transparent;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
	color: #388e3c;
    border-bottom: 3px solid #388e3c;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
	color: #388e3c;
    border-bottom: 3px solid #388e3c;
}
.header-top-info{
	text-align: right;
    padding: 30px 0;
}
/*
.header-wrapper:after{
    content: '';
    background: url(../images/line.png);
    width: 100%;
    height: 1px;
    display: block;
    margin-top: 10px;
    background-size: cover;
    position: absolute;
    top: 66px;
}
*/

input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.tel-size {
    font-size: 28px;
}

.header-top-info ul li{
	display: inline-block;
	margin-right: 5px;
	
    font-weight: 300;
    font-family: 'Nunito', sans-serif;
    font-size: 20px!important;
}

.header-top-info ul li:first-child {
    margin-right: 50px;
}

.header-top-info ul li:last-child{
    margin-right: 0;
}
.header-top-info ul li i{
	margin-right: 10px;
    border: 2px solid #5c6469;
    border-radius: 50%;
    height: 46px;
    width: 46px;
    text-align: center;
    line-height: 46px;
    color: #5c6469;
    display: inline-block;
}

.header-top-info ul li i img{ 
    margin-top: -5px;
}

.header-top-info ul li a{
	color: #262c30;
	display: inline-block;
}

.header-top-info ul li i:hover {
    background: #fff;
}

.header-wrapper .social-icons li a{
    background: #b4d9b5;
    color: #46a549;    
    margin-top: 10px;
}
.header-wrapper .social-icons li a:hover{
    background: #fff;
    color: #46a549;    
}
.logo-img{
	margin-top: 10px;
}
.login-btn {
	background: transparent;
	border: 2px solid #388e3c;
    border-radius: 5px;
	text-transform: uppercase;
    font-size: 16px;
    color: #388e3c!important;
    font-weight: bold;
    width: 170px;
    font-size: 16px!important;
    text-align: center;
    height: 44px;
    line-height: 44px;
}
.login-btn:hover{
	background: #fff;
	color: #44a147;
}
.apply-btn{
	background: #388e3c;
    border-radius: 5px;
	color: #ffffff !important;
	text-transform: uppercase;
    font-weight: bold;
    width: 170px;
    text-align: center;
    height: 44px;
    line-height: 44px;
    font-size: 16px!important;
    border: 2px solid transparent;
}
.apply-btn:hover{
	background: #fff !important;
	color: #388e3c !important;
    border: 2px solid #388e3c;
}
.navbar-light .nav-item .nav-link{
	color: #00600f;
    padding: 0;
    margin-right: 25px;
    padding-bottom: 15px;
}

.navbar-light .nav-item:last-child .nav-link {
    margin-right: 0;
}

.carousel-caption {
    text-align: left;
    width: 100%;
    left: 0;
    right: 0;
}

.black-bg {
    background: rgba(22,48,26,0.5);
    padding-left: 245px;
}

.hm-banner-text {
    padding: 30px 0;
}

.banner-form {
/*    background: #368d3b;*/
    padding: 30px;
    border-radius: 10px;
    background: linear-gradient(136deg, #368d3b 0%, #036211 100%);
    max-width: 390px;
    margin-left: -100px;
}

.banner-form h2 {
    font-weight: bold;
    font-family: 'Nunito', sans-serif;
    font-size: 28px;
    color: #ffffff;
    margin-bottom: 20px;
}

.banner-form .form-control {
    height: 45px;
    font-size: 18px;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
}

.banner-form .form-control::placeholder {
    color: #9ba6ad;
}

.banner-form .apply-now-btn {
    display: block;
    width: 100%;
    background: #38c43f;
    border: 0;
    line-height: 60px;
    height: 60px;
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Nunito', sans-serif;
    cursor: pointer;
    border-radius: 5px;
    margin-bottom: 10px;
}

.banner-form .apply-now-btn:hover {
    background: #fff;
    color: #388e3c;
}

.required-text {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    text-align: center;
}

.banner-wrapper h1{
	font-size: 60px;
	font-weight: bold;
    font-family: 'Nunito', sans-serif;
    line-height: 60px;
    margin-bottom: 40px;
}
.banner-wrapper p{
	font-size: 36px;
    font-weight: 400;
    font-family: 'Nunito', sans-serif;
}

.loan-amount-text {
    font-size: 24px;
    color: #ffffff;
    font-weight: 400;
    font-family: 'Nunito', sans-serif;
    font-style: italic;
}

.apply-wrapper{
	margin-top: -180px;
	background: #f5f5f5;
	padding: 0 0 140px 0;
}
.apply-form{
	background: #fff;
	border-radius: 20px;
	padding: 30px;
	box-shadow: 0 5px 30px rgba(0,0,0,0.1);
}
.form-control{
	font-size: 13px;
	font-weight: 400;
	height: 37px;
}

.btn-default{
	background: rgba(53,136,56,1);
	background: -moz-linear-gradient(45deg, rgba(53,136,56,1) 0%, rgba(76,175,79,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(53,136,56,1)), color-stop(100%, rgba(76,175,79,1)));
	background: -webkit-linear-gradient(45deg, rgba(53,136,56,1) 0%, rgba(76,175,79,1) 100%);
	background: -o-linear-gradient(45deg, rgba(53,136,56,1) 0%, rgba(76,175,79,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(53,136,56,1) 0%, rgba(76,175,79,1) 100%);
	background: linear-gradient(45deg, rgba(53,136,56,1) 0%, rgba(76,175,79,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#358838', endColorstr='#4caf4f', GradientType=1 );
	border: 0;
    padding: 8px 20px;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase;
}
.btn-default i{
	float: right;
	margin-top: 3px;
}
.btn-default:hover{
	background: #2b2926;
}

.banner-wrapper .carousel-indicators{
	bottom: 190px;
}
.banner-wrapper .carousel-indicators li{
	width: 12px;
    height: 12px;
    border-radius: 50px;
    background-color: rgba(255,255,255,.3);
    cursor: pointer;
}
.banner-wrapper .carousel-indicators .active{
	background: #2b2926;
	width: 35px;
}




/*===========================*/

.three-steps-wrapper {
    padding: 80px 0;
}

.three-steps-wrapper .h1-title h1 {
    margin-bottom: 40px;
}

.icon-img {
    margin-bottom: 20px;
}

.icon-img span {
    position: absolute;
    top: 37px;
    bottom: 0;
    right: -132px;
}

.icon-img span:before {
    content: "";
    background: url(../images/arrow.png) no-repeat center center;
    position: absolute;
    top: 6px;
    right: 0;
    width: 9px;
    height: 14px;
    text-align: center;
    margin: 0 auto;
    left: 0;
}

.icon-img.first:before {
    content: none; 
}

.icon-img:before {
    content: "";
    height: 8px;
    width: 8px;
    background: #ffffff;
    border: 2px solid #dee7dc;
    position: absolute;
    left: 35%;
    top: 45px;
    border-radius: 50px;
}


.icon-img:after {
    content: "";
    height: 8px;
    width: 8px;
    background: #ffffff;
    border: 2px solid #dee7dc;
    position: absolute;
    right: 35%;
    top: 45px;
    border-radius: 50px;
}


.icon-img.last:after {
    content: none; 
}

.how-works-icon .rotate-img, .three-box .rotate-img {
    -webkit-transition: -webkit-transform .9s ease-in-out;
    transition:  transform .9s ease-in-out;
}

.how-works-icon:hover .rotate-img, .three-box:hover .rotate-img {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.three-box h2 {
    font-size: 30px;
    color: #262c30;
    font-weight: 600;
    font-family: 'Nunito', sans-serif;
    margin-bottom: 15px;
}


.three-box p {
    font-size: 20px;
    color: #262c30;
    margin-bottom: 40px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    line-height: 30px;
}

.three-box h3 {
    font-size: 20px;
    color: #262c30;
    font-weight: 600;
    font-family: 'Nunito', sans-serif;
    line-height: 24px;
}


.cash-wrapper .row {
    margin: 0;
}

.cash-wrapper {
    position: relative;
}

.cash-left-img {
    position: relative;
    overflow:hidden; 
}

.cash-left-img:before {
    position: absolute;
    top: 0;
    left: -85%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.cash-left-img:hover:before {
    -webkit-animation: shine 1.5s;
    animation: shine 1.5s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}


.cash-text-area {
    background: #eaf0e9;
    padding: 60px 235px 70px 90px;
    position: absolute;
    top: 30px;
    left: -30px;
    z-index: 2;
    overflow: hidden;
}

.cash-text-area:after {
    content: "";
    background: url(../images/tree.png) no-repeat right center;
    width: 454px;
    height: 590px;
    position: absolute;
    top: 60px;
    right: 0;
    background-size: cover;
    z-index: -1;
}



.h1-title h1 {
    font-size: 42px;
    color: #262c30;
    font-weight: 600;
    font-family: 'Nunito', sans-serif;
    background: url(../images/seprator.png) no-repeat center bottom;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.cash-text-area .h1-title h1 {
 background: url(../images/seprator.png) no-repeat left bottom;
}

.cash-text-area ul li {
    font-size: 24px;
    font-weight: 400;
    color: #262c30;
    font-family: 'Montserrat', sans-serif;
    background:  url(../images/dot.png) no-repeat left 5px;
    padding: 0 0 30px 35px;
    line-height: 30px;
}

.cash-text-area ul li:last-child {
    padding-bottom: 0;
}

.txt-black {
    font-weight: 600;
}

.txt-upper {
    text-transform: uppercase;
}

.padd-100 {
    padding: 100px 0;
}

.important-disclosures-wrapper h2 {
    color: #262c30;
    font-size: 30px;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
}

.imporatant-disclosures-content p {
    font-size: 20px;
    font-weight: 400;
    color: #262c30;
    font-family: 'Montserrat', sans-serif;
    line-height: 30px;
}

p:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.redwood-coast-finance-wrapper {
    background: url(../images/redwood-coast-finance-bg.jpg) no-repeat center center;
    min-height: 750px;
    padding: 70px 0;
    background-size: cover;
    background-attachment: fixed;
}

.redwood-coast-finance-wrapper h1 {
    color: #ffffff;
}

.redwood-coast-finance-content p {
    font-size: 20px;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    margin-bottom: 30px;
    line-height: 30px;
    text-align: justify;
}

.bank-account-info-wrapper {
    max-width: 950px;
    margin: 0 auto;
    text-align: left;
    padding: 50px 0;
}

.bank-account-info-wrapper h2 {
    font-size: 20px;
    color: #262c30;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
}

.bank-account-info-wrapper p {
    font-size: 20px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    line-height: 30px;
}

.quick-loan-wrapper {
    height: 115px;
    background: #388e3c;
    text-align: right;
}

.dark-green-bg {
    height: 115px;
    background: #00600f;
}

.quick-loan-wrapper h3 {
    font-size: 30px;
    color: #ffffff;
    font-family: 'Nunito', sans-serif;
    font-weight: 300;
}

.quick-loan-wrapper .apply-btn {
    width: 200px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border: 2px solid #ffffff;
    font-size: 20px;
    display: inline-block;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 5px;
    margin-left: 50px;
    font-size: 20px!important;
}


.quick-loan-wrapper h3 {
    padding-right: 100px;
}

.get-quick-loan-area:after {
    content: "";
    background: url(../images/small-tree.png) no-repeat;
    position: absolute;
    top:-28px;
    right: -40px;
    width: 89px;
    height: 116px;
    z-index: -1;
    
}

.get-quick-loan-area {
    position: relative;
    z-index: 1;
    padding-top: 10px;
}

footer {
    padding: 40px 0;
}

footer h3 {
    font-size: 24px;
    color: #262c30;
    font-weight: 600;
    font-family: 'Nunito', sans-serif;
    margin-bottom: 20px;
}

.footer-link li  {
    margin-bottom: 5px;
}

.footer-link li a{
    font-size: 18px;
    color: #262c30;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

footer a.active, footer a:hover{
    color: #388e3c;
}

.footer-title-text:last-child {
    margin-bottom: 0;
}

.footer-title-text {
    margin-bottom: 10px;
}

.footer-title-text h4 {
    font-size: 18px;
    color: #262c30;
    font-weight: 600;
    font-family: 'Nunito', sans-serif;
}

footer p {
    font-size: 18px;
    color: #262c30;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
}

.footer-logo {
    max-width: 200px;
}

.footer-title-text a {
    font-size: 18px;
    color: #262c30;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
}

.copyright {
    margin-top: 105px;
    font-size: 16px;
    color: #262c30;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}
.rates-wrapper{
    padding: 50px 0;
    margin-bottom: 100px;
}
.rates-wrapper p{
    font-size: 20px;
    color: #262c30;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    line-height: 30px;
}
.regular_font{
    font-weight: 500 !important;
}
.heading_font_30{
    font-size: 30px;
    color: #262c30;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
}
.bg-banner{
    height: 436px;
    background: url(../images/hm-banner2.jpg);
    min-height: 400px;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}
.main_heading_bg{
    background: rgba(22,48,26,0.5);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 39px 0;
}
.main_heading_bg h1{
    color: #fff;
    margin: 0;
}
.privacy_table{
    font-family: 'Nunito', sans-serif;
}
.privacy_table tbody tr td{
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #5c6469;
    padding: .75rem 1.5rem;
    line-height: 30px;
}
.privacy_table tbody tr .regular{
    font-weight: 500;
}
.privacy_table tbody tr td .regular{
    font-weight: 500;
}
.privacy_thead{
    font-size: 24px;
    font-weight: 500;
    color: #262c30 !important;
    padding: .75rem 1.5rem !important;
}
.privacy_head_description{
    font-size: 20px;
    font-weight: 300;
    color: #5c6469 !important;
}
.privacy_table .thead-light th{
    background-color: #ecf0ed;
    padding: .75rem 1.5rem;
    vertical-align: middle;
}
.text-green{
    color: #388e3c;
}
.text-green:hover{
    color: #388e3c;
}
.sharing_list li:before{
    content: "\2022";
    color: #b6cab7;
    font-weight: 900;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.heading_font_20{
    font-size: 20px !important;
    color: #262c30 !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 500 !important;
}
.privacy_contact_list{
    margin-left: 1.2rem;
}
.privacy_contact_list li{
    color: #5c6469;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
}
.table-striped .privacy_table tbody tr:nth-of-type(even) {
    background-color: #f7faf8;
}
.table-striped .privacy_table tbody tr:nth-of-type(odd) {
    background-color: #fff;
}
.break_word{
    overflow-wrap: break-word;
}
.bullets li {
    font-size: 20px;
    font-weight: 300;
    color: #262c30;
    font-family: 'Montserrat', sans-serif;
    background:  url(../images/dot.png) no-repeat left 5px;
    padding: 0 0 8px 35px;
    line-height: 30px;
}
.heading_font_24{
    font-family: 'Nunito', sans-serif;
    font-size: 24px;
    font-weight: 500;
}
.heading_font_24_light{
    font-size: 24px !important;
    color: #262c30 !important;
    font-family: 'Nunito', sans-serif !important;
    font-weight: 300 !important;
}
.learning_center_gray_wrapper{
    background-color: #eaf0e8;
}
.font_16{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #5c6469;
}
.heading_font_24_light a{
    font-size: 20px !important;
    font-family: 'Montserrat', sans-serif !important;
}
.border_not{
    border-bottom: 1px solid;
}
/* gopal */

.contact-wrapper {
     padding: 50px 0 100px;
 }
 .contact-wrapper p {
     font-size: 20px;
     color: #262c30;
     font-weight: 300;
     font-family: 'Montserrat', sans-serif;
     line-height: 30px;
 }
 .contact-detail {
     padding: 50px 0 30px;
 }
 .contact-detail h4 {
    font-family: 'Nunito', sans-serif;
     font-size: 24px;
     margin-bottom: 15px;
 }
 .contact-detail p {
    margin-bottom: 30px;
 }
 a.text-green {
    word-wrap: break-word;
    color: #388e3c;
    text-decoration: underline !important;
 }
 a.text-green:hover {
     color: #388e3c;
     text-decoration: none !important;
 }
 .faqs-wrapper {
     padding: 50px 0 160px;
 }
 #accordion-faqs {
    margin-top: 60px;
}
 #accordion-faqs .card {
    margin-bottom: 25px;
    border-radius: 2px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #e0e8e0;
}
#accordion-faqs .card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: none;
    margin-bottom: -1px;
    border-radius: 0px !important;
}
#accordion-faqs .card-body {
    padding: 0px 0px 25px;
    font-size: 18px;
    line-height: 26px;
}
#accordion-faqs .card-header h5 {
    font-size: 24px;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    padding: 0px 60px 25px 0px;
    cursor: pointer;
}
#accordion-faqs .card-header h5.collapsed {
    font-weight: 300;
}
#accordion-faqs .card-header h5.collapsed:after {
    content: "\f107";
}
#accordion-faqs .card-header h5:after {
    content: "\f106";
    font-family: 'FontAwesome';
    font-size: 30px;
    color: #495c4c;
    position: absolute;
    right: 15px;
    top: -5px;
    background-color: #f0f6f0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 100px;
}
.text-grey {
    color: #7a8389;
}
.text-default {
    color: #262c30;
}
.text-20 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
}
.bullet-list {
    list-style-type: disc;
    list-style-position: outside;
    padding-left: 20px;
}
.bullet-list li {
    list-style-type: disc;
    margin: 5px 0;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f7faf8;
}


.how-works-content h3 {
    font-size: 20px;
    font-weight: 300;
    color: #262c30;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 10px;
}

.how-it-works-boxarea {
    margin-bottom: 70px;
}

.how-works-icon:after {
    content: "";
    background: #dee7dc;
    width: 2px;
    height: 100%;
    position: absolute;
    top: 140px;
    left: -19px;
    text-align: center;
    margin: 0 auto;
    right: 0;
    bottom: 0;
}

.how-works-icon.last:after {
    content: none;
}

.step-text {
    background: #00600f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    max-width: 80px;
    height: 25px;
    line-height: 25px;
    border-radius: 20px;
    color: #fff;
    margin: -15px 38px auto;
    z-index: 1;
    position: relative;
    font-family: 'Montserrat', sans-serif;
}

.more-info-wrapper  {
    margin-bottom: 100px;
}

.more-info-wrapper h2 {
    font-size: 24px;
    color: #262c30;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
}

.more-info-wrapper p {
    margin-bottom: 10px;
    font-size: 20px;
    color: #262c30;
    font-family: 'Nunito', sans-serif;
    font-weight: 300;
}

.more-info-wrapper p span { 
    width: 120px;
    display: inline-block;
}

.bullet-bold li {
    font-weight: 600!important;
}

.how-works-content h3, .how-works-content p, .how-works-content .bullets li {
    font-weight: 400;
}
.home_banner_fixed{
    height: 680px;
    background: url(../images/hm-banner2.jpg);
    min-height: 680px;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}