

html,
body {
	height: 100%;
}

body {
	margin: 0;
}

html,
body {
	height: 100%;
}

body {
	margin: 0;
}

/*======== Table of Css Content ==========*/
/* Typography */
/* variables */
/* Global style */
/*
=========================
=========================
*/
/* @import url("https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400;500;600;700;800;900&amp;display=swap"); */

/* latin */
@font-face {
	font-family: "Jost";
	font-style: normal;
	font-weight: 600;
	src: url(https://fonts.gstatic.com/s/jost/v14/92zatBhPNqw73oTd4g.woff2) format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC,
		U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	font-display: swap;
}

:root {
	--body-font: "Jost", sans-serif;
	--body-color: #ffffff;
	--para-color: #2c3655;
	--head-color: #0a1023;
	--head-alt-color: #055c2d;
	--hover-color: #1a4dbe;
}

.collapsing {
	transition: 0.3s;
}

html {
	scroll-behavior: smooth;
	/* overflow-x  : hidden; */
}

body {
	font-family: var(--body-font);
	background-color: var(--body-color);
	font-size: 18px;
	line-height: 30px;
	padding: 0;
	margin: 0;
	font-weight: 400;
	overflow-x: hidden;
}

.btn-arrow {
	display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
}

h1,
h1>a,
h2,
h2>a,
h3,
h3>a,
h4,
h4>a,
h5,
h5>a,
h6,
h6>a {
	font-family: var(--body-font);
	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,
h6>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;
}

.max-un {
	max-width: unset;
}

ul,
ol {
	padding: 0;
	margin: 0;
	list-style: none;
}

input:focus,
textarea:focus,
select:focus {
	outline: none;
	box-shadow: none;
}

button {
	border: none;
	cursor: pointer;
}

input,
textarea,
select {
	padding: 10px 20px;
	color: #1e266d;
	width: 100%;
	font-family: var(--body-font);
	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;
}

input[type="number"] {
	appearance: textfield;
}

input[type="password"] {
	font-family: initial;
}

select {
	padding: 10px 20px;
	border: none;
	cursor: pointer;
	outline: none;
}

textarea {
	min-height: 150px;
	resize: none;
}

span {
	display: inline-block;
}

.table thead th,
.table td,
.table th {
	border: none;
}

.d-grid {
	display: grid !important;
}

.b-none {
	border: none !important;
}

iframe {
	border: 0;
	width: 100%;
}

.shadow-none {
	box-shadow: none;
}

h1,
h1>a {
	font-size: 56px;
	line-height: 98.8px;
	margin-top: -40px;
}

h2,
h2>a {
	font-size: 57px;
	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;
}

h6,
h6>a {
	font-size: 18px;
	line-height: 23.4px;
	margin-top: -3px;
}

table thead tr th {
	font-size: 18px;
	line-height: 30px;
}

a {
	display: inline-block;
	color: #000;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
}

p,
span,
li {
	margin: 0;
	font-family: var(--body-font);
	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: var(--head-alt-color);
	margin-bottom: 30px;
}

.title {
	font-weight: 700;
	margin-bottom: 16px;
}

.head-icon {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #1a4dbe;
	margin-bottom: 30px;
}

.title span {
	font-size: inherit;
	font-family: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: var(--head-alt-color);
}

.xxlr {
	font-size: 26px;
	line-height: 36px;
	margin-top: -7px;
}

.xlr {
	font-size: 24px;
	line-height: 36px;
	margin-top: -7px;
}

.mdr {
	font-size: 16px;
	line-height: 22px;
}

.z-1 {
	z-index: 1;
}

.mb-60 {
	margin-bottom: 60px;
}

.mt-60 {
	margin-top: 60px;
}

.pt-120 {
	padding-top: 120px;
}

@media (max-width: 991px) {
	.pt-120 {
		padding-top: 90px;
	}

	.mb-60 {
		margin-bottom: 40px;
	}

	.mt-60 {
		margin-top: 40px;
	}
}

@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;
	}
}

*::-webkit-scrollbar-track {
	background: #00003e;
}

*::-webkit-scrollbar {
	width: 6px;
}

*::-webkit-scrollbar-button,
*::-webkit-scrollbar-thumb {
	background-color: #5732c6;
}

.preloader {
	position: fixed;
	width: 100%;
	height: 100vh;
	z-index: 99999999;
	overflow: visible;
	background: url(../images/preloader.webp) no-repeat center center;
	background-size: 20%;
	background-color: #e5eff1;
}

.scrollToTop {
	position: fixed;
	bottom: 0;
	right: 30px;
	width: 45px;
	height: 45px;
	background-color: var(--hover-color);
	border-radius: 5px;
	color: #fff;
	line-height: 45px;
	font-size: 20px;
	text-align: center;
	z-index: 9;
	cursor: pointer;
	transition: all 1s;
	transform: translateY(100%);
}

.scrollToTop.active {
	bottom: 30px;
	transform: translateY(0%);
	color: var(--body-color);
}

.scrollToTop:hover {
	color: var(--body-color);
}

.icon-svg {
	position: relative;
}

.icon-svg img {
	opacity: 1;
	position: absolute;
}

.icon-svg svg {
	position: absolute;
	stroke-dashoffset: 1500;
	stroke-dasharray: 1500;
	transform: scale(1);
	transition: transform 0.3s, fill 0.5s;
	opacity: 0;
	visibility: hidden;
}

.icon-svg:hover svg {
	visibility: visible;
	opacity: 1;
	stroke-dashoffset: 0;
	fill: transparent;
	transition: transform 0.3s, fill 0.5s, stroke-dashoffset 6s;
}

.icon-svg:hover img {
	opacity: 0;
	visibility: hidden;
}

.accordion-button:focus {
	box-shadow: none;
}

.animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translate3d(0, -100%, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInDown {
	animation-name: fadeInDown;
}

/* cmn btn */
.cmn-btn {
	padding: 6px;
	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:focus {
	background: var(--hover-color);
	color: var(--body-color);
}

.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);
}

@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;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background: var(--body-color);
}

.header-section.header-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
}

.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: 10px 15px;
}

.header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link,
.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-item {
	font-weight: 500;
	padding: 0 10px;
	color: var(--para-color);
	text-transform: capitalize;
	transition: 0.3s;
}

.header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover,
.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-item:hover {
	color: var(--hover-color);
	transition: 0.3s;
}

.header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active,
.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-item.active {
	color: var(--hover-color);
}

.header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
	vertical-align: 0;
	background-image: url(../images/icon/menu-down.png);
	background-repeat: no-repeat;
	background-size: 85%;
	border: none;
	margin-left: 5px;
	width: 15px;
	height: 11px;
}

.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
	background-color: var(--body-color);
}

.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu li a {
	display: block;
	padding: 5px 15px;
	transition: 0.3s;
}

.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu li a:hover {
	background: var(--hover-color);
	transition: 0.3s;
	color: var(--body-color);
}

.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropend .dropdown-menu {
	margin-left: 20%;
}

.header-section .navbar .navbar-collapse .right-area {
	margin-left: 15px;
}

.header-section .nav-item.main-navbar .main-menu {
	position: absolute;
	top: 110%;
	left: 50%;
	transform: translateX(-50%);
	min-width: 220px;
	background: #1f2340;
	box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.25);
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
	z-index: 999;
}

.header-section .nav-item.main-navbar .main-menu .sub-navbar {
	position: relative;
}

.header-section .nav-item.main-navbar .main-menu .sub-navbar .sub-menu {
	visibility: hidden;
	position: absolute;
	opacity: 0;
	right: -80%;
	top: 0;
}

.header-section .nav-item.main-navbar .main-menu .sub-navbar:hover .sub-menu {
	opacity: 1;
	visibility: visible;
}

.header-section .nav-item.main-navbar:hover .main-menu {
	opacity: 1;
	visibility: visible;
	top: 30px;
}

.header-section.register {
	border-bottom: 1px solid #d8dce7;
}

.header-section.register .nav-item {
	font-weight: 500;
}

.header-section.register .right-area {
	margin-left: 30px;
}

.banner-section .overlay {
	background-color: #f5faff;
	background-image: url(../images/img1.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: right bottom 60px;
}

.banner-section .overlay .banner-content {
	padding: 185px 0 120px;
}

.banner-section .overlay .banner-content .top-area p {
	width: 80%;
}

.banner-section .overlay .banner-content .cmn-btn {
	margin-right: 20px;
}

.banner-section .partner {
	margin-top: -60px;
	transform: translateZ(10px);
}

.banner-section .partner .partner-box {
	padding: 30px 40px 30px 0px;
	position: relative;
}

.banner-section .partner .partner-box::before {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	width: 500%;
	content: "";
	background: var(--body-color);
	box-shadow: 0px 12px 24px rgba(47, 65, 129, 0.1);
	border-radius: 0px 20px 20px 0px;
	z-index: -1;
}

.banner-section .partner .partner-box .slick-track {
	display: flex;
	align-items: center;
}

.banner-section .partner .partner-box .slick-track img {
	margin: auto;
	filter: grayscale(100%);
	transition: ease 0.3s;
}

.banner-section .partner .partner-box .slick-track img:hover {
	filter: grayscale(0);
	transition: ease 0.3s;
}

.banner-section.inner-banner .banner-content {
	padding: 315px 0 170px;
}

.banner-section.inner-banner .banner-content .main-content .breadcrumb-area {
	margin-top: 10px;
}

.banner-section.inner-banner .banner-content .main-content .breadcrumb-area .breadcrumb li {
	display: flex;
	align-items: center;
}

.banner-section.inner-banner .banner-content .main-content .breadcrumb-area .breadcrumb li a {
	color: var(--para-color);
}

.banner-section.inner-banner .banner-content .main-content .breadcrumb-area .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
	background-image: url(../images/icon/arrow-right.png);
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
	padding: 0 10px;
	content: "";
}

