.pricing-plan-skin-style6 {
  transition: all 300ms ease;
}
.pricing-plan-skin-style6.pricing-active {
  position: relative;
  z-index: 1;
}
.pricing-plan-skin-style6.pricing-active .price-tag {
  background-color: var(--theme-color1);
  border-radius: 30px;
  color: #000000;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  padding: 5px;
  position: absolute;
  top: -52px;
  left: 0;
  width: 100%;
  height: 100%;
  text-transform: capitalize;
  display: block;
}
.pricing-plan-skin-style6.pricing-active .price-tag:before {
  background-color: var(--theme-color1);
  border-radius: 30px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% + 35px);
  width: 100%;
  z-index: -1;
  transition: all 300ms ease;
}
.pricing-plan-skin-style6.pricing-active .inner-box {
  margin: 0 4px 0;
}
.pricing-plan-skin-style6.pricing-active .pricing-btn {
  background-color: #fff;
}
.pricing-plan-skin-style6 .price-tag {
  display: none;
}
.pricing-plan-skin-style6 .inner-box {
  border: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
  border-radius: 40px;
  color: #fff;
  display: flex;
  align-items: normal;
  flex-direction: column;
  margin-bottom: 30px;
  padding: 46px 49px 49px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .pricing-plan-skin-style6 .inner-box {
    padding: 30px 25px;
  }
}
.pricing-plan-skin-style6 .inner-box:hover {
  margin-top: -15px;
}
.pricing-plan-skin-style6 .inner-box:hover .price-icon {
  transform: scaleX(-1);
}
.pricing-plan-skin-style6 .inner-box:hover .pricing-btn {
  background: #fff;
  color: #000000;
}
.pricing-plan-skin-style6 .inner-box:before {
  background-image: url(../../../images/current-theme/shape-2.png);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  transition: all 300ms ease;
}
.pricing-plan-skin-style6 .pricing-plan-title {
  color: var(--theme-color1);
  font-family: var(--heading-font-family);
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 23px;
  margin-bottom: 0;
}
.pricing-plan-skin-style6 .pricing-plan-subtitle {
  color: rgba(var(--theme-color-white-rgb), 0.6);
  font-weight: 600;
  margin-bottom: 16px;
}
.pricing-plan-skin-style6 .price-header {
  border-bottom: 1px solid rgba(11, 82, 61, 0.2);
  padding-bottom: 25px;
  margin-bottom: 39px;
}
.pricing-plan-skin-style6 .price .pricing-plan-prefix {
  color: var(--theme-color1);
  font-size: 50px;
  font-weight: 600;
}
@media (max-width: 1199.98px) {
  .pricing-plan-skin-style6 .price .pricing-plan-prefix {
    font-size: 40px;
  }
}
.pricing-plan-skin-style6 .price .pricing-plan-price {
  color: var(--theme-color1);
  font-size: 50px;
  font-weight: 600;
}
@media (max-width: 1199.98px) {
  .pricing-plan-skin-style6 .price .pricing-plan-price {
    font-size: 40px;
  }
}
.pricing-plan-skin-style6 .price .pricing-plan-separator {
  color: #898C8B;
  font-weight: 600;
  line-height: 1.2;
  font-size: 14px;
  transition: all 0.4s ease;
}
.pricing-plan-skin-style6 .price .pricing-plan-postfix {
  color: #898C8B;
  font-weight: 600;
  line-height: 1.2;
  font-size: 14px;
  transition: all 0.4s ease;
}
.pricing-plan-skin-style6 .price-secondary {
  display: none;
}
.pricing-plan-skin-style6 .card-content {
  position: relative;
}
@media (max-width: 575.98px) {
  .pricing-plan-skin-style6 .card-content {
    display: block;
  }
}
.pricing-plan-skin-style6 .pricing-btn {
  background: var(--theme-color1);
  border-radius: 30px;
  border: none;
  border-radius: 55px;
  color: #000000;
  display: block;
  font-family: var(--heading-font-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 29px;
  margin: 49px 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-style6 .pricing-btn:hover:before {
  opacity: 1;
  visibility: visible;
  width: 100%;
}
.pricing-plan-skin-style6 .pricing-btn:before {
  background: var(--theme-color1);
  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-style6 .features-list li {
  align-items: center;
  display: flex;
  line-height: 19px;
  margin: 12px 0 17px;
  text-transform: capitalize;
  color: #fff;
}
.pricing-plan-skin-style6 .features-list li .icon {
  background: var(--theme-color1);
  border-radius: 50%;
  color: var(--theme-color1-text-color);
}
.pricing-plan-skin-style6 .features-list li.no-action {
  color: #555555;
  font-weight: 600;
  letter-spacing: -0.02em;
  transform: rotate(-1deg);
}
.pricing-plan-skin-style6 .features-list li.no-action .icon {
  background-color: rgba(var(--theme-color-white-rgb), 0.1);
}
.pricing-plan-skin-style6 .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;
}

.pricing-plan-skin-style6.show-secondary-price .pricing-plan-inner .pricing-plan-pricing .price-secondary {
  display: block;
}

.pricing-plan-skin-style6.show-secondary-price .pricing-plan-inner .pricing-plan-pricing .price-normal {
  display: none;
}