:root {

  --bs-btn-primary-bg: #26A5FE;  /* Primary button background */
  --bs-btn-primary-border: #26A5FE; /* Primary button border */
  --bs-btn-primary-color: white;  /* Primary button text color */
  --bs-btn-outline-primary-color: #26A5FE;  /* Outline button text color */
  --bs-btn-outline-primary-border: #26A5FE;  /* Outline button border color */
  --bs-primary: #26A5FE;
}

@font-face {
  font-family: 'Quicksand';
  src: url('../fonts/Quicksand-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Quicksand';
  src: url('../fonts/Quicksand-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Quicksand';
  src: url('../fonts/Quicksand-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Quicksand';
  src: url('../fonts/Quicksand-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Quicksand';
  src: url('../fonts/Quicksand-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter_24pt-Medium.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'NotoSansArabic';
  src: url('../fonts/NotoSansArabic-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'NotoSansArabic';
  src: url('../fonts/NotoSansArabic-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

main {
  padding-top: 81px;
}

h1{
    font-size: 65px;
    letter-spacing: -2.4px;
	font-family: 'Quicksand';
}

h2{
    font-size: 60px;
    letter-spacing: -1.5px;
	font-family: 'Quicksand';
}
h3 {
   font-size: 50px;
   letter-spacing: -1.2px;
   line-height: 48px;
	font-family: 'Quicksand';
}
h4 {
   font-size: 40px;
   letter-spacing: -0.9px;
   line-height: 40px;
	font-family: 'Quicksand';
}
h5 {
   font-size: 30px;
   line-height: 40px;
	font-family: 'Quicksand';
}
p, body {
	font-size: 18px;
    font-family: Poppins;
}


.font-poppins {
   font-family: Poppins;
}

.font-inter {
   font-family: Inter;
}

.font-quicksand {
   font-family: Quicksand;
}
.bg-blue {
   background: #26A5FE38;
}
.font-50 {
 font-size: 50px !important;
}

.font-40 {
 font-size: 40px !important;
}

.font-30 {
 font-size: 30px !important;
}

.font-24 {
   font-size: 24px;
}
.font-22 {
   font-size: 22px;
}
.font-16 {
   font-size: 16px;
}
.font-14 {
   font-size: 14px;
}
.font-12 {
   font-size: 12px;
}
.region.region-content {
   padding: 0px;
}
.w-20 {
  width: 20%;
}

header {
  height: 81px;
  padding-top: 5px;
  position: fixed;
  top: 0;
  left: 0;
  background: white;
  z-index: 100;
  transform: translateY(-100%);   /* start hidden above */
  transition: transform 0.3s ease;
}

header.show {
  transform: translateY(0);
}

html[dir="rtl"] footer ul {
  padding-right: 0;
}

footer.footer-light {
	background: #DDE7FD99;
}

.footer-logo-wrap {
	width: 25%;
}

.layout-builder-block {
  background-color: transparent !important;
}
#node-page-layout-builder-form {
	padding: 50px;
}
#node-page-layout-builder-form .form-select {
  max-width: 200px;
}

#block-b5subtheme-languageswitcher .dropdown-menu {
	--bs-dropdown-min-width: 55px;
	text-align: center:
}
#block-b5subtheme-languageswitcher .dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 22%;
  margin-top: var(--bs-dropdown-spacer);
}
#block-b5subtheme-languageswitcher .dropdown-menu li a{
	text-decoration: none;
	color: #4B5563; 
}
#block-b5subtheme-languageswitcher .dropdown-menu.show {
	margin-top: 0px;
    text-align: center;
}
#block-b5subtheme-languageswitcher .dropdown button {
	height: 40px;
}

#block-b5subtheme-languageswitcher .dropdown button span {
	font-family: Poppins;
	font-weight: 400;
	font-size: 16px;
	line-height: 25.47px;
	vertical-align: middle;
	color: #000000;
}
#langDropdown span:before {
	content: '';
  	background-image: url('../img/icon-globe-dark.png');
  	width: 17px;
  	height: 17px;
  	background-size: cover;
  	background-repeat: no-repeat;
  	vertical-align: middle;
  	display: inline-block;
  	margin-right: 6px;
	margin-left: 6px;
}
#langDropdown span:after {
	content: '';
  	background-image: url('../img/icon-caret-down.png');
  	width: 15px;
  	height: 15px;
  	background-size: contain;
  	background-repeat: no-repeat;
  	vertical-align: middle;
  	display: inline-block;
  	margin-left: 5px;
	margin-right: 5px;
}


.no-focus-effect:focus {
  box-shadow: none !important;
  outline: none !important;
  border-color: inherit !important;
}

.btn-outline-primary {
  color: var(--bs-btn-outline-primary-color);
  border-color: var(--bs-btn-outline-primary-border);
}

.btn-outline-primary:hover {
  background-color: var(--bs-btn-primary-bg);
  color: white;
  border-color: var(--bs-btn-primary-bg);
}

.text-primary {
	color: var(--bs-primary) !important;
}

footer {
  padding: 50px 0 30px;
}

footer .footer-menu {
  margin: 40px auto 70px;
  display:flex;
}

footer .footer-menu nav.block-menu .nav-link{
  font-size: 16px;
  font-family: Poppins;
  padding: 7px 0;
  line-height: 24px;
  color: #000;
}

footer .footer-menu h3{
  font-size: 16px;
  font-family: Poppins;
  font-weight: bold;
  margin-bottom: 20px;
  color: #272C33;
  letter-spacing: 0;
}

footer .copyright-text {
	font-family: Poppins;
	font-weight: 400;
	font-size: 12px;
	text-align: center;
	color: #000;
}

footer .poweredby {
	margin-bottom: 28px;
}

.border-white {
  border: 1px solid #FFFFFF33
}
#navbarSupportedContent .region-nav-additional {
	display: flex;
}

#block-b5subtheme-main-navigation .navbar-nav .nav-item {
  width: auto;
  padding: 0 32px;
}
#block-b5subtheme-main-navigation .navbar-nav .nav-item .nav-link {
  font-family: Poppins;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #050316;
}

#block-b5subtheme-toprightmenu .sign-in {
  margin-right: 10px;
  margin-left: 10px;
  display: none;
}
#block-b5subtheme-toprightmenu .sign-in a.nav-link {
  width: 105px;
  height: 40px;
  border: 2px solid #26A5FE;
  font-family: Poppins;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: center;
  color: #26A5FE;
  transition: background-color 0.4s ease;
}
#block-b5subtheme-toprightmenu .sign-in a.nav-link:hover {
  background: linear-gradient(90deg, #26A5FE 63.94%, #00ECC1 100%);
  color: #fff;
}