.banner-section.career-single .overlay {
	background-image: url(../images/career-single-banner.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.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.contact .overlay {
	background-image: url(../images/contact-banner.webp);
	background-repeat: no-repeat;
	background-position: right 50px bottom;
}

.banner-section.contact .overlay .banner-content {
	padding: 307px 0 170px;
}

.banner-section.affiliate .overlay {
	background-image: unset;
	border-bottom: 1px dashed #1a4dbe;
}

.banner-section.affiliate .overlay .banner-content {
	padding: 265px 0 205px;
}

.banner-section.affiliate .bottom-box .main-content .mid-side {
	width: 160px;
	height: 160px;
	background: var(--body-color);
	box-shadow: 0px 6.38298px 12.766px rgba(47, 65, 129, 0.1);
	border-radius: 80px;
	position: relative;
}

.banner-section.affiliate .bottom-box .main-content .mid-side h3 {
	color: var(--hover-color);
	margin-top: 0;
}

.banner-section.affiliate .bottom-box .main-content .mid-side p {
	color: var(--head-alt-color);
}

.banner-section.affiliate .bottom-box .main-content .mid-side::before,
.banner-section.affiliate .bottom-box .main-content .mid-side::after {
	position: absolute;
	font-family: "arafat font";
	font-size: 24px;
	color: var(--hover-color);
}

.banner-section.affiliate .bottom-box .main-content .mid-side::before {
	content: "\0041";
	left: -120%;
	animation: linear infinite;
	animation-name: run_obj;
	animation-duration: 2s;
}

.banner-section.affiliate .bottom-box .main-content .mid-side::after {
	content: "\0042";
	right: -120%;
	animation: linear infinite;
	animation-name: run_obj_alt;
	animation-duration: 2s;
}

.banner-section.affiliate .bottom-box .btn-area a:hover {
	background-color: var(--body-color);
}

.banner-section.faqs .overlay {
	background-image: url(/assets/website/images/faqs-banner.png);
	background-repeat: no-repeat;
	background-position: right 30px bottom;
}

.banner-section.terms .overlay {
	background-image: url(/assets/website/images/terms-banner.png);
	background-repeat: no-repeat;
	background-position: right 30px bottom;
}

.footer-section {
	background: #f5faff;
}

.footer-section .img-area {
	position: relative;
}

.footer-section .img-area img {
	position: absolute;
	bottom: 100px;
	width: 15%;
}

.footer-section .img-area .left {
	left: 0;
}

.footer-section .img-area .right {
	right: 0;
}

.footer-section .footer-box .logo {
	margin-bottom: 25px;
}

.footer-section .footer-box .social-link {
	margin-top: 25px;
}

.footer-section .footer-box .social-link a {
	height: 30px;
	width: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	color: #1a4dbe;
	border: 1px solid #b0baf1;
	transition: 0.3s;
	margin-right: 10px;
	content-visibility: visible;
}

.footer-section .footer-box .social-link a.active,
.footer-section .footer-box .social-link a:hover {
	background: #1a4dbe;
	border: 1px solid #1a4dbe;
	color: #ffffff;
}

.footer-section .footer-box .footer-link li a {
	content-visibility: visible;
}

.footer-section .footer-box h5 {
	margin-bottom: 15px;
}

.footer-section .footer-box li a {
	color: #2c3655;
	transition: 0.3s;
	position: relative;
	display: flex;
	align-items: center;
	content-visibility: auto;
}

.footer-section .footer-box li a::before {
	position: absolute;
	content: "";
	background-image: url(../images/icon/right-icon.png);
	background-repeat: no-repeat;
	left: 0;
	width: 12px;
	height: 12px;
	opacity: 0;
	transition: 0.3s;
	content-visibility: auto;
}

.footer-section .footer-box li a:hover {
	color: #055c2d;
	padding-left: 35px;
	content-visibility: auto;
}

.footer-section .footer-box li a:hover::before {
	left: 15px;
	opacity: 1;
	content-visibility: auto;
}

.footer-section .footer-box form input {
	margin-bottom: 22px;
	border-radius: 30px;
	border-color: #b0baf1;
}

.footer-section .footer-box form button {
	width: 100%;
	box-shadow: 0px 20px 20px rgba(26, 77, 190, 0.2);
	margin-bottom: 20px;
}

.footer-section .footer-box form button:hover {
	box-shadow: none;
}

.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;
}

.footer-section .footer-bottom .right .cus-bor {
	border-right: 1px solid #b0baf1;
	line-height: 20px;
	margin-right: 15px;
	padding-right: 15px;
}

.footer-section .footer-bottom .right a {
	color: #2c3655;
}

.features-section .top-section .list {
	margin-top: 20px;
}

.features-section .top-section .list .list-item {
	margin-top: 16px;
}

.features-section .top-section .list .list-item span {
	font-weight: 500;
}

.features-section .top-section .list .check {
	min-width: 24px;
	min-height: 24px;
	background: var(--head-alt-color);
	border-radius: 50%;
	margin-right: 10px;
}

.card-section {
	background-image: url(../images/card-bg.webp);
	background-position: top left -150px;
	background-repeat: no-repeat;
	background-size: contain;
}

.card-section .card-carousel-index .single {
	padding: 0 30px;
}

.card-section .card-carousel-index .thumb img {
	width: 100%;
}

.card-section .card-carousel-index .button-area {
	margin-top: 30px;
}

.card-section .card-carousel-index .slick-prev {
	left: calc(50% - 100px);
	z-index: 2;
}

.card-section .card-carousel-index .slick-next {
	right: calc(50% - 100px);
}

.card-section .card-carousel-index .slick-arrow {
	position: absolute;
	outline: none;
	bottom: -95px;
	width: 40px;
	height: 40px;
	background: #d8dce7;
	box-shadow: 0px 4px 4px rgba(167, 180, 226, 0.25);
	border-radius: 20px;
	z-index: 1;
}

.card-section .card-carousel-index .slick-arrow i {
	color: #1e266d;
}

.card-section .card-carousel-index .slick-arrow:hover {
	background: var(--hover-color);
	box-shadow: 0px 4px 4px #dae5ff;
	transition: all 0.5s;
}

.card-section .card-carousel-index .slick-arrow:hover i {
	color: var(--body-color);
}

.card-section .card-carousel-index .section-dots {
	text-align: center;
	position: absolute;
	left: calc(50% - 45px);
	bottom: -83px;
	display: flex;
	align-items: center;
}

.card-section .card-carousel-index .section-dots li {
	margin: 0 5px;
	display: inline-block;
	list-style: none;
}

.card-section .card-carousel-index .section-dots li .dot {
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 10px;
	background: #bdc2d1;
	text-decoration: none;
	cursor: pointer;
	transition: all ease 0.3s;
}

.card-section .card-carousel-index .section-dots li .dot .string {
	position: absolute;
	line-height: 0;
	opacity: 0;
}

.card-section .card-carousel-index .section-dots li.slick-active .dot {
	background-color: var(--hover-color);
}

.card-section .nav-tabs {
	padding: 10px;
	border: 1px solid #b0baf1;
	display: inline-flex;
	border-radius: 35px;
	margin-bottom: 40px;
}

.card-section .nav-tabs .nav-item .nav-link {
	border-radius: 50px;
	border: none;
	padding: 12px 30px;
}

.card-section .nav-tabs .nav-item .nav-link.active {
	background: #1a4dbe;
	color: var(--body-color);
}

.card-section .tab-content .cus-mar {
	margin-bottom: -25px;
}

.card-section .tab-content .single-box {
	padding: 30px;
	background: #ffffff;
	border: 1px solid #b0baf1;
	border-radius: 20px;
	margin-bottom: 25px;
}

.card-section .tab-content .single-box .thumb {
	position: relative;
	margin: auto;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin-bottom: 30px;
	transition: 0.3s;
	border: 1px solid #b0baf1;
}

.card-section .tab-content .single-box .thumb img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.card-section .tab-content .single-box .thumb .active {
	opacity: 1;
	visibility: visible;
}

.card-section .tab-content .single-box .thumb .alt {
	opacity: 0;
	visibility: hidden;
}

.card-section .tab-content .single-box:hover .thumb {
	background-color: var(--hover-color);
}

.card-section .tab-content .single-box:hover .thumb .active {
	opacity: 0;
	visibility: hidden;
}

.card-section .tab-content .single-box:hover .thumb .alt {
	opacity: 1;
	visibility: visible;
}

.call-action {
	background-image: url(../images/call-action-bg.webp);
	background-position: top;
	background-repeat: no-repeat;
}

.call-action .main-content {
	padding: 80px 40px;
	background: var(--body-color);
	box-shadow: 0px 12px 24px rgba(47, 65, 129, 0.1);
	border-radius: 20px;
}

.call-action .main-content .section-header .title span {
	display: block;
}

.call-action .main-content .bottom-area a {
	margin: 0 10px;
}

.call-action.card-page {
	background-image: url(../images/call-action-card-bg.webp);
	background-position: top;
	background-repeat: no-repeat;
}

.call-action.card-page .section-header h2 {
	color: var(--body-color);
}

.call-action.card-page .single {
	text-align: center;
}

.call-action.card-page .single .xlr {
	color: var(--head-alt-color);
	margin-top: 16px;
}

.call-action.card-page .single .cmn-btn {
	margin-top: -8px;
}

.call-action.second {
	background-image: url(../images/call-action-card-second.webp);
	background-size: cover;
	background-repeat: no-repeat;
}

.call-action.second h2,
.call-action.second p {
	color: var(--body-color);
}

.call-action.second .cmn-btn {
	color: #0a1023;
	background: var(--body-color);
	box-shadow: 0px 20px 20px rgba(26, 77, 190, 0.2);
}

.call-action.educations .main-content {
	padding: 60px;
}

.call-action.educations .main-content form .bottom-area {
	margin-top: 10px;
}

.call-action.educations .main-content form .bottom-area .single-input {
	margin-bottom: 0;
}

.call-action.educations .main-content .single-input {
	margin-bottom: 32px;
}

.call-action.educations .main-content .single-input h6 {
	margin-top: -9px;
}

.call-action.educations .main-content .single-input label {
	font-weight: 600;
}

.call-action.educations .main-content .single-input input:focus {
	border: 1px solid #b0baf1;
}

.call-action.educations .main-content .single-input select:focus {
	border: 1px solid #b0baf1;
}

.call-action.educations .main-content .single-input .single-radio {
	display: block;
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	user-select: none;
	margin-top: 10px;
	margin-right: 20px;
}

.call-action.educations .main-content .single-input .single-radio:hover input~.checkmark {
	background-color: #f5faff;
}

.call-action.educations .main-content .single-input .single-radio input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.call-action.educations .main-content .single-input .single-radio input:checked~.checkmark {
	background-color: #f5faff;
	border: 1px solid var(--hover-color);
}

.call-action.educations .main-content .single-input .single-radio input:checked~.checkmark:after {
	display: block;
}

.call-action.educations .main-content .single-input .single-radio .checkmark {
	position: absolute;
	top: 5px;
	left: 0;
	height: 22px;
	width: 22px;
	background-color: #f5faff;
	border: 1px solid #b0baf1;
	border-radius: 50%;
}

.call-action.educations .main-content .single-input .single-radio .checkmark:after {
	content: "";
	position: absolute;
	display: none;
	top: 5px;
	left: 5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--hover-color);
}

.financial-planning .cus-mar {
	margin-bottom: -30px;
}

.financial-planning .plan-box {
	padding: 30px 20px;
	background: var(--body-color);
	box-shadow: 0px 12px 24px rgba(47, 65, 129, 0.1);
	border-radius: 20px;
	margin-bottom: 30px;
	border: 1px solid transparent;
	transition: 0.3s;
}

