.text-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 70px;
    height: 56px;
    width: 100%;
    min-width: 280px;
    background-color: #FED777;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #000000;
    position: relative;
    user-select: none;
  }

  .text-toggle-state {
    width: 50%;
    background-color: transparent;
    z-index: 10;
    cursor: pointer;
  }

  .text-toggle .text-toggle-selector {
    width: 50%;
    background-color: #FFFFFF;
    border-radius: 70px;
    height: 42px;
    position: absolute;
    transition: all 0.2s ease-in-out;
    top: 7px;
    z-index: 9;
  }

  .text-toggle .text-toggle-state[data-set-state=left] {
    margin-left: 7px;
  }

  .text-toggle .text-toggle-state[data-set-state=right] {
    margin-right: 7px;
  }

  .text-toggle[data-state=left] .text-toggle-selector {
    left: 7px;
    width: 47%;
  }

  .text-toggle[data-state=right] .text-toggle-selector {
    left: calc(50% - 7px);
  }

  .pricing-credits-icon{
    width: 14px;
    height: 17px;
    margin-right: 5px;
    vertical-align: text-bottom;
    margin-bottom: 1px;
  }


  #pricingModal {
    color: #000;
  }

  #pricingModal .flip-card {
    height: 460px;
  }

  #pricingModal .modal-dialog {
    max-width: 400px;
  }

  #pricingModal p {
    max-width: 500px;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #000000;
  }

  .pricing-bg-yellow {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
  }

  .pricing-bg-red {
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 100;
    height: 100px;
  }

  .pricing-bg-blue {
    position: absolute;
    top: 0;
    right: 25px;
    z-index: 100;
  }

  .best-value-badge {
    width: 70px;
    height: 25px;
    position: absolute;
    top: 15px;
    right: 15px;
  }

  .pricing-most-popular {
    position: absolute;
    top: -4px;
    right: -4px;
    z-index: 100;
  }

  .top-pricing-badge {
    position: absolute;
    top: -16px;
    z-index: 100;
    width: 210px;
    height: 38px;
    left: 50%;
    transform: translateX(-50%)
  }

  .pricing-cards-container {
    min-height: 460px;
  }

  .pricing-cards {
    max-width: 850px;
    gap: 30px;
  }

  .pricing-btn {
    z-index: 120;
  }

  .pricing-features-container{
    max-width: 850px;
  }

  .pricing-features {
    color: #5B5B5B;
    padding-left: 1rem;
    font-size: 16px;
    line-height: 24px;
  }

  .pricing-card {
    min-width: 280px;
    width: 100%;
    max-width: 400px;
    min-height: 313px;
    background-color: white;
    border-radius: 4px;
    padding: 20px;
    display: block;
    text-align: left;
    position: relative;
    cursor: pointer;
  }

  .pricing-card .price {
    font-weight: 800;
    font-size: 42px;
    line-height: 42px;
    text-align: center;
    color: #000000;
  }

  .pricing-card[data-category=b2c] .price {
    font-size: 54px;
    line-height: 54px;
  }

  .lets-talk{
    font-size: 40px!important;
  }

  .pricing-card .old-price{
    font-weight: 800;
    font-size: 30px;
    line-height: 26px;
    text-align: center;
    color: #AC271E;
    text-decoration: line-through;
  }

  .pricing-card .btn {
    position: absolute;
    z-index: 100;
    bottom: 20px;
    border-radius: 0px;
    width: 80%;
    height: 40px;
  }

  .pricing-card[data-category=b2c] .btn {
    bottom: 45px;
  }

  .pricing-card .purchase-type-lable {
    transform: translateX(-50%)!important;
    left: 50%!important;
    position: absolute;
    z-index: 100;
    bottom: 63px;
    font-weight: 500;
    font-size: 12px;
    line-height: 26px;
    color: #564418;
  }

  .pricing-card[data-category=b2c] .purchase-type-lable {
    bottom: 88px;
  }

  .pricing-card .seperator {
    border-top: 1px solid #FE6E63;
    width: 38px;
  }

  .yellow-triangle {
    background-image: url('/static/images/icons/yellow-triangle-right2.svg');
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 20px;
    height: 20px;
    transform: rotate(0deg);
    transition: all 0.2s ease-in-out;
  }

  .yellow-triangle.open {
    transform: rotate(90deg);
  }

  .features-toggle {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 28px;
  }

  .pricing-feature-cards {
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 30px;
    justify-content: center;
  }

  .pricing-feature-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    width: 195px;
  }

  .pricing-feature-card .feature-icon {
    width: 44px;
    height: 44px;
  }

  .pricing-feature-card .feature-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #000000;
  }

  .pricing-feature-card .seperator {
    border-top: 3px solid #FED777;
    width: 63px;
  }

  .payment-success-icon {
    width: 112px;
    height: 112px;
  }

  .contact-us-link {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #3F9EB2;
    text-decoration: underline;
    cursor: pointer;
  }

  .contact-us-link:hover {
    opacity: 0.8;
  }

  .pricing-card.bg-yellow {
    background-image: url('/static/images/background/pricing-bg-yellow.svg');
    background-repeat: no-repeat;
    background-size: cover;
}

.pricing-card.bg-yellow1 {
    background-image: url('/static/images/background/pricing-bg-yellow1.svg');
    background-repeat: no-repeat;
    background-size: cover;
}

.pricing-card.bg-yellow2 {
    background-image: url('/static/images/background/pricing-bg-yellow2.svg');
    background-repeat: no-repeat;
    background-size: cover;
}

.pricing-card.bg-yellow3 {
    background-image: url('/static/images/background/pricing-bg-yellow3.svg');
    background-repeat: no-repeat;
    background-size: cover;
}

.pricing-card.bg-blue {
    background-image: url('/static/images/background/pricing-bg-blue.svg');
    background-repeat: no-repeat;
    background-size: cover;
}

.pricing-card.bg-red {
    background-image: url('/static/images/background/pricing-bg-red.svg');
    background-repeat: no-repeat;
    background-size: cover;
}

.inline-seperator {
  display: inline-block;
  width: 36px;
  border-bottom: 1px solid #000000;
  margin-right: 6px;
  margin-left: 6px;
}

  @media (min-width: 1200px) {
    #pricingModal .modal-dialog {
        max-width: 920px;
      }
  }

  @media (min-width: 400px) {
    .text-toggle {
        max-width: 345px;
        font-size: 16px;
      }
  }

  @media (min-width: 768px) {

    .pricing-card {
        height: 313px;
    }

    .modal-content {
        padding: 24px;
    }
  }

  @media (min-width: 992px) {
    .pricing-card {
        min-width: 254px;
        max-width: 254px;
    }
    #pricingModal .modal-dialog {
        max-width: 920px;
    }
  }