/****************** common style starts ***********************/
@import url("https://fonts.googleapis.com/css2?family=Blinker:wght@100;200;300;400;600;700;800;900&display=swap");

:root {
  --primary-color: #ff1f3e;
  --white-color: #ffffff;
  --black-color: #000000;
  --gray-color: #808080;
}

@font-face {
  font-family: Helvetica-Neue;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/rs/092-EMI-875/images/helveticaneue.woff2) format("woff2");
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html {
  font-size: 1.1vw;
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-family: "Blinker", serif;
  font-size: 1rem;
}

#bodyId a {
  text-decoration: none;
}

a[href^="tel"] {
  color: inherit;
  text-decoration: inherit;
}

.container {
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding: 0 5rem;
}

.nav-container {
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding: 0 2rem;
}

.f-16 {
  font-size: 1rem;
}

.f-18 {
  font-size: 1.125rem;
}

.mt-32 {
  margin-top: 2rem;
}

.contact-btn {
  padding: 0.75rem 1rem;
  font-weight: 600;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  border: 0.063rem solid transparent;
  transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
}

.cta_container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
}

.contact-btnLink {
  text-decoration: none;
}

a.Feature1ImageContactCTA a {
  text-decoration: none;
  color: #000;
}

.btn-secondary {
  color: var(--white-color);
  background-color: var(--primary-color);
  border: 0.125rem solid var(--primary-color);
}

.btn-secondary:hover {
  color: #1b1b6f;
  background-color: transparent;
  transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
}

.btn-primary {
  color: var(--black-color);
  background-color: var(--white-color);
  border: 0.125rem solid var(--white-color);
  position: relative;
  z-index: 10;
}

.btn-primary:hover {
  color: var(--white-color);
  background-color: transparent;
  transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
}

.five-star-review {
  margin-top: 0.75rem;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  position: relative;
}

.five-star-review p {
  font-size: 0.75rem;
  color: var(--gray-color);
}

/* scrollbar */
::-webkit-scrollbar {
  width: 0.3125rem;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0.3125rem grey;
  border-radius: 0.3125rem;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #b3b3b3;
  border-radius: 0.1875rem;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #b3b3b3;
}

.whitespace {
  white-space: nowrap;
}

/* Hide the spin buttons in WebKit browsers */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Hide spin buttons in Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/****************** common style ends ***********************/

/* Nav styles  */

nav {
  background-color: var(--white-color);
  position: sticky;
  top: -0.063rem;
  left: 0;
  z-index: 9999;
  margin-top: -0.063rem;
}

.nav-container {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0.063rem solid #e5e5e5;
}

.brand-logo {
  width: 8.75rem;
  height: 2rem;
}

.nav-left {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.nav-right {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.nav-contact-number {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.nav-contact-number img {
  width: 1.5rem;
  height: 1.5rem;
}

.nav-contact-number a {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--black-color);
  text-decoration: none;
}

.btn-primary span {
  color: #000;
}

.nav-call {
  display: none;
}

/* Nav styles end*/

.contactus {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
  max-width: 80rem;
  margin: 0 auto;
}

/* Footer Section Starts */

.footer {
  background: #000;
}

.footer .footer_preText {
  padding-top: 2.5rem;
}

.footer .footer_preText p:nth-child(2) {
  padding-top: 1.5rem;
}

.footer .footer_preText p:nth-child(3) {
  padding-top: 1.5rem;
}

.footer .footer_preText p {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #ffffff;
}

.footer .footer_preText p sup {
  position: relative;
  top: 0.15rem;
  font-size: 0.875rem;
}

.footer .footer_content .footer_top_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}

.footer .footer_content .footer_top_content .left_content {
  display: flex;
  align-items: center;
  justify-content: o;
  gap: 2rem;
  color: #fff;
  white-space: nowrap;
}

.footer .footer_content .footer_top_content .left_content .language {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.footer .footer_content .footer_top_content .left_content .language .option,
.footer .footer_content .footer_top_content .right_content .customer_support {
  line-height: 1.5;
  font-weight: 600;
  font-size: 1rem;
  color: #ffffff;
  display: flex;
  align-items: center;
}

.footer
  .footer_content
  .footer_top_content
  .left_content
  .language
  .option
  span {
  margin-left: 0.75rem;
  cursor: pointer;
}

.footer .footer_content .footer_top_content .left_content .logo_link span {
  width: 9.5rem;
  display: inline-block;
  height: 2rem;
}

.footer .footer_content .footer_top_content .left_content span svg {
  width: 92%;
  height: 100%;
}

.footer .footer_content .footer_top_content .left_content .language span {
  width: 1.25rem;
  height: 1.25rem;
}

.footer
  .footer_content
  .footer_top_content
  .left_content
  .language
  .option
  span {
  width: 1rem;
  height: 1rem;
}

.footer .footer_content .footer_top_content .right_content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
}

.footer .footer_content .footer_top_content .right_content .contact_cta {
  padding: 0.75rem 1rem;
  background: #ff1f3e;
  color: #ffffff;
  border-radius: 0.5rem;
  font-weight: 600;
  font-size: 1rem;
}

.footer
  .footer_content
  .footer_top_content
  .right_content
  .btn-secondary:hover {
  color: var(--white-color);
}

.data_masonry_column {
  display: flex;
  flex: 0 0 calc(14.5% - 0.2rem);
  flex-direction: column;
  gap: 1.25rem;
}

.data_masonry_column > div {
  display: flex;
  flex-direction: column;
  height: fit-content;
}

.data_masonry_column > div > div {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 700;
  color: #fff;
}

.data_masonry_column > div > a {
  font-size: 0.938rem;
  line-height: 2rem;
  color: #fff;
  text-decoration: inherit;
}

/* Footer Section Ends */

.Masonry_parent {
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 0;
  column-gap: 0;
}

.data_masonry_column {
  box-sizing: border-box;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  padding: 0.625rem;
}

.footer_copyRights {
  display: flex;
  font-size: 0.938rem;
  line-height: 2rem;
  color: #fff;
  width: 100%;
  justify-content: flex-start;
}

.privacy_choice {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.privacy_choice_links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 1.5rem;
}

.privacy_choice_links a,
#cpra_button {
  font-size: 0.938rem;
  line-height: 2rem;
  color: #fff;
  text-decoration: none;
}