#block-b5subtheme-toprightmenu .get-started a.nav-link {
  background: linear-gradient(90deg, #26A5FE 51.92%, #00ECC1 100%);
  height: 40px;
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #FFFFFF;
  transition: background-color 0.4s ease;
  padding: 0 22px;
  align-content: center;
}

#block-b5subtheme-toprightmenu .get-started a.nav-link:hover {
	background: linear-gradient(276.38deg, #26A5FE 40.16%, #00ECC1 74.81%);

}

#block-b5subtheme-toprightmenu .get-started a.nav-link::after {
  content: '';
  background-image: url('../img/icon-arrow-right.png');
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  margin-left: 8px;
}

.gradient-txt {
   background: linear-gradient(90deg, #26A5FE 45.19%, #00E6D2 100%);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}

.favorite-store-txt {
   background: linear-gradient(90deg, #26A5FE 45.19%, #00E6D2 100%);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}
.flexible-payment-subtext {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #4B5563 !important;
  margin: 24px auto 80px;
  max-width: 754px;
}

.made-simple-txt {
   background: linear-gradient(90deg, #26A5FE 0%, #37F4A9 97.6%);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}

.cta-section {
    background: white;
    border-radius: 20px;
    padding: 40px 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    text-align: center;
    margin-top: 60px;
}

.btn-cta {
    background: linear-gradient(to right, #00c6ff, #0072ff);
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 500;
}

.btn-cta:hover {
    opacity: 0.9;
}

.section-subtitle {
    color: #00baff;
    font-weight: 500;
    font-size: 0.9rem;
}

#home-hero .heading {
	max-width: 470px;
	margin-top: 0px;
	color: #000;
}

#home-hero .heading span {
	background: linear-gradient(90deg, #26A5FE 0%, #00ECC1 168.62%);
	-webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}

#home-hero .card-icon {
	height: 40px;
	width: 40px;
	margin: 4px auto;
	background: #FFFFFF33;
}

#home-hero .home-icon {
	width: 115px;
	height: 160px;
	border-radius: 20px;
	box-shadow: 0px 4px 4px 0px #0000001A;
	padding: 0;
  	overflow: hidden;
}

#home-hero .card-body {
	padding: 0;
}

#home-hero .card-head {
	background: linear-gradient(137.69deg, #26A5FE 7.02%, #00ECC1 100%);
  	padding: 17px 0 10px;
}

#home-hero .home-cards {
	gap: 39px;
	justify-content: start;
	margin-top: 60px;
	margin-bottom: 30px;
}

#home-hero .get-app-btn {
	font-family: Quicksand;
	font-weight: 700;
	font-size: 30px;
	width: 302px;
	height: 99px;
	border-radius: 15px;
  	background: #fff;
    background-image: none;
    background-origin: padding-box;
    background-clip: border-box;
	border: 2px solid transparent;
	background-image: linear-gradient(#fff, #fff), linear-gradient(289.39deg, #37F4A9, #26A5FE);
	background-origin: border-box;
	background-clip: padding-box, border-box;
	box-shadow: 0 2px 6px rgba(0,0,0,0.08);
	padding: 13px;
	text-decoration: none;
	color: #000;
}

.credit-tag {
    position: absolute;
    top: 15px;
  	left: 44px;
    background: #FBFBFB;
    padding: 19px 31px 19px 29px;
    z-index: 2;
    width: 191px;
    height: 82px;
    border-radius: 16px;
    box-shadow: 0px 8px 10px -6px #0000001A;
    backdrop-filter: blur(4px);
}
.credit-tag p span {
  font-family: Quicksand;
  font-weight: 700;
  font-style: Bold;
  font-size: 30px;
  line-height: 22px;
  letter-spacing: 0%;
  color: #26A5FE;
  padding-left: 30px;
  position: relative;
  margin-top: 9px;
  display: block;
}

#home-hero .credit-tag p span:before {
	content: '';
	background: url('../img/aed.png');
	display: inline-block;
	margin-right: 12px;
	background-size: cover;
	display: block;
	position: absolute;
	left: 0px;
  	top: 1px;
	width: 25px;
	height: 21px;
}

.credit-tag p {
  font-family: Inter;
  font-weight: 400;
  font-size: 11.06px;
  line-height: 16px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #4B5563;
}
.approval-tag {
    position: absolute;
    bottom: 25px;
  	right: 34px;
    background-color: #ffffff;
    padding: 3px 30px;
    border-radius: 16px;
    z-index: 2;
    width: auto;
  	height: 82px;
    box-shadow: 0px 8px 10px -6px #0000001A;
    backdrop-filter: blur(4px);
}
.approval-tag p.time {
  font-family: Quicksand;
  font-weight: 700;
  font-size: 30px;
  line-height: 33px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #26A5FE;
}

.approval-tag p.time span{
  font-family: Inter;
  font-weight: 400;
  font-size: 13.02px;
  line-height: 20px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #4B5563;
}

.category-btn.active {
    background-color: #0d6efd;
    color: white;
}
.store-card {
    border: 1px solid #eee;
    border-radius: 12px;
    text-align: center;
    padding: 20px;
    background-color: white;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.03);
}
.status-badge {
    font-size: 0.75rem;
    padding: 4px 8px;
    border-radius: 999px;
}
.suggest-box {
    background-color: #f0f8ff;
    padding: 40px 20px;
    text-align: center;
    border-radius: 12px;
}

.btn-custom {
    min-width: 160px;
    margin: 0 10px;
}
.card-img-top {
    height: 160px;
    object-fit: cover;
}

#block-b5subtheme-branding .site-logo img {
   width: 120px;
   height: 41.67px;
}

.home-icon p.card-title{
	font-family: Quicksand;
	font-weight: 700;
	font-size: 30px;
	line-height: 36px;
	letter-spacing: 0%;
	vertical-align: middle;
	color: #fff;
}

