 body {
     font-family: 'Roboto', sans-serif;
     font-size: 16px;
     line-height: 26px;
     text-align: left;
     color: #7B6E91;
     background: #F7F5FB;
     margin: 0px;
     padding: 0px;
     overflow-x: hidden;
 }

 * {
     margin: 0px;
     padding: 0px;
 }

 .container,
 .container-fluid,
 .container-lg,
 .container-md,
 .container-sm,
 .container-xl {
     --bs-gutter-x: 0;
     --bs-gutter-y: 0;
     overflow: hidden;
 }


 .container-xxl {
     max-width: 1440px;
     --bs-gutter-x: 0;
     --bs-gutter-y: 0;

 }

 .not-underline {
     text-decoration: none;
 }

 html,
 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
     font-family: 'Roboto', sans-serif;
 }

 h1 {
     font-size: 36px
 }

 h2 {
     font-size: 30px
 }

 h3 {
     font-size: 24px
 }

 h4 {
     font-size: 20px
 }

 h5 {
     font-size: 18px
 }

 h6 {
     font-size: 16px
 }

 .topmenu {
     background: #fff;
     width: 95%;
     max-width: 1640px;
     border-radius: 60px;
     height: 80px;
     box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);
     -webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);
     margin: 40px auto;
     position: fixed;
     z-index: 999;
 }