.SocialLinks {
  display: flex;
  gap: 1.5rem;
}

.SocialLinks a {
  width: 1.5rem;
  height: 1.5rem;
  font-size: 0.938rem;
  line-height: 2rem;
  color: #fff;
  text-decoration: none;
}

.SocialLinks a svg {
  width: 100%;
  height: 100%;
}

.cpra_button_span {
  margin-right: 0.5rem;
}

.icon_span svg {
  color: #fff;
}

@media screen and (max-width: 1280px) {
  .Masonry_parent {
    -moz-column-count: 4;
    column-count: 4;
  }
}

@media screen and (max-width: 600px) {
  .Masonry_parent {
    -moz-column-count: 2;
    column-count: 2;
  }
}

@media screen and (min-width: 1281px) {
  .Masonry_parent {
    -moz-column-count: 7;
    column-count: 7;
    display: flex;
  }
}

@media screen and (max-width: 600px) {
  .footer .footer_content .footer_top_content {
    align-items: flex-start;
    flex-direction: row;
  }

  .footer .footer_content .footer_top_content .right_content {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4rem;
    width: 100%;
  }

  .footer .footer_content .footer_top_content .left_content {
    width: 100%;
    justify-content: flex-start;
  }

  .optIn input[type="checkbox"] {
    width: 0.938rem;
    height: 0.938rem;
    padding: 0 !important;
  }

  .five-star-review {
    display: flex;
    justify-content: center;
  }

  .privacy_choice_links {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media screen and (max-width: 962px) {
  .optIn input[type="checkbox"] {
    width: 0.938rem;
    height: 0.938rem;
    padding: 0 !important;
  }

  .five-star-review {
    display: flex;
    justify-content: center;
  }
}

@media screen and (max-width: 1366px) {
  .privacy_choice {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
  }
}

/* updates */
.footer .footer_content .footer_top_content .left_content .language {
  gap: 0.5rem;
}

.customer_support a {
  text-decoration: none;
  color: var(--white-color);
}

.customer_support a:hover,
.data_masonry_column > div > a:hover,
.privacy_choice_links a:hover {
  text-decoration: underline;
}

.data_masonry_column div div {
  margin-bottom: 0.625rem;
}

.footer_top_content {
  padding: 2.5rem 0 2.5rem 0;
}

.data_masonry_column {
  padding-left: 0px;
}

.footer .footer_content .footer_top_content .right_content {
  gap: 5.3rem;
}

.privacy_choice {
  /* margin-top: 3.125rem; */
}

.footer_copyRights {
  padding-top: 2rem;
  padding-bottom: 3.125rem;
}

.h100 {
  height: 25vh;
}

@media screen and (max-width: 1279px) {
  .footer .footer_content .footer_top_content .right_content {
    margin-right: 0.5rem;
    gap: 2rem;
  }
}

@media screen and (max-width: 600px) {
  .footer .footer_content .footer_top_content .right_content {
    /* margin-top: 2.5rem; */
  }

  .footer .container {
    padding: 0 1.25rem;
  }

  .h100 {
    height: fit-content;
  }

  .footer .footer_content .footer_top_content .left_content {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 1.5rem;
    color: #fff;
    white-space: nowrap;
  }
}

@media screen and (max-width: 1366px) {
  .privacy_choice {
    flex-direction: row;
  }
}

/* Footer Section Ends */

/* Connect with sales section starts */

.connect_section {
  text-align: right;
}

.connect_cta {
  position: fixed;
  bottom: 0;
  padding: 1rem 1.5rem;
  background-color: var(--primary-color);
  color: var(--white-color);
  border-radius: 0.5rem 0.5rem 0 0;
  transform: translateX(-100%);
  width: 10rem;
  z-index: 99;
  font-size: 1.125rem;
  font-weight: 600;
}

/* Connect with sales section ends */

/* media query starts */

@media screen and (max-width: 600px) {
  .container {
    padding: 0 1.25rem;
  }

  .form_section .form_title sup {
    font-size: 0.75rem;
    line-height: 1.5;
    position: relative;
    top: -0.3rem;
    left: 0.3rem;
  }

  .modal_section .modal_body .right_banner_content .contact_sale .sale {
    margin-bottom: 0.75rem;
  }

  .modal_section .modal_body .right_banner_content .contact_sale .sale p,
  .modal_section .modal_body .right_banner_content .contact_sale .visitaion p {
    font-size: 1.125rem;
  }

  .modal_section .modal_body .right_banner_content .contact_sale .sale a {
    font-size: 1.75rem;
  }

  .modal_section
    .modal_body
    .right_banner_content
    .contact_sale
    .visitaion
    span {
    font-size: 1rem;
  }

  .contact_sale br {
    display: inline-block !important;
  }

  #modal_container .modal_content .container {
    padding: 0;
  }

  #modal_container .modal_content .modal_block {
    width: 100%;
  }

  .modal_section .modal_body {
    flex-direction: column;
    border-radius: 1.5rem;
  }

  .modal_section .modal_body .left_form_content,
  .modal_section .modal_body .right_banner_content {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .modal_section .modal_body .left_form_content {
    order: 2;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .modal_section .modal_body .left_form_content .form_header .form_title {
    font-size: 1.75rem;
  }

  .modal_section .modal_body .left_form_content .form_header .form_title sup {
    font-size: 0.625rem;
    top: -0.3rem;
  }

  .modal_section .modal_body .left_form_content .form_label {
    font-size: 1rem;
    margin-bottom: 1rem;
  }

  .form_container .form_table form label {
    font-size: 0.75rem;
    line-height: 1.2;
  }

  .form_container .form_table form input {
    padding: 0.906rem 1rem;
  }

  .form_container .form_table form .firstname,
  .form_container .form_table form .lastname,
  .form_container .form_table form .buisness_name,
  .form_container .form_table form .email,
  .form_container .form_table form .phNumber {
    margin-bottom: 0.5rem;
  }

  .modal_section .modal_body .right_banner_content:before {
    left: -8%;
    bottom: -50%;
    width: 75%;
    height: 105%;
  }

  .modal_section .modal_body .right_banner_content img {
    transform: translate(23%, -10%) scale(1.5);
  }

  #modal_container .modal_content .modal_block svg {
    width: 1.25rem;
    height: 1.25rem;
  }

  #modal_container .modal_content .modal_block svg path {
    stroke-width: 2px;
  }

  form .contact_cta {
    margin-top: 0.25rem;
  }
}