.home-banner-img-wrap {
  width: 555px;
  height: 431px;
  opacity: 1;
  top: 80px;
  left: 83px;
}
.home-btns .start-shop-btn {
	width: 285.77px;
	height: 40px;
	background: linear-gradient(90deg, #26A5FE 62.5%, #00ECC1 100%);
	box-shadow: 0px 4px 6px -4px #0000001A;
	box-shadow: 0px 10px 15px -3px #0000001A;
	font-family: Poppins;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	vertical-align: middle;
	border: none;
}
.home-btns .start-shop-btn:hover {
  background: linear-gradient(276.38deg, #26A5FE 40.16%, #00ECC1 74.81%);
}

.home-btns .btn .btn-icon-arrow-right {
  background-image: url('../img/icon-arrow-right.png');
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  right: -27px;
  top: 5px;
}

.home-btns .btn .btn-icon-triangle-right {
  background-image: url('../img/icon-triangle-right.png');
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  top: 5px;
  left: -10px;
}
.home-btns .see-how-btn {
	width: 243.34px;
	height: 40px;
	border-radius: 16px;
	border: 2px solid #26A5FE;
	font-family: Poppins;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	vertical-align: middle;
	color: #26A5FE;
}
.home-btns .see-how-btn:hover {
	color: #fff;
}

.home-banner-img-wrap img {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: auto;
}

.home-trusted-box {
  background: #26A5FE1A;
  border: 1px solid #26A5FE;
  padding: 1px 12px;
  margin-bottom: 33px;
}

.home-trusted-box .dot {
  color: #00ECC1;
}

.home-trusted-box .text {
  	font-family: Poppins;
	font-weight: 500;
	font-size: 14px;
	color: #26A5FE;
	line-height: 2;
}
.home-banner-description {
	font-family: Poppins;
	font-weight: 400;
	line-height: 32px;
	vertical-align: middle;
	width: 90%;
    color: #4B5563;
	max-width: 521px;
}

#home-hero .home-container {
	padding: 50px 0;
  	margin-top: 14px;
}
#home-hero .home-container .home-logo{
	width: 120px;
  	height: 41px;
}

#home-hero .home-container .home-cards .card-text {
	font-family: Poppins;
	font-weight: 400;
	font-size: 14px;
	color: #4B5563;
	text-align: center;
	padding: 9px 0;
}

#block-b5subtheme-getthepayzyapp {
   width: 100%;
   background: #DDE7FD4D;
}
#block-b5subtheme-getthepayzyapp .container {
   padding: 135px 0 130px;
}

#block-b5subtheme-howpayzyworks .heading {
    font-family: Quicksand;
    font-weight: 700;
    font-size: 40px;
    color: #050316;
}

#block-b5subtheme-howpayzyworks {
   width: 100%;
}

#block-b5subtheme-faqs {
   width: 100%;
   background: #F9FAFB;
}

#block-b5subtheme-startshopping {
   width: 100%;
   background: url('../img/shopping-smarter-bg.png');
   background-size: cover;
}

#block-b5subtheme-startshopping .container {
	padding: 100px;
}

#block-b5subtheme-startshopping .download-mobile-btn:before {
   content: '';
   width: 16px;
   height: 16px;
   background: url('../img/icon-download.png');
   display: inline-block;
   margin-right: 12px;
   background-size: cover;
   vertical-align: middle;
}
#block-b5subtheme-startshopping .download-mobile-btn:hover:before {
   content: '';
   background: url('../img/icon-download-blue.png');
}

#block-b5subtheme-startshopping .apply-now-btn:after {
   content: '';
   width: 16px;
   height: 16px;
   background: url('../img/btn-arrow-right.png');
   display: inline-block;
   margin-left: 12px;
   background-size: cover;
   vertical-align: middle;
}

#block-b5subtheme-startshopping .apply-now-btn:hover:after {
	background: url('../img/icon-arrow-right.png');
}


#block-b5subtheme-flexiblepayments .shop-everywhere-btn {
  background: #26A5FE21;
  border: 1px solid #26A5FE33;
  color: #26A5FE;
  font-size: 14px;
  width: auto;
  height: 38px;
  margin-bottom: 23.5px;
  cursor: unset;
}


#block-b5subtheme-flexiblepayments .shop-everywhere-btn:before {
   content: '';
   width: 16px;
   height: 16px;
   background: url('../img/icon-star.png');
   display: inline-block;
   margin-right: 3px;
   margin-left: 3px;
   background-size: cover;
   vertical-align: middle;
}

#block-b5subtheme-flexiblepayments .heading {
	font-family: Quicksand;
	font-weight: 700;
	font-size: 50px;
}

.btn.icon {
  padding: 0px !important;
}

#block-b5subtheme-flexiblepayments .btn-search {
  width: 119px;
  height: 40px;
  background: #26A5FE;
  box-shadow: 0px 4px 12px -2px #0073FF40;
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}

#block-b5subtheme-flexiblepayments  .coming-soon-box {
	border: 2px dashed #D9E0F0;
	border-radius: 20px;
	width: 902px;
	height: 424px;
	background: #F1F5FE;
	justify-content: center;
	align-content: center;
	text-align: center;
	padding: 0 147px;
	margin: 0 auto;
}

#block-b5subtheme-flexiblepayments  .coming-soon-box h3 {
	font-family: Quicksand;
	font-weight: 700;
	font-size: 40px;
	color: #8391A4;
	margin-bottom: 34px;
}

#block-b5subtheme-flexiblepayments  .coming-soon-box p.footer-sub-heading {
	font-family: Poppins;
	font-weight: 400;
	font-size: 18px;
	text-align: center;
	color: #8391A4;
	margin-bottom: 34px;
}

#block-b5subtheme-flexiblepayments  .coming-soon-box .connect-us {
	font-family: Poppins;
	font-weight: 500;
	font-size: 16px;
	color: #fff;
	width: 230px;
	height: 60px;
	border-radius: 30px;
	padding-top: 18px;
	padding-right: 50px;
	padding-bottom: 18px;
	padding-left: 50px;
	background: linear-gradient(90deg, #26A5FE 47.8%, #00ECC1 109.87%);
	box-shadow: 0px 4px 6px -4px #0000001A;
	box-shadow: 0px 10px 15px -3px #0000001A;
	border: none;
}

#block-b5subtheme-flexiblepayments  .coming-soon-box .connect-us:hover {
	background: linear-gradient(-90deg, #26A5FE 47.8%, #00ECC1 109.87%);
}

.shop-by-category {
  font-family: Poppins;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 30px;
  line-height: 32px;
  letter-spacing: -0.6px;
  text-align: center;
  vertical-align: middle;
}

#shop-categories .nav-link{
  height: 52px;
  border-radius: 16px;
  border: 2px solid #E5E7EB;
  font-family: Inter;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #3A3736;
  margin: 20px 8px;
  padding: 0 35px;
  box-shadow: 0px 4px 6px -1px #0000001A;
}

#shop-categories .nav-link.active, #shop-categories .nav-link:hover {
  background: #26A5FE;
  border: 2px solid #26A5FE;
  box-shadow: 0px 4px 6px -1px #0000001A;
  color: #fff;
}

#shopPillsContent h6 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 16px;
  line-height: 20.25px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #121212;
  margin-top: 60px;
}

#shopPillsContent .text-muted{
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  line-height: 16.87px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #595959 !important;
}