.topmenu .logo img {
    max-width: 180px;
    margin-top: 5px;
    margin-left: 5px;
}

  

 .w-100 {
     width: 100%;
 }

 .w-90 {
     width: 90%;
 }

 .w-85 {
     width: 85%;
 }

 .w-80 {
     width: 80%;
 }

 .w-75 {
     width: 75%;
 }

 .w-70 {
     width: 70%;
 }

 .w-60 {
     width: 60%;
 }

 .w-50 {
     width: 50%;
 }

 .w-40 {
     width: 40%;
 }

 .w-30 {
     width: 30%;
 }

 .w-20 {
     width: 20%;
 }

 .w-10 {
     width: 10%;
 }

 .topmenu .nav-item {
     margin: 0px 15px;
 }

 .topmenu .nav-item:last-child {
    margin-right: 0px;
 }

 .topmenu .nav-item a {
     font-size: 25px;
     font-weight: 700;
     color: #474747;
     line-height: 35px;
     padding-bottom: 15px;
 }

 .topmenu .nav-item a.active {
     font-size: 25px;
     font-weight: 700;
     color: #EF6000;
     line-height: 35px;
     border-bottom: #EF6000 solid 6px;
 }

 .topmenu .nav-item a:hover {
     color: #EF6000;
 }

 .topmenu .nav-item ul.dropdown-menu.show li a {
     font-size: 20px;
     font-weight: 500;

 }

 .dropdown:hover>.dropdown-menu {
     display: block;
     font-size: 20px;
     font-weight: 700;
     color: #474747;
 }

 .topmenu .nav-item ul.dropdown-menu li a {
     font-size: 16px !important;
     font-weight: 500;
     color: #474747;
     line-height: 28px;
     text-transform: capitalize;
 }

 .topmenu .nav-item ul.dropdown-menu li a:hover {
     color: #EF6000;
 }

 .topmenu .nav-item ul.dropdown-menu li a.dropdown-item:active {
     background: inherit;
 }

 .topmenu .nav-item ul.dropdown-menu li a.active {
     font-size: 25px;
     font-weight: 700;
     color: #EF6000;
 }

 .topmenu .register {
     float: right;
     /* display: flex; */
 }

 .box .login {
    background: rgb(255, 170, 112);
    background: linear-gradient(177deg, rgba(255, 170, 112, 1) 0%, rgba(239, 96, 0, 1) 100%);
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 5px 15px;
    border-radius: 36px;
    width: 160px;
    height: 42px;
    line-height: 34px;
    display: inline-block;
    margin-top: 0;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    padding: 3px 10px;
}

 .box .login a {
     color: #fff;
     text-decoration: none;
 }
 .topmenu .register .login {
     font-size: 18px;
     font-weight: 700;
     text-align: center;
     padding: 5px 10px;
     color: #000;
     line-height: 45px;
     margin: 0px 20px;
 }

 .topmenu .register .login a {
     color: #000;
     text-decoration: none;
 }

 .topmenu .register .signup {
     font-size: 18px;
     font-weight: 700;
     text-align: center;
     padding: 0px;
     color: #000;
 }

 .topmenu .register .signup a {
     background: rgb(255, 170, 112);
     background: linear-gradient(177deg, rgba(255, 170, 112, 1) 0%, rgba(239, 96, 0, 1) 100%);
     color: #fff;
     text-decoration: none;
     text-align: center;
     padding: 5px 15px;
     border-radius: 36px;
     width: 140px;
     height: 62px;
     line-height: 51px;
     display: block;
     margin-top: -4%;
 }

 .topmenu .register .downloadapp {
     font-size: 18px;
     text-align: center;
     padding: 0px;
     color: #000;
     position: relative;
 }

 .topmenu .register .downloadapp a {
     background: rgb(255, 170, 112);
     background: linear-gradient(177deg, rgba(255, 170, 112, 1) 0%, rgba(239, 96, 0, 1) 100%);
     color: #fff;
     text-decoration: none;
     text-align: center;
     padding: 10px 18px;
     border-radius: 36px;
     width: 200px;
     height: 62px;
     line-height: 46px;
     display: block;
     margin-top: -4%;
     cursor: pointer;
 }


 .topmenu .register .downloadapp a img {
     margin-top: -2px;
 }

 .home-banner {
     min-height: 700px;
     margin: 10% auto 30px;
     position: relative;
     z-index: -9;
 }

 .banner-text {
     text-align: center;
     margin: auto;
 }

 .banner-text h1 {
     text-align: center;
     font-size: 55px;
     font-weight: 700;
     margin: 50px auto 10px;
    /* background: #263470;
background: linear-gradient(90deg, rgba(38, 52, 112, 1) 0%, rgba(239, 96, 0, 1) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent; */
 }

 .banner-text h2 {
     text-align: center;
     font-size: 30px;
     color: #EF6000;
     font-weight: 500;
     margin: 5px auto 2dvh;
 }
 
 .banner-text p {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    width: 35%;
    margin: 0px auto 20px;
    color: #1A043F;
 }

 .banner-text img {
     margin: 5px auto;
     text-align: center;
 }

 .mobile-customer {
     position: absolute;
     left: 11.5%;
     top: 12%;
 }

 .mobile-merchant {
     position: absolute;
     right: 10.5%;
     top: 12%;
     z-index: -1;
 }

 .customer-text {
     position: relative;
     border-radius: 30px;
     width: 550px;
     height: 330px;
     background: rgba(71, 71, 71, 0.6);
     /* translucent white */
     backdrop-filter: blur(10px);
     border: 1px solid rgba(255, 255, 255, 0.2);
     padding: 30px 35px;
     bottom: -150px;
     left: 4%;
     font-weight: 700;
 }

 .customer-text h2 {
     font-size: 30px;
     line-height: 45px;
     color: #fff;
     text-align: center;
 }

  .customer-text p {
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
  }

 .customer-text .button-signup {
     background: rgb(255, 170, 112);
     background: linear-gradient(177deg, rgba(255, 170, 112, 1) 0%, rgba(239, 96, 0, 1) 100%);
     color: #fff;
     text-decoration: none;
     text-align: center;
     padding: 0px 10px;
     border-radius: 36px;
     width: 210px;
     line-height: 42px;
     /* float: left; */
     font-size: 15px;
     margin: 20px 0px 0px;
     cursor: pointer;
     display: inline-block;
 }

 .customer-text .button-learnmore {
     background: #fff;
     color: #474747;
     text-decoration: none;
     text-align: center;
     padding: 0px 10px;
     border-radius: 36px;
     width: 140px;
     line-height: 42px;
     font-size: 15px;
     margin: 20px 10px 0px;
     /* float: left; */
     cursor: pointer;
     display: inline-block;
 }


 .merchant-text {
     position: relative;
     border-radius: 30px;
     width: 550px;
     height: 330px;
     background: rgba(71, 71, 71, 0.6);
     /* translucent white */
     backdrop-filter: blur(10px);
     border: 1px solid rgba(255, 255, 255, 0.2);
     padding: 30px 35px;
     bottom: -150px;
     right: -15%;
     font-weight: 700;
 }

 .merchant-text h2 {
     font-size: 30px;
     line-height: 45px;
     color: #fff;
     text-align: center;
 }

   .merchant-text p {
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
  }

 .merchant-text .button-signup {
     background: rgb(255, 170, 112);
     background: linear-gradient(177deg, rgba(255, 170, 112, 1) 0%, rgba(239, 96, 0, 1) 100%);
     color: #fff;
     text-decoration: none;
     text-align: center;
     padding: 0px 10px;
     border-radius: 36px;
     width: 210px;
     line-height: 42px;
     /* float: left; */
     font-size: 15px;
     margin: 20px 0px 0px;
     cursor: pointer;
        display: inline-block;
 }

 .merchant-text .button-learnmore {
     background: #fff;
     color: #474747;
     text-decoration: none;
     text-align: center;
     padding: 0px 10px;
     border-radius: 36px;
     width: 140px;
     line-height: 42px;
     font-size: 15px;
     margin: 20px 10px 0px;
     /* float: left; */
     cursor: pointer;
        display: inline-block;
 }

 .section-blue {
     background: #1A043F;
     display: block;
     min-height: 700px;
     line-height: 0px;
 }

 .section-blue-content {
     font-size: 20px;
     line-height: 35px;
     color: #fff;
     padding: 0px 150px 0px 0px;
 }

 .section-blue-content h3 {
     font-size: 35px;
     line-height: 1.5;
     margin-top: 0px;
     padding-left: 60px;
     padding-bottom: 30px;
 }

 .section-blue-content p {
     padding-right: 30px;
     padding-bottom: 30px;
     padding-left: 60px;
     font-size: 20px;
     color: #BAB4C5;
 }

 .section-regulatory {
     background: url(../svg-annimation/Compliance.svg) no-repeat center top #F7F5FB;
     min-height: 950px;
     position: relative;
     background-size: cover;
 }

 .section-regulatory-content {
     position: absolute;
     top: 200px;
     left: 90px;
     font-size: 20px;
     color: #1A043F;
 }

 .section-regulatory-content h3 {
     color: #1A043F;
     font-size: 30px;
     margin-bottom: 30px;
 }

 .section-regulatory-content p {
     font-size: 20px;
     color: #7D7D7D;
     line-height: 30px;
     padding-right: 0px;
 }

 .section-blue-secound {
     background: #1A043F;
     display: block;
     min-height: 700px;
 }

 .section-blue-secound-text {
     margin: 0px auto 0px;
     padding: 60px 20px;
 }

 .section-blue-secound-text .col-3 {
     margin: 130px auto -150px;
 }

 .section-blue-secound-text h3 {
     font-size: 30px;
     margin-bottom: 30px;
     text-align: center;
     color: #fff;
 }

 .section-blue-secound-text p {
     font-size: 20px;
     color: #BAB4C5;
     line-height: 30px;
     text-align: center;
     padding: 0px 20px 0px;
 }

 .Insights-image-1 {
     text-align: right;
     margin-right: 0px;
     padding-right: 0px;
     line-height: 0px;
 }

 .Insights-image-2 {
     margin: auto;
     text-align: center;
 }

 .section-our-services {
     background: #F7F5FB;
     min-height: 750px;
     padding: 5% 5% 2.5%;
 }

 .section-our-services .phone_img-1 {
     float: left;
     margin-top: 10px;
     margin-left: 10px;
 }

 .section-our-services .phone_img-2 {
     float: left;
     margin-left: -40px;
 }

 .section-our-services .our-services-content h3 {
     font-size: 30px;
     margin-bottom: 30px;
     text-align: left;
     color: #1A043F;
 }

 .section-our-services .our-services-content p {
     font-size: 20px;
     color: #7D7D7D;
     line-height: 30px;
     text-align: left;
     padding: 0px 0px 30px;
     margin: 0px 0px 0px;
 }

 .service-list ul {
     margin: 0px 0px 0px 0px;
     padding: 0px;
 }

 .service-list ul li {
     text-align: left;
     padding: 0px 0px 0px 40px;
     margin: 0px;
     border-left: dashed 2px #EF6000;
     list-style: none;
 }

 .service-list ul li::before {
     content: "\2022";
     color: #EF6000;
     font-weight: bold;
     display: block;
     width: 20px;
     margin-left: -0.85em;
     font-size: 60px;
 }

 .service-list ul li:last-child {
     border: none;
 }

 .service-list ul li h4 {
     font-size: 23px;
     color: #1A043F;
     margin-top: -35px;
 }

 .section-instapay-numbers {
     background: #fff;
     text-align: center;
     padding: 5% 5% 5%;
 }

 .section-instapay-numbers .transaction {
     background: #263470;
     border-radius: 30px;
     text-align: left;
     padding: 35px 40px;
 }

 .section-instapay-numbers .payments {
     background: #EF6000;
     border-radius: 30px;
     text-align: left;
     padding: 35px 40px;
 }

 .section-instapay-numbers h3 {
     font-size: 33px;
     margin-bottom: 35px;
     text-align: center;
     color: #1A043F;
     font-weight: 700;
 }

 .section-instapay-numbers h4 {
     font-size: 33px;
     margin-bottom: 20px;
     text-align: left;
     color: #fff;
     font-weight: 700;
     background: url(../images/underline.svg) left bottom no-repeat;
     padding-bottom: 25px;
 }

 .section-instapay-numbers h5 {
     font-size: 23px;
     margin-bottom: 20px;
     text-align: left;
     color: #fff;
     font-weight: 700;
 }

 .section-instapay-numbers p {
     font-size: 22px;
     color: #fff;
     line-height: 30px;
     text-align: left;
     padding: 0px 0% 0px;
     margin: 0px 0px 0px;
 }

 .section-instapay-numbers .col-md-6:last-child p {
     font-size: 22px;
     color: #fff;
     line-height: 30px;
     text-align: left;
     padding: 0px 10% 0px 0px;
     margin: 0px 0px 0px;
 }

 .section-blue-three {
     background: #1A043F;
     display: block;
     min-height: 700px;
 }

 .section-blue-three .marquee-container {
     height: 150px;
     overflow: hidden;
     line-height: 150px;
     font-size: 120px;
     font-weight: 700;
 
     color: #1A043F;
     top: 150px;

     .marquee {
         top: 0;
         left: 100%;
         width: 100%;
         overflow: hidden;
         position: absolute;
         white-space: nowrap;
         animation: marquee 30s linear infinite;
         font-family: 'Roboto';
         font-weight: 700;
         color: #1A043F;
  text-shadow: 
    1px 1px 0 white,
   -1px 1px 0 white,
    1px -1px 0 white,
   -1px -1px 0 white,
    1px 0px 0 white,
   -1px 0px 0 white,
    0px 1px 0 white,
    0px -1px 0 white;
     }
     

     .marquee2 {
         animation-delay: 15s;
     }

 }

 @keyframes marquee {
     0% {
         left: 100%;
     }

     100% {
         left: -100%;
     }
 }

 .section-blue-three-content {
     position: relative;
     z-index: 9;
 }

 .section-blue-three .content-jointoday {
     margin: 28% 0px 0px 10%;
     color: #fff;
 }

 .section-blue-three .content-jointoday h3 {
     font-size: 30px;
     margin-bottom: 30px;
     text-align: left;
     text-transform: uppercase;
 }

 .section-blue-three .content-jointoday p {
     font-size: 20px;
     line-height: 30px;
     text-align: left;
     padding: 0px 35% 30px 0px;
     margin: 0px 0px 0px;
     color: #7D7D7D;
 }

 .section-blue-three-content .joining-links {
     margin: 20px 0px 0px 10%;
 }

 .section-blue-three-content .joining-links .signup-customer a,
 .section-blue-three-content .joining-links .signup-merchant a,
 .section-blue-three-content .joining-links .register-web a {
     text-decoration: none;
     color: #fff;
 }

 .section-blue-three-content .joining-links .signup-customer {
     background: rgb(255, 170, 112);
     background: linear-gradient(177deg, rgba(255, 170, 112, 1) 0%, rgba(239, 96, 0, 1) 100%);
     color: #fff;
     text-decoration: none;
     text-align: center;
     font-size: 16px;
     line-height: 24px;
     font-weight: 700;
     padding: 10px 15px;
     border-radius: 36px;
     width: 240px;
     height: 45px;
     display: block;
     cursor: pointer;
     margin: 0px 10px 0px 0px;
 }


 .section-blue-three-content .joining-links .signup-merchant {
     background: rgb(255, 170, 112);
     background: linear-gradient(177deg, rgba(255, 170, 112, 1) 0%, rgba(239, 96, 0, 1) 100%);
     color: #fff;
     text-decoration: none;
     text-align: center;
     font-size: 16px;
     line-height: 24px;
     font-weight: 700;
     padding: 10px 15px;
     border-radius: 36px;
     width: 240px;
     height: 45px;
     display: block;
     cursor: pointer;
     margin: 0px 10px 0px 0px;

 }


 .section-blue-three-content .joining-links .register-web {
     background: rgb(255, 170, 112);
     background: linear-gradient(177deg, rgba(255, 170, 112, 1) 0%, rgba(239, 96, 0, 1) 100%);
     color: #fff;
     text-decoration: none;
     text-align: center;
     font-size: 16px;
     line-height: 24px;
     font-weight: 700;
     padding: 10px 15px;
     border-radius: 36px;
     width: 200px;
     height: 45px;
     display: block;
     cursor: pointer;
     margin: 0px 0px 0px 0px;
 }

 .section-partners {
     display: block;
     min-height: 300px;
     padding: 6% 5% 2.5%;
     background: #fff;
 }

 .section-partners h5 {
     font-size: 20px;
     margin-bottom: 30px;
     text-align: center;
     color: #474747;
 }

 .partner-slider {
     display: block;
     min-height: 300px;
     padding: 1% 0% 2.5%;
     background: #fff;
 }

 .partner-slider h5 {
     font-size: 20px;
     margin-bottom: 10px;
     text-align: center;
     color: #474747;
     font-weight: 700;
 }

 .partner-slider p {
     font-size: 20px;
     margin-bottom: 30px;
     text-align: center;
     color: #474747;
     font-weight: 400;
 }


 @keyframes scroll {
     0% {
         transform: translateX(0);
     }

     100% {
         transform: translateX(-50%);

     }
 }

 .slider {
     height: 100px;
     margin: auto;
     overflow: hidden;
     position: relative;
     width: auto;
 }

 .slider .slide-track {
     animation: scroll 25s linear infinite;
     display: flex;
     width: calc(180px * 20);
 }

 .slider slide-track .slide {
     height: 79px;
     width: auto;
     margin: 0px 35px;
 }

 .slider .slide img {
     filter: grayscale(100%) opacity(25%);
 }

 .slider .slide img:hover,
 .slider .slide:hover img {
     filter: grayscale(0%) opacity(100%);
     cursor: pointer;
 }


 .footer {
     background: #231837;
     display: block;
     min-height: 500px;
     padding: 5% 5% 2%;
     color: #fff;
 }

 .footer-top {
     border-bottom: solid 1px #6E6E6E;
     padding-bottom: 30px;
 }

 .footer .footer-top h3 {
     font-size: 30px;
     margin-bottom: 30px;
     text-align: left;
     color: #fff;
     font-weight: 700;
 }

 .footer .footer-top p {
     color: #BDBAC3;
 }

 .footer .footer-top a.learn-more {
     background: #fff;
     color: #474747;
     text-decoration: none;
     text-align: center;
     padding: 0px 10px;
     border-radius: 36px;
     width: 180px;
     line-height: 42px;
     font-size: 15px;
     margin: 20px 0px 0px;
     float: right;
 }

 .footer-middle {
     border-bottom: solid 1px #6E6E6E;
     padding: 40px 0px 20px;
 }

 .footer-middle p {
     color: #BAB4C5;
 }

 .footer-middle a .about-company {
     background: rgb(255, 170, 112);
     background: linear-gradient(177deg, rgba(255, 170, 112, 1) 0%, rgba(239, 96, 0, 1) 100%);
     color: #fff;
     text-decoration: none;
     text-align: left;
     padding: 12% 11% 10%;
     border-radius: 40px;
     min-height: 240px;
     border: solid 1px #707070;
 }

 .footer-middle a .about-company h4 {
     font-size: 20px;
     margin-bottom: 20px;
     text-align: left;
     color: #fff;
     font-weight: 700;
     text-decoration: none;
 }

 .footer-middle a .about-company p {
     font-size: 15px;
     line-height: 25px;
     padding-bottom: 0px;
     color: #fff;
     text-decoration: none;
 }

 .footer-middle .social-media {
     margin-top: 30px;
 }



 .footer-middle .social-media ul {
     display: flex;
     position: relative;

 }

 .footer-middle .social-media ul li {
     list-style: none;
     background: #fff;
     border-radius: 50%;
     width: 47px;
     height: 47px;
     margin-right: 15px;
 }

 .footer-middle .social-media ul li a {
     text-align: center;
     line-height: 50px;
     font-size: 30px;
     margin: 0 auto 0px;
     display: block;
     border-radius: 50%;
     position: relative;
     overflow: hidden;
     border: 0px solid #fff;
     z-index: 1;

 }

 .footer-middle .social-media ul li a .icon {
     position: relative;
     color: #231837;
     transition: .5s;
     z-index: 3;
 }


 .fa-x-twitter::before {
     content: "\e61b";
     color: #231837;
 }

 .fa-x-twitter:hover::before {
     content: "\e61b";
     color: #fff;
     position: relative;
     z-index: 999;
 }

 .footer-middle .social-media ul li a:hover .icon {
     color: #fff;
     transform: rotateY(360deg);
 }

 .footer-middle .social-media ul li a:before {
     content: "";
     position: absolute;
     top: 100%;
     left: 0;
     width: 100%;
     height: 100%;
     background: #f00;
     transition: .5s;
     z-index: 2;
 }

 .footer-middle ul li a:hover:before {
     top: 0;
 }

 .footer-middle ul li:nth-child(1) a:before {
     background: #3b5999;
 }

 .footer-middle ul li:nth-child(2) a:before {
     background: #55acee;
 }

 .footer-middle ul li:nth-child(3) a:before {
     background: #d6249f;
     background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
 }

 .footer-middle ul li:nth-child(4) a:before {
     background: #FF0000;
 }

 .footer .footer-middle .quick-links h4 {
     font-size: 20px;
     margin-bottom: 30px;
     text-align: left;
     color: #fff;
     font-weight: 700;
 }

 .footer .footer-middle .useful-links h4 {
     font-size: 20px;
     margin-bottom: 30px;
     text-align: left;
     color: #fff;
     font-weight: 700;
 }

 .footer .footer-middle .quick-links {
     padding-left: 5%;
 }

 .footer .footer-middle .useful-links {
     padding-left: 5%;
 }

 .footer .footer-middle ul {
     margin: 0px;
     padding: 0px;
 }

 .footer .footer-middle ul li {
     list-style: none;
     font-size: 16px;
     font-weight: 400;
     margin-bottom: 20px;
 }

 .footer .footer-middle ul li:last-child {
     margin-bottom: 0px;
 }


 .footer .footer-middle ul li a {
     color: #BDBAC3;
     text-decoration: none;
 }



 .footer-middle .content-jointoday h3 {
     font-size: 30px;
     margin-bottom: 30px;
     text-align: left;
     text-transform: uppercase;
 }

 .footer-middle .content-jointoday p {
     font-size: 20px;
     line-height: 30px;
     text-align: left;
     padding: 0px 35% 30px 0px;
     margin: 0px 0px 0px;
 }

 .footer-middle .joining-links {
     margin: 20px 0px 0px 0%;
 }

 .footer-middle .joining-links .box.arrow-top4::after {
     content: " ";
     position: absolute;
     left: 32.5%;
     top: -14px;
     border-top: none;
     border-right: 15px solid transparent;
     border-left: 15px solid transparent;
     border-bottom: 15px solid #fff;
 }

 .footer-middle .joining-links .box.arrow-top5::after {
     content: " ";
     position: absolute;
     left: 32.5%;
     top: -14px;
     border-top: none;
     border-right: 15px solid transparent;
     border-left: 15px solid transparent;
     border-bottom: 15px solid #fff;
 }

 .footer-middle .joining-links .tab-content4 {
     background: #fff;
     border-radius: 15px;
     width: 340px;
     height: auto;
     margin: -15% 0px 0px -11%;
     padding: 25px 10px 25px;
 }


 .footer-middle .joining-links .tab-content5 {
     background: #fff;
     border-radius: 15px;
     width: 340px;
     height: auto;
     margin: 5% 0px 0px -11%;
     padding: 25px 10px 25px;
 }

 .footer-middle .joining-links .signup-customer a,
 .footer-middle .joining-links .signup-merchant a {
     color: #fff;
     text-decoration: none;
 }

 .footer-middle .joining-links .signup-customer {
     background: rgb(255, 170, 112);
     background: linear-gradient(177deg, rgba(255, 170, 112, 1) 0%, rgba(239, 96, 0, 1) 100%);
     color: #fff;
     text-decoration: none;
     text-align: center;
     font-size: 18px;
     line-height: 24px;
     font-weight: 700;
     padding: 10px 15px;
     border-radius: 36px;
     width: 240px;
     height: 45px;
     display: block;
     cursor: pointer;
     margin: 10px 0px 10px;
 }


 .footer-middle .joining-links .signup-merchant {
     background: rgb(255, 170, 112);
     background: linear-gradient(177deg, rgba(255, 170, 112, 1) 0%, rgba(239, 96, 0, 1) 100%);
     color: #fff;
     text-decoration: none;
     text-align: center;
     font-size: 18px;
     line-height: 24px;
     font-weight: 700;
     padding: 10px 15px;
     border-radius: 36px;
     width: 240px;
     height: 45px;
     display: block;
     cursor: pointer;
     margin: 10px 0px;

 }


 .footer-middle .joining-links .register-web {
     background: rgb(255, 170, 112);
     background: linear-gradient(177deg, rgba(255, 170, 112, 1) 0%, rgba(239, 96, 0, 1) 100%);
     color: #fff;
     text-decoration: none;
     text-align: center;
     font-size: 18px;
     line-height: 24px;
     font-weight: 700;
     padding: 10px 15px;
     border-radius: 36px;
     width: 200px;
     height: 45px;
     display: block;
     cursor: pointer;
     margin: 0px 0px 0px 0px;
 }

 .copyrights {
     padding: 40px 0px 0px;
 }

 .copyrights span {
     font-size: 18px;
 }

 .copyrights a {
     text-decoration: none;
     color: #fff;
 }

 ul.nav.nav-pills {
     width: 100%;
 }

 .tab-content1 {
     background: #fff;
     border-radius: 15px;
     width: 340px;
     height: auto;
     margin: 0% 0px 0px -7%;
     padding: 25px 10px 25px;
     -webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.63);
-moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.63);
box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.63)
 }


 .tab-content2 {
     background: #fff;
     border-radius: 15px;
     width: 340px;
     height: auto;
     margin: 0% 0px 0px 24%;
     padding: 25px 10px 25px;
     -webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.63);
-moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.63);
box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.63)
 }

 .tab-content3 {
     background: #fff;
     border-radius: 15px;
     width: 340px;
     height: auto;
     margin: 0% 0px 0px 43%;
     padding: 25px 10px 25px;
 }

  .tab-content4 {
     background: #fff;
     border-radius: 15px;
     width: 340px;
     height: auto;
     margin: 0% 0px 0px -13%;
     padding: 25px 10px 25px;
          -webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.63);
-moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.63);
box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.63)
 }

 .tab-content>.active {
     padding: 53px 10px 0px;
 }

 .coustomer-banner {
     min-height: 700px;
     margin-top: 12%;
 }

 
 .coustomer-banner .banner-text p {
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    width: auto;
    margin: 0px auto 20px;
    color: #1A043F;
}

 .coustomer-banner .banner-text {
     text-align: left;
     margin: 0% 0px 0px 0px;
     /* width: 40%; */
 }

 

 .coustomer-banner .banner-text h1 {
     text-align: left;
     font-size: 60px;
     color: #263470;
     font-weight: 700;
     margin: 0 auto 30px;
 }

  .coustomer-banner .banner-text span {
    color: #EF6000;
  }

   .coustomer-banner .banner-text h3 {
     text-align: left;
     font-size: 40px;
     color: #263470;
     font-weight: 400;
     margin: 0 auto 30px;
 }

      .coustomer-banner .banner-text h3 span {
    color: #EF6000;
    font-weight: 700;
  }

    .coustomer-banner .banner-text .terms {
        font-size: 16px;
        color: #474747;
        margin-bottom: 20px;
    }

       .coustomer-banner .banner-text .terms span {
         color: #EF6000;
       }

 .coustomer-banner .getstarted {
     background: rgb(255, 170, 112);
     background: linear-gradient(177deg, rgba(255, 170, 112, 1) 0%, rgba(239, 96, 0, 1) 100%);
     color: #fff;
     text-decoration: none;
     text-align: center;
     padding: 10px 10px;
     border-radius: 40px;
     width: 160px;
     font-weight: 700;
 }

 .getstarted a {
     color: #fff;
     text-decoration: none;
     cursor: pointer;
 }


 .section-blue-customer-one {
     background: #1A043F;
     display: block;
     min-height: 700px;
     padding: 6% 0px 0%;
     color: #fff;
 }

 .section-blue-customer-one h3 {
     font-size: 30px;
     margin-bottom: 60px;
     text-align: left;
     margin-left: 0px;
 }

  .section-blue-customer-one p {
    text-align: left;
  }

 .section-blue-customer-one .consumer-content {
     font-size: 17px;
     line-height: 25px;
     text-align: center;
     padding: 0px 0px 3%;
     margin: 0px 0px 0px;
     color: #fff;
 }

 .consumer-content .card {
    background: #263470;
    width: 100%;
    height: 200px;
    padding: 40px 35px 0px;
    text-align: left;
    margin: 0px auto 20px;
    border-radius: 30px;
    display: inline-block;
 }

  .consumer-content .card img {
    float: left;
    margin: 0px 25px 10px 0px;
    width: 100px;
  }

.consumer-content .card h2 {
    text-align: left;
    font-size: 30px;
    line-height: 1.2;
    margin: 0px 0px 10px;
}