@media screen and (max-width: 540px) {
}

@media screen and (max-width: 420px) {
}

@media screen and (max-width: 992px) {
}

.readMore {
  display: none;
}

@media screen and (max-width: 600px) {
  html {
    font-size: unset;
  }

  .whitespace {
    white-space: wrap;
  }

  .nav-left {
    gap: 0.5rem;
  }

  .nav-call {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
    background-color: #000;
    gap: 0.5rem;
  }

  .nav-call a {
    color: var(--white-color);
    text-decoration: none;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.5rem;
    letter-spacing: 0.02em;
  }

  .nav-contact-number {
    display: none;
  }

  .nav-container {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }

  .commerce360 {
    height: 1rem;
  }

  /* banner styles  */

  .contact-btn {
    font-size: 0.938rem;
    line-height: 1.5rem;
    /* margin-top: 1rem; */
  }

  .footer .contact-btn {
    margin-top: unset;
  }

  /* banner styles ends */

  /* cards  */

  /* payments  */

  .readMore {
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2rem;
    margin-top: 0.5rem;
    color: var(--primary-color);
  }

  #modal_container .modal_content {
    overflow: unset;
  }

  .modal_section .modal .modal-close {
    background: #ececec;
    margin-right: 1rem;
    top: 1.5rem;
    padding: 0.4rem;
  }

  /* connect with sale button */
  .connect_cta {
    display: none;
    width: 100%;
    border-radius: 0;
    margin-left: 1.25rem;
  }

  .footer_copyRights {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }

  .privacy_choice {
    flex-wrap: wrap;
    row-gap: 1.5rem;
  }
}

@media screen and (max-width: 600px) {
  .form_section {
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.72) 0%,
        rgba(0, 0, 0, 0) 73%
      ),
      url(/rs/092-EMI-875/images/Form_banner.jpg?version=1);
    background-repeat: repeat;
    overflow: hidden;
    background-position: center 100%;
    background-size: 100% 52%;
  }
}