#shopPillsContent .badge-online {
  width: 66px;
  height: 22px;
  font-family: Inter;
  font-weight: 500;
  font-size: 10px;
  line-height: 13.5px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #1D4ED8;
  background: #DBEAFE;
  padding: 6px 15px 6px 10px;
}

#shopPillsContent .badge-online:before {
  content: '';
  width: 10.12px;
  height: 10.12px;
  background: url('../img/icon-globe.png');
  display: inline-block;
  margin-right: 3px;
}

#shopPillsContent .badge-instore {
  width: 66px;
  height: 22px;
  font-family: Inter;
  font-weight: 500;
  font-size: 10px;
  line-height: 13.5px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #15803D;
  background: #DCFCE7;
  padding: 6px 15px 6px 10px;
}

#shopPillsContent .badge-instore:before {
  content: '';
  width: 10.12px;
  height: 10.12px;
  background: url('../img/icon-store.png');
  display: inline-block;
  margin-right: 3px;
}


#shopPillsContent .card {
  border-radius: 10.12px;
  background: #F1F5F980;
  border: 0.84px solid #F0F0F0;
  box-shadow: 0px 0.84px 1.69px 0px #FFFFFF;
}

#block-b5subtheme-flexiblepayments .container{
  padding: 45px 15px 55.5px;
}

#block-b5subtheme-flexiblepayments .suggest-box {
  background: #26A5FE1F;
  border-radius: 23.7px;
}
#block-b5subtheme-flexiblepayments .suggest-box h5 {
  font-family: Quicksand;
  font-weight: 700;
  font-style: Bold;
  font-size: 30px;
  line-height: 35.54px;
  letter-spacing: -0.74px;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 25px;
  color: #050316;
}

#block-b5subtheme-flexiblepayments .suggest-box p {
  font-family: Poppins;
  font-weight: 400;
  line-height: 27.65px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 25px;
  color: #4B5563;
}

#block-b5subtheme-flexiblepayments .suggest-box a {
	border: 1.97px solid #26A5FE;
	background: #FFFFFF;
	box-shadow: 0px 3.95px 5.92px -3.95px #0000001A;
	box-shadow: 0px 9.87px 14.81px -2.96px #0000001A;
	font-family: Poppins;
	font-weight: 700;
	font-size: 16;
	line-height: 27.65px;
	text-align: center;
	vertical-align: middle;
    color: #26A5FE;
	width: 195.3px;
    height: 39.49px;
}
#block-b5subtheme-flexiblepayments .suggest-box a:hover {
	background: #26A5FE;
	color: #fff;
}
#block-b5subtheme-flexiblepayments .view-store-btn {
	font-family: Poppins;
	font-weight: 500;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0%;
	text-align: center;
	vertical-align: middle;
	width: 197.8px;
	height: 40px;
	border: 1px solid #26A5FE;
	box-shadow: 0px 4px 6px -4px #0000001A;
	box-shadow: 0px 10px 15px -3px #0000001A;
	color: #26A5FE;
}
#block-b5subtheme-flexiblepayments .view-store-btn:hover {
	background: #26A5FE;
	color: #fff;
}

#block-b5subtheme-flexiblepayments .search-store-form {
	width: 629px;
	padding: 13px 23px 13px 35px;
}
#block-b5subtheme-flexiblepayments .search-store-form .search-icon {
  width: 24px;
  height: 24px;
  background: url('../img/icon-search.png');
  display: inline-block;
  margin-right: 3px;
  top: 10px;
  position: relative;
}

#block-b5subtheme-howpayzyworks .sub-heading {
	font-family: Poppins;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0%;
	text-align: center;
	vertical-align: middle;
	color: #4B5563;
	max-width: 841px;
  	margin: 0 auto;
}

#block-b5subtheme-howpayzyworks .section-subtitle{
  border: 1px solid #26A5FE33;
  background: #26A5FE21;
  color: #26A5FE;
  font-size: 14px;
  font-family: Poppins;
  cursor: unset;
}

#block-b5subtheme-howpayzyworks .section-subtitle:before {
  content: '';
  width: 16px;
  height: 16px;
  background: url('../img/icon-clock.png');
  display: inline-block;
  margin-right: 2px;
  vertical-align: middle;
  background-size: cover;
}

#block-b5subtheme-howpayzyworks .get-started-box {
	width: 896px;
	height: 258px;
	border-radius: 24px;
	border: 1px solid #F3F4F6;
	box-shadow: 0px 8px 10px -6px #0000001A;
	box-shadow: 0px 20px 25px -5px #0000001A;
	margin: 85px auto 96px;
}

#block-b5subtheme-howpayzyworks .get-started-box h2 {
	font-family: Quicksand;
	font-weight: 700;
	font-style: Bold;
	line-height: 36px;
	letter-spacing: -0.75px;
	text-align: center;
	vertical-align: middle;
	color: #050316;
}

#block-b5subtheme-howpayzyworks .btn-gradient {
	background: linear-gradient(90deg, #26A5FE 75.96%, #37F4A9 100%);
	box-shadow: 0px 4px 6px -4px #0000001A;
	width: 240px;
	height: 40px;
	font-family: Poppins;
	font-weight: 500;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	vertical-align: middle;
    transition: background 0.5s ease;
	border: none;
}
#block-b5subtheme-howpayzyworks .btn-gradient:hover {
	background: linear-gradient(270deg, #26A5FE 75.96%, #37F4A9 100%);
}

#block-b5subtheme-howpayzyworks .get-started-subtitle {
	font-family: Poppins;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0%;
	text-align: center;
	vertical-align: middle;
    color: #4B5563;
}


#block-b5subtheme-howpayzyworks .step-card p {
	font-family: Poppins;
	font-weight: 400;
	font-size: 14px;
	line-height: 22.55px;
	letter-spacing: 0%;
	text-align: left;
	vertical-align: middle;
	color: #4B5563;
	margin: 5px 0px 5px 52px;
}

#block-b5subtheme-howpayzyworks .step-card {
    background-color: #fff;
	border-radius: 20px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
	padding: 10px 24px 10px 20px;
	text-align: center;
	position: relative;
	transition: transform 0.2s;
	width: 352px;
	border-radius: 15px;
	background-image: linear-gradient(#fff, #fff), linear-gradient(289.39deg, #37F4A9, #26A5FE);
	background-origin: border-box;
	background-clip: padding-box, border-box;
	border: 1px solid transparent;
}

#block-b5subtheme-howpayzyworks .step-card-wrap {
	width: 352px;
}

#block-b5subtheme-howpayzyworks .step-card-wrap:not(:first-child) {
	margin-top: -19px;
}

#block-b5subtheme-howpayzyworks .step-card-wrap.even {
	margin-left: auto;
}

#block-b5subtheme-howpayzyworks .step-card-wrap:nth-child(3) {
	margin-left: 32px;
}

