.pb-100 {
    padding-bottom: 100px;
  }
  .mb-60 {
    margin-bottom: 60px;
  }
  .text-center {
    text-align: center !important;
  }
  .pricing-plan-section .pricing-slider .pricing-card {
    animation: slideInFromTop .5s ease-out;
    border: 1px solid #d8d8d8;
    border-radius: 42px;
    box-shadow: 1px 6px 10px 0 rgba(0,0,0,.1);
    max-width: 400px;
    padding: 30px;
    background: #fff;
  }
  .h-100 {
    height: 100% !important;
  }
  .pricing-plan-section .pricing-slider .pricing-card .card-title {
    font-size: 28px;
  }
  .text-primary {
    color: #f98a5a !important;
  }
  .card-title {
    margin-bottom: .5rem;
  }
  .pricing-plan-section .pricing-slider .pricing-card .price {
    font-size: 40px;
  }
  .fw-5 {
    font-weight: 500;
  }
  .fs-18 {
    font-size: 18px;
  }
  .btn-primary, .btn-white.active, .btn-white:active, .btn-white:focus, .btn-white:hover {
    background-color: #f98a5a;
    border: 1px solid #fff;
    color: #fff;
  }
  .btn {
    border-radius: 10px;
    box-shadow: none !important;
    padding: 10px 30px;
  }
  .rounded-3 {
    border-radius: .3rem !important;
  }

.pricing-plan-section .pricing-slider .pricing-card .pricing-plan-list {
    height: 100%;
    min-height: 375px;
  }
  .mb-60 {
    margin-bottom: 60px;
  }
  .pricing-plan-section .pricing-slider .pricing-card .pricing-plan-list li {
    margin-bottom: 15px;
  }
  .pricing-plan-section .pricing-slider .pricing-card .pricing-plan-list li.active-check .check-box {
    color: #34003d;
    font-size: 18px !important;
  }
  .pricing-plan-section .pricing-slider .pricing-card .pricing-plan-list li .check-box {
    border-radius: 50%;
    display: inline-block;
    font-size: 14px;
    height: 20px;
    margin-right: 20px;
    text-align: center;
    width: 20px;
  }
  .pricing-plan-section .pricing-slider .pricing-card .pricing-plan-list li.unactive-check {
    color: #99999a;
  }
  .pricing-plan-section .pricing-slider .pricing-card .pricing-plan-list li.unactive-check .check-box {
    color: #99999a;
    font-size: 18px !important;
  }

  .less-plan-features, .show-plan-features {
    margin-bottom: -48px !important;
  }
  .less-plan-icon-btn, .show-plan-icon-btn {
    background-color: #fff;
    border-radius: 50% !important;
    color: #34003d;
    font-size: 30px !important;
  }