@media screen and (max-width: 560px) {
  .modal_section .modal_body .right_ _content:before {
    border-radius: 2.5rem;
    left: -42%;
    bottom: -14%;
    width: 90%;
    height: 110%;
    transform: rotate(-45deg);
  }

  .modal_section .modal_body .right_banner_content img {
    margin-left: 7.5rem;
    transform: translate(8%, -10%) scale(1.2);
  }

  .modal_section .modal_body .right_banner_content .contact_sale {
    top: 50%;
    transform: translateY(-50%);
    bottom: 0;
  }

  .modal_section
    .modal_body
    .right_banner_content
    .contact_sale
    .visitaion
    span {
    width: 70%;
    display: inline-block;
  }
}

@media screen and (max-width: 480px) {
  .nav-right .contact-btn {
    padding: 0.5rem 0.75rem;
    white-space: nowrap;
  }

  .modal_section .modal_body .right_banner_content:before {
    border-radius: 2.5rem;
    left: -32%;
    bottom: -10%;
    width: 90%;
    height: 110%;
    transform: rotate(-45deg);
  }

  .form_section {
    background-position: 20% 84%;
    background-size: 137% 50%;
  }

  .contactForm.mktoForm .mktoCheckboxList {
    width: auto;
    margin-right: 0.5rem;
  }
}

@media screen and (max-width: 420px) {
}

@media screen and (min-width: 800px) and (max-width: 850px) and (max-height: 1180px) {
}

@media screen and (min-width: 2000px) {
}

@media screen and (min-width: 2200px) {
}

@media screen and (max-width: 450px) {
  .modal_section
    .modal_body
    .right_banner_content
    .contact_sale
    .visitaion
    span {
    width: 55%;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 370px) {
  .footer .footer_content .footer_top_content .left_content .language .option {
    font-size: 0.875rem;
  }

  .footer .footer_content .footer_top_content .left_content {
    gap: 1rem;
    justify-content: space-between;
  }

  .form_section br {
    display: none;
  }

  .modal_section .modal_body .right_banner_content:before {
    left: -32%;
    bottom: -22%;
    width: 90%;
    height: 116%;
  }
}

/* form styles  */

.backend_form,
#mktoForm_1181 {
  display: none;
}

.clear {
  clear: both;
}

.module02 .transaction_block .image_section img {
  margin-left: -2rem;
  margin-right: 0;
  border-radius: 0 5rem 5rem 0;
}

/* new device section styles */

._section_contains {
  display: flex;
  flex-direction: row;
  /* align-items: center; */
  gap: 2.5rem;
  width:100%;
  height:100%;
}

/* .module_2 ._section_contains {
  flex-direction: row-reverse;
} */

.img_contain,
.content_contain {
  width: 50%;
}

.img_contain img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.count_source_text {
  color: #808080;
  font-weight: 400;
  font-size: 0.938rem;
  line-height: 1;
  margin-top: 1rem;
}

.device_sec_heading {
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 3rem;
  letter-spacing: 0.02em;
  margin-bottom: 1.25rem;
}

.device_sec_text {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.02em;
  margin-bottom: 4.125rem;
}

.device_sec_textHI {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.5rem;
  letter-spacing: 0.02em;
  margin-bottom: 1rem;
}

.count_container {
  display: flex;
  flex-wrap: wrap;
  /* gap: 1.75rem 1rem; */
  gap: 1rem;
}

.count_contain {
  display: flex;
  flex-direction: row;
  width: calc(100% - 1rem);
  align-items: center;
  background-color: #f8f8f8;
  padding: 1.5rem;
  border-radius: 1rem;
  gap: 1.25rem;
}

.count_value {
  font-weight: 600;
  font-size: 3rem;
  letter-spacing: 0.02em;
  color: #1b1b6f;
  /* margin-bottom: 1rem; */
  min-width: 7.5rem;
}

.count_text {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.02em;
  /*  */
}

@media all and (max-width: 600px) {
  ._section_contains {
    flex-direction: column;
    gap: 2rem;
  }

  .device_sec_heading {
    font-size: 1.75rem;
    line-height: 1;
    margin-bottom: 1.25rem;
  }

  .device_sec_textHI {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 1.25rem;
  }

  .img_contain,
  .content_contain {
    width: 100%;
  }

  .count_contain {
    width: 100%;
  }

  .module02 .transaction_block .image_section img {
    margin-left: -1.5rem;
    border-radius: 0 2.5rem 2.5rem 0;
  }

  .module_2 ._section_contains {
    flex-direction: column-reverse;
  }
}

/* Form section starts */

.form_section_new {
  padding-top: 3.25rem;
  padding-bottom: 5rem;
}

.form_contentArea_new {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 3rem;
}

.form_contentArea_new .form_content_new,
.form_contentArea_new .form_block_new {
  flex: 0 0 calc(50% - 3rem / 2);
}