#block-b5subtheme-howpayzyworks .step-card:hover {
    transform: translateY(-5px);
}

#block-b5subtheme-howpayzyworks .step-card h5 {
  	font-family: Poppins;
	font-weight: 700;
	font-size: 18px;
	line-height: 30.06px;
	letter-spacing: -0.56px;
	text-align: left;
	vertical-align: middle;
	color: #050316;
	margin: 5px 0px 5px 52px;
}

#block-b5subtheme-howpayzyworks .step-cards {
	max-width: 987px;
  	margin: 89px auto 0;
	background: url('../img/howpayzyworks-bg.png');
	background-position: 0px bottom;
	height: 670px;
	padding: 0px 92px;
}

#block-b5subtheme-howpayzyworks .step-icon {
    width: 100px;
  	height: 75px;
    margin: 40px auto 15px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 28px;
    background: #26A5FE26;
	border: 2px solid #26A5FE;
	border-radius: 15.03px;
}

#block-b5subtheme-howpayzyworks .badge-number {
	font-family: Quicksand;
	font-weight: 700;
	font-style: Bold;
	font-size: 40px;
	line-height: 50px;
	text-align: center;
	background: linear-gradient(93.83deg, #0073FF 0%, #00E6D2 100%);
	box-shadow: 0px 4px 4px 0px #0000001A;
	width: 93px;
	height: 93px;
	display: flex;
	align-items: center;
	position: absolute;
	top: -28px;
	left: -34px;
	color: #fff;
	justify-content: center;
}

#block-b5subtheme-thoughtfulpurchases .container {
	padding: 80px 15px;
}

#block-b5subtheme-thoughtfulpurchases .step-cards {
	gap: 35px;
}


#block-b5subtheme-thoughtfulpurchases .step-card-wrap {
	width: 23%;
  	box-shadow: 0px 9.45px 14.17px -2.83px #0000001A;
	border-radius: 15.12px;
	background: #FFFFFF;
}

#block-b5subtheme-thoughtfulpurchases .step-card-wrap:hover {
    transform: translateY(-5px);
}


#block-b5subtheme-thoughtfulpurchases .feature-icon {
    width: 52.91px;
  	height: 52.91px;
  	border-radius: 11.34px;
  	background: #26A5FE26;
  	text-align: center;
    display: flex;
	align-items: center;
  justify-content: center;
}

#block-b5subtheme-thoughtfulpurchases .card-title {
	font-size: 18px;
	line-height: 26.46px;
	letter-spacing: -0.47px;
	vertical-align: middle;
}

#block-b5subtheme-thoughtfulpurchases .card-text {
	font-family: Poppins;
	font-weight: 400;
	font-size: 16px;
	line-height: 22.68px;
	letter-spacing: 0%;
	vertical-align: middle;
	color: #4B5563;
	height: 65px;
}

#block-b5subtheme-thoughtfulpurchases .sub-heading {
	font-family: Poppins;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0%;
	text-align: center;
	vertical-align: middle;
	color: #4B5563;
	margin-top: 20px;
}

#block-b5subtheme-thoughtfulpurchases .dload-android-btn {
	height: 40px;
}

#block-b5subtheme-thoughtfulpurchases .dload-android-iphone {
	height: 40px;
}

.smart-shoppers {
	margin-top: 64px;
}

.smart-shoppers-title {
	font-family: Quicksand;
	font-weight: 700;
	font-size: 30px;
	line-height: 32px;
	letter-spacing: -0.6px;
	text-align: center;
	vertical-align: middle;
    color: #050316;
}

.smart-shoppers-description {
	font-family: Poppins;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0%;
	text-align: center;
	vertical-align: middle;
 	color: #4B5563;
	margin: 16.5px auto 31.5px;
}

.smart-shoppers .btn-gradient {
	background: linear-gradient(90deg, #26A5FE 78.85%, #37F4A9 100%);
	box-shadow: 0px 4px 6px -4px #0000001A;
	box-shadow: 0px 10px 15px -3px #0000001A;
	font-family: Poppins;
	font-weight: 500;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0%;
	text-align: center;
	vertical-align: middle;
    color: #fff;
	width: 247.44px;
    transition: background 0.8s ease;
	height: 40px;
	border: none;
}

.smart-shoppers .btn-gradient:hover {
 	background: linear-gradient(270deg, #26A5FE 75.96%, #37F4A9 100%);
}

.app-store-buttons .dload-app-store {
	background: linear-gradient(90deg, #26A5FE 78.85%, #37F4A9 100%);
	box-shadow: 0px 4px 6px -4px #0000001A;
	box-shadow: 0px 10px 15px -3px #0000001A;
	font-family: Poppins;
	font-weight: 500;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0%;
	text-align: center;
	vertical-align: middle;
    color: #fff;
	width: 303.72px;
    transition: background 0.8s ease;
	position: relative;
	height: 40px;
	border: none;
}

.app-store-buttons .dload-app-store:hover {
 	background: linear-gradient(270deg, #26A5FE 75.96%, #37F4A9 100%);
}

.app-store-buttons .dload-app-store:before {
	content: '';
 	width: 16px;
  	height: 16px;
  	background: url('../img/icon-apple.png');
  	display: inline-block;
  	margin-right: 2px;
  	vertical-align: middle;
  	background-size: cover;
	position: relative;
	left: -12px;
}

.app-store-buttons .dload-google-play {
	width: 242px;
    height: 40px;
    position: relative;
	font-family: Poppins;
	font-weight: 500;
	font-style: Medium;
	font-size: 16px;
	letter-spacing: 0%;
	text-align: center;
	vertical-align: middle;
}

.app-store-buttons .dload-google-play:before {
	content: '';
 	width: 9.6px;
  	height: 12px;
  	background: url('../img/btn-icon-right.png');
  	display: inline-block;
  	margin-right: 2px;
  	vertical-align: middle;
  	background-size: cover;
	position: relative;
	left: -12px;
}

#block-b5subtheme-getthepayzyapp h6 {
	font-family: Poppins;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -0.4px;
	vertical-align: middle;
	color: #050316;
}
#block-b5subtheme-getthepayzyapp small {
	font-family: Poppins;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	vertical-align: middle;
	color: #4B5563;
}

#block-b5subtheme-getthepayzyapp .rounded-circle {
	width: 48px;
	height: 48px;
	background: #26A5FE26;
	font-family: Inter;
	font-weight: 700;
	font-style: Bold;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0%;
	vertical-align: middle;
	color: #26A5FE;
	flex: 0 0 48px;
}

#block-b5subtheme-getthepayzyapp .heading {
	font-family: Quicksand;
	font-weight: 700;
	font-size: 50px;
	line-height: 40px;
	letter-spacing: -0.9px;
	vertical-align: middle;
	color: #050316;
}