.consumer-content .card  p {
    font-size: 20px;
    color: #BAB4C5;
}


 .section-blue-customer-one .consumer-content img {
     width: 100px;
     height: 100px;
 }

 .section-blue-customer-one .consumer-content p {
     padding: 10px 0px;
 }

 .section-blue-customer-one .consumer-content ul {
     padding: 0px;
 }

 .section-blue-customer-one .consumer-content ul li {
     list-style: none;
     background: url(../images/bullet-customer.svg) no-repeat left 6px;
     padding-left: 90px;
     margin: 0px 0px 20px 0px;
     color: #fff;
     text-align: left;
 }

 .section-quicksetps {
     display: block;
     min-height: 700px;
     padding: 8% 5% 8%;
     color: #474747;
     margin: auto;
 }

 .section-quicksetps h3 {
     font-size: 30px;
     margin-bottom: 30px;
     text-align: center;
     text-transform: uppercase;
     color: #1A043F;
 }

  .section-quicksetps img {
    max-width: 100%;
  }

 .section-quicksetps p {
     font-size: 18px;
     line-height: 30px;
     text-align: left;
     padding: 0px 0px;
     margin: 0px 0px 30px;
     color: #7D7D7D;
 }


 .section-quicksetps .service-list ul {
     margin: 0px 0px 0px 30px;
     padding: 0px;
 }

 .section-quicksetps .service-list ul li {
     text-align: left;
     padding: 0px 0px 30px 40px;
     margin: 0px 0px;
     border-left: dashed 2px #EF6000;
     list-style: none;
     font-size: 17px;
     color: #474747;
 }

 .section-quicksetps .service-list ul li::before {
     content: "\2022";
     color: #EF6000;
     font-weight: bold;
     display: block;
     width: 20px;
     margin-left: -0.85em;
     font-size: 60px;
 }

 .section-quicksetps .service-list ul li:last-child {
     border: none;
 }

 .section-quicksetps .service-list ul li h4 {
     font-size: 23px;
     color: #1A043F;
     margin-top: -35px;
 }

 .section-quicksetps .phone_img-1 {
     float: right;
     margin-top: 10px;
     margin-left: 10px;
 }

 .section-quicksetps .phone_img-2 {
     float: left;
     margin-left: -280px;
 }

 .section-blue-customer-two {
     background: #1A043F;
     display: block;
     min-height: 300px;
     padding: 3% 0px 3%;
     color: #fff;
 }

  .section-blue-customer-two  h3 {
     font-size: 40px;
     margin-bottom: 30px;
     text-align: left;
     text-transform: capitalize;
 }

 .section-blue-customer-two .content h3 {
     font-size: 30px;
     margin-bottom: 10px;
     text-align: left;
     text-transform: capitalize;
 }

 .section-blue-customer-two .content p {
     font-size: 20px;
     line-height: 30px;
     text-align: left;
     padding: 0px 10% 30px 0px;
     margin: 0px 0px 0px;
     color: #BAB4C5;
 }

  .section-blue-customer-two .content img {
    float: left;
    margin:0px 20px 20px 0px ;
  }

 .section-paymentmake-easier {
     display: block;
     min-height: 700px;
     padding: 8% 0px 3%;
     color: #fff;
     /* background: url(../images/slanting-customer.png) no-repeat center top; */
     /* background: url(../svg-annimation/All_Make_Payment.svg) no-repeat center 50px; */
     background-size: 80%;
 }

  .section-paymentmake-easier  img {
    max-width: 850px;
    margin: 20px auto;
    text-align: center;
    display: block;
  }

 .section-paymentmake-easier h3 {
     font-size: 40px;
     margin-bottom: 30px;
     text-align: center;
     color: #474747;
     padding-bottom: 30px;
 }

 .section-blue-customer-three {
     background: #1A043F;
     display: block;
     min-height: 700px;
     padding: 7% 0 7%;
     color: #fff;
     text-align: center;
 }

 .section-blue-customer-three img {
    margin: 10px 8px;
    width: 125px;
 }
 
 .section-blue-customer-three h3 {
     font-size: 40px;
     margin-bottom: 50px;
     text-align: center;
 }



 .section-blue-customer-three .consumer-content h3 {
     font-size: 30px;
     margin-bottom: 30px;
     text-align: center;
 }

 .section-blue-customer-three .consumer-content {
     font-size: 17px;
     line-height: 28px;
     text-align: left;
     padding: 0px 6% 30px 0px;
     margin: 0px 0px 0px;
 }

 .section-blue-customer-three .consumer-content ul {
     padding-left: 0px;
 }

 .section-blue-customer-three .consumer-content ul li {
     list-style: none;
     /* background: url(../images/check-green-tick.svg) no-repeat left 2px; */
     padding-left: 50px;
     margin: 0px 0px 40px 0px;
     color: #BAB4C5;
     font-size: 20px;
     clear: both;
 }



 .section-ewallet {
     display: block;
     min-height: 680px;
     padding: 8% 5% 3%;
 }

 .section-ewallet img {
    margin: 0px auto 30px;
    vertical-align: bottom;
 }

 .section-ewallet h3 {
     font-size: 40px;
     margin-bottom: 50px;
     text-align: center;
     color: #474747;
 }

 .section-ewallet .ewallet-content h4 {
     font-size: 23px;
     margin-bottom: 30px;
     text-align: center;
     color: #263470;
 }


 .section-ewallet .ewallet-content {
     font-size: 17px;
     line-height: 28px;
     text-align: center;
     padding: 0px 0px 0px;
     margin: 0px 0px 0px;
     color: #000;
 }

 .section-ewallet .ewallet-content p {
    padding: 0px 20px;
 }

 .section-ewallet .ewallet-content ul {
     padding-left: 0px;
     margin: 20px 0px 0px;
 }

 .section-ewallet .ewallet-content ul li {
     list-style: none;
     background: url(../images/check-green-tick.svg) no-repeat left 2px;
     padding-left: 50px;
     margin: 0px 30px 25px 0px;
     color: #474747;
     font-size: 17px;
     line-height: 30px;
 }


 .section-ewallet .ewallet-content .list-2 h4 {
     margin-left: 20px;
 }

 .section-ewallet .ewallet-content .list-2 ul {
     margin-left: 20px;
 }

 .section-ewallet .ewallet-content .list-2 ul li {
     margin: 0px 40px 25px 0px;
 }

 .section-blue-four-lifestyle {
     background: #1A043F;
     display: block;
     min-height: 700px;
     padding: 7% 5% 5%;
     color: #fff;
 }

 .section-blue-four-lifestyle img {
    margin: auto;
    text-align: center;
    width: 300px;
    display: block;
 }

  .section-blue-four-lifestyle h3 {
     font-size: 40px;
     margin-bottom: 30px;
     text-align: center;
     
 }

 .section-blue-four-lifestyle .lifestyle-payment h3 {
     font-size: 30px;
     margin-bottom: 30px;
     text-align: left;
 }

 .section-blue-four-lifestyle .lifestyle-payment {
     font-size: 17px;
     line-height: 30px;
     text-align: left;
     padding: 0px 0% 30px;
     margin: 0px 0px 0px;
 }

   .section-blue-four-lifestyle .benefit-content ul li {
    list-style: none;
    margin-bottom: 50px;
    color: #BAB4C5;
    min-height: 110px;
   }

   .section-blue-four-lifestyle .benefit-content ul li strong {
    font-size: 30px;
    color: #fff;
    font-weight: normal;
  }

  .section-blue-four-lifestyle .benefit-content ul li svg {
    width: 115px;
    float: left;
    margin-right: 20px;
    margin-bottom: 15px;
  }

  .section-blue-four-lifestyle .benefit-content ul li img {
    max-width: 125px !important; 
    margin: 10px 5px 0px 0px;
    float: left;
}


 .section-blue-four-lifestyle .lifestyle-payment ul {
     padding-left: 0px;
 }

 .section-blue-four-lifestyle .lifestyle-payment ul li {
     list-style: none;
     background:none;
     padding-left: 50px;
     margin: 0px 0px 30px 0px;
     color: #BAB4C5;
     clear: both;
 }

 .section-blue-four-lifestyle  .getstarted {
    background: rgb(255, 170, 112);
    background: linear-gradient(177deg, rgba(255, 170, 112, 1) 0%, rgba(239, 96, 0, 1) 100%);
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 10px 10px;
    border-radius: 40px;
    width: 220px;
    font-weight: 700;
    margin-left: 22%;
}

 .section-benifit-merchant {
     display: block;
     min-height: 400px;
     padding: 7% 5% 5%;
 }

 
 .section-benifit-merchant  .getstarted {
    background: rgb(255, 170, 112);
    background: linear-gradient(177deg, rgba(255, 170, 112, 1) 0%, rgba(239, 96, 0, 1) 100%);
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 10px 10px;
    border-radius: 40px;
    width: 160px;
    font-weight: 700;
    float: left;
    margin-right: 20px;
}

 .section-benifit-merchant .benefit-content h3 {
     font-size: 40px;
     margin-bottom: 20px;
     text-align: left;
     color: #474747;
 }

 .section-benifit-merchant .benefit-content {
     font-size: 17px;
     line-height: 30px;
     text-align: left;
     padding: 0px 0% 30px;
     margin: 0px 0px 0px;
 }

 .section-benifit-merchant .benefit-content p a {
    color: #EF6000;
 }
 .section-benifit-merchant .benefit-content ol {
     padding-left: 20px;
 }

 .section-benifit-merchant .benefit-content ol li {

     padding-left: 0px;
     margin: 0px 0px 10px 0px;
     color: #7C7B7D;
 }

 .section-benifit-merchant .benefit-content ol li strong {
     color: #474747;
 }

 .section-blue-five-transactions-analytics {
     background: #1A043F;
     display: block;
     min-height: 700px;
     padding: 7% 5% 5%;
     color: #fff;
 }

 .section-blue-five-transactions-analytics .spend-record h3 {
     font-size: 30px;
     margin-bottom: 20px;
     text-align: left;
     color: #fff;
 }

 .section-blue-five-transactions-analytics .spend-record {
     font-size: 17px;
     line-height: 30px;
     text-align: left;
     padding: 0px 0% 30px;
     margin: 0px 0px 0px;
     color: #BAB4C5;
 }

 .section-blue-five-transactions-analytics .spend-record ol {
     padding-left: 20px;
 }

 .section-blue-five-transactions-analytics .spend-record ol li {

     padding-left: 0px;
     margin: 0px 0px 10px 0px;
     color: #BAB4C5;
 }

 .section-blue-five-transactions-analytics .spend-record ol li strong {
     color: #fff;
 }

 .section-customize-app {
     display: block;
     min-height: 700px;
     padding: 7% 5% 5%;
     color: #7D7D7D;
 }

 .section-customize-app h3 {
     font-size: 30px;
     margin-bottom: 20px;
     text-align: center;
     color: #1A043F;
 }

 .section-customize-app p {
     font-size: 17px;
     line-height: 30px;
     text-align: center;
     padding: 0px 25% 0px;
     margin: 0px 0px 0px;
 }

 .section-customize-app .app-customize {
     margin: 30px auto;
 }

 .section-customize-app .app-customize img {
     margin: auto;
     display: block;
 }


 .app-customize .carousel-indicators [data-bs-target] {
     box-sizing: content-box;
     flex: 0 1 auto;
     width: 35px;
     height: 35px;
     padding: 0;
     margin-right: 10px;
     margin-left: 10px;
     text-indent: -999px;
     cursor: pointer;
     background-clip: padding-box;
     border: solid 10px #fff;
     border-radius: 50%;
     opacity: 1;
 }

 .app-customize .carousel-indicators button:nth-child(1) {
     background: #3E4A86;
 }

 .app-customize .carousel-indicators button:nth-child(2) {
     background: #E49F41;
 }

 .app-customize .carousel-indicators button:nth-child(3) {
     background: #07B56F;
 }

 .app-customize .carousel-indicators button:nth-child(4) {
     background: #0687BE;
 }

 .app-customize .carousel-indicators button:nth-child(5) {
     background: #AE05D1;
 }


 .app-customize .carousel-indicators .active {
     opacity: 1;
     width: 60px !important;
     height: 60px !important;
     border: solid 8px #fff;
     margin-top: -10px;
 }

 .section-blue-six-support {
     background: #1A043F;
     display: block;
     min-height: 550px;
     padding: 7% 5% 3%;
     color: #fff;
 }

 .section-blue-six-support h3 {
     font-size: 30px;
     margin-bottom: 30px;
     text-align: left;
     color: #fff;
     font-weight: 700;
 }

 .section-blue-six-support h4 {
     font-size: 23px;
     margin-bottom: 30px;
     text-align: left;
     color: #fff;
 }

 .section-blue-six-support p {
     font-size: 17px;
     line-height: 30px;
     text-align: left;
     padding: 0px 4% 30px 0px;
     margin: 0px 0px 0px;
     color: #BAB4C5;
 }

 .section-blue-six-support .watch-demo {
     background: rgb(255, 170, 112);
     background: linear-gradient(177deg, rgba(255, 170, 112, 1) 0%, rgba(239, 96, 0, 1) 100%);
     color: #fff;
     text-decoration: none;
     text-align: center;
     padding: 10px 15px;
     border-radius: 40px;
     width: 200px;
     font-weight: 700;
 }

 .section-blue-six-support .watch-demo img {
     margin-top: -2px;
 }

 .section-customer-solutions {
     display: block;
     min-height: 700px;
     padding: 7% 5% 4%;
     color: #474747;
     text-align: center;
 }


 .section-customer-solutions h3 {
     font-size: 30px;
     margin-bottom: 30px;
     text-align: left;
     color: #1A043F;
 }


 .section-customer-solutions ul {
     padding-left: 0px;
 }

 .section-customer-solutions ul li {
     list-style: none;
     background: url(../images/check-green-tick.svg) no-repeat left 2px;
     padding-left: 50px;
     margin: 0px 0px 20px 0px;
     color: #7C7B7D;
     text-align: left;
     font-size: 17px;
 }

 .section-customer-solutions .signup {
     color: #7C7B7D;
     text-align: center;
     font-size: 17px;
     line-height: 26px;
     margin: 20px auto;
 }

 .section-customer-solutions .signup p {
     font-size: 17px;
     line-height: 26px;
     color: #7C7B7D;
 }

 .section-customer-solutions .signup p strong {
     color: #474747;
 }

 .section-customer-solutions .signup a {
     text-decoration: underline;
     color: #EF6000;
 }

 .section-customer-solutions a.signupfree {
     background: rgb(255, 170, 112);
     background: linear-gradient(177deg, rgba(255, 170, 112, 1) 0%, rgba(239, 96, 0, 1) 100%);
     color: #fff;
     text-decoration: none;
     text-align: center;
     padding: 10px 15px;
     border-radius: 36px;
     width: 190px;
     height: 45px;
     font-weight: 700;
     margin: auto;
     display: inline-block;
     cursor: pointer;
 }

 .section-register-your-business {
     display: block;
     min-height: 300px;
     padding: 3% 1% 3%;
     color: #7C7B7D;
     text-align: center;
     background: #fff;
 }

 .section-register-your-business h3 {
     font-size: 30px;
     margin-bottom: 30px;
     text-align: center;
     color: #1A043F;
     padding: 20px 0px 20px;
 }


 .section-register-your-business a.register {
     background: rgb(255, 170, 112);
     background: linear-gradient(177deg, rgba(255, 170, 112, 1) 0%, rgba(239, 96, 0, 1) 100%);
     color: #fff;
     text-decoration: none;
     text-align: center;
     padding: 10px 15px;
     border-radius: 36px;
     width: 190px;
     height: 45px;
     font-weight: 700;
     margin: auto;
     display: inline-block;
 }

 .merchant-banner {
     min-height: 950px;
     position: relative;
     z-index: 0;
     margin-top: 12%;
 }

 .merchant-banner .img-fluid {
     max-width: 140%;
     height: auto;
     margin-left: -40%;
 }

 .merchant-banner .banner-text {
     text-align: left;
     margin: 0px 0px 0px 4%;
     width: 40%;
 }

 .merchant-banner .banner-text h1 {
     text-align: left;
     font-size: 50px;
     color: #1A043F;
     font-weight: 700;
     margin: 0 auto 30px;
 }

 .merchant-banner .getstarted {
     background: rgb(255, 170, 112);
     background: linear-gradient(177deg, rgba(255, 170, 112, 1) 0%, rgba(239, 96, 0, 1) 100%);
     color: #fff;
     text-decoration: none;
     text-align: center;
     padding: 10px 10px;
     border-radius: 40px;
     width: 160px;
     font-weight: 700;
     cursor: pointer;
 }

 .merchant-banner .mobile {
     position: absolute;
     left: 31.5%;
     bottom: -25%;
 }

 .merchant-banner .getstarted a {
     color: #fff;
     text-decoration: none;
 }

 .section-blue-one-merchant {
     background: transparent;
     display: block;
     min-height: 700px;
     padding: 7% 0% 7%;
     color: #000000;
 }

 .section-blue-one-merchant .img-fluid {
     max-width: 108%;
     height: auto;
     margin-left: -10%;
     margin-top: -5px;
 }

 .section-blue-one-merchant h3 {
     font-size: 30px;
     margin-bottom: 20px;
     text-align: center;
     color: #000000;
 }

 .section-blue-one-merchant p {
     font-size: 25px;
     line-height: 30px;
     text-align: center;
     padding: 0px 0 50px 0px;
     margin: 0px 0px 0px;
     color: #000000;
 }

 .manage-your-payments {
     padding: 0px 5%;
 }

 .manage-your-payments-bg {
     background: url(../images/manage-your-payments.png) no-repeat -77px top;
     background-size: contain;

 }

 .manage-your-payments ul {
     padding-left: 0px;
 }

 .manage-your-payments ul li {
     list-style: none;
     background: url(../images/check-green-tick.svg) no-repeat left 2px;
     padding-left: 50px;
     margin: 0px 20px 30px 0px;
     color: #BAB4C5;
     text-align: left;
     font-size: 15px;
 }

 .manage-your-payments ul li h4 {
     font-size: 23px;
     margin-bottom: 0px;
     text-align: left;
     color: #fff;
 }

 .section-business-suits {
     display: block;
     min-height: 700px;
     padding: 3% 0% 0%;
     color: #474747;
     text-align: center;
 }

 .section-business-suits h3 {
     font-size: 30px;
     margin-bottom: 25px;
     text-align: left;
     color: #1A043F;
 }

 .section-business-suits h4 {
    font-size: 25px;
    margin-bottom: 20px;
    text-align: left;
    color: #000000;
    font-weight: 400;
}

 .section-business-suits p {
     font-size: 22px;
     line-height: 30px;
     text-align: left;
     padding: 0px 0 20px;
     margin: 0px 0px 10px;
     color: #000000;
 }

 .section-business-suits p a {
    font-size: 20px;
    line-height: 30px;
    text-align: left;
    padding: 0px 0 20px;
    margin: 0px 0px 10px;
    color: #EF6000;
 }

 .section-business-suits p strong {
    font-weight:700;
    color: #EF6000;
 }

 .section-business-suits ul {
    margin: 30px 0px 20px;
    padding: 0px;
 }

 .section-business-suits ul li {
    margin: 0px 0px 10px;
    padding: 0px 0px 10px 60px;
    text-align: left;
    color: #474747;
    list-style: none;
    font-size: 18px;
    background: url(../merchant-accordion/green_tick1.svg) left top no-repeat;
    background-size: 30px;

 }

 .section-business-suits ul li span {
    color: #EF6000;
 }


 .section-business-suits p img {
    width: 40px;
 }

 .section-business-suits .mobiles {
     position: relative;
     left: 5%;
     top: 0%;
 }

 .section-business-suits .mobiles img {
     max-width: 35%;
 }

 .section-business-suits .mobiles img:nth-child(2),
 .section-business-suits .mobiles img:nth-child(3) {
     margin-left: -13%;

 }

 .section-business-suits .laptop img {
     margin-right: -20%;
     width: 120%;
 }

 .secure-money-transfer-methods {
     margin: 40px auto;
 }

 .secure-money-transfer-methods h4 {
     font-size: 25px;
     margin-bottom: 30px;
     text-align: center;
     color: #1A043F;
 }

 .secure-money-transfer-methods .card p {
     font-size: 17px;
     line-height: 30px;
     text-align: center;
     padding: 10px 0 0px;
     margin: 0px 0px 0px;
     color: #7D7D7D;
 }


 .secure-money-transfer-methods .card {
     border: none;
     margin: 10px auto;
     text-align: center;
     padding: 40px 20px 0px;
     border-radius: 30px;
     height: 244px;
     max-width: 30.33%;
     -webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);
     box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);
 }

 .secure-money-transfer-methods .card img {
     height: 53px;
     margin: 0px auto 10px;
 }

 .secure-money-transfer-methods .card:hover {
     background: #EF6000;
     color: #fff;
     cursor: pointer;
 }

 .secure-money-transfer-methods .card:hover img {
     filter: invert(100%) sepia(78%) saturate(817%) hue-rotate(220deg) brightness(200%) contrast(190%);
 }

 .secure-money-transfer-methods .card:hover p {
     color: #fff;
 }

 .section-active-ecomerce {
     display: block;
     min-height: 700px;
     padding: 5% 0% 3%;
     color: #474747;
     text-align: center;
 }

 .section-active-ecomerce .active-ecommerce-content {
     margin: 0px auto 40px;
     max-width: 70%;
 }

 .section-active-ecomerce .active-ecommerce-content h3 {
     font-size: 30px;
     margin-bottom: 20px;
     text-align: center;
     color: #1A043F;
 }

 .section-active-ecomerce .active-ecommerce-content p {
     font-size: 17px;
     line-height: 30px;
     text-align: center;
     padding: 0px 0 10px;
     margin: 0px 0px 10px;
     color: #7D7D7D;
 }

 .section-active-ecomerce .active-ecommerce-content p strong {
     color: #1A043F;
 }

 .section-active-ecomerce .slider-content {
     text-align: left;
     padding-right: 10%;
     /* height: 530px; */
     padding-top: 15%;
 }

 .section-active-ecomerce .slider-content h3 {
     font-size: 30px;
     margin-bottom: 30px;
     text-align: left;
     color: #1A043F;
 }

 .section-active-ecomerce .slider-content p {
     font-size: 17px;
     line-height: 30px;
     text-align: left;
     padding: 0px 0 20px;
     margin: 0px 0px 10px;
     color: #7D7D7D;
 }

 .section-active-ecomerce .slider-content h4 {
     font-size: 23px;
     margin-bottom: 30px;
     text-align: left;
     color: #1A043F;
 }

 .section-active-ecomerce .carousel-item {
     margin-bottom: 30px;
 }

 .section-active-ecomerce .carousel-item img {
     margin-left: -25%;
     width: 115%;
 }


 .carousel-indicators [data-bs-target] {
     box-sizing: content-box;
     flex: 0 1 auto;
     width: 14px;
     height: 14px;
     padding: 0;
     margin-right: 5px;
     margin-left: 5px;
     text-indent: -999px;
     cursor: pointer;
     background-color: #EF6000;
     background-clip: padding-box;
     border: 0;
     border-top: 0px solid transparent;
     border-bottom: 0px solid transparent;
     border-radius: 50%;
     opacity: .5;
     transition: opacity .6s ease;
 }


 .section-active-ecomerce .carousel-inner {
     margin-bottom: 30px;
 }

 .section-active-ecomerce .carousel-indicators {
     position: absolute;
     right: 0;
     bottom: -17px !important;
     left: 0;
     z-index: 2;
     display: flex;
     justify-content: center;
     padding: 0;
     margin-right: 15%;
     margin-bottom: 0px !important;
     margin-left: 15%;
     list-style: none;
     height: 50px !important;
 }


 .carousel-indicators .active {
     opacity: 1;
     width: 54px;
     height: 14px;
     background-clip: padding-box;
     -webkit-border-radius: 7px;
     -moz-border-radius: 7px;
     border-radius: 7px;
 }

 #carouselExampleControls .carousel-control-prev-icon {
     background: url("../../assets/images/back_arrow_icon.png")no-repeat left top !important;
     width: 29px;
     height: 49px;
 }

 #carouselExampleControls .carousel-control-next-icon {
     background: url("../../assets/images/forward_arrow_icon.png")no-repeat left top !important;
     width: 29px;
     height: 49px;
 }

 .carousel-control-next {
     position: absolute;
     top: unset;
     bottom: -5px;
     z-index: 99;
     display: flex;
     align-items: center;
     justify-content: center;
     width: 15%;
     padding: 0;
     color: #fff;
     text-align: center;
     background: 0 0;
     border: 0;
     opacity: .5;
     transition: opacity .15s ease;
     right: 35%;
 }

 .carousel-control-prev {
     position: absolute;
     top: unset;
     bottom: -5px;
     z-index: 99;
     display: flex;
     align-items: center;
     justify-content: center;
     width: 15%;
     padding: 0;
     color: #fff;
     text-align: center;
     background: 0 0;
     border: 0;
     opacity: .5;
     transition: opacity .15s ease;
     left: 35%;
 }


 .section-blue-two-payment-device {
     background: #1A043F;
     display: block;
     min-height: 700px;
     padding: 5% 0% 4%;
     color: #fff;
 }

 .section-blue-two-payment-device h3 {
     font-size: 30px;
     margin-bottom: 20px;
     text-align: center;
     color: #fff;
 }

 .section-blue-two-payment-device h4 {
     font-size: 23px;
     margin-bottom: 0px;
     text-align: center;
     color: #fff;
 }

 .section-blue-two-payment-device p {
     font-size: 17px;
     line-height: 30px;
     text-align: center;
     padding: 0px 0 30px 0px;
     margin: 0px 0px 0px;
     color: #fff;
     overflow: hidden;
     display: -webkit-box;
     -webkit-line-clamp: 2;
     line-clamp: 2;
     -webkit-box-orient: vertical;
 }

 .section-blue-two-payment-device p a {
    color: #EF6000;
 }

 a.instapay-business-manager {
     background: #EF6000;
     width: 200px;
     height: 50px;
     text-align: center;
     color: #fff;
     font-size: 18px;
     font-weight: 700;
     line-height: 48px;
     border-radius: 35px;
     padding: 0px 0px;
     display: block;
     margin-right: 15px;
 }

 a.instapay-business-manager a:hover {
     color: #fff;
 }


 .about-banner {
     margin: auto;
     padding: 0 0px 2%;
     min-height: 400px;
     background: url(../images/about-bg.png) no-repeat center top;
     border-radius: 20px;
     width: 95%;
     background-size: 100%;
     margin-top: 12%;
 }

 .about-banner .about-content h1 {
     text-align: left;
     font-size: 50px;
     color: #fff;
     font-weight: 700;
     margin: 0 auto 30px;
 }

 .about-banner p {
     font-size: 17px;
     line-height: 27px;
     text-align: left;
     padding: 0px 0px 10px;
     margin: 0px 0px 30px;
     color: #fff;
 }

 .about-content {
     padding: 2% 4% 0px;
 }

 .our-mission-vision {
     margin: 2% auto 5%;
     width: 95%;
 }


 .our-mission-vision .card {
     margin: 0px auto;
     text-align: center;
     padding: 5% 6% 3%;
     border-radius: 30px;
     height: 300px;
     border: solid 2px #C7CDE3;
     width: 100.00%;
     -webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);
     box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);

 }

 .our-mission-vision .card h2 {
     font-size: 30px;
     line-height: 45px;
     text-align: left;
     padding: 0px 0px;
     margin: 0px 0px 15px;
     color: #1A043F;
 }

 .our-mission-vision .card p {
     font-size: 18px;
     line-height: 30px;
     text-align: left;
     padding: 0px 0px 10px;
     margin: 0px 0px 0px;
     color: #7C7B7D;
 }

 .section-instaPay-ecosystem {
     background: #fff;
     text-align: center;
     padding: 5% 0% 2.5%;
     min-height: 700px;
 }


 .section-instaPay-ecosystem h2 {
     font-size: 30px;
     line-height: 45px;
     text-align: center;
     padding: 0px 0px;
     margin: 0px 0px 15px;
     color: #1A043F;
     font-weight: 600;
 }

 .section-instaPay-ecosystem p {
     font-size: 18px;
     line-height: 30px;
     text-align: center;
     padding: 0px 4% 10px;
     margin: 0px 0px 0px;
     color: #7C7B7D;
 }

 .section-join-this-journey {
     text-align: center;
     padding: 5% 0% 2.5%;
     min-height: 700px;
 }

 .section-join-this-journey p {
     font-size: 17px;
     line-height: 30px;
     text-align: center;
     padding: 0px 4% 10px;
     margin: 0px 0px 0px;
     color: #7C7B7D;
 }

 .section-join-this-journey h3 {
     font-size: 30px;
     margin-bottom: 30px;
     text-align: center;
     color: #1A043F;
 }

 .section-join-this-journey .payment-bg {
     background: url(../images/future-of-payments-bg.png) no-repeat center top;
     background-size: 100%;
     text-align: center;
     margin: 30px auto 40px;
     padding: 7.4% 0% 7.5%;
     color: #fff;
 }

 .section-join-this-journey .payment-bg h3 {
     font-size: 35px;
     margin-bottom: 15px;
     text-align: center;
     color: #fff;
 }

 .section-join-this-journey .payment-bg p {
     font-size: 20px;
     line-height: 30px;
     text-align: center;
     padding: 0px 0% 20px;
     margin: 0px 0px 0px;
     color: #fff;
 }

 .section-join-this-journey .payment-bg p strong,
 .section-join-this-journey .payment-bg p strong a {
     text-decoration: underline;
     color: #fff;
 }



 .contact-banner {
     margin: auto;
     padding: 0 0px 2%;
     min-height: 400px;
     background: url(../images/contactus.png) no-repeat center top;
     border-radius: 20px;
     width: 95%;
     background-size: 100%;
     margin-top: 12%;
 }

 .contact-banner .contact-content h1 {
     text-align: left;
     font-size: 50px;
     color: #fff;
     font-weight: 700;
     margin: 0 auto 30px;
 }

 .contact-banner p {
     font-size: 17px;
     line-height: 27px;
     text-align: left;
     padding: 0px 0px 10px;
     margin: 0px 0px 30px;
     color: #fff;
 }

 .contact-content {
     padding: 2% 4% 0px;
     margin-top: 12%;
 }



 .our-support-sales {
     margin: 2% auto 5%;
     width: 95%;
 }


 .our-support-sales .card {
     margin: 0px auto;
     text-align: center;
     padding: 5% 6% 3%;
     border-radius: 30px;
     height: 350px;
     border: solid 2px #C7CDE3;
     width: 100.00%;
     -webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);
     box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);
     margin-bottom: 30px;
     position: relative;
 }

 .our-support-sales .card h2 {
     font-size: 30px;
     line-height: 45px;
     text-align: left;
     padding: 0px 0px;
     margin: 0px 0px 15px;
     color: #1A043F;
     font-weight: 600;
 }

 .our-support-sales .card p {
     font-size: 18px;
     line-height: 30px;
     text-align: left;
     padding: 0px 0px 10px;
     margin: 0px 0px 0px;
     color: #7C7B7D;
 }

 .our-support-sales .card p span {
     color: #EF6000;
 }

 .our-support-sales p a {
     color: #EF6000;
     text-decoration: none;
 }

 .faq-section {
     margin: 10% auto 20px;
     text-align: center;
 }

 .faq-section p {
     color: #5E4F78;
     text-align: center;
     padding: 0% 22% 1%;
 }

 .faq-section p a {
     text-decoration: none;
     color: #F48F4C;
 }

 .faq-section a.faqsession {
     background: rgb(255, 170, 112);
     background: linear-gradient(177deg, rgba(255, 170, 112, 1) 0%, rgba(239, 96, 0, 1) 100%);
     color: #fff;
     text-decoration: none;
     text-align: center;
     padding: 10px 15px;
     border-radius: 36px;
     width: 230px;
     height: 45px;
     font-weight: 700;
     margin: 0px auto 20px;
     display: inline-block;
 }

 .card a.contact-button {
     background: rgb(255, 170, 112);
     background: linear-gradient(177deg, rgba(255, 170, 112, 1) 0%, rgba(239, 96, 0, 1) 100%);
     color: #fff;
     text-decoration: none;
     text-align: center;
     padding: 10px 15px;
     border-radius: 36px;
     width: 230px;
     height: 45px;
     font-weight: 700;
     margin: 0px 0 20px;
     display: inline-block;
     bottom: 30px;
     position: absolute;
 }

  .card a.whatsapp-button {
     background: rgb(255, 170, 112);
     background: linear-gradient(177deg, rgba(255, 170, 112, 1) 0%, rgba(239, 96, 0, 1) 100%);
     color: #fff;
     text-decoration: none;
     text-align: center;
     padding: 10px 15px;
     border-radius: 36px;
     width: 230px;
     height: 45px;
     font-weight: 700;
     margin: 0px 0 20px;
     display: inline-block;
     bottom: 30px;
     position: absolute;
     left: 50%;
 }


 .is-hidden {
     display: none;
 }


 .tab-content {
     background: url(../images/tab-bg.png) no-repeat center top;
     width: 340px;
     height: 126px;
     margin: 0% 0px 0px -8%;
     padding: 50px 10px;
 }



 .swiper-container,
 .swiper-wrapper,
 .swiper-slide {
     width: 500px;
     height: 400px;
     float: right;
 }

 .swiper-slide {
     text-align: center;
     font-size: 18px;
     /* Center slide text vertically */
     justify-content: center;
     align-items: center;
 }

 .swiper-slide img {
     width: 450px;
 }

 .slider-mobile {
     display: none;
 }

 #headermobile {
     display: none;
 }


 .box {
     display: none;
     clear: both;
     width: 100%;
     position: relative;
     z-index: 9;
 }


 .joining-links .arrow-top,
 .joining-links .arrow-top1,
 .joining-links .arrow-top2,  .joining-links .arrow-top4 {
     margin-top: 15px;
 }

 .box.arrow-top:after {
     content: " ";
     position: absolute;
     left: 90px;
     top: -14px;
     border-top: none;
     border-right: 15px solid transparent;
     border-left: 15px solid transparent;
     border-bottom: 15px solid #fff;
 }

 .box.arrow-top1::after {
	content: " ";
	position: absolute;
	left: 61%;
	top: -14px;
	border-top: none;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	border-bottom: 15px solid #fff;
}

 .box.arrow-top2:after {
     content: " ";
     position: absolute;
     right: 34%;
     top: -14px;
     border-top: none;
     border-right: 15px solid transparent;
     border-left: 15px solid transparent;
     border-bottom: 15px solid #fff;
 }

  .box.arrow-top4:after {
     content: " ";
     position: absolute;
     left: 23%;
     top: -14px;
     border-top: none;
     border-right: 15px solid transparent;
     border-left: 15px solid transparent;
     border-bottom: 15px solid #fff;
 }


 .developer-guide {
     background: transparent;
     width: 95%;
     max-width: 1640px;
     margin: 30px auto;
     color: #7C7B7D;
     margin-top: 12%;
 }

 .developer-guide h1 {
     font-family: 'Roboto', sans-serif;
     font-size: 50px;
     font-weight: 600;
     color: #1A043F;
     margin-bottom: 30px;
 }

 .developer-guide h3 {
     font-family: 'Roboto', sans-serif;
     font-size: 40px;
     font-weight: 600;
     color: #1A043F;
     margin-bottom: 30px;
 }

 .developer-guide h4 {
     font-family: 'Roboto', sans-serif;
     font-size: 25px;
     font-weight: 600;
     color: #1A043F;
     margin-top: 25px;
 }

 .developer-guide p {
     font-family: 'Roboto', sans-serif;
     font-size: 18px;
     line-height: 26px;
     font-weight: 400;
     color: #7C7B7D;
     margin-bottom: 10px;
 }

 .developer-guide-button a {
     background: rgb(255, 170, 112);
     background: linear-gradient(177deg, rgba(255, 170, 112, 1) 0%, rgba(239, 96, 0, 1) 100%);
     color: #fff;
     text-decoration: none;
     text-align: center;
     padding: 10px 18px;
     border-radius: 36px;
     width: 320px;
     height: 62px;
     font-size: 20px;
     margin: 20px 0px;
     display: block;
     float: left;
     line-height: 34px;
 }

 .developer-guide .modal {
     --bs-modal-width: 800px;
 }

 .developer-guide .modal.show .modal-dialog {
     transform: none;
     max-width: 800px;
     border-radius: 40px;
 }

 .developer-guide .modal.show .modal-content {
     border-radius: 40px;
     padding: 30px;
     max-width: 100%;
     color: #1A043F;
 }

 .developer-guide .modal.show .modal-content h2 {
     font-family: 'Roboto', sans-serif;
     font-size: 35px;
     font-weight: 600;
     color: #1A043F;
     margin-bottom: 0px;
 }

 .developer-guide .modal-header {
     border: none;
 }

 .developer-guide .modal-footer {
     border: none;
     text-align: left;
     display: block;
 }

 .developer-guide .btn-unique {
     background: rgb(255, 170, 112);
     background: linear-gradient(177deg, rgba(255, 170, 112, 1) 0%, rgba(239, 96, 0, 1) 100%);
     color: #fff;
     text-decoration: none;
     text-align: center;
     padding: 10px 18px;
     border-radius: 36px;
     width: 225px;
     height: 62px;
     font-size: 20px;
     margin: 0px 0px;
     display: block;
     float: left;
     line-height: 34px;
     border: none;
 }

 .developer-guide .btn-secondary {
     background: transparent;
     position: relative;
     right: -20px;
     top: -20px;
 }

 .developer-guide span.red {
     color: #FF0000;
 }


 .developer-guide input {
     height: 50px;
     border: solid 1px #263470;
     margin-bottom: 15px;
     border-radius: 10px;
 }

 .developer-guide textarea {
     height: 172px;
     border: solid 1px #263470;
     border-radius: 10px;
 }




 .our-support-sales .modal {
     --bs-modal-width: 800px;
 }

 .our-support-sales .modal.show .modal-dialog {
     transform: none;
     max-width: 800px;
     border-radius: 40px;
 }

 .our-support-sales .modal.show .modal-content {
     border-radius: 40px;
     padding: 30px;
     max-width: 100%;
     color: #1A043F;
 }

 .our-support-sales .modal.show .modal-content h2 {
     font-family: 'Roboto', sans-serif;
     font-size: 35px;
     font-weight: 600;
     color: #1A043F;
     margin-bottom: 0px;
 }

 #contact-form .modal-header {
     border: none;
 }

 #contact-form .modal-footer {
     border: none;
     text-align: left;
     display: block;
 }

 #contact-form .btn-unique {
     background: rgb(255, 170, 112);
     background: linear-gradient(177deg, rgba(255, 170, 112, 1) 0%, rgba(239, 96, 0, 1) 100%);
     color: #fff;
     text-decoration: none;
     text-align: center;
     padding: 10px 18px;
     border-radius: 36px;
     width: 225px;
     height: 62px;
     font-size: 20px;
     margin: 0px 0px;
     display: block;
     float: left;
     line-height: 34px;
     border: none;
 }

 #contact-form .btn-secondary {
     background: transparent;
     position: relative;
     right: -20px;
     top: -20px;
 }

 #contact-form span.red {
     color: #FF0000;
 }


 #contact-form input {
     height: 50px;
     border: solid 1px #263470;
     margin-bottom: 15px;
     border-radius: 10px;
 }

 #contact-form textarea {
     height: 140px;
     border: solid 1px #263470;
     border-radius: 10px;
 }



 #business-form .modal-header {
     border: none;
 }

 #business-form .modal-footer {
     border: none;
     text-align: left;
     display: block;
 }

 #business-form .btn-unique {
     background: rgb(255, 170, 112);
     background: linear-gradient(177deg, rgba(255, 170, 112, 1) 0%, rgba(239, 96, 0, 1) 100%);
     color: #fff;
     text-decoration: none;
     text-align: center;
     padding: 10px 18px;
     border-radius: 36px;
     width: 225px;
     height: 62px;
     font-size: 20px;
     margin: 0px 0px;
     display: block;
     float: left;
     line-height: 34px;
     border: none;
 }

 #business-form .btn-secondary {
     background: transparent;
     position: relative;
     right: -20px;
     top: -20px;
 }

 #business-form .btn-secondary img,
 #contact-form .btn-secondary img,
 #preRegisterModal .btn-secondary img {
     width: 45px;
 }

 #business-form span.red {
     color: #FF0000;
 }


 #business-form input {
     height: 50px;
     border: solid 1px #263470;
     margin-bottom: 15px;
     border-radius: 10px;
 }

 #business-form textarea {
     height: 140px;
     border: solid 1px #263470;
     border-radius: 10px;
 }

 .business-instapay-numbers .value {
     font-size: 25px;
     display: inline-block;
     color: #EF6000;
     font-weight: 700;
     margin-right: 10px;
 }

 #business_contact_name-error,
 #business_business_name-error,
 #business_contact-phone-num-error,
 #business_email-error,
 #business_contact-description-error {
     color: #ff0000;
 }

 .thankyou-content {
     padding: 2% 0px;
     margin: auto;
     text-align: center;
     width: 100%;
 }


 div#preRegisterModal {
     --bs-modal-width: 55%;
     margin: auto;
     top: 13%;
 }


 #preRegister-form .modal-header {
     border: none;
 }

 #preRegister-form .modal-footer {
     border: none;
     text-align: left;
     display: block;
 }

 #preRegister-form .btn-unique {
     background: rgb(255, 170, 112);
     background: linear-gradient(177deg, rgba(255, 170, 112, 1) 0%, rgba(239, 96, 0, 1) 100%);
     color: #fff;
     text-decoration: none;
     text-align: center;
     padding: 10px 18px;
     border-radius: 36px;
     width: 225px;
     height: 62px;
     font-size: 20px;
     margin: 0px 0px;
     display: block;
     float: left;
     line-height: 34px;
     border: none;
 }

 #preRegister-form .btn-secondary {
     background: transparent;
     position: relative;
     right: -20px;
     top: -20px;
 }

 #preRegister-form span.red {
     color: #FF0000;
 }


 #preRegister-form input {
     height: 50px;
     border: solid 1px #263470;
     margin-bottom: 15px;
     border-radius: 10px;
 }

 #form-content {
     width: 90%;
     margin: auto;
     padding: 10px 0px 30px;
 }


 #form-content-registraion .form-group {
     color: #1A043F;
 }

 h5#preRegisterModalLabel {
     text-align: left;
     display: block;
     font-family: 'Roboto', sans-serif;
     font-size: 35px;
     font-weight: 600;
     color: #1A043F;
     margin-bottom: 0px;
     padding-left: 15px;
 }

 #preRegister-form h4 {
     color: #1A043F;
     font-size: 20px;
     margin: 0px 0px 20px;
 }

 #preRegister-form h5 {
     color: #1A043F;
     font-size: 18px;
     margin: 0px 0px 20px;
 }

 #register_business_name-error,
 #contact-phone-num-error,
 #email-error {
     color: #ff0000;
 }

 div#preRegisterModal .modal-content {
     border-radius: 30px;
     padding: 30px;
 }


 div#preRegisterModal .modal-header {
     border-bottom: 0px;
     padding: 0px;
 }

 div#preRegisterModal .modal-header .btn-secondary {
     background: transparent;
 }

 .thankyou-content .link a {
     background: #fff;
     color: #1A043F;
     text-decoration: none;
     text-align: center;
     padding: 10px 20px;
     border-radius: 36px;
     width: 170px;
     line-height: 45px;
     font-size: 17px;
     font-weight: 700;
     margin: 20px auto 0px;
     border: solid 1px #1A043F;
     box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);
     -webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);
 }


 .thankyou-content .link a:hover {
     background: rgb(255, 170, 112);
     background: linear-gradient(177deg, rgba(255, 170, 112, 1) 0%, rgba(239, 96, 0, 1) 100%);
     color: #fff;
     border: none;
 }


 video {
     pointer-events: none;
 }

 a.ios-app-togg {
	/* position: relative;
	overflow: hidden;
	height: 42px; */
	display: inline-block;
	top:-5px;
    position: relative;
}

 a.ios-app {
	/* position: relative;
	overflow: hidden;
	height: 42px; */
	display: inline-block;
	top:0px;
    position: relative;
}