.form_contentArea_new .form_content_new .image_wrapper {
  border-radius: 3rem;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.form_contentArea_new .form_content_new .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.form_contentArea_new .form_block_new .form_table_new h2 {
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  margin-bottom: 1.5rem;
  margin-top: 3rem;
}

.form_contentArea_new .form_block_new .form_table_new p {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.02em;
  margin-bottom: 0.5rem;
}

.contactForm.mktoForm {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100% !important;
}

.contactForm.mktoForm .mktoFormCol {
  width: 100%;
}

.contactForm.mktoForm .mktoFieldWrap {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.contactForm.mktoForm .mktoFieldWrap:has(#LblemailOptIn) {
  display: flex;
  flex-direction: row-reverse;
}

.contactForm.mktoForm .mktoFieldDescriptor input[name="emailOptIn"] {
  margin: 0 !important;
  width: 1.25rem !important;
  height: 1.2rem !important;
}

.mktoForm.mktoLayoutAbove .mktoCheckboxList {
  padding: 0 !important;
  width: fit-content !important;
  margin-right: 0.75rem !important;
}

.contactForm.mktoForm .mktoFieldWrap #LblemailOptIn {
  width: 100% !important;
  padding-top: 0 !important;
  color: #000000;
}

.contactForm.mktoForm .mktoFieldWrap #LblemailOptIn a {
  color: #000000;
  font-size: inherit !important;
}

.contactForm .mktoFormRow {
  width: 100%;
}

.contactForm fieldset {
  padding: 0 !important;
  margin-bottom: 0 !important;
}

.contactForm fieldset legend {
  padding: 0 !important;
}

.contactForm fieldset .mktoFormRow {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 1rem;
}

.contactForm fieldset .mktoFormRow .mktoFieldDescriptor {
  /* flex: 0 0 calc(50% - 1rem / 2); */
}

/* .contactForm .mktoFormRow:last-child:has(input:not([type="hidden"])) {
  flex: 0 0 100% !important;
} */

.full-width {
  flex: 0 0 100% !important;
}

.contactForm.mktoForm .mktoRequiredField label.mktoLabel,
.contactForm.mktoForm .mktoField {
  width: 100% !important;
}

.contactForm.mktoForm .mktoFieldWrap label.mktoLabel {
  color: #1b1b6f;
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: 400;
  font-family: "Blinker", serif;
}

.contactForm.mktoForm .mktoFieldWrap select {
  font-size: 1rem;
}

.contactForm.mktoForm .mktoField {
  padding: 1rem;
  border-radius: 0.5rem;
  border: 1px solid #bfbfbf;
  margin-top: 0.5rem;
  font-size: 1rem;
  height: 100%;
}

.contactForm.mktoForm .mktoFieldWrap .mktoGutter,
.contactForm.mktoForm .mktoOffset {
  width: 0 !important;
  height: 0 !important;
}

.contactForm.mktoForm .mktoButtonRow {
  width: 100%;
}

.contactForm.mktoForm .mktoButtonRow span {
  margin: 0 !important;
}

.contactForm.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
  padding: 1.1rem;
  background: #ff1f3e;
  border-radius: 0.5rem;
  color: #ffffff;
  border: 0;
  margin-top: 0.875rem;
  margin-bottom: 2.25rem;
  width: 100%;
  border: 0.063rem solid transparent !important;
  font-family: "Blinker", serif;
  font-weight: 400;
  font-size: 1.125rem;
}

.contactForm.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover {
  background: transparent !important;
  color: #1b1b6f;
  border: 0.063rem solid #ff1f3e !important;
}

.contactForm.mktoForm .mktoError {
  position: unset;
}

.contactForm.mktoForm .mktoError .mktoErrorArrowWrap {
  display: none;
}

.contactForm.mktoForm .mktoError .mktoErrorMsg {
  background-color: unset !important;
  background-image: unset !important;
  border: none !important;
  box-shadow: none !important;
  color: #ff1f3e !important;
  text-shadow: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  font-size: 0.875rem !important;
}

.contactForm.mktoForm .mktoAsterix {
  float: left;
  padding-left: unset;
  padding-right: 0.188rem;
  color: #ff1f3e !important;
}

@media screen and (max-width: 600px) {
  .form_contentArea_new {
    flex-direction: column;
    gap: 2rem;
  }

  .form_contentArea_new .form_content_new .image_wrapper {
    border-radius: 1.75rem;
  }

  .form_contentArea_new .form_block_new .form_table_new h2 {
    font-size: 1.625rem;
    margin-top: 0;
  }

  .form_contentArea_new .form_block_new .form_table_new p {
    font-size: 1.25rem;
  }

  .contactForm.mktoForm {
    padding: 0;
  }
}

/* eCommerce style */

.customer_lifetime_value {
  padding: 2.5rem 0;
}

.customer_lifetime_value .payments_card_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 2.5rem;
}

.customer_lifetime_value .payments_card_heading {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 2.75rem;
  width: 50%;
}