#block-b5subtheme-getthepayzyapp .sub-heading {
	font-family: Poppins;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0%;
	vertical-align: middle;
	color: #4B5563;
}

#block-b5subtheme-getthepayzyapp .dload-payzy {
  	height:112px;
}

#block-b5subtheme-getthepayzyapp .dload-payzy img {
  	margin-right: 15px;
}
#block-b5subtheme-getthepayzyapp .dload-payzy a {
  	text-decoration: none;
}
#block-b5subtheme-getthepayzyapp .dload-payzy span.small {
	font-family: Poppins;
	font-weight: 600;
	font-size: 18px;
	line-height: 30px;
	vertical-align: middle; 	
    color: #000;
}
#block-b5subtheme-getthepayzyapp .dload-payzy span.strong {
  	font-family: Poppins;
	font-weight: 600;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 0%;
	vertical-align: middle;
    color: #000;
}

#block-b5subtheme-growyourbusiness .grow-biz-icon {
  	background: #26A5FE26;
	width: 61.41px;
	height: 61.41px;
	border-radius: 11.51px;
  	text-align: center;
  	display: flex;
  	align-items: center;
  	justify-content: center;
}

#block-b5subtheme-growyourbusiness .card-col {
	width: 27%;
}

#block-b5subtheme-growyourbusiness .card-col:hover {
	transform: translateY(-5px);
}

#block-b5subtheme-growyourbusiness .stats {
	margin-top: 75px;
}

#block-b5subtheme-growyourbusiness .stats p{
	font-family: Poppins;
	font-weight: 400;
	font-style: Regular;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	vertical-align: middle;
	color: #4B5563;
}

#block-b5subtheme-growyourbusiness .stats h5{
	font-family: Inter;
	font-weight: 700;
	font-size: 40px;
	line-height: 40px;
	text-align: center;
	vertical-align: middle;
	color: #26A5FE;
}

#block-b5subtheme-growyourbusiness .card-row {
	flex-wrap: wrap;
	gap: 50px;
	margin: 0 auto;
	justify-content: center;
}

#block-b5subtheme-growyourbusiness .card-body h4{
	font-family: Poppins;
	font-weight: 600;
	font-size: 18px;
	line-height: 30.7px;
	letter-spacing: -0.58px;
	vertical-align: middle;
	color: #050316;
}

#block-b5subtheme-growyourbusiness .heading {
	font-family: Quicksand;
	font-weight: 700;
	font-size: 40px;
	line-height: 40px;
	letter-spacing: -0.9px;
	text-align: center;
	vertical-align: middle;
	color: #050316;
}

#block-b5subtheme-growyourbusiness .sub-heading {
	font-family: Poppins;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0%;
	text-align: center;
	vertical-align: middle;
	color: #4B5563;
	max-width: 635px;
  	margin: 16px auto 64px;
}

#block-b5subtheme-growyourbusiness .card-body p{
	font-family: Poppins;
	font-weight: 400;
	font-style: Regular;
	line-height: 26.87px;
	letter-spacing: 0%;
	vertical-align: middle;
	color: #4B5563;
}

#block-b5subtheme-growyourbusiness .card{
	box-shadow: 0px 3.84px 5.76px -3.84px #0000001A;
	box-shadow: 0px 9.6px 14.39px -2.88px #0000001A;
	background: #FFFFFF;
}

#block-b5subtheme-letstalkbusiness .talk-business-box {
	background: linear-gradient(113.06deg, #26A5FE 62.5%, #00ECC1 100%);
    border-radius: 24px;
    overflow: hidden;
}
#block-b5subtheme-letstalkbusiness .talk-business-box ul {
	padding-left: 16px;
}

#block-b5subtheme-letstalkbusiness .talk-business-box ul li::marker{
	color: #00ECC1;
    font-size: 18px;
}
#block-b5subtheme-letstalkbusiness .talk-business-box ul li{
	font-family: Poppins;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	padding-left: 17px;
}
#block-b5subtheme-letstalkbusiness .talk-business-box p {
	font-family: Poppins;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0%;
	color: #FFFFFFE5;
}

#block-b5subtheme-letstalkbusiness .get-started-btn {
	width: 268.92px;
	border-radius: 12px;
	box-shadow: 0px 4px 6px -4px #0000001A;
	box-shadow: 0px 10px 15px -3px #0000001A;
    font-size: 16px;
	background: #fff;
	color: #26A5FE;
	height: 40px;
  padding: 0 20px;
}
#block-b5subtheme-letstalkbusiness .get-started-btn:hover {
	background: #26A5FE;
	color: #ffffff;
	border-color: #26A5FE;
}

#block-b5subtheme-letstalkbusiness .get-started-btn:after {
	content: '';
  	width: 18px;
  	height: 18px;
 	background: url('../img/btn-arrow-right.png');
  	display: inline-block;
  	margin-left: 30px;
	vertical-align: middle;
}

#block-b5subtheme-letstalkbusiness .merchant-dashboard-box {
	border-radius: 16px;
	background: #FFFFFF1A;
	backdrop-filter: blur(4px);
	height: 408px;
}

#block-b5subtheme-letstalkbusiness .merchant-dashboard-box .card{
	height: 92px;
	border-radius: 12px;
	background: #FFFFFF33;
	margin-bottom: 12px;
  	padding: 15px;
	border:none;
    color: #fff;
}

#block-b5subtheme-letstalkbusiness .merchant-dashboard-box h5 {
	font-family: Quicksand;
	font-weight: 700;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: -0.5px;
	vertical-align: middle;
}

#block-b5subtheme-letstalkbusiness .merchant-dashboard-box h5:before {
 	content: '';
  	width: 18px;
  	height: 18px;
 	background: url('../img/icon-merchant-dashboard.png');
  	display: inline-block;
  	margin-right: 11px;
	vertical-align: middle;
}

#block-b5subtheme-letstalkbusiness .merchant-dashboard-box .title {
	font-family: Poppins;
	font-weight: 400;
	font-style: Regular;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0%;
	vertical-align: middle;
}

#block-b5subtheme-letstalkbusiness .merchant-dashboard-box .amount {
	font-family: Poppins;
	font-weight: 700;
	font-style: Bold;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 0%;
}

#block-b5subtheme-letstalkbusiness .merchant-dashboard-box .percentage {
	font-family: Poppins;
	font-weight: 700;
	font-style: Bold;
	font-size: 18px;
	line-height: 32px;
	letter-spacing: 0%;
}

#faq .block-block-contentab939709-8cec-4d0f-ac15-7986a91aebef .container{
	padding-top: 90px;
}