a.ios-app-togg span {
	width: 140px;
	height: 42px;
	background: url(../images/app-store.png) no-repeat;
	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
    display: inline-block;
}


a.ios-app-togg:hover span {
	background: url(../images/app-store.png) 0 -42px;
    top:-5px;
    position: relative;
}

/* 
 a.ios-app::before,
 a.ios-app::after {
     position: absolute;
     left: 0;
     width: 100%;
 }

 a.ios-app:hover {
     content: "";
     top: 50%;
     transition: transform 0.2s ease-out;
     height: 50%;
     z-index: 1;
 }

 a.ios-app img:hover { 
    content: "";
    top: 0%;
    transition: transform 0.2s ease-out;
    height: 50%;
    z-index: 1;
 } */
 

.customer-text .tab-content6 {
	background: #fff;
	border-radius: 15px;
	width: 340px;
	height: auto;
	margin: 6% 0px 0px -11%;
	padding: 25px 10px 25px;
}

 
.customer-text .box.arrow-top6::after {
    content: " ";
    position: absolute;
    left: 20%;
    top: -14px;
    border-top: none;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 15px solid #fff;
}

.merchant-text .tab-content7 {
	background: #fff;
	border-radius: 15px;
	width: 340px;
	height: auto;
	margin: 6% 0px 0px -11%;
	padding: 25px 10px 25px;
}