.financial-planning .plan-box .thumb {
	width: 80px;
	height: 80px;
	background: #f5faff;
	border-radius: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	transition: 0.3s;
}

.financial-planning .plan-box .thumb img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.financial-planning .plan-box .thumb .active {
	opacity: 1;
	visibility: visible;
}

.financial-planning .plan-box .thumb .alt {
	opacity: 0;
	visibility: hidden;
}

.financial-planning .plan-box:hover {
	border: 1px solid #b0baf1;
}

.financial-planning .plan-box:hover .thumb {
	background-color: var(--hover-color);
}

.financial-planning .plan-box:hover .thumb .active {
	opacity: 0;
	visibility: hidden;
}

.financial-planning .plan-box:hover .thumb .alt {
	opacity: 1;
	visibility: visible;
}

.financial-planning .plan-box a {
	margin: 36px 0 4px;
}

.financial-planning .plan-box ul li {
	margin-top: 15px;
}

.financial-planning .plan-box ul li .check {
	min-width: 24px;
	min-height: 24px;
	background: var(--head-alt-color);
	border-radius: 50%;
	margin-right: 10px;
}

.personalized {
	background-color: var(--hover-color);
}

.personalized .img-area img {
	max-width: unset;
}

.personalized .section-text h3,
.personalized .section-text p {
	color: var(--body-color);
}

.personalized .cmn-btn {
	background: #5ac4ff;
	box-shadow: 0px 12px 24px rgba(47, 65, 129, 0.1);
	color: #0a1023;
}

.personalized .cmn-btn:hover {
	background: transparent;
	color: var(--body-color);
}

.testimonials .single-slide {
	display: flex;
}

.testimonials .single-slide .thumb {
	margin-right: 50px;
}

.testimonials .single-slide .top-content {
	margin-bottom: 40px;
}

.testimonials .single-slide .top-content h5 {
	margin: 30px 0;
}

.testimonials .single-slide .bottom-content span {
	color: var(--head-alt-color);
	margin-top: 10px;
}

.testimonials .slick-arrow {
	position: absolute;
	outline: none;
	bottom: 95px;
	width: 40px;
	height: 40px;
	background: #d8dce7;
	box-shadow: 0px 4px 4px rgba(167, 180, 226, 0.25);
	border-radius: 20px;
	z-index: 1;
}

.testimonials .slick-arrow i {
	color: #1e266d;
}

.testimonials .slick-arrow:hover {
	background: var(--hover-color);
	box-shadow: 0px 4px 4px #dae5ff;
	transition: all 0.5s;
}

.testimonials .slick-arrow:hover i {
	color: var(--body-color);
}

.testimonials .slick-arrow.slick-prev {
	left: calc(50% - 150px);
	z-index: 2;
}

.testimonials .slick-arrow.slick-next {
	right: calc(50% - 50px);
}

.testimonials .section-dots {
	text-align: center;
	position: absolute;
	left: calc(50% - 93px);
	bottom: 108px;
	display: flex;
	align-items: center;
}

.testimonials .section-dots li {
	margin: 0 5px;
	display: inline-block;
	list-style: none;
}

.testimonials .section-dots li .dot {
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 10px;
	background: #bdc2d1;
	text-decoration: none;
	cursor: pointer;
	transition: all ease 0.3s;
}

.testimonials .section-dots li .dot .string {
	position: absolute;
	line-height: 0;
	opacity: 0;
}

.testimonials .section-dots li.slick-active .dot {
	background-color: var(--hover-color);
}

.faqs-section .section-header p a {
	color: #1a4dbe;
}

.faqs-section .accordion {
	margin-bottom: -20px;
}

.faqs-section .accordion .accordion-item {
	margin-bottom: 20px;
	background: var(--body-color);
	box-shadow: 0px 12px 24px rgba(47, 65, 129, 0.1);
	border-radius: 10px;
	border: none;
	padding: 20px;
}

.faqs-section .accordion .accordion-item .accordion-button {
	padding: 30px;
	background: var(--body-color);
	border-radius: 10px;
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
	border: none;
}

.faqs-section .accordion .accordion-item .accordion-button::after {
	flex-shrink: 0;
	width: 1.25rem;
	height: 1.25rem;
	margin-left: auto;
	content: "";
	background-image: url(../images/icon/minus.png);
	background-repeat: no-repeat;
	background-size: 1.25rem;
	transition: all ease 0.3s;
}

.faqs-section .accordion .accordion-item .accordion-button::before {
	content: "";
	position: absolute;
	right: 20px;
	width: 40px;
	height: 40px;
	background: #1a4dbe;
	box-shadow: 0px 15px 20px rgba(26, 77, 190, 0.2);
	border-radius: 5px;
}

.faqs-section .accordion .accordion-item .accordion-button.collapsed::after {
	flex-shrink: 0;
	width: 1.25rem;
	height: 1.25rem;
	margin-left: auto;
	content: "";
	background-image: url(../images/icon/plus.png);
	background-repeat: no-repeat;
	background-size: 1.25rem;
	transform: rotate(-90deg);
	transition: all ease 0.3s;
}

.faqs-section .accordion .accordion-item .accordion-button.collapsed::before {
	background-color: #f7f6ff;
	box-shadow: 0px 12px 24px rgba(47, 65, 129, 0.1);
}

.faqs-section .accordion .accordion-item .accordion-collapse {
	border: none;
}

.faqs-section .accordion .accordion-item .accordion-collapse .accordion-body {
	padding: 0 30px;
}

.faqs-section .accordion .accordion-item .accordion-collapse .accordion-body p {
	padding: 30px 0;
	border-top: 1px solid #b0baf1;
}

.faqs-section.account {
	position: relative;
}

.faqs-section.account::before {
	content: "";
	position: absolute;
	width: 90%;
	height: 100%;
	background: linear-gradient(180deg, #f5faff 0%, rgba(245, 250, 255, 0) 100%);
	left: 5%;
	z-index: -1;
}

.faqs-section .tab-content h4 {
	text-align: center;
	margin: 30px 0;
	text-transform: uppercase;
}

.faqs-section .nav-tabs {
	padding: 10px;
	border: 1px solid #b0baf1;
	border-radius: 50px;
	justify-content: center;
}

.faqs-section .nav-tabs .nav-item:last-child {
	margin-bottom: 0;
}

.faqs-section .nav-tabs .nav-item .nav-link {
	padding: 15px 30px;
	background: var(--body-color);
	box-shadow: 0px 12px 24px rgba(47, 65, 129, 0.1);
	border-radius: 35px;
	font-weight: 500;
	margin: 0 10px;
	text-transform: uppercase;
	color: var(--para-color);
}

.faqs-section .nav-tabs .nav-item .nav-link.active,
.faqs-section .nav-tabs .nav-item .nav-link:hover {
	background: var(--hover-color);
	color: var(--body-color);
}

.get-start {
	margin-bottom: -120px;
}

.get-start .get-content {
	background: #1a4dbe;
	border-radius: 10px;
	padding: 40px 55px 40px;
	position: relative;
}

.get-start .get-content h3,
.get-start .get-content p {
	color: var(--body-color);
}

.get-start .get-content .cmn-btn {
	background: #5ac4ff;
	box-shadow: 0px 12px 24px rgba(47, 65, 129, 0.1);
	color: #0a1023;
}

.get-start .get-content .cmn-btn:hover {
	color: var(--body-color);
	background: transparent;
}

.get-start .get-content img {
	position: absolute;
	bottom: -24px;
	right: 0;
}

.career-single .single-area .content {
	margin-bottom: -15px;
}

.career-single .single-area h2,
.career-single .single-area h3,
.career-single .single-area h4 {
	margin-bottom: 23px;
}

.career-single .single-area .single-sub {
	margin-right: 20px;
	padding-right: 20px;
	margin-bottom: 20px;
}

.career-single .single-area .single-sub span {
	line-height: 20px;
}

.career-single .single-area .icon-area {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	background: #eef1ff;
	border-radius: 25px;
	margin-right: 10px;
}

.career-single .single-area .cus-bor {
	border-right: 1px solid #b0baf1;
}

.career-single .single-area p a {
	color: var(--hover-color);
	text-decoration: underline;
}

.career-single .single-area ul {
	margin-top: 10px;
	margin-left: 45px;
}

.career-single .single-area ul li {
	font-weight: 500;
	margin-top: 15px;
	position: relative;
	display: flex;
	align-items: center;
}

.career-single .single-area ul li::before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	left: -17px;
	background: var(--hover-color);
	border-radius: 5px;
}

.career-single .single-area .cmn-btn {
	margin-top: -6px;
}

.career-single .single-item {
	padding: 30px;
	background: var(--body-color);
	box-shadow: 0px 12px 24px rgba(47, 65, 129, 0.1);
	border-radius: 20px;
	text-align: left;
	margin-bottom: 40px;
}

.career-single .single-item p {
	margin: 17px 0;
}

.career-single .single-item .cmn-btn {
	margin-top: 6px;
}

.career-single .social-link {
	margin-left: 20px;
}

.career-single .social-link a {
	height: 30px;
	width: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	color: #1a4dbe;
	border: 1px solid #b0baf1;
	transition: 0.3s;
	margin-right: 10px;
	content-visibility: visible;
}

.career-single .social-link a.active,
.career-single .social-link a:hover {
	background: #1a4dbe;
	border: 1px solid #1a4dbe;
	color: #ffffff;
}

.account-feature .cus-mar {
	margin-bottom: -5px;
}

.account-feature .single-box {
	text-align: center;
}