#block-b5subtheme-faqs .btn-got-questions {
	background: #26A5FE26;
	border: 1px solid #26A5FE;
	font-family: Inter;
	font-weight: 400;
	font-style: Bold;
	font-size: 14px;
	text-align: center;
	width: auto;
    color: #26A5FE;
	margin: 96px auto 24px;
	cursor: unset;
}

#block-b5subtheme-faqs .faq-heading {
	font-family: Quicksand;
	font-weight: 700;
	font-size: 50px;
	line-height: 48px;
	letter-spacing: -1.2px;
	text-align: center;
	color: #050316;
	margin-bottom: 24px;
}

#faq.faq-main #block-b5subtheme-faqs .faq-heading {
	max-width: 896px;
	text-align: left;
	margin: 0 auto;
	font-family: Quicksand;
	font-style: Bold;
	font-size: 30px;
}



#block-b5subtheme-faqs .faq-description {
	font-family: Poppins;
	font-weight: 400;
	font-style: Regular;
	line-height: 28px;
	text-align: center;
	color: #4B5563;
	margin-bottom: 60px;
}

#block-b5subtheme-faqs .still-have-question-box {
	width: 672px;
	height: 218px;
	background: #FFFFFF;
	border: 1px solid #F3F4F6;
	box-shadow: 0px 4px 6px -4px #0000001A;
	box-shadow: 0px 10px 15px -3px #0000001A;
    border-radius: 16px;
 	margin: 64px auto;
	max-width: 100%;
}

#block-b5subtheme-faqs .still-have-question-box h3{
	font-family: Poppins;
	font-weight: 700;
	font-style: Bold;
	font-size: 18px;
	line-height: 32px;
	letter-spacing: -0.6px;
	text-align: center;
	color: #050316;
}

#block-b5subtheme-faqs .still-have-question-box p{
	font-family: Poppins;
	font-weight: 400;
	line-height: 28px;
	text-align: center;
	color: #4B5563;
}

#block-b5subtheme-faqs .still-have-question-box .btn-email{
	height: 52px;
	background: #26A5FE;
	box-shadow: 0px 4px 6px -4px #0000001A;
	box-shadow: 0px 10px 15px -3px #0000001A;
	font-family: Poppins;
	font-weight: 500;
	font-size: 16px;
	line-height: 33px;
	letter-spacing: 0%;
	text-align: center;
    color: #fff;
	border: 2px solid #26A5FE;
   	padding: 0 22px;
}
#block-b5subtheme-faqs .still-have-question-box .btn-email:hover {
	color: #26A5FE;
	background: #fff;
}

#block-b5subtheme-faqs .still-have-question-box .btn-callus{
	height: 52px;
	border: 2px solid #26A5FE;
	font-family: Poppins;
	font-weight: 700;
	font-style: Bold;
	font-size: 16px;
	text-align: center;
    color: #26A5FE;
    line-height: 33px;
}

#block-b5subtheme-faqs .still-have-question-box .btn-callus:hover {
	background: #26A5FE;
	color: #fff;
}

#faq .container {
	padding: 30px 20px;
}

#faq .page-title {
	font-family: Quicksand;
	font-weight: 700;
	font-size: 40px;
	margin: 60px 0 65px;
}

#faqAccordion {
	width: 896px;
  	margin: auto;
	max-width: 100%;
}

#faqAccordion h2 span {
	font-family: Poppins;
	font-weight: 700;
	font-style: Bold;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: -0.5px;
	color: #050316;
}
#faqAccordion .accordion-body {
	font-family: Poppins;
	font-weight: 400;
	font-style: Regular;
	line-height: 28px;
	letter-spacing: 0%;
	vertical-align: middle;
	color: #4B5563;
	padding: 0 10px;
}

#faqAccordion .accordion-button:after {
  content: '+' ;
  font-size: 1.2em;
  transition: transform 0.2s;
  background: #26A5FE26;
  border-radius: 50%;
  height: 32px;
  width: 32px;
  line-height: 30px;
  text-align: center;
  color: #26A5FE;
}

#faqAccordion .accordion-button:not(.collapsed)::after {
  content: '–';
  background: #26A5FE;
  height: 32px;
  width: 32px;
  color: #fff;
}

#faqAccordion .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
  color: #fff;
}

#faqAccordion .accordion-button:focus {
  
  box-shadow: none;
}

#faqAccordion .accordion-item {
	box-shadow: 0px 1px 2px 0px #0000000D;
	border: 1px solid #F3F4F6;
	border-radius: 16px;
	overflow: hidden;
  	padding: 12px 0;
  	margin: 13px auto;
}

#block-b5subtheme-startshopping .join-smart-shoppers {
	height: 46px;
	background: #FFFFFF33;
	border: 1px solid #FFFFFF4D;
	box-shadow: 0px 4px 6px -4px #0000001A;
	backdrop-filter: blur(4px);
	font-family: Poppins;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0%;
	text-align: center;
	vertical-align: middle;
}

#block-b5subtheme-startshopping .join-smart-shoppers:before {
 	content: '';
  	width: 20px;
  	height: 20px;
 	background: url('../img/icon-star-shopper.png');
  	display: inline-block;
  	margin-right: 11px;
	vertical-align: middle;
}

#block-b5subtheme-startshopping .apply-now-btn {
	height: 44px;
	box-shadow: 0px 25px 50px -12px #00000040;
	font-family: Poppins;
	font-weight: 500;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
	color: #26A5FE;
	border: 2px solid #fff;
	background: #fff;
	padding: 0 46px;
}

#block-b5subtheme-startshopping .apply-now-btn:hover {
	color: #fff;
	background: transparent;
	border-color:  #fff;
}

#block-b5subtheme-startshopping .download-mobile-btn {
	height: 44px;
	backdrop-filter: blur(4px);
	border: 2px solid #FFFFFF;
	background: #FFFFFF1A;
	color: #fff;
	font-family: Poppins;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
	padding: 0 40px;
}

#block-b5subtheme-startshopping .download-mobile-btn:hover {
	border-color:  #26A5FE;
	background: #fff;
	color: #26A5FE;
}
#block-b5subtheme-startshopping .card-boxes, #block-b5subtheme-startshopping .card-boxes-footer {
	width: 70%;
}

#block-b5subtheme-startshopping .card-box .card {
	height: 70px;
	background: #FFFFFF1A;
	border: 1px solid #FFFFFF33;
	height: 70px;
	border-radius: 16px;
	padding: 14px;
}

#block-b5subtheme-startshopping .card-box .card h5 {
	font-family: Poppins;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0%;
	text-align: center;
	vertical-align: middle;
    color: #fff;
	margin-bottom:0px;
}