.merchant-text .box.arrow-top7::after {
    content: " ";
    position: absolute;
    left: 20%;
    top: -14px;
    border-top: none;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 15px solid #fff;
}
.coustomer-banner .tab-content8 {
	background: #fff;
	border-radius: 15px;
	width: 340px;
	height: auto;
	margin: 3% 0px 0px 0%;
	padding: 25px 10px 25px;
}

.coustomer-banner  .center-img {
  display: block;
  margin: 0 auto;
}

.coustomer-banner .box.arrow-top8::after {
    content: " ";
    position: absolute;
    left: 10%;
    top: -14px;
    border-top: none;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 15px solid #fff;
}

.topmenu .register .box {
	display: none;
	clear: both;
	width: 100%;
	position: relative;
}

.topmenu .register .tab-content9 {
	background: #fff;
	border-radius: 15px;
	width: 340px;
	height: auto;
	margin: 19% 0px 0px 0%;
	padding: 25px 10px 25px;
	position: absolute;
	right: 0px;
	top:0px;
}

.topmenu .register .box.arrow-top9::after {
	content: " ";
	position: relative;
	left:90px;
	top: 0px;
	border-top: none;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	border-bottom: 15px solid #dcdcdc;
}

.signup .box {
	display: none;
	clear: both;
	width: 100%;
	position: relative;
}


.signup .tab-content10 {
	background: #fff;
	border-radius: 15px;
	width: 340px;
	height: auto;
	margin: 1% auto 2%;
	padding: 25px 10px 25px;
    position: relative;
}

.signup .box.arrow-top10::after {
	content: " ";
	position: absolute;
	left: 49%;
	top: -14px;
	border-top: none;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	border-bottom: 15px solid #fff;
	margin: auto;
}


.pricing-banner {
    min-height: 650px;
    position: relative;
    z-index: 0;
    margin-top: 12%;
}

 .pricing-banner .banner-text p {
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    width: auto;
    margin: 0px auto 20px;
    color: #1A043F;
 }

.pricing-banner .banner-text h1 {
	text-align: left;
	font-size: 50px;
	color: #1A043F;
	font-weight: 700;
	margin: 0 auto 30px;
}

.pricing-banner .banner-text {
	text-align: left;
}

.pricing-banner .banner-text {
    text-align: left;
    margin: 0% 0px 0px 0px;
    width: 45%;
}

.pricing-banner .banner-text p strong {
    color: #EF6000;
}

.section-blue-one-pricing {
	background: #1A043F;
	display: block;
	min-height: 700px;
	padding: 7% 0% 7%;
	color: #BAB4C5;
}

.section-blue-one-pricing h3 {
	font-size: 30px;
	margin-bottom: 40px;
	text-align: center;
	color: #fff;
}

.section-blue-one-pricing .pricing-content h4 {
    font-size: 25px;
    margin-bottom:0px;
    text-align: center;
    font-weight: 700;
    color: #BAB4C5;
}

.section-blue-one-pricing .pricing-content {
    font-size: 17px;
    line-height: 25px;
    text-align: center;
    padding: 0px 0px 3%;
    margin: 0px 0px 0px;
    color: #BAB4C5;
}

.section-blue-one-pricing .pricing-content img {
    width: 100px;
    height: 100px;
    margin: auto;
}

.section-blue-one-pricing .pricing-content p {
    padding: 10px 0px;
    color: #BAB4C5;
}

.section-transact {
	display: block;
	min-height: 680px;
	padding: 8% 5% 5%;
}

.section-transact h3 {
	font-size: 30px;
	margin-bottom: 30px;
	text-align: center;
	color: #1A043F;
}

.section-transact .transact-content {
    margin: 20px auto;
}

.section-transact .transact-content .receiving-content, .section-transact .transact-content .making-content {
    background: #1A043F;
    border-radius: 30px;
    padding: 35px;
    margin: 100px 0px 50px;
    min-height: 670px;
    color: #fff;
}

.section-transact .transact-content .receiving-content .top-icon, 
.section-transact .transact-content .making-content .top-icon {
    text-align: center;
    margin:20px auto 30px;
}

.section-transact .transact-content .making-content img,
.section-transact .transact-content .receiving-content img {
    margin: -125px auto 0px;
    text-align: center;
    display: block;
}

.section-transact .transact-content .making-content h4,
.section-transact .transact-content .receiving-content h4 {
    text-align: left;
    font-size: 33px;
}

.section-transact .transact-content .making-content p,
.section-transact .transact-content .receiving-content p {
    text-align: left;
    font-size: 20px;
    padding-bottom: 20px;
}

.section-transact .transact-content .receiving-content ul,
.section-transact .transact-content .making-content ul {
    margin: 0px;
    padding: 0px;
}

.section-transact .transact-content .receiving-content ul li span,
.section-transact .transact-content .making-content ul li span {
	color: #EF6000;
	font-weight: 700;
}
.section-transact .transact-content .receiving-content ul li,
.section-transact .transact-content .making-content ul li {
	list-style: none;
	background: url(../pricing/check-green-tick.svg) no-repeat left 2px;
	padding-left: 50px;
	margin-bottom: 15px;
    text-align: left;
    font-size: 20px;
    line-height: 35px;
}

.section-transact .transact-content .download-fee {
    background: rgb(255, 170, 112);
	background: linear-gradient(177deg, rgba(255, 170, 112, 1) 0%, rgba(239, 96, 0, 1) 100%);
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding: 10px 15px;
	border-radius: 36px;
	width: 320px;
	height: 45px;
	font-weight: 700;
	margin: auto;
	display: inline-block;
	cursor: pointer;
}

 
.section-blue-pricing-two {
    background: #1A043F;
    display: block;
    min-height: 700px;
    padding: 8% 0px 5%;
    color: #fff;
}

.section-blue-pricing-two  h3 {
    font-size: 30px;
    margin-bottom: 30px;
    text-align: center;
    color: #fff;
}

.section-blue-pricing-two .content p {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    padding: 0px 70px 0px;
    margin: 0px auto 0px;
    color: #fff;
}

.section-device {
    padding: 8% 0px 5%;
}

.section-device h3 {
    font-size: 30px;
    margin-bottom: 30px;
    text-align: left;
    color: #000000;
    font-weight: 700;
}
.section-device h3 span {
    color: #EF6000;
	font-weight: 700;
}

.section-device .get-started {
    background: rgb(255, 170, 112);
	background: linear-gradient(177deg, rgba(255, 170, 112, 1) 0%, rgba(239, 96, 0, 1) 100%);
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding: 10px 15px;
	border-radius: 36px;
	width: 200px;
	height: 45px;
	font-weight: 700;
	margin: auto;
	display: inline-block;
	cursor: pointer;
}

.section-device .get-started a {
    color: #fff;
    text-decoration: none;
}


.section-blue-one-pricing .watch-demo {
	background: rgb(255, 170, 112);
	background: linear-gradient(177deg, rgba(255, 170, 112, 1) 0%, rgba(239, 96, 0, 1) 100%);
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding: 0px 15px 0px;
	border-radius: 40px;
	width: 200px;
	font-weight: 700;
    line-height: 42px;
    display: block;
    float: right;
    line-height: 60px;
}

.section-blue-one-pricing a.learn-more {
	background: #fff;
	color: #474747;
	text-decoration: none;
	text-align: center;
	padding: 0px 15px 0px;
	border-radius: 40px;
	width: 180px;
	line-height: 60px;
	font-size: 15px;
    display: block;
    font-weight: 700;
    margin-left: 20px;
    float: left;
}


.section-transact .modal.show .modal-dialog {
	transform: none;
	max-width: 800px;
	border-radius: 40px;
}

.section-transact .modal.show .modal-content {
	border-radius: 40px;
	padding: 30px;
	max-width: 100%;
	color: #1A043F;
}


#transaction-fees .modal-header {
    border: none;
}

#transaction-fees .modal-footer {
    border: none;
    text-align: left;
    display: block;
}

#transaction-fees .btn-unique {
    background: rgb(255, 170, 112);
    background: linear-gradient(177deg, rgba(255, 170, 112, 1) 0%, rgba(239, 96, 0, 1) 100%);
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 10px 18px;
    border-radius: 36px;
    width: 225px;
    height: 62px;
    font-size: 20px;
    margin: 0px 0px;
    display: block;
    float: left;
    line-height: 34px;
    border: none;
}

#transaction-fees .btn-secondary {
    background: transparent;
    position: relative;
    right: -20px;
    top: -20px;
}

