@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap";
@import"https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap";
@import"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/all.min.css";

body {
	font-family: "Space Grotesk", sans-serif
}

body a {
	display: inline-flex;
	text-decoration: none
}

body ul {
	padding: 0;
	margin: 0
}

body ul li {
	list-style-type: none
}

body p {
	font-weight: 300
}

body .learn-btn {
	color: #12b393;
	font-size: 18px;
	font-weight: 400;
	transition: .2s ease-in-out;
	display: inline-flex;
	align-items: center;
	gap: 10px
}

body .learn-btn svg {
	width: 15px;
	height: 15px
}

body .learn-btn:hover {
	color: #002a60
}

.GBP,
.SGD,
.USD,
.EUR,
.AED,
.JPY,
.INR {
	width: 65px;
	position: absolute;
	pointer-events: none;
	z-index: 99
}

.bg-img-none {
	background-color: rgba(0, 0, 0, 0) !important
}

.top-box {
	padding: 5px;
	background: linear-gradient(84.34deg, rgba(0, 77, 255, 0.15) -7.28%, rgba(0, 255, 229, 0.0555) 107.71%)
}

.top-box .box {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px
}

.top-box .box p {
	margin: 0;
	color: #002a60;
	font-size: 14px;
	font-weight: 500
}

.top-box .box a {
	background-color: #002a60;
	color: #fff;
	padding: 7px 20px;
	font-size: 14px;
	font-weight: 400;
	border-radius: 8px;
	transition: .2s ease-in-out;
	min-width: 115px
}

.top-box .box a:hover {
	background-color: #12b393;
	color: #fff
}

.header {
	background-color: #001b3d;
	transition: .2s ease-in-out;
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	border-bottom: 1px solid rgba(209, 209, 209, .37)
}

.header.scroll {
	padding: 0px
}

.header .navbar {
	padding: 15px 0
}

.header .navbar .container {
	justify-content: space-between;
	max-width: 1560px
}

.header .navbar .container .navbar-brand {
	min-width: 180px
}

.header .navbar .container .navbar-brand img {
	height: 45px
}

.header .navbar .container .navbar-collapse {
	justify-content: center
}

.header .navbar .container .navbar-collapse .navbar-nav .nav-link {
	font-size: 16px;
	font-weight: 400;
	transition: .2s ease-in-out;
	color: #fff;
	padding: 0 20px;
	display: flex;
	align-items: center;
	gap: 5px
}

.header .navbar .container .navbar-collapse .navbar-nav .nav-link i {
	font-size: 11px
}

.header .navbar .container .navbar-collapse .navbar-nav .nav-link:hover,
.header .navbar .container .navbar-collapse .navbar-nav .nav-link.active {
	color: #0a705c
}

.header .navbar .container .navbar-collapse .dropdown-toggle::after {
	display: none
}

.header .navbar .container .navbar-collapse .dropdown-menu {
	background-color: #001b3d;
	border: none;
	border-radius: 0;
	padding: 20px 0;
	min-width: 240px
}

.header .navbar .container .navbar-collapse .dropdown-menu .dropdown-item {
	color: #fff;
	transition: .2s ease-in-out;
	padding: 10px 15px;
	white-space: normal
}

.header .navbar .container .navbar-collapse .dropdown-menu .dropdown-item:hover,
.header .navbar .container .navbar-collapse .dropdown-menu .dropdown-item.active {
	color: #0a705c;
	background-color: rgba(0, 0, 0, 0) !important
}

.header .navbar .container .demo-btn {
	background: #12b393;
	color: #fff;
	padding: 10px 20px;
	border-radius: 8px;
	transition: .2s ease-in-out;
	font-weight: 300;
	font-size: 16px
}

.header .navbar .container .demo-btn:hover {
	background: #002a60
}

.footer {
	padding: 60px 0px;
	background-image: linear-gradient(#FAFCFF, #C5D1DF)
}

.footer .box {
	width: 100%;
	display: grid;
	grid-template-columns: 2.5fr 150px 100px 280px;
	gap: 50px
}

.footer .box .logo-box img {
	max-width: 230px;
	width: 100%;
	margin-bottom: 15px
}

.footer .box .logo-box p {
	font-size: 12px;
	font-weight: 400;
	color: #66707f;
	max-width: 320px;
	margin: 0
}

.footer .box .logo-box .social-links {
	margin: 25px 0px 15px;
	gap: 10px;
	display: flex
}

.footer .box .logo-box .social-links li a img {
	width: 30px;
	margin: 0;
	transition: .5s ease-in-out
}

.footer .box .logo-box .social-links li a:hover img {
	transform: rotate(360deg) scale(1.15)
}

.footer .box .logo-box .comp-logo {
	display: flex;
	gap: 20px;
	margin-bottom: 30px
}

.footer .box .logo-box .comp-logo li {
	text-align: center
}

.footer .box .logo-box .comp-logo li a {
	display: block
}

.footer .box .logo-box .comp-logo li img {
	object-fit: contain;
	width: 80px;
	height: 60px;
	margin-bottom: 6px
}

.footer .box .logo-box .comp-logo li p {
	margin: 0;
	max-width: 85px
}

.footer .box .logo-box .email {
	font-size: 12px;
	font-weight: 400;
	color: #002a60;
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 20px
}

.footer .box .logo-box .email img {
	width: 30px;
	margin: 0
}

.footer .box .logo-box .copyright {
	display: flex
}

.footer .box .product-links,
.footer .box .company-links {
	padding-top: 7px
}

.footer .box .product-links h5,
.footer .box .company-links h5 {
	font-size: 14px;
	font-weight: 500;
	color: #002a60;
	margin: 0 0 20px
}

.footer .box .product-links ul,
.footer .box .company-links ul {
	display: flex;
	flex-direction: column;
	gap: 10px
}

.footer .box .product-links ul li a,
.footer .box .company-links ul li a {
	font-size: 12px;
	font-weight: 500;
	color: #002a60;
	transition: .2s ease-in-out
}

.footer .box .product-links ul li a:hover,
.footer .box .company-links ul li a:hover {
	color: #12b393
}

.footer .box .contact-info {
	padding-top: 7px
}

.footer .box .contact-info h5 {
	font-size: 16px;
	font-weight: 400;
	color: #002a60;
	margin: 0 0 20px
}

.footer .box .contact-info h5 img {
	width: 15px
}

.footer .box .contact-info ul li {
	margin-bottom: 20px
}

.footer .box .contact-info ul li:last-child {
	margin-bottom: 0
}

.footer .box .contact-info ul li h5 {
	font-size: 13px;
	font-weight: 500;
	color: #002a60;
	margin: 0 0 15px;
	display: flex;
	align-items: center;
	gap: 10px
}

.footer .box .contact-info ul li h5 img {
	min-width: 20px
}

.footer .box .contact-info ul li p {
	font-size: 13px;
	font-weight: 400;
	color: #66707f;
	margin: 0
}

.footer .box .copyright {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px
}

.footer .box .copyright p {
	font-size: 13px;
	font-weight: 400
}

.footer .box .copyright ul {
	display: flex;
	gap: 20px
}

.footer .box .copyright ul li {
	position: relative
}

.footer .box .copyright ul li:first-child {
	padding-right: 20px
}

.footer .box .copyright ul li:first-child::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 2px;
	height: 14px;
	background-color: #000
}

.footer .box .copyright ul li a {
	color: #000;
	font-size: 13px;
	font-weight: 400
}

.footer .box .copyright ul li a:hover {
	color: #12b393
}

.bottom-footer {
	background-color: #002a60;
	padding: 15px 0
}

.bottom-footer .footer-links {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.bottom-footer .footer-links p {
	font-size: 14px;
	color: #fff;
	margin: 0
}

.bottom-footer .footer-links ul {
	display: flex;
	gap: 20px
}

.bottom-footer .footer-links ul li {
	position: relative
}

.bottom-footer .footer-links ul li:first-child {
	padding-right: 20px
}

.bottom-footer .footer-links ul li:first-child::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 1px;
	height: 20px;
	background-color: #fff
}

.bottom-footer .footer-links ul li a {
	font-size: 14px;
	font-weight: 300;
	color: #fff;
	transition: .2s ease-in-out
}

.bottom-footer .footer-links ul li a:hover {
	color: #12b393
}

@media(min-width: 992px) {
	.nav-item.dropdown:hover .dropdown-menu {
		display: block;
		margin-top: 0
	}

	.nav-item.dropdown .nav-link {
		display: flex;
		align-items: center;
		gap: 5px
	}

	.dropdown-menu {
		opacity: 0;
		visibility: hidden;
		transform: translateY(10px);
		transition: all .2s ease
	}

	.nav-item.dropdown:hover .dropdown-menu {
		opacity: 1;
		visibility: visible;
		transform: translateY(0)
	}
}

.banner {
	padding: 20px
}

.banner .inner-banner {
	background-image: url("../images/banner-img.jpg");
	background-size: cover;
	background-position: center;
	min-height: 700px;
	overflow: hidden;
	border-radius: 25px;
	padding: 70px 100px
}

.banner .inner-banner h1,
.banner .inner-banner h2 {
	font-size: 60px;
	font-weight: 600;
	color: #fff;
	line-height: 80px;
	margin: 0px
}

.banner .inner-banner h1 span,
.banner .inner-banner h2 span {
	display: block;
	color: #12b393
}

.banner .inner-banner h2 {
	display: block;
	color: #12b393
}

.banner .inner-banner p {
	font-size: 20px;
	color: #fff;
	max-width: 575px;
	margin: 25px 0px
}

.banner .inner-banner img {
	max-width: 400px;
	width: 100%;
	margin: 0 auto;
	display: block
}

.banner .inner-banner ul {
	display: flex;
	gap: 90px;
	margin-bottom: 60px
}

.banner .inner-banner ul li {
	font-size: 40px;
	color: #fff;
	font-family: "Space Grotesk", sans-serif;
	font-weight: 800
}

.banner .inner-banner ul li span {
	display: block;
	font-size: 18px;
	color: #fff;
	opacity: .8;
	font-family: "Space Grotesk", sans-serif;
	font-weight: 300;
	margin-top: 10px
}

.banner .inner-banner .banner-btn {
	color: #002a60;
	background-color: #fff;
	padding: 15px 30px;
	font-size: 18px;
	font-weight: 400;
	border-radius: 8px;
	transition: .2s ease-in-out
}

.banner .inner-banner .banner-btn:hover {
	background-color: #12b393;
	color: #fff
}

.banner.new-home-banner {
	background-color: #f7f9fb
}

.banner.new-home-banner .inner-banner {
	background-image: url("../images/payment-bg.png");
	padding: 120px 100px 70px
}

.banner.new-home-banner .inner-banner h1 {
	max-width: 700px
}

.banner.new-home-banner .inner-banner p {
	max-width: 675px
}

.banner.new-home-banner .inner-banner img.new-home-banner-img {
	max-width: 600px
}

.banner.new-home-banner .inner-banner ul li {
	font-weight: 500
}

.banner.new-home-banner .inner-banner ul li span {
	font-weight: 500;
	opacity: 1
}

.banner.new-home-banner .inner-banner .banner-btn {
	background-color: #12b393;
	color: #fff;
	padding: 15px 30px;
	font-size: 18px;
	font-weight: 400;
	border-radius: 8px;
	transition: .2s ease-in-out
}

.banner.new-home-banner .inner-banner .banner-btn:hover {
	background-color: #002a60
}

.who-we-work {
	padding: 70px 0px
}

.who-we-work h3 {
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 20px;
	color: #12b393
}

.who-we-work h2 {
	font-size: 44px;
	font-weight: 600;
	color: #002a60;
	margin-bottom: 20px
}

.who-we-work h2 span {
	color: #12b393
}

.who-we-work .col-lg-12.text-center>p {
	font-size: 16px;
	color: #4d4d4d;
	font-weight: 400;
	max-width: 840px;
	margin: 0 auto 50px
}

.who-we-work ul.row {
	margin: 50px 0 100px
}

.who-we-work ul.row li .box {
	padding: 0 10px
}

.who-we-work ul.row li .box .icons {
	height: 50px;
	margin-bottom: 25px
}

.who-we-work ul.row li .box p {
	margin: 0 auto;
	font-size: 14px;
	color: gray;
	max-width: 260px
}

.who-we-work .nav-tabs {
	justify-content: center;
	border-bottom: 2px solid rgba(128, 128, 128, .1)
}

.who-we-work .nav-tabs .nav-item {
	padding: 0 35px
}

.who-we-work .nav-tabs .nav-item .nav-link {
	border: 0;
	font-size: 20px;
	color: #7f9dc4;
	padding: 0 0 15px;
	position: relative
}

.who-we-work .nav-tabs .nav-item .nav-link.active {
	color: #002a60;
	border-bottom: 2px solid #002a60
}

.who-we-work .nav-tabs .nav-item .nav-link.active::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 5px solid rgba(0, 0, 0, 0);
	border-right: 5px solid rgba(0, 0, 0, 0);
	border-bottom: 5px solid #002a60
}

.who-we-work .tab-pane {
	padding: 50px 0 0
}

.who-we-work .tab-pane .img-box {
	position: relative
}

.who-we-work .tab-pane .img-box ul {
	position: absolute;
	bottom: 20%;
	display: flex;
	justify-content: center;
	gap: 25px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%
}

.who-we-work .tab-pane .img-box ul li {
	text-align: center;
	padding: 0;
	position: relative;
	margin-bottom: 0px
}

.who-we-work .tab-pane .img-box ul li.active p {
	color: #0bad9c
}

.who-we-work .tab-pane .img-box ul li .icon {
	width: 55px;
	margin-bottom: 10px
}

.who-we-work .tab-pane .img-box ul li .icon img {
	position: static;
	width: 100%
}

.who-we-work .tab-pane .img-box ul li p {
	display: block;
	font-size: 12px;
	color: #66707f;
	font-weight: 600;
	margin: 0
}

.who-we-work .tab-pane h4 {
	font-size: 44px;
	font-weight: 500;
	color: #002a60;
	margin-bottom: 20px
}

.who-we-work .tab-pane h5 {
	color: rgba(2, 43, 97, .8);
	font-size: 18px;
	margin-bottom: 15px
}

.who-we-work .tab-pane p {
	font-size: 16px;
	color: #3d5775;
	font-weight: 400;
	max-width: 460px
}

.who-we-work .tab-pane ul {
	margin-bottom: 35px
}

.who-we-work .tab-pane ul li {
	font-size: 16px;
	color: gray;
	margin-bottom: 25px;
	position: relative;
	padding-left: 40px
}

.who-we-work .tab-pane ul li:last-child {
	margin: 0
}

.who-we-work .tab-pane ul li img {
	position: absolute;
	left: 0;
	top: 4px
}

.ready-minutes {
	padding: 70px 0px;
	background: linear-gradient(84.34deg, rgba(0, 77, 255, 0.15) -7.28%, rgba(0, 255, 229, 0.0555) 107.71%)
}

.ready-minutes h2 {
	font-size: 44px;
	font-weight: 600;
	color: #002a60;
	margin-bottom: 20px
}

.ready-minutes h2 span {
	color: #12b393
}

.ready-minutes p {
	font-size: 16px;
	color: #4d4d4d;
	font-weight: 400;
	max-width: 840px;
	margin: 0 auto 50px
}

.ready-minutes .row.align-items-center {
	position: relative
}

.ready-minutes .row.align-items-center::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	height: 100%;
	border: 1.08px dashed #9e9e9e
}

.ready-minutes .row.align-items-center .col-md-6 {
	padding: 0 40px
}

.os-payments {
	padding: 70px 0px;
	background-color: #f5f5f5
}

.os-payments.build-launch h2 {
	margin-bottom: 50px
}

.os-payments.build-launch .box {
	background-color: #f8f8f8;
	padding: 100px
}

.os-payments.build-launch .box .accordion-box .accordion .accordion-item {
	background-color: rgba(0, 0, 0, 0)
}

.os-payments.build-launch .box .accordion-box .accordion .accordion-item .accordion-header .accordion-button.collapsed {
	border-left: 2px solid rgba(61, 87, 117, .2)
}

.os-payments h3 {
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 30px;
	color: #12b393
}

.os-payments h2 {
	font-size: 44px;
	font-weight: 600;
	color: #002a60;
	margin-bottom: 30px
}

.os-payments p.subTitle {
	font-size: 20px;
	color: #66707f;
	max-width: 790px;
	margin: 0 auto 50px
}

.os-payments .box {
	background-color: #fff;
	padding: 30px 50px;
	border-radius: 12px
}

.os-payments .box img {
	padding-right: 20px
}

.os-payments .box .accordion-box {
	padding-left: 20px
}

.os-payments .box .accordion-box .accordion .accordion-item {
	border: 0;
	margin-bottom: 20px;
	position: relative
}

.os-payments .box .accordion-box .accordion .accordion-item .accordion-header .accordion-button {
	padding: 5px 20px;
	box-shadow: none;
	color: #013c8a;
	background-color: rgba(0, 0, 0, 0);
	border-radius: 0;
	color: #002a60;
	border-left: 2px solid #002a60;
	font-size: 20px;
	font-weight: 400;
	position: static
}

.os-payments .box .accordion-box .accordion .accordion-item .accordion-header .accordion-button::after {
	display: none
}

.os-payments .box .accordion-box .accordion .accordion-item .accordion-header .accordion-button::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 2px;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-bottom: 5px solid rgba(0, 0, 0, 0);
	border-top: 5px solid rgba(0, 0, 0, 0);
	border-left: 5px solid #002a60
}

.os-payments .box .accordion-box .accordion .accordion-item .accordion-header .accordion-button.collapsed {
	border-left: 1px solid #f3f3f4;
	color: #66707f
}

.os-payments .box .accordion-box .accordion .accordion-item .accordion-header .accordion-button.collapsed::before {
	display: none
}

.os-payments .box .accordion-box .accordion .accordion-item .accordion-collapse {
	border-radius: 0
}

.os-payments .box .accordion-box .accordion .accordion-item .accordion-collapse.show .accordion-body {
	border-left: 2px solid #002a60
}

.os-payments .box .accordion-box .accordion .accordion-item .accordion-collapse .accordion-body {
	border-left: 1px solid #f3f3f4;
	padding: 10px 20px 0
}

.os-payments .box .accordion-box .accordion .accordion-item .accordion-collapse .accordion-body p {
	font-size: 14px;
	color: #66707f;
	max-width: 320px
}

.os-payments .box .accordion-box .accordion .accordion-item .accordion-collapse .accordion-body p:last-child {
	margin-bottom: 0
}