.account-feature .single-box .icon-box {
	width: 80px;
	height: 80px;
	background: #f5faff;
	border-radius: 40px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.account-feature .single-box h5 {
	margin: 23px 0 9px;
}

.account-feature.loan-feature .cus-mar {
	margin-bottom: -30px;
}

.account-feature.loan-feature .single-box {
	padding: 40px 30px;
	padding-bottom: 29px;
	border: 1px solid #eef1ff;
	border-radius: 10px;
	margin-bottom: 30px;
}

.account-feature.home-loan {
	position: relative;
}

.account-feature.home-loan .img-area {
	position: absolute;
	right: 0;
	bottom: 13%;
}

.account-feature.need-more-help .single-box {
	border: 1px solid #b0baf1;
}

.account-feature.remittance .single-box {
	padding: 30px;
	background: var(--body-color);
	border-radius: 10px;
	transition: 0.3s;
}

.account-feature.remittance .single-box.active {
	box-shadow: 0px 12px 24px rgba(47, 65, 129, 0.1);
}

.account-feature.affiliate .single-box {
	box-shadow: 0px 12px 24px rgba(47, 65, 129, 0.1);
	border-radius: 20px;
	padding: 30px;
}

.grow-confidence .single-plan {
	padding: 30px;
	background: var(--body-color);
	box-shadow: 0px 12px 24px rgba(47, 65, 129, 0.1);
	border-radius: 10px;
}

.grow-confidence .single-plan .introd-area {
	width: 160px;
	height: 160px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f5faff;
	border-radius: 80px;
}

.grow-confidence .single-plan .introd-area h4 {
	display: inline-flex;
	align-items: center;
	margin-top: 5px;
}

.grow-confidence .single-plan .introd-area h4 .number {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	color: var(--hover-color);
	margin-right: 10px;
}

.grow-confidence .single-plan .introd-area h4 .right {
	display: inline-grid;
}

.grow-confidence .single-plan .introd-area h4 .right span {
	color: var(--head-alt-color);
	font-weight: 600;
	line-height: 15px;
}

.grow-confidence .single-plan .introd-area h4 .right .mdr {
	font-weight: 400;
}

.grow-confidence .single-plan .head-area h5 {
	margin: 15px 0;
}

.grow-confidence .single-plan .plan-list {
	padding: 19px 0px 0;
}

.grow-confidence .single-plan .plan-list .single {
	border-bottom: 1px solid #eef1ff;
	margin-bottom: 22px;
	padding-bottom: 18px;
}

.grow-confidence .single-plan .plan-list .single h6 {
	font-weight: 600;
}

.grow-confidence .single-plan .plan-list .single:last-child {
	border: none;
}

.grow-confidence .single-plan .cmn-btn {
	margin-top: -7px;
}

.how-works {
	background: #f5faff;
}

.how-works .nav-tabs {
	border: none;
}

.how-works .nav-link {
	border: none;
	padding: 0;
}

.how-works .nav-link .row {
	margin-bottom: 20px;
	transition: 0.3s;
}

.how-works .nav-link .left-side {
	position: relative;
}

.how-works .nav-link .left-side::before {
	content: "";
	position: absolute;
	width: 2px;
	height: 50px;
	background-color: #2c3655;
	left: calc(50% - 10px);
	top: 75px;
	transition: 0.3s;
}

.how-works .nav-link .left-side .number {
	width: 65px;
	height: 65px;
	background: #2c3655;
	border-radius: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s;
}

.how-works .nav-link .left-side .number h4 {
	color: var(--body-color);
	margin-top: 0;
	transition: 0.3s;
}

.how-works .nav-link .right-side {
	margin-bottom: -6px;
	cursor: pointer;
}

.how-works .nav-link .right-side h4 {
	margin-top: 5px;
	margin-bottom: 20px;
	transition: 0.3s;
}

.how-works .nav-link .right-side p {
	visibility: hidden;
	transition: 0.3s;
	opacity: 0;
}

.how-works .nav-link.active {
	border: none;
	background: transparent;
}

.how-works .nav-link.active .row {
	margin-bottom: 63px;
}

.how-works .nav-link.active .left-side::before {
	background-color: var(--hover-color);
	height: 100px;
}

.how-works .nav-link.active .left-side .number {
	background: var(--hover-color);
}

.how-works .nav-link.active .right-side h4 {
	color: var(--hover-color);
}

.how-works .nav-link.active .right-side p {
	visibility: visible;
	opacity: 1;
}

.how-works .nav-link.last {
	padding-bottom: 0;
	margin-bottom: -77px;
	transition: 0.3s;
}

.how-works .nav-link.last .left-side::before {
	display: none;
}

.how-works .nav-link.last .row {
	margin-bottom: 0;
}

.how-works .nav-link.last.active {
	margin-bottom: 0;
}

.choose-card .nav-tabs {
	padding: 10px;
	border: 1px solid #b0baf1;
	display: inline-flex;
	border-radius: 35px;
	margin-bottom: 22px;
}

.choose-card .nav-tabs .nav-item .nav-link {
	border-radius: 50px;
	border: none;
	padding: 12px 30px;
}

.choose-card .nav-tabs .nav-item .nav-link.active {
	background: #1a4dbe;
	color: var(--body-color);
}

.choose-card .single-card img {
	margin-bottom: 15px;
}

.apply-for-loan .overlay {
	background-image: url(../images/apply-for-loan-bg.webp);
	background-repeat: no-repeat;
	background-position: top;
	background-size: auto;
}

.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;
}

.apply-for-loan .overlay .form-content .single-input label {
	font-weight: 600;
}

.apply-for-loan .overlay .form-content .single-input input:focus,
.apply-for-loan .overlay .form-content .single-input textarea:focus,
.apply-for-loan .overlay .form-content .single-input select: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;
}

.apply-for-loan.business-loan::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 75%;
	top: 0;
	z-index: -1;
	background: #f5faff;
}

.apply-for-loan.business-loan .overlay {
	background-image: unset;
}

.apply-for-loan.educations .checkbox_wrapper {
	position: relative;
	height: 40px;
	width: 40px;
	margin-right: 20px;
}

.apply-for-loan.educations input[type="checkbox"] {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.apply-for-loan.educations input[type="checkbox"]+label {
	background-image: url(../images/icon/check-1.png);
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 40px;
	height: 40px;
	background-color: var(--body-color);
	box-shadow: 0px 12px 24px rgba(47, 65, 129, 0.1);
	border-radius: 5px;
}

.apply-for-loan.educations input[type="checkbox"]:checked+label {
	background-image: none;
	background-repeat: no-repeat;
	display: inline-block;
	width: 40px;
	height: 40px;
	background-color: var(--body-color);
	box-shadow: 0px 12px 24px rgba(47, 65, 129, 0.1);
	border-radius: 5px;
}

.apply-for-loan.contact .overlay {
	background-image: url(../images/get-in-touch-bg.webp);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: auto;
}

.apply-for-loan.contact .overlay .form-content {
	box-shadow: 0px -12px 24px rgba(47, 65, 129, 0.1);
}

@media (max-width: 2021px) {
	.account-feature.home-loan .img-area img {
		width: 65%;
	}

	.account-feature.home-loan .img-area {
		right: -118px;
		bottom: 25%;
	}
}

@media (max-width: 1799px) {
	.footer-section .img-area .right {
		right: 0;
	}

	.footer-section .img-area img {
		width: 10%;
	}

	.account-feature.home-loan .img-area img {
		display: none;
	}
}

@media (max-width: 1599px) {
	.footer-section .img-area {
		display: none;
	}
}

@media (max-width: 1399px) {
	.banner-section .overlay {
		background-size: 45%;
	}

	.card-section {
		background-size: 60%;
	}

	.testimonials .slick-arrow.slick-prev {
		left: calc(58% - 150px);
	}

	.testimonials .slick-arrow.slick-next {
		right: calc(44% - 50px);
	}

	.testimonials .section-dots {
		left: calc(57% - 93px);
	}

	.banner-section.terms .overlay {
		background-size: 30%;
	}
}

@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;
	}

	.banner-section.inner-banner .overlay .banner-content {
		padding: 215px 0 100px;
	}

	.testimonials .slick-arrow.slick-next {
		right: calc(30% - 50px);
	}

	.testimonials .slick-arrow.slick-prev {
		left: calc(69% - 150px);
	}

	.testimonials .section-dots {
		left: calc(69% - 93px);
		bottom: 70px;
	}

	.testimonials .slick-arrow {
		bottom: 60px;
	}

	.footer-section .footer-box {
		margin-bottom: 40px;
	}

	.footer-section .cus-mar {
		margin-bottom: -50px;
	}

	.banner-section.career-single .overlay {
		background-size: 30%;
	}

	.faqs-section.account::before {
		width: 100%;
		left: 0;
	}

	.how-works .nav-link .left-side::before {
		left: calc(50% - -5px);
	}

	.how-works .nav-link.active .row {
		margin-bottom: 35px;
	}

	.banner-section.business-loan .overlay {
		background-size: 30%;
	}

	.banner-section.home-loan .overlay {
		background-position: right 60px bottom;
		background-size: 30%;
		background-image: unset;
	}

	.banner-section.contact .overlay {
		background-size: 30%;
	}

	.banner-section.terms .overlay,
	.banner-section.privacy-content .overlay,
	.banner-section.faqs .overlay {
		background-size: 30%;
	}

	.banner-section.terms .overlay {
		background-size: 20%;
	}
}

@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;
	}

	h6,
	h6>a,
	table thead tr th,
	a,
	p,
	span,
	li {
		font-size: 16px;
		line-height: 22px;
	}

	.section-header {
		margin-top: 34px;
		margin-bottom: 40px;
	}

	.title {
		margin-bottom: 20px;
	}

	.xxlr {
		font-size: 20px;
		line-height: 28px;
	}

	.xlr {
		font-size: 18px;
		line-height: 25.5px;
	}

	.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: 70%;
	}

	.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 .dropdown-menu .dropend .dropdown-menu {
		left: 60px;
	}

	.header-section .nav-item.main-navbar .main-menu .sub-navbar .sub-menu {
		right: 0;
	}

	.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu.show {
		display: inline-block;
		margin-left: 130px;
	}

	.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
		display: none;
	}

	.header-section .navbar .navbar-collapse .navbar-nav .nav-item {
		padding: 8px 0;
	}

	.header-section .nav-item.dropdown .dropdown-menu {
		position: initial;
	}

	.header-section .navbar .navbar-collapse .right-area .lang {
		display: none !important;
	}

	.header-section .navbar .navbar-collapse .right-area {
		margin-left: 0;
		justify-content: center;
	}

	.features-section .img-area {
		text-align: center;
		margin-top: 40px;
	}

	.features-section .img-area img {
		width: 60%;
	}

	.cus-ord {
		order: 1;
	}

	.card-section {
		background-image: unset;
	}

	.card-section .tab-content {
		margin-bottom: 26px;
	}

	.card-section .nav-tabs {
		margin-bottom: 30px;
	}

	.card-section .tab-content .cus-mar {
		margin-bottom: -50px;
	}

	.financial-planning .cus-mar {
		margin-top: 30px;
	}

	.personalized .img-area {
		display: none;
	}

	.testimonials .single-slide {
		display: grid;
	}

	.testimonials .single-slide .thumb {
		margin: 0;
	}

	.testimonials .single-slide .thumb img {
		margin: auto;
		max-width: 40%;
	}

	.testimonials .testimonials-carousel {
		margin-bottom: -5px;
	}

	.get-start .get-content img {
		display: none;
	}

	.footer-section {
		margin-top: 60px;
	}

	.career-single .single-item {
		margin-top: 40px;
	}

	.account-feature .cus-mar {
		margin-bottom: -30px;
	}

	.account-feature .single-box {
		margin-bottom: 30px;
	}

	.banner-section.inner-banner .overlay .banner-content .banner-mar {
		margin-bottom: 30px;
	}

	.features-section .cus-ord {
		order: 1;
	}

	.grow-confidence .cus-mar {
		margin-bottom: -20px;
	}

	.grow-confidence .single-plan {
		margin-bottom: 20px;
	}

	.how-works .nav-link .left-side::before {
		left: calc(50% - 0px);
	}

	.how-works .nav-link.active .left-side::before {
		height: 85px;
	}

	.how-works .nav-link .row {
		margin-bottom: 5px;
	}

	.choose-card .tab-content {
		margin-bottom: -30px;
	}

	.choose-card .single-card {
		margin-bottom: 30px;
	}

	.choose-card .single-card img {
		margin-bottom: 0;
	}

	.about-car-loan .cus-ord {
		order: 1;
	}

	.about-car-loan .img-area {
		text-align: center;
		margin-bottom: 40px;
	}

	.about-car-loan .img-area img {
		width: 50%;
	}

	.features-section .img-area {
		display: none;
	}

	.banner-section.business-loan .overlay {
		background-image: unset;
	}

	.banner-section .overlay {
		background-image: unset;
	}

	.banner-section.terms .overlay,
	.banner-section.privacy-content .overlay,
	.banner-section.faqs .overlay,
	.banner-section.remittance .overlay {
		background-image: unset;
	}

	.banner-section.affiliate .bottom-box {
		background-image: unset;
		margin-top: -112px;
	}

	.banner-section.affiliate .bottom-box .main-content {
		text-align: center;
	}

	.banner-section.affiliate .bottom-box .main-content img {
		width: 70%;
	}

	.banner-section.affiliate .bottom-box .main-content .mid-side::before {
		left: -35%;
		animation: unset;
	}

	.banner-section.affiliate .bottom-box .main-content .mid-side::after {
		right: -35%;
		animation: unset;
	}

	.banner-section.affiliate .bottom-box .main-content .mid-side {
		width: 110px;
		height: 110px;
	}
}

