/*======== 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] {
	-moz-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 .3s, fill .5s;
	opacity          : 0;
	visibility       : hidden;
}

.icon-svg:hover svg {
	visibility       : visible;
	opacity          : 1;
	stroke-dashoffset: 0;
	fill             : transparent;
	transition       : transform .3s, fill .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      : 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);
}

@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;
	font-weight   : 600;
	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: 30px;
}

.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/banner-bg.webp);
	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;
}

.banner-section.contact .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(../images/faqs-banner.png);
	background-repeat  : no-repeat;
	background-position: right 30px bottom;
}


.banner-section.terms .overlay {
	background-image   : url(../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);
	}

	.testimonials .section-dots {
		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%;
	}

	.banner-section.home-loan .overlay {
		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   : -8px;
		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;
	}

	.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;
}

/*# sourceMappingURL=style.css.map */