.toucanProduct {
	padding: 70px 0px;
	background: linear-gradient(105.3deg, #022672 -11.79%, #00382D 5.68%, #02277B 89.45%, #012553 110.43%)
}

.toucanProduct h2 {
	font-size: 44px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 30px
}

.toucanProduct h2 span {
	display: block
}

.toucanProduct p.subTitle {
	font-size: 20px;
	color: #fff;
	max-width: 765px;
	margin: 0 auto 50px
}

.toucanProduct .box {
	padding: 30px;
	text-align: center
}

.toucanProduct .box img {
	height: 32px
}

.toucanProduct .box h3 {
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	margin: 15px 0
}

.toucanProduct .box p {
	font-size: 14px;
	color: #fff;
	margin: 0 0 15px
}

.toucanProduct .box .learn-btn {
	font-size: 14px
}

.toucanProduct .box .learn-btn svg {
	width: 12px;
	height: 12px
}

.ai-optimization {
	padding: 70px 0px;
	background-image: url("../images/smarter.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center
}

.ai-optimization.transform {
	background-image: none;
	background-color: #f7f9fb
}

.ai-optimization.transform h2 {
	max-width: 980px;
	color: #002a60
}

.ai-optimization.transform a {
	color: #002a60;
	border: 1px solid #002a60
}

.ai-optimization.transform a:hover {
	background-color: #12b393;
	border-color: #12b393;
	color: #fff;
	font-weight: 500
}

.ai-optimization h2 {
	font-size: 48px;
	font-weight: 700;
	color: #fff;
	margin: 0 auto 30px;
	line-height: 40px
}

.ai-optimization p {
	color: #fff;
	font-size: 20px;
	margin: 0 auto 40px
}

.ai-optimization a {
	font-family: "Space Grotesk", sans-serif;
	color: #fff;
	border: 1px solid #fff;
	padding: 15px 30px;
	border-radius: 50px;
	font-size: 16px;
	font-weight: 600;
	transition: .2s ease-in-out
}

.ai-optimization a:hover {
	background-color: #fff;
	color: #12b393;
	font-weight: 500
}

.ai-optimization .book-demo {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background-color: #12b393;
	color: #fff;
	border-radius: 8px;
	border: 0
}

.ai-optimization .book-demo:hover {
	color: #002a60;
	background-color: #fff
}

.customer-stories {
	padding: 70px 0px
}

.customer-stories h2 {
	font-size: 48px;
	font-weight: 600;
	color: #002a60;
	margin: 0 auto 50px
}

.customer-stories .box .img-box {
	overflow: hidden;
	border-radius: 12px
}

.customer-stories .box .content h3 {
	font-size: 24px;
	font-weight: 500;
	color: #002a60;
	margin: 25px 0 15px
}

.customer-stories .box .content p {
	font-size: 14px;
	color: #66707f;
	margin: 0 0 15px
}

.customer-stories .box .content .learn-btn {
	font-size: 16px
}

.customer-stories .box .content .learn-btn svg {
	width: 12px;
	height: 12px
}

.trusted-by {
	padding: 70px 0px 100px
}

.trusted-by.gray-bg {
	background-color: #f7f9fb
}

.trusted-by h2 {
	font-size: 48px;
	font-weight: 600;
	color: #002a60;
	margin: 0 auto 50px
}

.trusted-by ul {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	justify-content: center;
	gap: 20px
}

.trusted-by ul li img {
	width: 100%
}

.trusted-by .trusted-slider>.swiper-wrapper {
	transition-timing-function: linear
}

.trusted-by .trusted-slider>.swiper-wrapper .swiper-slide {
	width: auto
}

.trusted-by .trusted-slider>.swiper-wrapper .swiper-slide img {
	width: auto;
	height: 70px
}

.partners {
	padding: 70px 0px
}

.partners h2 {
	font-size: 48px;
	font-weight: 600;
	color: #002a60;
	margin: 0 auto 50px
}

.partners .partners-slider>.swiper-wrapper,
.partners .acquire-partners-slider>.swiper-wrapper {
	transition-timing-function: linear
}

.partners .partners-slider>.swiper-wrapper .swiper-slide,
.partners .acquire-partners-slider>.swiper-wrapper .swiper-slide {
	width: auto;
	text-align: center
}

.partners .partners-slider>.swiper-wrapper .swiper-slide img,
.partners .acquire-partners-slider>.swiper-wrapper .swiper-slide img {
	width: auto;
	height: 80px
}

.acquireFlow-banner {
	margin-top: 80px;
	padding: 20px
}

.acquireFlow-banner .inner-banner {
	background-image: url("../images/acquireFlow-banner-bg.png");
	background-size: cover;
	background-position: center right;
	background-repeat: no-repeat;
	padding: 60px 100px 150px;
	border-radius: 20px
}

.acquireFlow-banner .inner-banner h5 {
	font-size: 18px;
	font-weight: 500;
	color: #12b393;
	margin-bottom: 15px
}

.acquireFlow-banner .inner-banner h1 {
	font-size: 60px;
	font-weight: 600;
	color: #002a60;
	line-height: 80px;
	margin: 0px
}

.acquireFlow-banner .inner-banner h1 span {
	color: #12b393;
	display: block
}

.acquireFlow-banner .inner-banner p {
	font-size: 20px;
	color: #66707f;
	margin: 25px 0px 45px
}

.acquireFlow-banner .inner-banner .banner-mob {
	display: none
}

.acquireFlow-banner .inner-banner .img-box {
	position: relative;
	max-width: 700px;
	margin: 0 auto
}

.acquireFlow-banner .inner-banner .img-box .zaka-img {
	position: absolute;
	width: 160px;
	top: -30px;
	left: -100px
}

.acquireFlow-banner .inner-banner .img-box .payment-img {
	position: absolute;
	width: 270px;
	bottom: -80px;
	left: -180px
}

.acquireFlow-banner .inner-banner .img-box .banner-main {
	width: 100%;
	margin: 0 auto;
	display: block
}

.acquireFlow-banner .inner-banner .acquireFlow-btn {
	background-color: #12b393;
	color: #fff;
	padding: 15px 30px;
	font-size: 18px;
	font-weight: 400;
	border-radius: 8px;
	transition: .2s ease-in-out
}

.acquireFlow-banner .inner-banner .acquireFlow-btn:hover {
	color: #fff;
	background-color: #002a60
}

.businesses {
	padding: 70px 0px
}

.businesses h2 {
	font-size: 44px;
	font-weight: 600;
	color: #002a60;
	margin-bottom: 30px
}

.businesses p.subTitle {
	font-size: 20px;
	color: #66707f;
	max-width: 790px;
	margin: 0 auto 50px
}

.businesses .box {
	padding: 25px;
	min-height: 230px;
	border-radius: 5px;
	border: 1px solid #fafafa;
	background: #fafafa;
	margin-bottom: 25px
}

.businesses .box img {
	height: 32px
}

.businesses .box h3 {
	font-size: 18px;
	font-weight: 500;
	color: #002a60;
	margin: 25px 0 15px
}

.businesses .box p {
	font-size: 14px;
	color: #66707f;
	margin: 0 0 15px
}

.businesses .box .learn-btn {
	font-size: 14px
}

.businesses .box .learn-btn svg {
	width: 12px;
	height: 12px
}

.businesses .book-demo-btn {
	margin-top: 40px;
	background-color: #12b393;
	color: #fff;
	padding: 15px 30px;
	font-size: 16px;
	font-weight: 400;
	border-radius: 8px;
	transition: .2s ease-in-out
}

.businesses .book-demo-btn:hover {
	color: #fff;
	background-color: #002a60
}

.merchant {
	padding: 70px 0px;
	background-color: #f7f9fb
}

.merchant h2 {
	font-size: 44px;
	font-weight: 600;
	color: #002a60;
	margin: 0 auto 30px;
	max-width: 600px
}

.merchant p.subTitle {
	font-size: 20px;
	color: #66707f;
	max-width: 790px;
	margin: 0 auto 50px
}

.merchant ul {
	max-width: 390px
}

.merchant ul li {
	position: relative;
	padding-left: 35px;
	margin-bottom: 50px
}

.merchant ul li img {
	position: absolute;
	left: 0;
	top: 2px;
	height: 20px;
	width: 20px
}

.merchant ul li h4 {
	font-size: 20px;
	font-weight: 500;
	color: #002a60;
	margin: 25px 0 15px
}

.merchant ul li p {
	font-size: 16px;
	color: #66707f;
	margin: 0 0 15px
}

.get-started {
	padding: 70px 0px
}

.get-started h2 {
	font-size: 44px;
	font-weight: 600;
	color: #002a60;
	margin: 0 auto 30px
}

.get-started p.subTitle {
	font-size: 20px;
	color: #66707f;
	max-width: 790px;
	margin: 0 auto 50px
}

.get-started ul {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px;
	position: relative
}

.get-started ul:before {
	content: "";
	position: absolute;
	background-color: #12b393;
	left: 50%;
	top: 37px;
	transform: translateX(-50%);
	width: 75%;
	height: 2px
}

.get-started ul li {
	padding: 15px
}

.get-started ul li span {
	display: block;
	font-size: 18px;
	font-weight: 500;
	color: #12b393;
	margin: 0 auto 15px;
	border-radius: 50%;
	border: 2px solid #12b393;
	width: 45px;
	height: 45px;
	line-height: 42px;
	text-align: center;
	background-color: #fff;
	position: relative;
	z-index: 1
}

.get-started ul li h5 {
	font-size: 16px;
	font-weight: 500;
	color: #002a60;
	margin: 25px 0 15px
}

.get-started ul li p {
	font-size: 14px;
	color: #66707f;
	margin: 0 0 15px
}

.get-started .talk-to-sales {
	background-color: #12b393;
	color: #fff;
	margin-top: 40px;
	padding: 15px 30px;
	font-size: 16px;
	font-weight: 400;
	border-radius: 30px;
	transition: .2s ease-in-out
}

.get-started .talk-to-sales:hover {
	color: #fff;
	background-color: #002a60
}

.enterprise-grade {
	padding: 100px 0px;
	background-color: #002a60
}

.enterprise-grade h2 {
	font-size: 40px;
	font-weight: 600;
	color: #fff;
	margin: 0 auto 70px
}

.enterprise-grade .box {
	padding: 25px 0;
	text-align: center;
	max-width: 325px;
	margin: 0 auto
}

.enterprise-grade .box h4 {
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	margin: 25px 0 15px
}

.enterprise-grade .box p {
	font-size: 16px;
	color: #fff;
	margin: 0 0 15px
}

.faq {
	padding: 100px 0px;
	background-color: #f7f9fb
}

.faq h2 {
	font-size: 44px;
	font-weight: 600;
	color: #002a60;
	margin-bottom: 100px
}

.faq .faqAccordion {
	display: grid;
	grid-template-columns: 100%;
	gap: 15px
}

.faq .faqAccordion .accordion-item {
	border: 1px solid #f3f3f4;
	border-radius: 5px
}

.faq .faqAccordion .accordion-item .accordion-header .accordion-button {
	box-shadow: none;
	background-color: #fff;
	font-size: 18px;
	font-weight: 500;
	color: #1a1a1a;
	padding: 25px 30px
}

.faq .faqAccordion .accordion-item .accordion-collapse {
	transition: .2s ease-in-out
}

.faq .faqAccordion .accordion-item .accordion-collapse .accordion-body {
	padding: 0 30px 30px
}

.faq .faqAccordion .accordion-item .accordion-collapse .accordion-body p {
	font-size: 16px;
	color: #66707f
}

.faq .faqAccordion .accordion-item .accordion-collapse .accordion-body p:last-child {
	margin-bottom: 0
}

.accelerate {
	padding: 100px 0px;
	background-color: #f7f9fb
}

.accelerate h2 {
	font-size: 44px;
	font-weight: 600;
	color: #002a60;
	margin-bottom: 50px
}

.accelerate .btn-acquireFlow {
	background-color: #12b393;
	color: #fff;
	padding: 15px 60px 15px 30px;
	font-size: 16px;
	font-weight: 400;
	border-radius: 8px;
	transition: .2s ease-in-out;
	margin-left: 6px;
	position: relative
}

.accelerate .btn-acquireFlow i {
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	transition: .2s ease-in-out
}

.accelerate .btn-acquireFlow:hover {
	color: #fff;
	background-color: #002a60
}

.accelerate .btn-acquireFlow:hover i {
	right: 25px
}

.cardForge-banner {
	margin-top: 80px;
	padding: 20px
}

.cardForge-banner .inner-banner {
	background-image: url("../images/cardForge-bannar-bg.png");
	background-size: cover;
	background-position: center right;
	background-repeat: no-repeat;
	padding: 100px;
	border-radius: 20px
}

.cardForge-banner .inner-banner h5 {
	font-size: 18px;
	font-weight: 500;
	color: #12b393;
	margin-bottom: 15px
}

.cardForge-banner .inner-banner h1 {
	font-size: 60px;
	font-weight: 600;
	color: #002a60;
	line-height: 80px;
	margin: 0px;
	max-width: 820px
}

.cardForge-banner .inner-banner h1 span {
	color: #12b393;
	display: block
}

.cardForge-banner .inner-banner p {
	font-size: 20px;
	color: #66707f;
	margin: 25px 0px 45px;
	max-width: 650px
}

.cardForge-banner .inner-banner .mob-img {
	display: none
}

.cardForge-banner .inner-banner .img-box {
	position: relative;
	max-width: 420px;
	margin: 0 auto
}

.cardForge-banner .inner-banner .img-box .banner-main {
	width: 100%;
	margin: 0 auto;
	display: block
}

.cardForge-banner .inner-banner .img-box>img {
	transition: .8s ease-in-out
}

.cardForge-banner .inner-banner .img-box .anim-1 {
	position: relative;
	margin-bottom: -160px;
	z-index: 3
}

.cardForge-banner .inner-banner .img-box .anim-2 {
	position: relative;
	z-index: 2
}

.cardForge-banner .inner-banner .img-box .anim-3 {
	position: relative;
	margin-top: -160px;
	z-index: 1
}

.cardForge-banner .inner-banner .img-box .animation-1 {
	position: relative;
	margin-bottom: -200px;
	z-index: 3
}

.cardForge-banner .inner-banner .img-box .animation-2 {
	position: relative;
	z-index: 2
}

.cardForge-banner .inner-banner .img-box .animation-3 {
	position: relative;
	margin-top: -200px;
	z-index: 1
}

.cardForge-banner .inner-banner .img-box>img {
	transform: rotate3d(10, 5, 11, -60deg)
}

.cardForge-banner .inner-banner .img-box.animate>img {
	transform: rotate3d(0, 0, 4, 0deg)
}

.cardForge-banner .inner-banner .img-box.animate .anim-1 {
	margin-bottom: -290px
}

.cardForge-banner .inner-banner .img-box.animate .anim-3 {
	margin-top: -285px
}

.cardForge-banner .inner-banner .img-box.animate .animation-1 {
	position: relative;
	margin-bottom: -325px;
	z-index: 3
}

.cardForge-banner .inner-banner .img-box.animate .animation-2 {
	position: relative;
	z-index: 2
}

.cardForge-banner .inner-banner .img-box.animate .animation-3 {
	position: relative;
	margin-top: -325px;
	z-index: 1
}

.cardForge-banner .inner-banner .cardForge-btn {
	background-color: #12b393;
	color: #fff;
	padding: 15px 30px;
	font-size: 18px;
	font-weight: 400;
	border-radius: 8px;
	transition: .2s ease-in-out
}

.cardForge-banner .inner-banner .cardForge-btn:hover {
	color: #fff;
	background-color: #002a60
}

.issuing {
	padding: 70px 0px
}

.issuing h2 {
	font-size: 44px;
	font-weight: 600;
	color: #002a60;
	margin-bottom: 30px
}

.issuing h2 span {
	color: #12b393
}

.issuing p.subTitle {
	font-size: 20px;
	color: #66707f;
	max-width: 790px;
	margin: 0 auto 50px
}

.issuing .box {
	padding: 25px;
	min-height: 190px;
	border-radius: 5px;
	border: 1px solid #fafafa;
	background: #fafafa;
	margin-bottom: 25px
}

.issuing .box img {
	height: 32px
}

.issuing .box h3 {
	font-size: 18px;
	font-weight: 500;
	color: #002a60;
	margin: 15px 0
}

.issuing .box p {
	font-size: 14px;
	color: #66707f;
	margin: 0px
}

.companies {
	padding: 70px 0px;
	background-color: #f7f9fb
}

.companies h2 {
	font-size: 44px;
	font-weight: 600;
	color: #002a60;
	margin: 0 auto 50px;
	max-width: 1000px
}

.companies h2 span {
	color: #12b393
}

.companies .box {
	border: 1px solid rgba(128, 128, 128, .5);
	padding: 40px 25px;
	transition: .2s ease-in-out;
	border-radius: 10px;
	background-color: #fff
}

.companies .box h5 {
	color: #002a60;
	font-size: 24px;
	margin: 30px 0 0
}

.companies .box:hover {
	border: 1px solid rgba(13, 125, 102, .5);
	background-color: #f2faf8;
	box-shadow: 0 0 7px rgba(18, 179, 147, .4)
}

.companies .box:hover ul li {
	color: #4d4d4d
}

.companies .box hr {
	margin: 30px 0;
	border-color: rgba(128, 128, 128, .5)
}

.companies .box ul li {
	color: gray;
	font-size: 18px;
	transition: .2s ease-in-out;
	position: relative;
	padding-left: 30px;
	min-height: 85px
}

.companies .box ul li img {
	position: absolute;
	left: 0;
	top: 5px
}

.companies .get-started {
	margin-top: 50px;
	background-color: #12b393;
	color: #fff;
	padding: 15px 30px;
	font-size: 16px;
	font-weight: 400;
	border-radius: 8px;
	transition: .2s ease-in-out
}

.companies .get-started:hover {
	color: #fff;
	background-color: #002a60
}

.capabilities {
	padding: 70px 0px
}

.capabilities h2 {
	font-size: 44px;
	font-weight: 600;
	color: #002a60;
	margin-bottom: 30px
}

.capabilities h2 span {
	color: #12b393
}

.capabilities p.subTitle {
	font-size: 20px;
	color: #66707f;
	max-width: 790px;
	margin: 0 auto 50px
}

.capabilities .box {
	position: relative;
	padding: 25px 25px 25px 40px
}

.capabilities .box img {
	max-width: 30px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 22px
}

.capabilities .box img.prepaid {
	max-width: 27px;
	top: 25px
}

.capabilities .box h3 {
	font-size: 18px;
	font-weight: 500;
	color: #002a60;
	margin-bottom: 20px
}

.capabilities .box p {
	font-size: 14px;
	color: #66707f;
	margin: 0px
}

.capabilities .box ul {
	padding-left: 17px
}

.capabilities .box ul li {
	font-size: 14px;
	color: #66707f;
	font-weight: 300;
	margin: 0px;
	list-style-type: disc
}

.serve {
	padding: 70px 0px
}

.serve h2 {
	font-size: 44px;
	font-weight: 600;
	color: #002a60;
	margin-bottom: 30px
}

.serve h2 span {
	color: #12b393
}

.serve p.subTitle {
	font-size: 20px;
	color: #66707f;
	max-width: 790px;
	margin: 0 auto 50px
}

.serve .box {
	padding: 25px;
	border-radius: 5px;
	margin-bottom: 25px
}

.serve .box img {
	height: 46px;
	width: auto
}

.serve .box h5 {
	font-size: 18px;
	font-weight: 500;
	color: #002a60;
	margin: 20px 0 15px
}

.serve .box p {
	font-size: 14px;
	color: #66707f;
	margin: 0px
}

.nextStep {
	padding: 70px 0px;
	background-color: #002453
}

.nextStep h2 {
	font-size: 44px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 30px
}

.nextStep h2 span {
	color: #12b393
}

.nextStep p.subTitle {
	font-size: 20px;
	color: #fff;
	max-width: 790px;
	margin: 0 auto 30px
}

.nextStep .nextStep-img {
	max-width: 500px;
	margin: 20px auto
}

.nextStep ul li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 35px
}

.nextStep ul li:last-child {
	margin-bottom: 0
}

.nextStep ul li img {
	left: 0;
	top: 4px;
	position: absolute;
	width: 20px
}

.nextStep ul li p {
	font-size: 18px;
	color: hsla(0, 0%, 100%, .85);
	font-weight: 300;
	margin: 0
}

.nextStep .book-demo {
	margin-top: 60px;
	background-color: #12b393;
	color: #fff;
	padding: 15px 30px;
	font-size: 16px;
	font-weight: 400;
	border-radius: 8px;
	transition: .2s ease-in-out
}

.nextStep .book-demo:hover {
	color: #002a60;
	background-color: #fff
}

.nextGen {
	padding: 70px 0px;
	overflow: hidden
}

.nextGen h2 {
	font-size: 44px;
	font-weight: 600;
	color: #002a60;
	margin-bottom: 30px
}

.nextGen h2 span {
	color: #12b393
}

.nextGen p.subTitle {
	font-size: 20px;
	color: #66707f;
	max-width: 790px;
	margin: 0 auto 50px
}

.nextGen .imgBox {
	padding: 50px 10% 50px 5%;
	position: relative
}

.nextGen .imgBox .smart-overlapping {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	max-width: 500px;
	left: 65%
}

.nextGen .imgBox .intelligent-overlapping {
	position: absolute;
	bottom: 0px;
	max-width: 250px;
	right: -45px
}

.nextGen .rightBox {
	padding-left: 10%
}

.nextGen .rightBox h3 {
	font-size: 28px;
	color: #002a60;
	font-weight: 500;
	margin-bottom: 50px
}

.nextGen .rightBox ul li {
	position: relative;
	padding-left: 30px
}

.nextGen .rightBox ul li img {
	position: absolute;
	top: 1px;
	left: 0
}

.nextGen .rightBox ul li h5 {
	font-size: 16px;
	color: #002a60
}

.nextGen .rightBox ul li p {
	font-size: 16px;
	color: rgba(1, 27, 51, .7)
}

.banner.digital-banner .inner-banner {
	background-image: url("../images/digital-banner.png") !important
}

.banner.digital-banner .inner-banner h1 {
	color: #002a60;
	max-width: 670px
}

.banner.digital-banner .inner-banner h1 span {
	display: inline
}

.banner.digital-banner .inner-banner p {
	color: #66707f
}

.banner.digital-banner .inner-banner ul li {
	color: #002a60
}

.banner.digital-banner .inner-banner ul li span {
	color: #002a60;
	opacity: 1;
	font-weight: 400
}

.banner.digital-banner .inner-banner .digital-btn {
	background-color: #12b393;
	color: #fff;
	padding: 15px 30px;
	font-size: 18px;
	font-weight: 400;
	border-radius: 8px;
	transition: .2s ease-in-out
}

.banner.digital-banner .inner-banner .digital-btn:hover {
	color: #fff;
	background-color: #002a60
}

.os-payments.no-bg {
	background-color: #fff
}

.os-payments.no-bg h2 span {
	color: #12b393
}

.market {
	padding: 70px 0px;
	background-color: #f7f9fb
}

.market h2 {
	font-size: 44px;
	font-weight: 600;
	color: #002a60;
	margin-bottom: 50px
}

.market h2 span {
	color: #12b393
}

.market .box {
	padding: 15px
}

.market .box h4 {
	font-weight: 500;
	font-size: 20px;
	color: #002a60;
	position: relative;
	margin: 20px 0;
	min-height: 45px
}

.market .box h4::before {
	content: "";
	left: -15px;
	position: absolute;
	top: 4px;
	height: 15px;
	background-color: #12b393;
	width: 1px
}

.market .box p {
	color: #66707f;
	font-size: 14px
}

.comprehensive {
	padding: 70px 0px;
	background-color: #f7f9fb
}

.comprehensive h2 {
	font-size: 44px;
	font-weight: 600;
	color: #002a60;
	margin-bottom: 50px
}

.comprehensive h2 span {
	color: #12b393;
	display: block
}

.comprehensive .box {
	padding: 20px
}

.comprehensive .box h4 {
	font-weight: 500;
	font-size: 20px;
	color: #002a60;
	margin: 20px 0
}

.comprehensive .box p {
	color: gray;
	font-size: 14px
}

.launch-ready {
	padding: 70px 0px
}

.launch-ready h2 {
	font-size: 44px;
	font-weight: 600;
	color: #002a60;
	margin-bottom: 50px
}

.launch-ready h2 span {
	color: #12b393
}

.launch-ready ul {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	text-align: center;
	gap: 30px
}

.launch-ready ul li {
	border: 1px dashed rgba(0, 0, 0, .3);
	padding: 30px 15px
}

.launch-ready ul li img {
	height: 64px
}

.launch-ready ul li p {
	font-size: 14px;
	margin: 0;
	color: gray
}

.developer {
	padding: 70px 0px;
	position: relative;
	overflow: hidden
}

.developer .box {
	border: 1px solid rgba(0, 0, 0, .25);
	padding: 50px
}

.developer .box .inner {
	max-width: 545px
}

.developer .box .inner h2 {
	font-size: 32px;
	color: #002a60;
	margin-bottom: 20px
}

.developer .box .inner h2 span {
	color: #12b393
}

.developer .box .inner p {
	color: gray;
	font-size: 14px;
	max-width: 450px
}

.developer .box .inner .view-apis {
	font-family: "Space Grotesk", sans-serif;
	color: #002a60;
	border: 1px solid #002a60;
	padding: 12px 35px;
	border-radius: 50px;
	font-size: 16px;
	font-weight: 600;
	transition: .2s ease-in-out;
	margin-top: 20px
}

.developer .box .inner .view-apis:hover {
	background-color: #002a60;
	color: #fff
}

.developer .box .dev-img {
	height: 100%;
	max-height: 500px
}

.banner.digital-bank-banner .inner-banner {
	background-image: url("../images/digital-banner.png") !important
}

.banner.digital-bank-banner .inner-banner h1 {
	color: #002a60;
	max-width: 670px
}

.banner.digital-bank-banner .inner-banner h1 span {
	display: inline
}

.banner.digital-bank-banner .inner-banner p {
	color: #66707f
}

.banner.digital-bank-banner .inner-banner ul {
	display: block
}

.banner.digital-bank-banner .inner-banner ul li {
	color: #66707f;
	font-size: 16px;
	font-weight: 400;
	font-family: "Space Grotesk", sans-serif;
	line-height: 30px;
	display: flex;
	align-items: center;
	gap: 10px
}

.banner.digital-bank-banner .inner-banner ul li img {
	width: 16px;
	height: 16px;
	max-width: fit-content;
	margin: 0
}

.banner.digital-bank-banner .inner-banner .digital-btn {
	background-color: #1a365d;
	color: #fff;
	padding: 15px 30px;
	font-size: 18px;
	font-weight: 400;
	border-radius: 8px;
	transition: .2s ease-in-out
}

.banner.digital-bank-banner .inner-banner .digital-btn:hover {
	color: #fff;
	background-color: #12b393
}

.value-add {
	background-color: #002b61;
	padding: 100px 0
}

.value-add h2 {
	font-size: 44px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 50px
}

.value-add h2 span {
	color: #12b393
}

.value-add .box {
	border: 1px dashed #10d1aa;
	padding: 20px
}

.value-add .box img {
	height: 35px
}

.value-add .box h4 {
	font-size: 20px;
	font-weight: 500;
	margin: 15px 0;
	color: #fff
}

.value-add .box p {
	color: #fff;
	font-size: 16px;
	line-height: 1.5
}

.deploy-apps {
	background-color: #f7f7f7;
	padding: 100px 0
}

.deploy-apps h2 {
	font-size: 44px;
	font-weight: 600;
	color: #002a60;
	margin-bottom: 80px
}

.deploy-apps h2 span {
	color: #12b393
}

.deploy-apps .deploy {
	gap: 60px;
	display: grid;
	position: relative;
	justify-content: space-around;
	grid-template-columns: repeat(4, 150px);
	max-width: 900px;
	margin: 0 auto
}

.deploy-apps .deploy .line {
	position: absolute
}

.deploy-apps .deploy .line.line-1 {
	top: 12.5%;
	left: 50%;
	width: 115%;
	transform: translateY(-12.5%) translateX(-50%);
	border-top: 1px dashed rgba(45, 126, 109, .6)
}

.deploy-apps .deploy .line.line-2 {
	top: 50%;
	left: 50%;
	width: 115%;
	transform: translateY(-50%) translateX(-50%);
	border-top: 1px dashed rgba(45, 126, 109, .6)
}

.deploy-apps .deploy .line.line-3 {
	top: 87.4%;
	left: 50%;
	width: 115%;
	transform: translateY(-87.4%) translateX(-50%);
	border-top: 1px dashed rgba(45, 126, 109, .6)
}

.deploy-apps .deploy .line.line-4 {
	top: 50%;
	left: -7.5%;
	width: 1px;
	height: 74%;
	transform: translateY(-50%);
	border-left: 1px dashed rgba(45, 126, 109, .6)
}

.deploy-apps .deploy .line.line-5 {
	top: 50%;
	right: -7.5%;
	width: 1px;
	height: 74%;
	transform: translateY(-50%);
	border-left: 1px dashed rgba(45, 126, 109, .6)
}

.deploy-apps .deploy li {
	text-align: center
}

.deploy-apps .deploy li .box {
	gap: 15px;
	padding: 20px;
	display: flex;
	min-height: 180px;
	position: relative;
	flex-direction: column;
	justify-content: center;
	background-color: #fff;
	border: 1px dashed #10d1aa
}

.deploy-apps .deploy li .box p {
	font-size: 14px;
	color: gray;
	margin: 0
}

.banner.cross-border-banner {
	padding-bottom: 0
}

.banner.cross-border-banner .inner-banner {
	background: linear-gradient(105.13deg, #00132B 4.7%, #00382D 27.11%, #02277B 65.12%, #012553 110.45%);
	overflow: hidden;
	position: relative;
	padding-top: 150px;
	padding-bottom: 150px
}

.banner.cross-border-banner .inner-banner .cross-img {
	position: absolute;
	bottom: 0;
	right: 0;
	max-width: 42%
}

.banner.cross-border-banner .inner-banner h1 {
	color: #fff;
	max-width: 750px
}

.banner.cross-border-banner .inner-banner h1 span {
	display: inline;
	background: linear-gradient(90deg, #12B393 2.88%, rgba(0, 255, 227, 0.63) 96.63%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.banner.cross-border-banner .inner-banner p {
	color: #66707f
}

.banner.cross-border-banner .inner-banner ul {
	display: block;
	margin-bottom: 20px
}

.banner.cross-border-banner .inner-banner ul li {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	font-family: "Space Grotesk", sans-serif;
	line-height: 30px;
	display: flex;
	align-items: center;
	gap: 10px
}

.banner.cross-border-banner .inner-banner ul li img {
	width: 16px;
	height: 16px;
	max-width: fit-content;
	margin: 0
}

.banner.cross-border-banner .inner-banner .border-btn {
	color: #fff;
	background-color: #12b393;
	padding: 15px 30px;
	font-size: 18px;
	font-weight: 400;
	border-radius: 8px;
	transition: .2s ease-in-out
}

.banner.cross-border-banner .inner-banner .border-btn:hover {
	background-color: #1a365d;
	color: #fff
}

.banner.cross-border-banner .inner-banner .bus-process {
	display: inline-flex;
	align-items: center;
	gap: 70px;
	margin: 30px 0;
	text-align: center;
	position: relative
}

.banner.cross-border-banner .inner-banner .bus-process::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 1px;
	height: 100%;
	border-left: 1px dashed hsla(0, 0%, 100%, .7)
}

.banner.cross-border-banner .inner-banner .bus-process h2 {
	font-size: 28px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 10px;
	line-height: 30px
}

.banner.cross-border-banner .inner-banner .bus-process p {
	font-size: 16px;
	color: #fff;
	margin: 0
}

.rbi-approved {
	padding: 70px 0px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) -22.78%, rgba(229, 237, 255, 0.45) -1.91%, rgba(151, 183, 255, 0.45) 56.38%, rgba(229, 237, 255, 0.45) 101%, rgba(255, 255, 255, 0.45) 126.91%)
}

