/*--- Pre-CSS-End---*/

* {
	margin: 0;
	padding: 0;
	font-family: nova-regular !important;

}

::selection {
	color: #fff;
	background: #1abc9c;
}

::-moz-selection {
	/* Code for Firefox */
	color: #fff;
	background: #1abc9c;
}

@font-face {
	font-family: 'nova-regular';
	src: url('fonts/nova-regular.ttf');
	src: local('☺'), url('fonts/nova-regular.woff') format('woff'), url('fonts/nova-regular.ttf') format('truetype'), url('fonts/nova-regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'nova-semibold';
	src: url('fonts/nova-semibold.eot');
	src: local('☺'), url('fonts/nova-semibold.woff') format('woff'), url('fonts/nova-semibold.ttf') format('truetype'), url('fonts/nova-semibold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'nova-black';
	src: url('fonts/nova-black.eot');
	src: local('☺'), url('fonts/nova-black.woff') format('woff'), url('fonts/nova-black.ttf') format('truetype'), url('fonts/nova-black.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'nova-bold';
	src: url('fonts/nova-bold.eot');
	src: local('☺'), url('fonts/nova-bold.woff') format('woff'), url('fonts/nova-bold.ttf') format('truetype'), url('fonts/nova-bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*--- Pre-CSS-End---*/

/*--- AH-CSS-Start---*/

.banner-section {
	background-image: url("../img/hero-image.jpg");
	background-size: cover;
	background-position: center;
	width: 100%;
	/* height: 100vh; */
	color: #fff;
	text-align: center;
	min-height: 820px;
}

.logo {
	text-align: center;
	padding-top: 6%;
}

.hero-text h2 {
	font-family: nova-bold !important;
	font-size: 50px;
	padding-top: 2%;
	/*width: 80%;*/
	text-align: center;
}

.hero-text p {
	font-size: 25px;
	text-align: center;
	margin: auto;
	width: 77%;
	line-height: 26px;
	padding-top: 8px;

}

.hero-form {
	background-color: rgba(26, 188, 156, 0.65);
	margin-top: 4.5%;
	padding: 20px 0 60px;
}

.hero-form-form ul li {
	display: inline;
	text-decoration: none;
	color: #000;
}

.form-heading h4 {
	font-family: nova-semibold !important;
	font-size: 35px;
}

.hero-form-form ul li input,
.hero-form-form ul li select,
.hero-form-form ul li button,
.why-ebc-section button {
	width: 285px;
	height: 56px;
}

.hero-form-form {
	padding-top: 28px;
}

.hero-form-form ul li {
	margin-right: 50px;
}

.hero-form-form ul li:last-child {
	margin-right: 0;
}

.hero-form-form ul li input::placeholder {
	font-family: nova-bold;
	font-size: 18px;
	color: #a1a0a0;
	letter-spacing: 1px;
	padding-left: 10px;
}

.hero-form-form ul li input,
.hero-form-form ul li select {
	font-family: nova-semibold !important;
	font-size: 18px;
	color: #1abc9c;
	letter-spacing: 1px;
	padding-left: 10px;
	margin-bottom: 12px;
}

.hero-form-form ul li button {
	background: #edb400;
	border: none;
	font-family: nova-semibold !important;
	font-size: 28px;
	color: #fff;
	letter-spacing: 1px;
}

.how-work-section {
	background-image: url("../img/how-works-bg.png");
	background-size: cover;
	height: auto;
	padding-bottom: 4%;
	box-shadow: 0px 0px 20.5px #594f4f;
	position: relative;
}

.how-work-heading h2 {
	font-size: 45px;
	font-family: nova-black !important;
	text-align: center;
	padding: 30px 0;
}

.how-work-heading p {
	font-family: nova-semibold !important;
	color: #555252;
	text-align: center;
	font-size: 20px;
	padding-bottom: 30px;
}

.how-work-content .first-box {
	background-color: #33e1bf;
	padding: 0 44px;
	height: 260px;
}

.how-work-content .second-box {
	background-color: #28d1b0;
	padding: 0 44px;
	height: 260px;
}

.how-work-content .third-box {
	background-color: #21c5a5;
	padding: 0 44px;
	height: 260px;
}

/*.how-work-content .fourth-box{
	background-color: #1abc9c;
	padding: 0 20px;
	height: 250px;
}*/
.how-work-content h5 {
	font-family: nova-bold !important;
	color: #fff;
	font-size: 26px;
	text-align: center;
	padding: 45px 0 8px;
	letter-spacing: 1px;
}

.how-work-content p {
	color: #fff;
	text-align: center;
	font-size: 16px;
	padding: 10px 0 45px;
	letter-spacing: .5px;
	line-height: 1.4;
}

.why-ebc-content h2,
.faq-content h2 {
	font-size: 45px;
	font-family: nova-black !important;
	padding: 30px 0 16px;
	color: #1abc9c;
}

.why-ebc-content p {
	color: #555252;
	font-size: 20px;
	padding-bottom: 30px;
	width: 87%;
}

.why-ebc-section {
	background-image: url("../img/why-ebc-bg.png");
	min-height: 590px;
	background-attachment: fixed;
	background-position: right center;
	background-repeat: no-repeat;
	background-color: #f7f7f7;
}

.why-ebc-section button {
	background: #edb400;
	border: none;
	margin-bottom: 4rem;
	font-family: nova-semibold !important;
	font-size: 28px;
	color: #fff;
	letter-spacing: 1px;
}

.why-ebc-section button a {
	text-decoration: none;
	font-family: nova-semibold !important;
	font-size: 28px;
	color: #fff;
}

.why-ebc-content {
	padding: 63px 132px;
}

.faq-section {
	padding: 100px 0;
}

.question p {
	font-family: nova-semibold !important;
	font-size: 18px;
}

#answer1 p,
#answer2 p,
#answer3 p,
#answer4 p {
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 20px;
}

.question p button {
	background: none;
	border: none;
	font-size: inherit;
	font-family: nova-bold !important;
	padding-left: 473px;
	float: right;
}

#answer1,
#answer2,
#answer3,
#answer4 {
	padding-bottom: 20px;
	display: none;
}

/* .disclaimer-section{
	background-color: #f5f8f9;
}
.disclaimer{	
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 22px;
	color: #4e4848;
	padding: 50px 0;
	text-align: justify;
	margin: 0;

} */
.form-caption.cprt {
	padding: 0px 50px 0px 50px;
}

/* .footer-section{
	background-color: #1abc9c;
	padding: 15px 0;
}
.footer ul li{	
	display: inline;
	text-decoration: none;
	padding: 10px 0;
	color: #fff !important;
	font-size: 13px;
	letter-spacing: 2px;
	cursor: pointer;
}
.footer ul li span a{
	color: #fff;
}
.right-content{
	float: right;
}
.left-content{
	float: left;
} */
.hero-form-form ul li button:hover,
.why-ebc-section button:hover {
	background-color: #1abc9c;
	color: #fff;
	box-shadow: 0 8px 6px -6px black;
}

.hero-form-form li select {
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url(../img/down-arrow.png);
	background-repeat: no-repeat;
	background-position: 95%;
	background-size: 8%;
}

.hero-form-form ul li input,
.hero-form-form ul li select {
	border: none;
	border-bottom: solid 2px #edb400;
}

.faq-section {
	padding: 10px 0 70px;
	position: relative;
	box-shadow: 0px 0px 20.5px #594f4f;
}

.row.hero-text {
	text-align: center;
	margin: auto;
	width: 65%;
}

.get_money_you_need {
	background-image: url("../img/get_money_you_need.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right center;
	text-align: left;
	min-height: 300px;
	color: #fff;

}

.section-2_1 {
	position: relative;
	min-height: 301px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.get_money_you_need:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(to bottom right, #002f4b, #dc4225);
	opacity: .7;
}

.get_money_you_need h3 {
	color: #fff;
	font-size: 3.5em;
}

.get_money_you_need .font-light {
	font-weight: 300 !important;
	font-size: 18px;
}

.get_money_you_need .btn {
	font-size: 1.8em;
	padding-right: 1.5em;
	padding-left: 1.5em;
}

.get_money_you_need .btn.btn-03 {
	padding: 0.525em 1em;
	background-color: #1abc9c;
	border-radius: 7.5em;
	color: #fff;
	margin-top: 30px;
}

.get_money_you_need .btn.btn-03:hover {
	background-color: #edb400;
}

.row.middle-sm.between-sm {
	padding-top: 8%;
}

.contact_us_detail p {
	text-align: center;
	font-size: 16px;
	color: #fff;
	border-top: solid 1px #fff;
	padding-top: 12px;
}


/*.second-box h5, .third-box h5 {
   padding-bottom: 25px;
padding-top: 60px;
}*/

/*--- AH-CSS-End---*/

/*---Media Query CSS-Start---*/
@media screen and (max-width: 1800px) and (min-width: 1501px) {
	.why-ebc-content p {
		color: #000;
		font-size: 18px;
		padding-bottom: 30px;
		width: 70%;
		background: rgba(255, 255, 255, 0.83);
		padding: 6% 1%;
	}
}

@media screen and (max-width: 1500px) and (min-width: 1220px) {

	.logo {
		padding-top: 6%;
	}

	.hero-text h2 {
		padding-top: 6%;
		font-size: 54px;
	}

	.hero-text p {
		font-size: 22px;
	}

	.hero-text h2 {
		padding-top: 2%;
	}

	.form-heading h4 {
		font-size: 33px;
	}

	.hero-form-form {
		padding-top: 18px;
	}

	.why-ebc-content p {
		color: #000;
		font-size: 18px;
		padding-bottom: 30px;
		width: 87%;
		background: rgba(255, 255, 255, 0.79);
		padding: 6% 1%;
	}
}

@media screen and (max-width: 1218px) and (min-width: 1024px) {

	.hero-text h2 {
		font-size: 30px;
		padding-top: 3%;
	}

	.hero-text p {
		font-size: 17px;
	}

	.form-heading h4 {
		font-size: 25px;
	}

	.hero-form-form ul li input,
	.hero-form-form ul li select {
		font-size: 19px;
		padding-left: 10px;
	}

	.hero-form-form ul li input,
	.hero-form-form ul li select,
	.hero-form-form ul li button,
	.why-ebc-section button {
		width: 285px;
		height: 49px;
	}

	.hero-form-form ul li input::placeholder {
		font-size: 18px;

	}

	.hero-form-form ul li {
		padding-right: 10px;
	}

	.hero-form-form ul li button {
		font-size: 21px;
	}

	.logo {
		padding-top: 4%;
	}

	.why-ebc-content {
		padding: 43px 1px;
	}

	.cuatro-img {
		background-color: rgba(256, 256, 256, .6);
		padding-bottom: 40px;
	}

	.question p button {
		padding-left: 300px;
	}

	.how-work-heading p {

		font-size: 20px;
		padding-bottom: 14px;
	}

	.how-work-heading h2 {
		padding: 13px 0;
	}

	.how-work-content h5 {
		font-size: 17px;
	}

	.how-work-content p {
		font-size: 12px;
	}

	.how-work-section {
		height: 531px;
	}
}



@media screen and (max-width: 614px) and (min-width: 319px) {
	.hero-text h2 {
		font-size: 34px;
		padding-top: 9% 2% 0;
	}

	.hero-text p {
		font-size: 17px;
	}

	.form-heading h4 {
		font-size: 27px;
	}

	.hero-form-form ul li input,
	.hero-form-form ul li select,
	.hero-form-form ul li button,
	.why-ebc-section button {
		width: 82%;
		height: 56px;
	}

	.hero-form-form ul li {
		padding-right: 0px;
	}

	.hero-form-form ul li input,
	.hero-form-form ul li select {
		border: none;
		border-bottom: solid .5px;
	}

	.how-work-heading h2 {
		font-size: 35px;
		padding: 10px 0;
	}

	.how-work-heading p {
		font-size: 17px;
		padding-bottom: 8px;
	}

	.how-work-content h5 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	.how-work-content p {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	.how-work-section {
		height: 1093px;
	}

	.why-ebc-section {
		background-image: url("../img/why-ebc-bg.png");
		min-height: 600px;
		background-position: center;
		background-size: cover;
		/* overflow: hidden; */
	}

	.why-ebc-content {
		padding: 0px;
	}

	.cuatro-img {
		background-color: rgba(256, 256, 256, .6);
		padding-bottom: 10%;
	}

	.why-ebc-content p {
		color: #555252;
		font-size: 18px;
		padding-bottom: 30px;
		width: 100%;
	}

	.why-ebc-content h2,
	.faq-content h2 {
		padding: 40px 0 15px;
		color: #edb400;
	}

	.faq-section {
		padding: 0px 0;
	}

	.question p {
		font-size: 15px;
	}

	.question p button {
		padding-left: 100px;
	}

	/* .left-content, .right-content{
		float: none;
	}
	.footer{
		text-align: center;
	} */
	/* .banner-section{
		height: 1000px !important;
	} */
	.get_money_you_need {
		padding-bottom: 6%;
	}
}



@media screen and (max-width: 1023px) and (min-width: 615px) {
	.hero-text h2 {
		font-size: 42px;
	}

	.hero-text p {
		font-size: 17px;
	}

	.form-heading h4 {
		font-size: 27px;
	}

	.hero-form-form ul li input,
	.hero-form-form ul li select,
	.hero-form-form ul li button,
	.why-ebc-section button {
		width: 550px;
	}

	.logo {
		padding-top: 7%;
	}

	.how-work-heading p {
		font-size: 22px;
	}

	.how-work-heading h2 {
		padding: 30px 0 3px;
	}

	.how-work-content h5 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	.how-work-content p {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	.how-work-section {
		height: 920px;
	}

	.why-ebc-content p {
		width: 100%;
	}

	.why-ebc-content {
		padding: 0px;
		text-align: center;
	}

	.cuatro-img {
		padding-top: 3%;
		background-color: rgba(256, 256, 256, .8);
		padding-bottom: 9%;
	}

	.why-ebc-section {
		min-height: 620px;
	}

	.faq-section {
		padding-top: 50px;
	}

	.question p button {
		padding-left: 70px;
	}

}

/*---Media Query CSS-End---*/

@media only screen and (max-width: 500px) {}

@media screen and (max-width: 1280px) and (min-width: 992px) {
	.why-ebc-section {
		background-attachment: scroll;
	}
}

@media only screen and (max-width: 1280px) {
	.how-work-section {
		height: auto;
		padding-bottom: 6%;
	}
}

@media only screen and (max-width: 991px) {
	.row.middle-sm.between-sm {
		padding-top: 2%;
	}

	.how-work-content .first-box,
	.how-work-content .second-box,
	.how-work-content .third-box {
		height: auto;
	}

	.why-ebc-section {
		background-attachment: scroll;
		/* margin-top: 8%; */
	}

	.how-work-content .third-box h5 br {
		display: none;
	}

	.row.middle-sm.between-sm {
		text-align: center;
	}
}

@media only screen and (max-width: 768px) {
	.ebc_nav_top {
		text-align: center;
	}

	.ebc_nav_top li {}

	.ebc_nav_top li a {}

	.row.middle-sm.between-sm {
		text-align: center;
	}

	.why-ebc-content h2,
	.faq-content h2 {
		font-size: 36px;
	}

	.get_money_you_need h3 {
		font-size: 2em;
	}

	.why-ebc-section {
		text-align: center;
		background: none;
		min-height: auto;
		padding-bottom: 0;
	}

	.form-caption.cprt {
		padding: 0 5%;
	}

	.banner-section {
		height: auto;
	}

	.how-work-section {
		height: auto;
		padding-bottom: 8%;
	}

	.get_money_you_need {
		min-height: auto;
		padding: 0px 0 20px;
	}

	.section-2_1 {
		min-height: auto;
	}

	.how-work-heading h2 {
		font-size: 32px;
	}
	.how-work-content .third-box {
		background-color: #21c5a5;
		padding: 0 44px;
		height: 260px;
		margin-right: 10px;
	}
	.how-work-content .second-box {
		margin-right: 10px;
	}
	.how-work-content .first-box {
		margin-right: 10px;
	}

	.how-work-content{
		margin-right: 15px;
	}

}

@media (max-width: 480px) {
	.logo img {
		width: 250px;
	}

	.why-ebc-content h2,
	.faq-content h2 {
		font-size: 26px;
	}

	.how-work-heading h2 {
		font-size: 26px;
	}

	.ebc_nav_top {
		text-align: center;
	}

	.ebc_nav_top li {}

	.ebc_nav_top li a {}

	.hero-text h2 {
		font-size: 36px;
	}

	.form-caption.cprt {}

	.hero-text h2 {
		font-size: 33px;
	}

	.form-caption.cprt {}

	.banner-section .banner .row.hero-text {
		width: 100%;
	}

	.hero-text p {
		line-height: 20px;
	}
}

@media only screen and (max-width: 320px) {
	.form-caption.cprt {}

	.banner .row.hero-text {
		width: 100% !important;
	}
}

a.morelink {
	text-decoration: none;
	outline: none;
}

.morecontent span {
	display: none;
	-webkit-animation: fadeIn 1s;
	animation: fadeIn 1s;
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}


input::-webkit-input-placeholder {
	color: #fff0;
}

input:focus::-webkit-input-placeholder {
	color: #fff0;
}

/* Firefox < 19 */
input:-moz-placeholder {
	color: #fff0;
}

input:focus:-moz-placeholder {
	color: #fff0;
}

/* Firefox > 19 */
input::-moz-placeholder {
	color: #fff0;
}

input:focus::-moz-placeholder {
	color: #fff0;
}

/* Internet Explorer 10 */
input:-ms-input-placeholder {
	color: #fff0;
}

input:focus:-ms-input-placeholder {
	color: #fff0;
}

/*================= FOOTER =================  */

.footer {
	background-color: #1abc9c;
	padding: 1.5rem 0rem 0rem 0rem;
}

.footer-sealLogo {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.secure-logos img {
	width: 26%;
	margin-top: 2rem;
}

.footer-logo {
	width: 100%;
	/* margin-bottom: 2rem; */
}

.footer-logo img {
	margin-bottom: 1rem;
	width: 33%;
}

.footer ul li {
	display: inline;
	color: #243f6d;
}

.footer ul {
	margin: auto;
	text-align: center;
	margin-bottom: 1rem;
}

.footer ul li a {
	color: #0f1c3f;
	font-size: 14px;
}

#copyright {
	text-align: center;
	font-size: 12px;
	margin: 2rem 0rem;
	color: #0f1c3f;
}

#footerDesc_ {
	text-align: justify;
	font-size: 12px;
	color: #0f1c3f;
}

@media screen and (max-width: 768px) {
	.footer-logo img {
		margin-bottom: 1rem;
		width: 45%;
	}
	.hero-form-form ul li{
		margin-right: 0px;
	}
}

@media screen and (max-width: 425px) {
	div.footer-panel {
		display: block;
	}

	.secure-logos img {
		width: 22%;
		margin-top: 0rem;
	}

	.footer-sealLogo {
		flex-direction: column;
		justify-content: center;
		width: 100%;
	}

	.secure-logos {
		display: flex;
		justify-content: center;
		margin-bottom: 1rem;
	}

	.footer-logo img {
		margin-bottom: 0rem;
		width: 70%;
	}

	.secureLogosWidth {
		width: 50%;
		float: right;
		margin-left: 10px;
		max-height: 32px;
	}

	.secure-logos img {
		width: 20%;
	}

	.footer ul li a {
		color: #0f1c3f;
		font-size: 12px;
	}

	.footer-logo {
		width: 100%;
		text-align: center;
		margin-bottom: 1rem;
	}

	.footer ul {
		margin: auto;
		text-align: center;
		padding: 0rem;
		margin-bottom: 1rem;
	}
}