.pricing-plan-skin-style1 .pricing-plan-inner-wrapper {
  border-radius: 20px;
}
.pricing-plan-skin-style1 .single-card {
  background-color: #f6f6f8;
  padding: 40px;
  transition: all 500ms ease;
  border: 1px solid transparent;
  border-radius: 30px;
}
@media (max-width: 499.98px) {
  .pricing-plan-skin-style1 .single-card {
    padding: 25px;
  }
}
.pricing-plan-skin-style1 .single-card .content .head {
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}
.pricing-plan-skin-style1 .single-card .content .head .icon {
  color: var(--theme-color1);
  transition: all 0.3s ease-in-out;
}
.pricing-plan-skin-style1 .single-card .content .head .icon i {
  font-size: 60px;
}
.pricing-plan-skin-style1 .single-card .content .head .save {
  background-color: #fff;
  padding: 5px 20px;
  border-radius: 40px;
  color: var(--theme-color1);
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.pricing-plan-skin-style1 .single-card .content .title .pricing-plan-title {
  font-weight: 600;
  padding-bottom: 10px;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.pricing-plan-skin-style1 .single-card .content .title .pricing-plan-subtitle {
  transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
}
.pricing-plan-skin-style1 .single-card .content .price {
  color: var(--theme-color3);
  border-bottom: 1px solid rgba(188, 188, 188, 0.2);
  transition: all 0.3s ease-in-out;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
.pricing-plan-skin-style1 .single-card .content .price .pricing-plan-prefix {
  position: relative;
  font-size: 65px;
  line-height: 1;
  font-weight: 500;
  font-family: var(--heading-font-family);
}
.pricing-plan-skin-style1 .single-card .content .price .pricing-plan-price {
  font-size: 65px;
  line-height: 1;
  font-weight: 500;
  font-family: var(--heading-font-family);
}
.pricing-plan-skin-style1 .single-card .content .price-normal {
  display: block;
}
.pricing-plan-skin-style1 .single-card .content .price-secondary {
  display: none;
}
.pricing-plan-skin-style1 .single-card .content .features-list li {
  position: relative;
  list-style: none;
  display: flex;
  gap: 12px;
  align-items: center;
  font-weight: 400;
  color: var(--theme-color2);
  margin-bottom: 12px;
  transition: all 300ms ease;
}
.pricing-plan-skin-style1 .single-card .content .features-list li .icon {
  color: #fff;
  background-color: var(--theme-color1);
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 50%;
  font-size: 10px;
  text-align: center;
  transition: all 300ms ease;
}
.pricing-plan-skin-style1 .single-card .content .features-list li.no-action .icon {
  background-color: rgba(var(--theme-color1-rgb), 0.3);
}
.pricing-plan-skin-style1 .single-card .content .features-list li.no-action span {
  color: rgba(33, 38, 33, 0.4);
}
.pricing-plan-skin-style1 .single-card .content .btn-style-one {
  background-color: var(--theme-color3);
  color: var(--theme-color3-text-color);
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  position: relative;
  padding: 5px 5px 5px 27px;
  border-radius: 25px;
  margin-top: 10px;
  display: inline-flex;
  gap: 31px;
  justify-content: space-between;
  overflow: hidden;
  z-index: 1;
  width: 100%;
}
.pricing-plan-skin-style1 .single-card .content .btn-style-one:hover {
  color: var(--theme-color-white);
}
.pricing-plan-skin-style1 .single-card .content .btn-style-one:hover .btn-arrow-right {
  background-color: #fff;
  color: var(--theme-color3);
  transform: rotate(0deg);
}
.pricing-plan-skin-style1 .single-card .content .btn-style-one:hover:before {
  transform: scale(1, 1);
  transform-origin: bottom left;
}
.pricing-plan-skin-style1 .single-card .content .btn-style-one .btn-arrow-right {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: var(--theme-color3);
  position: relative;
  z-index: 1;
}
.pricing-plan-skin-style1 .single-card:hover, .pricing-plan-skin-style1 .single-card.pricing-active {
  border: 1px solid var(--theme-color1);
}
.pricing-plan-skin-style1 .single-card:hover .content .head .save, .pricing-plan-skin-style1 .single-card.pricing-active .content .head .save {
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
}
.pricing-plan-skin-style1 .single-card:hover .content .price, .pricing-plan-skin-style1 .single-card.pricing-active .content .price {
  border-bottom: 1px solid rgba(188, 188, 188, 0.15);
}
.pricing-plan-skin-style1 .single-card:hover .content .btn-style-one, .pricing-plan-skin-style1 .single-card.pricing-active .content .btn-style-one {
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
}
.pricing-plan-skin-style1.pricing-active .single-card {
  border: 1px solid var(--theme-color1);
}
.pricing-plan-skin-style1.pricing-active .single-card .content .head .save {
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
}
.pricing-plan-skin-style1.pricing-active .single-card .content .price {
  border-bottom: 1px solid rgba(188, 188, 188, 0.2);
}
.pricing-plan-skin-style1.pricing-active .single-card .content .btn-style-one {
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
}

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

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