.pricing-plan-skin-style4 .inner-box {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(10, 21, 123, 0.2) 100.26%);
  border: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
  border-radius: 30px;
  color: #fff;
  display: flex;
  align-items: normal;
  flex-direction: column;
  margin-bottom: 30px;
  padding: 48px 39px 55px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .pricing-plan-skin-style4 .inner-box {
    padding: 56px 15px 49px;
  }
}
.pricing-plan-skin-style4 .inner-box:before {
  background: transparent;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  transition: all 300ms ease;
}
.pricing-plan-skin-style4 .inner-box:hover {
  margin-top: -15px;
}
.pricing-plan-skin-style4 .inner-box.active:before, .pricing-plan-skin-style4 .inner-box:hover:before {
  background: linear-gradient(166.06deg, #c50b3c -13.99%, #181c76 61.67%, #f0df21 119.04%);
}
.pricing-plan-skin-style4 .inner-box.active .price-icon, .pricing-plan-skin-style4 .inner-box:hover .price-icon {
  transform: scaleX(-1);
}
.pricing-plan-skin-style4 .inner-box.active .pricing-btn, .pricing-plan-skin-style4 .inner-box:hover .pricing-btn {
  background-color: transparent;
}
.pricing-plan-skin-style4 .inner-box.active .pricing-btn:before, .pricing-plan-skin-style4 .inner-box:hover .pricing-btn:before {
  opacity: 1;
  visibility: visible;
  width: 100%;
}
.pricing-plan-skin-style4 .inner-box.active .features-list li .icon, .pricing-plan-skin-style4 .inner-box:hover .features-list li .icon {
  background-color: var(--theme-color1);
  color: #0B0B15;
}
.pricing-plan-skin-style4 .inner-box.active .features-list li.no-action .icon, .pricing-plan-skin-style4 .inner-box:hover .features-list li.no-action .icon {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.pricing-plan-skin-style4 .pricing-plan-title {
  color: #fff;
  margin-bottom: 4px;
  margin-top: 0;
}
.pricing-plan-skin-style4 .pricing-plan-subtitle {
  color: rgba(var(--theme-color-white-rgb), 0.6);
  margin-bottom: 34px !important;
}
.pricing-plan-skin-style4 .price {
  line-height: 50px;
  margin-bottom: 35px;
}
.pricing-plan-skin-style4 .price .pricing-plan-prefix {
  font-size: 60px;
}
@media (max-width: 1199.98px) {
  .pricing-plan-skin-style4 .price .pricing-plan-prefix {
    font-size: 40px;
  }
}
.pricing-plan-skin-style4 .price .pricing-plan-price {
  font-size: 60px;
}
@media (max-width: 1199.98px) {
  .pricing-plan-skin-style4 .price .pricing-plan-price {
    font-size: 40px;
  }
}
.pricing-plan-skin-style4 .price .pricing-plan-separator {
  color: #fff;
  font-weight: 600;
  line-height: 1.2;
  transition: all 0.4s ease;
}
.pricing-plan-skin-style4 .price .pricing-plan-postfix {
  color: #fff;
  font-weight: 600;
  line-height: 1.2;
  transition: all 0.4s ease;
}
.pricing-plan-skin-style4 .price-secondary {
  display: none;
}
.pricing-plan-skin-style4 .card-content {
  position: relative;
}
@media (max-width: 575.98px) {
  .pricing-plan-skin-style4 .card-content {
    display: block;
  }
}
.pricing-plan-skin-style4 .pricing-btn {
  border: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
  background-color: #11100f;
  border-radius: 55px;
  color: #fff;
  display: block;
  font-family: var(--heading-font-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 29px;
  margin: 20px 0 0;
  padding: 13.25px 30px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  text-align: center;
  transition: all 0.4s ease;
  z-index: 0;
}
.pricing-plan-skin-style4 .pricing-btn:hover {
  background-color: transparent;
}
.pricing-plan-skin-style4 .pricing-btn:hover:before {
  opacity: 1;
  visibility: visible;
  width: 100%;
}
.pricing-plan-skin-style4 .pricing-btn:before {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 0;
  transition: all 0.4s ease;
  z-index: -1;
}
.pricing-plan-skin-style4 .features-list {
  border-top: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
  padding: 27px 0 18px;
  margin-bottom: 0;
}
.pricing-plan-skin-style4 .features-list li {
  align-items: center;
  display: flex;
  line-height: 19px;
  margin: 12px 0 17px;
  text-transform: capitalize;
  color: #fff;
}
.pricing-plan-skin-style4 .features-list li span {
  text-decoration: underline;
}
.pricing-plan-skin-style4 .features-list li .icon {
  background: #11100f;
  border-radius: 50%;
  color: #fff;
}
.pricing-plan-skin-style4 .features-list li.no-action {
  color: #70759f;
  letter-spacing: -0.02em;
  transform: rotate(-1deg);
}
.pricing-plan-skin-style4 .features-list li.no-action .icon {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.pricing-plan-skin-style4 .features-list .icon {
  background-color: #fff;
  border-radius: 50%;
  color: #0d0a1c;
  font-size: 10px;
  height: 16px;
  line-height: 16px;
  margin-right: 10px;
  text-align: center;
  width: 16px;
  text-decoration: none;
  transition: all 300ms ease;
}
.pricing-plan-skin-style4.pricing-active .inner-box:before {
  background: linear-gradient(166.06deg, #c50b3c -13.99%, #181c76 61.67%, #f0df21 119.04%);
}
.pricing-plan-skin-style4.pricing-active .inner-box .price-icon {
  transform: scaleX(-1);
}
.pricing-plan-skin-style4.pricing-active .inner-box .features-list li .icon {
  background-color: var(--theme-color1);
  color: #0B0B15;
}
.pricing-plan-skin-style4.pricing-active .inner-box .features-list li.no-action .icon {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}