.customer_lifetime_value .payments_card_btn_dsk {
  background-color: #ff1f3e;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 0.5rem;
  padding: 1rem;
  border: 0.125rem solid #00000000;
  white-space: nowrap;
}

.customer_lifetime_value .payments_card_btn_mbl {
  display: none;
  border: 0.125rem solid #00000000;
  text-align: center;
}

.customer_lifetime_value .payments_card_btn_mbl:hover,
.customer_lifetime_value .payments_card_btn_dsk:hover {
  color: #1b1b6f;
  background-color: transparent;
  transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
  border: 0.125rem solid #ff1f3e;
}

.customer_lifetime_value .payments_card_container {
  display: flex;
  justify-content: center;
  column-gap: 1.5rem;
  margin-top: 2.5rem;
}

.payments_card_container .payments_card {
  border-radius: 2rem;
  background-color: #f8f8f8;
  width: 33.3%;
  min-width: 26.25rem;
}

.payments_card_body .payments_card_title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #1b1b6f;
  letter-spacing: 0.02em;
  line-height: 1.9rem;
  padding-bottom: 1.25rem;
}

.payments_card_img {
  display: flex;
  align-items: end;
  justify-content: center;
  padding-top: 1.5rem;
  border-radius: 2rem 2rem 0rem 0rem;
  /* background-color: #ccd6ea; */
}

.payments_card_img img {
  width: 8.438rem;
  height: 13.5rem;
}

.payments_card .payments_card_body {
  padding: 1.5rem;
}

.payments_card .payments_card_ul {
  padding-top: 1.25rem;
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
}

.payments_card_ul li {
  list-style: none;
  display: flex;
  align-items: flex-start;
  column-gap: 1rem;
}

.payments_card_ul li img{
    width: 1.25rem;
    height: 1.25rem;
}

.payments_card_ul li p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  padding-right: 0.8rem;
}

.competitive_pricing {
  margin-bottom: 3rem;
  padding: 2.5rem 0;
}

.competitive_pricing_header {
  /* width: 34.5rem; */
}

.competitive_pricing_heading {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 2.75rem;
  letter-spacing: 0.02em;
}

.card_container {
  display: flex;
  justify-content: center;
  column-gap: 1.2rem;
}

.competitive_card {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 2rem;
  border-radius: 2rem;
  margin-top: 3rem;
  justify-content: space-between;
}

.competitive_card .card_cta {
  /* width: 100%;
    height: auto;
    padding-top: 2.6rem; */
}

.card_banner {
  font-size: 1rem;
  font-weight: 600;
  color: #1b1b6f;
  background-color: #e7eaf2;
  border-radius: 0.75rem;
  align-self: flex-start;
  border-radius: 0.75rem;
  padding: 0.938rem 1.25rem;
  width: fit-content;
}

.card_title {
  font-size: 2.5rem;
  font-weight: 600;
  color: #1b1b6f;
  margin-top: 1rem;
  padding-right: 4rem;
  line-height: 2.9rem;
}

.card_text {
  margin-top: 0.8rem;
  font-size: 1rem;
  font-weight: 400;
  color: #000000;
  width: 80%;
  line-height: 1.2rem;
  letter-spacing: 0.02em;
}


  .card_text > div {
    display: ruby;
  }

.banner_contact_text .bannerContent_text a,
.card_text a {
  font-size: 1.25rem;
  font-weight: 700;
  color: #ff1f3e;
  white-space: nowrap;
}

.card_list_container {
  margin-top: 2rem;
  display: flex;
  column-gap: 1rem;
}

.card_list_container li {
  list-style: none;
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
}

.card_list_container li img{
    width: 0.875rem;
    height: 0.875rem;
}

.card_list_container li p {
  font-size: 1rem;
  font-weight: 400;
  padding-right: 0.8rem;
}

.card_btn {
  margin-top: 1.6rem;
  background-color: #ff1f3e;
  border-radius: 0.5rem;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 600;
  padding: 1.156rem;
  border: 0.125rem solid #00000000;
  text-align: center;
  text-decoration: none;
}

.card_cta .card_btn {
  width: 100%;
  display: inline-flex;
  justify-content: center;
}

.card_btn:hover {
  color: #1b1b6f;
  background-color: transparent;
  transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
  border: 0.125rem solid #ff1f3e;
}

.payment_solutions_box {
  background-color: #e5e5e5;
  padding: 5rem 0rem;
  margin: 2.5rem 0;
}

.payment_solutions_box .payment_solutions_box_heading {
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 2.75rem;
  letter-spacing: 0.02em;
}

.payment_solutions_box .payment_solutions_box_heading h1 {
  width: 45%;
}

.payment_solutions_box .icon_card_container {
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
  margin-top: 3rem;
}

.icon_card_container .icon_card {
  display: flex;
  flex-direction: column;
  row-gap: 1.125rem;
  width: calc(25% - 1.125rem);
  border-radius: 1rem;
  padding: 1.25rem;
  background-color: #ffffff;
}