#transaction-fees span.red {
    color: #FF0000;
}


#transaction-fees input {
    height: 50px;
    border: solid 1px #263470;
    margin-bottom: 15px;
    border-radius: 10px;
}

#transaction-fees textarea {
    height: 140px;
    border: solid 1px #263470;
    border-radius: 10px;
}

#transaction-fees span.red {
	color: #FF0000;
}



.topmenu .joining-links {
    margin: 0px auto 0;
}

.topmenu .joining-links .signup-customer a,
.topmenu .joining-links .signup-merchant a,
.topmenu .joining-links .register-web a {
    text-decoration: none;
    color: #fff;
}

.topmenu .joining-links .signup-customer {
    background: rgb(255, 170, 112);
    background: linear-gradient(177deg, rgba(255, 170, 112, 1) 0%, rgba(239, 96, 0, 1) 100%);
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    padding: 10px 15px;
    border-radius: 36px;
    width: 220px;
    height: 45px;
    display: block;
    cursor: pointer;
    margin: 0px 10px 0px 0px;
}

.topmenu .joining-links .signup-merchant-login {
    background: rgb(255, 170, 112);
    background: linear-gradient(177deg, rgba(255, 170, 112, 1) 0%, rgba(239, 96, 0, 1) 100%);
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    padding: 10px 15px;
    border-radius: 36px;
    width: 200px;
    height: 45px;
    display: block;
    cursor: pointer;
    margin: 0px 0px 0px 0px;
}


.topmenu .joining-links .signup-merchant {
    background: rgb(255, 170, 112);
    background: linear-gradient(177deg, rgba(255, 170, 112, 1) 0%, rgba(239, 96, 0, 1) 100%);
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    padding: 10px 15px;
    border-radius: 36px;
    width: 230px;
    height: 45px;
    display: block;
    cursor: pointer;
    margin: 0px 10px 0px 10px;

}

.merchant-banner {

}

.merchant-banner h1 {
    text-align: center;
    color: #1A043F;
}
.merchant-banner h2 {
    text-align: center;
    color: #474747;
    font-size: 25px;
}

.merchant-banner h2 span {
    font-size: 27px;
    color: #EF6000;
    font-weight: 700;
}

.merchant-banner h2 span:last-child {
    font-size: 27px;
    color: #263470;
    font-weight: 700;
}

.fees-section {
    background: #EF6000;
    border-radius: 20px;
    height: 74px;
    text-align: center;
    max-width: 1200px;
    margin: 20px auto 30px;
}

.fees-section ul {
    margin: 0px auto;
    padding: 20px 30px;
    display: block;
}
.fees-section ul li {
    list-style: none;
    display: inline-block;
    font-size: 30px;
    color: #fff;
    padding: 0px 25px 0px 50px;
    background: url(../merchant-accordion/green_tick.svg) no-repeat left 0px;
    margin: 0px 25px;
}

.fees-section ul li:last-child {
    margin-right: 0px;
}

.setp-process {
    position: relative;
    max-width: 1200px;
    margin: 20px auto;
}

.setp-process .image {
    position: absolute;
    left: 66px;
    top: 50px;
}

.setp-process .points {
    position: absolute;
    right:20px;
    top:60px;
}
 

.setp-process .points  {
    list-style: none;
    font-size: 28px;
    line-height: 1.2;
    color: #474747;
    font-weight: 500;
    width: 498px;
    margin-bottom: 20px;
}

.setp-process .points .setp-1{
font-size: 28px;
line-height: 1.2;
color: #474747;
font-weight: 500;
text-align: left;
position: relative;
margin-bottom:8%;
cursor: pointer;
height: 90px;
left: -80px;
}

.setp-process .points .setp-2 {
    font-size: 28px;
    line-height: 1.2;
    color: #474747;
    font-weight: 500;
    text-align: left;
    position: relative;
    height: 90px;
    margin-bottom:8%;
    left:20px;
    cursor: pointer;
}

.setp-process .points .setp-3 {
    font-size: 28px;
line-height: 1.2;
color: #474747;
font-weight: 500;
text-align: left;
position: relative;
height: 90px;
margin-bottom:8%;
left:100px;
cursor: pointer;
}

.setp-process .points .setp-4 {
    font-size: 28px;
line-height: 1.2;
color: #474747;
font-weight: 500;
text-align: left;
position: relative;
height: 90px;
margin-bottom:8%;
left:20px;
cursor: pointer;
}

.setp-process .points .setp-5 {
    font-size: 28px;
line-height: 1.2;
color: #474747;
font-weight: 500;
text-align: left;
position: relative;
height: 90px;
margin-bottom:8%;
left:-80px;
cursor: pointer;
}

.setp-process .points .setp-1 .circle, .setp-process .points .setp-2 .circle, .setp-process .points .setp-3 .circle, .setp-process .points .setp-4 .circle, .setp-process .points .setp-5 .circle {
    margin-right: 50px;
    margin-bottom: 50px;
    background: #263470;
    border: solid 1px #707070;
    width: 90px;
    height: 90px;
    border-radius:45px;
    position: absolute;

}

.setp-process .points .setp-1 .circle img,
.setp-process .points .setp-3 .circle img, .setp-process .points .setp-4 .circle img, .setp-process .points .setp-5 .circle img   {
    position: relative;
    left: 19px;
    bottom:27px;
}

 .setp-process .points .setp-2 .circle img {
    position: relative;
    left: -5px;
    bottom: 29px;
}

.setp-process .points .setp-1 .content, .setp-process .points .setp-2 .content, 
.setp-process .points .setp-3 .content {
    position: relative;
    left: 100px;
    top: 10px;
}

.setp-process .points .setp-4 .content, .setp-process .points .setp-5 .content {
    position: relative;
    left: 100px;
    top: 20px;
}

.setp-process .points .setp-1 .content a, .setp-process .points .setp-2 .content a, 
.setp-process .points .setp-3 .content a, .setp-process .points .setp-4 .content a, .setp-process .points .setp-5 .content a  {
  text-decoration: none;
  color: #474747;  
}

.setp-process .points .setp-1:hover .content a, .setp-process .points .setp-2:hover .content a, 
.setp-process .points .setp-3:hover .content a, .setp-process .points .setp-4:hover .content a, .setp-process .points .setp-5:hover .content a {
  text-decoration: none;
  color: #fff;  
}

.setp-process .points .setp-1:hover, .setp-process .points .setp-2:hover, 
.setp-process .points .setp-3:hover, .setp-process .points .setp-4:hover, .setp-process .points .setp-5:hover  {
    background: #263470;
    border: solid 1px #707070;
    width: 100%;
    height: 90px;
    border-radius: 45px;
    color: #fff;
    transition: transform 0.4s ease-in-out;
    margin-bottom:8%;
}

.setp-process .points .setp-1:hover::after, .setp-process .points .setp-2:hover::after, 
.setp-process .points .setp-3:hover::after, .setp-process .points .setp-4:hover::after, .setp-process .points .setp-5:hover::after  {
    background: url(../merchant-accordion/down-arrow.svg) right top no-repeat;
    width: 24px;
    height: 23px;
    position: absolute;
    top: 35%;
    right: 23px;
    content: "";
    display: block;
}

.setp-process .points .setp-1:hover .circle, .setp-process .points .setp-2:hover .circle, 
.setp-process .points .setp-3:hover .circle, .setp-process .points .setp-4:hover .circle, .setp-process .points .setp-5:hover .circle {
    border: none;
    background: transparent;
}

.section-blue-one-merchant .login {
	background: rgb(255, 170, 112);
	background: linear-gradient(177deg, rgba(255, 170, 112, 1) 0%, rgba(239, 96, 0, 1) 100%);
	color: #fff;
	text-decoration: none;
	text-align: center;
	border-radius: 36px;
	width: 100%;
    max-width: 250px;
	height: 48px;
	line-height: 34px;
	display: block;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    padding: 5px 10px;
    margin: 20px auto;
}

.section-blue-one-merchant .login  a {
    text-decoration: none;
    color: #fff;
}

.section-business-suits .container-xxl {
    margin-bottom: 7%;
}

.section-business-suits .qr-mobile {
    /* float: right;
    margin-left: 20px; */
}

.section-business-suits .video, .section-business-suits .start-today {
	background: rgb(255, 170, 112);
	background: linear-gradient(177deg, rgba(255, 170, 112, 1) 0%, rgba(239, 96, 0, 1) 100%);
	color: #fff;
	text-decoration: none;
	text-align: center;
	border-radius: 36px;
	width: 100%;
    max-width: 250px;
	height: 48px;
	line-height: 34px;
	display: block;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    padding: 5px 10px;
    margin: 0px auto;
}

.section-business-suits .video a, .section-business-suits .start-today a {
    text-decoration: none;
    color: #fff;
}


.section-business-suits .get-started{
    background: rgb(255, 170, 112);
	background: linear-gradient(177deg, rgba(255, 170, 112, 1) 0%, rgba(239, 96, 0, 1) 100%);
	color: #fff;
	text-decoration: none;
	text-align: center;
	border-radius: 36px;
	width: 280px;
    max-width: 100%;
	height: 48px;
	line-height: 34px;
	display: block;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    padding: 5px 10px;
    margin: 0px 0
}

.section-business-suits .get-started a {
    text-decoration: none;
    color: #fff;
}

.get-card-machine img {
    text-align: left;
    /* width: 100%;
    max-width: 426px;
    height: 422px; */
    margin-bottom: 30px;
}

.get-card-machine p {
    padding-right: 80px;
}

.download-app-mobile {
    display: none;
}

.whatsapp_float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.whatsapp_float i {
  margin-top: 15px;
}
.whatsapp_float:hover {
  background-color: #20ba5a;
  color: #fff;
  text-decoration: none;
}


/* ASK AI */
  

 .ask-insta {
    margin: -8px auto 0;
    text-align: center;
}



