.main_landing_page div,
.main_landing_page button,
.main_landing_page a {
  font-family: Montserrat, sans-serif;
}
.main_landing_page--banner .min100vh {
  min-height: 100vh;
  padding: 100px 0;
}
.main_landing_page--banner h1 {
  font-size: 34px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .main_landing_page--banner h1 {
    font-size: 26px;
  }
}
.main_landing_page--banner a {
  background: #43baf9;
  border: none;
  padding: 10px 25px;
  font-size: 14px;
  color: #fff;
}
@media (max-width: 767px) {
  .main_landing_page--banner a {
    margin-bottom: 25px;
  }
}
.main_landing_page--product-solution-section {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .main_landing_page--product-solution-section {
    padding: 60px 0px;
  }
}
.main_landing_page--product-solution-section .pdx-30 {
  padding: 0 30px;
}
@media (max-width: 767px) {
  .main_landing_page--product-solution-section .pdx-30 {
    padding: 0 15px;
  }
}
.main_landing_page--product-solution-section--leftinfo-wrapper h1 {
  font-size: 32px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .main_landing_page--product-solution-section--leftinfo-wrapper h1 {
    font-size: 24px;
  }
}
.main_landing_page--product-solution-section--leftinfo-wrapper p {
  font-size: 20px;
  color: #3c384e;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .main_landing_page--product-solution-section--leftinfo-wrapper p {
    font-size: 16px;
  }
}
.main_landing_page--product-solution-section--infocard {
  background: rgba(255, 255, 255, 0.15);
  box-shadow: -7px 12px 36px rgba(0, 0, 0, 0.07);
  border-radius: 30px;
  padding: 25px 40px 25px 25px;
  margin: 25px 10px;
}
@media (max-width: 767px) {
  .main_landing_page--product-solution-section--infocard {
    margin: 15px 5px;
  }
}
.main_landing_page--product-solution-section--infocard--img {
  height: 140px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .main_landing_page--product-solution-section--infocard--img {
    height: 80px;
  }
}
.main_landing_page--product-solution-section--infocard--img img {
  height: 100%;
}
.main_landing_page--product-solution-section--infocard--title {
  font-size: 26px;
  line-height: 1;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .main_landing_page--product-solution-section--infocard--title {
    font-size: 22px;
  }
}
.main_landing_page--product-solution-section--infocard--subtitle {
  font-size: 16px;
  line-height: 1.1;
  color: #3c384e;
}
@media (max-width: 767px) {
  .main_landing_page--product-solution-section--infocard--subtitle {
    font-size: 12px;
  }
}
.main_landing_page--industry-section {
  position: relative;
  padding: 80px 0;
}
@media (max-width: 767px) {
  .main_landing_page--industry-section {
    padding: 60px 0px;
  }
}
.main_landing_page--industry-section--heading {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 35px;
  text-align: center;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .main_landing_page--industry-section--heading {
    font-size: 24px;
  }
}
.main_landing_page--industry-section--inner-container {
  background-image: url("../images/landingpages/psinnerbg.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 65px 0;
}
.main_landing_page--industry-section--inner-container--card {
  margin: 10px 0;
  position: relative;
  z-index: 1;
}
.main_landing_page--industry-section--inner-container--card--img {
  height: 198px;
}
.main_landing_page--industry-section--inner-container--card--img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.main_landing_page--industry-section--inner-container--card--name {
  background: #fff;
  padding: 5px;
  color: #000;
  font-size: 16px;
}
.main_landing_page--industry-section .industryrt1 {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 80px;
}
.main_landing_page--industry-section .industryrt2 {
  position: absolute;
  right: 0;
  top: 100px;
  width: 200px;
}
.main_landing_page--industry-section .industrycc3 {
  position: absolute;
  left: 100px;
  top: 100px;
  width: 30px;
}
.main_landing_page--industry-section .industrycc1 {
  position: absolute;
  left: -65px;
  top: -30px;
  width: 120px;
  z-index: -1;
}
.main_landing_page--industry-section .industrycc2 {
  position: absolute;
  right: -70px;
  bottom: 60px;
  width: 100px;
  z-index: -1;
}
.main_landing_page--payments-section {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .main_landing_page--payments-section {
    padding: 60px 0;
  }
}
.main_landing_page--payments-section--main-heading {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 35px;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .main_landing_page--payments-section--main-heading {
    font-size: 24px;
  }
}
.main_landing_page--payments-section--card {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: -7px 12px 36px rgba(0, 0, 0, 0.07);
  padding: 20px;
  margin: 10px 0;
}
.main_landing_page--payments-section--card--img {
  height: 80px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.main_landing_page--payments-section--card--img img {
  max-height: 100%;
}
.main_landing_page--payments-section--card--name {
  font-size: 24px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .main_landing_page--payments-section--card--name {
    font-size: 20px;
  }
}
.main_landing_page--payments-section--card--subname {
  font-size: 16px;
  color: #767676;
  margin-bottom: 15px;
  min-height: 78px;
}
@media (max-width: 767px) {
  .main_landing_page--payments-section--card--subname {
    font-size: 12px;
  }
}
.main_landing_page--payments-section--card--knowmore a {
  background: #43baf9;
  border-radius: 40px;
  padding: 8px 25px;
  font-weight: bold;
  font-size: 12px;
  color: #fff;
}
.main_landing_page--testimonial-section {
  padding: 80px 0 130px;
  background: linear-gradient(180deg, rgba(236, 240, 253, 0) 0%, rgba(236, 240, 253, 0.53) 14.32%, #ecf0fd 45.83%, rgba(236, 240, 253, 0.43) 84.33%, rgba(236, 240, 253, 0) 100%);
}
@media (max-width: 767px) {
  .main_landing_page--testimonial-section {
    padding: 60px 0;
  }
}
.main_landing_page--testimonial-section--main-heading {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 135px;
  line-height: 1.1;
  text-align: center;
}
@media (max-width: 767px) {
  .main_landing_page--testimonial-section--main-heading {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
.main_landing_page--testimonial-section .testimonial-slider {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 18px 52.8537px rgba(215, 228, 249, 0.5);
}
.main_landing_page--testimonial-section--slidebox {
  background: #ffffff;
  border-radius: 20px;
  padding: 100px 50px 30px;
  color: #767676;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  line-height: 1.1;
  box-shadow: none;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .main_landing_page--testimonial-section--slidebox {
    padding: 60px 20px 15px;
    font-size: 18px;
  }
}
.main_landing_page--testimonial-section--slidebox img {
  position: absolute;
  top: 35px;
  left: 35%;
  z-index: -1;
  width: 180px;
}
@media (max-width: 767px) {
  .main_landing_page--testimonial-section--slidebox img {
    width: 80px;
  }
}
.main_landing_page--testimonial-section--wrapper {
  position: relative;
}
.main_landing_page--testimonial-section--wrapper .reddots {
  position: absolute;
  width: 350px;
  z-index: -1;
  right: -85px;
  top: 20px;
}
.main_landing_page--testimonial-section--wrapper .greendots {
  position: absolute;
  width: 350px;
  z-index: -1;
  left: -80px;
  bottom: -95px;
}
.main_landing_page--testimonial-section--wrapper .tmnl1 {
  position: absolute;
  width: 80px;
  left: -100px;
  top: -95px;
}
.main_landing_page--testimonial-section--wrapper .tmnl2 {
  position: absolute;
  width: 80px;
  left: -180px;
  top: 40%;
}
.main_landing_page--testimonial-section--wrapper .tmnl3 {
  position: absolute;
  width: 70px;
  left: -100px;
  bottom: -95px;
}
.main_landing_page--testimonial-section--wrapper .tmnl4 {
  position: absolute;
  width: 70px;
  right: -100px;
  top: -95px;
}
.main_landing_page--testimonial-section--wrapper .tmnl5 {
  position: absolute;
  width: 80px;
  right: -180px;
  top: 40%;
}
.main_landing_page--testimonial-section--wrapper .tmnl6 {
  position: absolute;
  width: 80px;
  right: -100px;
  bottom: -95px;
}
.main_landing_page--empowered-section {
  padding: 80px 0px;
}
@media (max-width: 767px) {
  .main_landing_page--empowered-section {
    padding: 60px 0px;
  }
}
.main_landing_page--empowered-section--main-heading {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 55px;
  line-height: 1.1;
  text-align: center;
}
@media (max-width: 767px) {
  .main_landing_page--empowered-section--main-heading {
    font-size: 24px;
    margin-bottom: 35px;
  }
}
.main_landing_page--empowered-section--branditems {
  height: 80px;
  text-align: center;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main_landing_page--empowered-section--branditems img {
  max-height: 100%;
  width: 50%;
}
.main_landing_page--banking-section {
  padding: 80px 0px;
}
@media (max-width: 767px) {
  .main_landing_page--banking-section {
    padding: 60px 0;
  }
}
.main_landing_page--banking-section--main-heading {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 55px;
  line-height: 1.1;
  text-align: center;
}
@media (max-width: 767px) {
  .main_landing_page--banking-section--main-heading {
    font-size: 24px;
    margin-bottom: 35px;
  }
}
.main_landing_page--banking-section--branditems {
  height: 80px;
  text-align: center;
  margin-bottom: 10px;
}
.main_landing_page--banking-section--branditems img {
  max-height: 100%;
  width: 50%;
}
.main_landing_page--custsupport-section {
  position: relative;
  z-index: 1;
  padding: 60px 0 0;
}
@media (max-width: 767px) {
  .main_landing_page--custsupport-section {
    padding: 40px 0px 0;
  }
}
.main_landing_page--custsupport-section--main-heading {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 55px;
  line-height: 1.1;
  text-align: center;
}
@media (max-width: 767px) {
  .main_landing_page--custsupport-section--main-heading {
    font-size: 24px;
    margin-bottom: 35px;
  }
}
.main_landing_page--custsupport-section .reddots {
  position: absolute;
  width: 350px;
  z-index: -1;
  right: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .main_landing_page--custsupport-section .reddots {
    display: none;
  }
}
.main_landing_page--custsupport-section .greendots {
  position: absolute;
  width: 280px;
  z-index: -1;
  left: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .main_landing_page--custsupport-section .greendots {
    display: none;
  }
}
.main_landing_page--custsupport-section .cscircle1 {
  position: absolute;
  z-index: -1;
  left: 30px;
  bottom: 170px;
}
@media (max-width: 767px) {
  .main_landing_page--custsupport-section .cscircle1 {
    display: none;
  }
}
.main_landing_page--custsupport-section .cscircle2 {
  position: absolute;
  z-index: -1;
  left: 120px;
  bottom: 130px;
}
.main_landing_page--whyus-section {
  padding: 150px 0 100px;
}
@media (max-width: 767px) {
  .main_landing_page--whyus-section {
    padding: 80px 0 60px;
  }
}
.main_landing_page--whyus-section--main-heading {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 35px;
  line-height: 1.1;
  text-align: center;
}
@media (max-width: 767px) {
  .main_landing_page--whyus-section--main-heading {
    font-size: 24px;
  }
}
.main_landing_page--whyus-section--cardbox {
  background: rgba(255, 255, 255, 0.15);
  box-shadow: -7px 12px 36px rgba(0, 0, 0, 0.07);
  border-radius: 30px;
  padding: 35px 25px;
  margin: 10px 0;
}
.main_landing_page--whyus-section--cardbox--icon {
  margin-bottom: 20px;
  height: 70px;
}
.main_landing_page--whyus-section--cardbox--name {
  font-size: 30px;
  margin-bottom: 15px;
  line-height: 1.1;
  min-height: 66px;
}
.main_landing_page--whyus-section--cardbox--subname {
  font-size: 16px;
  color: #3C384E;
  line-height: 1.1;
  min-height: 52px;
}

.bnpl_page {
  padding: 157px 0 0;
}
@media (max-width: 767px) {
  .bnpl_page {
    padding: 120px 0 0;
  }
}
.bnpl_page div,
.bnpl_page button,
.bnpl_page a {
  font-family: Montserrat, sans-serif;
}
.bnpl_page--banner {
  min-height: calc(100vh - 157px);
}
@media (max-width: 767px) {
  .bnpl_page--banner {
    min-height: calc(100vh - 120px);
  }
}
.bnpl_page--banner--subtitle {
  font-size: 20px;
  color: #23344D;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .bnpl_page--banner--subtitle {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.bnpl_page--banner h1 {
  font-size: 34px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .bnpl_page--banner h1 {
    font-size: 26px;
  }
}
.bnpl_page--banner a {
  background: #43baf9;
  border: none;
  padding: 10px 25px;
  font-size: 14px;
  color: #fff;
}
@media (max-width: 767px) {
  .bnpl_page--banner a {
    margin-bottom: 25px;
  }
}
.bnpl_page--trustedby-section {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .bnpl_page--trustedby-section {
    padding: 60px 0px;
  }
}
.bnpl_page--trustedby-section--heading {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 35px;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .bnpl_page--trustedby-section--heading {
    font-size: 24px;
  }
}
.bnpl_page--trustedby-section--cardbox {
  background: #eff9ff;
  border-radius: 8px;
  padding: 30px 20px;
  display: flex;
  align-items: center;
  margin: 10px 0;
}
@media (max-width: 767px) {
  .bnpl_page--trustedby-section--cardbox {
    padding: 20px 10px;
  }
}
.bnpl_page--trustedby-section--cardbox--icon {
  margin-right: 25px;
  width: 100px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .bnpl_page--trustedby-section--cardbox--icon {
    margin-right: 15px;
    width: 100px;
  }
}
.bnpl_page--trustedby-section--cardbox--content--count {
  color: rgba(67, 186, 249, 0.35);
  font-weight: 600;
  font-size: 48px;
  margin-bottom: 10px;
  line-height: 1;
}
@media (max-width: 767px) {
  .bnpl_page--trustedby-section--cardbox--content--count {
    font-size: 38px;
  }
}
.bnpl_page--trustedby-section--cardbox--content--name {
  color: #282e31;
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 15px;
  line-height: 1;
}
@media (max-width: 767px) {
  .bnpl_page--trustedby-section--cardbox--content--name {
    font-size: 22px;
  }
}
.bnpl_page--trustedby-section--cardbox--content--subinfo {
  color: #7a868c;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.1;
}
.bnpl_page--trustedby-section--cardbox--content--kwbtn {
  padding: 0;
  border: 0;
}
.bnpl_page--benefits-section {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .bnpl_page--benefits-section {
    padding: 60px 0px;
  }
}
.bnpl_page--benefits-section--heading {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 45px;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .bnpl_page--benefits-section--heading {
    font-size: 20px;
    margin-bottom: 25px;
    margin-top: 25px;
  }
}
.bnpl_page--benefits-section--bftsitems {
  color: #282e31;
  font-weight: 500;
  font-size: 14px;
  margin: 25px 0;
  line-height: 1.1;
}
.bnpl_page--benefits-section--bftsitems img {
  margin-bottom: 15px;
  max-height: 35px;
}

.boombox_lead_page {
  background-color: #F6F8F9;
}
.boombox_lead_page div,
.boombox_lead_page button,
.boombox_lead_page a, .boombox_lead_page p, .boombox_lead_page label, .boombox_lead_page input {
  font-family: Montserrat, sans-serif;
}
@media (max-width: 767px) {
  .boombox_lead_page .col-reverse {
    flex-direction: column-reverse;
    margin-top: 30px;
  }
}
.boombox_lead_page--left-col--title {
  font-size: 26px;
  font-weight: 600;
  margin-top: 50px;
  color: #000;
  margin-bottom: 50px;
}
.boombox_lead_page--left-col--subtitle {
  font-size: 16px;
  font-weight: 500;
  margin: 20px 0;
  color: #000;
}
.boombox_lead_page .boombox_form {
  background-color: #262E31;
  padding: 25px 28px;
  border-radius: 24px;
  border: solid 1px #707070;
}
.boombox_lead_page .boombox_form .boombox_form_wrap--title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #fff;
}
.boombox_lead_page .boombox_form form .form-group {
  margin-bottom: 6px;
}
.boombox_lead_page .boombox_form form label {
  font-size: 12px;
  color: #fff;
  margin-bottom: 5px;
}
.boombox_lead_page .boombox_form form input {
  height: 31px;
  border-radius: 5px;
}
.boombox_lead_page .boombox_form form .blue_btn {
  background-color: #43BAF9;
  margin-top: 5px;
  padding: 6px;
}
.boombox_lead_page .boombox_form form .blue_btn a {
  color: #fff !important;
  font-size: 14px;
}

.fail_success_wrapper {
  background-color: rgba(0, 0, 0, 0.5019607843);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Montserrat, sans-serif;
}
.fail_success_wrapper .fs_wrapp {
  background-color: #FFFFFF;
  border-radius: 15px;
  padding: 20px;
  max-width: 270px;
}
.fail_success_wrapper .fs_wrapp .fs_title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 10px;
}
.fail_success_wrapper .fs_wrapp .fs_subtitle {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 10px;
}
.fail_success_wrapper .fs_wrapp .fs_link {
  background-color: #43BAF9;
  padding: 7px;
  text-align: center;
}
.fail_success_wrapper .fs_wrapp .fs_link a {
  color: #fff !important;
  font-size: 13px;
  font-family: Montserrat, sans-serif;
}

#bannerVideo {
  width: 620px;
  height: 562px;
  object-fit: cover;
  border-radius: 20px;
  display: block;
  margin: 0 auto;
  background-color: black;
  z-index: 100;
  max-width: 100%;
}

.boomboxX1-header {
  font-size: 23px;
  font-weight: 600;
  color: rgb(0, 0, 0);
  margin-bottom: 28px;
}

.boombox-description {
  padding: 40px 0px 40px 30px;
}

.new_badge-x1 {
  position: absolute;
  top: 0;
  right: 0;
  background: var(--Color-Icon-color_icon_warning, rgb(241, 158, 6));
  border-radius: 28px;
  padding-top: 2px;
  padding-right: 8px;
  padding-bottom: 2px;
  padding-left: 8px;
  font-weight: 600;
  font-size: 12px;
  line-height: 19.5px;
  vertical-align: middle;
  color: rgb(255, 255, 255);
}

.left-border {
  border-radius: 10px;
  border: 3px solid rgb(3, 177, 228);
  margin-right: 10px;
}

.home-products .container-fluid .new-custom-width {
  max-width: 1100px !important;
}
.home-products .container-fluid .new-custom-width .home-products-wrap ul {
  max-width: 1050px !important;
}
.home-products .container-fluid .tab-content .home-product-item-content {
  max-width: 520px;
}

@media (max-width: 767px) {
  .boombox-description {
    padding: 0px !important;
  }
  .home-product-item-img img {
    max-width: 100% !important;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
}

.sign_up_main_wrapper {
  display: flex;
  justify-content: center;
  background-color: #282E31;
  height: 500px;
  align-items: stretch;
  border-radius: 20px !important;
}
.sign_up_main_wrapper .row {
  display: flex;
  width: 100%;
}
.sign_up_main_wrapper .row .col {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sign_up_main_wrapper .row .content {
  padding: 60px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
}
.sign_up_main_wrapper .row .content h2 {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 34px;
}
.sign_up_main_wrapper .row .content p {
  color: #CBD4D6;
  font-weight: 400;
  font-size: 15px;
}
.sign_up_main_wrapper .row .content .form-content {
  width: 466px;
}
.sign_up_main_wrapper .row .content .form-content .category {
  display: flex;
  flex-direction: row;
  gap: 14px;
  margin-bottom: 24px;
  cursor: pointer;
}
.sign_up_main_wrapper .row .content .form-content .category .category-type {
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(255, 255, 255);
  min-width: 68px;
  height: 35px;
  padding: 8px 20px;
  border: 1.5px solid rgb(3, 177, 228);
  border-radius: 20px;
  font-size: 16px;
}
.sign_up_main_wrapper .row .content .form-content .category .active {
  background-color: rgba(2, 177, 228, 0.1);
}
.sign_up_main_wrapper .row .content .form-content form input {
  background: rgba(255, 255, 255, 0.1);
  width: 223px;
  height: 45px;
  margin-bottom: 20px;
  border-radius: 6px;
  border: 1px;
  padding: 12px 16px;
  color: rgb(203, 212, 214);
}
.sign_up_main_wrapper .row .content .form-content form input::placeholder {
  color: rgb(203, 212, 214);
  opacity: 1;
}
.sign_up_main_wrapper .row .content .form-content form input:nth-child(odd) {
  margin-right: 15px;
}
.sign_up_main_wrapper .row .content .form-content form input:focus {
  border-color: rgb(0, 189, 255) !important;
}
.sign_up_main_wrapper .row .content .form-content form select {
  background: rgba(255, 255, 255, 0.1);
  height: 45px;
  width: 223px;
  margin-bottom: 20px;
  border-radius: 6px;
  border: 1px;
  padding: 12px 16px;
  color: rgb(203, 212, 214);
}
.sign_up_main_wrapper .row .content .form-content form select::placeholder {
  color: rgb(203, 212, 214);
  opacity: 1;
}
.sign_up_main_wrapper .row .content .form-content form select:focus {
  border-color: rgb(0, 189, 255) !important;
}
.sign_up_main_wrapper .row .content .form-content form option {
  background: rgba(255, 255, 255, 0.1);
  color: rgb(203, 212, 214);
}
.sign_up_main_wrapper .row .content .form-content form option:hover, .sign_up_main_wrapper .row .content .form-content form option:focus {
  background: red;
  color: #000;
}
.sign_up_main_wrapper .row .content .form-content form .primary-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 132px;
  height: 50px;
  border-radius: 8px;
  margin-top: 10px;
  padding: 12.5px 24px;
  background: rgb(3, 177, 228);
  color: white;
  font-size: 18px;
  font-weight: 500;
  border: none;
}

.callback-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.callback-box {
  background: #282E31;
  color: #fff;
  padding: 30px;
  border-radius: 20px;
  width: 400px;
  text-align: center;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}
.callback-box h2 {
  margin-bottom: 10px;
  font-size: 22px;
}
.callback-box p {
  font-size: 14px;
  margin-bottom: 15px;
}
.callback-box .category {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.callback-box .category input {
  display: none;
}
.callback-box .category label {
  background: #1F2427;
  color: #fff;
  padding: 8px 15px;
  margin: 0 5px;
  border-radius: 20px;
  cursor: pointer;
  transition: 0.3s;
}
.callback-box .category label:hover, input:checked + .callback-box .category label {
  background: #00AEEF;
}
.callback-box form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.callback-box form input,
.callback-box form select {
  background: #1F2427;
  border: 1px solid #3C4144;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  font-size: 14px;
  outline: none;
  box-shadow: 0px 0px 0px 4px rgba(66, 186, 249, 0.16);
}
.callback-box form input:focus,
.callback-box form select:focus {
  border-color: #00AEEF;
}
.callback-box form button {
  background: #00AEEF;
  color: #fff;
  border: none;
  padding: 12px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  transition: 0.3s;
}
.callback-box form button:hover {
  background: #008CBA;
}

.boombox-x1-banner {
  padding: 130px 120px 0px 120px !important;
  min-height: 580px !important;
}
.boombox-x1-banner .boombox-x1-banner-container {
  max-width: 1200px !important;
}

.boombox-x1-banner-description {
  font-weight: 400;
  font-size: 32px;
  line-height: 140%;
  margin: 30px 0px;
}

.boombox-x1-banner-description-keyword {
  font-weight: 600;
}

.primary-button-boombox-x1 {
  background: rgb(3, 177, 228);
  width: 200 !important;
  height: 50 !important;
  gap: 6px;
  border-radius: 8px;
  padding-top: 12.5px;
  padding-right: 24px;
  padding-bottom: 12.5px;
  padding-left: 24px;
  color: rgb(255, 255, 255);
  font-weight: 500;
  font-size: 18px;
}

.product-features-align {
  text-align: start !important;
}

.boombox-x1-video {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  height: 514px;
  max-width: 100%;
  border-radius: 12px;
  background: rgb(27, 29, 33);
}

.payment-header {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  font-weight: 400;
  font-size: 48px;
  line-height: 130%;
  gap: 12px;
}

.boombox-x1-payment-type {
  display: flex;
  justify-content: center;
  height: 456px;
  align-items: stretch;
  border-radius: 20px !important;
}
.boombox-x1-payment-type .row {
  display: flex;
  width: 100%;
}
.boombox-x1-payment-type .row .col {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.boombox-x1-payment-type .row .content {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
}
.boombox-x1-payment-type .row .content .payment-type-container {
  width: 100%;
  height: 96px;
  border: 1px solid rgba(34, 34, 34, 0.1);
  border-radius: 8px;
  padding: 20px;
  cursor: pointer;
}
.boombox-x1-payment-type .row .content .payment-type-container .payment-type-header {
  display: flex;
}
.boombox-x1-payment-type .row .content .payment-type-container .payment-type-header .payment-type-logo {
  width: 40px;
}
.boombox-x1-payment-type .row .content .payment-type-container .payment-type-header .payment-type-logo .act_img {
  display: none;
}
.boombox-x1-payment-type .row .content .payment-type-container .payment-type-header .payment-type-logo .inact_img {
  display: block;
}
.boombox-x1-payment-type .row .content .payment-type-container .payment-type-header .payment-type-header-text {
  color: rgb(0, 0, 0);
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
}
.boombox-x1-payment-type .row .content .payment-type-container .payment-type-description {
  padding-left: 40px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: rgba(0, 0, 0, 0.75);
}
.boombox-x1-payment-type .row .content .active {
  background: rgb(18, 18, 18);
  border: 1px solid;
  background-image: linear-gradient(92.1deg, rgba(34, 34, 34, 0) 0.66%, #222222 99.34%), linear-gradient(100.45deg, rgba(0, 189, 255, 0.2) 0%, rgba(0, 189, 255, 0) 25.74%);
  position: relative;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.boombox-x1-payment-type .row .content .active .payment-type-header .payment-type-logo .act_img {
  display: block;
}
.boombox-x1-payment-type .row .content .active .payment-type-header .payment-type-logo .inact_img {
  display: none;
}
.boombox-x1-payment-type .row .content .active .payment-type-header .payment-type-header-text {
  color: rgb(255, 255, 255);
}
.boombox-x1-payment-type .row .content .active .payment-type-description {
  color: rgb(160, 162, 163);
}
@keyframes example {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.boombox-x1-payment-type .row .content .active::after {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -1px;
  width: 100%;
  height: 4px;
  background-color: #03B1E4;
  animation-name: example;
  animation-duration: 4s;
  border-radius: 4px;
}

@media (max-width: 767px) {
  .sign_up_main_wrapper .row .content {
    padding: 25px;
  }
  .boombox-x1-payment-type {
    height: unset;
  }
  .payment-header {
    font-size: 40px;
  }
  .boombox-x1-banner {
    padding: 80px 0px 40px !important;
  }
  .boombox-x1-payment-type .row {
    display: block;
  }
  .sign_up_main_wrapper {
    height: unset;
  }
  .sign_up_main_wrapper .row .content .form-content form input {
    width: unset;
    display: flex;
  }
}
.thank_you_page {
  background-color: #282E31;
}
.thank_you_page .thank_you_wrapper {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.thank_you_page .thank_you_wrapper .thank_you_heading {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  margin-top: 20px;
}
.thank_you_page .thank_you_wrapper .thank_you_subheading {
  font-size: 18px;
  font-weight: 400;
  color: #CBD4D6;
}

/*# sourceMappingURL=style.css.map */