@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;
	}

	.footer-section .footer-box .social-link {
		margin-top: 15px;
	}

	.banner-section .overlay .banner-content {
		padding: 200px 0 190px;
	}

	.banner-section.inner-banner .overlay .banner-content {
		padding: 170px 0 50px;
	}

	.banner-section .partner .partner-box {
		padding: 30px 0;
	}

	.banner-section.career-single .overlay {
		background-image: unset;
	}

	.career-single .single-area ul li {
		align-items: flex-start;
	}

	.career-single .single-area ul li::before {
		top: 5px;
	}

	.career-single .single-area ul {
		margin-left: 30px;
	}

	.slick-arrow {
		width: 30px !important;
		height: 30px !important;
	}

	.slick-arrow i {
		font-size: 14px;
	}

	.how-works .tab-content {
		display: none;
	}

	.how-works .nav-link .left-side {
		display: flex;
		justify-content: center;
	}

	.how-works .nav-link.active .left-side::before {
		height: 65px;
	}

	.how-works .nav-link .left-side .number {
		width: 50px;
		height: 50px;
	}

	.how-works .nav-link .left-side::before {
		top: 60px;
	}

	.how-works .nav-link.active .left-side::before {
		height: 80px;
	}

	.how-works .nav-link.last.active {
		margin-bottom: -20px;
	}

	.how-works .nav-link.last {
		margin-bottom: -75px;
	}

	.call-action.card-page {
		background-size: 100% 80%;
	}

	.call-action.second {
		background-size: cover;
	}

	.call-action .main-content {
		padding: 50px 15px;
	}

	.apply-for-loan .overlay .form-content .section-header {
		width: 100%;
	}

	.apply-for-loan.home-loan::after {
		display: none;
	}

	.apply-for-loan.educations .checkbox_wrapper {
		margin-right: 30px;
	}

	.call-action.educations .main-content form .bottom-area .btn-area {
		text-align: start !important;
		margin-top: 30px;
	}

	.banner-section.contact .overlay {
		background-image: unset;
	}

	.banner-section.inner-banner.remittance .overlay .banner-content {
		padding: 170px 0 160px;
	}

	.banner-section.affiliate .bottom-box .main-content img {
		width: 50%;
	}

	.banner-section.affiliate .bottom-box {
		margin-top: -66px;
	}

	.banner-section.affiliate .bottom-box .main-content .mid-side {
		width: 145px;
		height: 110px;
	}

	.banner-section.affiliate .bottom-box .main-content {
		margin-bottom: 30px;
	}

	.header-section.register .navbar {
		justify-content: center !important;
	}

	.header-section.register .navbar .navbar-brand {
		margin-bottom: 20px;
	}
}

@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,
	thead tr th,
	tbody tr th,
	tbody tr td,
	input,
	label,
	textarea,
	h6,
	h6>a {
		font-size: 15px;
		line-height: 19px;
	}

	.section-header {
		margin-top: 70px;
		margin-bottom: 30px;
	}

	.title {
		margin-bottom: 15px;
	}

	.xxlr {
		font-size: 18px;
		line-height: 25.5px;
	}

	.xlr {
		font-size: 16px;
		line-height: 22.4px;
	}

	.header-section .navbar {
		padding: 10px 15px;
	}

	.faqs-section .accordion .accordion-item .accordion-button::before {
		width: 30px;
		height: 30px;
	}

	.faqs-section .accordion .accordion-item .accordion-button::after,
	.faqs-section .accordion .accordion-item .accordion-button.collapsed::after {
		width: 15px;
		height: 15px;
		background-size: 100%;
		right: 25px;
		position: absolute;
	}

	.faqs-section .accordion .accordion-item .accordion-button::before,
	.faqs-section .accordion .accordion-item .accordion-button.collapsed::before {
		right: 18px;
	}

	.faqs-section .accordion .accordion-item .accordion-button {
		padding: 15px;
		padding-right: 60px;
	}

	.faqs-section .accordion .accordion-item .accordion-collapse .accordion-body p {
		padding: 15px 0;
	}

	.faqs-section .accordion .accordion-item .accordion-collapse .accordion-body {
		padding: 0 15px;
	}

	.footer-section .footer-box li a::before {
		background-size: 85%;
		content-visibility: auto;
	}

	.footer-section .footer-box li a:hover {
		padding-left: 25px;
		content-visibility: auto;
	}

	.footer-section .footer-box li a:hover::before {
		left: 10px;
		content-visibility: auto;
	}

	.footer-section .footer-bottom .right .cus-bor {
		margin-right: 5px;
		padding-right: 10px;
	}

	.banner-section .overlay .banner-content {
		padding: 180px 0 150px;
	}

	.testimonials .single-slide .top-content {
		margin-bottom: 25px;
	}

	.how-works .nav-link .left-side .number {
		width: 40px;
		height: 40px;
	}

	.how-works .nav-link .left-side::before {
		top: 45px;
		height: 35px;
	}

	.how-works .nav-link.active .left-side::before {
		height: 65px;
	}

	.how-works .nav-link.last {
		margin-bottom: -30px;
	}

	.how-works .nav-link.last.active {
		margin-bottom: -20px;
	}

	.call-action.card-page .single {
		margin-bottom: 30px;
	}

	.call-action.card-page .main-content .bottom-area {
		margin-top: -30px;
	}

	.apply-for-loan .overlay .form-content .col-6 {
		width: 100%;
	}

	.call-action.card-page.educations {
		background-size: 150% 80%;
	}

	.call-action.educations .main-content .single-input .single-radio .checkmark {
		top: -2px;
	}

	.apply-for-loan .overlay .form-content {
		padding: 30px 15px;
	}

	.call-action.educations .main-content {
		padding: 30px 15px;
	}

	.account-feature .single-box h5 {
		margin: 12px 0 9px;
	}

	.banner-section.remittance .bottom-box .form-content .form-bottom .currency {
		margin: 19px 0 15px;
	}

	.banner-section.affiliate .bottom-box .main-content .mid-side::after,
	.banner-section.affiliate .bottom-box .main-content .mid-side::before {
		display: none;
	}

	.faqs-section .nav-tabs .nav-item {
		margin-bottom: 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;
	}

	.call-action .bottom-area .second {
		margin-top: 20px !important;
	}

	.call-action .main-content {
		padding: 50px 20px;
	}

	.career-single .single-area .single-sub {
		margin-right: 15px;
		padding-right: 15px;
	}

	.how-works .nav-link.active .row {
		margin-bottom: 20px;
	}

	.how-works .nav-link.last.active {
		margin-bottom: -10px;
	}

	.how-works .nav-link.last {
		margin-bottom: -60px;
	}

	.banner-section.remittance .bottom-box .form-content .col-6 {
		width: 100%;
	}

	.banner-section.affiliate .bottom-box .main-content .mid-side {
		min-width: 90px;
		height: initial;
		width: initial;
		min-height: 90px;
	}
}

@media (max-width: 375px) {

	.footer-section .col-8,
	.footer-section .col-6 {
		width: 100% !important;
	}

	.how-works .nav-link.last.active {
		margin-bottom: 0px;
	}

	.how-works .nav-link.last {
		margin-bottom: -90px;
	}

	.banner-section.affiliate .bottom-box {
		margin-top: -45px;
	}

	.banner-section.affiliate .bottom-box .main-content img {
		width: 75%;
	}

	.header-section.register .right-area {
		margin-left: 15px;
	}

	.header-section.register .right-area .cmn-btn {
		padding: 10px 20px 15px;
	}
}

a {
	transition: none;
	content-visibility: auto;
}