.icon_card_container .icon_card_text {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5rem;
}

/* banner section */

.banner-container {
  position: relative;
  height: 36.25rem;
  background-size: cover;
  display: flex;
  flex-direction: row;
}

.banner_content {
  width: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner_text_content {
  width: 75%;
}

.banner_image_section {
  width: 50%;
}

.banner_image_section img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.banner_heading {
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.banner_list_container {
  margin-top: 2rem;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.banner_list_container li {
  list-style: none;
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
}

.banner_list_container li p {
  font-size: 1.125rem;
  font-weight: 400;
  padding-right: 0.8rem;
  white-space: normal;
}

.banner_list_container li img {
  width: 1.5rem;
  height: 1.5rem;
}

.banner_btn {
  padding: 1.188rem 7.25rem;
  text-align: center;
  white-space: nowrap;
}

.banner_btn:hover {
  color: #fff;
}

.banner_contact_text {
  width: 85%;
  margin-top: 1.25rem;
}

.banner_contact_text .bannerContent_text {
  font-size: 1rem;
  line-height: 1.2;
  display: flex;
  align-items: baseline;
  gap: 0.2rem;
  letter-spacing: 0.02em;
}

.banner_contact_text .bannerContent_text span {
  /* font-size: 1.75rem; */
  line-height: 1.2;
}

#banner {
  padding-bottom: 2.5rem;
}

/* banner section */

/* device */

.img_contain {
  /* height: 41.5rem; */
  height:auto;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2.5rem;
}

.img_contain > div {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img_contain video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*  */

.competitive_charges {
  display: none;
}

/* footer */

.footer .copy_rights_text p {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #ffffff;
}

.footer .footer_content {
  padding: 1rem 0 3.5rem 0;
}

.contactForm.mktoForm .mktoFieldWrap #LblemailOptIn a {
  text-decoration: underline;
}

#formContainer {
  scroll-margin: 7.25rem;
}

@media only screen and (max-width: 900px) {
  html {
    font-size: unset;
  }

  .container {
    padding: 0 2.5rem;
  }

  .nav-container {
    padding: 1rem 2.5rem;
  }

  .footer .footer_content {
    padding: 0 0 2.5rem 0;
  }

  .customer_lifetime_value .payments_card_container {
    display: flex;
    justify-content: start;
    overflow-x: auto;
    scroll-snap-stop: always;
    column-gap: 1.5rem;
    margin: 2.5rem 0rem;
  }

  .customer_lifetime_value .container {
    padding: 0;
  }

  .payments_card_header {
    padding: 0 2.5rem;
  }

  .payments_card:first-child {
    margin-left: 2.5rem;
  }

  .payments_card:last-child {
    margin-right: 2.5rem;
  }

  .customer_lifetime_value .payments_card_heading {
    font-size: 2rem;
    line-height: 2.2rem;
    width: 75%;
  }

  .payments_card_container .payments_card {
    width: auto;
    min-width: 21.875rem;
  }

  .card_container {
    flex-direction: column;
  }

  .competitive_card {
    width: 100%;
  }

  .competitive_card02 {
    margin-top: 1rem;
  }

  .competitive_pricing_heading {
    font-size: 2rem;
    /* width: 30.5rem; */
  }

  .icon_card_container .icon_card {
    width: 48%;
    flex-direction: row;
    align-items: center;
    column-gap: 1.125rem;
  }

  .payment_solutions_box .payment_solutions_box_heading {
    font-size: 2rem;
    line-height: 2.25rem;
  }

  .payment_solutions_box .payment_solutions_box_heading h1 {
    width: 65%;
  }

  ._section_contains {
    flex-direction: column;
  }

  .img_contain,
  .content_contain {
    width: 100%;
  }

  .img_contain {
    height: 23.75rem;
  }

  .form_contentArea_new {
    flex-direction: column;
    gap: 2rem;
  }

  .form_contentArea_new .form_block_new .form_table_new h2 {
    margin-top: 0;
  }

  .form_contentArea_new .form_content_new,
  .form_contentArea_new .form_block_new {
    flex: 0 0 calc(100% - 3rem / 2);
  }

  .count_contain {
    width: calc(50% - 1rem);
    flex-direction: column;
    align-items: flex-start;
  }

  /* banner */

  .banner_heading {
    font-size: 2.188rem;
  }

  .banner_list_container li p {
    font-size: 1rem;
    white-space: normal;
  }

  .banner_contact_text .bannerContent_text,
  .banner_contact_text .bannerContent_text span {
    /* font-size: 1.25rem; */
    line-height: 1.2;
  }

  .banner_text_content {
    width: 100%;
    padding: 0 2.5rem;
  }

  .competitive_charges {
    display: flex;
    color: #808080;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1;
    margin-top: 0.75rem;
  }

  .competitive_pricing {
    margin-bottom: 0rem;
  }

  .form_section_new {
    padding-top: 0;
  }

  .payment_solutions_box {
    background-color: #e5e5e5;
    padding: 2.5rem 0rem;
    margin: 0;
  }

  .customer_lifetime_value .payments_card_header {
    padding-top: 0rem;
  }

  .customer_lifetime_value {
    padding-bottom: 0;
  }

  .customer_lifetime_value .payments_card_container::-webkit-scrollbar-track {
    margin: 1rem 2.5rem 0;
  }
}

@media only screen and (max-width: 768px) {
  .customer_lifetime_value .payments_card_btn_dsk {
    display: none;
  }

  .customer_lifetime_value .payments_card_btn_mbl {
    display: block;
    background-color: #ff1f3e;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 0.5rem;
    padding: 1rem;
    margin-bottom: 3rem;
    width: 100%;
  }

  .competitive_pricing_heading {
    font-size: 1.625rem;
    /* width: 25rem; */
    line-height: 1.6rem;
  }

  .competitive_card {
    padding: 1.2rem;
    margin-top: 2rem;
  }

  .card_title {
    font-size: 1.75rem;
    line-height: 2rem;
  }

  .card_text {
    width: 100%;
    letter-spacing: 0rem;
  }

  .card_list_container {
    column-gap: 0.4rem;
  }

  .card_list_container li {
    column-gap: 0.3rem;
  }

  .card_list_container li p {
    font-size: 0.75rem;
    padding-right: 0rem;
    width: 100%;
  }

  .customer_lifetime_value .payments_card_heading {
    font-size: 1.75rem;
    line-height: 2rem;
    width: 100%;
  }

  .icon_card_container .icon_card {
    width: 100%;
  }

  .payment_solutions_box .payment_solutions_box_heading {
    font-size: 1.625rem;
    line-height: 1.875rem;
  }

  .payment_solutions_box .payment_solutions_box_heading h1 {
    width: 100%;
  }

  .img_contain {
    height: 15rem;
  }

  .count_contain {
    width: calc(100% - 1rem);
  }

  /* banner */

  .banner-container {
    height: 36.25rem;
    background-size: cover;
    display: flex;
    flex-direction: column-reverse;
  }

  .banner_content {
    width: 100%;
    background-color: #000000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .banner_image_section {
    width: 100%;
  }

  .banner_heading {
    font-size: 1.75rem;
    text-align: center;
  }

  .banner_btn {
    padding: 1.188rem;
    width: 100%;
  }

  .banner_list_container {
    justify-content: center;
  }

  .banner_list_container li p {
    font-size: 0.875rem;
    white-space: normal;
  }

  .banner_contact_text {
    width: 100%;
  }

  .banner_contact_text .bannerContent_text,
  .banner_contact_text .bannerContent_text span {
    text-align: center;
  }

  .banner_text_content {
    width: 100%;
    padding: 2.5rem;
  }

  #banner.deviceNot {
    margin-bottom: 0;
  }

  #banner {
    padding-bottom: 0;
  }

  #banner.deviceNot .banner-container {
    height: auto;
  }

  .competitive_charges {
    font-size: 0.938rem;
    margin-top: 1.25rem;
  }

  .competitive_pricing {
    margin-bottom: 0;
  }

  .form_section_new {
    padding-top: 2.5rem;
    padding-bottom: 1.5rem;
  }

  .device_sec_text {
    margin-bottom: 2rem;
  }

  .customer_lifetime_value .payments_card_btn_mbl {
    margin-right: auto;
    margin-left: auto;
    width: calc(100% - 5rem);
  }
}