.rbi-approved h2 {
	color: #085dcc;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 60px
}

.rbi-approved ul {
	display: flex;
	gap: 70px;
	justify-content: center;
	align-items: center
}

.rbi-approved ul li img {
	height: 90px
}

.cross-stream {
	padding: 70px 0px;
	background-image: url("../images/cross-stream.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat
}

.cross-stream h2 {
	font-size: 44px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 60px
}

.cross-stream h2 span {
	background: linear-gradient(90deg, #E2EEFF 51.15%, #00BF99 83.65%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.cross-stream .box {
	background: #f1f5ff;
	border-radius: 5px;
	border: 5px solid #fff;
	box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, .2);
	padding: 50px 30px 20px;
	position: relative
}

.cross-stream .box:hover .img-box img {
	border-color: #12b393
}

.cross-stream .box .img-box {
	position: relative;
	max-width: 200px;
	margin: 0 auto 20px;
	min-height: 195px;
	display: flex;
	align-items: center;
	justify-content: center
}

.cross-stream .box .img-box img {
	border-radius: 5px;
	border: 5px solid #fff;
	box-shadow: 0px 3.5px 16.97px 0px rgba(0, 0, 0, .168627451);
	backdrop-filter: blur(3.4983146191px);
	transition: .2s ease-in-out
}

.cross-stream .box h3 {
	color: #1a1a1a;
	font-size: 20px;
	margin-bottom: 10px
}

.cross-stream .box p {
	font-size: 14px;
	color: #4d4d4d;
	margin: 0
}

.pay-receive {
	padding: 70px 0px 140px;
	background: linear-gradient(262.35deg, rgba(255, 255, 255, 0.12) -21.13%, rgba(109, 255, 163, 0.2) 102.85%);
	position: relative;
	overflow: hidden
}

.pay-receive::after {
	content: "";
	position: absolute;
	bottom: 250px;
	left: -60px;
	width: 150%;
	height: 450px;
	background: linear-gradient(262.46deg, rgba(109, 154, 255, 0.22) 4.12%, rgba(0, 42, 96, 0.03) 109.71%);
	z-index: 1;
	transform: rotate(-10deg)
}

.pay-receive h2 {
	color: #002a60;
	font-size: 44px;
	font-weight: 600;
	margin-bottom: 20px
}

.pay-receive h2 span {
	background: linear-gradient(90deg, #033B82 56.35%, #18987E 83.65%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.pay-receive .sub-title {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin-bottom: 60px
}

.pay-receive .sub-title li {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #4d4d4d;
	font-size: 16px
}

.pay-receive .box {
	padding: 25px;
	border: .5px solid silver;
	box-shadow: 0px 5px 27.7px 0px rgba(0, 0, 0, .1490196078);
	border-radius: 8px;
	position: relative;
	background-color: #fff;
	z-index: 2
}

.pay-receive .box p {
	font-size: 16px;
	color: #4d4d4d;
	font-weight: 500;
	margin-bottom: 10px
}

.pay-receive .box h5 {
	font-size: 20px;
	font-weight: 600;
	background: linear-gradient(180deg, #18987E 0%, #054740 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.pay-receive .box hr {
	height: 2px;
	background: linear-gradient(90deg, rgba(11, 173, 156, 0.63) 50%, rgba(255, 255, 255, 0.3276) 100%);
	border: none
}

.pay-receive .box h3 {
	background: linear-gradient(90deg, #12B393 0%, #002A60 92.79%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
	font-size: 32px;
	font-weight: 800
}

.pay-receive .bg-box {
	padding: 25px;
	box-shadow: 0px 5px 27.7px 0px rgba(0, 0, 0, .1490196078);
	border-radius: 8px;
	background-image: url("../images/for-paym.png");
	background-position: center right;
	background-size: cover;
	height: 100%;
	position: relative;
	z-index: 2
}

.pay-receive .bg-box p {
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 10px
}

.pay-receive .bg-box h5 {
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 40px
}

.pay-receive .bg-box a {
	border: 1px solid #fff;
	color: #fff;
	font-size: 14px;
	padding: 7px 20px;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	border-radius: 30px
}

.pay-receive .pay-less {
	background-image: url("../images/pay-less.png");
	background-position: center;
	background-size: cover;
	padding: 70px 0px;
	margin-top: 140px;
	box-shadow: 0px 4px 31.1px 0px rgba(0, 0, 0, .2509803922);
	border-radius: 5px;
	position: relative;
	z-index: 2
}

.pay-receive .pay-less h2 {
	color: #fff;
	font-size: 44px;
	font-weight: 700;
	max-width: 515px;
	line-height: 60px
}

.pay-receive .pay-less h2 span {
	background: linear-gradient(0deg, #00FFCC 64.9%, rgba(50, 255, 163, 0.9) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.pay-receive .pay-less ul li {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #fff;
	font-size: 16px;
	margin-bottom: 7px
}

.pay-receive .pay-less .box {
	box-shadow: 0px 3.21px 26.56px 0px rgba(0, 0, 0, .2);
	border: 5px solid hsla(0, 0%, 100%, .31);
	border-radius: 15px;
	background-color: rgba(0, 0, 0, 0);
	padding: 0
}

.pay-receive .pay-less .box .inner-box {
	background-image: url("../images/pay-less-bg.png");
	background-position: center right;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 20px;
	border-radius: 12px
}

.pay-receive .pay-less .box .inner-box .pay-method {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	border: .8px solid #dde6fb;
	background-color: hsla(0, 0%, 100%, .7);
	border-radius: 12px;
	padding: 15px 20px 15px 15px
}

.pay-receive .pay-less .box .inner-box .pay-method .info p {
	font-size: 12px;
	color: gray;
	margin-bottom: 5px
}

.pay-receive .pay-less .box .inner-box .pay-method .info h4 {
	font-size: 20px;
	color: #000;
	margin: 0;
	display: flex;
	align-items: center;
	gap: 7px
}

.pay-receive .pay-less .box .inner-box .pay-method .info h4 img {
	width: 20px
}

.pay-receive .pay-less .box .inner-box .pay-method img {
	width: 33px
}

.pay-receive .pay-less .box .inner-box .live-rate {
	border: .8px solid #dde6fb;
	background-color: hsla(0, 0%, 100%, .7);
	border-radius: 12px;
	padding: 15px
}

.pay-receive .pay-less .box .inner-box .live-rate h5 {
	text-align: center;
	color: #343434;
	font-size: 15px;
	font-weight: 600;
	background: none;
	-webkit-background-clip: text;
	-webkit-text-fill-color: #343434
}

.pay-receive .pay-less .box .inner-box .live-rate .fx-rate {
	text-align: center
}

.pay-receive .pay-less .box .inner-box .live-rate .fx-rate span {
	background: rgba(255, 0, 0, .1019607843);
	color: #e40000;
	font-size: 10px;
	font-weight: 400;
	border-radius: 50px;
	display: inline-block;
	padding: 3px 10px 3px 25px;
	position: relative
}

.pay-receive .pay-less .box .inner-box .live-rate .fx-rate span::before {
	content: "";
	width: 6px;
	height: 6px;
	background-color: #e40000;
	border-radius: 50%;
	position: absolute;
	left: 12px;
	top: 50%;
	transform: translateY(-50%)
}

.pay-receive .pay-less .box .inner-box .live-rate .fx-rate span p {
	position: absolute;
	font-size: 8px;
	color: #4d4d4d;
	right: -170px;
	top: 50%;
	transform: translateY(-50%);
	width: 160px;
	margin-bottom: 0
}

.pay-receive .pay-less .box .inner-box .invoice-receive {
	margin: 12px 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px
}

.pay-receive .pay-less .box .inner-box .invoice-receive .amount,
.pay-receive .pay-less .box .inner-box .invoice-receive .you-rec {
	gap: 15px;
	border: .8px solid #dde6fb;
	background-color: hsla(0, 0%, 100%, .7);
	border-radius: 12px;
	padding: 15px 20px 15px 15px
}

.pay-receive .pay-less .box .inner-box .invoice-receive .amount .title,
.pay-receive .pay-less .box .inner-box .invoice-receive .you-rec .title {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px
}

.pay-receive .pay-less .box .inner-box .invoice-receive .amount .title p,
.pay-receive .pay-less .box .inner-box .invoice-receive .you-rec .title p {
	margin-bottom: 0;
	font-size: 13px;
	color: gray
}

.pay-receive .pay-less .box .inner-box .invoice-receive .amount .title .icons,
.pay-receive .pay-less .box .inner-box .invoice-receive .you-rec .title .icons {
	background: rgba(128, 128, 128, .1490196078);
	border: .51px solid #a9a9a9;
	border-radius: 10px;
	overflow: hidden
}

.pay-receive .pay-less .box .inner-box .invoice-receive .amount .title .icons img,
.pay-receive .pay-less .box .inner-box .invoice-receive .you-rec .title .icons img {
	height: 42px
}

.pay-receive .pay-less .box .inner-box .invoice-receive .amount h2,
.pay-receive .pay-less .box .inner-box .invoice-receive .you-rec h2 {
	font-size: 32px;
	font-weight: 600;
	color: #000;
	margin: 0
}

.pay-receive .pay-less .box .inner-box .invoice-receive .you-rec h2 {
	text-align: end
}

.businesses-choose {
	padding: 0 0 70px;
	background: linear-gradient(262.35deg, rgba(255, 255, 255, 0.12) -21.13%, rgba(109, 255, 163, 0.2) 102.85%);
	position: relative
}

.businesses-choose h2 {
	font-size: 44px;
	font-weight: 600;
	color: #1a1a1a;
	margin-bottom: 20px
}

.businesses-choose h2 span {
	background: linear-gradient(90deg, #033B82 55.77%, #18987E 83.65%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.businesses-choose p {
	font-size: 16px;
	color: #4d4d4d;
	margin-bottom: 50px;
	font-weight: 400
}

.businesses-choose .table-responsive {
	border: .45px solid rgba(164, 164, 164, .4588235294);
	box-shadow: 0px 4px 24.1px 0px rgba(0, 0, 0, .2509803922);
	padding: 10px
}

.businesses-choose .table-responsive .table {
	margin: 0;
	border: .78px solid rgba(0, 0, 0, .1490196078);
	border-top: 0
}

.businesses-choose .table-responsive .table thead th {
	color: #fff;
	background-color: #001b3d;
	font-size: 16px;
	font-weight: 400
}

.businesses-choose .table-responsive .table thead th:last-child {
	background-color: #12b393;
	padding-left: 50px
}

.businesses-choose .table-responsive .table tbody tr td {
	color: #001b3d;
	font-size: 14px
}

.businesses-choose .table-responsive .table tbody tr td:last-child {
	color: #12b393;
	padding-left: 50px
}

.across-industries {
	padding: 70px 0px;
	background: linear-gradient(77.63deg, rgba(255, 255, 255, 0) -47.7%, rgba(229, 237, 255, 0.43) -38.79%, rgba(151, 183, 255, 0.43) 41.43%, rgba(229, 237, 255, 0.43) 104.63%, rgba(255, 255, 255, 0.43) 120.83%)
}

.across-industries h2 {
	font-size: 40px;
	font-weight: 600;
	color: #1a1a1a;
	margin-bottom: 20px
}

.across-industries h2 span {
	background: linear-gradient(90deg, #033B82 35.77%, #18987E 83.65%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.across-industries p {
	font-size: 16px;
	color: #4d4d4d;
	font-weight: 400;
	max-width: 900px;
	margin: 0 auto 50px
}

.across-industries .box {
	background: #fff
}

.across-industries .box .content {
	padding: 30px 40px
}

.across-industries .box .content h3 {
	font-size: 18px;
	font-weight: 600;
	color: #002a60;
	margin-bottom: 10px
}

.across-industries .box .content p {
	font-size: 14px;
	color: #66707f;
	font-weight: 400;
	margin: 0
}

.priority {
	padding: 100px 0px;
	background-image: url("../images/priority-bg.png");
	background-position: center right;
	background-size: 46%;
	background-repeat: no-repeat;
	position: relative
}

.priority::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(86.18deg, #02223F 2.19%, #01372D 54.11%, #035199 106.02%);
	z-index: -1
}

.priority h2 {
	color: #08d8ae;
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 70px
}

.priority ul {
	gap: 70px;
	display: flex;
	justify-content: center;
	align-items: center
}

.priority ul li img {
	height: 180px
}

.easy-scale {
	padding: 100px 0px;
	background-image: url("../images/easy-scale-img.png");
	background-position: center right;
	background-repeat: no-repeat;
	background-size: 50%;
	position: relative
}

.easy-scale::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(106.25deg, rgba(11, 173, 156, 0) 6.13%, rgba(117, 157, 255, 0.73) 95.97%);
	z-index: -1
}

.easy-scale h2 {
	font-size: 40px;
	font-weight: 600;
	color: #1a1a1a;
	margin-bottom: 20px
}

.easy-scale h2 span {
	background: linear-gradient(90deg, #033B82 25.77%, #18987E 73.65%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.easy-scale p {
	font-size: 16px;
	color: #4d4d4d;
	font-weight: 400;
	margin-bottom: 50px
}

.easy-scale ul li {
	position: relative;
	border: .5px solid rgba(120, 154, 255, .8980392157);
	background: linear-gradient(90deg, rgba(248, 248, 248, 0.79) 0%, rgba(255, 255, 255, 0.4108) 100%);
	padding: 20px;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	gap: 15px
}

.easy-scale ul li span {
	display: block;
	min-width: 30px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: rgba(109, 152, 255, .2);
	text-align: center;
	line-height: 30px;
	color: #002a60;
	font-weight: 600;
	font-size: 16px
}

.easy-scale ul li h5 {
	font-size: 16px;
	font-weight: 600;
	color: #1a1a1a;
	margin-bottom: 5px
}

.easy-scale ul li p {
	color: #5b5b5b;
	font-size: 14px;
	font-weight: 400;
	margin: 0
}

.ai-optimization.borderless h2 {
	margin: 0 auto 10px
}

.ai-optimization.borderless p {
	font-size: 20px;
	color: hsla(0, 0%, 100%, .7);
	margin: 0 auto 40px
}

.ai-optimization.borderless .get-started {
	background-color: #12b393;
	color: #fff;
	padding: 15px 60px 15px 30px;
	font-size: 16px;
	font-weight: 400;
	border-radius: 8px;
	transition: .2s ease-in-out;
	margin-left: 6px;
	position: relative;
	border: 0
}

.ai-optimization.borderless .get-started i {
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	transition: .2s ease-in-out
}

.ai-optimization.borderless .get-started:hover {
	color: #fff;
	background-color: #002a60
}

.ai-optimization.borderless .get-started:hover i {
	right: 25px
}

.platform-architecture {
	padding: 80px 0;
	background: linear-gradient(108.66deg, #001B3D 11.21%, #024497 128.25%)
}

.platform-architecture h2 {
	background: linear-gradient(90deg, #FFFFFF 49.89%, #178C80 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
	background-clip: text;
	font-size: 44px;
	font-weight: 700
}

.platform-architecture p {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 50px
}

.platform-architecture .box {
	border: 2px solid #8ec5ff;
	border-radius: 15px;
	background: #eff6ff;
	padding: 35px;
	margin-bottom: 25px;
	transition: all .3s ease
}

.platform-architecture .box .title {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 15px
}

.platform-architecture .box .title .icon {
	width: 48px;
	height: 48px;
	border-radius: 10px;
	background: #003d7a;
	transition: all .3s ease;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center
}

.platform-architecture .box .title .icon svg {
	display: block
}

.platform-architecture .box .title .content h3 {
	font-size: 20px;
	font-weight: 600;
	color: #003d7a;
	transition: all .3s ease
}

.platform-architecture .box .title .content p {
	font-size: 14px;
	font-weight: 400;
	color: #003d7a;
	margin: 0;
	line-height: 20px;
	transition: all .3s ease
}

.platform-architecture .box p {
	font-size: 14px;
	font-weight: 400;
	color: #003d7a;
	margin: 0;
	transition: all .3s ease
}

.platform-architecture .box:hover {
	background: #0153bb
}

.platform-architecture .box:hover .title .icon {
	background: #fff;
	color: #003d7a
}

.platform-architecture .box:hover .title .content h3 {
	color: #fff
}

.platform-architecture .box:hover .title .content p {
	color: #fff
}

.platform-architecture .box:hover p {
	color: #fff
}

.platform-modules {
	padding: 80px 0;
	background-image: url("../images/platform-modules.png");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative
}

.platform-modules::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(77.63deg, rgba(255, 255, 255, 0) -47.7%, rgba(229, 237, 255, 0.43) -38.79%, rgba(151, 183, 255, 0.43) 41.43%, rgba(229, 237, 255, 0.43) 104.63%, rgba(255, 255, 255, 0.43) 120.83%);
	z-index: -1
}

.platform-modules h2 {
	background: linear-gradient(90deg, #1A1A1A 42.84%, #168D7F 60.81%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
	background-clip: text;
	font-size: 44px;
	font-weight: 700
}

.platform-modules p {
	font-size: 16px;
	color: #4d4d4d;
	font-weight: 400;
	margin-bottom: 50px
}

.platform-modules .grid-box {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 120px
}

.platform-modules .grid-box>ul {
	width: 252px;
	display: flex;
	flex-direction: column;
	gap: 15px
}

.platform-modules .grid-box>ul li {
	font-size: 16px;
	font-weight: 500;
	color: #364153;
	background-color: #fff;
	padding: 25px 15px;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	cursor: pointer;
	transition: all .3s ease
}

.platform-modules .grid-box>ul li.active,
.platform-modules .grid-box>ul li:hover {
	background-color: #003d7a;
	color: #fff
}

.platform-modules .grid-box .content-box {
	padding: 40px;
	max-width: 540px;
	border-top: 1px solid #e5e7eb;
	background-color: #fff;
	border-radius: 15px
}

.platform-modules .grid-box .content-box img {
	display: block;
	margin: 0 auto 7px
}

.platform-modules .grid-box .content-box h3 {
	font-size: 24px;
	font-weight: 600;
	color: #003d7a;
	margin-bottom: 25px;
	text-align: center
}

.platform-modules .grid-box .content-box .key-box {
	background-color: #d7e3ff;
	border-radius: 15px;
	padding: 25px;
	margin-bottom: 20px
}

.platform-modules .grid-box .content-box .key-box h5 {
	font-size: 18px;
	font-weight: 600;
	color: #003d7a;
	margin-bottom: 15px;
	text-align: center
}

.platform-modules .grid-box .content-box .key-box ul {
	width: 100%
}

.platform-modules .grid-box .content-box .key-box ul li {
	color: #364153;
	font-size: 18px;
	font-weight: 400;
	position: relative;
	padding-left: 20px;
	line-height: 30px
}

.platform-modules .grid-box .content-box .key-box ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
	height: 8px;
	background-color: #10b981;
	border-radius: 50%
}

.platform-modules .grid-box .content-box .impact-box {
	background: linear-gradient(135deg, rgba(16, 185, 129, 0.1) 0%, rgba(8, 145, 178, 0.1) 100%);
	border-radius: 15px;
	padding: 25px
}

.platform-modules .grid-box .content-box .impact-box h5 {
	font-size: 24px;
	font-weight: 800;
	color: #003d7a;
	margin-bottom: 15px;
	text-align: center
}

.platform-modules .grid-box .content-box .impact-box p {
	color: #364153;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	text-align: center;
	margin: 0
}

.gate-difference {
	padding: 80px 0px;
	background-image: url("../images/priority-bg.png");
	background-position: center right;
	background-size: 46%;
	background-repeat: no-repeat;
	position: relative
}

.gate-difference::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(86.18deg, #02223F 2.19%, #01372D 54.11%, #035199 106.02%);
	z-index: -1
}

.gate-difference h2 {
	color: #08d8ae;
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 40px;
	text-align: center
}

.gate-difference .table-responsive {
	border-radius: 10px
}

.gate-difference .table-responsive .table {
	margin: 0
}

.gate-difference .table-responsive .table thead tr th {
	background-color: #003d7a;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	padding: 25px;
	border-right: 1px solid hsla(0, 0%, 100%, .2)
}

.gate-difference .table-responsive .table tbody tr:nth-child(odd) th,
.gate-difference .table-responsive .table tbody tr:nth-child(odd) td {
	background-color: #f9fafb
}

.gate-difference .table-responsive .table tbody tr th {
	padding: 25px;
	color: #003d7a;
	font-size: 16px;
	border-right: 1px solid #e5e7eb
}

.gate-difference .table-responsive .table tbody tr th p {
	margin: 0;
	color: #003d7a;
	font-size: 16px
}

.gate-difference .table-responsive .table tbody tr td {
	padding: 25px 25px 25px 50px;
	position: relative;
	border-right: 1px solid #e5e7eb
}

.gate-difference .table-responsive .table tbody tr td p {
	margin: 0;
	color: #4a5565;
	font-size: 16px;
	font-weight: 400;
	text-align: left
}

.gate-difference .table-responsive .table tbody tr td p img {
	height: 18px;
	position: absolute;
	left: 25px;
	top: 28px
}

.gate-difference p {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	margin-top: 40px;
	text-align: center
}

.who-it-for {
	padding: 70px 0;
	background: linear-gradient(77.63deg, rgba(255, 255, 255, 0) -47.7%, rgba(229, 237, 255, 0.43) -38.79%, rgba(151, 183, 255, 0.43) 41.43%, rgba(229, 237, 255, 0.43) 104.63%, rgba(255, 255, 255, 0.43) 120.83%)
}

.who-it-for h2 {
	font-size: 44px;
	font-weight: 600;
	color: #002a60;
	margin-bottom: 50px
}

.who-it-for .box {
	border-radius: 15px;
	border-top: 4px solid #002a60;
	background: #fff;
	padding: 30px;
	margin-bottom: 20px;
	box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, .1019607843)
}

.who-it-for .box .icon {
	max-width: 50px;
	margin-bottom: 20px
}

.who-it-for .box .icon img {
	width: 100%
}

.who-it-for .box h4 {
	color: #003d7a;
	font-size: 18px;
	font-weight: 700
}

.who-it-for .box p {
	color: #4a5565;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	margin: 0 0 15px
}

.who-it-for .box ul li {
	color: #4a5565;
	font-size: 14px;
	line-height: 20px;
	position: relative;
	padding-left: 27px;
	line-height: 30px
}

.who-it-for .box ul li img {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 17px
}

.who-it-for .better-exp {
	background: linear-gradient(90deg, #012B62 0%, #013D8A 100%);
	border-radius: 15px;
	padding: 35px 30px;
	margin: 40px 0
}

.who-it-for .better-exp ul {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px
}

.who-it-for .better-exp ul li {
	font-size: 16px;
	color: #fff;
	font-weight: 500
}

.who-it-for h3 {
	color: #002a60;
	font-size: 24px;
	font-weight: 700;
	margin: 20px 0 30px
}

.who-it-for .applies-box {
	padding: 25px;
	border-radius: 15px;
	background: #fff;
	box-shadow: 0px 2px 24px -2px rgba(0, 0, 0, .1019607843);
	border: 1px solid #d5d5d5
}

.who-it-for .applies-box h4 {
	color: #003d7a;
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 10px
}

.who-it-for .applies-box p {
	color: #4a5565;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	margin: 0
}

.who-it-for .proof {
	margin-top: 60px;
	background-color: rgba(26, 63, 114, .2);
	border-radius: 15px;
	padding: 30px;
	border: 2px solid #002a60
}

.who-it-for .proof h3 {
	color: #003d7a;
	font-size: 30px;
	font-weight: 700;
	margin: 0 0 10px
}

.who-it-for .proof p {
	color: #4a5565;
	font-size: 18px;
	font-weight: 400;
	margin: 0
}

.who-it-for .proof .proof-box {
	background-color: #fff;
	border-radius: 15px;
	padding: 20px;
	margin: 20px 0;
	box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, .1019607843)
}

.who-it-for .proof .proof-box h2 {
	color: #002a60;
	font-size: 30px;
	font-weight: 700;
	line-height: 30px;
	margin: 0 0 10px;
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: center;
	min-height: 30px
}

.who-it-for .proof .proof-box h2 img {
	height: 24px
}

.who-it-for .proof .proof-box p {
	color: #4a5565;
	font-size: 14px;
	font-weight: 400;
	margin: 0;
	min-height: 42px
}

.united-gates {
	padding: 70px 0;
	background: linear-gradient(180deg, #012B62 0%, #022C64 99.99%, #0891B2 100%)
}

.united-gates h2 {
	font-size: 44px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 30px
}

.united-gates .text-center>p {
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	line-height: 24px;
	margin-bottom: 50px
}

.united-gates .box {
	border-radius: 14px;
	border: 1px solid hsla(0, 0%, 100%, .2);
	background: hsla(0, 0%, 100%, .1);
	padding: 20px 20px 20px 50px;
	margin-bottom: 20px
}

.united-gates .box h4 {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	position: relative
}

.united-gates .box h4 img {
	position: absolute;
	left: -30px;
	top: 50%;
	transform: translateY(-50%);
	width: 20px
}

.united-gates .box p {
	color: hsla(0, 0%, 100%, .8);
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	margin: 0
}

.united-gates .full-box {
	border-radius: 14px;
	border: 1px solid hsla(0, 0%, 100%, .2);
	background: hsla(0, 0%, 100%, .1);
	padding: 40px;
	margin: 15px 0 25px
}

.united-gates .full-box h3 {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	max-width: 900px;
	margin: 0 auto 20px
}

.united-gates .full-box p {
	color: hsla(0, 0%, 100%, .8);
	font-size: 20px;
	font-weight: 300;
	line-height: 28px;
	max-width: 1125px;
	margin: 0 auto
}

.united-gates .full-box .btn-box {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	justify-content: center;
	margin-top: 40px
}

.united-gates .full-box .btn-box a {
	color: #fff;
	font-size: 14px;
	border: 1px solid #fff;
	padding: 10px 20px;
	border-radius: 8px;
	transition: all .3s ease;
	display: flex;
	align-items: center;
	gap: 10px
}

.united-gates .full-box .btn-box a.demo-btn {
	background: #12b393;
	border: 1px solid #12b393;
	color: #fff
}

.united-gates .full-box .btn-box a:hover {
	border: 1px solid #002a60;
	background: #002a60
}

.payment-banner {
	background-color: #f4f9ff
}

.payment-banner .inner-banner {
	background-image: url("../images/payment-bg.png")
}

.payment-banner .inner-banner h5 {
	font-size: 18px;
	font-weight: 500;
	color: #12b393;
	margin-bottom: 15px
}

.payment-banner .inner-banner h1 {
	max-width: 580px
}

.payment-banner .inner-banner .special-launch {
	margin: 20px 0;
	background: hsla(0, 0%, 100%, .0196078431);
	overflow: hidden;
	border-radius: 10px;
	max-width: 800px
}

.payment-banner .inner-banner .special-launch h4 {
	background: linear-gradient(90deg, rgba(12, 100, 125, 0.78) 0%, rgba(6, 62, 103, 0.039) 100.95%);
	font-size: 18px;
	color: #fff;
	padding: 15px 30px;
	margin: 0;
	font-weight: 400
}

.payment-banner .inner-banner .special-launch h4 span {
	color: #00ffc3;
	font-size: 22px
}

.payment-banner .inner-banner .special-launch ul {
	background: linear-gradient(90deg, rgba(0, 50, 113, 0.41) -19.66%, rgba(18, 180, 159, 0.246) 91%);
	display: block;
	padding: 20px 30px 10px;
	margin: 0
}

.payment-banner .inner-banner .special-launch ul li {
	font-size: 20px;
	color: #fff;
	font-weight: 400;
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 15px;
	line-height: 35px
}

.payment-banner .inner-banner .special-launch ul li img {
	width: 22px;
	margin: 0
}

.payment-banner .inner-banner .special-launch h3 {
	background-color: hsla(0, 0%, 100%, .1);
	color: #fff;
	font-size: 22px;
	margin: 0;
	padding: 15px 30px;
	font-weight: 400
}

.payment-banner .inner-banner .special-launch h3 span {
	color: #00ffc3;
	font-size: 36px
}

.payment-banner .inner-banner .special-launch h3 span:first-child {
	font-size: 24px
}

.payment-banner .inner-banner .btn-box {
	gap: 20px;
	margin: 0
}

.payment-banner .inner-banner .btn-box li a {
	background-color: #12b393;
	color: #fff;
	padding: 15px 30px;
	font-size: 18px;
	font-weight: 400;
	border-radius: 8px;
	transition: .2s ease-in-out
}

.payment-banner .inner-banner .btn-box li a:hover {
	color: #fff;
	background-color: #002a60
}

.payment-banner .inner-banner .btn-box li:last-child a {
	background-color: rgba(0, 0, 0, 0);
	color: #49d8bc;
	border: 1px solid #49d8bc
}

.payment-banner .inner-banner .btn-box li:last-child a:hover {
	color: #fff;
	background-color: #002a60;
	border-color: #002a60
}

.payment-banner .inner-banner .img-box {
	position: relative
}

.payment-banner .inner-banner .img-box img.payment-done {
	position: absolute;
	bottom: 120px;
	left: 54%;
	width: 290px
}

.gateway {
	background-color: #f4f9ff;
	padding: 80px 0
}

.gateway .box {
	display: flex;
	align-items: flex-start;
	gap: 100px
}

.gateway .box .side-box {
	border: .5px solid gray;
	padding: 10px 20px;
	width: 260px;
	min-width: 260px;
	border-radius: 2px;
	background-color: #f6faff;
	position: sticky;
	top: 100px;
	z-index: 99
}

.gateway .box .side-box .accordion .accordion-item {
	background: rgba(0, 0, 0, 0);
	border: 0;
	border-radius: 0;
	border-bottom: 1px solid rgba(0, 0, 0, .1019607843)
}

.gateway .box .side-box .accordion .accordion-item:last-child {
	border-bottom: 0
}

.gateway .box .side-box .accordion .accordion-item .accordion-button {
	color: #4d4d4d;
	padding: 20px 0;
	background-color: rgba(0, 0, 0, 0);
	border: 0;
	box-shadow: none;
	font-size: 16px
}

.gateway .box .side-box .accordion .accordion-item .accordion-collapse .accordion-body {
	padding: 0
}

.gateway .box .side-box .accordion .accordion-item .accordion-collapse .accordion-body .tabs {
	border: 0;
	flex-direction: column;
	display: flex;
	gap: 6px;
	box-shadow: none;
	margin-bottom: 15px
}

.gateway .box .side-box .accordion .accordion-item .accordion-collapse .accordion-body .tabs .nav-item {
	width: 100%;
	list-style: none
}

.gateway .box .side-box .accordion .accordion-item .accordion-collapse .accordion-body .tabs .nav-item .nav-link {
	font-size: 14px;
	color: #4d4d4d;
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 10px 10px;
	width: 100%;
	box-shadow: none;
	border-radius: 5px !important;
	text-align: left
}

.gateway .box .side-box .accordion .accordion-item .accordion-collapse .accordion-body .tabs .nav-item .nav-link img {
	max-height: 18px
}

.gateway .box .side-box .accordion .accordion-item .accordion-collapse .accordion-body .tabs .nav-item .nav-link.active,
.gateway .box .side-box .accordion .accordion-item .accordion-collapse .accordion-body .tabs .nav-item .nav-link:hover {
	color: #0e9d80;
	background: rgba(18, 179, 147, .2)
}

.gateway .box .main-box {
	width: 100%
}

.gateway .box .main-box .tab-content .tab-pane {
	background-color: #fff;
	padding: 50px
}

.gateway .box .main-box .tab-content .tab-pane .title {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 28px;
	font-weight: 600;
	color: #002a60
}

.gateway .box .main-box .tab-content .tab-pane .title img {
	max-height: 35px
}

.gateway .box .main-box .tab-content .tab-pane p {
	font-size: 14px;
	margin: 20px 0 30px;
	font-weight: 400
}

.gateway .box .main-box .tab-content .tab-pane .account-sale {
	display: flex;
	gap: 40px;
	margin-bottom: 30px
}

.gateway .box .main-box .tab-content .tab-pane .account-sale li:first-child a {
	background-color: #12b393;
	color: #fff;
	border-radius: 8px;
	transition: .2s ease-in-out
}

.gateway .box .main-box .tab-content .tab-pane .account-sale li:first-child a:hover {
	color: #fff;
	background-color: #002a60
}

.gateway .box .main-box .tab-content .tab-pane .account-sale li:last-child a {
	color: #12b393;
	position: relative;
	padding: 12px 0
}

.gateway .box .main-box .tab-content .tab-pane .account-sale li:last-child a::before {
	content: "";
	position: absolute;
	bottom: 12px;
	left: 0;
	width: 84%;
	height: 1px;
	background-color: #12b393;
	transition: .2s ease-in-out
}

.gateway .box .main-box .tab-content .tab-pane .account-sale li:last-child a:hover {
	color: #002a60
}

.gateway .box .main-box .tab-content .tab-pane .account-sale li:last-child a:hover::before {
	background-color: #002a60
}

.gateway .box .main-box .tab-content .tab-pane .account-sale li a {
	padding: 12px 20px;
	font-size: 15px;
	font-weight: 400;
	display: flex;
	align-items: center;
	gap: 5px;
	transition: .2s ease-in-out
}

.gateway .box .main-box .tab-content .tab-pane .account-sale li a i {
	font-size: 12px
}

.gateway .box .main-box .tab-content .tab-pane .accordion .accordion-item {
	border-radius: 0;
	border: none;
	margin-bottom: 10px;
	background-color: rgba(0, 42, 96, .031372549);
	overflow: hidden;
	border-radius: 10px
}

.gateway .box .main-box .tab-content .tab-pane .accordion .accordion-item .accordion-header .accordion-button {
	background-color: rgba(0, 0, 0, 0);
	font-size: 16px;
	font-weight: 500;
	color: #002a60;
	padding: 30px;
	transition: .2s ease-in-out;
	box-shadow: none;
	border-radius: 10px;
	position: relative
}

.gateway .box .main-box .tab-content .tab-pane .accordion .accordion-item .accordion-header .accordion-button div {
	margin-left: auto;
	margin-right: 20px;
	display: none
}

.gateway .box .main-box .tab-content .tab-pane .accordion .accordion-item .accordion-header .accordion-button div span {
	display: inline-block;
	margin-right: 20px;
	color: #0e9d80;
	font-size: 12px
}

.gateway .box .main-box .tab-content .tab-pane .accordion .accordion-item .accordion-header .accordion-button div span.through-text {
	text-decoration: line-through
}

.gateway .box .main-box .tab-content .tab-pane .accordion .accordion-item .accordion-header .accordion-button::after {
	position: absolute;
	right: 20px
}

.gateway .box .main-box .tab-content .tab-pane .accordion .accordion-item .accordion-header .accordion-button.collapsed div {
	display: block
}

.gateway .box .main-box .tab-content .tab-pane .accordion .accordion-item .accordion-body {
	padding: 0 30px 40px
}

.gateway .box .main-box .tab-content .tab-pane .accordion .accordion-item .accordion-body .coming-soon {
	margin: 0;
	font-size: 14px;
	color: #4d4d4d
}

.gateway .box .main-box .tab-content .tab-pane .accordion .accordion-item .accordion-body .box {
	display: flex;
	align-items: center;
	gap: 70px
}

.gateway .box .main-box .tab-content .tab-pane .accordion .accordion-item .accordion-body .box .cust-text {
	color: #4d4d4d;
	margin: 0;
	font-size: 16px
}

.gateway .box .main-box .tab-content .tab-pane .accordion .accordion-item .accordion-body .box ul {
	display: flex;
	align-items: center;
	gap: 30px
}

.gateway .box .main-box .tab-content .tab-pane .accordion .accordion-item .accordion-body .box ul li a {
	display: block;
	text-align: center
}

.gateway .box .main-box .tab-content .tab-pane .accordion .accordion-item .accordion-body .box ul li a img {
	margin-bottom: 10px
}

.gateway .box .main-box .tab-content .tab-pane .accordion .accordion-item .accordion-body .box ul li a p {
	margin: 0;
	font-size: 12px;
	color: #4d4d4d
}

.gateway .box .main-box .tab-content .tab-pane .accordion .accordion-item .accordion-body .box .info-box {
	text-align: center;
	border-left: 2px dashed #29caaa;
	padding: 20px 60px;
	margin-left: auto
}

.gateway .box .main-box .tab-content .tab-pane .accordion .accordion-item .accordion-body .box .info-box p {
	margin: 0;
	font-size: 12px;
	color: #4d4d4d
}

.gateway .box .main-box .tab-content .tab-pane .accordion .accordion-item .accordion-body .box .info-box p:first-child {
	text-decoration: line-through
}

.gateway .box .main-box .tab-content .tab-pane .accordion .accordion-item .accordion-body .box .info-box h4 {
	font-size: 18px;
	color: #002a60;
	margin: 10px 0
}

.gateway .box .main-box .tab-content .tab-pane .notes {
	margin: 30px 0;
	color: #4d4d4d;
	font-size: 12px
}

.gateway .box .main-box .tab-content .tab-pane .avail {
	background-image: url("../images/avail-bg.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 40px 30px;
	border-radius: 5px
}

.gateway .box .main-box .tab-content .tab-pane .avail h4 {
	color: #fff;
	font-size: 20px;
	margin: 0 0 10px;
	font-weight: 400
}

.gateway .box .main-box .tab-content .tab-pane .avail h4 span {
	color: #18c8a5;
	display: block
}

.gateway .box .main-box .tab-content .tab-pane .avail h5 {
	font-size: 14px;
	color: hsla(0, 0%, 100%, .8);
	margin: 0;
	font-weight: 400
}

.gateway .box .main-box .tab-content .tab-pane .avail ul li {
	position: relative;
	font-size: 11px;
	color: #fff;
	padding-left: 30px;
	margin-bottom: 20px;
	line-height: 15px;
	font-weight: 300
}

.gateway .box .main-box .tab-content .tab-pane .avail ul li:last-child {
	margin: 0
}

.gateway .box .main-box .tab-content .tab-pane .avail ul li img {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%)
}

.gateway .box .main-box .tab-content .tab-pane .already-using {
	margin-top: 40px;
	background: linear-gradient(92.74deg, rgba(18, 179, 147, 0.05) 6.17%, rgba(0, 38, 255, 0.05) 94.9%);
	padding: 30px 40px;
	border-radius: 5px
}

.gateway .box .main-box .tab-content .tab-pane .already-using h3 {
	font-size: 20px;
	color: #4d4d4d;
	margin: 0 0 30px;
	font-weight: 400
}

.gateway .box .main-box .tab-content .tab-pane .already-using ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px
}

.gateway .box .main-box .tab-content .tab-pane .already-using ul li {
	font-size: 16px;
	color: gray;
	font-weight: 400;
	display: flex;
	align-items: center;
	gap: 10px
}

.gateway .box .main-box .tab-content .tab-pane .already-using ul li img {
	width: 25px
}

.gateway .box .main-box .tab-content .tab-pane .faq-box {
	margin-top: 40px
}

.gateway .box .main-box .tab-content .tab-pane .faq-box h1 {
	font-size: 32px;
	color: #4d4d4d;
	margin: 0 0 20px;
	font-weight: 500;
	color: #1a1a1a
}

.gateway .box .main-box .tab-content .tab-pane .faq-box h1 span {
	color: #12b393
}

.gateway .box .main-box .tab-content .tab-pane .faq-box .accordion .accordion-item {
	border: 1px solid #f3f3f4;
	margin-bottom: 15px;
	background-color: rgba(0, 0, 0, 0)
}

.gateway .box .main-box .tab-content .tab-pane .faq-box .accordion .accordion-item .accordion-button {
	background-color: rgba(0, 0, 0, 0);
	color: #1a1a1a;
	font-size: 18px;
	font-weight: 400;
	padding: 30px 20px 10px
}

.gateway .box .main-box .tab-content .tab-pane .faq-box .accordion .accordion-item .accordion-button.collapsed {
	background-color: rgba(0, 0, 0, 0);
	padding: 30px 20px
}

.gateway .box .main-box .tab-content .tab-pane .faq-box .accordion .accordion-item .accordion-body {
	padding: 15px 20px 20px
}

.gateway .box .main-box .tab-content .tab-pane .faq-box .accordion .accordion-item .accordion-body p {
	margin: 0;
	font-size: 16px;
	color: gray;
	line-height: 1.6
}

.gateway .box .main-box .tab-content .tab-pane .settlements {
	background: rgba(0, 42, 96, .03);
	padding: 30px;
	border-radius: 8px
}

.gateway .box .main-box .tab-content .tab-pane .settlements .box {
	display: flex;
	align-items: center;
	gap: 70px
}

.gateway .box .main-box .tab-content .tab-pane .settlements .box p {
	color: #002a60;
	margin: 0;
	font-size: 16px
}

.gateway .box .main-box .tab-content .tab-pane .settlements .box .info-box {
	text-align: center;
	border-left: 1.5px dashed #29caaa;
	padding: 10px 60px;
	margin-left: auto
}

.gateway .box .main-box .tab-content .tab-pane .settlements .box .info-box p {
	margin: 0;
	font-size: 12px;
	color: #4d4d4d
}

.gateway .box .main-box .tab-content .tab-pane .settlements .box .info-box h4 {
	font-size: 18px;
	color: #002a60;
	margin: 0 0 10px
}

.gateway .box .main-box .tab-content .tab-pane .list-box {
	margin-top: 35px;
	display: flex;
	flex-direction: column;
	gap: 15px
}

.gateway .box .main-box .tab-content .tab-pane .list-box .box {
	padding: 30px;
	background-color: #fff;
	border-radius: 8px;
	background-color: #f7f8fa;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px
}

.gateway .box .main-box .tab-content .tab-pane .list-box .box .free-trial {
	color: #12b393;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 14px;
	min-width: 120px
}

.gateway .box .main-box .tab-content .tab-pane .list-box .box .free-trial i {
	font-size: 10px
}

.gateway .box .main-box .tab-content .tab-pane .list-box .box h5 {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 16px;
	margin-bottom: 20px
}

.gateway .box .main-box .tab-content .tab-pane .list-box .box h5 img {
	height: 24px
}

.gateway .box .main-box .tab-content .tab-pane .list-box .box ul {
	padding-left: 25px
}

.gateway .box .main-box .tab-content .tab-pane .list-box .box ul li {
	font-size: 14px;
	position: relative;
	padding-left: 25px;
	margin-bottom: 15px
}

.gateway .box .main-box .tab-content .tab-pane .list-box .box ul li:last-child {
	margin: 0
}

.gateway .box .main-box .tab-content .tab-pane .list-box .box ul li img {
	position: absolute;
	left: 0px;
	top: 3px;
	max-width: 22px
}

.gateway .box .main-box .tab-content .tab-pane .list-box .box p {
	margin: 0;
	color: #002a60;
	font-size: 14px
}

.gateway .box .main-box .tab-content .tab-pane .list-box .box p span {
	color: #12b393;
	font-size: 16px
}

.gateway .box .main-box .tab-content .tab-pane .list-box .box p span.f-20 {
	font-size: 20px;
	font-weight: 600
}

.gateway .box .main-box .tab-content .tab-pane .list-box .box.touch {
	background-image: url("../images/box-touch.svg");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain
}

.gateway .box .main-box .tab-content .tab-pane .list-box .box.touch p span {
	display: block
}

.gateway .box .main-box .tab-content .tab-pane .list-box .box.touch a {
	border: 1px solid #002a60;
	color: #002a60;
	font-size: 14px;
	padding: 6px 20px;
	border-radius: 30px;
	text-decoration: none;
	transition: all .3s ease
}

.gateway .box .main-box .tab-content .tab-pane .list-box .box.touch a:hover {
	background-color: #002a60;
	color: #fff
}

.contact-us {
	padding: 80px 0
}

.contact-us h1 {
	color: #002a60;
	font-size: 120px;
	line-height: 120px;
	margin-bottom: 60px
}

.contact-us .blk-1 {
	margin-bottom: 25px
}

.contact-us .blk-1 p {
	margin-bottom: 0;
	color: #979797;
	font-size: 18px
}

.contact-us .blk-1 a {
	color: #6d6d6d;
	text-decoration: none;
	font-weight: 600;
	font-size: 18px
}

.contact-us .blk-2 h6 {
	color: #485a70;
	font-size: 18px
}

.contact-us .blk-2 p {
	color: #979797;
	font-size: 16px;
	margin: 0 0 7px
}

.contact-us .blk-2 h5 {
	color: #6d6d6d;
	text-decoration: none;
	font-size: 20px;
	font-weight: 600
}

.contact-us .blk-2 a {
	color: #6d6d6d;
	font-weight: 600;
	position: relative;
	margin-bottom: 20px;
	display: inline-block;
	text-decoration: underline
}

.contact-us .blk-2 a::after {
	content: "";
	background-image: url(../images/green-arrow.png);
	height: 16px;
	width: 16px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 5px;
	right: -26px
}

.trusted-section {
	background-image: linear-gradient(to right, #FFFFFF 6%, #D5DEE9 100%);
	padding: 80px 0
}

.trusted-section h2 {
	color: #69819f;
	font-weight: 500;
	font-size: 40px;
	max-width: 250px;
	margin: 0 auto
}

.trusted-section .row {
	justify-content: space-between
}

.trusted-section h3 {
	color: rgba(0, 27, 61, .768627451);
	font-size: 24px
}

.trusted-section p {
	color: rgba(0, 27, 61, .768627451);
	font-size: 16px;
	font-weight: 400;
	margin: 0
}

.logo-section {
	padding: 0 0 50px;
	background: #fff;
	position: relative;
	z-index: 1
}

.logo-section .inner-box {
	background-color: hsla(0, 0%, 100%, .4117647059);
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, .1803921569);
	border-radius: 17px;
	padding: 42px 13.5px;
	position: relative;
	top: -50px
}

.logo-section .inner-box img {
	width: 130px
}

.contact-form>div {
	background-color: #011c3e !important;
	padding: 30px 40px 30px 40px !important
}

.contact-form>div form {
	display: grid;
	grid-template-columns: repeat(2, 1fr)
}

.contact-form>div form .zcwf_row:nth-last-child(2),
.contact-form>div form .zcwf_row:nth-last-child(5) {
	grid-column: 1/3
}

.contact-form>div .zcwf_row {
	margin: 0 0 15px !important
}

.contact-form>div .zcwf_title {
	font-size: 40px;
	text-align: center;
	font-weight: 500;
	color: #fff !important;
	width: 100%;
	grid-column: 1/3;
	margin-bottom: 40px
}

.contact-form>div .zcwf_row>div {
	display: block;
	width: 100%
}

.contact-form>div .zcwf_row>div label {
	color: #fff;
	font-size: 14px;
	line-height: 1.111rem
}

.contact-form>div .zcwf_row>div input[type=text],
.contact-form>div .zcwf_row>div input[type=email],
.contact-form>div .zcwf_row>div input[type=tel],
.contact-form>div .zcwf_row>div select {
	width: 100% !important;
	border-radius: 8px !important;
	outline: none !important;
	padding: 5px !important;
	height: 36px !important
}

.contact-form>div .zcwf_row>div textarea {
	width: 100% !important;
	border-radius: 8px !important;
	outline: none !important;
	padding: 5px !important;
	height: 100px !important
}

.contact-form>div .zcwf_row>div input[type=reset] {
	display: none !important
}

.contact-form>div .zcwf_row>div input[type=submit] {
	width: 100% !important;
	max-width: 100%;
	line-height: 30px;
	border: 0;
	background: #0e9177 !important;
	font-size: 16px;
	transition: .2s ease-in-out
}

.contact-form>div .zcwf_row>div input[type=submit]:hover {
	background: #013d8a !important
}

@media(max-width: 1536px) {
	.header .navbar {
		padding: 15px 0
	}

	.header .navbar .container .navbar-collapse .navbar-nav .nav-link i {
		font-size: 10px
	}

	.header .navbar .container .demo-btn {
		font-size: 14px
	}

	body .learn-btn {
		font-size: 16px;
		align-items: center;
		gap: 10px
	}

	body .learn-btn svg {
		width: 12px;
		height: 12px
	}

	.banner {
		padding: 20px 15px
	}

	.banner .inner-banner img {
		max-width: 350px
	}

	.banner .inner-banner h1,
	.banner .inner-banner h2 {
		font-size: 50px;
		line-height: 75px
	}

	.banner .inner-banner p {
		font-size: 18px;
		margin: 20px 0px
	}

	.banner .inner-banner ul li {
		font-size: 36px
	}

	.banner .inner-banner ul li span {
		font-size: 16px;
		margin: 0
	}

	.banner .inner-banner .banner-btn {
		font-size: 16px
	}

	.banner.digital-banner .inner-banner h1,
	.banner.digital-bank-banner .inner-banner h1 {
		font-size: 50px;
		max-width: 560px
	}

	.banner.digital-banner .inner-banner p,
	.banner.digital-bank-banner .inner-banner p {
		font-size: 18px
	}

	.banner.digital-banner .inner-banner .digital-btn,
	.banner.digital-bank-banner .inner-banner .digital-btn {
		font-size: 16px
	}

	.banner.cross-border-banner .inner-banner .cross-img {
		max-width: 52%
	}

	.banner.cross-border-banner .inner-banner h1 {
		font-size: 50px;
		max-width: 625px
	}

	.banner.cross-border-banner .inner-banner ul li {
		font-size: 14px
	}

	.banner.cross-border-banner .inner-banner .border-btn {
		font-size: 16px
	}

	.banner.cross-border-banner .inner-banner .bus-process {
		gap: 50px;
		margin: 20px 0
	}

	.banner.cross-border-banner .inner-banner .bus-process h2 {
		font-size: 24px;
		line-height: 25px
	}

	.banner.cross-border-banner .inner-banner .bus-process p {
		font-size: 14px
	}

	.banner.new-home-banner .inner-banner .banner-btn {
		font-size: 16px
	}

	.who-we-work {
		padding: 50px 0
	}

	.who-we-work h2 {
		font-size: 40px
	}

	.who-we-work h3 {
		font-size: 18px
	}

	.who-we-work .nav-tabs .nav-item .nav-link {
		font-size: 18px;
		padding: 0 0 10px
	}

	.who-we-work .tab-pane h4 {
		font-size: 40px
	}

	.who-we-work .tab-pane ul li {
		font-size: 16px;
		padding-left: 35px
	}

	.who-we-work .tab-pane ul li img {
		top: 3px
	}

	.who-we-work .tab-pane img {
		display: block
	}

	.ready-minutes {
		padding: 50px 0
	}

	.ready-minutes h2 {
		font-size: 40px
	}

	.ready-minutes p {
		font-size: 16px
	}

	.os-payments {
		padding: 50px 0
	}

	.os-payments h2 {
		font-size: 40px;
		margin-bottom: 25px
	}

	.os-payments h3 {
		font-size: 18px;
		margin-bottom: 25px
	}

	.os-payments p.subTitle {
		font-size: 18px
	}

	.os-payments .box .accordion-box .accordion .accordion-item .accordion-header .accordion-button {
		font-size: 18px
	}

	.os-payments .box .accordion-box .accordion .accordion-item .accordion-collapse .accordion-body p {
		font-size: 13px
	}

	.toucanProduct {
		padding: 50px 0
	}

	.toucanProduct h2 {
		font-size: 40px;
		margin-bottom: 25px
	}

	.toucanProduct p.subTitle {
		font-size: 18px;
		margin: 0 auto 40px
	}

	.toucanProduct .box h3 {
		font-size: 18px
	}

	.toucanProduct .box p {
		font-size: 13px
	}

	.ai-optimization {
		padding: 50px 0
	}

	.ai-optimization h2 {
		font-size: 44px;
		max-width: 950px;
		line-height: 65px
	}

	.ai-optimization p {
		font-size: 20px;
		color: #fff
	}

	.ai-optimization a {
		padding: 12px 30px;
		font-size: 14px
	}

	.customer-stories {
		padding: 50px 0
	}

	.customer-stories h2 {
		font-size: 44px
	}

	.customer-stories .box .content h3 {
		font-size: 22px
	}

	.customer-stories .box .content p {
		font-size: 13px
	}

	.customer-stories .box .content .learn-btn {
		font-size: 14px
	}

	.trusted-by {
		padding: 50px 0px 70px
	}

	.trusted-by h2 {
		font-size: 44px;
		margin: 0 auto 45px
	}

	.partners {
		padding: 50px 0
	}

	.partners h2 {
		font-size: 44px
	}

	.footer .box .logo-box img {
		width: 200px
	}

	.acquireFlow-banner {
		margin-top: 75px
	}

	.acquireFlow-banner .inner-banner h5 {
		font-size: 16px
	}

	.acquireFlow-banner .inner-banner h1 {
		font-size: 50px;
		line-height: 70px
	}

	.acquireFlow-banner .inner-banner p {
		font-size: 18px;
		margin: 20px 0px 30px
	}

	.acquireFlow-banner .inner-banner .acquireFlow-btn {
		font-size: 16px
	}

	.acquireFlow-banner .inner-banner .img-box .zaka-img {
		width: 120px;
		left: -70px;
		top: -5px
	}

	.acquireFlow-banner .inner-banner .img-box .payment-img {
		width: 230px;
		bottom: -65px;
		left: -155px
	}

	.businesses {
		padding: 50px 0
	}

	.businesses h2 {
		font-size: 40px;
		margin-bottom: 25px
	}

	.businesses p.subTitle {
		font-size: 18px
	}

	.businesses .box img {
		height: 27px
	}

	.businesses .box h3 {
		font-size: 18px
	}

	.businesses .box p {
		font-size: 13px
	}

	.businesses .book-demo-btn {
		font-size: 14px;
		margin-top: 20px
	}

	.merchant {
		padding: 50px 0
	}

	.merchant h2 {
		font-size: 40px;
		margin-bottom: 25px
	}

	.merchant p.subTitle {
		font-size: 18px
	}

	.merchant ul li h4 {
		font-size: 18px
	}

	.merchant ul li p {
		font-size: 13px
	}

	.get-started {
		padding: 50px 0
	}

	.get-started h2 {
		font-size: 40px;
		margin-bottom: 25px
	}

	.get-started p.subTitle {
		font-size: 18px
	}

	.get-started ul li h5 {
		font-size: 15px
	}

	.get-started ul li p {
		font-size: 13px
	}

	.get-started .talk-to-sales {
		font-size: 14px;
		margin-top: 20px
	}

	.enterprise-grade {
		padding: 70px 0
	}

	.enterprise-grade h2 {
		font-size: 36px;
		margin-bottom: 50px
	}

	.enterprise-grade .box h4 {
		font-size: 18px
	}

	.enterprise-grade .box p {
		font-size: 13px
	}

	.faq {
		padding: 70px 0
	}

	.faq h2 {
		font-size: 40px;
		margin-bottom: 60px
	}

	.faq p.subTitle {
		font-size: 18px
	}

	.faq .faqAccordion .accordion-item .accordion-header .accordion-button {
		font-size: 16px
	}

	.faq .faqAccordion .accordion-item .accordion-collapse .accordion-body p {
		font-size: 14px
	}

	.accelerate {
		padding: 50px 0
	}

	.accelerate h2 {
		font-size: 40px;
		margin-bottom: 60px
	}

	.accelerate .get-started-btn {
		font-size: 14px
	}

	.cardForge-banner {
		margin-top: 75px
	}

	.cardForge-banner .inner-banner h5 {
		font-size: 16px
	}

	.cardForge-banner .inner-banner h1 {
		font-size: 50px;
		line-height: 70px
	}

	.cardForge-banner .inner-banner p {
		font-size: 18px;
		margin: 20px 0px 30px
	}

	.cardForge-banner .inner-banner .cardForge-btn {
		font-size: 16px
	}

	.issuing {
		padding: 50px 0
	}

	.issuing h2 {
		font-size: 40px;
		margin-bottom: 25px
	}

	.issuing p.subTitle {
		font-size: 18px
	}

	.issuing .box img {
		height: 27px
	}

	.issuing .box h3 {
		font-size: 18px
	}

	.issuing .box p {
		font-size: 13px
	}

	.issuing .book-demo-btn {
		font-size: 14px;
		margin-top: 20px
	}

	.companies {
		padding: 50px 0
	}

	.companies h2 {
		font-size: 40px
	}

	.companies .box h5 {
		font-size: 22px;
		margin: 20px 0 0
	}

	.companies .box hr {
		margin: 20px 0
	}

	.companies .box ul li {
		min-height: 80px
	}

	.companies .box ul li img {
		top: 2px
	}

	.companies .box ul li {
		font-size: 16px
	}

	.companies .get-started {
		font-size: 14px
	}

	.capabilities {
		padding: 50px 0
	}

	.capabilities h2 {
		font-size: 40px;
		margin-bottom: 25px
	}

	.capabilities p.subTitle {
		font-size: 18px
	}

	.capabilities .box h3 {
		font-size: 18px
	}

	.capabilities .box p {
		font-size: 13px
	}

	.nextGen {
		padding: 50px 0
	}

	.nextGen h2 {
		font-size: 40px;
		margin-bottom: 25px
	}

	.nextGen p.subTitle {
		font-size: 18px
	}

	.nextGen .rightBox h3 {
		font-size: 26px
	}

	.nextGen .rightBox ul li h5 {
		font-size: 14px
	}

	.nextGen .rightBox ul li p {
		font-size: 14px
	}

	.serve {
		padding: 50px 0
	}

	.serve h2 {
		font-size: 40px;
		margin-bottom: 25px
	}

	.serve p.subTitle {
		font-size: 18px
	}

	.serve .box h3 {
		font-size: 18px
	}

	.serve .box p {
		font-size: 13px
	}

	.nextStep {
		padding: 50px 0
	}

	.nextStep h2 {
		font-size: 40px;
		margin-bottom: 25px
	}

	.nextStep p.subTitle {
		font-size: 18px
	}

	.nextStep ul li img {
		top: 1px
	}

	.nextStep ul li p {
		font-size: 16px
	}

	.nextStep .book-demo {
		font-size: 14px
	}

	.market {
		padding: 50px 0
	}

	.market h2 {
		font-size: 40px;
		margin-bottom: 25px
	}

	.market .box h4 {
		font-size: 18px;
		margin: 15px 0
	}

	.market .box p {
		font-size: 13px
	}

	.comprehensive {
		padding: 50px 0
	}

	.comprehensive h2 {
		font-size: 40px;
		margin-bottom: 25px
	}

	.comprehensive .box h4 {
		font-size: 18px;
		margin: 15px 0
	}

	.comprehensive .box p {
		font-size: 13px
	}

	.launch-ready {
		padding: 50px 0
	}

	.launch-ready h2 {
		font-size: 40px
	}

	.launch-ready ul li p {
		font-size: 13px
	}

	.developer .box .inner h2 {
		font-size: 28px
	}

	.developer .box .inner p {
		font-size: 13px
	}

	.developer .box .inner .view-apis {
		font-size: 14px
	}

	.deploy-apps {
		padding: 50px 0
	}

	.deploy-apps h2 {
		font-size: 40px
	}

	.deploy-apps .deploy li .box .img-box {
		min-height: 45px
	}

	.deploy-apps .deploy li .box .img-box img {
		max-height: 45px
	}

	.deploy-apps .deploy li .box p {
		font-size: 13px
	}

	.value-add {
		padding: 50px 0 80px
	}

	.value-add h2 {
		font-size: 40px
	}

	.value-add .box h4 {
		font-size: 18px
	}

	.value-add .box p {
		font-size: 14px
	}

	.get-paid {
		padding: 50px 0
	}

	.get-paid h2 {
		font-size: 44px
	}

	.x-border {
		padding: 50px 0
	}

	.x-border h2 {
		font-size: 40px;
		margin-bottom: 25px
	}

	.x-border p.subTitle {
		font-size: 18px;
		margin: 0 auto 40px
	}

	.x-border .box {
		min-height: 240px
	}

	.x-border .box img {
		height: 27px
	}

	.x-border .box h3 {
		font-size: 18px
	}

	.x-border .box p {
		font-size: 13px
	}

	.simplifies h2 {
		font-size: 40px;
		margin-bottom: 25px
	}

	.simplifies ul li p {
		font-size: 14px
	}

	.international {
		padding: 50px 0
	}

	.international h2 {
		font-size: 40px;
		margin-bottom: 25px
	}

	.international p.subTitle {
		font-size: 18px;
		margin: 0 auto 40px
	}

	.international .box h3 {
		font-size: 18px;
		margin: 15px 0 10px
	}

	.international .box p {
		font-size: 13px
	}

	.ai-optimization p {
		font-size: 18px
	}

	.ai-optimization.borderless p {
		font-size: 16px
	}

	.ai-optimization.borderless .get-started {
		font-size: 14px
	}

	.cross-stream {
		padding: 50px 0
	}

	.cross-stream h2 {
		font-size: 40px;
		margin-bottom: 40px
	}

	.cross-stream .box h3 {
		font-size: 18px;
		margin: 15px 0 10px
	}

	.cross-stream .box p {
		font-size: 13px
	}

	.pay-receive {
		padding: 50px 0 100px
	}

	.pay-receive::after {
		bottom: 200px
	}

	.pay-receive h2 {
		font-size: 40px
	}

	.pay-receive .sub-title li {
		font-size: 14px
	}

	.pay-receive .box p {
		font-size: 14px
	}

	.pay-receive .box h5 {
		font-size: 18px
	}

	.pay-receive .box h3 {
		font-size: 28px
	}

	.pay-receive .bg-box p {
		font-size: 14px
	}

	.pay-receive .bg-box h5 {
		font-size: 18px
	}

	.pay-receive .bg-box a {
		font-size: 13px
	}

	.pay-receive .pay-less {
		padding: 50px 0px
	}

	.pay-receive .pay-less h2 {
		font-size: 40px;
		max-width: 400px;
		line-height: 50px
	}

	.pay-receive .pay-less ul li {
		font-size: 14px
	}

	.businesses-choose {
		padding: 0 0 50px
	}

	.businesses-choose h2 {
		font-size: 40px
	}

	.businesses-choose p {
		font-size: 14px
	}

	.across-industries {
		padding: 50px 0
	}

	.across-industries h2 {
		font-size: 40px;
		margin-bottom: 25px
	}

	.across-industries p {
		font-size: 15px;
		margin: 0 auto 40px
	}

	.across-industries .box .content h3 {
		font-size: 16px
	}

	.across-industries .box .content p {
		font-size: 13px
	}

	.priority {
		padding: 50px 0
	}

	.priority h2 {
		font-size: 40px;
		margin-bottom: 40px
	}

	.easy-scale {
		padding: 50px 0
	}

	.easy-scale h2 {
		font-size: 40px;
		margin-bottom: 25px
	}

	.easy-scale p {
		font-size: 15px;
		margin: 0 auto 40px
	}

	.easy-scale ul li {
		padding: 15px;
		gap: 10px
	}

	.easy-scale ul li h5 {
		font-size: 15px
	}

	.easy-scale ul li p {
		font-size: 13px
	}

	.payment-banner .inner-banner .img-box img.payment-done {
		bottom: 105px;
		width: 260px
	}

	.payment-banner .inner-banner h5 {
		font-size: 16px
	}

	.payment-banner .inner-banner .special-launch h4 {
		font-size: 16px;
		padding: 10px 20px
	}

	.payment-banner .inner-banner .special-launch h4 span {
		font-size: 18px
	}

	.payment-banner .inner-banner .special-launch ul {
		padding: 10px 20px 0px
	}

	.payment-banner .inner-banner .special-launch ul li {
		font-size: 18px;
		gap: 10px
	}

	.payment-banner .inner-banner .special-launch ul li img {
		width: 18px
	}

	.payment-banner .inner-banner .special-launch h3 {
		font-size: 20px;
		padding: 10px 20px;
		line-height: 30px
	}

	.payment-banner .inner-banner .special-launch h3 span {
		font-size: 30px
	}

	.payment-banner .inner-banner .btn-box li a {
		font-size: 14px
	}

	.gateway {
		padding: 50px 0
	}

	.gateway .box .side-box .accordion .accordion-item .accordion-button {
		font-size: 14px;
		padding: 15px 0
	}

	.gateway .box .side-box .accordion .accordion-item .accordion-button img {
		max-height: 16px
	}

	.gateway .box .side-box .accordion .accordion-item .accordion-button::after {
		width: 14px;
		height: 14px;
		background-position: center;
		background-size: contain
	}

	.gateway .box .side-box .accordion .accordion-item .accordion-collapse .accordion-body .tabs .nav-item .nav-link {
		font-size: 12px
	}

	.gateway .box .main-box .tab-content .tab-pane {
		padding: 35px
	}

	.gateway .box .main-box .tab-content .tab-pane .title {
		font-size: 22px
	}

	.gateway .box .main-box .tab-content .tab-pane .title img {
		max-height: 27px
	}

	.gateway .box .main-box .tab-content .tab-pane p {
		font-size: 13px;
		margin: 15px 0 20px
	}

	.gateway .box .main-box .tab-content .tab-pane .account-sale li a {
		font-size: 13px
	}

	.gateway .box .main-box .tab-content .tab-pane .accordion .accordion-item .accordion-header .accordion-button {
		padding: 20px;
		font-size: 14px
	}

	.gateway .box .main-box .tab-content .tab-pane .accordion .accordion-item .accordion-header .accordion-button.collapsed {
		padding: 20px
	}

	.gateway .box .main-box .tab-content .tab-pane .accordion .accordion-item .accordion-header .accordion-button::after {
		width: 14px;
		height: 14px;
		background-position: center;
		background-size: contain
	}

	.gateway .box .main-box .tab-content .tab-pane .accordion .accordion-item .accordion-header .accordion-button div span {
		font-size: 10px
	}

	.gateway .box .main-box .tab-content .tab-pane .accordion .accordion-item .accordion-body {
		padding: 0 25px 30px
	}

	.gateway .box .main-box .tab-content .tab-pane .accordion .accordion-item .accordion-body .coming-soon {
		font-size: 12px
	}

	.gateway .box .main-box .tab-content .tab-pane .accordion .accordion-item .accordion-body .box .cust-text {
		font-size: 14px
	}

	.gateway .box .main-box .tab-content .tab-pane .accordion .accordion-item .accordion-body .box ul li a img {
		margin-bottom: 5px
	}

	.gateway .box .main-box .tab-content .tab-pane .accordion .accordion-item .accordion-body .box ul li a p {
		font-size: 10px
	}

	.gateway .box .main-box .tab-content .tab-pane .accordion .accordion-item .accordion-body .box .info-box p {
		font-size: 10px
	}

	.gateway .box .main-box .tab-content .tab-pane .accordion .accordion-item .accordion-body .box .info-box h4 {
		font-size: 14px;
		margin: 5px 0
	}

	.gateway .box .main-box .tab-content .tab-pane .notes {
		margin: 20px 0;
		font-size: 10px
	}

	.gateway .box .main-box .tab-content .tab-pane .avail {
		padding: 30px 25px
	}

	.gateway .box .main-box .tab-content .tab-pane .avail h4 {
		font-size: 16px
	}

	.gateway .box .main-box .tab-content .tab-pane .avail h5 {
		font-size: 12px
	}

	.gateway .box .main-box .tab-content .tab-pane .avail ul li {
		font-size: 10px;
		line-height: 12px
	}

	.gateway .box .main-box .tab-content .tab-pane .already-using {
		margin-top: 30px;
		padding: 20px 30px
	}

	.gateway .box .main-box .tab-content .tab-pane .already-using h3 {
		font-size: 16px
	}

	.gateway .box .main-box .tab-content .tab-pane .already-using ul li {
		font-size: 14px
	}

	.gateway .box .main-box .tab-content .tab-pane .already-using ul li img {
		width: 22px
	}

	.gateway .box .main-box .tab-content .tab-pane .faq-box {
		margin-top: 30px
	}

	.gateway .box .main-box .tab-content .tab-pane .faq-box h1 {
		font-size: 26px
	}

	.gateway .box .main-box .tab-content .tab-pane .faq-box .accordion .accordion-item .accordion-button {
		padding: 20px 20px 0
	}

	.gateway .box .main-box .tab-content .tab-pane .faq-box .accordion .accordion-item .accordion-button.collapsed {
		padding: 20px !important
	}

	.gateway .box .main-box .tab-content .tab-pane .faq-box .accordion .accordion-item .accordion-body p {
		font-size: 13px
	}

	.gateway .box .main-box .tab-content .tab-pane .settlements {
		padding: 20px
	}

	.gateway .box .main-box .tab-content .tab-pane .settlements .box p {
		font-size: 14px
	}

	.gateway .box .main-box .tab-content .tab-pane .settlements .box .info-box p {
		font-size: 10px;
		margin: 5px 0 0
	}

	.gateway .box .main-box .tab-content .tab-pane .settlements .box .info-box h4 {
		font-size: 14px;
		margin: 0 0 5px
	}

	.gateway .box .main-box .tab-content .tab-pane .list-box .box {
		padding: 25px
	}

	.gateway .box .main-box .tab-content .tab-pane .list-box .box h5 {
		font-size: 14px
	}

	.gateway .box .main-box .tab-content .tab-pane .list-box .box h5 img {
		height: 16px
	}

	.gateway .box .main-box .tab-content .tab-pane .list-box .box ul li {
		font-size: 12px;
		margin-bottom: 10px;
		padding-left: 20px
	}

	.gateway .box .main-box .tab-content .tab-pane .list-box .box ul li img {
		max-width: 14px
	}

	.gateway .box .main-box .tab-content .tab-pane .list-box .box .free-trial {
		font-size: 12px
	}

	.gateway .box .main-box .tab-content .tab-pane .list-box .box .free-trial i {
		font-size: 10px
	}

	.gateway .box .main-box .tab-content .tab-pane .list-box .box p {
		font-size: 12px
	}

	.gateway .box .main-box .tab-content .tab-pane .list-box .box p span {
		font-size: 14px
	}

	.gateway .box .main-box .tab-content .tab-pane .list-box .box p span.f-20 {
		font-size: 16px
	}

	.gateway .box .main-box .tab-content .tab-pane .list-box .box.touch a {
		font-size: 12px
	}

	.contact-us {
		padding: 50px 0px
	}

	.contact-us h1 {
		font-size: 80px;
		line-height: 90px;
		margin-bottom: 40px
	}

	.contact-us .blk-1 p,
	.contact-us .blk-1 a {
		font-size: 16px
	}

	.contact-us .blk-2 h5 {
		font-size: 16px
	}

	.contact-us .blk-2 h5 {
		font-size: 18px
	}

	.trusted-section h2 {
		font-size: 34px
	}

	.trusted-section h3 {
		font-size: 20px
	}

	.trusted-section p {
		font-size: 14px
	}

	.contact-form>div {
		padding: 20px 30px !important
	}

	.contact-form>div .zcwf_title {
		font-size: 34px;
		margin-bottom: 20px
	}
}

@media(max-width: 1450px) {
	.banner .inner-banner {
		padding: 40px 70px
	}

	.banner .inner-banner img {
		max-width: 360px
	}

	.banner .inner-banner h1,
	.banner .inner-banner h2 {
		font-size: 44px;
		line-height: 65px
	}

	.banner .inner-banner p {
		font-size: 16px
	}

	.banner .inner-banner ul {
		gap: 80px;
		margin-bottom: 35px
	}

	.banner .inner-banner ul li {
		font-size: 32px
	}

	.banner .inner-banner ul li span {
		font-size: 14px;
		margin: 0
	}

	.banner .inner-banner .banner-btn {
		font-size: 14px
	}

	.banner.digital-banner .inner-banner h1 {
		max-width: 500px
	}

	.banner.digital-banner .inner-banner .digital-btn {
		font-size: 14px
	}

	.banner.cross-border-banner .inner-banner .border-btn {
		font-size: 14px
	}

	.banner.new-home-banner .inner-banner .banner-btn {
		font-size: 14px
	}

	body .learn-btn {
		font-size: 14px;
		align-items: center;
		gap: 7x
	}

	body .learn-btn svg {
		width: 10px;
		height: 10px
	}

	.who-we-work .col-lg-12.text-center>p {
		font-size: 14px
	}

	.who-we-work h2 {
		font-size: 36px
	}

	.who-we-work h3 {
		font-size: 16px
	}

	.who-we-work .nav-tabs .nav-item .nav-link {
		font-size: 16px
	}

	.who-we-work .tab-pane h4 {
		font-size: 36px
	}

	.who-we-work .tab-pane h5 {
		font-size: 16px
	}

	.who-we-work .tab-pane p {
		font-size: 14px
	}

	.who-we-work .tab-pane ul li {
		font-size: 14px
	}

	.who-we-work .tab-pane ul li img {
		top: 3px
	}

	.ready-minutes {
		padding: 50px 0
	}

	.ready-minutes h2 {
		font-size: 36px
	}

	.ready-minutes p {
		font-size: 14px
	}

	.os-payments h2 {
		font-size: 36px
	}

	.os-payments h3 {
		font-size: 16px
	}

	.os-payments p.subTitle {
		font-size: 16px
	}

	.os-payments .box .accordion-box .accordion .accordion-item .accordion-header .accordion-button {
		font-size: 16px
	}

	.os-payments .box .accordion-box .accordion .accordion-item .accordion-collapse .accordion-body p {
		font-size: 13px
	}

	.toucanProduct h2 {
		font-size: 36px
	}

	.toucanProduct p.subTitle {
		font-size: 16px
	}

	.ai-optimization {
		padding: 50px 0
	}

	.ai-optimization h2 {
		font-size: 40px;
		max-width: 850px;
		line-height: 60px
	}

	.ai-optimization p {
		font-size: 16px
	}

	.customer-stories h2 {
		font-size: 40px
	}

	.trusted-by h2 {
		font-size: 40px
	}

	.partners h2 {
		font-size: 40px
	}

	.partners .partners-slider>.swiper-wrapper .swiper-slide img {
		height: 60px
	}

	.acquireFlow-banner .inner-banner p {
		font-size: 15px
	}

	.acquireFlow-banner .inner-banner h1 {
		font-size: 44px;
		line-height: 65px
	}

	.acquireFlow-banner .inner-banner p {
		font-size: 16px;
		margin: 20px 0px 30px
	}

	.acquireFlow-banner .inner-banner .acquireFlow-btn {
		font-size: 14px
	}

	.acquireFlow-banner .inner-banner .img-box .zaka-img {
		width: 120px;
		left: -70px;
		top: -15px
	}

	.acquireFlow-banner .inner-banner .img-box .payment-img {
		width: 230px;
		bottom: -65px;
		left: -155px
	}

	.businesses h2 {
		font-size: 36px
	}

	.businesses p.subTitle {
		font-size: 16px
	}

	.businesses .box img {
		height: 27px
	}

	.businesses .box h3 {
		font-size: 18px
	}

	.businesses .box p {
		font-size: 13px
	}

	.businesses .book-demo-btn {
		font-size: 14px;
		margin-top: 20px
	}

	.merchant h2 {
		font-size: 36px
	}

	.merchant p.subTitle {
		font-size: 16px
	}

	.merchant ul li h4 {
		font-size: 18px
	}

	.merchant ul li p {
		font-size: 13px
	}

	.get-started h2 {
		font-size: 36px
	}

	.get-started p.subTitle {
		font-size: 16px
	}

	.get-started ul li h5 {
		font-size: 15px
	}

	.get-started ul li p {
		font-size: 13px
	}

	.get-started .talk-to-sales {
		font-size: 14px;
		margin-top: 20px
	}

	.enterprise-grade h2 {
		font-size: 32px
	}

	.enterprise-grade .box h4 {
		font-size: 16px
	}

	.enterprise-grade .box p {
		font-size: 13px
	}

	.faq {
		padding: 70px 0
	}

	.faq h2 {
		font-size: 36px
	}

	.faq p.subTitle {
		font-size: 16px
	}

	.faq .faqAccordion .accordion-item .accordion-header .accordion-button {
		font-size: 15px
	}

	.faq .faqAccordion .accordion-item .accordion-collapse .accordion-body p {
		font-size: 13px
	}

	.accelerate h2 {
		font-size: 36px
	}

	.accelerate p.subTitle {
		font-size: 16px
	}

	.accelerate .get-started-btn {
		font-size: 14px
	}

	.cardForge-banner .inner-banner p {
		font-size: 15px
	}

	.cardForge-banner .inner-banner h1 {
		font-size: 44px;
		line-height: 65px
	}

	.cardForge-banner .inner-banner p {
		font-size: 16px;
		margin: 20px 0px 30px
	}

	.cardForge-banner .inner-banner .acquireFlow-btn {
		font-size: 14px
	}

	.cardForge-banner .inner-banner .img-box {
		max-width: 380px
	}

	.cardForge-banner .inner-banner .img-box.animate .anim-1 {
		margin-bottom: -260px
	}

	.cardForge-banner .inner-banner .img-box.animate .anim-3 {
		margin-top: -260px
	}

	.issuing h2 {
		font-size: 36px
	}

	.issuing p.subTitle {
		font-size: 16px
	}

	.issuing .box img {
		height: 27px
	}

	.issuing .box h3 {
		font-size: 18px
	}

	.issuing .box p {
		font-size: 13px
	}

	.companies h2 {
		font-size: 36px
	}

	.companies .box h5 {
		font-size: 20px
	}

	.companies .box ul li {
		min-height: 70px
	}

	.companies .box ul li img {
		top: 2px
	}

	.companies .box ul li {
		font-size: 14px
	}

	.companies .get-started {
		font-size: 13px
	}

	.capabilities h2 {
		font-size: 36px
	}

	.capabilities p.subTitle {
		font-size: 16px
	}

	.capabilities .box img {
		height: 27px
	}

	.capabilities .box h3 {
		font-size: 18px
	}

	.capabilities .box ul li {
		font-size: 13px
	}

	.capabilities .box p {
		font-size: 13px
	}

	.nextGen h2 {
		font-size: 36px
	}

	.nextGen p.subTitle {
		font-size: 16px
	}

	.nextGen .imgBox {
		padding: 25px 10% 25px 5%
	}

	.nextGen .imgBox .intelligent-overlapping {
		bottom: -10px;
		max-width: 190px;
		right: -30px
	}

	.nextGen .imgBox .smart-overlapping {
		max-width: 380px
	}

	.nextGen .rightBox h3 {
		font-size: 24px;
		margin-bottom: 35px
	}

	.serve h2 {
		font-size: 36px
	}

	.serve p.subTitle {
		font-size: 16px
	}

	.nextStep h2 {
		font-size: 36px
	}

	.nextStep p.subTitle {
		font-size: 16px
	}

	.nextStep ul li p {
		font-size: 13px
	}

	.market h2,
	.comprehensive h2,
	.launch-ready h2 {
		font-size: 36px
	}

	.banner.cross-border-banner .inner-banner p {
		font-size: 15px
	}

	.banner.cross-border-banner .inner-banner h1 {
		font-size: 44px;
		line-height: 60px;
		max-width: 500px
	}

	.banner.cross-border-banner .inner-banner .border-btn {
		font-size: 14px
	}

	.get-paid h2 {
		font-size: 36px
	}

	.get-paid p {
		font-size: 16px
	}

	.get-paid ul li {
		margin-bottom: 20px
	}

	.get-paid ul li p {
		font-size: 13px
	}

	.x-border {
		padding: 50px 0
	}

	.x-border h2 {
		font-size: 36px
	}

	.x-border p.subTitle {
		font-size: 16px
	}

	.simplifies {
		background-size: 100%
	}

	.simplifies h2 {
		font-size: 36px;
		margin-bottom: 25px
	}

	.simplifies ul li p {
		font-size: 14px
	}

	.international h2 {
		font-size: 36px;
		margin-bottom: 25px
	}

	.international p.subTitle {
		font-size: 16px
	}

	.international .box {
		padding: 0
	}

	.cross-stream h2 {
		font-size: 36px;
		margin-bottom: 40px
	}

	.cross-stream .box h3 {
		font-size: 18px;
		margin: 15px 0 10px
	}

	.cross-stream .box p {
		font-size: 13px
	}

	.pay-receive h2 {
		font-size: 36px
	}

	.pay-receive .box,
	.pay-receive .bg-box {
		padding: 20px
	}

	.pay-receive .pay-less h2 {
		font-size: 36px
	}

	.businesses-choose h2 {
		font-size: 36px
	}

	.businesses-choose p {
		font-size: 14px
	}

	.across-industries h2 {
		font-size: 36px
	}

	.across-industries p {
		font-size: 14px
	}

	.across-industries .box .content {
		padding: 30px 25px
	}

	.priority h2 {
		font-size: 36px
	}

	.easy-scale h2 {
		font-size: 36px
	}

	.easy-scale p {
		font-size: 14px
	}

	.payment-banner .inner-banner h1 {
		max-width: 430px
	}

	.payment-banner .inner-banner .special-launch ul li {
		font-size: 16px
	}

	.payment-banner .inner-banner .img-box img.payment-done {
		width: 260px;
		bottom: 110px
	}
}

@media(max-width: 1366px) {

	.GBP,
	.SGD,
	.USD,
	.EUR,
	.AED,
	.JPY,
	.INR {
		width: 60px
	}

	.acquireFlow-banner .inner-banner {
		padding: 60px 40px 150px
	}

	.cardForge-banner .inner-banner {
		padding: 60px 40px
	}

	.banner.new-home-banner .inner-banner {
		padding: 70px;
		min-height: auto
	}

	.banner.new-home-banner .inner-banner h1 {
		max-width: 600px
	}

	.banner.new-home-banner .inner-banner p {
		max-width: 590px
	}

	.who-we-work .tab-pane .img-box ul {
		bottom: 10%;
		gap: 10px
	}

	.contact-us h1 {
		font-size: 50px;
		line-height: 60px;
		margin-bottom: 30px
	}

	.contact-us .blk-1 p,
	.contact-us .blk-1 a {
		font-size: 14px
	}

	.contact-us .blk-2 h6 {
		font-size: 16px
	}

	.contact-us .blk-2 h5 {
		font-size: 16px
	}

	.contact-us .blk-2 a {
		font-size: 14px
	}
}

@media(max-width: 1299px) {
	.rbi-approved ul {
		gap: 40px
	}

	.rbi-approved ul li img {
		height: 80px
	}

	.priority ul {
		gap: 30px
	}

	.priority ul li img {
		height: 150px
	}

	.payment-banner .inner-banner .img-box img.payment-done {
		width: 250px
	}

	.gateway .box {
		gap: 50px
	}
}

@media(max-width: 1200px) {

	.GBP,
	.SGD,
	.USD,
	.EUR,
	.AED,
	.JPY,
	.INR {
		width: 50px
	}

	.header .navbar .container .navbar-collapse .navbar-nav .nav-link {
		padding: 0 10px
	}

	.header .navbar .container .navbar-brand {
		min-width: 130px
	}

	.header .navbar .container .demo-btn {
		font-size: 13px;
		min-width: 130px;
		text-align: center;
		padding: 12px 10px
	}

	.banner .inner-banner {
		min-height: auto
	}

	.banner .inner-banner h1,
	.banner .inner-banner h2 {
		font-size: 40px;
		line-height: 50px
	}

	.banner .inner-banner p {
		font-size: 15px
	}

	.banner .inner-banner ul li {
		font-size: 30px
	}

	.banner .inner-banner ul li span {
		font-size: 13px
	}

	.banner .inner-banner .banner-btn {
		font-size: 13px;
		padding: 12px 25px
	}

	.banner.digital-banner .inner-banner .digital-btn {
		font-size: 13px;
		padding: 12px 25px
	}

	.banner.digital-bank-banner .inner-banner h1,
	.banner.digital-bank-banner .inner-banner h2 {
		font-size: 40px;
		line-height: 50px
	}

	.banner.digital-bank-banner .inner-banner p {
		font-size: 14px
	}

	.banner.digital-bank-banner .inner-banner ul li {
		font-size: 14px;
		font-weight: 300
	}

	.banner.digital-bank-banner .inner-banner .digital-btn {
		font-size: 13px;
		padding: 12px 25px
	}

	.banner.cross-border-banner .inner-banner {
		padding-top: 100px;
		padding-bottom: 100px
	}

	.banner.cross-border-banner .inner-banner h1 {
		font-size: 40px;
		line-height: 50px
	}

	.banner.cross-border-banner .inner-banner p {
		font-size: 14px
	}

	.banner.cross-border-banner .inner-banner ul li {
		font-size: 14px;
		font-weight: 300
	}

	.banner.cross-border-banner .inner-banner .bus-process h2 {
		font-size: 20px
	}

	.banner.cross-border-banner .inner-banner .bus-process p {
		font-size: 13px
	}

	.banner.cross-border-banner .inner-banner .border-btn {
		font-size: 13px;
		padding: 12px 25px
	}

	.banner.new-home-banner .inner-banner .banner-btn {
		font-size: 13px;
		padding: 12px 25px
	}

	.who-we-work h3 {
		font-size: 15px
	}

	.who-we-work h2 {
		font-size: 32px
	}

	.who-we-work .nav-tabs .nav-item {
		padding: 0 25px
	}

	.who-we-work .nav-tabs .nav-item .nav-link {
		font-size: 15px
	}

	.who-we-work .tab-pane h4 {
		font-size: 32px
	}

	.who-we-work .tab-pane .img-box ul {
		flex-wrap: wrap;
		padding: 0 20px;
		bottom: 45px;
		margin: 0
	}

	.ready-minutes h2 {
		font-size: 32px
	}

	.ready-minutes .col-md-6 {
		padding: 0 20px
	}

	.os-payments h3 {
		font-size: 15px
	}

	.os-payments h2 {
		font-size: 32px
	}

	.os-payments p.subTitle {
		font-size: 15px
	}

	.toucanProduct h2 {
		font-size: 32px
	}

	.toucanProduct p.subTitle {
		font-size: 15px
	}

	.ai-optimization h2 {
		font-size: 32px;
		line-height: 32px;
		margin-bottom: 20px
	}

	.ai-optimization p {
		margin-bottom: 20px
	}

	.ai-optimization a {
		font-size: 13px
	}

	.partners h2,
	.trusted-by h2,
	.customer-stories h2 {
		font-size: 32px
	}

	.footer .box {
		grid-template-columns: 2.3fr 120px 120px 1fr;
		gap: 25px
	}

	.footer .box .logo-box .comp-logo {
		gap: 10px
	}

	.acquireFlow-banner .inner-banner h5 {
		font-size: 14px
	}

	.acquireFlow-banner .inner-banner h1 {
		font-size: 40px;
		line-height: 50px
	}

	.acquireFlow-banner .inner-banner p {
		font-size: 15px;
		margin: 20px 0px 30px
	}

	.acquireFlow-banner .inner-banner .acquireFlow-btn {
		font-size: 13px;
		padding: 12px 25px
	}

	.acquireFlow-banner .inner-banner .img-box .zaka-img {
		width: 120px;
		left: -70px;
		top: -25px
	}

	.acquireFlow-banner .inner-banner .img-box .payment-img {
		width: 200px;
		bottom: -55px;
		left: -130px
	}

	.businesses h2 {
		font-size: 32px
	}

	.businesses p.subTitle {
		font-size: 15px
	}

	.businesses .book-demo-btn {
		font-size: 13px
	}

	.merchant h2 {
		font-size: 32px
	}

	.merchant p.subTitle {
		font-size: 15px
	}

	.get-started h2 {
		font-size: 32px
	}

	.get-started p.subTitle {
		font-size: 15px
	}

	.get-started .talk-to-sales {
		font-size: 13px
	}

	.enterprise-grade h2 {
		font-size: 32px
	}

	.faq {
		padding: 70px 0
	}

	.faq h2 {
		font-size: 32px
	}

	.faq p.subTitle {
		font-size: 15px
	}

	.faq .faqAccordion .accordion-item .accordion-header .accordion-button {
		font-size: 15px
	}

	.faq .faqAccordion .accordion-item .accordion-collapse .accordion-body p {
		font-size: 13px
	}

	.accelerate h2 {
		font-size: 32px
	}

	.accelerate p.subTitle {
		font-size: 15px
	}

	.accelerate .get-started-btn {
		font-size: 13px
	}

	.cardForge-banner .inner-banner h5 {
		font-size: 14px
	}

	.cardForge-banner .inner-banner h1 {
		font-size: 40px;
		line-height: 50px
	}

	.cardForge-banner .inner-banner p {
		font-size: 15px;
		margin: 20px 0px 30px
	}

	.cardForge-banner .inner-banner .cardForge-btn {
		font-size: 13px;
		padding: 12px 25px
	}

	.cardForge-banner .inner-banner .img-box {
		max-width: 350px
	}

	.cardForge-banner .inner-banner .img-box.animate .anim-1 {
		margin-bottom: -245px
	}

	.cardForge-banner .inner-banner .img-box.animate .anim-3 {
		margin-top: -245px
	}

	.issuing h2 {
		font-size: 32px
	}

	.issuing p.subTitle {
		font-size: 15px
	}

	.companies h2 {
		font-size: 32px
	}

	.companies p.subTitle {
		font-size: 15px
	}

	.companies .book-demo-btn {
		font-size: 13px
	}

	.capabilities h2 {
		font-size: 32px
	}

	.capabilities p.subTitle {
		font-size: 15px
	}

	.nextGen h2 {
		font-size: 32px
	}

	.nextGen p.subTitle {
		font-size: 15px
	}

	.nextGen .rightBox h3 {
		font-size: 20px;
		margin-bottom: 25px
	}

	.nextGen .rightBox ul li h5 {
		font-size: 13px
	}

	.nextGen .rightBox p {
		font-size: 13px
	}

	.serve h2 {
		font-size: 32px
	}

	.serve p.subTitle {
		font-size: 15px
	}

	.nextStep h2 {
		font-size: 32px
	}

	.nextStep p.subTitle {
		font-size: 15px
	}

	.nextStep .book-demo {
		font-size: 13px
	}

	.market h2,
	.comprehensive h2,
	.launch-ready h2 {
		font-size: 32px
	}

	.market .box {
		padding: 15px 0
	}

	.launch-ready ul {
		grid-template-columns: repeat(6, 1fr);
		justify-content: center;
		text-align: center;
		gap: 15px
	}

	.comprehensive .box {
		padding: 20px 15px
	}

	.who-we-work ul.row li .box .icons {
		height: 45px;
		margin-bottom: 15px
	}

	.who-we-work ul.row li .box p {
		font-size: 13px
	}

	.deploy-apps h2 {
		font-size: 32px;
		margin-bottom: 50px
	}

	.deploy-apps .deploy {
		max-width: 700px;
		gap: 20px
	}

	.value-add h2 {
		font-size: 32px;
		margin-bottom: 50px
	}

	.value-add .box p {
		font-size: 13px
	}

	.get-paid h2 {
		font-size: 32px
	}

	.x-border h2 {
		font-size: 32px
	}

	.x-border p.subTitle {
		font-size: 15px
	}

	.simplifies h2 {
		font-size: 32px
	}

	.international h2 {
		font-size: 32px
	}

	.international p.subTitle {
		font-size: 15px
	}

	.cross-stream h2 {
		font-size: 32px
	}

	.cross-stream .box {
		padding: 30px 10px 20px
	}

	.pay-receive {
		padding: 50px 0 70px
	}

	.pay-receive::after {
		bottom: 155px;
		height: 320px
	}

	.pay-receive .sub-title {
		margin-bottom: 40px
	}

	.pay-receive .pay-less {
		margin-top: 80px
	}

	.businesses-choose h2 {
		font-size: 32px
	}

	.across-industries h2 {
		font-size: 32px
	}

	.across-industries p {
		font-size: 13px
	}

	.priority h2 {
		font-size: 32px
	}

	.easy-scale h2 {
		font-size: 32px
	}

	.easy-scale p {
		font-size: 13px
	}

	.pay-receive .pay-less .box .inner-box {
		padding: 10px
	}

	.pay-receive .pay-less .box .inner-box .pay-method .info h4 {
		font-size: 16px
	}

	.pay-receive .pay-less .box .inner-box .pay-method .info h4 img {
		width: 17px
	}

	.pay-receive .pay-less .box .inner-box .invoice-receive .amount,
	.pay-receive .pay-less .box .inner-box .invoice-receive .you-rec {
		padding: 10px
	}

	.pay-receive .pay-less .box .inner-box .invoice-receive .amount .title .icons img,
	.pay-receive .pay-less .box .inner-box .invoice-receive .you-rec .title .icons img {
		height: 30px
	}

	.pay-receive .pay-less .box .inner-box .invoice-receive .amount h2,
	.pay-receive .pay-less .box .inner-box .invoice-receive .you-rec h2 {
		font-size: 24px
	}

	.pay-receive .pay-less .box .inner-box .live-rate {
		padding: 10px
	}

	.pay-receive .pay-less .box .inner-box .live-rate .fx-rate span p {
		width: 140px;
		text-align: left;
		right: -150px
	}
}

@media(max-width: 1100px) {
	.payment-banner .inner-banner .img-box img.payment-done {
		width: 65%
	}
}

@media(max-width: 1024px) {
	.acquireFlow-banner .inner-banner {
		padding: 60px 40px 80px
	}

	.acquireFlow-banner .inner-banner .img-box .zaka-img {
		width: 100px
	}

	.acquireFlow-banner .inner-banner .img-box .payment-img {
		width: 165px;
		bottom: -45px;
		left: -105px
	}

	.get-started ul li {
		padding: 15px 7px
	}

	.across-industries .box .content {
		padding: 20px 15px;
		min-height: 170px
	}

	.priority {
		background-size: cover
	}
}

@media(min-width: 992px) {
	.header .navbar .container {
		justify-content: space-between
	}

	.header .navbar .container .box {
		order: 3
	}

	.header .navbar .container .navbar-collapse {
		order: 2
	}

	.banner .inner-banner .mob-box {
		display: none
	}

	.footer .box .copyright {
		display: none
	}

	.nextGen .imgBox .intelligent-overlapping {
		bottom: -5px;
		max-width: 170px;
		right: -28px
	}

	.nextGen .imgBox .smart-overlapping {
		max-width: 320px;
		left: 55%
	}
}

@media(max-width: 991px) {

	.GBP,
	.SGD,
	.USD,
	.EUR,
	.AED,
	.JPY,
	.INR {
		display: none
	}

	.header .navbar .container .navbar-brand img {
		height: 35px
	}

	.header .navbar .container .navbar-collapse .navbar-nav .nav-link {
		padding: 5px 0
	}

	.header .navbar .container .box {
		display: flex;
		align-items: center
	}

	.header .navbar .container .navbar-toggler {
		box-shadow: none;
		border: 0;
		font-size: 24px;
		color: #fff
	}

	.header .navbar .container .demo-btn {
		padding: 12px 20px
	}

	.header .navbar .container .navbar-collapse .dropdown-menu {
		padding: 5px 0
	}

	.header .navbar .container .navbar-collapse .dropdown-menu .dropdown-item {
		font-size: 12px;
		padding: 5px 10px
	}

	.banner.cross-border-banner .inner-banner .mob-box {
		position: relative;
		max-width: 400px;
		margin: auto
	}

	.banner.cross-border-banner .inner-banner .mob-box .animation-img {
		position: absolute;
		right: 0;
		max-width: 86% !important
	}

	.banner .inner-banner {
		padding: 40px 25px
	}

	.banner .inner-banner>.cross-img,
	.banner .inner-banner>.animation-img {
		display: NONE
	}

	.banner .inner-banner .col-lg-7>h1,
	.banner .inner-banner .mob-box {
		display: block
	}

	.banner .inner-banner .col-lg-7>h1 img,
	.banner .inner-banner .mob-box img {
		max-width: 250px
	}

	.banner .inner-banner .col-lg-5 img {
		display: none
	}

	.banner.cross-border-banner .inner-banner {
		padding-top: 40px;
		padding-bottom: 40px
	}

	.banner.cross-border-banner .inner-banner .mob-box img {
		max-width: 400px
	}

	.banner.new-home-banner .inner-banner h1 {
		margin-bottom: 30px
	}

	.who-we-work .tab-pane img {
		max-width: 100%
	}

	.who-we-work .tab-pane ul {
		margin-bottom: 20px
	}

	.who-we-work .tab-pane ul li {
		margin-bottom: 15px
	}

	.who-we-work .tab-pane .learn-btn {
		margin-bottom: 30px
	}

	.os-payments .box img {
		padding: 0;
		margin-bottom: 20px
	}

	.os-payments .box .row {
		flex-direction: column-reverse
	}

	.os-payments .box .accordion-box {
		padding: 0
	}

	.toucanProduct .box {
		padding: 30px 0
	}

	.customer-stories .box {
		margin-bottom: 25px
	}

	.footer .box {
		grid-template-columns: 140px 100px 1fr;
		gap: 15px
	}

	.footer .box .copyright {
		display: block
	}

	.footer .box .logo-box {
		grid-column-start: 1;
		grid-column-end: 4
	}

	.footer .box .logo-box .comp-logo {
		gap: 10px;
		margin-bottom: 0px
	}

	.footer .box .logo-box .copyright {
		display: none
	}

	.acquireFlow-banner .inner-banner {
		padding: 30px 20px
	}

	.acquireFlow-banner .inner-banner .banner-mob {
		display: block;
		margin-bottom: 20px
	}

	.acquireFlow-banner .inner-banner .img-box {
		display: none
	}

	.acquireFlow-banner .inner-banner .row {
		flex-direction: column-reverse
	}

	.cardForge-banner .inner-banner {
		padding: 30px 20px
	}

	.cardForge-banner .inner-banner .mob-img {
		display: block;
		padding: 50px 0
	}

	.cardForge-banner .inner-banner .desk-img {
		display: none
	}

	.cardForge-banner .inner-banner .row {
		flex-direction: column-reverse
	}

	.companies .box {
		margin-bottom: 20px
	}

	.companies .box ul li {
		min-height: auto;
		margin-bottom: 20px
	}

	.companies .get-started {
		margin-top: 15px
	}

	.nextGen .imgBox {
		padding: 25px 0
	}

	.nextGen .imgBox .intelligent-overlapping {
		bottom: 8px;
		max-width: 90px;
		right: -40px
	}

	.nextGen .imgBox .smart-overlapping {
		max-width: 300px
	}

	.nextGen .rightBox {
		padding: 0
	}

	.launch-ready ul {
		grid-template-columns: repeat(5, 1fr);
		gap: 10px
	}

	.launch-ready ul li {
		padding: 20px 10px
	}

	.developer .box .row {
		flex-direction: column-reverse
	}

	.developer .box .dev-img {
		height: auto;
		max-height: fit-content;
		width: 100%;
		margin-bottom: 20px
	}

	.os-payments.build-launch .box {
		padding: 30px
	}

	.who-we-work ul.row {
		margin: 30px 0 40px
	}

	.who-we-work ul.row li .box {
		margin-bottom: 15px;
		padding: 0
	}

	.who-we-work ul.row li .box p {
		max-width: max-content
	}

	.ready-minutes .row.align-items-center::before {
		display: none
	}

	.value-add .box {
		margin-bottom: 15px
	}

	.deploy-apps .deploy {
		max-width: 600px;
		grid-template-columns: repeat(3, 150px);
		gap: 20px
	}

	.deploy-apps .deploy .line-2 {
		display: none
	}

	.get-paid .p-box {
		margin-bottom: 15px
	}

	.pay-receive::after {
		bottom: 100px
	}

	.pay-receive h2 {
		font-size: 32px
	}

	.pay-receive .box,
	.pay-receive .bg-box {
		margin-bottom: 15px
	}

	.pay-receive .pay-less h2 {
		font-size: 32px;
		line-height: 40px
	}

	.pay-receive .pay-less .box {
		margin-top: 20px
	}

	.pay-receive .pay-less .box .inner-box .live-rate .fx-rate span p {
		width: 170px;
		text-align: left;
		right: -180px
	}

	.across-industries .box {
		margin-bottom: 15px
	}

	.across-industries .box .content {
		min-height: auto
	}

	.gateway .container>.box {
		flex-direction: column;
		gap: 20px
	}

	.gateway .container>.box .side-box {
		width: 100%;
		position: static
	}
}

@media(min-width: 768px) {
	.header {
		padding-left: 50px;
		padding-right: 50px
	}
}

@media(max-width: 768px) {
	.get-started ul {
		grid-template-columns: repeat(2, 1fr)
	}

	.get-started ul:before {
		width: 55%
	}

	.get-started ul:after {
		width: 55%;
		content: "";
		position: absolute;
		background-color: #12b393;
		left: 50%;
		top: 60%;
		transform: translateX(-50%);
		height: 2px
	}

	.get-started ul li span {
		font-size: 14px;
		width: 40px;
		height: 40px;
		line-height: 38px
	}

	.rbi-approved {
		padding: 50px 0px
	}

	.rbi-approved h2 {
		font-size: 20px;
		margin-bottom: 40px
	}

	.rbi-approved .rbi-slider>.swiper-wrapper .swiper-slide img {
		height: 60px
	}

	.cross-stream .box {
		margin-bottom: 15px
	}

	.businesses-choose p {
		margin-bottom: 40px
	}

	.businesses-choose .table-responsive .table thead th {
		font-size: 14px;
		padding-left: .5rem !important;
		min-width: 160px
	}

	.businesses-choose .table-responsive .table tbody td {
		font-size: 13px !important;
		padding-left: .5rem !important
	}

	.rbi-approved ul {
		flex-wrap: wrap
	}

	.priority ul {
		gap: 30px;
		flex-wrap: wrap
	}

	.bottom-footer {
		padding: 10px 0
	}

	.bottom-footer .footer-links {
		display: block
	}

	.bottom-footer .footer-links ul {
		justify-content: center;
		margin-bottom: 10px
	}
}

@media(max-width: 767px) {
	.trusted-section {
		padding: 30px 0 60px
	}

	.trusted-section h2 {
		margin: 0 auto 20px;
		font-size: 28px;
		max-width: 100%
	}

	.trusted-section p {
		margin-bottom: 20px
	}

	.contact-form>div {
		padding: 25px !important
	}

	.contact-form>div .zcwf_title {
		font-size: 28px
	}

	.logo-section {
		padding: 0px
	}

	.logo-section .inner-box img {
		margin-bottom: 30px
	}

	.contact-us {
		padding: 30px 0px
	}

	.contact-us h1 {
		font-size: 40px;
		margin-bottom: 20px;
		line-height: 40px
	}

	.contact-us .blk-1 {
		margin-bottom: 15px
	}
}

@media(max-width: 576px) {
	.header .navbar .container .navbar-brand {
		min-width: auto
	}

	.header .navbar .container .navbar-brand img {
		height: 35px
	}

	.header .navbar .container .demo-btn {
		font-size: 12px;
		min-width: auto;
		padding: 10px 12px
	}

	.header .navbar .container .navbar-toggler {
		font-size: 20px;
		padding-right: 0
	}

	.banner {
		padding: 15px 5px
	}

	.banner .inner-banner {
		padding: 30px 0
	}

	.banner .inner-banner h1,
	.banner .inner-banner h2 {
		font-size: 28px;
		line-height: 40px
	}

	.banner .inner-banner p {
		font-size: 13px;
		margin: 10px 0px
	}

	.banner .inner-banner ul {
		gap: 20px;
		flex-wrap: wrap;
		margin-bottom: 25px
	}

	.banner .inner-banner ul li {
		font-size: 25px
	}

	.banner.cross-border-banner .inner-banner .bus-process {
		gap: 35px
	}

	.banner.new-home-banner .inner-banner {
		padding: 30px 0
	}

	.who-we-work {
		padding: 30px 0
	}

	.who-we-work h3 {
		font-size: 13px
	}

	.who-we-work h2 {
		font-size: 28px
	}

	.who-we-work .tab-pane {
		padding: 15px 0
	}

	.who-we-work .tab-pane h4 {
		font-size: 28px
	}

	.who-we-work .tab-pane ul li {
		font-size: 13px;
		padding-left: 25px;
		margin-bottom: 15px
	}

	.who-we-work .tab-pane ul li img {
		top: 2px;
		width: 15px
	}

	.ready-minutes {
		padding: 30px 0
	}

	.ready-minutes h2 {
		font-size: 28px
	}

	.ready-minutes p {
		margin: 0 auto 30px
	}

	.os-payments {
		padding: 30px 0
	}

	.os-payments.build-launch .box {
		padding: 0;
		background: rgba(0, 0, 0, 0)
	}

	.os-payments h3 {
		font-size: 13px;
		margin-bottom: 15px
	}

	.os-payments h2 {
		font-size: 28px;
		margin-bottom: 15px
	}

	.os-payments p.subTitle {
		font-size: 13px;
		margin: 0 auto 30px
	}

	.os-payments .box {
		padding: 12px
	}

	.os-payments .box .accordion-box .accordion .accordion-item .accordion-header .accordion-button {
		padding: 5px 15px
	}

	.toucanProduct {
		padding: 30px 0
	}

	.toucanProduct h2 {
		font-size: 28px
	}

	.toucanProduct h2 span {
		display: inline
	}

	.toucanProduct p.subTitle {
		font-size: 13px;
		margin: 0 auto 30px
	}

	.toucanProduct .box {
		padding: 0 0 30px;
		text-align: center
	}

	.ai-optimization {
		padding: 30px 0
	}

	.ai-optimization h2 {
		font-size: 28px;
		line-height: 40px
	}

	.customer-stories .box .content h3 {
		font-size: 18px
	}

	.customer-stories,
	.partners,
	.trusted-by {
		padding: 30px 0
	}

	.customer-stories h2,
	.partners h2,
	.trusted-by h2 {
		font-size: 28px;
		line-height: 40px;
		margin-bottom: 30px
	}

	.trusted-by .trusted-slider>.swiper-wrapper .swiper-slide img {
		height: 50px
	}

	.partners .acquire-partners-slider>.swiper-wrapper .swiper-slide img {
		height: 50px
	}

	.footer {
		padding: 30px 0px
	}

	.footer .box {
		display: block
	}

	.footer .box .logo-box img {
		max-width: 150px
	}

	.footer .box .logo-box .social-links {
		margin: 15px 0 25px;
		gap: 15px
	}

	.footer .box .logo-box .social-links li a img {
		width: 22px
	}

	.footer .box .logo-box .comp-logo {
		flex-wrap: wrap;
		margin-bottom: 25px
	}

	.footer .box .logo-box .comp-logo li img {
		width: 85px;
		height: 55px
	}

	.footer .box .logo-box .comp-logo li p {
		max-width: 90px
	}

	.footer .box .company-links h5 {
		font-size: 16px
	}

	.footer .box .company-links ul {
		gap: 3px
	}

	.footer .box .company-links ul li a {
		font-size: 13px
	}

	.footer .box .company-links h5,
	.footer .box .product-links h5 {
		margin: 0 0 10px
	}

	.footer .box .company-links ul,
	.footer .box .product-links ul {
		gap: 0;
		margin-bottom: 15px
	}

	.footer .box .company-links,
	.footer .box .contact-info {
		padding: 0
	}

	.footer .box .contact-info {
		margin: 25px 0
	}

	.footer .box .contact-info .email {
		font-size: 13px
	}

	.footer .box .contact-info ul li p {
		font-size: 13px
	}

	.acquireFlow-banner {
		margin-top: 50px;
		padding: 15px 5px
	}

	.acquireFlow-banner .inner-banner {
		padding: 30px 0
	}

	.acquireFlow-banner .inner-banner h1,
	.acquireFlow-banner .inner-banner h2 {
		font-size: 28px;
		line-height: 40px
	}

	.acquireFlow-banner .inner-banner p {
		font-size: 13px;
		margin: 10px 0px 20px
	}

	.businesses {
		padding: 30px 0
	}

	.businesses h3 {
		font-size: 13px
	}

	.businesses h2 {
		font-size: 28px
	}

	.businesses .box {
		text-align: center;
		margin-bottom: 10px;
		min-height: auto
	}

	.businesses .box img {
		height: 27px
	}

	.businesses .box h3 {
		font-size: 18px
	}

	.businesses .box p {
		font-size: 13px
	}

	.businesses .book-demo-btn {
		font-size: 13px;
		padding: 12px 20px
	}

	.merchant {
		padding: 30px 0
	}

	.merchant h2 {
		font-size: 28px;
		margin-bottom: 15px
	}

	.merchant p.subTitle {
		font-size: 13px;
		margin: 0 auto 30px
	}

	.merchant ul li h4 {
		font-size: 16px
	}

	.merchant ul li p {
		font-size: 13px
	}

	.get-started {
		padding: 30px 0
	}

	.get-started h2 {
		font-size: 28px;
		margin-bottom: 15px
	}

	.get-started p.subTitle {
		font-size: 13px;
		margin: 0 auto 30px
	}

	.get-started ul {
		grid-template-columns: repeat(1, 1fr);
		gap: 0
	}

	.get-started ul::before,
	.get-started ul::after {
		display: none
	}

	.get-started ul li h5 {
		font-size: 15px
	}

	.get-started ul li p {
		font-size: 13px
	}

	.get-started .talk-to-sales {
		font-size: 14px;
		margin-top: 20px;
		padding: 12px 30px
	}

	.enterprise-grade {
		padding: 50px 0
	}

	.enterprise-grade h2 {
		font-size: 28px;
		margin-bottom: 15px
	}

	.enterprise-grade .box {
		padding: 25px 0 0
	}

	.enterprise-grade .box h4 {
		font-size: 16px
	}

	.faq {
		padding: 50px 0
	}

	.faq h2 {
		font-size: 28px;
		margin-bottom: 40px
	}

	.faq .faqAccordion .accordion-item .accordion-header .accordion-button {
		font-size: 15px;
		padding: 20px 15px
	}

	.faq .faqAccordion .accordion-item .accordion-collapse .accordion-body {
		padding: 0 15px 15px
	}

	.faq .faqAccordion .accordion-item .accordion-collapse .accordion-body p {
		font-size: 13px
	}

	.accelerate {
		padding: 50px 0
	}

	.accelerate h2 {
		font-size: 28px;
		margin-bottom: 40px
	}

	.accelerate .btn-acquireFlow {
		padding: 12px 60px 12px 30px;
		font-size: 13px
	}

	.cardForge-banner {
		margin-top: 50px;
		padding: 15px 5px
	}

	.cardForge-banner .inner-banner {
		padding: 30px 0
	}

	.cardForge-banner .inner-banner h1,
	.cardForge-banner .inner-banner h2 {
		font-size: 28px;
		line-height: 40px
	}

	.cardForge-banner .inner-banner p {
		font-size: 13px;
		margin: 10px 0px 20px
	}

	.cardForge-banner .inner-banner .img-box {
		max-width: 300px
	}

	.issuing {
		padding: 30px 0
	}

	.issuing h2 {
		font-size: 28px;
		margin-bottom: 15px
	}

	.issuing p.subTitle {
		font-size: 13px;
		margin: 0 auto 30px
	}

	.issuing .box {
		text-align: center;
		margin-bottom: 10px;
		min-height: auto
	}

	.issuing .box img {
		height: 27px
	}

	.issuing .box h3 {
		font-size: 18px
	}

	.issuing .box p {
		font-size: 13px
	}

	.issuing .book-demo-btn {
		font-size: 13px;
		padding: 12px 20px
	}

	.companies {
		padding: 30px 0
	}

	.companies h2 {
		font-size: 28px;
		margin-bottom: 15px
	}

	.companies p.subTitle {
		font-size: 13px;
		margin: 0 auto 30px
	}

	.companies .box {
		margin-bottom: 10px;
		min-height: auto
	}

	.companies .box h3 {
		font-size: 18px
	}

	.companies .box p {
		font-size: 13px
	}

	.companies .book-demo-btn {
		font-size: 13px;
		padding: 12px 20px
	}

	.capabilities {
		padding: 30px 0
	}

	.capabilities h2 {
		font-size: 28px;
		margin-bottom: 15px
	}

	.capabilities p.subTitle {
		font-size: 13px;
		margin: 0 auto 30px
	}

	.capabilities .box {
		margin-bottom: 10px;
		min-height: auto;
		padding: 15px 15px 15px 40px
	}

	.capabilities .box img {
		top: 12px
	}

	.capabilities .box img.prepaid {
		max-width: 23px;
		top: 12px
	}

	.capabilities .box h3 {
		font-size: 18px;
		margin-bottom: 15px
	}

	.capabilities .box p {
		font-size: 13px
	}

	.nextGen {
		padding: 30px 0
	}

	.nextGen .mob-reverse {
		flex-direction: column-reverse
	}

	.nextGen h2 {
		font-size: 28px;
		margin-bottom: 15px
	}

	.nextGen p.subTitle {
		font-size: 13px;
		margin: 0 auto 30px
	}

	.serve {
		padding: 30px 0
	}

	.serve .mob-reverse {
		flex-direction: column-reverse
	}

	.serve h2 {
		font-size: 28px;
		margin-bottom: 15px
	}

	.serve p.subTitle {
		font-size: 13px;
		margin: 0 auto 30px
	}

	.serve .box {
		text-align: center;
		margin-bottom: 15px;
		padding: 25px 0 0
	}

	.nextStep {
		padding: 30px 0
	}

	.nextStep h2 {
		font-size: 28px;
		margin-bottom: 15px
	}

	.nextStep p.subTitle {
		font-size: 13px;
		margin: 0 auto 30px
	}

	.nextStep ul li {
		margin-bottom: 15px
	}

	.nextStep .book-demo {
		font-size: 13px;
		padding: 12px 20px;
		margin: 30px auto;
		display: block;
		text-align: center;
		max-width: 210px
	}

	.developer {
		padding: 30px 0
	}

	.developer .box {
		padding: 25px
	}

	.developer .box .inner h2 {
		font-size: 26px
	}

	.developer .box .inner .view-apis {
		font-size: 13px;
		padding: 12px 30px
	}

	.developer .box .dev-img {
		margin-bottom: 20px
	}

	.market,
	.comprehensive,
	.launch-ready {
		padding: 30px 0
	}

	.market h2,
	.comprehensive h2,
	.launch-ready h2 {
		font-size: 28px;
		margin-bottom: 15px
	}

	.market .box,
	.comprehensive .box,
	.launch-ready .box {
		padding: 25px 0 0
	}

	.market .box {
		text-align: center
	}

	.market .box img {
		display: block;
		margin: 0 auto
	}

	.market .box h4 {
		min-height: auto;
		margin-left: 15px;
		display: inline-block
	}

	.comprehensive .box {
		text-align: center
	}

	.launch-ready h2 {
		margin-bottom: 25px
	}

	.launch-ready ul {
		grid-template-columns: repeat(3, 1fr);
		gap: 10px
	}

	.launch-ready ul li {
		padding: 20px 10px
	}

	.who-we-work,
	.value-add,
	.deploy-apps {
		padding: 30px 0
	}

	.who-we-work h2,
	.value-add h2,
	.deploy-apps h2 {
		font-size: 28px;
		margin-bottom: 25px
	}

	.who-we-work .nav-tabs .nav-item {
		padding: 0px 10px;
		margin-bottom: 10px
	}

	.deploy-apps h2 {
		font-size: 28px;
		margin-bottom: 25px
	}

	.deploy-apps .deploy {
		max-width: 600px;
		grid-template-columns: repeat(2, 1fr);
		gap: 10px
	}

	.deploy-apps .deploy .line {
		display: none
	}

	.deploy-apps .deploy li .box {
		min-height: 150px
	}

	.banner.cross-border-banner .inner-banner {
		padding: 30px 0
	}

	.banner.cross-border-banner .inner-banner h1 {
		font-size: 28px;
		line-height: 40px
	}

	.banner.cross-border-banner .inner-banner p {
		font-size: 13px;
		margin: 10px 0px
	}

	.banner.cross-border-banner .inner-banner ul li {
		font-size: 13px
	}

	.get-paid {
		padding: 30px 0
	}

	.get-paid h2 {
		font-size: 28px;
		margin-bottom: 25px
	}

	.x-border {
		padding: 30px 0
	}

	.x-border h2 {
		font-size: 28px;
		margin-bottom: 25px
	}

	.x-border p.subTitle {
		font-size: 13px;
		margin: 0 auto 30px
	}

	.x-border .box {
		min-height: auto;
		margin-bottom: 10px;
		padding: 17px
	}

	.simplifies {
		padding: 30px 0
	}

	.simplifies h2 {
		font-size: 28px;
		margin-bottom: 25px
	}

	.simplifies h2 span {
		display: inline
	}

	.international {
		padding: 30px 0
	}

	.international h2 {
		font-size: 28px;
		margin-bottom: 25px
	}

	.international p.subTitle {
		font-size: 13px;
		margin: 0 auto 30px
	}

	.ai-optimization.borderless p {
		font-size: 14px
	}

	.ai-optimization.borderless .get-started {
		font-size: 13px
	}

	.rbi-approved {
		padding: 30px 0
	}

	.cross-stream {
		padding: 30px 0
	}

	.cross-stream h2 {
		font-size: 28px
	}

	.pay-receive {
		padding: 30px 0
	}

	.pay-receive::after {
		display: none
	}

	.pay-receive h2 {
		font-size: 28px
	}

	.pay-receive .box {
		margin-bottom: 15px !important
	}

	.pay-receive .bg-box {
		padding: 40px 20px
	}

	.pay-receive .pay-less {
		margin-top: 40px;
		padding: 30px 0
	}

	.pay-receive .pay-less h2 {
		font-size: 28px
	}

	.pay-receive .pay-less ul {
		margin-bottom: 20px
	}

	.pay-receive .pay-less .box .inner-box .invoice-receive {
		grid-template-columns: 1fr
	}

	.pay-receive .pay-less .box .inner-box .invoice-receive .you-rec h2 {
		text-align: left
	}

	.pay-receive .pay-less .box .inner-box .live-rate .fx-rate {
		padding-bottom: 25px
	}

	.pay-receive .pay-less .box .inner-box .live-rate .fx-rate span p {
		width: 170px;
		text-align: left;
		right: auto;
		left: -30px;
		top: 35px
	}

	.businesses-choose h2 {
		font-size: 28px
	}

	.businesses-choose p {
		font-size: 13px;
		margin: 0 auto 30px
	}

	.across-industries {
		padding: 30px 0
	}

	.across-industries h2 {
		font-size: 28px;
		margin-bottom: 20px
	}

	.across-industries p {
		font-size: 13px;
		margin: 0 auto 30px
	}

	.priority {
		padding: 30px 0
	}

	.priority h2 {
		font-size: 28px;
		margin-bottom: 30px
	}

	.easy-scale {
		padding: 30px 0
	}

	.easy-scale h2 {
		font-size: 28px;
		margin-bottom: 20px
	}

	.easy-scale p {
		font-size: 13px;
		margin: 0 auto 30px
	}

	.rbi-approved ul {
		gap: 20px
	}

	.rbi-approved ul li img {
		height: 70px
	}

	.priority ul {
		gap: 20px
	}

	.priority ul li img {
		height: 90px
	}

	.payment-banner .inner-banner .special-launch h3 {
		font-size: 16px
	}

	.payment-banner .inner-banner .special-launch h3 span {
		font-size: 22px
	}

	.payment-banner .inner-banner .special-launch ul {
		padding: 10px 20px
	}

	.payment-banner .inner-banner .special-launch ul li {
		font-size: 13px;
		line-height: 30px
	}

	.payment-banner .inner-banner .btn-box {
		gap: 7px
	}

	.payment-banner .inner-banner .btn-box li a {
		font-size: 13px;
		padding: 12px 15px
	}

	.gateway {
		padding: 30px 0
	}

	.gateway .box .main-box .tab-content .tab-pane {
		padding: 20px 15px
	}

	.gateway .box .main-box .tab-content .tab-pane .account-sale {
		gap: 15px
	}

	.gateway .box .main-box .tab-content .tab-pane .account-sale li a {
		padding: 10px
	}

	.gateway .box .main-box .tab-content .tab-pane .accordion .accordion-item .accordion-body .box {
		flex-direction: column;
		justify-content: center;
		gap: 20px
	}

	.gateway .box .main-box .tab-content .tab-pane .accordion .accordion-item .accordion-body .box ul {
		display: grid;
		grid-template-columns: 1fr 1fr;
		justify-content: center;
		gap: 10px;
		width: 100%
	}

	.gateway .box .main-box .tab-content .tab-pane .accordion .accordion-item .accordion-body .box .info-box {
		margin: auto;
		width: 100%;
		text-align: center;
		border-left: none;
		border-top: 2px dashed #29caaa;
		padding: 20px 20px 0
	}

	.gateway .box .main-box .tab-content .tab-pane .settlements .box {
		flex-direction: column;
		justify-content: center;
		gap: 20px
	}

	.gateway .box .main-box .tab-content .tab-pane .settlements .box .info-box {
		margin: auto;
		width: 100%;
		text-align: center;
		border-left: none;
		border-top: 2px dashed #29caaa;
		padding: 20px 20px 0
	}

	.gateway .box .main-box .tab-content .tab-pane .avail ul {
		margin-top: 20px
	}

	.gateway .box .main-box .tab-content .tab-pane .already-using h3 {
		margin: 0 0 20px
	}

	.gateway .box .main-box .tab-content .tab-pane .already-using ul {
		grid-template-columns: 1fr;
		gap: 10px
	}

	.gateway .box .main-box .tab-content .tab-pane .list-box .box {
		padding: 20px;
		display: block
	}

	.gateway .box .main-box .tab-content .tab-pane .list-box .box a {
		margin: 15px 0 0 25px
	}

	.gateway .box .main-box .tab-content .tab-pane .list-box .box.touch a {
		margin-left: 0
	}

	.who-we-work .tab-pane .img-box ul {
		bottom: 30px
	}

	.who-we-work .tab-pane .img-box ul li .icon {
		width: 45px;
		height: 45px
	}

	.who-we-work .tab-pane .img-box ul li p {
		font-size: 10px
	}

	.contact-form>div form {
		display: block
	}

	.top-box .box p {
		font-size: 12px
	}

	.top-box .box a {
		font-size: 12px;
		min-width: 102px
	}
}

@media(max-width: 375px) {
	.cardForge-banner .inner-banner .img-box {
		max-width: 250px
	}

	.cardForge-banner .inner-banner .img-box .anim-1 {
		margin-bottom: -100px
	}

	.cardForge-banner .inner-banner .img-box .anim-3 {
		margin-top: -100px
	}

	.cardForge-banner .inner-banner .img-box.animate .anim-1 {
		margin-bottom: -180px
	}

	.cardForge-banner .inner-banner .img-box.animate .anim-3 {
		margin-top: -180px
	}

	.launch-ready ul {
		grid-template-columns: repeat(2, 1fr)
	}
}

@media(max-width: 340px) {

	.banner .inner-banner h1,
	.banner .inner-banner h2 {
		font-size: 22px;
		line-height: 30px
	}
}