@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500;600;700&display=swap");
body * {
  font-family: "IBM Plex Sans", sans-serif !important;
}

#ch-js-header-cloned {
  display: none;
}

.l-header__bg {
  background: linear-gradient(107.66deg, #4300A3 11.51%, #6100BB 53.97%, #A700F1 85.07%) !important;
}

.nav-items {
  position: sticky;
  top: -1px;
  z-index: 9;
}
@media (max-width: 991px) {
  .nav-items {
    display: none;
  }
}
.nav-items ul {
  background-color: #6d34b8;
  display: flex;
  width: 100%;
  justify-content: center;
  height: 50px;
  align-items: center;
}
.nav-items ul li {
  margin: 0px;
}
.nav-items ul li a {
  color: #ffffff;
  text-align: center;
}
.nav-items ul li a:hover {
  background-color: #8d47d3;
  padding: 13px 15px;
}
.nav-items ul li a:focus {
  background-color: #8d47d3;
  padding: 13px 15px;
}
.nav-items ul .active a {
  background-color: #8d47d3;
  padding: 13px 15px;
  color: #ffffff;
}

.nav-items-experiment ul {
  background-color: #F2F4FC;
}
.nav-items-experiment ul li a {
  color: #00000A;
  text-align: center;
}
.nav-items-experiment ul li a:hover {
  background-color: #d5c9fe;
  color: #00000A;
}
.nav-items-experiment ul li a:focus {
  background-color: #d5c9fe;
  color: #00000A;
}
.nav-items-experiment ul .active a {
  color: #00000A;
  background-color: #d5c9fe;
}

/* Hero Section */
.cc-hero {
  background: linear-gradient(107.66deg, #4300A3 11.51%, #6100BB 53.97%, #A700F1 85.07%);
  margin-bottom: 40px;
  padding: 30px 0 20px 0;
}
@media (max-width: 991px) {
  .cc-hero {
    padding: 80px 0;
  }
}
@media (min-width: 992px) {
  .cc-hero {
    overflow: hidden;
    position: relative;
    background: transparent;
    margin-bottom: 0;
    padding: 0;
    padding-top: 120px;
    padding-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .cc-hero__bg {
    position: absolute;
    background: linear-gradient(106.71deg, #4300A3 11.13%, #6100BB 65.15%, #A700F1 96.91%);
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    border-radius: 0;
    transform: rotate(0deg);
    max-width: none;
    margin: auto;
    height: auto;
  }
  .cc-hero__bg:not(.cc-hero__bg--alt) {
    top: 0;
    right: -100px;
    bottom: 0;
    left: 0;
    border-radius: 0 0 0 100px;
    transform: rotate(-12deg);
    transform-origin: left;
  }
}
@media (min-width: 992px) {
  .cc-hero__bg--alt {
    min-height: 620px;
  }
}

.cc-demo__content {
  margin-top: 30px;
}

.hero-experiment {
  position: relative;
  margin-bottom: 100px;
  padding-top: 100px;
}
@media (max-width: 991px) {
  .hero-experiment {
    background: linear-gradient(262deg, #D1C5FE 2.27%, rgba(249, 244, 255, 0.18) 80.28%);
    padding: 120px 0;
  }
}
@media (max-width: 767px) {
  .hero-experiment {
    padding: 120px 50px;
  }
}
@media (max-width: 567px) {
  .hero-experiment {
    padding: 100px 15px 60px;
  }
}
.hero-experiment::after {
  content: "";
  background: url(../images/bofu/automated-billing-software/hero-exp-line.svg) no-repeat;
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -2px;
  right: 0px;
  background-position: right;
}
@media (max-width: 991px) {
  .hero-experiment::after {
    display: none;
  }
}
.hero-experiment h1 {
  font-weight: bold;
  font-size: 48px;
  color: #212121;
  line-height: 1.3;
  letter-spacing: -0.6px;
}
@media (max-width: 767px) {
  .hero-experiment h1 {
    font-size: 32px;
  }
}
.hero-experiment__desc {
  color: #212121;
  font-size: 18px;
  line-height: 1.4;
  margin: 20px 0;
}
.hero-experiment__parent {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
@media (max-width: 991px) {
  .hero-experiment__parent {
    display: block;
  }
}
.hero-experiment__form .formContainer {
  margin-left: inherit;
}
.hero-experiment__form .formContainer input[type=submit] {
  background: linear-gradient(92.41deg, #3C2399 47.09%, #6C1C88 125.76%);
}
.hero-experiment__img {
  max-width: 450px;
  width: 100%;
  z-index: 1;
  position: relative;
}
@media (max-width: 1280px) {
  .hero-experiment__img {
    max-width: 380px;
  }
}
.hero-experiment__testimonial {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  background: linear-gradient(262deg, #D1C5FE 2.27%, rgba(249, 244, 255, 0.18) 80.28%);
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .hero-experiment__testimonial {
    padding-left: 150px;
    padding-right: 150px;
  }
}
@media (max-width: 1439px) {
  .hero-experiment__testimonial {
    padding-right: 100px;
  }
}
@media (max-width: 1280px) {
  .hero-experiment__testimonial {
    padding-right: 0px;
  }
}
.hero-experiment__content {
  max-width: 500px;
}
.hero-experiment__top {
  color: #212121;
  font-size: 16px;
  font-weight: 500;
  max-width: 220px;
  position: relative;
}
.hero-experiment__top::before {
  content: "";
  position: absolute;
  background: url(../images/bofu/automated-billing-software/quotes.svg) no-repeat;
  width: 55px;
  height: 45px;
  top: -50px;
}
.hero-experiment__bottom {
  max-width: 220px;
  margin-top: 20px;
}
.hero-experiment__bottom b {
  display: block;
}
.hero-experiment__bottom span {
  font-size: 12px;
  display: block;
  line-height: 1.4;
  margin-top: 4px;
}
@media (max-width: 991px) {
  .hero-experiment__right {
    display: none;
  }
}

/* Hero Section */
/* Logos */
.logos {
  margin-top: 30px;
  margin-bottom: 120px;
  max-width: 980px;
}
@media (max-width: 991px) {
  .logos {
    margin-bottom: 0;
  }
}
.logos p {
  font-size: 18px;
  margin-bottom: 20px;
}
.logos picture img {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .logos picture img {
    margin-top: 30px;
    width: 42%;
  }
}
@media (max-width: 567px) {
  .logos picture img {
    width: 70%;
  }
}

/* Logos */
#why-should-you {
  padding: 60px 0;
}
@media (max-width: 991px) {
  #why-should-you {
    padding-bottom: 0;
  }
}

.cp-article__arrow {
  background-color: #4300A3;
  margin-top: 0px;
  margin-right: 20px;
  width: 24px;
  height: 24px;
}
@media (max-width: 991px) {
  .cp-article__arrow {
    display: none;
  }
}

.cp-article__arrow:before, .cp-article__arrow:after {
  left: 8px;
  top: 11px;
}

.cp--article h4.cp-article__title {
  font-size: 24px;
}

.why-chargebee {
  background: linear-gradient(92.41deg, #3C2399 47.09%, #6C1C88 125.76%);
  padding: 120px 0 100px 0;
}
.why-chargebee .cp-article__title {
  color: #ffffff;
  margin-bottom: 70px;
}
.why-chargebee .cp-article__desc {
  color: #ffffff;
}

.ready-to-book {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .ready-to-book {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .ready-to-book {
    text-align: center;
  }
}
.ready-to-book a {
  background: #FFFFFF;
  border-radius: 4px;
  color: #4300A3;
  font-size: 18px;
  font-weight: 500;
  padding: 15px 25px 15px;
  position: relative;
}
@media (max-width: 767px) {
  .ready-to-book a {
    font-size: 18px;
  }
}
.ready-to-book a::after {
  content: " ";
  display: inline-block;
  margin-left: 8px;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  width: 15px;
  height: 15px;
  display: inline-block;
  background: url(../images/bofu/automated-billing-software/blue-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.ready-to-book a:hover::after {
  -webkit-transform: translate(4px, 2px);
  transform: translate(4px, 2px);
}

.our-customer {
  max-width: 980px;
  margin: 0 auto;
}
.our-customer__cards {
  display: grid;
  grid-template-columns: repeat(4, 260px);
  align-items: center;
  text-align: center;
  justify-content: center;
  grid-gap: 30px;
  width: 100%;
  margin-top: 80px;
}
@media (max-width: 1150px) {
  .our-customer__cards {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .our-customer__cards {
    display: block;
    max-width: 320px;
    margin: 0 auto;
  }
}
.our-customer__card {
  box-shadow: 0px 0px 2px rgba(0, 0, 30, 0.1), 0px 4px 8px rgba(0, 0, 30, 0.1), 0px 8px 16px rgba(0, 0, 30, 0.1);
  border-radius: 6px;
  transition: transform 250ms;
}
.our-customer__card:hover {
  transform: translateY(-8px);
}
@media (max-width: 1150px) {
  .our-customer__card {
    flex: 0 0 35%;
  }
}
@media (max-width: 767px) {
  .our-customer__card {
    margin-bottom: 30px;
  }
}
.our-customer__ref {
  width: 100% !important;
  background: transparent !important;
  position: relative;
  display: block;
}
.our-customer__top {
  display: inline-block;
  background-size: cover !important;
  width: 100%;
  height: 200px;
  background-position: center center !important;
  position: relative;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.our-customer__first {
  background: linear-gradient(100.19deg, #000000 0.9%, rgba(0, 0, 0, 0) 44.62%), url(../images/bofu/automated-billing-software/customer-profile-images/jack-berglund.png) no-repeat;
}
.our-customer__first .our-customer__logo {
  max-width: 90px;
}
.our-customer__second {
  background: linear-gradient(100.19deg, #000000 0.9%, rgba(0, 0, 0, 0) 44.62%), url(../images/bofu/automated-billing-software/customer-profile-images/george-cloud-guru.jpeg) no-repeat;
}
.our-customer__third {
  background: linear-gradient(100.19deg, #000000 0.9%, rgba(0, 0, 0, 0) 44.62%), url(../images/bofu/automated-billing-software/customer-profile-images/paul-kapsner.png) no-repeat;
}
.our-customer__four {
  background: linear-gradient(100.19deg, #000000 0.9%, rgba(0, 0, 0, 0) 44.62%), url(../images/bofu/automated-billing-software/customer-profile-images/girish-mathrubootham.png) no-repeat;
}
.our-customer__logo {
  max-width: 115px;
  position: absolute;
  top: 15px;
  left: 15px;
}
.our-customer__bottom {
  padding: 15px;
}
.our-customer__name h6 {
  color: #1E1D39;
  font-size: 18px;
  font-weight: bold;
}
.our-customer__name span {
  color: #707070;
  font-size: 14px;
}
.our-customer__about {
  color: #1E1D39;
  font-size: 14px;
  margin: 15px 25px;
  min-height: 95px;
}
.our-customer__read {
  margin-bottom: 20px;
  margin-top: 20px;
}
.our-customer__read span {
  color: #4300A3;
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
  width: inherit;
  background: transparent;
  margin-bottom: 40px;
  display: block;
}
.our-customer__sector {
  background: linear-gradient(92.41deg, #3C2399 47.09%, #6C1C88 125.76%);
  width: 100%;
  padding: 5px;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  margin: 0 auto;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  position: absolute;
  bottom: 0px;
  left: 34%;
  right: auto;
  top: auto;
  max-width: 83px;
}

.talk-to-us h2 {
  margin-bottom: 8px;
}
.talk-to-us p {
  text-align: center;
  color: #1E1D39;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 24px;
}
.talk-to-us .talktous a {
  margin: 0 auto;
  text-align: center;
  width: 210px;
  padding: 10px;
  color: #4300A3;
  border: 2px solid #4300A3;
  background: transparent;
  border-radius: 4px;
  font-weight: 500;
  font-size: 20px;
  display: block;
  position: relative;
}
.talk-to-us .talktous a::after {
  content: "  ";
  display: inline-block;
  margin-left: 8px;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  width: 15px;
  height: 15px;
  display: inline-block;
  background: url(../images/bofu/automated-billing-software/blue-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.talk-to-us .talktous a:hover::after {
  -webkit-transform: translate(4px, 2px);
  -ms-transform: translate(4px, 2px);
  transform: translate(4px, 2px);
}

.pricing .cols {
  border: 1px solid #4300A3;
  border-radius: 6px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767px) {
  .pricing .cols {
    display: block;
  }
}
.pricing .cols .col {
  text-align: center;
  padding: 50px 50px 80px;
}
@media (max-width: 567px) {
  .pricing .cols .col {
    padding: 30px 50px 60px;
  }
}
.pricing .cols .col:nth-child(2) {
  border-left: 1px solid #4300A3;
  border-right: 1px solid #4300A3;
  background-color: #f8f9ff;
}
@media (max-width: 767px) {
  .pricing .cols .col:nth-child(2) {
    border: none;
  }
}
.pricing .cols .col h4 {
  font-size: 32px;
  font-weight: bold;
  color: #1E1D39;
  margin-bottom: 3 px;
}
.pricing .cols .col .desc {
  color: #1E1D39;
  font-size: 16px;
  margin-bottom: 35px;
}
.pricing .cols .col .footer b {
  font-weight: 600;
  font-size: 20px;
  color: #000000;
}
.pricing .cols .col .footer span {
  color: #000000;
  font-size: 16px;
}
.pricing .action {
  text-align: center;
  margin-top: -32px;
}
.pricing .action .bf-btn {
  background: linear-gradient(106.71deg, #4300A3 11.13%, #6100BB 85.15%, #A700F1 116.91%);
  box-shadow: 0px 0px 2px rgba(0, 0, 30, 0.1), 0px 4px 8px rgba(0, 0, 30, 0.1), 0px 8px 16px rgba(0, 0, 30, 0.1);
  height: 68px;
  display: inline-block;
  line-height: 68px;
  color: #fff;
  width: 424px;
  font-size: 24px;
  font-weight: 500;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .pricing .action .bf-btn {
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    width: inherit;
    padding-left: 30px;
    padding-right: 25px;
  }
}
.pricing .action .bf-btn::after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  width: 30px;
  height: 18px;
  display: inline-block;
  background: url(../images/bofu/automated-billing-software/arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 767px) {
  .pricing .action .bf-btn::after {
    width: 18px;
    height: 14px;
  }
}
.pricing .action .bf-btn:hover::after {
  -webkit-transform: translate(4px, 2px);
  -ms-transform: translate(4px, 2px);
  transform: translate(4px, 2px);
}

.got-additional-parent {
  background: #F6F8FF;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  max-width: 940px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .got-additional-parent {
    display: block;
  }
}
.got-additional-parent .got-additional-left {
  color: #212121;
  font-weight: 700;
  font-size: 24px;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .got-additional-parent .got-additional-left {
    margin-right: 0px;
    margin-bottom: 15px;
  }
}
.got-additional-parent .got-additional-right {
  margin-left: 30px;
}
@media (max-width: 767px) {
  .got-additional-parent .got-additional-right {
    margin-left: 0;
  }
}
.got-additional-parent .got-additional-right a {
  width: 308px;
  height: 68px;
  line-height: 68px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  background: linear-gradient(106.71deg, #4300A3 11.13%, #6100BB 85.15%, #A700F1 116.91%);
  box-shadow: 0px 0px 2px rgba(0, 0, 30, 0.1), 0px 4px 8px rgba(0, 0, 30, 0.1), 0px 8px 16px rgba(0, 0, 30, 0.1);
  border-radius: 4px;
}
@media (max-width: 767px) {
  .got-additional-parent .got-additional-right a {
    margin: 0 auto;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
  }
}

.should-an-automated {
  background-color: #F6F8FF;
  padding-top: 90px;
}

@media (min-width: 992px) {
  .cp-article {
    padding-bottom: 120px;
    margin-bottom: 0;
    padding-top: 120px;
  }
}
.l-header--opened .l-header__bg {
  background: rgb(249, 249, 249) !important;
}

.media-add {
  color: #ffffff;
  position: relative;
  min-height: 180px;
}
.media-add::before {
  content: "";
  background: url(../images/bofu/automated-billing-software/line.svg) no-repeat;
  display: inline-block;
  height: 2px;
  width: 100%;
}
.media-add .media-para {
  margin-top: 15px;
  color: #ffffff;
}
.media-add .media-logo {
  margin-top: 8px;
}
.media-add .media-logo h6 {
  font-size: 16px;
  font-weight: 700;
}

.g2-badge::after {
  content: "";
  background: url(../images/g2-badge-collection/chargebee-leader-subscription-management-g2-spring.svg) no-repeat;
  display: inline-block;
  position: absolute;
  height: 120px;
  width: 100px;
  top: 17px;
  right: 50px;
}
@media (max-width: 991px) {
  .g2-badge::after {
    right: 0;
  }
}

.pb-0 {
  padding-bottom: 0;
}

@media (max-width: 567px) {
  #case-study .cp-article__header {
    margin-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 991px) {
  .media-mobile {
    margin-bottom: 50px !important;
  }
}

.enhance-user-experience {
  background-color: red;
}
.enhance-user-experience__left {
  color: blue;
}