:root {
	--body-font: "Barlow", sans-serif;
	--body-color: #ffffff;
	--para-color: #2C3655;
	--head-color: #0A1023;
	--head-alt-color: #d72323;
	--hover-color: #d72323;
}

html {
	scroll-behavior: smooth;
	overflow-x: hidden;
}

body {
	font-family: 'Poppins', sans-serif;
	background-color: var(--body-color);
	font-size: 18px;
	line-height: 30px;
	padding: 0;
	margin: 0;
	font-weight: 400;
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5 {
	padding: 0;
	margin: 0;
}

h1,
h1>a,
h2,
h2>a,
h3,
h3>a,
h4,
h4>a,
h5,
h5>a {
	font-family: 'Poppins', sans-serif;
	;
	color: var(--head-color);
	font-weight: 600;
	text-transform: initial;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}

h1>a:hover,
h2>a:hover,
h3>a:hover,
h4>a:hover,
h5>a:hover {
	color: var(--body-color);
}

a,
a:focus,
a:hover {
	text-decoration: none;
	outline: none;
	color: var(--para-color);
}

img {
	max-width: 100%;
	height: auto;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

input:focus {
	outline: none;
	box-shadow: none;
}

button {
	border: none;
	cursor: pointer;
}

input {
	padding: 10px 20px;
	color: #1E266D;
	width: 100%;
	font-family: 'Poppins', sans-serif;
	;
	height: 50px;
	background: #F5FAFF;
	border: 1px solid #EEF1FF;
	border-radius: 5px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

select {
	padding: 10px 20px;
	border: none;
	cursor: pointer;
	outline: none;
	background: #F5FAFF;
	border: 1px solid #EEF1FF;
	border-radius: 5px;
}

span {
	display: inline-block;
}

h1,
h1>a {
	font-size: 76px;
	line-height: 98.8px;
	margin-top: -18px;
}

h2,
h2>a {
	font-size: 42px;
	line-height: 74.1px;
	margin-top: -12px;
}

h3,
h3>a {
	font-size: 43px;
	line-height: 55.9px;
	margin-top: -8px;
}

h4,
h4>a {
	font-size: 32px;
	line-height: 41.6px;
	margin-top: -7px;
}

h5,
h5>a {
	font-size: 24px;
	line-height: 31.2px;
	margin-top: -5px;
}

a {
	display: inline-block;
	color: var(--body-color);
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
}

p,
span,
li {
	margin: 0;
	font-family: 'Poppins', sans-serif;
	;
	font-size: 18px;
	font-weight: 400;
	color: var(--para-color);
	line-height: 30px;
}

.section-text {
	margin-bottom: 34px;
}

.section-header {
	margin-bottom: 55px;
}

.sub-title {
	color: #fff;
	margin-bottom: 30px;
}

.title {
	font-weight: 700;
	margin-bottom: 16px;
}

.payment-section .title {
	font-size: 24px;
}

.payment-section img {
	height: 60px;
}

.payment-section p {
	font-size: 16px;
}

#payway-form label {
	font-size: 14px;
}

#payway-form input {
    font-size: 12px;
    font-weight: 600;
    height: 40px;
}

#payway-form select {
    font-size: 12px;
}

div#paymentResponse {
    padding: 20px 0;
    font-weight: 600;
}

.banner-section .title {
	font-size: 58px;
	line-height: 72.8px;
	color: #FFF;
}

.banner-section .sub-title {
	font-size: 26px;
}

.pt-120 {
	padding-top: 120px;
}

@media (max-width: 991px) {
	.pt-120 {
		padding-top: 60px;
	}
}

@media (max-width: 575px) {
	.pt-120 {
		padding-top: 50px;
	}
}

.pb-120 {
	padding-bottom: 120px;
}

@media (max-width: 991px) {
	.pb-120 {
		padding-bottom: 60px;
	}
}