@media screen and (max-width: 600px) {
  .container {
    padding: 0 1.25rem;
  }

  .card_list_container {
    flex-direction: column;
    gap: 0.5rem;
  }

  .customer_lifetime_value .payments_card_header {
    padding-top: 0;
  }

  .banner_list_container {
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: start;
  }

  .payments_card_header {
    padding: 0 1.25rem;
  }

  .payments_card:first-child {
    margin-left: 1.25rem;
  }

  .payments_card:last-child {
    margin-right: 1.25rem;
  }

  .customer_lifetime_value .payments_card_btn_mbl {
    margin-right: auto;
    margin-left: auto;
    width: calc(100% - 2.5rem);
  }

  .customer_lifetime_value .payments_card_container::-webkit-scrollbar-track {
    margin: 1rem 1.25rem 0;
  }

  .banner_text_content {
    width: 100%;
    padding: 1.25rem;
  }
}

/* device section */

.device_new {
  padding: 2.5rem 0;
}

.tele_number {
  color: #fff;
}

@media screen and (max-width: 375px) {
  .payments_card_container .payments_card {
    width: auto;
    min-width: 17rem;
  }

  .customer_lifetime_value .payments_card_container {
    column-gap: 1.15rem;
  }

  .payments_card_ul li p {
    padding-right: 0;
  }
}