@font-face {
    font-family: 'Urbanist';
    src: url('../fonts/Urbanist-Regular.woff2') format('woff2'),
        url('../fonts/Urbanist-Regular.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Urbanist-Bold';
    src: url('../fonts/Urbanist-Bold.woff2') format('woff2'),
        url('../fonts/Urbanist-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Figtree';
    src: url('../fonts/Figtree-Regular.woff2') format('woff2'),
        url('../fonts/Figtree-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Figtree-Medium';
    src: url('../fonts/Figtree-Medium.woff2') format('woff2'),
        url('../fonts/Figtree-Medium.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

*{
    font-family: 'Figtree';
    font-weight: 400;
}
b, strong{
    font-family: 'Figtree';
    font-weight: 700;
}
textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
a:focus,
a:active,
a:hover,
.nav-tabs a.nav-link,
.nav-tabs a.nav-link.active,
.nav-tabs a.nav-link:hover,
.nav-tabs a.nav-link:focus,
label:focus,
.btn:active,
.btn.active,
.btn:focus,
.btn.focus,
select.form-select {
    outline: 0px !important;
    outline: 0px !important;
    border-color: transparent;
    box-shadow: none !important;
    -webkit-box-shadow: none;
    -webkit-appearance: none
}
a {
    outline: 0;
    border: 0;
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6, h1 span, h2 span, h3 span, h4 span, h5 span, h6 span{
    font-family: 'Urbanist-Bold';
}
.navbar-brand{
	padding: 0;
}
.ndl_Navbar_Main{
	padding: 12px 0;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
.navbar-toggler{
	border: none;
	padding: 0;
}
.navbar-bg{
	background-color: #FEF3E2;
	padding: 6px 24px;
	width: 100%;
	display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
    border-radius: 30px;
}
.nav-item:not(:last-child){
	margin-right: 20px;
}
.nav-link{
	color: #0F054C;
	font-size: 18px;
	font-weight: 500;
}
.navbar-nav .nav-link.active{
	color: #ED9E19;
	font-weight: 800;
}
section{
	padding: 60px 20px;
	overflow: clip;
}
.ndl_Mainbanner{
	min-height: 100vh;
	background: #0F054C;
	background: -webkit-linear-gradient(180deg, rgba(15, 5, 76, 1) 0%, rgba(1, 49, 184, 1) 100%);
	background: -moz-linear-gradient(180deg, rgba(15, 5, 76, 1) 0%, rgba(1, 49, 184, 1) 100%);
	background: linear-gradient(180deg, rgba(15, 5, 76, 1) 0%, rgba(1, 49, 184, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0F054C", endColorstr="#0131B8", GradientType=0);
}
.ndl_Homebanner{
	min-height: 100vh;
	background: #0F054C;
	background: -webkit-linear-gradient(180deg, rgba(15, 5, 76, 1) 0%, rgba(1, 49, 184, 1) 100%);
	background: -moz-linear-gradient(180deg, rgba(15, 5, 76, 1) 0%, rgba(1, 49, 184, 1) 100%);
	background: linear-gradient(180deg, rgba(15, 5, 76, 1) 0%, rgba(1, 49, 184, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0F054C", endColorstr="#0131B8", GradientType=0);
	position: relative;
	padding-top: 160px;
	padding-bottom: 0;
}
.ndl_Customlist{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	gap: 20px;
	justify-content: center;
}
.ndl_Customlist li {
  position: relative;
  padding-left: 26px;
  font-size: 14px;
  color: #fff;
  width: calc(50% - 10px);
  font-weight: 600;
  text-align: left;
}

.ndl_Customlist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  background-image: url('../images/list-icon-tick.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
p{
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #434054;
}
.ndl_Homebanner h1{
	font-weight: 700;
	font-size: 34px;
    line-height: 54px;
	margin-bottom: 16px;
    color: #fff;
}
.ndl_Homebanner p{
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 32px;
	color: #B5B5B5;
}
.homebanner-img{
	margin-top: 60px;
}
.ndl_Btngrp_Wrapper{
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: center;
}
.ndl_Custombtn{
	font-size: 16px;
	background-color: #F3B956;
	color: #000000;
	padding: 8px 12px;
	border-radius: 32px;
	text-decoration: none;
	transition: .3s;
	font-weight: 600;
	border: 1px solid #F3B956;
	align-content: center;
	display: inline-block;
}
.ndl_Custombtn.active, .ndl_Custombtn:hover {
	color: #000000 !important;
	background-color: #EB9504;
	border: 1px solid #EB9504;
}
.ndl_Border_Custombtn{
	font-size: 16px;
	background-color: transparent;
	color: #fff;
	padding: 8px 12px;
	border-radius: 32px;
	text-decoration: none;
	transition: .3s;
	font-weight: 600;
	border: 1px solid #fff;
	align-content: center;
}
.ndl_Border_Custombtn:hover{
	background-color: #3A41FF;
	border: 1px solid #3A41FF;
	color: #fff;
}
.gradient-card {
	background: linear-gradient(180deg, #0F054C 0%, #230CB2 100%);
	border-radius: 16px;
	padding: 48px 34px 62px;
	height: 100%;
}
.gradient-card img{
	height: 56px;
	margin-bottom: 32px;
}
.gradient-card h3 {
	color: #fff;
	font-size: 20px;
	line-height: 32px;
	font-weight: 600;
	margin-bottom: 16px;
}
.gradient-card p{
	font-family: Figtree;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #B8B8B8;
	margin-bottom: 0;
}
.gradient-card ul {
	margin-bottom: 0;
}
.gradient-card ul li{
	color: #B8B8B8;
}
.border-center-row{
	position: relative;
}
.border-center-row:after{
	content: '';
	position: absolute;
	left: 50%;
	width: 1px;
	height: 100%;
	background-color: #ED9E19;
}
.border-center-row.story:after{
	left: 50%;
}
.ndl_Customtitle{
	font-size: 24px;
	line-height: 40px;
	font-family: Urbanist;
	font-weight: 700;
}
.ndl_Customtitle-2{
	font-size: 18px;
	line-height: 32px;
	font-family: Urbanist;
	font-weight: 700;
	margin-bottom: 16px;
}
.leftalign {
    position: absolute;
    left: -4%;
    bottom: 74%;
    max-width: 120px;
}
.rightalign{
	position: absolute;
    right: 0%;
    top: -12px;
	max-width: 100px;
}
.Dualcol_Card_Wrapper.sticky{
	position: sticky;
	top: 40px;
}
.Dualcol_Card_Wrapper{
	background-color: #fff;
	border-radius: 16px;
	padding: 0px;
	margin-top: 28px;
}
.Dualcol_Card_Wrapper .left{
	padding: 10px 30px;
}
.Dualcol_Card_Wrapper .right{
	padding: 10px 0 20px 26px;
}
.Dualcol_Card_Wrapper h3{
	color: #0F054C;
	font-size: 20px;
	margin-bottom: 16px;
}
.Dualcol_Card_Wrapper p{
	font-size: 14px;
    line-height: 24px;
}
.arrowlist{
	list-style: none;
	padding-left: 0;
	justify-content: center;
	margin-bottom: 16px;
}
.arrowlist li {
  position: relative;
  padding-left: 16px;
  color: #0F054C;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 8px;
}
.arrowlist.policy-terms li {
	font-weight: 400;
}

.arrowlist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 7px;
  height: 13px;
  background-image: url('../images/list-arrow.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.ndl_Highlighter{
	display: inline-block;
	padding: 6px 12px;
	border-radius: 40px;
	background-color: #C9FFBD;
	font-size: 14px;
	font-weight: 600;
	color: #0F054C;
}
.Dualcol_Card_Wrapper.product-tab{
	padding: 20px;
	margin-top: 28px;
}
.Dualcol_Card_Wrapper.product-tab .arrowlist li{
	font-family: Figtree;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 20px;
}
.border-top-bottom{
	border-top: 1px solid #D2D2D2;
	padding-top: 24px;
}
.banner-highlighter{
	font-family: Urbanist;
	font-weight: 600;
	font-size: 12px;
	color: #fff;
	background-color: #0E4CAA;
	display: inline-block;
	border-radius: 40px;
	padding: 8px 16px;
}
.arrowlist.flower-tick li{
	padding-left: 34px;
	margin-bottom: 14px;
}
.arrowlist.flower-tick li::before{
	top: 2px;
	height: 18px;
	width: 18px;
  	background-image: url('../images/list-tick-flower.svg');
  	background-repeat: no-repeat;
  	background-position: center;
}
.Dualcol_Card_Wrapper.simplifying-payments{
	background-color: #050023;
	margin-top: 60px;
}
.Dualcol_Card_Wrapper.simplifying-payments h3{
	color: #fff;
}
.Dualcol_Card_Wrapper.simplifying-payments p{
	color: #B5B5B5;
}
.Dualcol_Card_Wrapper.simplifying-payments .arrowlist li{
	color: #fff;
}

.payment-solution-title-wrap{
	position: relative;
	margin-bottom: 28px;
}
.payment-solution-title-wrap .leftalign{
	bottom: 74px;
	left: 0;
	max-width: 80px;
    display: none;
}
.payment-solution-title-wrap .rightalign{
	top: 62px;
    right: -18px;
	max-width: 72px;
}
.payment-solution-title-wrap .leftalign-2{
	position: absolute;
    bottom: unset;
    top: -42px;
    left: -10%;
    max-width: 70px;
}
.payment-solution-title-wrap .rightalign-2{
	position: absolute;
    top: 30px;
    right: -14%;
    max-width: 80px;
    display: none;
}
.ndl_Getintouch_Wrapper{
	background-color: #FFF2DC;
	padding: 40px 26px 134px;
	border-radius: 16px;
	position: relative;
	overflow: hidden;
}
.ndl_Getintouch_Wrapper .content{
	width: 100%;
}
.ndl_Getintouch_Wrapper .content .ndl_Customtitle {
	margin-bottom: 16px;
}
.ndl_Getintouch_Wrapper .content .arrowlist li{
	font-weight: 400;
	margin-bottom: 20px;
}
.getin-touch-img{
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 66%;
}

.rounded-16{
	border-radius: 16px;
}
.aboutline{
	position: absolute;
	max-width: 120px;
}
.aboutline.one{
	right: 0;
	top: 0;
}
.aboutline.two{
	left: 0;
	top: 0;
}
.aboutline.three{
	right: 68px;
	bottom: 0;
}
.team-row{
	display: flex;
	max-width: 300px;
	justify-content: space-between;
}
.team-row .item{
	width: auto;
}
.team-row .item h3{
	font-family: Urbanist;
	font-weight: 500;
	font-size: 20px;
	color: #fff;
}
.team-row .item p{
	font-family: Urbanist;
	font-weight: 300;
	font-size: 16px;
	color: #A2A2A2;
	margin-bottom: 0;
}
.values-card{
	background-color: #fff;
	border-radius: 16px;
	box-shadow: 0px 3px 9.4px 0px #00000012;
	padding: 32px 32px;
	text-align: center;
	height: 100%;
}
.values-card img{
	height: 100px;
	margin-bottom: 32px;
}
.values-card h3{
	font-family: Urbanist;
	font-weight: 600;
	font-size: 24px;
	text-align: center;
	color: #060E4E;
	margin-bottom: 20px;
}
.values-card p{
	font-family: Figtree;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 0;
}
.ndl_Mainbanner.product{
	padding-top: 170px;
}
.ndl_Mainbanner.product h1{
	font-family: 'Urbanist-Bold';
	font-weight: 700;
	font-size: 40px;
	line-height: 56px;
	color: #fff;
	margin-bottom: 38px;
}
.ndl_Mainbanner.product .ndl_Customlist{
	justify-content: left;
}
.ndl_Mainbanner.product .ndl_Btngrp_Wrapper{
	justify-content: left;
}
.product-banner-img-wrapper{
	position: relative;
	z-index: 1;
}
.product-banner-playbtn{
	font-size: 18px;
	position: absolute;
	left: 48%;
	top: 48%;
	height: 40px;
	width: 40px;
	text-align: center;
	align-content: center;
	background-color: #D6D6D6B5;
	border-radius: 50%;
	transform: translate(50%, -50%);
	transition: .3s;
	color: #0131B8;
}
.product-banner-playbtn i{
    z-index: 999;
    position: relative;
}
.product-banner-playbtn::before {
  animation:ripple 2s ease-out infinite;
  border:solid 2px #0131B8;
  border-radius:50%;
  box-sizing:border-box;
  content:"";
    opacity:.25;
  bottom:0;
  left:0;
  right:0;
  top:0;
  position:absolute;
}
.product-banner-playbtn::after {
  animation:ripple 2s 1s ease-out infinite;
  border:solid 2px #0131B8;
  border-radius:50%;
  box-sizing:border-box;
  position:absolute;
  opacity:.25;
  content:"";
  bottom:0;
  left:0;
  right:0;
  top:0;
}
.product-banner-playbtn:hover{
	background-color: #fff;
	color: #0131B8;
}
.product-banner-playbtn:hover:after, .product-banner-playbtn:hover:before{
	opacity: 0;
	animation: none;
}

@keyframes ripple {
  0% {
    opacity:.25;
  }
  100% {
    border-radius:50%;
    opacity:0;
    transform:scale(2.5);
  }
}
.btn-close{
    font-size: 14px;
    z-index: 999;
    background-color: #FFF8ED;
    padding: 6px;
}
.skewd-top-section{
	position: relative;
}
.skewd-top-section:after{
	content: '';
    position: absolute;
    bottom: -120px;
    right: 0;
    width: 100%;
    height: 35vh;
    background-color: #FFF8ED;
    transform: skew(0deg, 352deg);
}
.ndl_Modular_Platform {
  margin: 0;
  margin-bottom: 28px;
  flex-wrap: nowrap;
  overflow-x: auto; /* enable horizontal scroll */
  -webkit-overflow-scrolling: touch; /* smooth on iOS */
  border: 0;
  scrollbar-width: none; /* Firefox */
}

.ndl_Modular_Platform::-webkit-scrollbar {
  display: none; /* Chrome/Safari */
}
.ndl_Modular_Platform .nav-item{
	margin-right: 0;
	width: 100%;
}
.ndl_Modular_Platform .nav-link{
	font-family: Figtree;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	border-radius: 45px;
	white-space: nowrap;
}
.ndl_Modular_Platform .nav-link.active{
	background-color: #220BAD;
	color: #FFFFFF;
}
.ndl_Mainbanner.about, .ndl_Mainbanner.contact {
	padding-top: 174px;
}
.ndl_Mainbanner.about h1{
	font-size: 38px;
	line-height: 64px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 24px;
}
.ndl_About_bannerbox{
	background-color: #F2F2F2;
	padding: 24px;
	height: 100%;
	border-radius: 16px;
	align-content: center;
	text-align: left;
	position: relative;
}
.ndl_About_bannerbox h2{
	font-family: Urbanist;
	font-weight: 600;
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 26px;
}
.ndl_Mainbanner.contact h1{
	font-size: 32px;
	line-height: 50px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 16px;
}
.ndl_Contact_Form{
	background-color: #fff;
	border-radius: 16px;
	padding: 24px;
	width: 100%;
}
.ndl_Contact_Form h2{
	font-weight: 700;
	font-size: 24px;
	line-height: 40px;
	color: #0E4CAA;
}
.form-label{
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 4px;
}
.form-control{
	border: 1px solid #B0B3CF;
}
.form-control:hover{
	border: 1px solid #000;
}
input,
input::placeholder, textarea::placeholder {
    font-size: 12px;
    color: #BCBCBC !important;
}
.mail-wrap .mailus{
	font-family: Urbanist;
	font-weight: 800;
	font-size: 16px;
	line-height: 28px;
	color: #FFFFFF;
	margin-left: 6px;
}
.mail-wrap {
	display: flex;
	flex-direction: column;
	margin-top: 40px;
	gap: 8px;
}
.link-mailto{
	font-family: Urbanist;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #B5B5B5;
	transition: .3s;
	display: inline-block;
}
.link-mailto:hover{
	color: #F3B956;
}

.bg-blue-gradient{
	background: linear-gradient(180deg, #230CB2 0%, #0F054C 100%);
}
.bg-dots{
	background-image: url(../images/dots-bg.png);
	background-repeat: no-repeat;
    background-size: 100% 100%;
}
.bg-F2F2F2{
	background-color: #F2F2F2;
}
.bg-FFF8ED{
	background-color: #FFF8ED;
}
.bg-0F054C{
	background-color: #0F054C;
}
.text-F3B956{
	color: #F3B956;
}
p.text-light{
	color: #B5B5B5 !important;
}
.swiper-scrollbar.swiper-scrollbar-horizontal{
	bottom: -28px;
	width: 110px;
	height: 4px;
	background: #DBDBDB;
	left: 50%;
	transform: translateX(-50px);
}
.swiper-scrollbar-drag{
	background: #9AACFF;
}

footer{
	background-color: #000000;
	padding: 60px 20px 16px 20px;
}
.foterlogo {
	margin-bottom: 16px;
}
.ndl_CopyrightRow{
	border-top: 1px solid #fff;
	margin-bottom: 32px;
	margin-top: 24px;
}
.footerlist{
	display: flex;
	list-style: none;
	justify-content: start;
	margin-bottom: 32px;
	padding-left: 0;
}
.footerlist li a{
	font-size: 16px;
	color: #fff;
	font-weight: 600;
}
.footerlist li:first-child {
	margin-left: 0;
}
.footerlist li {
	margin-left: 40px;
	position: relative;
}
.footerlist li:after {
	content: '|';
	position: absolute;
	top: -4px;
	left: -34%;
	color: #ED9E19;
	font-size: 20px;
}
.footerlist.policy{
	margin-top: 32px;
	margin-bottom: 24px;
}
.footerlist.policy li a{
	color: #aaa;
	font-weight: 500;
}
.footerlist.policy li:after{
	left: -16%;
}
.footerlist li:first-child:after {
	display: none;
}
.footer-social-list{
	border-width: 1px;
	border-radius: 39px;
	display: flex;
    align-items: end;
    justify-content: start;
    gap: 20px;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.footer-social-list li a{
	color: #FFFFFF;
	width: 48px;
	height: 48px;
	border: 1px solid #B0B0B0;
	border-radius: 39px;
	display: block;
	text-align: center;
	align-content: center;
	font-size: 20px;
	transition: .4s;
}
.footer-social-list li a svg{
	margin-bottom: 4px;
	max-width: 100%;
	background: transparent;
}
.footer-social-list li a:hover{
	background-color: #EB9504;
    border: 1px solid #EB9504;
    color: #000;
}
.footer-social-list li a:hover svg path{
	fill: #000;
}
.footer-social-list li a:hover svg.insta path{
	fill: transparent;
	stroke: #000;
}
.text-copyight{
	color: #AAAAAA;
	margin-bottom: 0;
}
.text-copyight img{
	height: 16px;
}
.accordion-button {
    font-size: 18px;
    color: #8A90A2;
    line-height: 32px;
    font-weight: 600;
    padding-left: 0;
    padding-right: 0;
    border: none !important
}
.accordion-button:hover {
    color: #0024CB
}
.accordion-button::after {
    height: 20px;
    width: 20px;
    background-size: auto;
    background-image: url(../images/accordion-cross-icon.svg);
    background-size: 100%;
    filter: grayscale(100%);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d
}
.accordion-button:not(.collapsed) {
    color: #0024CB;
    background-color: #fff;
    border: none;
    box-shadow: none
}
.accordion-button:not(.collapsed)::after {
    background-image: url(../images/accordion-cross-icon.svg);
    filter: grayscale(0%);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(45deg) skew(0deg, 0deg);
    transform-style: preserve-3d
}
.accordion-body {
    padding-left: 0;
    padding-top: 0;
    padding-right: 0
}
.error{
	color: red;
	font-size: 12px;
}
.modal-backdrop.show {
    opacity: 1;
    background-color: rgba(0, 0, 0, .6);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.ndl_Mainbanner.privacy{
	min-height: unset;
	padding-top: 200px;
}
.ndl_Mainbanner.privacy h1{
	color: #fff;
}
.mb-12{
	margin-bottom: 12px;
}
.mb-16{
	margin-bottom: 16px;
}
.mb-20{
	margin-bottom: 20px !important;
}
.mb-24{
	margin-bottom: 24px;
}
.mb-32{
	margin-bottom: 32px;
}
.mb-40{
	margin-bottom: 40px;
}
.mb-42{
	margin-bottom: 42px;
}
.mb-50{
	margin-bottom: 50px;
}
.mb-60{
	margin-bottom: 60px;
}
.mb-80{
	margin-bottom: 80px;
}
.mb-88{
	margin-bottom: 88px;
}
.mb-100{
	margin-bottom: 100px;
}
.bg-F4F6FF{
	background-color: #F4F6FF;
}
@media (min-width: 576px) {
	.leftalign {
		left: 0;
	}
	.payment-solution-title-wrap{
		margin-bottom: 60px;
	}
	.payment-solution-title-wrap .leftalign{
		bottom: 22px;
		left: 0;
		max-width: 106px;
		display: inline-block;
	}
	.payment-solution-title-wrap .rightalign{
		top: 32px;
		right: 0;
		max-width: 100px;
	}
	.ndl_Getintouch_Wrapper{
		padding: 40px 40px 134px;
	}
	.ndl_Getintouch_Wrapper .content {
	    width: 75%;
	}
	.ndl_Modular_Platform{
		border-radius: 50px;
		margin: 0 auto 40px;
		background-color: #fff;
	    padding: 6px 8px;
	    border: 1px solid #C4C4C4;
	    width: fit-content;
	}
	.ndl_Modular_Platform .nav-item{
		width: auto;
	}
	.ndl_Modular_Platform .nav-link{
		border-radius: 45px;
		font-size: 18px;
	}
	.Dualcol_Card_Wrapper .left{
		padding: 20px 40px;
	}
	.Dualcol_Card_Wrapper .right{
		padding: 20px 0 20px 40px;
	}

}
@media (max-width: 767px) {
	.navbar-collapse{
		padding-top: 24px;	
	}
	.nav-item{
		padding: 6px 0;
	}
}
@media (min-width: 768px) {
	section {
    	padding: 60px 40px;
	}
	.ndl_Navbar_Main{
		padding: 24px 40px;
	}
	footer{
		padding: 100px 40px 16px 40px;
	}
	.foterlogo {
		margin-bottom: 32px;
	}
	.footerlist{
		justify-content: end;
		margin-bottom: 44px;
	}
	.footer-social-list{
		justify-content: end;
	}
	.ndl_Customlist{
		gap: 40px;
	}
	.ndl_Customlist li {
		width: calc(50% - 20px);
	}
	.homebanner-img {
	    margin-top: 80px;
	}
	.leftalign {
		left: 0;
	}
	.rightalign {
		right: 2%;
	}
	.payment-solution-title-wrap .leftalign-2{
		top: -40px;
    	left: -2%;
	}
	.payment-solution-title-wrap .rightalign-2{
		top: -30px;
    	right: -4px;
    	display: block;
	}
	
	.Dualcol_Card_Wrapper.product-tab {
	    padding: 30px;
	}

	.ndl_Custombtn{
		font-size: 18px;
	}
	.ndl_Border_Custombtn{
		font-size: 18px;
	}
	.getin-touch-img{
		max-width: 56%;
	}
	.ndl_Mainbanner.contact h1{
		font-size: 44px;
		line-height: 70px;
	}
}
@media (max-width: 991px) {
	.border-center-row.story:after{
		display: none;
	}
	.m-sm-lg-0{
		margin: 0;
	}
}
@media (min-width: 992px) {
	footer{
		padding: 100px 50px 16px 50px;
	}
	section{
		padding: 60px 60px;
		overflow: clip;
	}
	.ndl_Navbar_Main{
		padding: 24px 70px;
	}
	.nav-item:not(:last-child) {
	    margin-right: 40px;
	}
	.ndl_Mainbanner.product{
		padding-top: 210px;
	}
	.leftalign {
	    left: -11%;
	    bottom: 16%;
	    max-width: 160px;
	}
	.rightalign {
	    right: -10%;
	    top: 13%;
	    max-width: 160px;
	}
	.payment-solution-title-wrap .leftalign {
	    bottom: -46%;
	    left: -14%;
	}
	.payment-solution-title-wrap .rightalign {
	    top: -26%;
	    right: -18%;
	}
	.payment-solution-title-wrap .leftalign-2{
		top: 0;
        left: -20%;
	}
	.payment-solution-title-wrap .rightalign-2{
		top: -12px;
        right: -24%;
	}
	.Dualcol_Card_Wrapper .left{
		padding: calc(var(--bs-gutter-x) * .5);
	}
	.Dualcol_Card_Wrapper .right{
		padding: calc(var(--bs-gutter-x) * .5);
	}
	.Dualcol_Card_Wrapper{
		padding: 32px 0 32px 40px;
	}
	.Dualcol_Card_Wrapper h3 {
	    font-size: 24px;
	    margin-bottom: 16px;
	}
	.Dualcol_Card_Wrapper p{
		font-size: 16px;
	    line-height: 24px;
	    margin-bottom: 32px;
	}
	.Dualcol_Card_Wrapper.product-tab {
	    padding: 40px;
	}
	.ndl_Highlighter{
		font-size: 16px;
		padding: 8px 16px;
	}
	.arrowlist{
		margin-bottom: 40px;
	}
	.arrowlist li{
		font-size: 18px;
		margin-bottom: 12px;
		padding-left: 26px;
	}
	.arrowlist li::before{
		width: 13px;
    	height: 19px;
	}
	.arrowlist.flower-tick li {
	    padding-left: 44px;
	    margin-bottom: 16px;
	}
	.arrowlist.flower-tick li::before {
    	height: 22px;
    	width: 22px;
	}
	.Dualcol_Card_Wrapper.simplifying-payments{
		margin-top: 100px;
	}
	.ndl_Getintouch_Wrapper{
		padding: 54px 60px;
	}
	.getin-touch-img{
		max-width: 100%;
	}
	.ndl_Getintouch_Wrapper .content {
	    width: 58%;
	}
	.ndl_Mainbanner.about h1{
		font-size: 46px;
    	line-height: 72px;
		margin-bottom: 40px;
	}
	.aboutline{
		max-width: 100%;
	}
	.values-card{
		padding: 60px 56px;
	}
	.values-card img{
		height: 114px;
    	margin-bottom: 40px;
	}
	.ndl_Mainbanner.contact h1{
		font-size: 52px;
    	58t: 80px;
	}
	.mail-wrap{
		margin-top: 62px;
	}
	.ndl_Contact_Form{
		padding: 32px;
	}
	.product-banner-playbtn{
		height: 50px;
    	width: 50px;
    	font-size: 20px;
	}

	.mb-lg-20{
		margin-bottom: 20px;
	}
	.mb-lg-40{
		margin-bottom: 40px;
	}
	
	.mb-lg-60{
		margin-bottom: 60px !important;
	}
	.mb-lg-64{
		margin-bottom: 64px !important;
	}
	.pt-lg-38{
		padding-top: 38px;
	}
	.w-lg-75{
		width: 75% !important;
	}

	.mb-lg-0{
		margin-bottom: 0 !important;
	}
}
@media (min-width: 1200px) {
	section {
        padding: 80px 106px;
    }
	.ndl_Customtitle{
		font-size: 28px;
    }
    .ndl_Homebanner{
    	padding-top: 182px;
    }
    .ndl_Homebanner h1 {
        font-size: 50px;
        line-height: 74px;
    }
	.ndl_Customlist{
		flex-wrap: nowrap;
	}
	.ndl_Customlist li{
		width: unset;
	}
	.homebanner-img {
	    margin-top: 102px;
	}
    .Dualcol_Card_Wrapper{
		margin-top: 40px;
	}
	.ndl_Navbar_Main{
		padding: 38px 108px;
	}
	footer{
		padding: 100px 80px 16px 80px;
	}
	.footerlist li {
	    margin-left: 80px;
	}
	.footerlist li:after{
		left: -62%;
	}
	.footerlist.policy li:after{
    	left: -31%;
    }
	.gradient-card {
		padding: 54px 40px 72px;
	}
	.payment-solution-title-wrap .leftalign {
	    bottom: -46%;
	    left: -14%;
	    max-width: 140px;
	}
	.payment-solution-title-wrap .rightalign {
	    top: -26%;
	    right: -18%;
	    max-width: 132px;
	}
	.payment-solution-title-wrap .leftalign-2{
		max-width: 120px;
	}
	.payment-solution-title-wrap .rightalign-2{
		max-width: 110px;
	}
	.ndl_Getintouch_Wrapper{
		padding: 100px 60px;
	}
	.ndl_About_bannerbox{
		padding: 40px;
	}
	.ndl_About_bannerbox h2{
		font-size: 28px;
		line-height: 40px;
		margin-bottom: 40px;
	}
	.ndl_About_bannerbox p{
		font-family: Figtree;
		font-weight: 400;
		font-size: 20px;
		line-height: 32px;
	}
	.ndl_Mainbanner.product h1{
		font-size: 48px;
		line-height: 60px;
	}
}

@media (min-width: 1400px) {
	section {
        padding: 100px 106px;
    }
    footer{
		padding: 100px 108px 16px 100px;
	}
	.ndl_Homebanner h1{
		font-size: 64px;
        line-height: 80px;
	}
	.ndl_Customtitle{
		font-size: 32px;
		line-height: 40px;
	}
	p {
	    font-size: 20px;
	    line-height: 32px;
	}
	.gradient-card {
		padding: 54px 40px 72px;
	}
	.gradient-card img {
	    height: 62px;
	    margin-bottom: 40px;
	}
	.gradient-card h3{
		font-size: 24px;
		margin-bottom: 20px;
	}
	.gradient-card p{
		font-size: 16px;
		line-height: 22px;
	}
	.payment-solution-title-wrap .leftalign {
		max-width: 100%;
	}
	.payment-solution-title-wrap .rightalign {
	    top: -26%;
	    right: -12%;
	    max-width: 100%;
	}
	.payment-solution-title-wrap .leftalign-2{
		max-width: 100%;
	}
	.payment-solution-title-wrap .rightalign-2{
		max-width: 100%;
	}
	.Dualcol_Card_Wrapper h3{
		font-size: 28px;
		margin-bottom: 20px;
	}
	.Dualcol_Card_Wrapper p{
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 32px;
	}
	.ndl_Mainbanner.about {
		padding-top: 174px;
	}
	.ndl_Mainbanner.about h1{
		font-size: 52px;
		line-height: 80px;
		margin-bottom: 60px;
	}
	.ndl_About_bannerbox h2{
		font-size: 32px;
		line-height: 40px;
	}




	.foterlogo{
		max-width: 100%;
		height: 70px;
	}
	.footerlist li {
		margin-left: 80px;
	}
	.footerlist li a {
    	font-size: 20px;
    }
    .footerlist.policy li:after{
    	left: -25%;
    }
    .footerlist li:after{
		left: -50%;
    	font-size: 24px;
    }

	.mb-xl-80 {
        margin-bottom: 80px;
    }
}	