@media only screen and (max-width:767px) {

	/* .query {
		height:556.8px
	} */
	body {
		font-size: 15px
	}

	.ptb-100 {
		padding-top: 50px;
		padding-bottom: 50px
	}

	.loan-ptb-100 {
		padding-top: 20px;
		padding-bottom: 30px;
	}

	.pt-100 {
		padding-top: 50px
	}

	.pb-70 {
		padding-bottom: 20px
	}

	.pb-100 {
		padding-bottom: 50px
	}

	.mb-100 {
		margin-bottom: 0
	}

	.section-title {
		margin-bottom: 30px
	}

	.section-title h2 {
		font-size: 30px
	}

	.container {
		max-width: 540px
	}

	.container-fluid {
		max-width: 540px
	}

	.header-area {
		/* padding-top   : 15px;
		padding-bottom: 15px; */
		text-align: center;
		border-bottom: 1px solid #dddddd45
	}

	.header-area .left {
		margin-bottom: 10px
	}

	.header-area .left ul li {
		margin-right: 0;
		margin-bottom: 5px;
		display: block
	}

	.header-area .left ul li:last-child {
		margin-bottom: 0
	}

	.header-area .right {
		text-align: center
	}

	.side-nav {
		text-align: center;
		padding-top: 8px;
		padding-bottom: 8px;
		-webkit-box-shadow: 0 0 15px 0 #dddddd45;
		box-shadow: 0 0 15px 0 #dddddd45
	}

	.side-nav .consultant-btn {
		padding: 10px 18px
	}

	.banner-area {
		padding-top: 190px;
		padding-bottom: 60px;
		text-align: center
	}

	.banner-area:before {
		background: #000;
		opacity: .8
	}

	.banner-area .banner-shape img {
		display: none
	}

	.banner-item {
		height: 100%
	}

	.banner-content {
		margin-left: auto;
		margin-right: auto;
		margin-top: 0
	}

	.banner-content .slidet-h1 {
		font-size: 24px
	}

	.banner-content span {
		font-size: 16px
	}

	.banner-content p {
		font-size: 13px;
		margin-bottom: 30px
	}

	.banner-slider-img {
		position: relative;
		right: 0;
		left: 0;
		margin-left: auto;
		margin-right: auto;
		margin-top: 30px;
		max-width: 255px
	}

	.banner-slider-img.two {
		max-width: 180px
	}

	.banner-slider-img.three {
		max-width: 180px
	}

	.about-area .about-shape img {
		position: absolute
	}

	.about-area .about-shape img:nth-child(1) {
		top: 100px;
		left: 0
	}

	.about-area .about-shape img:nth-child(2) {
		left: 40px;
		top: 140px;
		-webkit-animation: about-ani-two 15s linear infinite;
		animation: about-ani-two 15s linear infinite
	}

	.about-area .about-shape img:nth-child(3) {
		top: 100px;
		left: 30px;
		max-width: 210px;
		-webkit-animation: about-ani-one 5s linear infinite;
		animation: about-ani-one 5s linear infinite
	}

	.about-area .left-padding {
		padding-left: 15px
	}

	.about-area .about-img {
		margin-bottom: 30px
	}

	.about-area .about-img .one {
		text-align: center
	}

	.about-area .about-img .one img:nth-child(1) {
		max-width: 100%;
		margin-left: auto;
		margin-right: auto
	}

	.about-area .about-img .one img:nth-child(2) {
		display: none
	}

	.about-area .about-img .three {
		margin-bottom: 30px
	}

	.about-area .about-content {
		max-width: 100%;
		text-align: center
	}

	.about-area .about-content .section-title {
		text-align: center
	}

	.about-area .about-content .middle span {
		font-size: 16px
	}

	.about-area .about-content .bottom {
		margin-bottom: 30px
	}

	.about-area .about-content .bottom ul li {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		text-align: center;
		margin-bottom: 30px;
		padding-left: 0
	}

	.about-area .about-content .bottom ul li:last-child {
		margin-bottom: 0
	}

	.about-area .about-content .bottom ul li i {
		position: relative;
		top: 0;
		left: 0;
		right: 0
	}

	.about-area .about-content .years {
		left: 0
	}

	.about-area .about-content .years ul li {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.about-area .about-content .years ul li:nth-child(2) {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.about-area .about-content .years ul li .years-inner {
		padding: 18px 40px 20px 105px;
		text-align: left;
		margin-bottom: 35px;
		max-width: 385px;
		margin-left: auto;
		margin-right: auto
	}

	.about-area .about-content .years ul li .years-inner span {
		font-size: 60px;
		left: 20px
	}

	.about-area .about-content .years ul li .years-inner h4 {
		font-size: 30px
	}

	.about-area .about-content .years ul li .years-inner i {
		opacity: .1
	}

	.about-area .about-content .years ul li .years-inner img {
		display: none
	}

	.services-item {
		padding: 55px 15px 30px;
		text-align: center
	}

	.services-item .icon {
		position: relative;
		left: 0;
		top: 0;
		right: 0;
		margin-bottom: 40px;
		display: inline-block
	}

	.services-item h3 {
		font-size: 22px
	}

	.works-item h3 {
		font-size: 22px
	}

	.book-area .book-content {
		padding-top: 50px;
		padding-bottom: 50px;
		padding-left: 15px;
		padding-right: 15px
	}

	.book-area .book-content h2 {
		font-size: 30px
	}

	.book-area .book-content p {
		font-size: 22px
	}

	.touch-area .section-title {
		text-align: center
	}

	.team-area .owl-prev {
		display: none !important
	}

	.team-area .owl-next {
		display: none !important
	}

	.team-item {
		margin-left: 10px;
		margin-right: 10px
	}

	.team-item .top ul {
		top: unset;
		left: 0;
		right: 0;
		bottom: 30px;
		text-align: center
	}

	.team-item .top ul li {
		display: inline-block
	}

	.plan-area {
		padding-top: 50px;
		padding-bottom: 50px;
		text-align: center
	}

	.plan-area:before {
		width: 0%
	}

	.plan-area .plan-content {
		padding: 20px 15px 30px;
		max-width: 100%;
		top: 0;
		margin-left: auto;
		margin-right: auto
	}

	.plan-area .plan-content .section-title {
		text-align: center
	}

	.plan-area .plan-content .section-title h2 {
		max-width: 100%
	}

	.plan-area .plan-content .skill-wrap {
		text-align: left
	}

	.plan-area .plan-content .skill-bar span {
		display: none
	}

	.faq-area .section-title {
		text-align: center
	}

	.faq-area .faq-img img:nth-child(2) {
		display: none
	}

	.faq-item .accordion p {
		padding: 20px 20px 20px 25px
	}

	.testimonials-area {
		padding-bottom: 50px
	}

	.testimonials-area .section-title {
		text-align: center
	}

	.testimonials-area .testimonials-item {
		margin-bottom: 0;
		text-align: center
	}

	.testimonials-area .testimonials-item img {
		position: relative;
		bottom: 0;
		left: 0;
		right: 0;
		max-width: 100%;
		margin-bottom: 30px
	}

	.testimonials-area .testimonials-item .inner {
		padding-left: 0
	}

	.testimonials-area .testimonials-item .inner h2 {
		font-size: 22px
	}

	.testimonials-area .testimonials-item .inner h3 {
		font-size: 22px
	}

	.testimonials-area .testimonials-item .inner i {
		display: none
	}

	.testimonials-area .owl-theme .owl-nav {
		margin-top: 0;
		position: relative;
		right: 0;
		bottom: 0;
		left: 0
	}

	.blog-item {
		text-align: center
	}

	.blog-item .bottom {
		padding: 20px 15px 25px
	}

	.blog-item .bottom ul li {
		margin-right: 5px
	}

	.blog-item .bottom h3 {
		font-size: 22px
	}

	.footer-item h3 {
		font-size: 22px
	}

	.banner-area-two .banner-item .banner-content {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		padding-top: 200px;
		padding-bottom: 100px
	}

	.banner-area-two .banner-item .banner-content .slidet-h1 {
		/* font-size: 40px */
	}

	.banner-area-two .owl-prev {
		top: 90%
	}

	.banner-area-two .owl-next {
		top: 90%
	}

	.about-area-two .about-content {
		text-align: center
	}

	.about-area-two .about-content .section-title {
		text-align: center
	}

	.about-area-two .about-content ul li {
		text-align: left
	}

	.about-area-two .about-content ul li h3 {
		font-size: 22px
	}

	.about-area-two .about-content .common-btn {
		margin-top: 35px
	}

	.projects-item .inner {
		left: 0;
		right: 0;
		text-align: center
	}

	.projects-item .inner h3 {
		font-size: 22px
	}

	.services-item-two {
		text-align: center
	}

	.services-item-two .bottom {
		padding: 20px 15px 25px
	}

	.services-item-two .bottom h3 {
		font-size: 22px
	}

	.projects-item-two {
		padding: 30px 15px;
		text-align: center
	}

	.projects-item-two h3 {
		font-size: 22px
	}

	.counter-wrap {
		padding: 30px 15px 0
	}

	.counter-item:before {
		display: none
	}

	.counter-item i {
		font-size: 50px;
		line-height: 50px
	}

	.counter-item h3 {
		font-size: 35px
	}

	.counter-item p {
		font-size: 16px
	}

	.video-area {
		height: 450px
	}

	.video-area .video-item .video-wrap {
		margin-left: 0
	}

	.video-area .video-item span {
		font-size: 25px
	}

	.works-area-two .works-img img:nth-child(1) {
		display: none
	}

	.works-area-two .works-img img:nth-child(2) {
		position: relative;
		left: 0;
		right: 0;
		bottom: 0;
		max-width: 100%;
		margin-bottom: 30px;
		margin-top: -10px
	}

	.works-area-two .works-content {
		text-align: center
	}

	.works-area-two .works-content .section-title.two {
		text-align: center
	}

	.works-area-two .works-content ul li {
		text-align: left
	}

	.works-area-two .works-content ul li h3 {
		font-size: 22px
	}

	.testimonials-area-two .testimonials-item h2 {
		font-size: 20px;
		line-height: 1.6
	}

	.testimonials-area-two .owl-prev {
		top: 90%;
		left: 0
	}

	.testimonials-area-two .owl-next {
		top: 90%;
		right: 0
	}

	.side-nav .navbar-form .form-control {
		height: 25px
	}

	.banner-area-three {
		/*height: 100%;*/
		padding-top: 180px;
		/* padding-bottom: 90px; */
		text-align: center
	}

	.banner-area-three .banner-shape {
		left: -30px
	}

	.banner-area-three .banner-content {
		margin-top: 0;
		margin-left: auto;
		margin-right: auto
	}

	.banner-area-three .banner-slider-img {
		position: relative;
		bottom: 0;
		right: 0;
		left: 0;
		max-width: 100%
	}

	.provide-area .nav li {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 10px
	}

	.provide-area .nav li:last-child {
		margin-bottom: 0
	}

	.provide-area .tab-content {
		text-align: center
	}

	.provide-area .tab-content .provide-left h2 {
		font-size: 30px
	}

	.provide-area .tab-content .provide-left ul li {
		padding-left: 0
	}

	.provide-area .tab-content .provide-left ul li i {
		position: relative;
		top: 0;
		left: 0;
		margin-bottom: 10px
	}

	.provide-area .tab-content .provide-left ul li h3 {
		font-size: 22px
	}

	.features-area .projects-item-two.bottom-gap-top {
		margin-top: 0
	}

	.features-area .projects-item-two.bottom-gap-bottom {
		margin-top: 0
	}

	.projects-area-three .section-title.three {
		text-align: center
	}

	.projects-area-three .container-fluid {
		max-width: 100%;
		margin-right: auto;
		margin-left: auto
	}

	.projects-area-three .owl-theme .owl-nav {
		position: relative;
		top: 0;
		right: 0;
		left: 0;
		margin-bottom: 30px
	}

	.projects-item-three {
		text-align: center
	}

	.projects-item-three .bottom h3 {
		font-size: 22px
	}

	.touch-area.three .section-title.three {
		padding-left: 0
	}

	.touch-area.three .touch-content {
		margin-bottom: 30px
	}

	.testimonials-area-three .testimonials-item .top h2 {
		line-height: 1.6
	}

	.testimonials-area-three .owl-prev {
		display: none !important
	}

	.testimonials-area-three .owl-next {
		display: none !important
	}

	.page-title-area {
		height: 400px
	}

	.page-title-area .title-content {
		margin-top: 95px
	}

	.page-title-area .title-content h2 {
		font-size: 35px
	}

	.pagination-area ul li a {
		width: 40px
	}

	.service-details-area .details-item {
		margin-bottom: 30px
	}

	.service-details-area .details-item .details-img {
		text-align: center;
		margin-bottom: 30px
	}

	.service-details-area .details-item .details-img h2 {
		font-size: 30px
	}

	.service-details-area .details-item .details-business {
		margin-bottom: 30px
	}

	.service-details-area .details-item .details-business h3 {
		font-size: 22px
	}

	.service-details-area .details-item .details-faq .section-title {
		text-align: center
	}

	.widget-area .widget-item {
		padding: 30px 15px
	}

	.widget-area .widget-item h3 {
		font-size: 22px
	}

	.widget-area .consultation .inner h3 {
		font-size: 25px
	}

	.project-details-area .details-item {
		margin-bottom: 30px
	}

	.project-details-area .details-item .details-img {
		margin-bottom: 25px;
		text-align: center
	}

	.project-details-area .details-item .details-img h2 {
		font-size: 30px
	}

	.project-details-area .details-item .details-client {
		margin-bottom: 30px
	}

	.project-details-area .details-item .details-client h3 {
		font-size: 22px
	}

	.project-details-area .details-item .details-related {
		text-align: center
	}

	.project-details-area .details-item .details-related h3 {
		font-size: 22px
	}

	.blog-details-area .details-item {
		margin-bottom: 30px
	}

	.blog-details-area .details-item .details-img {
		margin-bottom: 30px;
		text-align: center
	}

	.blog-details-area .details-item .details-img h2 {
		font-size: 30px
	}

	.blog-details-area .details-item .details-quote {
		margin-bottom: 20px;
		text-align: center
	}

	.blog-details-area .details-item .details-quote blockquote {
		padding: 30px 15px
	}

	.blog-details-area .details-item .details-quote blockquote h3 {
		font-size: 17px
	}

	.blog-details-area .details-item .details-quote blockquote i {
		font-size: 40px;
		bottom: 8px;
		right: 25px
	}

	.blog-details-area .details-item .details-grow {
		margin-bottom: 30px
	}

	.blog-details-area .details-item .details-grow h3 {
		font-size: 22px
	}

	.blog-details-area .details-item .details-form {
		padding: 30px 15px;
		margin-bottom: 30px;
		text-align: center
	}

	.blog-details-area .details-item .details-form h3 {
		font-size: 22px
	}

	.blog-details-area .details-item .details-form .form-group {
		margin-bottom: 15px;
		text-align: left
	}

	.blog-details-area .details-item .details-comment h3 {
		font-size: 22px
	}

	.blog-details-area .details-item .details-comment ul li {
		padding-left: 105px
	}

	.blog-details-area .details-item .details-comment ul li:nth-child(2) {
		margin-left: 0
	}

	.blog-details-area .details-item .details-comment ul li h4 {
		font-size: 19px
	}

	.widget-area .popular .popular-inner ul li {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.widget-area .popular .popular-inner ul li:last-child {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 65%;
		flex: 0 0 65%;
		max-width: 65%
	}

	.contact-info-item h3 {
		font-size: 22px
	}

	.map-area #map {
		height: 350px
	}

	.user-form-area .form-item form h2 {
		font-size: 30px
	}

	.user-form-area .form-item .user-btn span:before {
		width: 30%
	}

	.user-form-area .form-item .user-btn span:after {
		width: 30%
	}

	.loan-area .loan-item {
		margin-bottom: 30px
	}

	.loan-area .loan-item .loan-img {
		text-align: center
	}

	.loan-area .loan-item .loan-img h2 {
		font-size: 30px
	}

	.loan-area .loan-item ul li h3 {
		font-size: 22px
	}

	.apply-area .apply-item h2 {
		font-size: 30px
	}

	.error-area .error-content h1 {
		font-size: 85px
	}

	.coming-soon-area .soon-item img {
		max-width: 100%
	}

	.rules-area .rules-item h3 {
		font-size: 22px
	}

	.side-nav .language {
		margin-right: 5px
	}

	.side-nav .language .nice-select {
		padding-left: 0
	}

	.side-nav .navbar-form {
		margin-right: 10px
	}

	.dsa-sign .col-lg-6:nth-child(1) {
		padding-right: 0px !important;
	}

	.dsa-sign .col-lg-6:nth-child(2) {
		padding-left: 0px !important;
	}
}

@media only screen and (max-width:767px) {
	.page-title-area {
		height: 940px !important;
	}


}

@media only screen and (min-width:576px) and (max-width:767px) {

	.services-item {
		padding: 60px 10px 30px
	}

	.services-item h3 {
		font-size: 20px
	}

	.query {
		height: 485.8px
	}

	.query-form {
		height: 350px;
	}

	.creditquery {
		height: 597px
	}

	.credit-query-form {
		height: 460px;
	}

	.dsa-query-form {
		height: 395px
	}

}

@media only screen and (min-width:768px) and (max-width:991px) {
	body {
		font-size: 15px
	}

	.query {
		height: 560px;
	}

	.creditquery {
		height: 677px
	}

	.credit-query-form {
		height: 510px;
	}


	.query-form {
		height: 390px;
	}

	.otp-input {
		width: 40px !important
	}

	.dsa-query-form {
		height: 395px
	}

	/* #query-form {
        height: 556px;
    } */
	.ptb-100 {
		padding-top: 70px;
		padding-bottom: 70px
	}

	.loan-ptb-100 {
		padding-top: 20px;
		padding-bottom: 40px;
	}

	.pt-100 {
		padding-top: 70px
	}

	.pb-70 {
		padding-bottom: 40px
	}

	.pb-100 {
		padding-bottom: 70px
	}

	.mb-100 {
		margin-bottom: 50px
	}

	.section-title {
		margin-bottom: 30px
	}

	.section-title h2 {
		font-size: 35px
	}

	.container {
		max-width: 720px
	}

	.container-fluid {
		max-width: 720px
	}

	.header-area {
		/* padding-top   : 15px;
		padding-bottom: 15px; */
		text-align: center;
		border-bottom: 1px solid #dddddd45
	}

	.header-area .left {
		margin-bottom: 10px
	}

	.header-area .left ul li {
		margin-right: 0;
		margin-bottom: 5px;
		display: block
	}

	.header-area .left ul li:last-child {
		margin-bottom: 0
	}

	.header-area .right {
		text-align: center
	}

	.side-nav {
		position: absolute;
		top: 0;
		right: 75px;
		top: 0;
		text-align: center;
		padding-top: 7px;
		padding-bottom: 8px
	}

	.side-nav .nav-flag-dropdown .btn {
		color: #fff
	}

	.side-nav .consultant-btn {
		padding: 10px 18px
	}

	.banner-area {
		padding-top: 190px;
		padding-bottom: 60px;
		text-align: center
	}

	.banner-area:before {
		background: #000;
		opacity: .8
	}

	.banner-area .banner-shape img {
		display: none
	}

	.banner-item {
		height: 100%
	}

	.banner-content {
		margin-left: auto;
		margin-right: auto;
		margin-top: 0
	}

	.banner-content .slidet-h1 {
		font-size: 24px
	}

	.banner-content p {
		font-size: 16px;
		margin-bottom: 30px
	}

	.banner-slider-img {
		position: relative;
		right: 0;
		left: 0;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 30px;
		max-width: 410px
	}

	.banner-slider-img.two {
		max-width: 300px
	}

	.banner-slider-img.three {
		max-width: 300px
	}

	.about-area .left-padding {
		padding-left: 15px
	}

	.about-area .about-img {
		margin-bottom: 30px
	}

	.about-area .about-img .one img:nth-child(2) {
		display: none
	}

	.about-area .about-content {
		text-align: center;
		margin-left: auto;
		margin-right: auto
	}

	.about-area .about-content .section-title {
		text-align: center
	}

	.about-area .about-content .bottom {
		margin-bottom: 40px
	}

	.about-area .about-content .bottom ul li {
		text-align: left
	}

	.about-area .about-content .years {
		left: 0
	}

	.video-wrap {
		margin-left: 0
	}

	.services-item {
		padding: 60px 15px 30px;
		text-align: center
	}

	.services-item .icon {
		position: relative;
		left: 0;
		top: 0;
		right: 0;
		margin-bottom: 40px;
		display: inline-block
	}

	.book-area .book-content {
		padding-top: 70px;
		padding-bottom: 70px;
		padding-left: 15px;
		padding-right: 15px
	}

	.book-area .book-content h2 {
		font-size: 35px
	}

	.book-area .book-content p {
		font-size: 28px
	}

	.touch-area .section-title {
		text-align: center
	}

	.team-area .owl-prev {
		display: none !important
	}

	.team-area .owl-next {
		display: none !important
	}

	.plan-area {
		text-align: center
	}

	.plan-area:before {
		width: 150px
	}

	.plan-area .plan-content {
		padding: 40px 40px 50px 50px;
		top: 50px;
		margin-left: auto;
		margin-right: auto
	}

	.plan-area .plan-content .section-title {
		text-align: center
	}

	.plan-area .plan-content .section-title h2 {
		margin-left: auto;
		margin-right: auto
	}

	.plan-area .plan-content .skill-wrap {
		text-align: left
	}

	.faq-area .section-title {
		text-align: center
	}

	.faq-area .faq-img img:nth-child(2) {
		display: none
	}

	.faq-item .accordion p {
		padding: 20px 20px 20px 25px
	}

	.testimonials-area {
		padding-bottom: 50px
	}

	.testimonials-area .section-title {
		text-align: center
	}

	.testimonials-area .testimonials-item {
		margin-bottom: 20px;
		text-align: center
	}

	.testimonials-area .testimonials-item img {
		position: relative;
		bottom: 0;
		left: 0;
		right: 0;
		margin-bottom: 30px;
		margin-left: auto;
		margin-right: auto
	}

	.testimonials-area .testimonials-item .inner {
		padding-left: 0
	}

	.testimonials-area .testimonials-item .inner h2 {
		font-size: 22px
	}

	.testimonials-area .testimonials-item .inner h3 {
		font-size: 22px
	}

	.testimonials-area .testimonials-item .inner i {
		display: none
	}

	.testimonials-area .owl-theme .owl-nav {
		margin-top: 0;
		position: relative;
		right: 0;
		bottom: 0;
		left: 0
	}

	.blog-item {
		text-align: center
	}

	.blog-item .bottom {
		padding: 20px 15px 25px
	}

	.blog-item .bottom ul li {
		margin-right: 5px
	}

	.banner-area-two .banner-item .banner-content {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		padding-top: 160px;
		padding-bottom: 100px
	}

	.banner-area-two .banner-item .banner-content .slidet-h1 {
		font-size: 44px
	}

	.banner-area-two .owl-prev {
		top: 50%
	}

	.banner-area-two .owl-next {
		top: 50%
	}

	.about-area-two .about-content {
		text-align: center
	}

	.about-area-two .about-content .section-title {
		text-align: center
	}

	.about-area-two .about-content ul li {
		text-align: left
	}

	.about-area-two .about-content .common-btn {
		margin-top: 35px
	}

	.projects-item .inner {
		left: 0;
		right: 0;
		text-align: center
	}

	.services-item-two {
		text-align: center
	}

	.services-item-two .bottom {
		padding: 20px 15px 25px
	}

	.projects-item-two {
		padding: 30px 15px;
		text-align: center
	}

	.counter-item:before {
		display: none
	}

	.video-area {
		height: 450px
	}

	.video-area .video-item .video-wrap {
		margin-left: 0
	}

	.video-area .video-item span {
		font-size: 28px
	}

	.works-area-two .works-img img:nth-child(1) {
		display: none
	}

	.works-area-two .works-img img:nth-child(2) {
		position: relative;
		left: 0;
		right: 0;
		bottom: 0;
		max-width: 100%;
		margin-bottom: 30px;
		margin-top: -20px
	}

	.works-area-two .works-content {
		text-align: center
	}

	.works-area-two .works-content .section-title.two {
		text-align: center
	}

	.works-area-two .works-content ul li {
		text-align: left
	}

	.testimonials-area-two .testimonials-item h2 {
		font-size: 25px;
		line-height: 1.6
	}

	.testimonials-area-two .owl-prev {
		top: 80%;
		left: 0
	}

	.testimonials-area-two .owl-next {
		top: 80%;
		right: 0
	}

	.side-nav .navbar-form .form-control {
		height: 25px;
		position: relative;
		top: 2px
	}

	.side-nav .navbar-form .btn {
		top: 8px
	}

	.banner-area-three {
		/* height: 100%; */
		padding-top: 150px;
		/* padding-bottom: 90px; */
		text-align: center
	}

	.banner-area-three .banner-shape {
		left: -30px
	}

	.banner-area-three .banner-content {
		margin-top: 0;
		margin-left: auto;
		margin-right: auto
	}

	.banner-area-three .banner-slider-img {
		position: relative;
		bottom: 0;
		right: 0;
		left: 0;
		max-width: 100%
	}

	.provide-area .nav li {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 45%;
		flex: 0 0 45%;
		max-width: 45%;
		margin-bottom: 10px
	}

	.provide-area .tab-content {
		text-align: center
	}

	.provide-area .tab-content .provide-left h2 {
		font-size: 30px
	}

	.provide-area .tab-content .provide-left ul li {
		padding-left: 0
	}

	.provide-area .tab-content .provide-left ul li i {
		position: relative;
		top: 0;
		left: 0;
		margin-bottom: 10px
	}

	.features-area .projects-item-two.bottom-gap-top {
		margin-top: 0
	}

	.features-area .projects-item-two.bottom-gap-bottom {
		margin-top: 0
	}

	.touch-area.three .section-title.three {
		padding-left: 0
	}

	.touch-area.three .touch-content {
		margin-bottom: 30px
	}

	.testimonials-area-three .testimonials-item .top h2 {
		line-height: 1.6
	}

	.testimonials-area-three .owl-prev {
		display: none !important
	}

	.testimonials-area-three .owl-next {
		display: none !important
	}

	.page-title-area {
		height: 400px
	}

	.page-title-area .title-content {
		margin-top: 60px
	}

	.page-title-area .title-content h2 {
		font-size: 40px
	}

	.service-details-area .details-item {
		margin-bottom: 30px
	}

	.service-details-area .details-item .details-img {
		text-align: center;
		margin-bottom: 30px
	}

	.service-details-area .details-item .details-img h2 {
		font-size: 35px
	}

	.service-details-area .details-item .details-business {
		margin-bottom: 30px
	}

	.service-details-area .details-item .details-faq .section-title {
		text-align: center
	}

	.widget-area .widget-item {
		padding: 30px 15px
	}

	.project-details-area .details-item {
		margin-bottom: 30px
	}

	.project-details-area .details-item .details-img {
		margin-bottom: 25px;
		text-align: center
	}

	.project-details-area .details-item .details-img h2 {
		font-size: 35px
	}

	.project-details-area .details-item .details-client {
		margin-bottom: 30px
	}

	.project-details-area .details-item .details-related {
		text-align: center
	}

	.blog-details-area .details-item {
		margin-bottom: 30px
	}

	.blog-details-area .details-item .details-img {
		margin-bottom: 30px;
		text-align: center
	}

	.blog-details-area .details-item .details-quote {
		margin-bottom: 20px;
		text-align: center
	}

	.blog-details-area .details-item .details-grow {
		margin-bottom: 30px
	}

	.blog-details-area .details-item .details-form {
		padding: 30px 15px;
		margin-bottom: 30px;
		text-align: center
	}

	.blog-details-area .details-item .details-form .form-group {
		margin-bottom: 15px;
		text-align: left
	}

	.blog-details-area .details-item .details-comment h3 {
		font-size: 22px
	}

	.widget-area .popular .popular-inner ul li {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 15%;
		flex: 0 0 15%;
		max-width: 15%
	}

	.widget-area .popular .popular-inner ul li:last-child {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}

	.user-form-area .form-item form h2 {
		font-size: 35px
	}

	.loan-area .loan-item {
		margin-bottom: 30px
	}

	.loan-area .loan-item .loan-img {
		text-align: center
	}

	.loan-area .loan-item .loan-img h2 {
		font-size: 35px
	}

	.apply-area .apply-item h2 {
		font-size: 35px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.side-nav .consultant-btn {
		padding: 10px;
		font-size: 14px
	}

	.side-nav .nav-flag-dropdown {
		margin-right: 5px
	}

	.main-nav nav .navbar-nav .nav-item a {
		margin-left: 5px;
		margin-right: 5px
	}

	.navbar-light .navbar-brand {
		margin-right: 5px;
		max-width: 125px
	}

	/* .banner-item {
		height: 755px
	} */
	.banner-content {
		max-width: 595px
	}

	.banner-slider-img {
		right: 15px;
		max-width: 517px
	}

	.banner-slider-img.two {
		max-width: 375px
	}

	.banner-slider-img.three {
		max-width: 375px
	}

	.about-area .about-content .years ul li .years-inner {
		padding: 18px 50px 20px 126px
	}

	.video-wrap span {
		margin-left: 2px
	}

	.about-area .about-content .years ul li .years-inner i {
		opacity: .1
	}

	.services-item {
		padding: 60px 15px 30px;
		text-align: center
	}

	.services-item .icon {
		position: relative;
		left: 0;
		top: 0;
		right: 0;
		margin-bottom: 40px;
		display: inline-block
	}

	.team-area .owl-prev {
		display: none !important
	}

	.team-area .owl-next {
		display: none !important
	}

	.works-item h3 {
		font-size: 21px
	}

	.banner-area-two .owl-prev {
		display: none !important
	}

	.banner-area-two .owl-next {
		display: none !important
	}

	.projects-item-two {
		padding: 30px 15px
	}

	.works-area-two .works-img img:nth-child(2) {
		max-width: 510px
	}

	.blog-item .bottom {
		padding: 20px 15px 25px
	}

	.main-nav.three nav .navbar-nav .nav-item a {
		font-size: 14px
	}

	/* .banner-area-three {
		height: 810px
	} */
	.banner-area-three .banner-slider-img {
		max-width: 400px
	}

	.provide-area .nav li {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 14.5%;
		flex: 1 0 14.5%;
		max-width: 15.5%
	}

	.provide-area .nav li a h3 {
		font-size: 16px
	}

	.testimonials-area-three .owl-prev {
		display: none !important
	}

	.testimonials-area-three .owl-next {
		display: none !important
	}

	.side-nav .language {
		margin-right: 6px
	}

	.side-nav .navbar-form {
		margin-right: 10px
	}
}

@media only screen and (min-width:1800px) {
	.banner-area-three .banner-slider-img {
		max-width: 780px;
		margin-top: 45px
	}

	.projects-area-three .container-fluid {
		max-width: 1560px
	}

	/* .banner-item {
		height: 1000px
	} */
	/* .banner-content {
		margin-top: 110px
	} */

	.banner-area-three .banner-content {
		margin-top: 45px
	}
}

@media only screen and (max-width:991px) {
	/* .partner {
		margin-top: 0px !important
	} */

	.dsa-sign {
		margin-top: 0px !important;
	}

	.mean-container .mean-bar {
		background-color: #fff;
	}

	.mobile-nav .logo {
		top: 10px;
		max-width: 100%;
	}

	.mean-container a.meanmenu-reveal span {
		margin-top: 30px;
		position: relative;
		top: -10px
	}

	.mobile-nav.mean-container .mean-nav ul li a.active {
		color: #e93c05
	}

	.navbar-nav {
		height: 375px;
		overflow-y: scroll
	}

	.mean-container .mean-nav ul li a.mean-expand {
		margin-top: 0
	}

	.banner-content span {
		font-size: 18px
	}

	.banner-content p {
		font-size: 15px;
	}
}

/*@media(min-width:1300px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1320px;
		width: 100%
	}
}*/

@media only screen and (min-width:1200px) and (max-width:1350px) {
	.banner-slider-img {
		max-width: 645px
	}

	.provide-area .nav li {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 14.5%;
		flex: 0 0 14.5%;
		max-width: 14.5%
	}

	.provide-area .nav li a h3 {
		font-size: 18px
	}
}

@media only screen and (max-width:767px) {
	.provide-area .provide-nav img {
		max-width: 23%;

	}

	.provide-area .nav li {
		height: auto;
	}


	.form-image-left img {
		display: none;
	}

	.banner-slider-img img {
		display: none;

	}

	.emi-image {
		display: none;

	}

	.side-nav .language .nice-select ul {
		display: block;
	}
}

@media only screen and (min-width:991px) and (max-width:1200px) {
	.homework {
		height: 200px !important;
	}

	.query {
		height: 556.8px
	}

	.query-form {
		height: 390px
	}

	.creditquery {
		height: 677px
	}

	.credit-query-form {
		height: 510px;
	}

	.dsa-query-form {
		height: 415px
	}

	.dsaquery {
		height: 576.8px
	}
}

@media only screen and (min-width:1200px) {
	.homework {
		height: 200px !important;
	}

	.query {
		height: 556.8px
	}

	.creditquery {
		height: 677px
	}

	.credit-query-form {
		height: 540px;
	}

	.query-form {
		height: 420px;
	}

	.dsa-query-form {
		height: 405px
	}

	.dsa-query {
		height: 556.8px;
	}
}

@media only screen and (min-device-width: 1600px) and (max-device-width: 2560px) {
	.banner-content span {
		font-size: 30px
	}

	.banner-content p {
		font-size: 22px;
	}
}