body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Work Sans", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
a:hover {
  text-decoration: none;
  color: inherit;
}
label {
  margin: 0;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
span {
  display: inline-block;
}
a {
  display: inline-block;
}
h1 {
  font-weight: 600;
  font-size: 48px;
  color: #1c1c1c;
  text-transform: inherit;
  line-height: 1.3;
}
h2 {
  font-weight: 600;
  font-size: 22px;
  color: #000000;
  text-transform: inherit;
  line-height: 1.3;
}
p {
  font-weight: 400;
  font-size: 18px;
  color: #6b6b6b;
  text-transform: inherit;
  line-height: 1.6;
}

/* ===================================================================
   =====                   Start Header Area Css                 =====
   =================================================================== */
.header-area {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 0px;
}
.header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-logo img {
  width: 145px;
  height: auto;
}
.header-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-menu ul li a {
  font-weight: 500;
  font-size: 18px;
  color: #6b6b6b;
  text-transform: capitalize;
  margin-left: 30px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.header-menu ul li a:hover {
  color: #2f80ed;
  text-shadow: 0 0 1px #2f80ed;
}
.mobile-menu-icons {
  display: none;
}
/*Start Humber Icon Design Css*/
.all-p-humber {
  width: 22px;
  height: 15px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  z-index: 99;
}
.all-p-humber span {
  display: block;
  position: absolute;
  height: 2px;
  width: 22px;
  background: #6b6b6b;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.all-p-humber span:nth-child(1) {
  top: 6px;
}
.all-p-humber span:nth-child(2),
.all-p-humber span:nth-child(3) {
  top: 6px;
}
.all-p-humber span:nth-child(4) {
  top: 12px;
}
.all-p-humber.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.all-p-humber.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.all-p-humber.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.all-p-humber.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

/* Style for WhatsApp icon */
.whatsapp-icon {
  margin-top: 0px;
}

.whatsapp-icon img {
  width: 42px;
  height: 42px;
}

/* Style the video container to be full width and a fixed height */
.video-container {
  position: relative;
  width: 100%;
  height: 64vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Style the video to cover the entire container */
/* #bg-video {
  width: 100%;
  height: 100%;
  padding-right: 0px;
  padding-top: 60px;
  padding-bottom: 0px;
} */

@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.logos {
  background: #e3e3e3;
  overflow: hidden;
  padding: 40px 0;
  white-space: nowrap;
  position: relative;
}

/* .logos:before,
.logos:after {
  position: absolute;
  top: 0;
  width: 250px;
  height: 100%;
  content: "";
  z-index: 2;
}

.logos:before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
}

.logos:after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
} */

.logos:hover .logos-slide {
  animation-play-state: paused;
}

.logos-slide {
  display: inline-block;
  animation: 35s slide infinite linear;
}

.logos-slide img {
  height: 50px;
  margin: 0 20px;
}

/*End Humber Icon Design Css*/

/* ===================================================================
   =====                    End Header Area Css                  =====
   =================================================================== */

/* ===================================================================
   =====                  Start Bookcall Area Css                =====
   =================================================================== */
.bookcall-area {
  background: #ffffff;
  padding-top: 100px;
  padding-bottom: 220px;
}
.bookcall-content .row {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.bookcall-left-content p {
  margin-top: 30px;
  margin-bottom: 30px;
}
.book-call-btn button,
.book-call-btn a {
  font-weight: 600;
  font-size: 15px;
  color: #ffffff;
  background: #2f80ed;
  border: none;
  padding: 12px 22px;
  border-radius: 8px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.book-call-btn button:hover,
.book-call-btn a:hover {
  background: #0a63db;
}
.bookcall-right-content img {
  width: 110%;
  height: auto;
}
/* ===================================================================
   =====                   End Bookcall Area Css                 =====
   =================================================================== */

/* ===================================================================
   =====                    Start Logo Area Css                  =====
   =================================================================== */
.logo-area {
  background: #f8f8f8;
  padding: 40px 0;
}
.logo-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.logo-content ul li:nth-child(3) a img {
  height: 115px;
  width: auto;
}
.logo-content ul li:nth-child(2) a img,
.logo-content ul li:nth-child(4) a img,
.logo-content ul li:nth-child(1) a img {
  width: 230px;
  height: auto;
}

/* ===================================================================
   =====                     End Logo Area Css                   =====
   =================================================================== */

/* ===================================================================
   =====                   Start Enable Area Css                 =====
   =================================================================== */
.enable-area {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 86px;
  overflow: hidden;
}
.enable-cashless-mobile-content {
  display: none;
}
.enable-cashless-left-single-content {
  margin-top: 40px;
  cursor: pointer;
}
.enable-cashless-left-single-content.first-child {
  position: relative;
  padding-left: 35px;
}
.enable-cashless-left-single-content.first-child::after {
  content: "";
  position: absolute;
  background: #2f80ed;
  height: 100%;
  width: 4px;
  left: 0;
  top: 0;
}
.enable-cashless-left-single-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.enable-cashless-left-single-heading img {
  width: 20px;
  height: auto;
  margin-right: 15px;
}
.enable-cashless-left-single-text p {
  max-width: 595px;
  width: 100%;
  margin-top: 15px;
}

.enable-cashless-left-single-text p span {
  display: none;
}

.enable-cashless-right-content img {
  width: 100%;
  height: auto;
  margin-left: 40px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.enable-cashless-right-content.marginleft img {
  margin-left: 0;
}
.enable-incrase-content {
  background: #2f80ed;
  padding: 75px 50px;
  border-radius: 30px;
  position: relative;
  margin: 140px 0;
}
.enable-incrase-content::after {
  content: "";
  position: absolute;
  background: url("../images/incase.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 130px;
  height: 90px;
  left: 45px;
  top: 40px;
}
.enable-incrase-left-heading h1 {
  font-weight: 700;
  font-size: 190px;
  color: #ffffff;
  display: inline-block;
}
.enable-incrase-left-heading h1 sup {
  font-size: 20px;
  position: absolute;
  top: 60px;
  right: 25px;
}
.enable-incrase-left-text p {
  color: #ffffff;
  max-width: 400px;
  width: 100%;
}
.enable-incrase-right-content img {
  width: 100%;
  height: auto;
}
.enable-getstart-heading {
  max-width: 1000px;
  width: 100%;
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.enable-getstart-heading h1 {
  max-width: 700px;
  width: 100%;
}
.enable-getstart-heading img {
  width: 200px;
  height: auto;
}
.enable-getstart-text-content {
  margin-top: 60px;
}
.single-enable-getstart-img img {
  height: 85px;
  width: auto;
}
.single-enable-getstart-pera h2 {
  margin: 20px 0;
}
.single-enable-getstart-pera p {
  max-width: 345px;
  width: 100%;
}
.single-enable-getstart-learn-btn button {
  font-weight: 600;
  font-size: 15px;
  background: transparent;
  border: none;
  color: #2f80ed;
  outline: none;
}
.single-enable-getstart-learn-btn button img {
  width: 17px;
  height: auto;
  margin-left: 5px;
}
.single-enable-getstart-learn-btn button {
  font-weight: 600;
  font-size: 15px;
  background: transparent;
  border: none;
  color: #2f80ed;
  outline: none;
  padding: 0;
  margin-top: 14px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.single-enable-getstart-learn-btn button:hover {
  color: #0a63db;
}
.tabcontent {
  display: none;
}

/* ===================================================================
   =====                    End Enable Area Css                  =====
   =================================================================== */

/* ===================================================================
   =====                 Start Integration Area Css              =====
   =================================================================== */
.integration-area {
  background: #f8f8f8;
  padding: 60px 0;
}
.integration-heading {
  text-align: center;
}
.integration-heading p {
  max-width: 570px;
  width: 100%;
  margin: 0 auto;
  margin-top: 15px;
}
.integration-top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 75px 0;
}
.integration-bottom-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1050px;
  margin: 0 auto;
}
.integration-top-content img {
  width: 260px;
  height: auto;
}
.integration-top-content .third img {
  width: 240px;
}
.integration-bottom-content img {
  width: 280px;
  height: auto;
}
.integration-bottom-content .ssecond img {
  width: 170px;
}
.integration-bottom-content .tthird img {
  width: 265px;
}

/* ===================================================================
   =====                  End Integration Area Css               =====
   =================================================================== */

/* ===================================================================
   =====                     Start Plan Area Css                 =====
   =================================================================== */
.plan-area {
  background: #2f80ed;
  padding: 85px 0;
}
.plan-left-content img {
  width: 92%;
  height: auto;
}
.plan-right-heading h1 {
  color: #ffffff;
  margin-bottom: 30px;
}
.plan-right-button {
  background: #ffffff;
  max-width: 320px;
  width: 100%;
  padding: 5px;
  border-radius: 20px;
  border: 4px solid #5999f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.plan-right-button button {
  max-width: 150px;
  width: 100%;
  background: #ffffff;
  text-align: center;
  border: none;
  padding: 14px 15px;
  font-weight: 600;
  font-size: 22px;
  color: #6b6b6b;
  text-transform: capitalize;
  border-radius: 10px;
  outline: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.plan-right-button button:first-child:hover {
  background: #2f80ed;
  color: #ffffff;
}
.plan-right-button button.active1 {
  background: #2f80ed;
  color: #ffffff;
}
.plan-right-button button:last-child:hover {
  background: #f9a825;
  color: #ffffff;
}
.plan-right-button button.active2 {
  background: #f9a825;
  color: #ffffff;
}

.plan-right-text p {
  max-width: 325px;
  color: #ffffff;
  margin: 35px 0;
}
.plan-contact-button button {
  font-weight: 600;
  font-size: 15px;
  color: #2f80ed;
  text-transform: capitalize;
  background: #ffffff;
  border: none;
  padding: 14px 25px;
  border-radius: 8px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.plan-contact-button button:hover {
  background: #0a63db;
  color: #ffffff;
}

/* ===================================================================
   =====                      End Plan Area Css                  =====
   =================================================================== */

/* ===================================================================
   =====                     Start FAQ Area Css                  =====
   =================================================================== */
.faq-area {
  background: #ffffff;
  padding-top: 86px;
  padding-bottom: 86px;
}
.single-faq-content {
  border: 2px solid #e1e1e1;
  margin-bottom: 35px;
  padding: 22px 35px;
  border-radius: 12px;
}
.faq-heading h1 {
  padding-bottom: 60px;
}
.faq-text-content p {
  margin-top: 28px;
  font-size: 17px;
}
#faq .updownicon {
  position: relative;
  display: block;
  font-weight: 600;
  font-size: 22px;
  color: #000000;
  text-transform: inherit;
}
#faq .updownicon::after {
  content: "";
  position: absolute;
  background: url("../images/up.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  right: 0;
  top: -5px;
}
#faq .updownicon.collapsed::after {
  background: url("../images/down.svg");
  background-size: 100% 100%;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  right: 0;
  top: -5px;
}
.book-demo-image img {
  width: 100%;
  height: auto;
  margin-top: 50px;
  margin-bottom: 70px;
}
.book-demo-text {
  text-align: center;
}
.book-demo-text p {
  margin-top: 15px;
  margin-bottom: 25px;
}
.book-demo-button {
  text-align: center;
}
.book-demo-button button,
.book-demo-button a {
  font-weight: 600;
  font-size: 15px;
  color: #ffffff;
  background: #2f80ed;
  border: none;
  padding: 12px 22px;
  border-radius: 8px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.book-demo-button button:hover,
.book-demo-button a:hover {
  background: #0a63db;
}
/* ===================================================================
   =====                      End FAQ Area Css                   =====
   =================================================================== */

/* ===================================================================
   =====                   Start Footer Area Css                 =====
   =================================================================== */
.footer-area {
  padding: 40px 0px;
  border-top: 2.5px solid black;
  margin-left: 40px;
  margin-right: 40px;
}
.footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer-left img {
  width: 285px;
  height: auto;
}
.footer-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
}
.footer-middle ul li a {
  font-weight: 500;
  font-size: 18px;
  color: #6b6b6b;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.footer-middle ul li a:hover {
  color: #2f80ed;
  text-shadow: 0 0 1px #2f80ed;
}
.footer-middle .footer-middle-first-menu ul li:last-child a,
.footer-middle .footer-middle-second-menu ul li:last-child a {
  margin-bottom: 0;
}
.footer-left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
}
.footer-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer-middle-first-menu {
  margin-left: 25px;
}
.footer-middle-second-menu {
  margin-left: 55px;
}
.footer-right p {
  font-size: 12px;
  max-width: 310px;
}
.footer-right p:first-child {
  margin-bottom: 20px;
}
/* ===================================================================
   =====                    End Footer Area Css                  =====
   =================================================================== */