.ask-insta button {
    /* border-radius: 20px 0px 20px 0px;
    background: #263470;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 30px;
    line-height: 1.5;
    font-weight: 700;
    padding: 0px 20px;
    width: 180px;
    height: 45px;
    display: flex; 
    cursor: pointer;
    margin: 0px auto; */
    background: url(../img/button.svg) no-repeat left center ;
    width: 170px;
    height: 62px;
}

 .ask-insta button img {
    width: 75px;
    height: 75px;
    position: relative;
    right: -78px;
    top: -5px;
}
  

 
 

     .wave-container {
            width: 100%;
            max-width: 600px;
            background: linear-gradient(145deg, #fff 0%, #fff 100%);
            border-radius: 24px;
            padding: 30px 0px;
            /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5),
                inset 0 0 0 1px rgba(255, 255, 255, 0.1),
                0 0 15px rgba(68, 102, 238, 0.2); */
            position: relative;
            overflow: hidden;
            backdrop-filter: blur(10px);
            border: 0px solid rgb(171 191 215);
            height: 350px;
        }

        .wave-container::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 100%;
            background: linear-gradient(to bottom,
                    rgba(255, 255, 255, 0.1) 0%,
                    rgba(255, 255, 255, 0.05) 5%,
                    rgba(255, 255, 255, 0) 20%);
            pointer-events: none;
            z-index: 1;
        }

        .geometric-pattern {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            /* background-image:
                linear-gradient(30deg, rgba(68, 102, 238, 0.05) 12%, transparent 12.5%, transparent 87%, rgba(68, 102, 238, 0.05) 87.5%, rgba(68, 102, 238, 0.05)),
                linear-gradient(150deg, rgba(68, 102, 238, 0.05) 12%, transparent 12.5%, transparent 87%, rgba(68, 102, 238, 0.05) 87.5%, rgba(68, 102, 238, 0.05));
            background-size: 80px 140px;
            background-position: 0 0, 40px 70px; */
            opacity: 1;
            pointer-events: none;
            z-index: 0;
        }

        .ai-voice-wave-container {
            height: 200px;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 2;
            width: 100%;
            margin-top: 20px;
        }

        #waveCanvas {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            z-index: 1;
            border-radius: 8px;
        }

        .controls {
            position: absolute;
            bottom: 20px;
            left: 20px;
            z-index: 10;
        }

        .btn {
            background: #51B05C;
            color: white;
            border: none;
            border-radius: 50px;
            padding: 10px 20px;
            margin: 5px;
            cursor: pointer;
            font-size: 16px;
            transition: all 0.3s ease;
        }

        .btn:hover {
            transform: scale(1.05);
            box-shadow: 0 5px 15px rgba(243, 125, 44, 0.4);
        }

        .btn:disabled {
            background: #666;
            cursor: not-allowed;
            transform: none;
        }

        .info {
            position: absolute;
            bottom: 20px;
            left: 20px;
            color: rgba(255, 255, 255, 0.7);
            font-size: 12px;
            z-index: 10;
        }

        .floating-particles {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            z-index: 1;
        }

        .particle {
            position: absolute;
            background: rgba(255, 255, 255, 0.6);
            border-radius: 50%;
            pointer-events: none;
            animation: float-particle 15s infinite linear;
        }

        @keyframes float-particle {
            0% {
                transform: translateY(0) translateX(0) rotate(0deg);
                opacity: 0;
            }
            10% {
                opacity: 0.8;
            }
            90% {
                opacity: 0.8;
            }
            100% {
                transform: translateY(-100px) translateX(20px) rotate(360deg);
                opacity: 0;
            }
        }

 

 .ai-container {
    width: 250px;          
    background: #263470;
    border-radius: 24px;
    /* padding: 30px; */
    padding: 0px;
    margin: 10px auto;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
    border: 0px solid rgb(171 191 215);
    /* height: 235px; */
    height: 230px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    z-index: 999;
        }



        .ai-container::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 100%;
            background: linear-gradient(to bottom,
                    rgba(255, 255, 255, 0.1) 0%,
                    rgba(255, 255, 255, 0.05) 5%,
                    rgba(255, 255, 255, 0) 20%);
            pointer-events: none;
            z-index: 1;
        }

        .ai-container::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image:
                radial-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px),
                radial-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px);
            background-size: 20px 20px, 30px 30px;
            background-position: 0 0, 10px 10px;
            pointer-events: none;
            opacity: 0.3;
            z-index: 0;
        }

        .geometric-pattern {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image:
                linear-gradient(30deg, rgba(68, 102, 238, 0.05) 12%, transparent 12.5%, transparent 87%, rgba(68, 102, 238, 0.05) 87.5%, rgba(68, 102, 238, 0.05)),
                linear-gradient(150deg, rgba(68, 102, 238, 0.05) 12%, transparent 12.5%, transparent 87%, rgba(68, 102, 238, 0.05) 87.5%, rgba(68, 102, 238, 0.05)),
                linear-gradient(30deg, rgba(68, 102, 238, 0.05) 12%, transparent 12.5%, transparent 87%, rgba(68, 102, 238, 0.05) 87.5%, rgba(68, 102, 238, 0.05)),
                linear-gradient(150deg, rgba(68, 102, 238, 0.05) 12%, transparent 12.5%, transparent 87%, rgba(68, 102, 238, 0.05) 87.5%, rgba(68, 102, 238, 0.05));
            background-size: 80px 140px;
            background-position: 0 0, 0 0, 40px 70px, 40px 70px;
            opacity: 1;
            pointer-events: none;
            z-index: 0;
        }

        .inner-glow {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border-radius: 24px;
            box-shadow: inset 0 0 38px rgb(0 4 22 / 56%);
            pointer-events: none;
            z-index: 1;
        }

        .ai-close-button {
            position: absolute;
            top: 5px;
            right: 10px;
            background: rgba(255, 255, 255, 0.15);
            border: none;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            cursor: pointer;
            font-size: 14px;
            z-index: 10;
            padding: 0;
            line-height: 1;
        }

        .ai-close-button:hover {
            background: rgba(255, 255, 255, 0.25);
        }

        .ai-info-button {
            position: absolute;
            top: 5px;
            left: 10px;
            background: rgba(255, 255, 255, 0.15);
            border: none;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            cursor: pointer;
            font-size: 12px;
            z-index: 10;
            padding: 0;
            line-height: 1;
            transition: all 0.3s ease;
        }

        .ai-info-button:hover {
            background: rgba(255, 255, 255, 0.25);
            transform: scale(1.1);
        }

        .ai-info-tooltip {
            position: fixed;
            top: 30px;
            left: 10px;
            background: linear-gradient(145deg, #1a2332 0%, #0f1628c7 100%);
            border: 1px solid rgba(171, 191, 215, 0.3);
            border-radius: 12px;
            padding: 15px;
            width: 280px;
            max-height: 400px;
            overflow-y: auto;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8),
                inset 0 0 0 1px rgba(255, 255, 255, 0.1);
            color: rgba(255, 255, 255, 0.9);
            font-size: 12px;
            line-height: 1.4;
            z-index: 9999;
            opacity: 0;
            visibility: hidden;
            transform: translateY(-10px);
            transition: all 0.3s ease;
            backdrop-filter: blur(10px);
            pointer-events: none;
        }

        .ai-info-button:hover+.ai-info-tooltip,
        .ai-info-tooltip:hover,
        .ai-info-tooltip.show {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
            pointer-events: auto;
        }

        .ai-info-tooltip h4 {
            margin: 0 0 8px 0;
            color: #4ADE80;
            font-size: 12px;
            font-weight: 600;
        }

        .ai-info-tooltip ul {
            margin: 8px 0;
            padding-left: 15px;
        }

        .ai-info-tooltip li {
            margin-bottom: 4px;
            color: rgba(255, 255, 255, 0.8);
        }

        .ai-info-tooltip .highlight {
            color: #f37d2c;
            font-weight: 500;
        }

        .ai-info-tooltip .pro-tip {
            background: rgba(68, 102, 238, 0.1);
            border-left: 3px solid #4466ee;
            padding: 8px;
            margin: 10px 0;
            border-radius: 4px;
            font-style: italic;
        }

        .ai-info-tooltip .cta {
            background: linear-gradient(145deg, #f37d2c20 0%, #f4433620 100%);
            border: 1px solid rgba(243, 125, 44, 0.3);
            padding: 8px;
            margin-top: 10px;
            border-radius: 6px;
            text-align: center;
            font-weight: 500;
            color: #f37d2c;
        }

        .ai-info-tooltip::-webkit-scrollbar {
            width: 4px;
        }

        .ai-info-tooltip::-webkit-scrollbar-thumb {
            background: rgba(255, 255, 255, 0.3);
            border-radius: 4px;
        }

        .ai-conversation {
            height: 70px;
            width: 190px;
            overflow-y: auto;
            margin-bottom: 5px;
            color: rgba(255, 255, 255, 0.9);
            font-size: 14px;
            line-height: 1.3;
            padding: 5px;
            position: relative;
            z-index: 2;
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-left: -25px;
        }

        .ai-conversation::-webkit-scrollbar {
            width: 5px;
        }

        .ai-conversation::-webkit-scrollbar-thumb {
            background: rgba(255, 255, 255, 0.3);
            border-radius: 5px;
        }

        .ai-status {
            font-size: 11px;
            color: rgba(255, 255, 255, 0.6);
            margin-bottom: 5px;
            display: flex;
            justify-content: space-between;
            position: relative;
            z-index: 2;
        }

        .ai-message {
            margin-bottom: 5px;
            padding: 5px 10px;
            border-radius: 8px;
            font-weight: 300;
            max-width: 100%;
            background: transparent;
            border: none;
        }

        .ai-user-message {
            display: none;
            /* Hide user messages */
        }

        .ai-agent-message {
            margin: 0 auto;
            text-align: center;
            font-size: 13px;
        }

        .ai-error-message {
            color: #ff5858;
            font-size: 11px;
        }

        .ai-button {
            /* padding: 6px 15px; */
            padding: 10px 15px;
            background:#fff;
            color: #000000;
            border: none;
            border-radius: 32px;
            cursor: pointer;
            font-size:16px;
            font-weight: 400;
            transition: all 0.2s ease;
            margin: 0px;
            box-shadow: 0 4px 12px rgba(68, 102, 238, 0.3);
            position: relative;
            z-index: 2;
            width: 90%;
            overflow: hidden;
            font-size: 20px;
            font-weight: 600;
        }

        .ai-button::after {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 70%);
            opacity: 0;
            transform: scale(0.5);
            transition: transform 0.5s ease, opacity 0.5s ease;
        }

        .ai-button:hover::after {
            opacity: 1;
            transform: scale(1);
        }

        .ai-button:disabled {
            background: linear-gradient(145deg, #2a3a5a 0%, #252e48 100%);
            color: rgba(255, 255, 255, 0.4);
            cursor: not-allowed;
            transform: none;
            box-shadow: none;
        }

        .ai-hidden {
            display: none;
        }

        .ai-voice-wave-container {
            /* height: 90px; */
            height: auto;
             
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 2;
            width: 100%;
            margin: auto;
        }

        .ai-voice-wave {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 100%;
            width: 100%;
            position: absolute;
        }

        .ai-wave-line {
            background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.3) 100%);
            width: 3px;
            height: 5px;
            border-radius: 3px;
            margin: 0 2px;
            transition: height 0.1s ease, opacity 0.1s ease;
            box-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
            position: relative;
        }

        .ai-wave-line::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
            border-radius: 3px;
            opacity: 0.7;
        }

        .ai-animate-wave {
            animation: ai-wave 1.5s infinite ease-in-out;
        }

        .ai-microphone-button {
        width: 70px;
        height: 70px; 
            border-radius: 50%;
            background: linear-gradient(145deg, #fff 0%, #f5f5f5 100%);
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            z-index: 10;
            /* box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3),
                0 0 0 1px rgba(255, 255, 255, 0.1),
                inset 0 1px 1px rgba(255, 255, 255, 0.8); */
            transition: all 0.2s ease;
        }

        .ai-microphone-button:hover {
            transform: scale(1.00);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4),
                0 0 0 1px rgba(255, 255, 255, 0.15),
                inset 0 1px 1px rgba(255, 255, 255, 0.8);
        }

        .ai-microphone-button svg {
            /* width: 30px;
        height: 30px; */
            width: 50px;
            height: 50px;
            fill: #192238;
        }

        .ai-controls {
            display: flex;
            justify-content: center;
            /* margin-top: 5px; */
            margin-top: 0px;
            position: relative;
            z-index: 2;
        }

        .ai-muted .ai-microphone-button {
            background: linear-gradient(145deg, #ff3b5c 0%, #e8354f 100%);
            box-shadow: 0 5px 20px rgba(232, 53, 79, 0.4),
                0 0 0 1px rgba(255, 255, 255, 0.1),
                inset 0 1px 1px rgba(255, 255, 255, 0.3);
        }

        .ai-muted .ai-microphone-button svg {
            fill: white;
        }

        .ai-listening .ai-microphone-button {
            animation: ai-pulse-glow 1.5s infinite;
        }

        @keyframes ai-wave {
            0% {
                transform: scaleY(0.5) translateY(2px);
            }

            50% {
                transform: scaleY(1) translateY(-2px);
            }

            100% {
                transform: scaleY(0.5) translateY(2px);
            }
        }

        @keyframes ai-pulse-glow {
            0% {
                box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7), 0 0 10px 1px rgba(255, 255, 255, 0.5);
            }

            70% {
                box-shadow: 0 0 0 10px rgba(255, 255, 255, 0), 0 0 25px 15px rgba(255, 255, 255, 0);
            }

            100% {
                box-shadow: 0 0 0 0 rgba(255, 255, 255, 0), 0 0 10px 1px rgba(255, 255, 255, 0.5);
            }
        }



        /* Canvas styles for smooth wave */
        #waveCanvas {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            z-index: 1;
        }

        /* Hide individual wave lines when using canvas */
        .ai-voice-wave {
            opacity: 0;
        }

        /* Background glow for wave canvas */
        .ai-voice-wave-container {
            position: relative;
            overflow: hidden;
            border-radius: 8px;
            margin: 40px auto;
        }

        .ai-voice-wave-container::after {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            z-index: 0;
            pointer-events: none;
        }

        /* Add CSS class for hidden buttons */
        .ai-hidden-button {
            display: none;
        }

        @keyframes ai-text-fade {
            0% {
                opacity: 0;
                transform: translateY(5px) scale(0.95);
                filter: blur(2px);
            }

            10% {
                opacity: 1;
                transform: translateY(0) scale(1);
                filter: blur(0);
            }

            90% {
                opacity: 1;
                transform: translateY(0) scale(1);
                filter: blur(0);
            }

            100% {
                opacity: 0;
                transform: translateY(-5px) scale(0.95);
                filter: blur(2px);
            }
        }

        .ai-text-animation {
            animation: ai-text-fade 5s ease-in-out;
            color: rgba(255, 255, 255, 0.9);
            font-weight: 400;
        }

        /* Connection status indicator */
        .ai-connection-indicator {
            position: absolute;
            top: 10px;
            left: 10px;
            display: flex;
            align-items: center;
            z-index: 5;
            font-size: 10px;
            color: rgba(255, 255, 255, 0.8);
        }

        .ai-status-dot {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            margin-right: 6px;
            position: relative;
        }

        .ai-status-dot::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            border-radius: 50%;
            animation: ai-pulse-wave 2s infinite;
        }

        .ai-status-dot.ai-connected {
            background-color: #4ADE80;
            box-shadow: 0 0 8px #4ADE80, 0 0 12px #4ADE80;
            animation: ai-glow-pulse 2s infinite;
        }

        .ai-status-dot.ai-connected::before {
            background-color: rgba(74, 222, 128, 0.6);
        }

        .ai-status-dot.ai-disconnected {
            background-color: #FF5858;
            box-shadow: 0 0 8px #FF5858;
        }

        .ai-status-dot.ai-disconnected::before {
            background-color: rgba(255, 88, 88, 0.6);
        }

        @keyframes ai-pulse-wave {
            0% {
                transform: scale(1);
                opacity: 0.8;
            }

            70% {
                transform: scale(2.5);
                opacity: 0;
            }

            100% {
                transform: scale(1);
                opacity: 0;
            }
        }

        @keyframes ai-glow-pulse {
            0% {
                box-shadow: 0 0 8px #4ADE80, 0 0 12px rgba(74, 222, 128, 0.5);
            }

            50% {
                box-shadow: 0 0 12px #4ADE80, 0 0 20px rgba(74, 222, 128, 0.7);
            }

            100% {
                box-shadow: 0 0 8px #4ADE80, 0 0 12px rgba(74, 222, 128, 0.5);
            }
        }

        /* Subtle noise animation for container */
        @keyframes noise {
            0% {
                background-position: 0 0;
            }

            100% {
                background-position: 100% 100%;
            }
        }

        .noise-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            /* background-image: url('data:image/svg+xml;charset=utf8,%3Csvg viewBox%3D%220 0 512 512%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cfilter id%3D%22noise%22%3E%3CfeTurbulence type%3D%22fractalNoise%22 baseFrequency%3D%220.75%22 stitchTiles%3D%22stitch%22%2F%3E%3C%2Ffilter%3E%3Crect width%3D%22100%25%22 height%3D%22100%25%22 filter%3D%22url(%23noise)%22 opacity%3D%220.15%22%2F%3E%3C%2Fsvg%3E'); */
            opacity: 1;
            pointer-events: none;
            z-index: 0;
        }

        /* Floating particles animation */
        .particles {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            z-index: 1;
        }

        .particle {
            position: absolute;
            background: rgba(255, 255, 255, 0.6);
            border-radius: 50%;
            pointer-events: none;
            animation: float-particle 15s infinite linear;
        }

        @keyframes float-particle {
            0% {
                transform: translateY(0) translateX(0) rotate(0deg);
                opacity: 0;
            }

            10% {
                opacity: 0.8;
            }

            90% {
                opacity: 0.8;
            }

            100% {
                transform: translateY(-100px) translateX(20px) rotate(360deg);
                opacity: 0;
            }
        }

        /* Stylish typing animation for assistant responses */
        @keyframes typing {
            from {
                width: 0
            }

            to {
                width: 100%
            }
        }

        .typing-animation {
            display: inline-block;
            overflow: hidden;
            white-space: nowrap;
            animation: typing 1s steps(30, end);
        }


        button#startButton, button#endButton {
            width: 90%;
            background: #fff;
        }

        .position-sticky {
            z-index: 999;
        }