@media (max-width: 575px) {
	.pb-120 {
		padding-bottom: 50px;
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translate3d(0, -100%, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.pay-btn {
	padding: 6px 40px;
	font-weight: 500;
	text-align: center;
	background: #1E266D;
	color: #FFF;
	transition: 0.3s;
	border-radius: 50px;
}

.cmn-btn {
	padding: 10px 30px 15px;
	font-weight: 500;
	text-align: center;
	background: var(--hover-color);
	color: var(--body-color);
	border: 1px solid var(--hover-color);
	transition: 0.3s;
	border-radius: 50px;
}

.cmn-btn:hover {
	color: #0A1023;
	background: transparent;
	border: 1px solid #848894;
}

.cmn-btn.second {
	color: #0A1023;
	background: transparent;
	border: 1px solid #848894;
}

.cmn-btn.second:hover {
	color: var(--body-color);
	background: var(--hover-color);
	border: 1px solid var(--hover-color);
}

.cmn-btn.white {
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
}

.cmn-btn.white:hover {
	color: #FFFFFF;
	background: transparent;
	border: 1px solid #FFFFFF;
}

@keyframes run_obj {
	100% {
		right: 230%;
		opacity: 0;
	}

	80% {
		right: 200%;
		opacity: 1;
	}

	50% {
		right: 100%;
		opacity: 0.5;
	}

	0% {
		right: 10%;
		opacity: 0;
	}
}

@keyframes run_obj_alt {
	100% {
		left: 230%;
		opacity: 0;
	}

	80% {
		left: 200%;
		opacity: 1;
	}

	50% {
		left: 100%;
		opacity: 0.5;
	}

	0% {
		left: 10%;
		opacity: 0;
	}
}

.header-section {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 999;
}

.header-section .navbar-toggler {
	padding-right: 0;
	display: none;
	border: none;
}

.header-section .navbar-toggler:focus {
	box-shadow: none;
}

.header-section .navbar-toggler i {
	color: var(--hover-color);
}

.header-section .navbar {
	padding: 30px 15px;
}

.header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
	font-weight: 500;
	padding: 0 10px;
	color: #FFF;
	text-transform: uppercase;
	font-weight: 600;
	transition: 0.3s;
}

.header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
	color: var(--hover-color);
	transition: 0.3s;
}

.header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active {
	color: var(--hover-color);
}

a.navbar-brand img {
	width: 200px;
}

.banner-section .overlay {
	background-color: #f5faff;
	background-image: url(../images/prestamos_background_2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
}

.banner-section .overlay .banner-content {
	padding: 355px 0 320px;
}

.banner-section .overlay .banner-content .top-area p {
	width: 80%;
}

.banner-section .overlay .banner-content .cmn-btn {
	margin-right: 20px;
}

svg.banner-waves-bottom {
	position: absolute;
	z-index: 9999;
}

.banner-section.business-loan .overlay {
	background-image: url(../images/business-banner.png);
	background-repeat: no-repeat;
	background-position: right 110px bottom;
}

.banner-section.business-loan .overlay .banner-content {
	padding: 307px 0 170px;
}

.banner-section.home-loan .overlay {
	background-image: url(../images/home-banner.png);
	background-repeat: no-repeat;
	background-position: right 110px bottom;
}

.banner-section.home-loan .overlay .banner-content {
	padding: 307px 0 170px;
}

.banner-section.personal-loan .overlay {
	background-image: url(../images/personal-banner.png);
	background-repeat: no-repeat;
	background-position: right 110px bottom;
}

.banner-section.personal-loan .overlay .banner-content {
	padding: 307px 0 170px;
}

.footer-section {
	background: #F5FAFF;
}

.footer-section .footer-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #B0BAF1;
	padding: 30px 0;
}

.footer-section .footer-bottom .left a {
	color: #055C2D;
}

.account-feature .cus-mar {
	margin-bottom: -5px;
}

.account-feature .single-box {
	text-align: center;
	margin-bottom: 30px;
}

.single-box p {
	font-size: 14px;
}

.account-feature .single-box .icon-box {
	width: 60px;
	height: 60px;
	background: #d72323;
	border-radius: 40px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.account-feature .single-box h5 {
	margin: 23px 0 9px;
	font-size: 20px;
}

img.account-feature-image {
	width: 80%;
	text-align: center;
}

.account-feature.home-loan {
	position: relative;
}


.apply-for-loan .overlay .form-content {
	padding: 30px;
	background: var(--body-color);
	box-shadow: 0px 12px 24px rgba(47, 65, 129, 0.1);
	border-radius: 20px;
}

.apply-for-loan .overlay .form-content .section-header {
	width: 55%;
	display: grid;
	justify-content: center;
	margin-right: auto;
	margin-left: auto;
}

.apply-for-loan .overlay .form-content .single-input {
	display: grid;
	margin-bottom: 20px;
}

.single-input span.input-help {
	font-size: 14px;
}

.apply-for-loan .overlay .form-content .single-input label {
	font-weight: 600;
}

.apply-for-loan .overlay .form-content .single-input input:focus {
	border: 1px solid #B0BAF1;
}

.apply-for-loan .overlay .form-content .cmn-btn {
	padding: 10px 80px 15px;
	margin-top: 18px;
}

.apply-for-loan.business-loan {
	position: relative;
	margin-top: 120px;
	padding-bottom: 100px;
}

.business-loan-section {
	position: relative;
}

.business-loan-section::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 80%;
	background: #F5FAFF;
	top: 0;
	left: 0;
	z-index: -1;
}

.business-loan-section .main-content {
	background: var(--body-color);
	box-shadow: 0px 12px 24px rgba(47, 65, 129, 0.1);
	border-radius: 20px;
	padding: 60px 190px;
	text-align: center;
}

.business-loan-section .main-content form .range-amount,
.range-amount span {
	font-size: 32px;
	line-height: 41.6px;
	font-weight: 600;
}

.business-loan-section .main-content form .range-amount span {
	color: var(--head-alt-color);
}

.business-loan-section .main-content form .ui-widget-header {
	background: #d72323;
}

.business-loan-section .main-content form .ui-widget-content {
	border: none;
	background: #EEF1FF;
	height: 8px;
	margin: 35px 0 44px;
}

.business-loan-section .main-content form .ui-slider-handle.ui-state-default {
	width: 40px;
	height: 40px;
	background: #d72323;
	box-shadow: 0px 4px 4px rgba(53, 78, 133, 0.3);
	border-radius: 20px;
	border: none;
	top: -16px;
}

.business-loan-section .main-content form .ui-slider-handle.ui-state-default:focus {
	outline: none;
}

.business-loan-section .main-content form .nav-tabs {
	padding: 0 30px;
	border: none;
	margin-bottom: -32px;
}

.business-loan-section .main-content form .nav-tabs .cmn-btn.active {
	color: var(--body-color);
	background: var(--hover-color);
	border: 1px solid var(--hover-color);
}

.business-loan-section .main-content form .tab-content p span {
	color: var(--head-alt-color);
	font-size: inherit;
	font-weight: inherit;
}

.loan-info p {
	font-weight: 600;
}

.loan-info {
	text-align: left;
}

.business-loan-section.personal-loan {
	background: rgb(253, 49, 34);
	background: linear-gradient(0deg, rgba(253, 49, 34, 1) 0%, rgba(227, 120, 38, 1) 98%);
	margin-top: 130px;
}

.business-loan-section.personal-loan .nav-item button span {
	display: block;
	color: var(--head-alt-color);
}

.business-loan-section.personal-loan .main-content {
	padding: 60px 190px;
	border: 2px solid rgba(227, 120, 38, 1);
	border-radius: 20px;
	margin-top: -120px;
}

.business-loan-section.personal-loan .list {
	margin-top: 20px;
}

.business-loan-section.personal-loan .list .list-item {
	margin-top: 16px;
}

.business-loan-section.personal-loan .list .list-item span {
	font-weight: 500;
	color: var(--body-color);
	font-size: 16px;
}

.business-loan-section.personal-loan .list .check {
	min-width: 24px;
	min-height: 24px;
	margin-right: 10px;
}

.top-header {
	width: 100%;
	min-height: 10px;
	background: #423838;
	padding: 6px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.top-icon {
	line-height: 0;
}

.top-header a {
	font-size: 15px;
	padding: 0 10px;
}

.top-header a:hover {
	color: #FFF;
}

.whatsapp_contact_block {
	display: flex;
	justify-content: center;
	position: relative;
}

.whatsapp_float_block {
	background: #26252dc7;
	width: 100%;
	max-width: 450px;
	min-height: 20px;
	position: absolute;
	padding: 28px 0;
	bottom: 37px;
	text-align: center;
	border-radius: 20px;
	color: #FFFFFF;
}

.whatsapp_float_block p {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 600;
}

.whatsapp_float_block a {
	color: #25d366;
	font-size: 25px;
	padding-top: 20px;
}

.whatsapp_float_block a:hover {
	color: #25d366;
}

.whatsapp_float {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 40px;
	right: 40px;
	background-color: #25d366;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	display: flex;
	font-size: 37px;
	z-index: 100;
	-webkit-box-shadow: 2px 3px 17px 3px rgb(19 19 28 / 29%);
	-moz-box-shadow: 2px 3px 17px 3px rgb(19 19 28 / 29%);
	-o-box-shadow: 2px 3px 17px 3px rgb(19 19 28 / 29%);
	box-shadow: 2px 3px 17px 3px rgb(19 19 28 / 29%);
	align-items: center;
	justify-content: center;
}

a.whatsapp_float svg {
	width: 34px;
	fill: #FFF;
}

@media (max-width: 1399px) {

	.business-loan-section .main-content form .range-amount input {
		width: 20%;
	}
}

@media (max-width: 1199px) {

	h1,
	h1>a {
		font-size: 57px;
		line-height: 68.4px;
	}

	h2,
	h2>a {
		font-size: 43px;
		line-height: 51.6px;
	}

	.banner-section .overlay .banner-content {
		padding: 270px 0 210px;
	}

	.footer-section .cus-mar {
		margin-bottom: -50px;
	}

	.banner-section.business-loan .overlay {
		background-size: 30%;
	}

	.business-loan-section .main-content form .range-amount input {
		width: 25%;
	}

	.business-loan-section .main-content .tab-content {
		margin-bottom: 30px;
	}

	.banner-section.home-loan .overlay {
		background-position: right 60px bottom;
		background-size: 30%;
	}

	.banner-section.home-loan .overlay {
		background-image: unset;
	}

	.banner-section.personal-loan .overlay {
		background-position: right 80px bottom;
		background-size: 30%;
	}

	.business-loan-section .main-content form .nav-tabs {
		margin-bottom: -70px;
	}
}

@media (max-width: 991px) {

	h1,
	h1>a {
		font-size: 57px;
		line-height: 68.4px;
		margin-top: -12px;
	}

	h2,
	h2>a {
		font-size: 43px;
		line-height: 51.6px;
		margin-top: -8px;
	}

	h3,
	h3>a {
		font-size: 32px;
		line-height: 38.4px;
		margin-top: -7px;
	}

	h4,
	h4>a {
		font-size: 24px;
		line-height: 28px;
		margin-top: -5px;
	}

	h5,
	h5>a {
		font-size: 18px;
		line-height: 22px;
		margin-top: -3px;
	}


	a,
	p,
	span,
	li {
		font-size: 16px;
		line-height: 22px;
	}

	.section-header {
		margin-top: -8px;
		margin-bottom: 40px;
	}

	.title {
		margin-bottom: 20px;
	}

	.header-section .navbar-toggler {
		display: inline-block;
	}

	.header-section .navbar .navbar-brand {
		margin-top: -5px;
		width: 35%;
	}

	.header-section .navbar .navbar-brand img {
		max-width: initial;
	}

	.header-section .navbar .navbar-collapse .navbar-nav {
		height: 200px;
		margin: 20px 0;
		overflow-y: auto;
		margin-bottom: 10px;
	}

	.header-section .navbar .navbar-collapse .navbar-nav .nav-item {
		padding: 8px 0;
	}

	.footer-section {
		margin-top: 60px;
	}

	.account-feature .cus-mar {
		margin-bottom: -30px;
	}

	.account-feature .single-box {
		margin-bottom: 30px;
	}

	.business-loan-section .main-content {
		padding: 60px 50px;
	}

	.banner-section.business-loan .overlay {
		background-image: unset;
	}

	.business-loan-section.personal-loan .main-content {
		padding: 60px 80px;
	}

	.business-loan-section .main-content form .nav-tabs {
		margin-bottom: -20px;
	}
}

@media (max-width: 767px) {
	.footer-section .footer-bottom {
		display: grid;
		justify-content: center;
		text-align: center;
	}

	.footer-section .footer-bottom .left {
		order: 1;
		margin-top: 15px;
	}

	.banner-section .overlay .banner-content {
		padding: 200px 0 190px;
	}

	.apply-for-loan .overlay .form-content .section-header {
		width: 100%;
	}

	.business-loan-section .main-content form .nav-tabs .cmn-btn {
		padding: 10px 20px;
	}

	.apply-for-loan.home-loan::after {
		display: none;
	}

	.banner-section.personal-loan .overlay {
		background-image: unset;
	}

	.business-loan-section.personal-loan .main-content {
		padding: 60px 40px;
	}
}

@media (max-width: 575px) {

	h1,
	h1>a {
		font-size: 40px;
		line-height: 46px;
		margin-top: -7px;
	}

	h2,
	h2>a {
		font-size: 30px;
		line-height: 36px;
		margin-top: -6px;
	}

	h3,
	h3>a {
		font-size: 24px;
		line-height: 28px;
		margin-top: -5px;
	}

	h4,
	h4>a {
		font-size: 18px;
		line-height: 22px;
		margin-top: -3px;
	}

	a,
	p,
	span,
	li,
	.cmn-btn,
	input,
	label {
		font-size: 15px;
		line-height: 19px;
	}

	.section-header {
		margin-top: -5px;
		margin-bottom: 30px;
	}

	.title {
		margin-bottom: 15px;
	}

	.header-section .navbar {
		padding: 20px 15px;
	}

	img.account-feature-image {
		width: 50%;
	}

	.img-history-credit {
		width: 70%;
	}

	.section-text {
		margin-bottom: 20px;
	}

	.banner-section .sub-title {
		font-size: 17px;
		margin-bottom: 20px;
	}

	.banner-section .title {
		font-size: 28px;
		line-height: 34.8px;
	}

	.banner-section .overlay {
		background-position-y: bottom;
		background-position-x: 68%;
	}

	.business-loan-section .main-content form .range-amount,
	.range-amount span {
		font-size: 26px;
		line-height: 36.6px;
		margin-bottom: 20px;
	}

	.whatsapp_float_block {
		max-width: 350px;
	}

	.banner-section .overlay .banner-content {
		padding: 210px 0;
	}

	.apply-for-loan .overlay .form-content .col-6 {
		width: 100%;
	}

	.business-loan-section .main-content form .nav-tabs .cmn-btn {
		margin-bottom: 20px;
	}

	.business-loan-section .main-content form .ui-slider-handle.ui-state-default,
	.loan-calculation .ui-slider-handle.ui-state-default,
	.business-loan-section .main-content form .ui-slider-handle.ui-state-default {
		width: 25px;
		height: 25px;
		top: -10px;
	}

	.business-loan-section .main-content form .nav-tabs .cmn-btn {
		margin-right: 10px;
		margin-left: 10px;
	}

	.apply-for-loan .overlay .form-content {
		padding: 30px 15px;
	}

	.account-feature .single-box h5 {
		margin: 12px 0 9px;
	}

	.business-loan-section.personal-loan .main-content {
		padding: 40px 15px;
	}
}

@media (max-width: 480px) {
	.banner-section .overlay .banner-content .bottom-area {
		display: inline-grid;
	}

	.banner-section .overlay .banner-content .bottom-area .second {
		margin-top: 20px;
	}

	.business-loan-section .main-content form .nav-tabs {
		justify-content: center !important;
	}
}

@media (max-width: 375px) {


	.footer-section .col-6 {
		width: 100% !important;
	}

	.business-loan-section .main-content {
		padding: 50px 10px;
	}

	.business-loan-section .main-content form .range-amount input {
		width: 30%;
	}
}