@font-face {
  font-family: AlegreyaSans-Regular;
  src: url('../font/AlegreyaSans-Regular.otf');
}

body{
	background-color:#fff;
	font-family: AlegreyaSans-Regular;
	color:#666666;
}
.text-green{
	color:#0c9347;
}
.btn-primary{
	background-color:#035e2b;
	text-transform:capitalize;
	color: #fff !important;
    padding: 4px 59px;
    font-size: 22px;
	border:3px solid #035e2b;
    height: 100%;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus{
	background-color: #ffffff !important;
    color: #0c9347 !important;
    border:3px solid #000 !important;
	box-shadow:none !important;
}
.form-control::placeholder{
	color:#c7c7c7;
	font-weight: normal;
}
.banner{
	background-image:url('../images/banner.jpg');
    background-size: cover;
	background-position: center;
}
.banner .message{
	color: #0c9347;
    font-size: 50px;
    font-weight: bold;
	float:left;
	margin: 135px 0 90px;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.56);
}
.banner .message p{
	width:100%;
	float:left;
}
.banner .message .sub-text{
	font-size:25px;
}
.navbar{
	padding:0;
}
.navbar-brand{
	margin:0;
	padding:0;
}
.nav-item a{
	color:#fff;
	padding: 0 38px !important;
}
.terms p {
    font-size: 14px;
    width: 40%;
    text-align: center;
	color: black;
}

/**form**/
.form{
	
	padding:20px;
	margin-bottom: 70px;
	color:#fff;
}

.form h2{
	color:#fff;
	text-align:center;
	text-transform:uppercase;
    font-size: 42px;	
}
.form .btn-primary{
	border-radius:0;
	text-transform:uppercase;
	width:100%;
	padding: 4px 0;
}

.form .btn-primary .sub-text{
	width: 100%;
    float: left;
    font-size: 14px;
    font-weight: normal;

}
.form-control{
	border-radius:0;
	height: 45px;
}
.form-group{
	margin:0;
}
/**options**/
.options{
	color:#fff;
	padding: 30px 0;
}
.options .image{
	float: left;
    padding-right: 14px;
}
.options .content{
	float: left;
	width: calc(100% - 75px);
}
.options .list{
	width:100%;
	float:left;
	font-size: 19px;
	color:#000;
}
.options .list-name{
    font-family: AlegreyaSans-Regular;
	width:100%;
	float:left;
	color: #0c9347;
	font-size: 21px;
}
/* .options_content{
	display: flex;
	flex-direction: column;
} */
/*****/
.loan-wrapper{
	background:#f4f4f4;
	color:#4b4b4b;
    font-size: 18px;
    line-height: 37px;
	padding: 34px 0;
}
.loan-wrapper .heading{
	font-size:50px;
}
.loan-wrapper img{
	width:100%;
}
/**howitworks**/
.works{
	margin-bottom: 5rem;
}

.works h1 {
    margin: 60px 0 50px;
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #000;
    font-weight: bold;
    font-size: 36px;
}
.works .box{
    list-style-type: none;
    display: inline-block;
    text-align: center;
}
.works .text-wrapper{
	float:left;
	width:100%;
	margin-top: 17px;
}
.works .text{
    float: left;
    width: calc(100% - 39px);
    padding-left: 23px;
}
.works .number{
color: #fff;
    background: #0c9347;
    padding: 0 10px;
    float: left;
    font-size: 39px;
    height: 40px;
    margin-top: 7px;
    vertical-align: middle;
    line-height: 36px;
}
.works .box .heading{
    float: left;
    width: 100%;
    font-size: 21px;
    color: #000;
    text-transform: capitalize;
    font-weight: bold;
	text-align: left;
}

.works .box .content{
    color: #2a0001;
    float: left;
	text-align: left;
    width: 100%;
}
/**request**/
.request{
	/* background-image:url('../images/green-bg.jpg'); */
	background-color:#12b159;
	color:#fff;
	text-align: center;
    padding: 39px;
    font-size: 23px;
	background-size: cover;
}
/**faq**/
.faq{
    text-align: center;
    margin: 30px 0 46px;
    display: inline-block;
	width:100%;
}
.faq .heading{
    color: #000;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 31px;
    display: inline-block;
}
.faq .accordion{
	text-align:left;
}
.faq .question-image{
	width:100%;
	border:9px solid #0c9347;
}
.accordion .card{
	border:0;
}
.accordion .card .card-header{
    background: none;
    margin: 0;
    padding: 0;
    border: 0;
}
.accordion .card .card-header .btn-link{
    color: #262626;
    background: #f7f7f7;
    width: 100%;
    text-align: left;
    border: 1px solid #c3c3c3;
    padding: 14px;
    margin-bottom: 18px;
    font-size: 18px;
    font-weight: bold;
}
.accordion .card .card-header .btn-link::before {
	content: "+";
	padding-right: 19px;
}

