/* ========================= base style starts ========================= */
:root {
  --black-color: #0c0c0c;
  --primary-color: #262aff;
  --white-color: #fff;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "GPCommerce", sans-serif;
}

body {
  color: var(--black-color);
  font-family: "GPCommerce", sans-serif;
  line-height: 1.6;
  font-size: 16px;
}

img {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

p {
  font-family: "GPCommerce", sans-serif;
  /* margin: 0 0 0.5rem; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "GPCommerce", sans-serif;
}

/* ========================= base style ends ========================= */

.container {
  max-width: 1336px;
  margin: 0px auto;
  color: #0c0c0c;
  padding: 0 32px;
  position: relative;
}

html {
  scroll-behavior: smooth;
}

@media screen and (max-width: 900px) {
  .container {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .container {
    padding: 0 16px;
  }

  section h2 {
    font-size: 24px !important;
    line-height: 30px !important;
  }

  .btn-wrap {
    margin-top: 32px !important;
  }
}

.gray_bg {
  background-color: #f5f5f5 !important;
}

.white_bg {
  background-color: #fff !important;
}

.gray_bg .tabSecCon,
.gray_bg .tabNav {
  background-color: #f5f5f5;
}

.gray_bg .tabNav {
  border-bottom: 3px solid #f5f5f5;
}

#onetrust-pc-sdk {
  font-size: 16px !important;
}

.link-cookie a {
  cursor: pointer !important;
}

#ot-sdk-btn.ot-sdk-show-settings,
#ot-sdk-btn.optanon-show-settings,
#ot-sdk-btn.ot-sdk-show-settings:hover,
#ot-sdk-btn.optanon-show-settings:hover {
  background-color: #fff !important;
  color: #0c0c0c !important;
  font-family: "GPCommerce", sans-serif !important;
  line-height: 1.6 !important;
  font-size: 16px !important;
  padding: 0 !important;
}

@media screen and (max-width: 768px) {
  .mktoFormRow.Industry {
    width: 100%;
  }

  .mktoFormRow {
    padding-left: 0;
  }
}

/* 2 column section starts */

.user-friendly {
  padding: 100px 0;
  background: rgba(245, 245, 245, 1);
}

.section-title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 50px;
  line-height: 1.2;
}

.content-wrap {
  display: flex;
  align-items: center;
  gap: 40px;
}

.features {
  flex: 1;
}

.feature-card {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  background: #fff;
  box-shadow: 4px 4px 20px #0000000a !important;
  margin-bottom: 20px;
  border-radius: 20px;
  padding: 20px;
  flex-direction: column;
}

.feature-header {
  display: flex;
  align-items: center;
  gap: 12px;
}

.tick-icon {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.tick-icon img {
  width: 30px;
  height: 30px;
  max-width: 100px;
}

.feature-header h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: #0c0c0c;
}

.feature-card p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  /* color: #0c0c0c; */
  color: #0c0c0c;
}

.image-wrap {
  flex: 1;
}

.image-wrap img {
  width: 100%;
  display: block;
  border-radius: 24px;
  object-fit: cover;
}

.btn-wrap {
  text-align: center;
  margin-top: 50px;
}