#block-b5subtheme-startshopping .card-box .card p {
	font-family: Poppins;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	vertical-align: middle;
}

#block-b5subtheme-startshopping .start-journey-text {
	font-family: Quicksand;
	font-weight: 700;
	font-size: 30px;
	line-height: 32px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
}

#download-payzy-app .content-wrap {
	background: linear-gradient(102.29deg, #26A5FE -3.09%, #00ECC1 102.66%);
	width: 1159px;
	border-radius: 20px;
	overflow: hidden;
	margin: 100px auto;
}

#download-payzy-app .content-wrap .left-box {
	padding: 45px 10px 45px 45px;
}

#download-payzy-app .content-wrap .left-box .heading {
	font-family: Quicksand;
	font-weight: 700;
	font-size: 40px;
	line-height: 50px;
	color: #FFFFFF;
	max-width: 300px;
  	margin-bottom: 30px;
}

#download-payzy-app .content-wrap .left-box .sub-heading {
	font-family: Poppins;
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
	margin: 0;
}

#download-payzy-app .get-app-btn {
	font-family: Quicksand;
	font-weight: 700;
	font-size: 30px;
	width: 302px;
	height: 99px;
	border-radius: 15px;
  	background: #fff;
    background-image: none;
    background-origin: padding-box;
    background-clip: border-box;
	border: 2px solid transparent;
	background-image: linear-gradient(#fff, #fff), linear-gradient(289.39deg, #37F4A9, #26A5FE);
	background-origin: border-box;
	background-clip: padding-box, border-box;
	box-shadow: 0 2px 6px rgba(0,0,0,0.08);
	padding: 13px;
	text-decoration: none;
	color: #000;
	margin-top: 30px;
}

#grow-your-business {
	background: #F1F5FE;
  	padding: 28px 10px 23px;
}

#grow-your-business .heading {
	font-family: Quicksand;
	font-weight: 700;
	font-size: 40px;
	line-height: 50px;
	color: #050316;
}

#grow-your-business .sub-heading {
	font-family: Poppins;
	font-weight: 400;
	font-size: 18px;
	color: #4B5563;
}

#grow-your-business .step {
	width: 298px;
	padding-top: 30px;
  	padding-left: 30px;
}

#grow-your-business .step .feature-card {
	width: 298px;
	height: 309px;
	border-radius: 20px;
	background: #FFFFFF;
	box-shadow: 0px 4px 4px 0px #0000001A;
}

#grow-your-business .step .feature-card .icon-circle {
	width: 71px;
	height: 71px;
	background: linear-gradient(143.99deg, #26A5FE 14.21%, #00ECC1 86.07%);
	box-shadow: 0px 4px 4px 0px #0000001A;
	align-content: center;
	position: absolute;
	top: 0;
	left: 0;
}

#grow-your-business .owl-carousel .owl-item img {
  display: block;
  width: auto;
  margin: 0 auto;
}

#grow-your-business .step .step-content {
	padding: 64px 29px;
}

#grow-your-business .step-title {
	font-family: Poppins;
	font-weight: 600;
	font-size: 18px;
	color: #050316;
	margin-bottom: 30px;
}

#grow-your-business .step-desc {
	font-family: Poppins;
	font-weight: 400;
	font-size: 18px;
	color: #4B5563;
}

#grow-your-business .steps-prev {
	background: url('../img/arrow-left-blue.png');
	width: 27px;
	height: 18px;
	text-indent: -47px;
	border: none;
	overflow: hidden;
	margin: 5px 20px;
}

#grow-your-business .steps-next {
	background: url('../img/arrow-right-blue.png');
	width: 27px;
	height: 18px;
	text-indent: -47px;
	border: none;
	overflow: hidden;
	margin: 5px 20px;
}

#grow-your-business .prev-next-btns {
	margin-top: 20px;
}

#grow-your-business .left-box {
	width: 405px;
  	margin-left: 239px;
}

#grow-your-business .right-box {
	width: 65%;
  	padding: 0;
}

#how-pazy-works-business h2.heading{
	font-family: Quicksand;
	font-weight: 700;
	font-size: 50px;
	color: #26A5FE;
}

#how-pazy-works-business p.sub-heading{
	font-family: Poppins;
	font-weight: 400;
	font-size: 18px;
	color: #000000;
}

#how-pazy-works-business .hero-bg {
	background-position: top;
	background-repeat: no-repeat;
	padding-bottom: 30px;
	max-width: 1159px;
  	margin: 0 auto;
	height: 497px;
	padding-top: 80px;
}

#how-pazy-works-business .heading-wrap {
	margin-bottom: 87px;
}

#how-pazy-works-business .step-box {
	width: 352px;
	background: #fff;
	border-image-slice: 1; /* required so gradient is applied */
	box-shadow: 0px 4px 4px 0px #0000001A;
	border-radius: 15px;
	background-image: linear-gradient(#fff, #fff), linear-gradient(289.39deg, #37F4A9, #26A5FE);
	background-origin: border-box;
	background-clip: padding-box, border-box;
	border: 1px solid transparent;
  	padding: 10px 9px 10px 15px;
}

#how-pazy-works-business .step-icon {
	margin-right: 10px;
	align-content: center;
}

#how-pazy-works-business .step-title {
	font-family: Poppins;
	font-weight: 600;
	font-size: 18px;
	color: #000000;
	margin-bottom: 4px;
}

#how-pazy-works-business .step-desc {
	font-family: Poppins;
	font-weight: 400;
	font-size: 14px;
	color: #000000;
	margin-bottom: 0;
}

#how-pazy-works-business .container {
	margin-top: 147px;
	margin-bottom: 114px;
}


.basic-html p {
	word-wrap: break-word;
}

.is-app .basic-html .container{
	padding: 0px 10px 100px;
}

.basic-html .container{
	padding: 100px 10px;
}

.basic-html .page-title{
	font-family: Quicksand;
	font-weight: 700;
	font-size: 40px;
	margin-bottom: 50px;
}

.basic-html table {
  width: 100%;
  margin: 20px auto;
  border-collapse: collapse; 
  border: 1px solid #333; 
  box-sizing: border-box; 
}

.basic-html table th {
  background-color: #4CAF50; 
  color: white;
  padding: 10px;
  text-align: left;
  border: 1px solid #333; 
}

.basic-html table td {
  padding: 8px;
  text-align: left;
  border: 1px solid #333; 
}


#user-login-form {
	max-width: 500px;
  	margin: 100px auto;
}

#user-login-form #edit-name--description {
	color: #ccc;
  	font-style: italic;	
}

#user-login-form #edit-submit {
	padding: 8px 30px;
	border-radius: 50px;
	background: #26a5fe;
	border: none;
}