.accordion .card .card-header .btn-link .text{
    float: right;
    width: calc(100% - 28px);
}


.accordion .card .card-body{
    padding: 0 0 16px 30px;
    font-size: 15px;
    color: #9a9999;
}
.more-question {
	margin-top: 24px;
}
.more-question h5{
	 color: #000;
	 font-weight:bold;
	 padding-bottom:10px;
}
/**footer**/
.footer {
	background-color:#e9e9e9;
	 /* #479e7c */
	/* text-align: center; */
	padding: 4rem 0rem 0rem 0rem;
}

.row-seals{
	display: flex;
	flex-direction: row;
}
.secure-logos{
	display: inline-flex;
}

.secureLogosWidth{
	width: 50%;
	float: right;
	margin-left: 10px;
	max-height: 32px;
}

.footer img {
	margin-bottom: 2rem;
	width: 80%;
	float: left;
}
img[alt="OLA Seal"] {
	width: 40px !important;
	height: 40px !important;
	margin-left: 10px;
}
.footer ul li {
	display: inline;
	color: #243f6d;
}
.footer ul {
	margin: auto;
	padding: 0px;
	width: 100%;
	text-align: center;
	margin-bottom: 1rem;
}
.footer-sealLogo {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.footer ul li a {
	color: #243f6d;
	font-size: 14px;
/* margin-left: 20px; */
}

#copyright {
	text-align: center;
	font-size: 12px;
	margin: 0rem 0rem 0rem 0rem;
}

#footerDesc_ {
	text-align: justify;
	font-size: 12px;
}

@media screen and (min-device-width: 425px) and (max-device-width: 991px) {
	.banner .message {
		margin: 56px 0 90px;
	}	
	.loan-wrapper {
		background: #f4f4f4;
		color: #4b4b4b;
		font-size: 16px;
		line-height: 28px;
	}
	.loan-wrapper .heading {
		font-size: 50px;
		margin-bottom: 2rem;
	}
	.loan-wrapper img {
		width: 100%;
		margin: 5rem 0rem;
	}
	.nav_menu{
	  background-color: #035e2b;
	  margin-right: 10px;
	}
	/* .loan-wrapper img {
		width: 100%;
		margin: 5rem auto;
	} */
}

@media screen and (max-device-width: 425px) {
    .footer {
        background-color: #ebe9f0;
        /* text-align: center; */
        padding: 2rem 0.5rem 0rem 0.5rem;
    }
    .footer img {
        width:100%;
    }
	.logo {
		width: 75%;
	}
	.loan-wrapper .heading {
		font-size: 42px;
	}
	.nav_menu{
		background-color: #035e2b;
		margin-right: 10px;
	  }
    .footer-sealLogo{
        display: flex;
        flex-direction: column;
        align-items: center;
		width: 100%;
    }
	.footer-logo{
		width: 65%;
	}
	.works h1 {
		margin: 40px 0 0;
		display: inline-block;
	}	
	.banner .message {
		color: #0c9347;
		font-size: 35px;
		font-weight: bold;
		float: left;
		margin: 35px 0 40px;
		text-shadow: 0px 1px 2px rgb(0 0 0 / 56%);
	}
	.footer ul li a {
		color: #243f6d;
		font-size: 12px;
	}
	.faq .question-image{
		display: none;
	}
	.terms p {
		font-size: 14px;
		width: 100%;
		text-align: center;
		color: black;
	}
	.options {
		display: none;
	}
	.text p{
		font-size: 18px;
	}
	.navbar-dark .navbar-nav .nav-link {
		color: black;
		font-size: 20px;
		line-height: 42px;
	}
}
@media screen and (max-device-width: 320px) {
.text h1
	{
		font-size: 33px;
		margin-bottom: 1rem;
	}
}
/* HEADER */
.navbar-dark .navbar-nav .nav-link {
	color: black;
	font-size: 20px;
	line-height: 42px;
}
.navbar-dark .navbar-nav .nav-link:hover{
	color: #00bf5f;
	font-size: 20px;
}
.cus_navbar {
	border: none;
	border: transparent;
}
.cus_navbar ul li a {
	color: rgb(12, 12, 12);
	font-size: large;
}
#logoImg {
	width: 75%;
}
.logo {
	padding-right: 25px;
}
.bannerBtn{
	color: white !important;
	
}
.bannerBtn:hover{
	color: black !important;
}