/* Tablet */
@media (max-width: 991px) {
  .feature-card {
    padding: 30px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .feature-card {
    padding: 24px;
    border-radius: 20px;
    gap: 8px;
  }

  .feature-header {
    gap: 8px;
  }
}

/* Tablet */
@media (max-width: 991px) {
  .section-title {
    font-size: 34px;
  }

  .content-wrap {
    flex-direction: column;
    gap: 20px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .user-friendly {
    padding: 50px 0;
  }

  .section-title {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .feature-card {
    padding: 20px;
    border-radius: 18px;
  }
}

.custom01.desc {
  margin-bottom: 60px;
  font-weight: 500;
  font-size: 16px;
  color: #0c0c0c;
  line-height: 24px;
  text-align: center;
}

.section-title.custom01 {
  margin-bottom: 32px;
}

.adoptive-img {
  display: flex;
  justify-content: center;
}

.adoptive-img img {
  width: auto;
}

/* 2 column section ends */
.user-friendly .sec-mBotm {
  margin-bottom: 32px;
}

.user-friendly .section-text {
  font-weight: 400;
  font-size: 16px;
  color: #0c0c0c;
  text-align: center;
  margin-bottom: 32px;
}

.col-2-v2 {
  padding: 100px 0;
  background-color: #fff;
}

.col-2-v2-main {
  display: flex;
  align-items: center;
}

.col-2-v2-con,
.col-2-v2-img {
  width: 50%;
}

.col-2-v2-con h2 {
  font-weight: 700;
  font-size: 36px;
  color: rgb(12, 12, 12);
  line-height: 43px;
  margin-bottom: 32px;
}

.col-2-v2-con p {
  font-weight: 400;
  font-size: 16px;
  color: #0c0c0c;
  line-height: 24px;
}

@media screen and (max-width: 768px) {
  .col-2-v2 {
    padding: 50px 0;
  }

  .col-2-v2-main {
    flex-direction: column;
    gap: 32px;
    align-items: center;
    justify-content: center;
  }

  .col-2-v2-con h2 {
    margin-bottom: 22px;
  }

  .col-2-v2-con,
  .col-2-v2-img {
    width: 100%;
  }
}

/* Card section starts */

.sell-section {
  padding: 100px 0px;
  background: rgb(246 245 245);
}

.sell-section .container {
  width: 90%;
}

.sell-section h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 45px;
  color: #0c0c0c;
}

.cards-wrapper {
  display: flex;
  gap: 30px;
  justify-content: center;
}

.sell-section .card {
  flex: 1;
  background: #fff;
  border-radius: 16px;
  padding: 35px;
  text-align: center;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.sell-section .card h3 {
  color: var(--primary-color);
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 700;
}

.sell-section .card p {
  font-size: 16px;
  line-height: 1.5;
  color: #0c0c0c;
  max-width: 450px;
  margin: 0 auto;
}

.sell-section .card-img {
  margin-top: auto;
  padding-top: 30px;
}

.sell-section .card-img img {
  width: 100%;
  max-width: 280px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.sell-section .btn-wrap {
  text-align: center;
  margin-top: 50px;
}

/* Tablet */
@media (max-width: 1024px) {
  .cards-wrapper {
    gap: 20px;
  }

  .sell-section .card {
    padding: 25px 20px;
    min-height: auto;
  }

  .sell-section .card h3 {
    font-size: 28px;
  }

  .sell-section .card p {
    font-size: 18px;
  }

  .sell-section h2 {
    font-size: 34px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .sell-section .container {
    width: 100%;
  }

  .sell-section {
    padding: 50px 0px;
  }

  .sell-section h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px;
  }

  .cards-wrapper {
    flex-direction: column;
  }

  .sell-section .card {
    min-height: auto;
  }

  .sell-section .card h3 {
    font-size: 20px;
  }

  .sell-section .card p {
    font-size: 16px;
  }
}

.sell-section.white-bg {
  background-color: #fff;
}

.white-bg .card {
  background-color: #f5f5f5;
}

/* Card section ends */
/* One Solution Accordion starts  */

.oneSolution_section {
  background: rgba(245, 245, 245, 1);
}

.oneSolution_section .oneSolution_heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.oneSolution_heading .oneS_head {
  color: rgb(12, 12, 12);
  font-weight: 700;
  font-style: Medium;
  font-size: 36px;
  /* line-height: 0; */
  text-align: center;
  vertical-align: middle;
  /* margin-bottom: 24px; */
  position: relative;
}

.oneSolution_section .oneS_accordion_container {
  margin: 40px auto 0;
  width: 100%;
}

.oneS_accordion {
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  /* box-shadow: 0px 15px 30px 0px #5a8cff26; */
  overflow: hidden;
  padding: 20px 24px;
  margin-bottom: 24px;
  border-radius: 20px;
  border: 1px solid;
  border-image-source: linear-gradient(180deg,
      rgba(255, 255, 255, 0.2) 0%,
      #ffffff 95.67%);
  background: #fff;
}

/* .oneS_accordion.active {
  padding-bottom: 20px;
} */

.oneS_accodtion_head {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  cursor: pointer;
}

.oneS_accodtion_headline {
  display: flex;
  gap: 8px;
  width: 99%;
}

.oneS_accodtion_body {
  border: none;
  padding-top: 0;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.2;
  vertical-align: middle;
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: all 0.35s ease;
}

.oneS_accordion.active .oneS_accodtion_body {
  margin-top: 24px;
  opacity: 1;
  border-top: 1px solid #024d9740;
}

.oneS_accodtion_cnt p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #0c0c0c;
  padding-top: 16px;
  padding-bottom: 16px;
}

.oneS_accodtion_cnt ul li {
  list-style: inside;
  margin-top: 8px;
  margin-left: 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #0c0c0c;
}

.oneS_accordion .oneS_accodtion_head p,
.oneS_accordion .oneS_accodtion_head span {
  font-size: 20px;
  font-weight: 600;
  color: #0c0c0c;
  /* color: #000; */
  transition: all 0.35s ease;
}

.accordion_btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: transform 0.8s ease-in-out;
}

.oneS_accordion .accordion_btn img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.oneS_accordion.active .accordion_btn img {
  animation: rotateToMinus 0.8s forwards;
  width: 30px;
  height: 30px;
}

@keyframes rotateToMinus {
  from {
    transform: rotate(0deg);
    /* Initial position (plus icon) */
  }

  to {
    transform: rotate(-180deg);
    /* Rotate to display minus icon */
  }
}

.oneS_accordion:not(.active) .accordion_btn img {
  animation: rotateToPlus 0.8s forwards;
  /* Apply animation on deactive state */
}

@keyframes rotateToPlus {
  from {
    transform: rotate(-180deg);
    /* Initial position (minus icon) */
  }

  to {
    transform: rotate(0deg);
    /* Rotate to display plus icon */
  }
}

.oneSolution_btn {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  padding: 16px 32px;
  border-radius: 10px;
  cursor: pointer;
  outline: none;
  border: none;
  color: #fff;
  background: linear-gradient(101.65deg, #024d97 16.67%, #598bff 88.69%);

  /* box-shadow: 0px 15px 30px 0px #598bff4d; */
  box-shadow:
    0px 0px 2px 0px #598bff4d inset,
    0px 0px 0px -3.75px #ffffff16 inset,
    0px 0px 0px -1.88px #ffffff3c inset,
    0px 13px 7.8px -3px #598bff52,
    0px 4.15px 2.49px -2.25px #598bff6d,
    0px 1.57px 0.94px -1.5px #598bff75,
    0px 0.52px 0.31px -0.75px #598bff79;
  /* transform-origin: top center; */
  /* transition: color 0.3s ease-in-out; */

  position: relative;
  overflow: hidden;
  z-index: 0;
  text-decoration: none;
}

.oneSolution_btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ff5600;
  /* background: linear-gradient(to bottom, #f55200ce 1%, #ff5600 100%); */
  transform: scaleY(0);
  transform-origin: bottom center;
  transition: 0.3s ease-in-out;
  z-index: -1;
}

.oneSolution_btn:hover {
  background: #ff5600;
  box-shadow:
    0px 0px 2px 0px #ff56004d inset,
    0px 0px 0px -3.75px #ff560016 inset,
    0px 0px 0px -1.88px #ff56003c inset,
    0px 13px 7.8px -3px #ff560052,
    0px 4.15px 2.49px -2.25px #ff56006d,
    0px 1.57px 0.94px -1.5px #ff560075,
    0px 0.52px 0.31px -0.75px #ff560079;
}

.oneSolution_section .gp_btn {
  text-transform: none;
}

/* .oneSolution_btn:hover::before {
  transform: scaleY(1);
} */

/* .oneSolution_btn:hover {
  background: linear-gradient(101.65deg, #ff5600 100%, #ff5600 0%);
  box-shadow: 0px 15px 30px 0px #ff56004d;
  transition: 1s ease;
} */
@media all and (max-width: 767px) {
  .oneSolution_section {
    padding: 50px 0 !important;
  }

  .oneS_accordion {
    padding: 28px 16px;
  }

  .oneS_accordion.active {
    padding-bottom: 16px;
  }

  .oneS_accodtion_body {
    font-size: 18px;
  }

  .oneS_accodtion_body,
  .oneS_accordion .oneS_accodtion_head p,
  .oneS_accordion .oneS_accodtion_head span {
    font-size: 16px;
  }

  .oneSolution_heading .oneS_head {
    font-size: 32px;
    margin-bottom: 0px;
    line-height: 1.125;
  }

  .oneSolution_section .oneS_accordion_container {
    margin-top: 32px;
    width: 100%;
  }
}

.oneSolution_section {
  padding-top: 100px;
  padding-bottom: 100px;
}

/* One Solution ends  */

/* accordian updates  */

.oneS_accordion {
  padding: 0 24px;
}

.oneS_accodtion_head {
  padding: 24px 0;
  cursor: pointer;
}

.oneS_accordion .oneS_accodtion_body {
  margin: 0;
}

.oneS_accordion.active .oneS_accodtion_body {
  margin: 0 0 20px;
  /* padding: 0 20px; */
}

@media (max-width: 767px) {
  .oneS_accordion {
    padding: 0 16px;
  }

  .oneS_accordion.active {
    padding-bottom: 0;
  }

  .oneS_accodtion_head {
    padding: 28px 0;
  }

  .oneS_accordion.active .oneS_accodtion_head {
    padding-bottom: 16px;
  }

  .oneS_accordion.active .oneS_accodtion_body {
    margin: 0 0 16px;
  }
}

/* accordian updates Accordion ends*/

.oneS_accodtion_headline p {
  color: #0c0c0c !important;
}

.gpBanner {
  padding: 100px 0;
  background-color: #fff;
}

.gpBanner .gpBannerHeader {
  font-weight: 700;
  font-size: 40px;
  color: #0c0c0c;
  line-height: 48px;
  text-align: center;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 62px;
}

.gpBanner .gpBannerCon {
  display: flex;
  gap: 82px;
  align-items: center;
}

.gpBanner .gpBannerContent,
.gpBanner .gpBannerImg {
  width: 50%;
}

.gpBanner .gpBannerSub {
  font-weight: 600;
  font-size: 19px;
  color: rgb(12, 12, 12);
  font-style: normal;
  line-height: 30px;
  margin-bottom: 32px;
}

.gpBanner .gpBannerCheckList {
  height: 56px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 16px;
  background: rgba(255, 255, 255, 1);
  border-style: none;
  box-shadow: 0px 7px 60px #00000014;
  margin-bottom: 10px;
}

.gpBanner .gpCheckLabel {
  font-weight: 500;
  font-size: 16px;
  color: #0c0c0c;
  line-height: 24px;
}

.gpBanner .gpCheck img {
  min-width: 30px;
  min-height: 30px;
  object-fit: cover;
}

.gpBanner .priceBtn .lp-element.lp-pom-button {
  margin: 45px 0 0 0;
}

/* .gpBanner .priceBtn .lp-element.lp-pom-button {
  border-style: solid;
  border-radius: 100px;
  width: 151px;
  height: 46px;
  background: rgba(38, 42, 255, 1);
  box-shadow: none;
  text-shadow: none;
  color: #ffffff;
  border-width: 1px;
  border-color: #262aff;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 45px 0 0 0;
} */

.gpBanner .priceBtn .lp-element.lp-pom-button:hover {
  background: rgba(255, 255, 255, 1);
  box-shadow: none;
  color: #262aff;
  border-style: solid;
  border-width: 1px;
  border-color: #262aff;
}

@media screen and (max-width: 1024px) {
  .gpBanner {
    padding: 80px 0;
  }

  .gpBanner .gpBannerImg,
  .gpBanner .gpBannerContent {
    width: 50%;
  }

  .gpBanner .gpBannerHeader {
    width: 100%;
  }

  .gpBanner .gpBannerCon {
    gap: 52px;
  }
}

@media screen and (max-width: 768px) {
  .gpBanner {
    padding: 50px 0;
  }

  .gpBanner .gpBannerImg,
  .gpBanner .gpBannerImg img,
  .gpBanner .gpBannerContent {
    width: 100%;
  }

  .gpBanner .gpBannerHeader {
    width: 100%;
  }

  .gpBanner .gpBannerCon {
    gap: 32px;
    flex-direction: column;
  }

  .gpBanner .gpBannerSub {
    text-align: center;
  }

  .gpBanner .priceBtn .lp-element.lp-pom-button {
    margin: 22px auto 0 auto;
  }

  .gpBanner .gpBannerHeader {
    margin-bottom: 32px;
    font-size: 24px;
    line-height: normal;
  }

  .gpBanner .gpBannerSub {
    margin-bottom: 18px;
    line-height: normal;
  }
}

.gpBanner .gpBannerSubTex {
  font-weight: 400;
  font-size: 16px;
  color: #0c0c0c;
  text-align: center;
  margin-bottom: 32px;
}

.gpBannerCon-alignCenter {
  align-items: center;
}

.gpBanner02 {
  padding: 100px 0;
  background-color: #fff;
}

.gpBanner02 .gpBanner02Header {
  font-weight: 700;
  font-size: 40px;
  color: #0c0c0c;
  line-height: 48px;
  text-align: center;
  width: 70%;
  margin: 0 auto;
  margin-bottom: 32px;
}

.gpBanner02 .gpBanner02Con {
  display: flex;
  gap: 0;
  align-items: center;
}

/* .gpBanner02 .gpBanner02Img, */
.gpBanner02 .gpBanner02Content {
  width: 50%;
}

.gpBanner02 .priceBtn .lp-element.lp-pom-button {
  border-style: solid;
  border-radius: 100px;
  width: 151px;
  height: 46px;
  background: rgba(38, 42, 255, 1);
  box-shadow: none;
  text-shadow: none;
  color: #ffffff;
  border-width: 1px;
  border-color: #262aff;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 45px 0 0 0;
}

.gpBanner02 .priceBtn .lp-element.lp-pom-button:hover {
  background: rgba(255, 255, 255, 1);
  box-shadow: none;
  color: #262aff;
  border-style: solid;
  border-width: 1px;
  border-color: #262aff;
}

.gpBanner02 .gpBannerCheckPoints {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  margin-bottom: 52px;
  flex-wrap: wrap;
}

.gpBanner02 .gpBannerCheckPoint {
  display: flex;
  align-items: center;
  gap: 10px;
}

.gpBanner02 .gpBannerCheckPointImg {
  width: 26px;
  height: 26px;
}

.gpBanner02 .gpBannerCheckPointImg img,
.gpBanner02 .gpBanner02Img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gpBanner02 .gpBannerCheckPointText {
  font-weight: 500;
  font-size: 16px;
  color: #0c0c0c;
  line-height: 24px;
}

.gpBannerRevenueCon {
  width: 100%;
  max-width: 500px;
  padding: 45px 36.689px;
  background: #ffffff;
  border-width: 0px 4.58613px 4.58613px 0px;
  border-style: solid;
  border-color: #efefef;
  box-shadow: 0px 32.1029px 32.1029px rgba(0, 0, 0, 0.05);
  border-radius: 14.6756px;
}

.gpBannerRevenueCon h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: normal;
  color: #0c0c0c;
  margin-bottom: 44px;
}

.gpRevInputs {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.gpRevInput .checkmark-container {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.gpRevInput .checkmark-container input[type="checkbox"] {
  visibility: visible !important;
  opacity: 0 !important;
}

.gpRevInput .checkmark-container input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: pointer;
}

.gpRevInput .checkmark {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 2px solid #222;
  background: #fff;
  right: 0;
  top: 0;
}

.gpRevInput .checkmark-container input:checked~.checkmark {
  background: #000000;
  border-color: #262aff;
}

.gpRevInput .checkmark-container input:checked~.checkmark:after {
  display: block;
}

.gpRevInput .checkmark:after {
  content: "✓";
  position: absolute;
  display: none;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  top: -3px;
  left: 2px;
}

.gpBannerRevenueCon .gpRevInput label {
  font-weight: 500;
  font-size: 18px;
  line-height: normal;
  color: #0c0c0c;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.gpBanner-btn-container {
  display: flex;
  gap: 24px;
  margin-top: 44px;
}

.gpBanner-btn-container .btn {
  padding: 12px 14px;
  border-radius: 50px;
  text-decoration: none;
  display: inline-block;
  font-weight: 600;
}

.gpBanner-btn-container .btn-primary {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 199px;
  height: 56px;
  background: #262aff;
  border-radius: 100px;
  font-style: normal;
  font-weight: 600;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  font-size: 16px;
  line-height: 150%;
  color: #ffffff;
}

.gpBanner-btn-container .btn-outline-primary {
  display: flex;
  color: #0d6efd;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 199px;
  height: 56px;
  background: #fff;
  border: 2px solid #0d6efd;
  border-radius: 50px;
}

.gpBanner-btn-container .btn-outline-primary:hover {
  transform: translateY(-2px);
  color: #fff;
  background-color: #262aff;
  border-color: #262aff !important;
}

.gpBanner-btn-container .btn-primary:hover {
  transform: translateY(-2px);
  border-color: #262aff;
}

@media screen and (max-width: 1024px) {
  .gpBanner02 {
    padding: 80px 0;
  }

  .gpBanner02 .gpBanner02Img,
  .gpBanner02 .gpBanner02Content {
    width: 50%;
  }

  .gpBanner02 .gpBanner02Header {
    width: 100%;
  }

  .gpBanner02 .gpBanner02Con {
    gap: 0;
  }

  .gpBanner02 .gpBannerCheckPoints {
    flex-wrap: wrap;
  }

  .gpBannerRevenueCon {
    padding: 40px 30px;
  }
}

@media screen and (max-width: 768px) {
  .gpBanner02 {
    padding: 50px 0;
  }

  .gpBanner02 .gpBanner02Img,
  .gpBanner02 .gpBanner02Img img,
  .gpBanner02 .gpBanner02Content {
    width: 100%;
  }

  .gpBanner02 .gpBanner02Con {
    flex-direction: column;
  }

  .gpBanner02 .gpBanner02Header {
    margin-bottom: 32px;
    font-size: 24px;
    line-height: normal;
    width: 100%;
  }

  .gpBanner02 .gpBannerCheckPoint {
    align-items: flex-start;
  }

  .gpBanner02 .gpBannerCheckPoints {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 32px;
  }

  .gpBanner02 .gpBannerCheckPointText {
    flex: 1;
  }

  .gpBannerRevenueCon {
    max-width: 100%;
    border-width: 0px 2px 2px 0px;
    border-style: solid;
    border-color: #efefef;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    padding: 14px;
  }

  .gpBannerRevenueCon h3 {
    font-size: 16px;
    margin-bottom: 24px;
  }

  .gpBannerRevenueCon .gpRevInput label {
    font-size: 14px;
  }

  .gpRevInput .checkmark {
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 4px;
    border: 1px solid #222;
    background: #fff;
    right: 0;
    top: 0;
  }

  .gpRevInput .checkmark:after {
    font-size: 9px;
    top: -1px;
    left: 2px;
  }

  .gpRevInputs {
    gap: 16px;
  }

  .gpBanner-btn-container {
    margin-top: 28px;
    gap: 14px;
  }

  .gpBanner-btn-container .btn-primary,
  .gpBanner-btn-container .btn-outline-primary {
    width: 100%;
    height: 38px;
    font-size: 12px;
    padding: 0;
  }
}

.gpBanner02 {
  padding: 100px 0;
  background-color: #fff;
}

.gpBanner02 .gpBanner02Header {
  font-weight: 700;
  font-size: 40px;
  color: #0c0c0c;
  line-height: 48px;
  text-align: center;
  width: 65%;
  margin: 0 auto;
  margin-bottom: 32px;
}

.gpBanner02 .gpBanner02Con {
  display: flex;
  align-items: center;
}

.gpBanner02 .gpBanner02Img,
.gpBanner02 .gpBanner02Content {
  width: 50%;
}

.gpBanner02 .priceBtn .lp-element.lp-pom-button {
  border-style: solid;
  border-radius: 100px;
  width: 151px;
  height: 46px;
  background: rgba(38, 42, 255, 1);
  box-shadow: none;
  text-shadow: none;
  color: #ffffff;
  border-width: 1px;
  border-color: #262aff;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 45px 0 0 0;
}

.gpBanner02 .priceBtn .lp-element.lp-pom-button:hover {
  background: rgba(255, 255, 255, 1);
  box-shadow: none;
  color: #262aff;
  border-style: solid;
  border-width: 1px;
  border-color: #262aff;
}

.gpBanner02 .gpBannerCheckPoints {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  margin-bottom: 52px;
  flex-wrap: wrap;
}

.gpBanner02 .gpBannerCheckPoint {
  display: flex;
  align-items: center;
  gap: 10px;
}

.gpBanner02 .gpBannerCheckPointImg {
  width: 26px;
  height: 26px;
}

.gpBanner02 .gpBannerCheckPointImg img,
.gpBanner02 .gpBanner02Img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gpBanner02 .gpBannerCheckPointText {
  font-weight: 500;
  font-size: 16px;
  color: #0c0c0c;
  line-height: 24px;
}

.gpBannerRevenueCon {
  width: 100%;
  max-width: 500px;
  padding: 45px 36.689px;
  background: #ffffff;
  border-width: 0px 4.58613px 4.58613px 0px;
  border-style: solid;
  border-color: #efefef;
  box-shadow: 0px 32.1029px 32.1029px rgba(0, 0, 0, 0.05);
  border-radius: 14.6756px;
}

.gpBannerRevenueCon h3 {
  font-weight: 800;
  font-size: 24px;
  line-height: normal;
  color: #0c0c0c;
  margin-bottom: 44px;
}

.gpRevInputs {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.gpRevInput .checkmark-container {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.gpRevInput .checkmark-container input[type="checkbox"] {
  visibility: visible !important;
  opacity: 0 !important;
}

.gpRevInput .checkmark-container input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: pointer;
}

.gpRevInput .checkmark {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 2px solid #222;
  background: #fff;
  right: 0;
  top: 0;
}

.gpRevInput .checkmark-container input:checked~.checkmark {
  background: #262aff;
  border-color: #262aff;
}

.gpRevInput .checkmark-container input:checked~.checkmark:after {
  display: block;
}

.gpRevInput .checkmark:after {
  content: "✓";
  position: absolute;
  display: none;
  color: #fff;
  /* font-size: 16px;
    font-weight: bold;
    top: -2px;
    left: 1px; */

  font-size: 14px;
  font-weight: bold;
  top: 0px;
  left: 1px;
}

.gpBannerRevenueCon .gpRevInput label {
  font-weight: 500;
  font-size: 18px;
  line-height: normal;
  color: #0c0c0c;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.gpBanner-btn-container {
  display: flex;
  gap: 24px;
  margin-top: 44px;
  justify-content: center;
}

.gpBanner-btn-container .btn {
  padding: 12px 14px;
  border-radius: 50px;
  text-decoration: none;
  display: inline-block;
  font-weight: 600;
}

.gpBanner-btn-container .btn-primary {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 199px;
  height: 56px;
  background: #262aff;
  border-radius: 100px;
  font-style: normal;
  font-weight: 600;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  font-size: 16px;
  line-height: 150%;
  color: #ffffff;
}

.gpBanner-btn-container .btn-outline-primary {
  display: flex;
  color: #262aff;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 199px;
  height: 56px;
  background: #fff;
  border: 2px solid #262aff;
  border-radius: 50px;
}

.gpBanner-btn-container .btn-outline-primary:hover {
  transform: translateY(-2px);
  color: #fff;
  background-color: #262aff;
  border-color: #262aff !important;
}

.gpBanner-btn-container .btn-primary:hover {
  transform: translateY(-2px);
  border-color: #262aff;
}

@media screen and (max-width: 1024px) {
  .gpBanner02 {
    padding: 80px 0;
  }

  .gpBanner02 .gpBanner02Img,
  .gpBanner02 .gpBanner02Content {
    width: 50%;
  }

  .gpBanner02 .gpBanner02Header {
    width: 100%;
  }

  .gpBanner02 .gpBanner02Con {
    gap: 0;
  }

  .gpBanner02 .gpBannerCheckPoints {
    flex-wrap: wrap;
  }

  .gpBannerRevenueCon {
    padding: 40px 30px;
  }
}

@media screen and (max-width: 768px) {
  .gpBanner02 {
    padding: 50px 0;
  }

  .gpBanner02 .gpBanner02Img,
  .gpBanner02 .gpBanner02Img img,
  .gpBanner02 .gpBanner02Content {
    width: 100%;
  }

  .gpBanner02 .gpBanner02Con {
    flex-direction: column;
  }

  .gpBanner02 .gpBanner02Header {
    margin-bottom: 32px;
    font-size: 24px;
    line-height: normal;
    width: 100%;
  }

  .gpBanner02 .gpBannerCheckPoint {
    align-items: flex-start;
  }

  .gpBanner02 .gpBannerCheckPoints {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 32px;
  }

  .gpBanner02 .gpBannerCheckPointText {
    flex: 1;
  }

  .gpBannerRevenueCon {
    max-width: 100%;
    border-width: 0px 2px 2px 0px;
    border-style: solid;
    border-color: #efefef;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    padding: 14px;
  }

  .gpBannerRevenueCon h3 {
    font-size: 16px;
    margin-bottom: 24px;
  }

  .gpBannerRevenueCon .gpRevInput label {
    font-size: 14px;
  }

  .gpRevInput .checkmark {
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 4px;
    border: 1px solid #222;
    background: #fff;
    right: 0;
    top: 0;
  }

  .gpRevInput .checkmark:after {
    font-size: 9px;
    top: 1px;
    left: 2px;
  }

  .gpRevInputs {
    gap: 16px;
  }

  .gpBanner-btn-container {
    margin-top: 28px;
    gap: 14px;
  }

  .gpBanner-btn-container .btn-primary,
  .gpBanner-btn-container .btn-outline-primary {
    width: 100%;
    height: 38px;
    font-size: 12px;
    padding: 0;
  }
}

/* Banner 2 sheild para */
.banner_sheild_section {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.banner_sheild {
  background: #ffffff;
  border-style: none;
  box-shadow: 0px 4px 35px #0000001a !important;
  width: 319px;
  height: 38px;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.banner_sheild .txt {
  font-weight: 500;
  font-family: "GPCommerce", sans-serif;
  font-size: 14px;
  color: #262aff;
  line-height: 18px;
  text-transform: uppercase;
}

.banner_sheild .icon img {
  width: 26px;
  height: 26px;
}

@media screen and (max-width: 768px) {
  .banner_sheild .txt {
    font-family: "GPCommerce", sans-serif;
    font-size: 12px;
    line-height: 16px;
  }

  .banner_sheild {
    width: 278px;
    height: 38px;
  }

  .banner_sheild .icon img {
    width: 20px;
    height: 20px;
  }
}

/* Main Section Styling */
.features-section-v2 {
  padding: 100px 0;
}

.section-header-v2 {
  text-align: center;
  padding-bottom: 32px;
}

.section-header-v2 h2 {
  font-weight: 700;
  font-size: 36px;
  color: rgb(12, 12, 12);
  line-height: 43px;
}

/* Content Grid and Cards */
.cards-grid-v2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 32px;
}

.feature-card-v2 {
  display: flex;
  flex-direction: column;
  max-width: 530px;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;

  background: rgba(255, 255, 255, 1);
  border-style: none;
  box-shadow: 0px 35px 35px #0000000d !important;
}

.feature-card-v2 img {
  width: 100%;
  object-fit: cover;
}

.feature-card-v2 .card-title-v2 {
  font-weight: 600;
  font-size: 20px;
  color: rgb(12, 12, 12);
  margin-bottom: 12px;
}

.feature-card-v2 .card-description-v2 {
  font-weight: 400;
  font-size: 16px;
  color: #0c0c0c;
  font-style: normal;
}

.section-footer-cta {
  text-align: center;
  padding-top: 40px;
}

.section-footer-cta .gp-btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #262aff;
  border: none;
  border-radius: 100px;
  color: #fff;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  padding: 12px 20px;
  text-transform: capitalize;
}

.conWrapper {
  padding: 20px;
}

/* Tablet and Desktop Devices */
@media (min-width: 768px) {
  .gp_btn {
    font-size: 1rem;
  }

  .features-section-v2 {
    padding: 100px 0px;
  }

  .section-header-v2 {
    padding-bottom: 40px;
  }

  .cards-grid-v2 {
    flex-direction: row;
    align-items: normal;
    gap: 30px;
  }

  .section-footer-cta {
    padding-top: 60px;
  }
}

@media (max-width: 600px) {
  .feature-card-v2 {
    border-radius: 14px;
  }

  .features-section-v2 {
    padding: 50px 0;
  }

  .gp_btn {
    /* width: 100%; */
    max-width: 280px;
    padding: 10px 16px;
    font-size: 15px;
  }

  .conWrapper {
    padding: 10px 15px;
  }

  .cards-grid-v2 {
    gap: 18px;
  }

  .section-footer-cta {
    padding-top: 24px;
  }
}

.gpCards02 {
  padding: 100px 0;
  background-color: #f5f5f5;
}

.gpCards02 h2 {
  font-weight: 700;
  font-size: 36px;
  color: rgb(12, 12, 12);
  text-align: center;
  line-height: 43px;
  margin-bottom: 62px;
}

.gpCards02 .gpCardsCon {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  justify-content: center;
}

.gpCards02 .gpCard {
  border-radius: 24px;
  padding: 32px 22px;
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: start;
  background: rgba(255, 255, 255, 1);
  border-style: none;
  box-shadow: 0px 60px 40px #00000014;
}

.gpCards02 .gpCardimg {
  width: 100px;
  height: 100px;
  margin-bottom: 32px;
}

.gpCards02 .gpCardimg img {
  width: 100%;
  height: 100%;
}

.gpCards02 .gpCardHead {
  font-weight: 800;
  font-size: 20px;
  color: #0c0c0c;
  line-height: 30px;
  margin-bottom: 12px;
}

.gpCards02 .gpCardDes {
  font-weight: 400;
  font-size: 16px;
  color: #0c0c0c;
  line-height: 24px;
}

.gpCards02 .lp-element {
  margin: 52px auto 0 auto;
}

/* 

.gpCards02 .lp-element {
    display: block;
    border-style: solid;
    border-radius: 100px;
    width: 151px;
    height: 46px;
    background: rgba(38, 42, 255, 1);
    box-shadow: none;
    text-shadow: none;
    color: #ffffff;
    border-width: 1px;
    border-color: #262aff;
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 52px auto 0 auto;
    transition: all 0.3s;
} */

.gpCards02 .lp-element:hover {
  background: #ffffff;
  color: #262aff;
  border-color: #262aff;
}

@media screen and (max-width: 1024px) {
  .gpCards02 .gpCard {
    width: 45%;
  }
}

@media screen and (max-width: 768px) {
  .gpCards02 {
    padding: 50px 0;
  }

  .gpCards02 .gpCard {
    width: 100%;
  }

  .gpCards02 .gpCardimg {
    margin-bottom: 22px;
    width: 62px;
    height: 62px;
  }

  .gpCards02 .gpCard {
    align-items: flex-start;
    text-align: start;
    padding: 18px 12px;
    border-radius: 15px;
  }

  .gpCards02 h2 {
    font-size: 24px;
    line-height: normal;
    margin-bottom: 32px;
  }

  .gpCards02 .lp-element {
    width: 124px;
    height: 40px;
    margin: 32px auto 0 auto;
    font-size: 14px;
    line-height: 14px;
  }

  .gpCards02 .gpCardsCon {
    gap: 22px;
  }
}

/* center card */
.card_center.gpCards02 {
  text-align: center;
}

.card_center.gpCards02 .gpCardimg {
  width: 72px;
  height: 72px;
  /* padding-bottom: 22px; */
  text-align: center;
  margin: 0 auto 32px auto;
}

.card_center.gpCards02 .gpCardHead {
  color: #0c0c0c;
  text-align: center;
  width: 100%;
  font-weight: 700;
}

.card_center.gpCards02 .gpCardDes {
  text-align: center;
}

.gpCard.align-center {
  box-shadow: none;
}

.gpCards01 {
  padding: 100px 0;
  background-color: #fff;
}

.gpCards01 h2 {
  font-weight: 800;
  font-size: 36px;
  color: rgb(12, 12, 12);
  text-align: center;
  line-height: 43px;
  margin-bottom: 58px;
}

.gpCards01 .gpCardsCon {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  justify-content: center;
}

.gpCards01 .gpCard {
  border-radius: 24px;
  border: 1px solid #eeeeee;
  padding: 32px 22px;
  text-align: center;
  width: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gpCards01 .gpCardimg {
  width: 69px;
  height: 68px;
  margin-bottom: 32px;
}

.gpCards01 .gpCardimg img {
  width: 100%;
  height: 100%;
}

.gpCards01 .gpCardHead {
  font-weight: 800;
  font-size: 20px;
  color: #0c0c0c;
  line-height: 30px;
  margin-bottom: 12px;
}

.gpCards01 .gpCardDes {
  font-weight: 400;
  font-size: 16px;
  color: #0c0c0c;
  line-height: 24px;
}

.gpCards01 .lp-element {
  /* display: block;
    border-style: solid;
    border-radius: 100px;
    width: 151px;
    height: 46px;
    background: rgba(38, 42, 255, 1);
    box-shadow: none;
    text-shadow: none;
    color: #ffffff;
    border-width: 1px;
    border-color: #262aff;
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center; */
  margin: 52px auto 0 auto;
}

.gpCards01 .lp-element:hover {
  background: #ffffff;
  color: #262aff;
  border-color: #262aff;
}

@media screen and (max-width: 768px) {
  .gpCards01 {
    padding: 50px 0;
  }

  .gpCards01 .gpCard {
    width: 100%;
  }

  .gpCards01 .gpCardimg {
    margin-bottom: 22px;
    width: 52px;
    height: 51px;
  }

  .gpCards01 .gpCard {
    align-items: flex-start;
    text-align: start;
    padding: 10px;
    border-radius: 15px;
  }

  .gpCards01 h2 {
    font-size: 24px;
    line-height: normal;
    margin-bottom: 32px;
  }

  .gpCards01 .lp-element {
    width: 124px;
    height: 40px;
    margin: 32px auto 0 auto;
    font-size: 14px;
    line-height: 14px;
  }

  .gpCards01 .gpCardsCon {
    gap: 22px;
  }

  .gpCards01 .gpCardHead br {
    display: none;
  }
}

.company-section-v2 {
  padding: 0 0 100px 0;
  background-color: #f5f5f5;
}

.company-title-v2 {
  font-weight: 700;
  font-size: 36px;
  color: #0c0c0c;
  line-height: 43px;
  margin-bottom: 32px;
  text-align: center;
}

.company-description-v2 {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #0c0c0c;
  text-align: center;
  max-width: 815px;
  margin: 0 auto 82px;
}

.company-logos-v2 {
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: #fff; */
  border-radius: 0.75rem;
  overflow: hidden;
  /* box-shadow: 0 0.625rem 2rem rgba(0, 0, 0, 0.06); */
  margin-bottom: 32px;
  gap: 24px;
}

.logo-item-v2 {
  flex: 1;
  min-height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: #fff;
  border-radius: 20px;
  /* border-right: 0.0625rem solid #e5e5e5; */
}

.logo-item-v2 img {
  /* width: 9rem; */
  max-width: 100%;
  height: auto;
  display: block;
}

/* Tablet */
@media (max-width: 991px) {
  .company-logos-v2 {
    flex-wrap: wrap;
  }

  .logo-item-v2 {
    padding: 10px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .company-section-v2 {
    padding: 50px 0;
  }

  .company-title-v2 {
    font-size: 32px;
  }

  .company-description-v2 {
    font-size: 0.9375rem;
    margin-bottom: 2rem;
  }

  .company-logos-v2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .logo-item-v2 {
    min-height: 6rem;
    max-height: 6rem;
  }

  .company-title-v2,
  .company-description-v2 {
    margin-bottom: 16px;
  }

  .company-section-v2 .btn-wrap {
    margin-top: 0;
  }
}

.company-section {
  padding: 100px 0;
}

.company-title {
  font-weight: 700;
  font-size: 36px;
  color: #0c0c0c;
  line-height: 43px;
  margin-bottom: 16px;
  text-align: center;
}

.company-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #0c0c0c;
  text-align: center;
  max-width: 815px;
  margin: 0 auto 82px;
}

.company-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 0.625rem 2rem rgba(0, 0, 0, 0.06);
  margin-bottom: 0;
}

.logo-item {
  flex: 1;
  min-height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  border-right: 0.0625rem solid #e5e5e5;
}

.logo-item:last-child {
  border-right: none;
}

.logo-item img {
  /* width: 9rem; */
  max-width: 100%;
  height: auto;
  display: block;
}

.award-badges {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

.badge-item img {
  width: 5.5rem;
  height: auto;
  display: block;
}

/* Tablet */
@media (max-width: 991px) {
  .company-logos {
    flex-wrap: wrap;
  }

  /* .logo-item {
    flex: 0 0 33.333%;
  } */

  .company-title {
    /* font-size: 2rem; */
  }
}

.custom-v1 .company-title {
  margin-bottom: 62px;
}

/* Mobile */
@media (max-width: 768px) {
  .custom-v1 .company-title {
    margin-bottom: 32px;
  }

  .company-section {
    padding: 50px 0;
  }

  .company-title {
    font-size: 32px;
  }

  .company-description {
    font-size: 0.9375rem;
    margin-bottom: 2rem;
  }

  .company-logos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .logo-item {
    min-height: 6rem;
    max-height: 6rem;

    border-bottom: 0.0625rem solid #e5e5e5;
  }

  .logo-item:nth-child(even) {
    border-right: none;
  }

  .logo-item:last-child {
    /* grid-column: 1/-1; */
    border-right: 0.0625rem solid #e5e5e5;
  }

  .award-badges {
    gap: 1rem;
    flex-wrap: wrap;
  }

  .badge-item img {
    width: 4.5rem;
  }
}

/* footer starts */
.footer {
  padding-top: 48px;
  padding-bottom: 48px;
}

.footer .footer-top {
  border-bottom: solid 1px #eeeeee;
  padding-bottom: 24px;
}

.footer .footer-top .logo {
  text-align: center;
}

.footer .footer-top .logo img {
  display: inline-block;
}

.footer .footer-top .content p {
  font-family: "GPCommerce", sans-serif;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  color: rgb(12, 12, 12);
}

.footer .footer-bottom {
  margin-top: 24px;
  color: #0c0c0c;
}

.footer .footer-bottom .content-center {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 16px;
}

.footer .footer-bottom .content-center img {
  width: auto;
  height: 59px;
}

@media (min-width: 768px) {

  .footer .footer-top,
  .footer .footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .footer .footer-top {
    align-items: flex-start;
  }

  .footer .footer-top .logo {
    padding-top: 30px;
  }

  .footer .footer-top .content {
    /* max-width: 536px; */
    max-width: 58%;
  }

  .footer .footer-top .content p {
    text-align: right;
  }

  .footer .footer-bottom .content-left,
  .footer .footer-bottom .content-right {
    width: 35%;
  }

  .footer .footer-bottom .content-center {
    width: 30%;
  }

  .footer .footer-bottom .content-right ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 16px;
    text-align: right;
    justify-content: flex-end;
  }

  .footer .footer-bottom .content-right ul li {
    margin-bottom: 8px;
  }
}

@media (max-width: 767px) {
  .footer .footer-top .logo {
    padding-top: 0px;
  }

  .footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .footer .footer-top .logo {
    margin-bottom: 16px;
  }

  .footer .footer-bottom {
    display: flex;
    flex-direction: column;
    text-align: center;
    row-gap: 16px;
  }

  .footer .footer-bottom .content-left {
    order: 2;
  }

  .footer .footer-bottom .content-center {
    order: 1;
  }

  .footer .footer-bottom .content-right {
    order: 3;
  }

  .footer .footer-bottom .content-right ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 16px;
  }

  .footer .footer-bottom .content-right ul li {
    margin-bottom: 16px;
  }

  .footer .footer-bottom .content-right ul li.link-terms {
    order: 1;
  }

  .footer .footer-bottom .content-right ul li.link-info {
    order: 4;
  }

  .footer .footer-bottom .content-right ul li.link-cookie {
    width: 100%;
    order: 2;
  }
}

/* footer ends */
.formContainer {
  overflow: visible !important;
  width: 100%;
  max-width: 580px;
  min-height: 450px;
  box-shadow: 0 6px 26px 5px #1d589a17;
  padding: 32px;
  background: #ffffff;
  border-radius: 24px;
}

.mktoForm .mktoLabel {
  padding-top: 0 !important;
}

#lp-code-283 {
  overflow: visible;
}

#mktoStyleLoaded {
  background-color: #123456;
  display: none;
}

.d-none,
.mktoForm .mktoClear,
.mktoForm .mktoOffset,
.mktoForm .mktoGutter,
.mktoForm.mktoLayoutAbove .mktoGutter,
.mktoMobileShow .mktoForm .mktoGutter,
.mktoMobileShow .mktoForm .mktoOffset {
  display: none !important;
}

.mktoForm select.mktoField {
  appearance: none;
  background-image: url(https://user-assets.unbounce.com/dca26f5e-18fb-4f5f-892d-8d38b1fd1e41/bcb11c4c-1f5b-420d-a2b6-4584ed8d8c4c/icn-formarrow-down.original.svg);
  background-repeat: no-repeat;
  background-position: 94% 50%;
  background-size: 16px;
}

.mktoForm .mktoFieldWrap .mktoInstruction {
  display: none;
}

.annualCardProcessingVolume {
  width: 100% !important;
}

.mktoForm {
  max-width: 840px;
  display: flex;
  flex-flow: column;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  font-size: 1rem;
}

.mktoForm * {
  font-family: "GPCommerce", sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.mktoForm div,
.mktoForm span,
.mktoForm label,
.mktoForm p {
  text-align: left;
}

.mktoForm span,
.mktoForm label,
.mktoForm p,
.mktoForm input,
.mktoForm select,
.mktoForm textarea {
  margin: 0;
}

.mktoForm a {
  font-weight: 600;
  text-decoration: underline;
  color: #0c0c0c;
}

@media screen and (min-width: 576px) {
  .mktoForm {
    flex-flow: row;
    flex-wrap: wrap;
  }
}

.mktoForm .mktoButtonRow {
  text-align: center;
}

.mktoFormRow {
  max-width: 100%;
  width: 100%;
}

.LastName,
.Email,
.PostalCode,
.noofLocations {
  padding: 0 0 20px 8px;
}

.FirstName,
.Company,
.Phone,
.Industry {
  padding: 0 8px 20px 0;
}

.estAnnualProcessingVolume {
  padding: 0;
}

@media screen and (min-width: 576px) {
  .mktoFormRow {
    width: 50%;
  }
}

.mktoFormRow:has(input[type="hidden"]) {
  display: none !important;
}

.mktoButtonRow {
  position: relative;
  max-width: 100%;
  width: 100%;
  margin: 0;
  padding: 24px 1rem 24px 1rem;
}

.mktoButtonRow .mktoButtonWrap {
  margin-left: 0 !important;
}

.mktoForm .mktoFieldWrap {
  position: relative;
}

.mktoForm .mktoLabel {
  display: flex;
  font-size: 14px;
  line-height: 150%;
  font-weight: 500;
  margin-bottom: 0.25rem;
  color: #0c0c0c;
}

.mktoForm .mktoField {
  line-height: 1.2em;
  font-size: 1em;
}

.mktoForm .mktoPlaceholder,
.mktoForm .mktoLogicalField {
  float: left;
}

.mktoForm fieldset {
  padding: 0;
  margin: 0;
}

.mktoForm fieldset legend {
  margin: 0 1em 0.5em;
  color: inherit;
}

.mktoForm a.mktoNotYou {
  cursor: pointer;
  color: #4692f3;
}

.mktoForm a.mktoNotYou:hover {
  text-decoration: underline;
}

.mktoForm .mktoAsterix {
  order: 9;
  color: #bf0000;
  padding-left: 0px;
}

.mktoForm .mktoRadioList,
.mktoForm .mktoCheckboxList {
  padding: 0.3em;
  float: left;
}

.mktoForm .mktoRadioList>label,
.mktoForm .mktoCheckboxList>label {
  margin-left: 1.5em;
  margin-top: 0.1em;
  margin-bottom: 0.3em;
  line-height: 1.2em;
  display: block;
  min-height: 12px;
}

.mktoForm.ie7 .mktoRadioList>label,
.mktoForm.ie7 .mktoCheckboxList>label {
  padding: 0.2em 0 0;
}

.mktoForm .mktoRadioList>label>input,
.mktoForm .mktoCheckboxList>label>input {
  float: left;
  margin: 0 0 0 -1.5em;
}

.mktoForm .mktoRadioList>input,
.mktoForm .mktoCheckboxList>input {
  padding: 0;
}

.mktoForm .mktoLabelToLeft>label {
  text-align: right;
  margin-left: 0;
  margin-right: 1.5em;
}

.mktoForm .mktoLabelToLeft input[type="checkbox"],
.mktoForm .mktoLabelToLeft input[type="radio"] {
  position: absolute;
  right: 0.3em;
}

.mktoForm .mktoRequiredField .mktoAsterix {
  display: block;
}

.mktoForm input[type="text"],
.mktoForm input[type="url"],
.mktoForm input[type="email"],
.mktoForm input[type="tel"],
.mktoForm input[type="number"],
.mktoForm input[type="date"] {
  padding: 0.1em 0.2em;
  line-height: 1.2em;
  margin: 0;
}

.mktoForm input[type="range"] {
  padding: 0.25em 0;
  margin: 0;
}

.mktoForm input[type="range"]::-ms-tooltip {
  display: none;
}

.mktoForm input[type="url"],
.mktoForm input[type="text"],
.mktoForm input[type="date"],
.mktoForm input[type="tel"],
.mktoForm input[type="email"],
.mktoForm input[type="number"],
.mktoForm textarea.mktoField,
.mktoForm select.mktoField {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mktoForm .mktoFormCol {
  position: relative;
  min-height: 2em;
}

.mktoForm textarea.mktoField {
  display: inline-block;
  padding: 0.2em;
  margin: 0;
  line-height: 1.2em;
  overflow: auto;
  resize: none;
  float: none;
}

.mktoForm textarea[rows="1"] {
  height: 2em;
}

.mktoForm textarea[rows="2"] {
  height: 3.4em;
}

.mktoForm textarea[rows="3"] {
  height: 4.6em;
}

.mktoForm textarea[rows="4"] {
  height: 5.8em;
}

.mktoForm textarea[rows="5"] {
  height: 7em;
}

.mktoForm textarea[rows="6"] {
  height: 8.2em;
}

.mktoForm textarea[rows="7"] {
  height: 9.4em;
}

.mktoForm textarea[rows="8"] {
  height: 10.6em;
}

.mktoForm.mktoLayoutCenter .mktoLabel {
  text-align: right;
}

.mktoForm.mktoLayoutAbove .mktoLabel {
  text-align: left;
}

.mktoForm.mktoLayoutAbove .mktoRadioList,
.mktoForm.mktoLayoutAbove .mktoCheckboxList {
  float: none;
  clear: left;
}

.mktoForm.mktoLayoutAbove .mktoField,
.mktoForm.mktoLayoutAbove .mktoLogicalField {
  clear: left;
}

.mktoForm.mktoLayoutAbove textarea.mktoField {
  float: left;
}

.mktoForm .mktoError {
  position: absolute;
  z-index: 99;
  color: #bf0000;
}

.mktoForm .mktoError .mktoErrorArrowWrap {
  width: 16px;
  height: 8px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 5px;
  z-index: 100;
}

.mktoForm.ie7 .mktoError .mktoErrorArrowWrap {
  top: -8px;
}

.mktoForm .mktoError .mktoErrorArrow {
  background-color: #e51b00;
  border: 1px solid #9f1300;
  border-right: none;
  border-bottom: none;
  display: inline-block;
  height: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  width: 16px;
  margin-top: 5px;
}

.mktoForm .mktoError .mktoErrorArrowWrap.mktoArrowImage {
  background: transparent url(../images/callout-arrow-up-red.png) top center no-repeat;
  bottom: -7px;
}

.mktoForm .mktoError .mktoErrorArrowWrap.mktoArrowImage .mktoErrorArrow {
  display: none;
}

.mktoForm .mktoError .mktoErrorMsg {
  display: block;
  margin-top: 7px;
  background-color: #e51b00;
  background-image: -webkit-linear-gradient(#e51b00 43%, #ba1600 100%);
  background-image: -moz-linear-gradient(#e51b00 43%, #ba1600 100%);
  background-image: linear-gradient(#e51b00 43%, #ba1600);
  background-image: -ms-linear-gradient(#e51b00 43%, #ba1600 100%);
  border: 1px solid #9f1300;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow:
    rgba(0, 0, 0, 0.65) 0 2px 7px,
    inset #ff3c3c 0 1px 0px;
  box-shadow:
    #000000a6 0 2px 7px,
    inset #ff3c3c 0 1px;
  color: #f3f3f3;
  font-size: 1em;
  line-height: 1.2em;
  max-width: 16em;
  padding: 0.4em 0.6em;
  text-shadow: #901100 0 -1px 0;
}

.mktoForm .mktoError .mktoErrorMsg .mktoErrorDetail {
  display: block;
}

.mktoForm button.mktoButton {
  cursor: pointer;
  margin: 0;
}

.mktoForm button.mktoButton:disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  cursor: default;
}

.mktoNoJS .mktoLabel {
  display: block;
  padding-right: 10px;
  width: 110px;
  text-align: right;
}

.mktoNoJS input[type="text"] {
  width: 150px;
}

.mktoForm .cf_widget_socialsignon .cf_sign_on {
  margin-bottom: 1.5em;
}

.mktoForm .mktoRangeField .mktoRangeValue {
  zoom: 1;
  float: left;
  display: none;
  text-align: center;
  position: absolute;
  z-index: 99;
  color: #0c0c0c;
}

.mktoForm.ie7 .mktoRangeField .mktoRangeValue,
.mktoForm.ie6 .mktoRangeField .mktoRangeValue {
  position: relative;
}

.mktoForm .mktoRangeField.mktoHover .mktoRangeValue {
  display: block;
}

.mktoForm .mktoRangeField .mktoRangeValueArrowWrap {
  width: 16px;
  height: 8px;
  overflow: hidden;
  position: absolute;
  bottom: -7px;
  z-index: 100;
}

.mktoForm .mktoRangeField .mktoRangeValueArrow {
  background-color: #028d05;
  border: 1px solid #005602;
  height: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  width: 16px;
  background-color: #007d04;
  border-left: none;
  border-top: none;
  margin-top: 5px;
  position: absolute;
  bottom: 5px;
}

.mktoForm .mktoRangeField .mktoRangeValueArrowWrap.mktoArrowImage {
  background: transparent url(../images/callout-arrow-down-green.png) top center no-repeat;
  bottom: -7px;
}

.mktoForm .mktoRangeField .mktoRangeValueArrowWrap.mktoArrowImage .mktoRangeValueArrow {
  display: none;
}

.mktoForm .mktoRangeField .mktoRangeValueText {
  display: block;
  background-color: #028d05;
  background-image: -webkit-linear-gradient(#028d05 43%, #007d04 100%);
  background-image: -moz-linear-gradient(#028d05 43%, #007d04 100%);
  background-image: linear-gradient(#028d05 43%, #007d04);
  background-image: -ms-linear-gradient(#028d05 43%, #007d04 100%);
  border: 1px solid #005602;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow:
    rgba(0, 0, 0, 0.65) 0 2px 7px,
    inset #00a500 0 1px 0px;
  box-shadow:
    #000000a6 0 2px 7px,
    inset #00a500 0 1px;
  color: #f3f3f3;
  font-size: 1em;
  line-height: 1.2em;
  padding: 0.4em 0.6em;
  text-shadow: #005602 0 -1px 0;
  text-align: center;
}

.mktoModal {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.mktoModal .mktoModalMask {
  position: absolute;
  z-index: 10000;
  top: 0;
  left: 0;
  right: 0;
  zoom: 1;
  background: #00000080;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000)";
}

.mktoModal .mktoModalContent {
  position: absolute;
  z-index: 10001;
  background: #fff;
  padding: 10px;
}

.mktoModal .mktoModalClose {
  position: absolute;
  cursor: pointer;
  top: -10px;
  right: -10px;
  background: #000;
  color: #fff;
  width: 19px;
  height: 19px;
  font-family: "GPCommerce", sans-serif;
  font-size: 13px;
  line-height: 19px;
  -webkit-border-radius: 19px;
  border-radius: 19px;
  text-align: center;
  border: 2px solid #ccc;
}

@media only screen and (max-width: 480px) {
  .formContainer {
    padding: 16px;
    border-radius: 16px;
  }

  .mktoForm .mktoFormCol .mktoLabel {
    text-align: left;
    width: 100%;
  }

  .mktoForm .mktoFormCol {
    float: none;
  }

  .mktoForm .mktoFieldWrap {
    float: none;
    width: 100% !important;
  }

  .mktoForm fieldset {
    padding: 0 10px;
  }

  .mktoForm input[type="url"],
  .mktoForm input[type="text"],
  .mktoForm input[type="date"],
  .mktoForm input[type="tel"],
  .mktoForm input[type="email"],
  .mktoForm input[type="number"],
  .mktoForm textarea.mktoField,
  .mktoForm select.mktoField {
    width: 100%;
    height: 1.5em;
    line-height: 1.5em;
    font-size: 18px;
  }

  .LastName,
  .Email,
  .PostalCode,
  .noofLocations,
  .FirstName,
  .Company,
  .Phone,
  .Industry {
    padding: 0 0 16px 0px !important;
  }

  .estAnnualProcessingVolume {
    padding: 0;
  }

  .mktoForm select.mktoField {
    height: auto;
  }

  .mktoForm .mktoFormRow .mktoField {
    clear: left;
  }

  .mktoForm .mktoFormRow .mktoFormCol {
    clear: both;
  }

  .mktoForm .mktoRadioList,
  .mktoForm .mktoCheckboxList {
    width: 100%;
  }

  .mktoForm .mktoFormRow .mktoRequiredField .mktoAsterix {
    float: left;
    padding-left: 0;
    padding-right: 5px;
  }

  .mktoModal .mktoModalContent {
    padding: 10px 0;
  }

  .mktoModal .mktoModalClose {
    right: 0;
  }

  .mktoForm .cf_widget_socialsignon {
    display: block;
  }

  .mktoForm .cf_widget_socialsignon .cf_sign_on {
    width: 100%;
  }

  .mktoForm .cf_widget_socialsignon .cf_sign_on_button {
    width: auto;
  }
}

@media only screen and (max-width: 480px),
only screen and (max-device-width: 480px),
only screen and (max-device-height: 480px) {
  .mktoMobileShow .mktoForm .mktoFormCol .mktoLabel {
    text-align: left;
    width: 100%;
  }

  .mktoMobileShow .mktoForm .mktoFormCol,
  .mktoMobileShow .mktoForm .mktoFieldWrap {
    float: none;
  }

  .mktoMobileShow .mktoForm fieldset {
    padding: 0 10px;
  }

  .mktoMobileShow .mktoForm input[type="url"],
  .mktoMobileShow .mktoForm input[type="text"],
  .mktoMobileShow .mktoForm input[type="date"],
  .mktoMobileShow .mktoForm input[type="tel"],
  .mktoMobileShow .mktoForm input[type="email"],
  .mktoMobileShow .mktoForm input[type="number"],
  .mktoMobileShow .mktoForm textarea.mktoField,
  .mktoMobileShow .mktoForm select.mktoField {
    width: 100%;
    height: 1.5em;
    line-height: 1.5em;
    font-size: 18px;
    max-height: 48px;
  }

  .mktoForm input[type="text"],
  .mktoForm input[type="email"],
  .mktoForm input[type="tel"],
  input#noofLocations,
  .mktoForm select {
    max-height: 48px;
    height: 100% !important;
  }

  .mktoMobileShow .mktoForm select.mktoField {
    height: auto;
  }

  .mktoMobileShow .mktoForm .mktoFormRow .mktoField {
    clear: left;
  }

  .mktoMobileShow .mktoForm .mktoFormRow .mktoFormCol {
    clear: both;
  }

  .mktoMobileShow .mktoForm .mktoRadioList,
  .mktoMobileShow .mktoForm .mktoCheckboxList {
    width: 100%;
  }

  .mktoMobileShow .mktoForm .mktoFormRow .mktoRequiredField .mktoAsterix {
    float: left;
    padding-left: 0;
    padding-right: 5px;
  }

  .mktoMobileShow .mktoModal .mktoModalContent {
    padding: 10px 0;
  }

  .mktoMobileShow .mktoModal .mktoModalClose {
    right: 0;
  }

  .mktoMobileShow .mktoForm .cf_widget_socialsignon {
    display: block;
  }

  .mktoMobileShow .mktoForm .cf_widget_socialsignon .cf_sign_on {
    width: 100%;
  }

  .mktoMobileShow .mktoForm .cf_widget_socialsignon .cf_sign_on_button {
    width: auto;
  }
}

.mktoPrivacyMessage p {
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 24px;
  color: #0c0c0c;
}

.mktoField {
  width: 100% !important;
  padding: 16px;
  border-radius: 66px;
  border: 1px solid #ddd;
  background-color: #f9f9f9;
  transition: border 0.2s;
}

.mktoField:focus {
  border-color: #2684ff;
  outline: none;
  background-color: #fff;
}

.mktoButtonWrap button.mktoButton {
  height: 47px;
  font-family: "GPCommerce", sans-serif;
  font-size: 16px;
}

/* .mktoButtonWrap button.mktoButton {
  background-color: #262aff;
  color: #fff;
  padding: 14px 48px;
  border: none;
  border-radius: 32px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease;
} */

.mktoButtonWrap button.mktoButton:hover {
  background-color: #fff;
  color: #262aff;
}

.mktoForm input[type="text"],
.mktoForm input[type="email"],
.mktoForm input[type="tel"] {
  height: auto;
  line-height: 21px !important;
  padding: 16px !important;
}

.mktoForm input[type="text"],
.mktoForm input[type="url"],
.mktoForm input[type="email"],
.mktoForm input[type="tel"],
.mktoForm input[type="number"],
.mktoForm input[type="date"],
.mktoForm textarea.mktoField,
.mktoForm select.mktoField {
  padding: 16px !important;
}

@media screen and (min-width: 768px) {

  .mktoFormRow.Phone,
  .mktoFormRow.PostalCode,
  .mktoFormRow.noofLocations {
    width: 33%;
  }

  .formMktoSec .mktoFormRow.Phone,
  .formMktoSec .mktoFormRow.PostalCode,
  .formMktoSec .mktoFormRow.noofLocations {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {

  .mktoFormRow.Phone,
  .mktoFormRow.PostalCode,
  .mktoFormRow.noofLocations {
    width: 100%;
  }
}

.mktoField {
  border-radius: 16px !important;
}

.formSection {
  background: #262aff;
  padding: 100px 0;
}

.formSection .formSectionContain {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 24px;
}

.formSection .formSectionContain .formTextSec {
  width: 50%;
}

.formTextSec h2 {
  font-weight: 700;
  font-size: 36px;
  color: #fff;
  line-height: 43px;
  margin-bottom: 16px;
}

.formTextSec p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}

.formSection .formSectionContain .formMktoSec {
  width: 50%;
  max-width: 580px;
  min-height: 450px;
  box-shadow: 0 6px 26px 5px #1d589a17;
  padding: 32px;
  background: #ffffff;
  border-radius: 24px;
}

@media screen and (max-width: 768px) {
  .formSection .formSectionContain {
    flex-direction: column;
  }

  .formSection .formSectionContain .formTextSec,
  .formSection .formSectionContain .formMktoSec {
    width: 100%;
  }

  .formTextSec h2 {
    font-size: 32px;
  }

  .formSection {
    padding: 50px 0;
  }
}

/* Container Layout */
.payment-solutions-grid {
  display: grid;
  /* Creates a 4-column layout on large screens, naturally stacks down on small ones */
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 32px 24px;
  /* 32px row gap, 24px column gap */
  /* padding: 40px 20px; */
  padding: 100px 0;
  font-family: "GPCommerce", sans-serif;
  max-width: 1200px;
  margin: 0 auto;
}

/* Centered Title Styling */
.payment-solutions-grid .section-title {
  grid-column: 1 / -1;
  /* Forces the title to span full layout width */
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: rgb(12, 12, 12);
  margin-bottom: 16px;
}

/* Individual Cards */
.solution-card {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  overflow: hidden;
  text-align: center;
  box-shadow: 0px 40px 60px #0000000d !important;
  border: 1px solid #eeeeee;
  padding: 10px;
  border-radius: 20px;
}

/* Image Containers */
.solution-card .image-wrapper {
  width: 100%;
  overflow: hidden;
}

.solution-card .image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 16px;
}

/* Content & Typography styling inside cards */
.solution-card .content-wrapper {
  padding: 24px 10px;
}

.solution-card h2 {
  font-size: 20px;
  font-weight: 700;
  color: rgb(12, 12, 12);
  line-height: 30px;
  margin: 0 0 12px 0;
}

.solution-card p {
  font-size: 16px;
  font-weight: 300;
  color: rgb(12, 12, 12);
  line-height: 24px;
  margin: 0;
}

/* Centered Button Wrapper Styling */
.payment-solutions-grid .btn-wrap {
  grid-column: 1 / -1;
  /* Forces the button wrapper to span full layout width */
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

/* Header */
nav {
  background-color: #ffffff;
  position: sticky;
  top: -1px;
  left: 0;
  z-index: 9999;
  margin-top: -1px;
  border-bottom: 1px solid #e5e5e5;
}

.nav-container {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-left {
  display: flex;
  align-items: center;
}

.nav-right {
  display: flex;
  align-items: center;
  gap: 80px;
}

.gp_btn,
.btn-primary,
.go_home_btn,
.priceBtn .lp-element.lp-pom-button,
.gpCards02 .lp-element,
.lottie_content .btn,
.gpBanner .priceBtn .lp-element.lp-pom-button,
.gpCards01 .lp-element,
.mktoButtonWrap button.mktoButton {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  border-radius: 100px;
  color: #fff;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  padding: 10px 34px !important;
  /* text-transform: capitalize; */
  box-sizing: border-box;
  transition: all 0.3s;
  white-space: nowrap;
}

.btn-primary,
.go_home_btn {
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .btn_next.continue {
    padding: 10px 36px !important;
  }
}

.go_home_btn {
  background-color: #fff;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.go_home_btn:hover {
  background-color: var(--primary-color);
  color: #fff;
}

.gp_btn:hover,
.btn-primary:hover {
  background-color: #fff;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  box-sizing: border-box;
  transition: all 0.3s;
}

.tele_number {
  font-weight: 600;
  color: #0c0c0c;
  transition: all 0.3s;
}

.tele_number:hover {
  color: var(--primary-color);
  transition: all 0.3s;
}

.brand-logo {
  width: 179px;
  height: auto;
}

@media screen and (min-width: 900px) {
  .min_lg_none {
    display: none !important;
  }
}

@media screen and (max-width: 900px) {
  .lg_none {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .nav-container.container {
    padding: 12px 16px;
  }

  .brand-logo {
    width: 130px;
    height: auto;
  }

  .nav-container .gp_btn {
    font-size: 14px;
    font-weight: 600;
  }

  .mb-logo-container {
    display: none !important;
  }
}

/* Header */
/* industry section starts */
.industry-section {
  padding: 100px 20px;
  background: #fff;
}

.industry-section .container {
  /* max-width: 100%; */
  margin: 0 auto;
}

.industry-section h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #0c0c0c;
}

.sub-title {
  text-align: center;
  margin: 0 auto 60px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: #0c0c0c;
}

.industry-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 45px;
}

.industry-item {
  text-align: center;
}

.icon-box {
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.industry-item h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: #0c0c0c;
}

.btn-wrap {
  text-align: center;
  margin-top: 50px;
}

/* Tablet */
@media (max-width: 991px) {
  .industry-section h2 {
    font-size: 34px;
  }

  .industry-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .industry-item h4 {
    font-size: 20px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .industry-section {
    padding: 50px 0px;
  }

  .industry-section h2 {
    font-size: 24px;
  }

  .sub-title {
    font-size: 16px;
    margin-bottom: 40px;
  }

  .industry-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .icon-box img {
    width: 48px;
    height: auto;
  }

  .industry-item h4 {
    font-size: 18px;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .industry-grid {
    /* grid-template-columns:1fr; */
  }
}

/* industry section ends */
.industrySection {
  background: #fff;
  padding: 100px 0;
}

.industrySection .industrySectionContain {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 24px;
}

.industrySection .industrySectionContain .industryTextSec {
  width: 50%;
}

.industryTextSec h2 {
  font-weight: 700;
  font-size: 36px;
  color: #0c0c0c;
  line-height: 43px;
  margin-bottom: 32px;
}

.industryTextSec p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #0c0c0c;
  margin-bottom: 48px;
}

.industrySection .industrySectionContain .industryCardSec {
  width: 50%;
}

.industryCardSec {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 15px;
}

.industrySection .card {
  display: flex;
  background: rgba(255, 255, 255, 1);
  border-style: none none none none;
  border-color: none;
  box-shadow: 4px 4px 20px #0000000a !important;
  border-radius: 20px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 8px;
}

.imgcontain {
  background-color: #fafafa;
  width: 100%;
  display: flex;
  justify-content: center;
  border-radius: 16px 16px 0 0;
  padding: 32px;
}

.imgcontain img {}

.industrySection .card p {
  font-weight: 700;
  font-size: 20px;
  color: #0c0c0c;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .industrySection {
    padding: 50px 0;
    text-align: center;
  }

  .industrySection .industrySectionContain {
    flex-direction: column;
  }

  .industrySection .industrySectionContain .industryTextSec,
  .industrySection .industrySectionContain .industryCardSec {
    width: 100%;
  }

  .industryTextSec h2 {
    font-size: 32px;
  }

  .imgcontain {
    padding: 16px;
  }

  .industryTextSec h2,
  .industryTextSec p {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 480px) {
  .industryCardSec {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 15px;
  }
}

/* lottie_section */
/* common */
.bg_smoke {
  background-color: #f5f5f5;
}

.d_flex {
  display: flex;
}

/* .btn {
  border-radius: 50px;
  border: 1px solid #262aff;
  width: 225px;
  height: 46px;
  background: #262aff;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
} */

/*  */

.lottie_section {
  padding: 100px 0px;
}

.lottie_title_box {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-bottom: 30px;
}

.lottie_title_box h2 {
  font-weight: 800;
  font-size: 36px;
  line-height: 43px;
  color: #0c0c0c;
}

.lottie_title_box p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #0c0c0c;
  font-style: normal;
  max-width: 950px;
  margin: 0 auto;
}

.lottie_content .txt {
  font-weight: 600;
  font-size: 20px;
  color: #0c0c0c;
  line-height: 30px;
  font-style: normal;
}

.card_list {
  display: flex;
  align-items: center;
  gap: 12px;
}

.card_list .tick img {
  min-width: 18px !important;
  min-height: 18px !important;
  max-width: 18px !important;
  max-height: 18px !important;
}

/* .lottie_container {
    width: 50%;
    margin: 0 auto;
} */

.lottie_container {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}

.lottie_box {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 20px;
  margin-bottom: 50px;
}

.card_list {
  width: 42%;
}

.blue_btn {
  margin-top: 20px;
}

.blue_btn:hover {
  background: #ffffff;
  color: #262aff;
  border-width: 1px solid #262aff;
  transition: 0.2s ease;
}

/* style="width: 600px; height: 600px;" */
@media (min-width: 1440px) {
  .lottie_container {
    width: 80%;
    margin: 0 auto;
  }

  .card_list {
    width: 47%;
  }
}

dotlottie-player {
  width: 500px;
  height: 500px;
}

@media (max-width: 992px) {
  .lottie_title_box p {
    max-width: 100% !important;
  }

  dotlottie-player {
    width: 400px;
    height: 350px;
  }

  .lottie_box {
    gap: 27px 19px;
  }

  .card_list {
    width: 45%;
  }

  .lottie_container {
    width: 100%;
    margin: 0 auto;
  }
}

/*  */
@media (max-width: 768px) {
  .lottie_section {
    padding: 50px 0px;
  }

  dotlottie-player {
    width: 280px;
    height: 350px;
  }

  .lottie_container {
    flex-direction: column;
    gap: 30px;
  }

  .lottie_box {
    display: flex;
    flex-direction: column;
    flex-wrap: unset;
    gap: 27px 19px;
  }

  .card_list {
    width: 100%;
  }

  .lottie_content .txt {
    font-weight: 600;
    font-size: 16px;
    color: #0c0c0c;
    line-height: 20px;
    font-style: normal;
  }
}

.formContainer {
  overflow: visible !important;
  width: 100%;
  max-width: 580px;
  min-height: 450px;
  box-shadow: 0 6px 26px 5px #1d589a17;
  padding: 32px;
  background: #ffffff;
  border-radius: 24px;
}

.mktoForm .mktoLabel {
  padding-top: 0 !important;
}

#lp-code-283 {
  overflow: visible;
}

#mktoStyleLoaded {
  background-color: #123456;
  display: none;
}

.d-none,
.mktoForm .mktoClear,
.mktoForm .mktoOffset,
.mktoForm .mktoGutter,
.mktoForm.mktoLayoutAbove .mktoGutter,
.mktoMobileShow .mktoForm .mktoGutter,
.mktoMobileShow .mktoForm .mktoOffset {
  display: none !important;
}

.mktoForm select.mktoField {
  appearance: none;
  background-image: url(https://user-assets.unbounce.com/dca26f5e-18fb-4f5f-892d-8d38b1fd1e41/bcb11c4c-1f5b-420d-a2b6-4584ed8d8c4c/icn-formarrow-down.original.svg);
  background-repeat: no-repeat;
  background-position: 94% 50%;
  background-size: 16px;
}

.mktoForm .mktoFieldWrap .mktoInstruction {
  display: none;
}

.annualCardProcessingVolume {
  width: 100% !important;
}

.mktoForm {
  max-width: 800px;
  display: flex;
  flex-flow: column;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  font-size: 1rem;
}

.mktoForm * {
  font-family: "GPCommerce", sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.mktoForm div,
.mktoForm span,
.mktoForm label,
.mktoForm p {
  text-align: left;
}

.mktoForm span,
.mktoForm label,
.mktoForm p,
.mktoForm input,
.mktoForm select,
.mktoForm textarea {
  margin: 0;
}

.mktoForm a {
  font-weight: 600;
  text-decoration: underline;
  color: #0c0c0c;
}

@media screen and (min-width: 576px) {
  .mktoForm {
    flex-flow: row;
    flex-wrap: wrap;
  }
}

.mktoForm .mktoButtonRow {
  text-align: center;
}

.mktoFormRow {
  max-width: 100%;
  width: 100%;
}

.LastName,
.Email,
.PostalCode,
.noofLocations {
  padding: 0 0 20px 8px;
}

.FirstName,
.Company,
.Phone,
.Industry {
  padding: 0 8px 20px 0;
}

.estAnnualProcessingVolume {
  padding: 0;
}

@media screen and (min-width: 576px) {
  .mktoFormRow {
    width: 50%;
  }
}

.mktoFormRow:has(input[type="hidden"]) {
  display: none !important;
}

.mktoButtonRow {
  position: relative;
  max-width: 100%;
  width: 100%;
  margin: 0;
  padding: 24px 1rem 24px 1rem;
}

.mktoButtonRow .mktoButtonWrap {
  margin-left: 0 !important;
}

.mktoForm .mktoFieldWrap {
  position: relative;
}

.mktoForm .mktoLabel {
  display: flex;
  font-size: 14px;
  line-height: 150%;
  font-weight: 500;
  margin-bottom: 0.25rem;
  color: #0c0c0c;
}

.mktoForm .mktoField {
  line-height: 1.2em;
  font-size: 1em;
}

.mktoForm .mktoPlaceholder,
.mktoForm .mktoLogicalField {
  float: left;
}

.mktoForm fieldset {
  padding: 0;
  margin: 0;
}

.mktoForm fieldset legend {
  margin: 0 1em 0.5em;
  color: inherit;
}

.mktoForm a.mktoNotYou {
  cursor: pointer;
  color: #4692f3;
}

.mktoForm a.mktoNotYou:hover {
  text-decoration: underline;
}

.mktoForm .mktoAsterix {
  order: 9;
  color: #bf0000;
  padding-left: 0px;
}

.mktoForm .mktoRadioList,
.mktoForm .mktoCheckboxList {
  padding: 0.3em;
  float: left;
}

.mktoForm .mktoRadioList>label,
.mktoForm .mktoCheckboxList>label {
  margin-left: 1.5em;
  margin-top: 0.1em;
  margin-bottom: 0.3em;
  line-height: 1.2em;
  display: block;
  min-height: 12px;
}

.mktoForm.ie7 .mktoRadioList>label,
.mktoForm.ie7 .mktoCheckboxList>label {
  padding: 0.2em 0 0;
}

.mktoForm .mktoRadioList>label>input,
.mktoForm .mktoCheckboxList>label>input {
  float: left;
  margin: 0 0 0 -1.5em;
}

.mktoForm .mktoRadioList>input,
.mktoForm .mktoCheckboxList>input {
  padding: 0;
}

.mktoForm .mktoLabelToLeft>label {
  text-align: right;
  margin-left: 0;
  margin-right: 1.5em;
}

.mktoForm .mktoLabelToLeft input[type="checkbox"],
.mktoForm .mktoLabelToLeft input[type="radio"] {
  position: absolute;
  right: 0.3em;
}

.mktoForm .mktoRequiredField .mktoAsterix {
  display: block;
}

.mktoForm input[type="text"],
.mktoForm input[type="url"],
.mktoForm input[type="email"],
.mktoForm input[type="tel"],
.mktoForm input[type="number"],
.mktoForm input[type="date"] {
  padding: 0.1em 0.2em;
  line-height: 1.2em;
  margin: 0;
}

.mktoForm input[type="range"] {
  padding: 0.25em 0;
  margin: 0;
}

.mktoForm input[type="range"]::-ms-tooltip {
  display: none;
}

.mktoForm input[type="url"],
.mktoForm input[type="text"],
.mktoForm input[type="date"],
.mktoForm input[type="tel"],
.mktoForm input[type="email"],
.mktoForm input[type="number"],
.mktoForm textarea.mktoField,
.mktoForm select.mktoField {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mktoForm .mktoFormCol {
  position: relative;
  min-height: 2em;
}

.mktoForm textarea.mktoField {
  display: inline-block;
  padding: 0.2em;
  margin: 0;
  line-height: 1.2em;
  overflow: auto;
  resize: none;
  float: none;
}

.mktoForm textarea[rows="1"] {
  height: 2em;
}

.mktoForm textarea[rows="2"] {
  height: 3.4em;
}

.mktoForm textarea[rows="3"] {
  height: 4.6em;
}

.mktoForm textarea[rows="4"] {
  height: 5.8em;
}

.mktoForm textarea[rows="5"] {
  height: 7em;
}

.mktoForm textarea[rows="6"] {
  height: 8.2em;
}

.mktoForm textarea[rows="7"] {
  height: 9.4em;
}

.mktoForm textarea[rows="8"] {
  height: 10.6em;
}

.mktoForm.mktoLayoutCenter .mktoLabel {
  text-align: right;
}

.mktoForm.mktoLayoutAbove .mktoLabel {
  text-align: left;
}

.mktoForm.mktoLayoutAbove .mktoRadioList,
.mktoForm.mktoLayoutAbove .mktoCheckboxList {
  float: none;
  clear: left;
}

.mktoForm.mktoLayoutAbove .mktoField,
.mktoForm.mktoLayoutAbove .mktoLogicalField {
  clear: left;
}

.mktoForm.mktoLayoutAbove textarea.mktoField {
  float: left;
}

.mktoForm .mktoError {
  position: absolute;
  z-index: 99;
  color: #bf0000;
}

.mktoForm .mktoError .mktoErrorArrowWrap {
  width: 16px;
  height: 8px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 5px;
  z-index: 100;
}

.mktoForm.ie7 .mktoError .mktoErrorArrowWrap {
  top: -8px;
}

.mktoForm .mktoError .mktoErrorArrow {
  background-color: #e51b00;
  border: 1px solid #9f1300;
  border-right: none;
  border-bottom: none;
  display: inline-block;
  height: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  width: 16px;
  margin-top: 5px;
}

.mktoForm .mktoError .mktoErrorArrowWrap.mktoArrowImage {
  background: transparent url(../images/callout-arrow-up-red.png) top center no-repeat;
  bottom: -7px;
}

.mktoForm .mktoError .mktoErrorArrowWrap.mktoArrowImage .mktoErrorArrow {
  display: none;
}

.mktoForm .mktoError .mktoErrorMsg {
  display: block;
  margin-top: 7px;
  background-color: #e51b00;
  background-image: -webkit-linear-gradient(#e51b00 43%, #ba1600 100%);
  background-image: -moz-linear-gradient(#e51b00 43%, #ba1600 100%);
  background-image: linear-gradient(#e51b00 43%, #ba1600);
  background-image: -ms-linear-gradient(#e51b00 43%, #ba1600 100%);
  border: 1px solid #9f1300;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow:
    rgba(0, 0, 0, 0.65) 0 2px 7px,
    inset #ff3c3c 0 1px 0px;
  box-shadow:
    #000000a6 0 2px 7px,
    inset #ff3c3c 0 1px;
  color: #f3f3f3;
  font-size: 1em;
  line-height: 1.2em;
  max-width: 16em;
  padding: 0.4em 0.6em;
  text-shadow: #901100 0 -1px 0;
}

.mktoForm .mktoError .mktoErrorMsg .mktoErrorDetail {
  display: block;
}

.mktoForm button.mktoButton {
  cursor: pointer;
  margin: 0;
}

.mktoForm button.mktoButton:disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  cursor: default;
}

.mktoNoJS .mktoLabel {
  display: block;
  padding-right: 10px;
  width: 110px;
  text-align: right;
}

.mktoNoJS input[type="text"] {
  width: 150px;
}

.mktoForm .cf_widget_socialsignon .cf_sign_on {
  margin-bottom: 1.5em;
}

.mktoForm .mktoRangeField .mktoRangeValue {
  zoom: 1;
  float: left;
  display: none;
  text-align: center;
  position: absolute;
  z-index: 99;
  color: #0c0c0c;
}

.mktoForm.ie7 .mktoRangeField .mktoRangeValue,
.mktoForm.ie6 .mktoRangeField .mktoRangeValue {
  position: relative;
}

.mktoForm .mktoRangeField.mktoHover .mktoRangeValue {
  display: block;
}

.mktoForm .mktoRangeField .mktoRangeValueArrowWrap {
  width: 16px;
  height: 8px;
  overflow: hidden;
  position: absolute;
  bottom: -7px;
  z-index: 100;
}

.mktoForm .mktoRangeField .mktoRangeValueArrow {
  background-color: #028d05;
  border: 1px solid #005602;
  height: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  width: 16px;
  background-color: #007d04;
  border-left: none;
  border-top: none;
  margin-top: 5px;
  position: absolute;
  bottom: 5px;
}

.mktoForm .mktoRangeField .mktoRangeValueArrowWrap.mktoArrowImage {
  background: transparent url(../images/callout-arrow-down-green.png) top center no-repeat;
  bottom: -7px;
}

.mktoForm .mktoRangeField .mktoRangeValueArrowWrap.mktoArrowImage .mktoRangeValueArrow {
  display: none;
}

.mktoForm .mktoRangeField .mktoRangeValueText {
  display: block;
  background-color: #028d05;
  background-image: -webkit-linear-gradient(#028d05 43%, #007d04 100%);
  background-image: -moz-linear-gradient(#028d05 43%, #007d04 100%);
  background-image: linear-gradient(#028d05 43%, #007d04);
  background-image: -ms-linear-gradient(#028d05 43%, #007d04 100%);
  border: 1px solid #005602;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow:
    rgba(0, 0, 0, 0.65) 0 2px 7px,
    inset #00a500 0 1px 0px;
  box-shadow:
    #000000a6 0 2px 7px,
    inset #00a500 0 1px;
  color: #f3f3f3;
  font-size: 1em;
  line-height: 1.2em;
  padding: 0.4em 0.6em;
  text-shadow: #005602 0 -1px 0;
  text-align: center;
}

.mktoModal {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.mktoModal .mktoModalMask {
  position: absolute;
  z-index: 10000;
  top: 0;
  left: 0;
  right: 0;
  zoom: 1;
  background: #00000080;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000)";
}

.mktoModal .mktoModalContent {
  position: absolute;
  z-index: 10001;
  background: #fff;
  padding: 10px;
}

.mktoModal .mktoModalClose {
  position: absolute;
  cursor: pointer;
  top: -10px;
  right: -10px;
  background: #000;
  color: #fff;
  width: 19px;
  height: 19px;
  font-family: "GPCommerce", sans-serif;
  font-size: 13px;
  line-height: 19px;
  -webkit-border-radius: 19px;
  border-radius: 19px;
  text-align: center;
  border: 2px solid #ccc;
}

@media only screen and (max-width: 480px) {
  .formContainer {
    padding: 16px;
    border-radius: 16px;
  }

  .mktoForm .mktoFormCol .mktoLabel {
    text-align: left;
    width: 100%;
  }

  .mktoForm .mktoFormCol {
    float: none;
  }

  .mktoForm .mktoFieldWrap {
    float: none;
    width: 100% !important;
  }

  .mktoForm fieldset {
    padding: 0 10px;
  }

  .mktoForm input[type="url"],
  .mktoForm input[type="text"],
  .mktoForm input[type="date"],
  .mktoForm input[type="tel"],
  .mktoForm input[type="email"],
  .mktoForm input[type="number"],
  .mktoForm textarea.mktoField,
  .mktoForm select.mktoField {
    width: 100%;
    height: 1.5em;
    line-height: 1.5em;
    font-size: 18px;
  }

  .LastName,
  .Email,
  .PostalCode,
  .noofLocations,
  .FirstName,
  .Company,
  .Phone,
  .Industry {
    padding: 0 0 16px 0px !important;
  }

  .estAnnualProcessingVolume {
    padding: 0;
  }

  .mktoForm select.mktoField {
    height: auto;
  }

  .mktoForm .mktoFormRow .mktoField {
    clear: left;
  }

  .mktoForm .mktoFormRow .mktoFormCol {
    clear: both;
  }

  .mktoForm .mktoRadioList,
  .mktoForm .mktoCheckboxList {
    width: 100%;
  }

  .mktoForm .mktoFormRow .mktoRequiredField .mktoAsterix {
    float: left;
    padding-left: 0;
    padding-right: 5px;
  }

  .mktoModal .mktoModalContent {
    padding: 10px 0;
  }

  .mktoModal .mktoModalClose {
    right: 0;
  }

  .mktoForm .cf_widget_socialsignon {
    display: block;
  }

  .mktoForm .cf_widget_socialsignon .cf_sign_on {
    width: 100%;
  }

  .mktoForm .cf_widget_socialsignon .cf_sign_on_button {
    width: auto;
  }
}

@media only screen and (max-width: 480px),
only screen and (max-device-width: 480px),
only screen and (max-device-height: 480px) {
  .mktoMobileShow .mktoForm .mktoFormCol .mktoLabel {
    text-align: left;
    width: 100%;
  }

  .mktoMobileShow .mktoForm .mktoFormCol,
  .mktoMobileShow .mktoForm .mktoFieldWrap {
    float: none;
  }

  .mktoMobileShow .mktoForm fieldset {
    padding: 0 10px;
  }

  .mktoMobileShow .mktoForm input[type="url"],
  .mktoMobileShow .mktoForm input[type="text"],
  .mktoMobileShow .mktoForm input[type="date"],
  .mktoMobileShow .mktoForm input[type="tel"],
  .mktoMobileShow .mktoForm input[type="email"],
  .mktoMobileShow .mktoForm input[type="number"],
  .mktoMobileShow .mktoForm textarea.mktoField,
  .mktoMobileShow .mktoForm select.mktoField {
    width: 100%;
    height: 1.5em;
    line-height: 1.5em;
    font-size: 18px;
    max-height: 48px;
  }

  .mktoForm input[type="text"],
  .mktoForm input[type="email"],
  .mktoForm input[type="tel"],
  input#noofLocations,
  .mktoForm select {
    max-height: 48px;
    height: 100% !important;
  }

  .mktoMobileShow .mktoForm select.mktoField {
    height: auto;
  }

  .mktoMobileShow .mktoForm .mktoFormRow .mktoField {
    clear: left;
  }

  .mktoMobileShow .mktoForm .mktoFormRow .mktoFormCol {
    clear: both;
  }

  .mktoMobileShow .mktoForm .mktoRadioList,
  .mktoMobileShow .mktoForm .mktoCheckboxList {
    width: 100%;
  }

  .mktoMobileShow .mktoForm .mktoFormRow .mktoRequiredField .mktoAsterix {
    float: left;
    padding-left: 0;
    padding-right: 5px;
  }

  .mktoMobileShow .mktoModal .mktoModalContent {
    padding: 10px 0;
  }

  .mktoMobileShow .mktoModal .mktoModalClose {
    right: 0;
  }

  .mktoMobileShow .mktoForm .cf_widget_socialsignon {
    display: block;
  }

  .mktoMobileShow .mktoForm .cf_widget_socialsignon .cf_sign_on {
    width: 100%;
  }

  .mktoMobileShow .mktoForm .cf_widget_socialsignon .cf_sign_on_button {
    width: auto;
  }
}

.mktoPrivacyMessage p {
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 24px;
  color: #0c0c0c;
}

.mktoField {
  width: 100% !important;
  padding: 16px;
  border-radius: 66px;
  border: 1px solid #ddd;
  background-color: #f9f9f9;
  transition: border 0.2s;
}

.mktoField:focus {
  border-color: #2684ff;
  outline: none;
  background-color: #fff;
}

/* .mktoButtonWrap button.mktoButton {
  background-color: #262aff;
  color: #fff;
  padding: 14px 48px;
  border: none;
  border-radius: 32px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease;
} */

/* .mktoButtonWrap button.mktoButton:hover {
  background-color: #004dcc;
} */

.mktoForm input[type="text"],
.mktoForm input[type="email"],
.mktoForm input[type="tel"] {
  height: auto;
  line-height: 21px !important;
  padding: 16px !important;
}

.mktoForm input[type="text"],
.mktoForm input[type="url"],
.mktoForm input[type="email"],
.mktoForm input[type="tel"],
.mktoForm input[type="number"],
.mktoForm input[type="date"],
.mktoForm textarea.mktoField,
.mktoForm select.mktoField {
  padding: 16px !important;
}

.heartland-promo .hps-form-marketo {
  background: #efefef;
  padding: 35px;
  box-shadow: 0 0 15px 3px #00000040;
  max-width: 550px;
  margin: auto;
  border-radius: 32px;
}

.heartland-promo .hps-form-marketo .mktoAsterix {
  display: none;
}

.heartland-promo .hps-form-marketo .mktoFieldWrap label {
  color: #003b71;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5;
}

.heartland-promo .hps-form-marketo .mktoPrivacyMessage p {
  color: #6d7680;
}

.heartland-promo .mktoButtonWrap button.mktoButton {
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "GPCommerce", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 25px;
  cursor: pointer !important;
  outline: none;
  text-decoration: none;
  margin: 0;
  line-height: 2;
  background-color: #1362e2;
  color: #fff;
  padding: 4px 10px;
  text-align: center;
  display: inline-block;
  transition:
    transform 0.25s ease-in-out,
    background 0.25s ease-in-out;
}

.heartland-promo .mktoButtonWrap button.mktoButton:hover {
  background-color: #3078ee;
  color: #fff;
  transform: translateY(-2px);
  border-bottom: 0;
}

.hps-form-marketo {
  padding: 30px;
  font-size: 1rem;
}

.hps-form-marketo h2 {
  margin-bottom: 15px !important;
}

.hps-form-marketo h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 25px;
}

.hps-form-marketo p {
  margin-bottom: 20px !important;
}

.hps-form-marketo label {
  display: block;
  margin-bottom: 10px;
}

.hps-form-marketo label.text-dark-blue {
  font-weight: 600;
}

.hps-form-marketo input[type="text"],
.hps-form-marketo input[type="email"],
.hps-form-marketo input[type="tel"] {
  font-size: 1rem;
  height: auto;
  max-width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  outline: none !important;
  border-radius: 66px;
  border: none;
}

.hps-form-marketo input[type="text"]:focus,
.hps-form-marketo input[type="text"]:active,
.hps-form-marketo input[type="email"]:focus,
.hps-form-marketo input[type="email"]:active,
.hps-form-marketo input[type="tel"]:focus,
.hps-form-marketo input[type="tel"]:active {
  border: 1px solid #1362e2;
}

.hps-form-marketo input[type="text"].error,
.hps-form-marketo input[type="email"].error,
.hps-form-marketo input[type="tel"].error {
  border-bottom: 1px solid #da1a32 !important;
}

.hps-form-marketo .btn-heartland {
  margin-top: 15px;
  margin-bottom: 20px !important;
  font-size: 17px;
}

.hps-form-marketo a:not(.btn) {
  color: #6d7680;
  border-color: #6d7680;
  border-bottom: 1px solid #6d7680;
  text-decoration: underline;
  border-bottom: 0;
}

.hps-form-marketo a:not(.btn):hover {
  color: #0c0c0c;
  border-color: #000;
}

.hps-form-marketo .text-small {
  display: block;
  font-size: 13px !important;
  line-height: 15px !important;
}

.hps-form-marketo .text-small a {
  text-decoration: underline;
  border-bottom: 0;
}

.hps-form-marketo .mktoFormRow {
  padding: 0 0.5rem;
}

.hps-form-marketo .mktoButtonRow {
  padding: 0 1rem 1rem;
}

.hps-oneform-marketo {
  background: #fff;
  box-shadow: 0 6px 26px 5px #1d589a17;
  max-width: 760px;
  margin: auto;
  padding: 30px;
  font-size: 1rem;
  border-radius: 24px;
}

.hps-oneform-marketo .mktoAsterix {
  color: inherit;
  padding-left: 2px;
}

.hps-oneform-marketo .mktoFieldWrap label {
  color: #003b71;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5;
}

.hps-oneform-marketo .mktoField {
  background-color: #fff;
}

.hps-oneform-marketo .mktoButtonWrap button.mktoButton {
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "GPCommerce", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 100px;
  cursor: pointer !important;
  outline: none;
  text-decoration: none;
  margin: 0;
  line-height: 2;
  background-color: #1362e2;
  color: #fff;
  padding: 4px 10px;
  text-align: center;
  display: inline-block;
  transition:
    transform 0.25s ease-in-out,
    background 0.25s ease-in-out;
}

.hps-oneform-marketo .mktoButtonWrap button.mktoButton:hover {
  background-color: #3078ee;
  color: #fff;
  transform: translateY(-2px);
  border-bottom: 0;
}

.hps-oneform-marketo h2 {
  margin-bottom: 15px !important;
}

.hps-oneform-marketo h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 25px;
}

.hps-oneform-marketo p {
  margin-bottom: 20px !important;
}

.hps-oneform-marketo label {
  display: block;
  margin-bottom: 10px;
}

.hps-oneform-marketo label.text-dark-blue {
  font-weight: 600;
}

.hps-oneform-marketo input[type="text"],
.hps-oneform-marketo input[type="email"],
.hps-oneform-marketo input[type="tel"] {
  font-size: 1rem;
  height: auto;
  max-width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  outline: none !important;
  border: 1px solid #dddddd !important;
  border-radius: 66px;
}

.hps-oneform-marketo input[type="text"]:focus,
.hps-oneform-marketo input[type="text"]:active,
.hps-oneform-marketo input[type="email"]:focus,
.hps-oneform-marketo input[type="email"]:active,
.hps-oneform-marketo input[type="tel"]:focus,
.hps-oneform-marketo input[type="tel"]:active {
  border: 1px solid #1362e2;
}

.hps-oneform-marketo input[type="text"].error,
.hps-oneform-marketo input[type="email"].error,
.hps-oneform-marketo input[type="tel"].error {
  border-bottom: 1px solid #da1a32 !important;
}

.hps-oneform-marketo select {
  margin-bottom: 20px;
  border-radius: 66px;
  padding: 16px 20px 16px 15px !important;
  font-size: 17px;
  color: #6d6e71;
}

.hps-oneform-marketo .btn-heartland {
  margin-top: 15px;
  margin-bottom: 20px !important;
  font-size: 17px;
}

.hps-oneform-marketo a:not(.btn) {
  color: #6d7680;
  border-color: #6d7680;
  border-bottom: 1px solid #6d7680;
  text-decoration: underline;
  border-bottom: 0;
}

.hps-oneform-marketo a:not(.btn):hover {
  color: #0c0c0c;
  border-color: #000;
}

.hps-oneform-marketo .text-small {
  display: block;
  font-size: 13px !important;
  line-height: 15px !important;
}

.hps-oneform-marketo .text-small a {
  text-decoration: underline;
  border-bottom: 0;
}

.hps-oneform-marketo .mktoFormRow {
  padding: 0 0.5rem;
}

.hps-oneform-marketo .mktoButtonRow {
  padding: 0 1rem 1rem;
}

.hps-oneform-marketo .mktoPrivacyMessage {
  width: 100%;
}

.hps-oneform-marketo .mktoPrivacyMessage p {
  color: #6d7680;
}

body {
  background-color: #fff;
}

.mktoFormRow.estAnnualProcessingVolume {
  max-width: 100%;
  width: 100%;
}

/* common */
.bg_smoke {
  background-color: #f5f5f5;
}

.d_flex {
  display: flex;
}

/* .btn {
    border-radius: 50px;
    border: 1px solid #262AFF;
    width: 225px;
    height: 46px;
    background: #262aff;
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
} */

/* product_section */
.product_section {
  padding: 100px 0px;
  color: #0c0c0c;
}

.h3_title {
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  color: #0c0c0c;
  margin-bottom: 25px;
}

.para {
  font-weight: 400;
  font-size: 16px;
  color: #0c0c0c;
  line-height: 24px;
}

.h4_card {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  color: #0c0c0c;
  text-align: center;
}

.product_section .h3_title {
  text-align: center;
}

.product_item {
  background: #ffffff00;
  border-style: none;
  box-shadow: 0px 0px 15px #0000001a !important;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  padding: 20px;
}

.product_title .h3_title {
  margin-bottom: 60px;
}

.product_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.product_item .icon {
  display: flex;
  justify-content: center;
}

@media (max-width: 992px) {
  .product_section {
    padding: 70px 0px;
    color: #0c0c0c;
  }

  .product_grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .product_section {
    padding: 50px 0px;
    color: #0c0c0c;
  }

  .product_title .h3_title {
    margin-bottom: 40px;
  }

  .product_item {
    gap: 10px;
  }

  .product_item .icon img {
    width: 58px;
    height: auto;
  }

  .product_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .h3_title {
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    color: #0c0c0c;
    margin-bottom: 18px;
  }

  .h4_card {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .product_grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    justify-items: center;
  }

  .h3_title {
    font-size: 26px;
  }

  .product_item {
    width: 70%;
  }
}

.testimonials {
  padding: 100px 0;
  background: #f5f5f5;
}

.section-title {
  font-weight: 700;
  font-size: 36px;
  color: #0c0c0c;
  line-height: 43px;
  margin-bottom: 60px;
  text-align: center;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.testimonial-card {
  background: #fff;
  padding: 2rem;
  min-height: 15rem;
  border-radius: 24px;
}

.stars {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.stars img {
  /* width: 1.25rem;
  height: 1.25rem;
  object-fit: contain; */
}

.testimonial-card p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #0c0c0c;
}

.pricing-btn-wrap {
  text-align: center;
  margin-top: 4rem;
}

/* Tablet */
@media (max-width: 991px) {
  .section-title {
    font-size: 32px;
    margin-bottom: 3rem;
  }

  .testimonial-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 768px) {
  .testimonials {
    padding: 50px 0;
  }

  .section-title {
    font-size: 32px;
    margin-bottom: 2rem;
  }

  .section-title br {
    display: none;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .testimonial-card {
    padding: 1.5rem;
    min-height: auto;
  }

  .testimonial-card p {
    font-size: 1rem;
  }

  .pricing-btn {
    width: 100%;
    max-width: 20rem;
  }

  .testimonial-card {
    border-radius: 8px;
  }
}

.reviews-with-brands {
  padding: 100px 0;
  background: #fff;
}

.rwb-section-title {
  font-weight: 700;
  font-size: 36px;
  color: #0c0c0c;
  line-height: 43px;
  margin-bottom: 60px;
  text-align: center;
}

.rwb-section-title.rwb-custom01 {
  margin-bottom: 32px;
}

.rwb-custom01.rwb-desc {
  margin-bottom: 60px;
  font-weight: 500;
  font-size: 16px;
  color: #0c0c0c;
  line-height: 24px;
  text-align: center;
}

.rwb-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.rwb-testimonial-card {
  background: #fff;
  padding: 2rem;
  /* min-height: 15rem; */
  border-radius: 24px;

  background: rgba(255, 255, 255, 1);
  border-style: none;
  box-shadow: 20px 36px 66px #0000000f !important;
  border-radius: 24px;
}

.rwb-stars {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.rwb-testimonial-card p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #0c0c0c;
}

.rwb-pricing-btn-wrap {
  text-align: center;
  margin-top: 4rem;
}

.rwb-company-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 0.625rem 2rem rgba(0, 0, 0, 0.06);
  margin-top: 3rem;
}

.rwb-logo-item {
  flex: 1;
  min-height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  border-right: 0.0625rem solid #e5e5e5;
}

.rwb-logo-item:last-child {
  border-right: none;
}

.rwb-logo-item img {
  /* width: 9rem; */
  max-width: 100%;
  height: auto;
  display: block;
}

/* Tablet */
@media (max-width: 991px) {
  .rwb-section-title {
    font-size: 32px;
    margin-bottom: 3rem;
  }

  .rwb-testimonial-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .rwb-company-logos {
    flex-wrap: wrap;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .rwb-logo-item {
    min-height: 6rem;
    max-height: 6rem;

    border-bottom: 0.0625rem solid #e5e5e5;
  }

  .rwb-logo-item:nth-child(even) {
    border-right: none;
  }

  .rwb-logo-item:last-child {
    /* grid-column: 1/-1; */
    border-right: 0.0625rem solid #e5e5e5;
  }

  .rwb-company-logos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .reviews-with-brands {
    padding: 50px 0;
  }

  .rwb-section-title {
    font-size: 32px;
    margin-bottom: 2rem;
  }

  .rwb-testimonial-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .rwb-testimonial-card {
    padding: 1.5rem;
    min-height: auto;
  }

  .rwb-testimonial-card p {
    font-size: 1rem;
  }

  .rwb-testimonial-card {
    border-radius: 8px;
  }

  .rwb-custom01.rwb-desc {
    margin-bottom: 32px;
  }

  .rwb-section-title.rwb-custom01 {
    margin-bottom: 18px;
  }

  .rwb-pricing-btn-wrap {
    margin-top: 32px;
  }
}

/* slider */
.slider-section {
  background-color: #f5f5f5;
  padding: 100px 30px;
}

.slider-section-title {
  text-align: center;
}

.slider-section-title h2 {
  font-weight: 700;
  font-style: normal;
  font-size: 36px;
  letter-spacing: 0px;
  color: rgb(12, 12, 12);
  text-align: center;
}

.swiper-section {
  overflow: hidden;
  padding: 60px 0px;
}

.swiper.stats-section {
  overflow: hidden !important;
}

.swiper {
  width: 100%;
}

.swiper-wrapper {
  height: auto !important;
}

.swiper-wrapper,
.swiper-slide {
  box-sizing: border-box;
}

.swiper-slide {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0;
}

.stat-block {
  background: #ffffff;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px;
  gap: 24px;
  text-align: left;
  height: 100%;
  max-height: none;
}

.image-container img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.card-heading {
  font-family: "GPCommerce", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #0c0c0c;
  margin-bottom: 12px;
}

.card-discription p {
  font-family: "GPCommerce", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #0c0c0c;
  margin: 0;
}

.swiper-button-prev,
.swiper-button-next {
  color: #031cff;
  display: none;
}

.slider-section .sales_person_info {
  text-align: center;
}

@media (min-width: 1024px) {
  .swiper-wrapper {
    display: flex;
    align-items: stretch;
  }

  .swiper-slide {
    height: auto;
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .swiper-slide {
    height: auto !important;
  }

  .stat-block {
    padding: 16px !important;
    gap: 16px;
    border-radius: 16px !important;
    background: #ffffff;
  }

  .image-container img {
    width: 62px;
    height: 62px;
  }

  .card-heading {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px !important;
  }

  .card-discription p {
    font-size: 14px;
    line-height: 21px;
  }

  #lp-code-864 {
    overflow: hidden;
    left: 0 !important;
    padding: 0 !important;
  }
}

.stats-section {
  padding: 0;
  width: 100%;
  margin: auto;
}

.card-discription p {
  display: -webkit-box;
}

@media (min-width: 1024px) {

  .swiper-button-prev,
  .swiper-button-next {
    display: flex;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .swiper-slide {
    height: auto !important;
  }

  .stat-block {
    padding: 24px !important;
    gap: 20px;
  }

  .image-container img {
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 480px) {
  .slider-section-title h2 {
    font-size: 21px;
  }

  .slider-section {
    padding: 30px 15px 50px;
  }

  .swiper-section {
    padding: 32px 0;
  }
}

/* tabs section starts */
.tabsSec {
  background-color: #ffffff;
  padding: 100px 0;
}

.tabsSec h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  color: #0c0c0c;
  text-align: center;
  margin-bottom: 62px;
}

.tabsSec .sub {
  font-weight: 400;
  font-size: 16px;
  color: #0c0c0c;
  text-align: center;
  margin-bottom: 32px;
}

.tabsNav {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.tabNav {
  width: fit-content;
  padding: 4px 0;
  text-align: center;
  color: #b8d0f6;
  /* background-color: #fff; */
  border-bottom: 3px solid #ffffff00;
  cursor: pointer;
  font-weight: 800;
  /* font-size: 24px; */
  font-size: 20px;
  /* line-height: 31px; */
  line-height: 26px;
  letter-spacing: -0.02px;
}

.tabNav.active {
  /* background-color: #fff; */
  border-bottom: 3px solid #262aff !important;
  color: #262aff !important;
}

.tabsCon .tabSec {
  display: none;
}

.tabsCon .tabSec.active {
  display: block;
}

.tabSecCon {
  display: flex !important;
  gap: 130px;
  padding: 48px 0;
  /* background-color: #fff; */
  font-size: 16px;
  line-height: 1.5;
}

.intro,
.intro-image {
  width: 50%;
  align-content: center;
}

.intro-image img {
  object-fit: contain;
  border-radius: 24px;
}

.intro h3 {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 12px;
  color: #0c0c0c;
}

.intro p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #0c0c0c;
}

.intro ul {
  list-style-type: disc;
  padding-left: 24px;
  padding-top: 8px;
}

.intro ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #0c0c0c;
  list-style-type: disc;
}

/* 
.priceBtn .lp-element.lp-pom-button {
  border-style: solid;
  border-radius: 100px;
  width: 151px;
  height: 46px;
  background: rgba(38, 42, 255, 1);
  box-shadow: none;
  text-shadow: none;
  color: #ffffff;
  border-width: 1px;
  border-color: #262aff;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
} */

.priceBtn {
  /* text-align: center; */
  text-align: left;
}

.priceBtn .lp-element.lp-pom-button:hover {
  background: rgba(255, 255, 255, 1);
  box-shadow: none;
  color: #262aff;
  border-style: solid;
  border-width: 1px;
  border-color: #262aff;
}

.tabsMainMobile {
  display: none;
}

.accordion-button {
  background-color: #fff;
  border: 0px solid #fff;
  padding: 14px 18px;
  text-align: left;
  width: 100%;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  /* color: #B8D0F6; */
  color: rgba(19, 98, 226, 0.8);
}

.mobileTab.active .accordion-button {
  background-color: #fff;
  color: #1362e2;
}

.mobileTab {
  border: 0px solid #fff;
  border-radius: 12px;
  margin-bottom: 16px;
  overflow: hidden;
  box-shadow: 0px 35px 35px rgba(0, 0, 0, 0.05);
}

.accordion-icon {
  content: url("../images/plus.svg");
}

.mobileTab.active .accordion-icon {
  content: url("../images/minus.svg");
}

.accordion-content {
  display: none;
  padding: 0 16px 16px 16px;
}

.accordion-content .tabSecCon {
  padding: 10px 0 0 0;
  border-top: 1px solid #e5e5e5;
  gap: 16px;
  display: flex;
  flex-direction: column;
}

.accordion-content .intro h3 {
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
  color: #0c0c0c;
  text-align: center;
  margin-bottom: 8px;
}

.accordion-content .intro p {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #0c0c0c;
  text-align: center;
}

.accordion-content .intro ul {
  margin-bottom: 20px;
  padding-left: 0px;
  list-style-type: disc;
  padding-left: 20px;
  padding-top: 8px;
}

.accordion-content .intro ul li {
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #0c0c0c;
  list-style: disc !important;
}

.accordion-content .intro,
.accordion-content .intro-image {
  width: 100%;
  align-content: center;
}

.mobileTab.active .accordion-content {
  display: block;
}

@media screen and (max-width: 1024px) {
  .tabSecCon {
    gap: 65px;
  }
}

@media screen and (max-width: 768px) {
  .tabsMain {
    display: none;
  }

  .tabsMainMobile {
    display: block;
  }

  .tabsSec h2,
  .tabsSec .sub {
    margin-bottom: 22px;
  }

  .tabsSec h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .tabsSec {
    background-color: #ffffff;
    padding: 50px 0;
  }
}

/* tabs section ends */

.tabsSec.type02 {
  background-color: #f5f5f5;
}

.tabsSec.type02 .tabNav {
  color: #0c0c0c;
  border-color: #f5f5f5;
}

.tabsSec.type02 .intro h3 {
  color: #0c0c0c;
}

.tabsSec .pricing-btn-wrap {
  margin-top: 0;
}

.testimonials2Img {
  padding: 100px 0;
  background: #fff;
}

.testimonials2Img .section-title {
  font-weight: 700;
  font-size: 36px;
  color: #0c0c0c;
  line-height: 43px;
  margin-bottom: 60px;
  text-align: center;
}

.testimonials2Img-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.testimonials2Img-card {
  background: #fff;
  padding: 0.5rem;
  min-height: 15rem;
  border-radius: 24px;
  text-align: center;
}

.testimonials2Img .stars {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  border-radius: 16px 16px;
}

.testimonials2Img .stars img {
  width: 100%;
  height: auto;
  border-radius: 16px 16px;

  /* object-fit: contain; */
}

.testimonials2Img-card h4 {
  font-weight: 700;
  font-size: 20px;
  color: #0c0c0c;
  margin-bottom: 16px;
}

.testimonials2Img .testimonials2Img-card p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #0c0c0c;
  width: 75%;
  margin: 0 auto 1rem;
}

.testimonials2Img .pricing-btn-wrap {
  text-align: center;
  margin-top: 4rem;
}

/* Tablet */
@media (max-width: 991px) {
  .testimonials2Img .section-title {
    font-size: 32px;
    margin-bottom: 3rem;
  }

  .testimonials2Img .testimonials2Img-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 768px) {
  .testimonials2Img {
    padding: 50px 0;
  }

  .testimonials2Img .section-title {
    font-size: 32px;
    margin-bottom: 2rem;
  }

  .testimonials2Img .testimonials2Img-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .testimonials2Img .testimonials2Img-card {
    padding: 0.5rem;
    min-height: auto;
    border-radius: 8px;
  }

  .testimonials2Img .testimonials2Img-card p {
    font-size: 1rem;
  }

  .testimonials2Img .pricing-btn {
    width: 100%;
    max-width: 20rem;
  }
}

.testimonials2Img .section-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #0c0c0c;
  width: 75%;
  margin: 0 auto 2rem;
  text-align: center;
}

.testimonials2Img-card.card-left-align {
  text-align: left;
}

.testimonials2Img .testimonials2Img-card.card-left-align p {
  padding-left: 2rem;
  width: 100%;
}

.testimonials2Img .testimonials2Img-card.card-left-align h4 {
  padding-left: 2rem;
}

.testimonialsImg.testimonialsImg-bg-f4 {
  background: #f4f4f4;
}

.testimonialsImg.testimonialsImg-bg-f4 .section-title {
  color: #0c0c0c;
}

.testimonialsImg {
  padding: 100px 0;
  background: #262aff;
}

.testimonialsImg .section-title {
  font-weight: 700;
  font-size: 36px;
  color: #fff;
  line-height: 43px;
  margin-bottom: 60px;
  text-align: center;
}

.testimonialsImg-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.testimonialsImg-card {
  background: #fff;
  padding: 0.5rem;
  min-height: 15rem;
  border-radius: 24px;
  text-align: center;
}

.testimonialsImg .stars {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  border-radius: 16px 16px 0 0;
}

.testimonialsImg .stars img {
  width: 100%;
  height: auto;
  border-radius: 16px 16px 0 0;

  /* object-fit: contain; */
}

.testimonialsImg-card h4 {
  font-weight: 700;
  font-size: 20px;
  color: #0c0c0c;
  margin-bottom: 16px;
}

.testimonialsImg .testimonialsImg-card p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #0c0c0c;
  width: 75%;
  margin: 0 auto 1rem;
}

.testimonialsImg .pricing-btn-wrap {
  text-align: center;
  margin-top: 4rem;
}

/* Tablet */
@media (max-width: 991px) {
  .testimonialsImg .section-title {
    font-size: 32px;
    margin-bottom: 3rem;
  }

  .testimonialsImg .testimonialsImg-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 768px) {
  .testimonialsImg {
    padding: 50px 0;
  }

  .testimonialsImg .section-title {
    font-size: 32px;
    margin-bottom: 2rem;
  }

  .testimonialsImg .testimonialsImg-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .testimonialsImg .testimonialsImg-card {
    padding: 0.5rem;
    min-height: auto;
    border-radius: 8px;
  }

  .testimonialsImg .testimonialsImg-card p {
    font-size: 1rem;
  }

  .testimonialsImg .pricing-btn {
    width: 100%;
    max-width: 20rem;
  }
}

/* common */
.bg_smoke {
  background-color: #f5f5f5;
}

.d_flex {
  display: flex;
}

/* 
.btn {
    border-radius: 50px;
    border: 1px solid #262AFF;
    width: 225px;
    height: 46px;
    background: #262aff;
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
} */

/* two_way_col */
.two_way_col {
  padding: 100px 0px;
  color: #0c0c0c;
}

.two_way_col .d_flex {
  align-items: center;
  justify-content: space-between;
}

.h3_title {
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  color: #0c0c0c;
  margin-bottom: 25px;
}

.para {
  font-weight: 400;
  font-size: 16px;
  color: #0c0c0c;
  line-height: 24px;
}

.two_way_col .left_side.content {
  flex: 0 0 50%;
}

.two_way_col .left_side.img {
  flex: 0 0 50%;
}

@media (max-width: 992px) {
  .two_way_col {
    padding: 70px 0px;
    color: #0c0c0c;
  }

  .h3_title {
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    color: #0c0c0c;
    margin-bottom: 25px;
  }

  .para {
    font-weight: 400;
    font-size: 16px;
    color: #0c0c0c;
    line-height: 24px;
  }
}

@media (max-width: 768px) {
  .two_way_col {
    padding: 50px 0px;
    color: #0c0c0c;
  }

  .two_way_col .d_flex {
    flex-direction: column;
    text-align: center;
  }

  .two_way_col .left_side.content {
    flex: unset;
  }

  .h3_title {
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    color: #0c0c0c;
    margin-bottom: 18px;
  }

  .para {
    font-weight: 400;
    font-size: 16px;
    color: #0c0c0c;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

/* Banner section starts */
.home_section {
  position: relative;
}

.home_section .flex_layer {
  display: flex;
  align-items: center;
  height: calc(100vh - 100px);
  min-height: 500px;
}

.home_section .video_layer {
  width: 25%;
  flex-shrink: 0;
}

.home_section .video_layer video {
  outline: none;
  border: none;
  clip-path: inset(1px 1px);
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.home_container {
  text-align: center;
  padding-top: 5.438rem;
  padding-bottom: 4.063rem;
}

.head_text {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0.02em;
  color: var(--black-color);
  margin-bottom: 2rem;
}

.head_sub_text {
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.25rem;
  letter-spacing: 0.02em;
  color: var(--primary-color);
  margin-bottom: 1.5rem;
}

.head_sub_text sup {
  position: relative;
  top: -0.25rem;
  font-size: 0.875rem;
}

.info {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.381rem;
  margin-top: 1.25rem;
  margin-bottom: 1.5rem;
}

.info img {
  width: 0.666rem;
  height: 0.856rem;
}

.info p {
  font-weight: 400;
  /* font-size: 12px; */
  font-size: 0.8rem;
  line-height: 16px;
  letter-spacing: 0.02em;
  margin-bottom: 0;
}

.points {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.726rem;
  padding-top: 1.994rem;
}

.point {
  display: flex;
  align-items: center;
  gap: 0.691rem;
}

.point img {
  width: 21px;
  height: 21px;
}

.customer_support {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  margin-top: 2.094rem;
}

.customer_support img {
  width: 1.5rem;
  height: 1.5rem;
}

.customer_support p {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.5rem;
  letter-spacing: 0.02em;
  color: var(--black-color);
  margin-bottom: 0;
}

.customer_support p span {
  color: var(--primary-color);
}

#home_section .gp_btn {
  width: 290px;
  height: 48px;
  font-weight: 700;
  font-size: 20px;
}

.point p {
  font-weight: 400;
  /* font-size: 12px; */
  font-size: 0.7rem;
  line-height: 18px;
  letter-spacing: 0.02em;
  margin-bottom: 0;
}

.point p span {
  font-weight: 700;
}

@media screen and (max-width: 1025px) {
  .point {
    gap: 0.5rem;
    flex-direction: column;
    width: 33.33%;
  }
}

@media screen and (max-width: 900px) {
  .home_section .video_layer video {
    max-width: 300px;
    margin: 0 auto;
  }

  .home_container {
    padding-top: 3.625rem;
    padding-bottom: 3.625rem;
  }

  .home_section .flex_layer {
    flex-direction: column;
    height: auto;
  }

  .home_section .video_layer.first {
    width: 90%;
    margin-right: auto;
  }

  .customer_support {
    margin-top: 2.813rem;
  }
}

@media screen and (max-width: 768px) {
  .home_section {
    padding: 0 16px;
  }

  .home_section .video_layer video {
    max-width: 200px;
    margin: 0 auto;
  }

  .home_section .video_layer.first {
    width: 100%;
    margin-right: auto;
  }

  .home_container {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .container.home_container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .info {
    margin: 0.75rem 0 2.313rem;
    font-size: 0.875rem;
    line-height: 1rem;
    gap: 0.5rem;
  }

  .info img {
    height: 0.813rem;
  }

  .points {
    padding-top: 0;
    gap: 0.75rem;
  }

  .point {
    gap: 0.5rem;
    flex-direction: column;
    width: 33.33%;
  }

  .point img {
    width: 1.25rem;
    height: 1.25rem;
  }

  .point p {
    font-size: 0.75rem;
    line-height: 1.2rem;
  }

  .customer_support p {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  .customer_support p {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}

/* Banner section ends */

/* form */

/* Progress Bar styles */
.progress_bar {
  width: 100%;
  background-color: #e0e0e0;
  height: 0.375rem;
  margin-bottom: 1.25rem;
  border-radius: 0.25rem;
  position: relative;
}

.progress_bar span {
  display: block;
  height: 100%;
  background-color: #11a871;
  width: 0%;
  border-radius: 0.25rem;
  transition: width 0.3s ease-in-out;
}

/* Form Container */
.form_section {
  position: relative;
  width: 100%;
  /* padding: 7.5rem 0 4.188rem 0; */
  /* overflow: hidden; */
}

.form_section .form_container {
  width: 80%;
  margin: 0 auto;
}

.form_section .form_container h2 {
  text-align: center;
  color: #0c0c0c;
}

.form_section .form_container .steps_container {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 4rem;
  gap: 1.25rem;
  width: 50%;
}

.form_section .form_container .steps_container .step {
  text-align: center;
  width: 100%;
  background-color: #d9d9d9;
  height: 0.375rem;
  border-radius: 5rem;
  overflow: hidden;
}

.form_section .form_container .steps_container .step .step_number {
  width: 100%;
  height: 100%;
  display: block;
  color: white;
  font-weight: bold;
  transition: background-color 0.4s ease-in-out;
}

.form_section .form_container .steps_container .step.active_step .step_number {
  background-color: var(--primary-color);
}

.form_section .form_container .form_step {
  display: none;
}

.form_section .form_container .form_step .form_header h2 {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.02rem;
  margin-bottom: 1.5rem;
  color: var(--black-color);
}

.form_section .form_container .form_step .form_header h2 span {
  color: var(--primary-color);
}

.form_section .form_container .form_step .radio_group {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  gap: 1.5rem;
}

.form_section .form_container .form_step .radio_group.radio_3 {
  flex-wrap: wrap;
  justify-content: center;
}

.form_section .form_container .form_step .radio_group.radio_3 .input_group {
  flex: 0 0 calc((100% / 3) - (0.25rem + 1.5rem));
}

.form_section .form_container .form_step.form_step_active {
  display: block;
  opacity: 0;
  animation: fadeIn 0.4s forwards;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

.form_section .form_container .form_step.fields_space .input_group {
  margin-bottom: 1.5rem;
  flex-shrink: 0;
}

.form_section .form_container .form_step.fields_space .flex_group {
  row-gap: 0;
}

.form_section .form_container .form_step .radio_group .input_group label.label {
  position: relative;
  padding: 1.5rem;
  border-radius: 0.75rem;
  cursor: pointer;
  transition:
    background-color 0.3s,
    border-color 0.3s;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  font-size: 1.375rem;
  line-height: 1.65;
  height: 100%;
}

input[type="radio"] {
  visibility: hidden;
  opacity: 0;
  position: absolute;
}

.form_section .form_container .form_step .radio_group .input_group label.label span.tick {
  width: 1rem;
  height: 1rem;
  border: 0.063rem solid #000000;
  display: inline-grid;
  place-content: center;
  transition: all 0.2s ease;
  border-radius: 50%;
  cursor: pointer;
}

.form_section .form_container .form_step .radio_group .input_group label.label span.tick::before {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  transform: scale(0);
  transform-origin: bottom left;
  background-color: #fff;
  clip-path: polygon(32% 78%,
      14% 64%,
      7% 76%,
      20% 86%,
      33% 95%,
      53% 69%,
      69% 48%,
      87% 24%,
      77% 18%,
      58% 43%);
  transition: all 0.2s ease;
}

.form_section .form_container .form_step .radio_group .input_group label.label span.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #e7eaf2;
  border-radius: 0.75rem;
}

input[type="radio"]:checked+.tick {
  border: 0.063rem solid #ffffff !important;
  background-color: #11a871;
  transition: all 0.2s ease !important;
}

input[type="radio"]:checked+.tick+.bg {
  width: 100%;
  background-color: var(--primary-color) !important;
  border-radius: 0.75rem;
  transition: background-color 0.2s ease;
}

input[type="radio"]:checked+.tick::before {
  transform: translateX(0.031rem) scale(1) !important;
  background-color: #ffffff !important;
  transition: all 0.2sease !important;
}

.input_group label:has(input[type="radio"]:checked) {
  color: var(--white-color);
}

.form_section .form_container .form_step .radio_group .input_group input {
  font-family: "GPCommerce", Helvetica, Arial, sans-serif;
}

.form_section .form_container .form_step .btn_container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4rem;
  gap: 1.5rem;
}

.form_section .form_container .form_step .flex_group {
  display: flex;
  gap: 1.25rem;
  justify-content: center;
  position: relative;
}

.form_section .form_container .form_step .flex_group .input_group {
  flex: 0 0 calc(50% - 1.5rem);
  width: 100%;
  position: relative;
}

.form_section .form_container .form_step .flex_group .input_group:has(#buisnessName) {
  flex: 0 0 calc(65% - 1.5rem);
}

.form_section .form_container .form_step .flex_group .input_group:has(#phoneNo) {
  flex: 0 0 calc(30% - 1.5rem);
}

.form_section .form_container .form_step .flex_group .input_group:has(#email) {
  flex: 0 0 calc(50% - 1.5rem);
}

.form_section .form_container .form_step .flex_group .input_group input {
  width: 100%;
  font-size: 1.25rem;
  padding: 1rem;
  border-radius: 0.25rem;
  border: 0.063rem solid #808080;
  font-family: "GPCommerce", sans-serif;
  outline: none;
}

.form_section .form_container .form_step .flex_group .input_group input::placeholder {
  color: #bfbfbf;
}

.form_section .form_container .form_step .flex_group .input_group input {
  width: 100%;
  font-size: 1rem;
  padding: 1rem;
  border-radius: 0.25rem;
  border: 0.063rem solid #808080;
  font-family: "GPCommerce", Helvetica, Arial, sans-serif;
  outline: none;
}

.form_section .form_container .form_step .flex_group .input_group input::placeholder {
  color: #bfbfbf;
}

.submit_descripion {
  display: flex;
  align-items: center;
  justify-content: center;
}

.submit_descripion p {
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 0.875rem;
  text-align: left;
  margin-top: 1.25rem;
  color: var(--black-color);
  width: calc(100% - 1.5rem);
}

.submit_descripion p a {
  color: var(--black-color);
}

.previous_btn img {
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
}

label.error {
  position: relative;
  top: 0.5rem;
  color: #ff1f3e !important;
  font-weight: 600 !important;
  font-size: 1rem !important;
  /* background-color: #FFD9D9 !important; */
  padding: 0.2rem 0.5rem 0.2rem 0 !important;
  /* border-radius: 0.2rem !important; */
  width: fit-content !important;
}

.form_fields {
  position: relative;
}

.form_fields .error_message {
  display: none;
}

.form_fields.error .error_message {
  display: block;
  position: absolute;
  bottom: -1.5rem;
}

.btn-secondary {
  padding: 1rem 0rem;
  width: 13rem;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
  border: none;
  border-radius: 3rem;
  cursor: pointer;
  border: 0.063rem solid transparent;
  transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
  font-family: "GPCommerce", Helvetica, Arial, sans-serif;
  text-decoration: none;
}

/* new form */

/* Progress Bar styles */
.progress_bar {
  width: 100%;
  background-color: #e0e0e0;
  height: 0.375rem;
  margin-bottom: 1.25rem;
  border-radius: 0.25rem;
  position: relative;
}

.progress_bar span {
  display: block;
  height: 100%;
  background-color: #11a871;
  width: 0%;
  border-radius: 0.25rem;
  transition: width 0.3s ease-in-out;
}

/* Form Container */
.form_section {
  position: relative;
  width: 100%;
  /* padding: 6rem 0 4.188rem 0; */
  /* overflow: hidden; */
}

.form_section .form_container {
  width: 80%;
  margin: 0 auto;
}

.form_section .form_container h2 {
  text-align: center;
  color: #0c0c0c;
}

.form_section .form_container .steps_container {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 4rem;
  gap: 1.25rem;
  width: 50%;
}

.form_section .form_container .steps_container .step {
  text-align: center;
  width: 100%;
  background-color: #d9d9d9;
  height: 0.375rem;
  border-radius: 5rem;
  overflow: hidden;
}

.form_section .form_container .steps_container .step .step_number {
  width: 100%;
  height: 100%;
  display: block;
  color: white;
  font-weight: bold;
  transition: background-color 0.4s ease-in-out;
}

.form_section .form_container .steps_container .step.active_step .step_number {
  background-color: var(--primary-color);
}

.form_section .form_container .form_step {
  display: none;
}

.form_section .form_container .form_step .form_header h2 {
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.02rem;
  margin-bottom: 1.5rem;
  color: var(--black-color);
}

.form_section .form_container .form_step .form_header h2 span {
  color: var(--primary-color);
}

.form_section .form_container .form_step .radio_group {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  gap: 1.5rem;
}

.form_section .form_container .form_step .radio_group.radio_3 {
  flex-wrap: wrap;
  justify-content: center;
}

.form_section .form_container .form_step .radio_group.radio_3 .input_group {
  flex: 0 0 calc((100% / 4) - (0.25rem + 1.5rem));
}

.form_section .form_container .form_step.form_step_active {
  display: block;
  opacity: 0;
  animation: fadeIn 0.4s forwards;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

.form_section .form_container .form_step.fields_space .input_group {
  margin-bottom: 1.5rem;
  flex-shrink: 0;
}

.form_section .form_container .form_step.fields_space .flex_group {
  row-gap: 0;
}

.form_section .form_container .form_step .radio_group .input_group {
  max-width: 25%;
  flex: 1;
}

.form_section .form_container .form_step .radio_group .input_group label.label {
  position: relative;
  padding: 1.5rem;
  border-radius: 0.75rem;
  cursor: pointer;
  transition:
    background-color 0.3s,
    border-color 0.3s;
  display: flex;
  gap: 1rem;
  align-items: center;
  font-size: 1.375rem;
  line-height: 1.25;
  height: 100%;
}

input[type="radio"] {
  visibility: hidden;
  opacity: 0;
  position: absolute;
}

.form_section .form_container .form_step .radio_group .input_group label.label span.tick {
  width: 1rem;
  height: 1rem;
  border: 0.063rem solid #000000;
  display: inline-grid;
  place-content: center;
  transition: all 0.2s ease;
  border-radius: 50%;
  cursor: pointer;
  transform: none;
  min-width: 1rem;
}

.form_section .form_container .form_step .radio_group .input_group label.label span.tick::before {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  transform: scale(0);
  transform-origin: bottom left;
  background-color: #fff;
  clip-path: polygon(32% 78%,
      14% 64%,
      7% 76%,
      20% 86%,
      33% 95%,
      53% 69%,
      69% 48%,
      87% 24%,
      77% 18%,
      58% 43%);
  transition: all 0.2s ease;
}

.form_section .form_container .form_step .radio_group .input_group label.label span.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #e7eaf2;
  border-radius: 0.75rem;
}

input[type="radio"]:checked+.tick {
  border: 0.063rem solid #ffffff !important;
  background-color: #11a871;
  transition: all 0.2s ease !important;
}

input[type="radio"]:checked+.tick+.bg {
  width: 100%;
  background-color: var(--primary-color) !important;
  border-radius: 0.75rem;
  transition: background-color 0.2s ease;
}

input[type="radio"]:checked+.tick::before {
  transform: translateX(0.031rem) scale(1) !important;
  background-color: #ffffff !important;
  transition: all 0.2sease !important;
}

.input_group label:has(input[type="radio"]:checked) {
  color: var(--white-color);
}

.form_section .form_container .form_step .radio_group .input_group input {
  font-family: "GPCommerce", Helvetica, Arial, sans-serif;
}

.form_section .form_container .form_step .btn_container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4rem;
  gap: 1.5rem;
}

.form_section .form_container .form_step .flex_group {
  display: flex;
  gap: 1.25rem;
  justify-content: center;
  position: relative;
}

.form_section .form_container .form_step .flex_group .input_group {
  flex: 0 0 calc(50% - 1.5rem);
  width: 100%;
  position: relative;
}

/* .form_section
  .form_container
  .form_step
  .flex_group
  .input_group:has(#email) {
  flex: 0 0 calc(70% - 1.5rem);
} */

.form_section .form_container .form_step .flex_group .input_group:has(#zipcode) {
  flex: 0 0 calc(calc(100% / 2.99) - 1.5rem);
}

.form_section .form_container .form_step .flex_group .input_group input {
  width: 100%;
  font-size: 1rem;
  padding: 1rem;
  border-radius: 0.25rem;
  border: 0.063rem solid #808080;
  font-family: "GPCommerce", Helvetica, Arial, sans-serif;
  outline: none;
  min-height: auto;
  background: unset;
}

.form_section .form_container .form_step .flex_group .input_group input::placeholder {
  color: #bfbfbf;
}

.submit_descripion {
  display: flex;
  align-items: center;
  justify-content: center;
}

.submit_descripion p {
  font-weight: 400;
  font-size: 0.625rem;
  line-height: 1rem;
  text-align: left;
  color: var(--black-color);
  width: calc(100% - 1.5rem);
  text-align: center;
}

.submit_descripion p a {
  color: var(--black-color);
}

.previous_btn {
  position: absolute;
  top: -3rem;
  left: 2rem;
  z-index: 10;
}

.previous_btn img {
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
}

label.error {
  position: relative;
  top: 0.5rem;
  color: #de0050 !important;
  font-weight: 600 !important;
  font-size: 1rem !important;
  /* background-color: #FFD9D9 !important; */
  padding: 0.2rem 0.5rem 0.2rem 0 !important;
  /* border-radius: 0.2rem !important; */
  width: fit-content !important;
}

.form_fields {
  position: relative;
}

.form_fields .error_message {
  display: none;
}

.form_fields.error .error_message {
  display: block;
  position: absolute;
  bottom: -1.5rem;
}

@media screen and (max-width: 1130px) {
  .form_section .form_container .form_step .radio_group.radio_3 .input_group {
    min-width: 48%;
    flex: 1;
  }
}

@media screen and (max-width: 990px) {
  .form_section .form_container .form_step .radio_group {
    flex-wrap: wrap;
    gap: 0.5rem;
  }

  .form_section .form_container .form_step .radio_group .input_group {
    max-width: 50%;
    flex: 0 0 calc(50% - 0.25rem);
  }
}

@media screen and (max-width: 768px) {
  .form_section .form_container .form_step .radio_group {
    flex-wrap: wrap;
    gap: 0.5rem;
  }

  .form_section .form_container .form_step .radio_group .input_group {
    max-width: 50%;
    flex: 0 0 calc(50% - 0.25rem);
  }

  .form_section .form_container .form_step .radio_group .input_group label.label {
    font-size: 1rem;
  }

  .form_section .form_container .form_step .radio_group .input_group label.label span.tick {
    width: 16px;
    height: 16px;
    min-width: 16px;
  }

  .form_section .form_container .form_step .radio_group .input_group label.label span.tick::before {
    width: 0.5rem;
    height: 0.5rem;
  }

  .info {
    margin: 1.2rem 0 2.313rem;
    font-size: 0.875rem;
    line-height: 1rem;
    gap: 0.5rem;
  }

  .info img {
    height: 0.813rem;
  }

  .points {
    padding-top: 0;
    gap: 0.75rem;
  }

  .previous_btn {
    left: 1rem;
  }

  .point {
    gap: 0.5rem;
    flex-direction: column;
    width: 33.33%;
  }

  .point img {
    width: 1.25rem;
    height: 1.25rem;
  }

  .point p {
    font-size: 0.75rem;
    line-height: 1.2rem;
  }

  .form_section {
    /* padding: 50px 0; */
  }

  .form_section .form_container {
    width: 100%;
  }

  .form_section .form_container .steps_container {
    width: 100%;
    margin: 1.813rem 0 1.813rem;
  }

  .form_section .form_container .form_step .form_header h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0.75rem;
  }

  .form_section .form_container .form_step .btn_container {
    margin-top: 1.438rem;
  }

  .form_section .form_container .form_step .flex_group {
    flex-direction: column;
  }

  .submit_descripion p {
    width: 100%;
    font-size: 0.625rem;
    line-height: 0.875rem;
  }

  .form_section .form_container .form_step .flex_group .input_group {
    flex: unset;
    width: 100%;
  }

  .form_section .form_container .form_step .radio_group.radio_3 .input_group {
    max-width: calc(100% / 2);
    flex: 0 0 calc((100% / 2) - 0.25rem) !important;
  }

  .go_home_btn,
  .btn-primary {
    padding: 12px 20px;
    font-size: 16px;
  }
}

@media screen and (max-width: 420px) {
  .form_section .form_container .form_step .radio_group .input_group label.label {
    font-size: 0.8rem;
  }

  .form_section .form_container .form_step .radio_group .input_group label.label {
    padding: 1rem;
  }

  .form_section .form_container .form_step .radio_group,
  .form_section .form_container .form_step .radio_group .input_group label.label {
    gap: 6px;
  }
}

/* form */

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .home_section .flex_layer {
    height: 500px;
  }

  .short_version.home_section .flex_layer {
    height: 700px;
  }
}

.videoCardSection {
  padding: 100px 0;
  background: #f5f5f5;
}

.videoCardSection .section-title {
  font-weight: 700;
  font-size: 36px;
  color: #0c0c0c;
  line-height: 43px;
  margin-bottom: 60px;
  text-align: center;
}

.videoCardSection .videoContain {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.videoCardSection .videoContain iframe {
  width: 1068px;
  max-width: 1336px;
  height: 600px;
  border-radius: 16px !important;
}

/* Tablet */
@media (max-width: 991px) {
  .videoCardSection .section-title {
    font-size: 32px;
    margin-bottom: 3rem;
  }

  .videoCardSection .btn-wrap {
    margin-top: 30px !important;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .videoCardSection {
    padding: 50px 0;
  }

  .videoCardSection .section-title {
    font-size: 32px;
    margin-bottom: 2rem;
  }

  .videoCardSection .pricing-btn {
    width: 100%;
    max-width: 20rem;
  }

  .videoCardSection .videoContain iframe {
    width: 100%;
    max-width: 1336px;
    height: 100%;
    border-radius: 16px !important;
  }
}

.videoCardSection .videoContain.small_width_vdo iframe {
  width: 733px;
  height: 600px;
}

@media (max-width: 768px) {
  .videoCardSection .videoContain.small_width_vdo iframe {
    width: 400px;
    height: 300px;
  }
}

@media (max-width: 480px) {
  .videoCardSection .videoContain.small_width_vdo iframe {
    width: 280px;
    height: 250px;
  }
}

.tabsSec .intro h3 {
  /* font-size: 28px !important;
  line-height: 36px !important; */
}

.gpCardBtn {
  text-align: center;
}

/* Thank you page styles */

.thankyou-section {
  text-align: center;
}

.thankyou-section .bg-base {
  background-color: #262aff !important;
  color: #fff;
  padding-top: 74px;
  padding-bottom: 74px;
}

.thankyou-section h2 {
  font-size: 72px;
  line-height: 1.1;
}

.thankyou-section .description {
  padding-top: 74px;
  padding-bottom: 74px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.01em;
}

@media (max-width: 480px) {
  .thankyou-section h2 {
    font-size: 38px;
    /* line-height: 1.1 */
  }

  .thankyou-section .description {
    padding-bottom: 3.7rem;
    padding-top: 3.7rem;
  }
}

.footer.bordertop {
  border-top: 1px solid #e5e5e5;
}

/* new Banner styles  */
.gpBanner02Content h2 {
  font-size: 50px !important;
  line-height: 1.2 !important;
  font-family: 700;
  margin-bottom: 32px;
  width: 90%;
}

.gpBanner02Content.text-center .banner_sheild_section {
  justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  .gpBanner02Content.text-center {
    text-align: center;
  }

  .gpBanner02Content.text-center .banner_sheild_section {
    justify-content: center;
  }

  .gpBanner02Content.text-center h2 {
    width: 100%;
  }

  .gpBanner02Content h2 br {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .gpBanner02Content h2 {
    font-size: 24px !important;
    line-height: 30px !important;
  }
}

.oneS_accodtion_cnt p a {
  text-decoration: underline;
  color: #262aff;
}

.home_section .form_section {
  padding: 100px 0;
}

@media screen and (max-width: 768px) {
  .home_section .form_section {
    padding: 50px 0;
  }
}

.home_section {
  overflow: hidden;
}

@media screen and (min-width: 1300px) {
  .customShortVersion .flex_layer {
    height: calc(100vh - 100px);
    min-height: 500px;
  }
}

.oneS_accodtion_cnt p a.aBtn {
  color: #fff;
  text-decoration: none;
}

.oneS_accodtion_cnt p a.aBtn:hover {
  color: #262aff;
}

/* QA fixes j-02 */

.gpBanner02 {
  padding: 65px 0;
}

.gpBanner {
  padding: 80px 0;
}

.customTab .tabSecCon {
  padding-bottom: 0;
}

.company-logos-v3 {
  margin-bottom: 32px;
}

.tabsSec.type02 .tabNav {
  color: #595959;
  font-weight: 500;
}

.tabsSec.type02 .tabNav:hover {
  color: #0c0c0c;
  font-weight: 700;
}

.tabsSec.type02 .tabNav.active {
  color: #262aff !important;
  font-weight: 700;
}

.tabsSec .priceBtn {
  display: flex;
  justify-content: center;
}

/* v2 */

.footer .footer-top .content p sup {
  line-height: 0;
}

.gpBanner .gpBannerHeader.gpBannerMidSpc {
  margin-bottom: 30px;
}

.thankyou-section .bg-base {
  background-color: #262aff !important;
  color: #fff;
  padding-top: 74px;
  padding-bottom: 74px;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gpCards003Icon.gpCards01 .gpCardimg {
  width: 100px;
  height: 100px;
  margin-bottom: 32px;
}

.gpCards003Icon.gpCards01 .gpCard {
  align-items: center;
  text-align: start;
  padding: 10px;
  border-radius: 15px;
}

.gpCards01 h2 {
  font-weight: 700;
}

.lottie_title_box h2 {
  font-weight: 700;
}

.tabsSec.tabsSecRspc h2 {
  margin-bottom: 32px;
}

@media all and (min-width: 1441px) {
  .home_sectionVD.home_section .info p {
    font-size: 16px;
  }

  .home_sectionVD.home_section .point p {
    font-size: 14px;
  }
}

@media screen and (max-width: 1024px) {

  .gpBanner,
  .gpBanner02 {
    padding: 60px 0;
  }

  section:not(.gpBanner02, .gpBanner, .form_section, .home_section) {
    padding: 80px 0 !important;
  }

  section.payment-solutions-grid {
    padding: 80px 32px !important;
  }
}

.custom-img {
  margin: 0 auto;
  object-fit: none !important;
}

@media screen and (max-width: 768px) {
  section:not(.gpBanner02, .gpBanner, .form_section, .home_section) {
    padding: 50px 0 !important;
  }

  section.payment-solutions-grid {
    padding: 50px 16px !important;
  }

  section.payment-solutions-grid .btn-wrap {
    margin-top: 0 !important;
  }

  .gpBanner,
  .gpBanner02 {
    padding: 50px 0;
  }

  .priceBtn {
    display: flex;
  }

  .lottie_section .lottie_content {
    align-items: center;
    display: flex;
    flex-direction: column;
  }

  .tabsSec .priceBtn {
    margin-top: 32px;
  }

  #mktoPrivacyId p {
    text-align: center;
  }

  .gpCards003Icon.gpCards01 .gpCardimg {
    width: 76px;
    height: 76px;
  }

  .features-section-v2 {
    padding: 50px 0;
  }

  .cards-grid-v2 {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .payment-solutions-grid {
    padding: 50px 16px;
  }

  .testimonials2Img .section-text {
    width: 100%;
  }

  .intro-image img {
    width: 100%;
  }

  .custom01.desc {
    margin-bottom: 32px;
  }

  .lottie_section .blue_btn {
    margin-top: 0 !important;
  }

  .tabsSec .pricing-btn-wrap,
  .pricing-btn-wrap {
    margin-top: 32px;
  }

  .custom-img {
    object-fit: contain !important;
  }
}

@media screen and (max-width: 500px) {
  .btn_container button {
    width: 50% !important;
    padding: 10px 20px;
  }
}

.testimonials2Img .section-title.section-title-v2 {
  margin-bottom: 32px;
}

.testimonials2Img .btn-wrap {
  margin-top: 32px;
}


@media screen and (min-width: 769px) and (max-width: 1024px) {}



@media screen and (max-width: 1024px) {
  .form_section .form_container .form_step .radio_group .input_group label.label {
    min-height: 75px;
    max-height: 75px;
    height: 75px;
  }
}


/* form updates */

.form_section .form_container .form_step .radio_group.radio_3 .input_group {
  flex: 0 0 calc((100% / 3) - (0.25rem + 1.5rem));
}

.Email,
.PostalCode {
  padding: 0 8px 20px 0;
}

.Company,
.Phone {
  padding: 0 0 20px 8px;
}

.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
  background-color: #262aff !important;
  background-image: none !important;
  border: none !important;
}

@media screen and (min-width: 576px) {

  .mktoFormRow.Phone,
  .mktoFormRow.PostalCode,
  .mktoFormRow.noofLocations {
    width: 50%;
  }
}

/* header updates */
#thankyou-section {
  padding: 0 !important;
}

.header-grp {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.mb-logo-container1 {
  display: none;
}

@media screen and (max-width: 768px) {
  .mb-logo-container1 {
    display: block;
    background: rgb(246 245 245);
    border-top: 1px solid #e5e5e5;
    box-shadow: 0px 4px 12px 0px #0000001A;
  }

  .mb-logo-container1 a {
    padding: 12px 16px;
    display: flex;
    justify-content: center;
    font-size: 18px;
    color: #262aff;
  }

  .nav-container.container {
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .brand-logo {
    width: 179px !important;
    height: auto;
  }
}

@media screen and (max-width: 360px) {
  .brand-logo {
    width: 140px !important;
    height: auto;
  }
}

/* header updates ends*/

/* New short version  */

.new-short-ver .head_text {
  margin-bottom: 16px;
}

.new-short-ver .sub_head_text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: var(--black-color);
  margin-bottom: 32px;
}

.new-short-ver .sup-cus {
  position: relative;
  top: 2px;
}

.new-short-ver.home_container {
  padding-left: 0;
  padding-right: 0;
}

.ret-br-2 {
  display: none;
}

@media screen and (max-width: 1400px) {

  .res-br-1,
  .ret-br-1 {
    display: none;
  }

  .new-short-ver.home_container {
    padding-left: 32px;
    padding-right: 32px;
  }

  .ret-br-2 {
    display: block;
  }
}



@media screen and (max-width: 1080px) {
  .ret-br-2 {
    display: none;
  }
}

@media screen and (max-width: 1190px) {
  .gen-br-1 {
    display: none;
  }
}

@media screen and (max-width: 1180px) {
  .res-br-2 {
    display: none;
  }
}

.footer-bottom {
  gap: 16px;
}


/* New short version ends */