ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.center-heading {
  text-align: center;
}

.pricing-item {
  background: white;
  border-radius: 5px;
  /* margin-bottom: 20px; */
  margin-top: 20px;
  border: 1px solid #E5E5E5;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.pricing-item.active .pricing-header {
  position: relative;
}

.pricing-item.active .pricing-header .pricing-title {
  color: #fff;
}

.pricing-item.active .pricing-body .price-wrapper {
  background-image: linear-gradient(135deg, #e73d3d 0%, #decb3d 100%);
}

.pricing-item.active .pricing-body .price-wrapper .currency {
  color: #fff;
}

.pricing-item.active .pricing-body .price-wrapper .price {
  color: #fff;
}

.pricing-item.active .pricing-body .price-wrapper .period {
  color: #fff;
}

.pricing-item .pricing-header {
  text-align: center;
  display: block;
  position: relative;
  padding-bottom: 10px;
}

.pricing-item .pricing-header .pricing-title {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  color: #fff;
  position: absolute;
  width: 124px;
  height: 40px;
  line-height: 40px;
  left: 30px;
  right: 232px;
  margin: auto;
  top: -20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 20px;
  background-color: rgba(75, 154, 112, 1);
}

.pricing-item .pricing-body {
  margin-bottom: 10px;
}

.pricing-item .pricing-body .price-wrapper {
  margin-top: 10px;
  padding-top: 10px;
  padding-left: 25px;
  padding-right: 25px;
  background: white;
}

.pricing-item .pricing-body .price-wrapper .currency {
  height: 47px;
  font-weight: 600;
  font-size: 20px;
  color: #e64b3d;
  position: relative;
  top: -15px;
}

.pricing-item .pricing-body .price-wrapper .price {
  font-weight: 500;
  font-size: 36px;
  color: #303030;
  letter-spacing: 2.12px;
}

.pricing-item .pricing-body .price-wrapper .period {
  font-weight: 500;
  font-size: 14px;
  color: #303030;
  letter-spacing: 0.88px;
}

.pricing-item .pricing-body .list li {
  text-align: center;
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.88px;
}

.pricing-item .pricing-body .list li.active {
  color: #303030;
  text-decoration: none;
  text-align: start;
  padding-left: 35px;
  font-size: 16px;
}

.pricing-footer {
  text-align: center;
}

.pricing-footer {
  border: 1px solid rgba(49, 100, 73, 1);
  color: white;
  background-color: rgba(49, 100, 73, 1);
  border-radius: 5px;
  padding: 8px 27px;
}
.pricing-head {
  border: 2px solid black;
  background-color: transparent;
  border-radius: 8px;
  padding: 8px 27px;
}

.price-toggler {
  margin-top: 20px;
  display: inline-block;
  border: 2px solid rgba(49, 100, 73, 1);
  background: #fff;
  border-radius: 8px;
}

.price-toggler button {
  padding: 2px 48px;
  cursor: pointer;
  color: rgba(49, 100, 73, 1);
  font-size: 20px;
  display: inline-block;
  border: none;
  background: transparent;
}

.price-toggler button.active {
  background: rgba(49, 100, 73, 1);
  color: #fff;
  border-radius: 5px;
}

.price-text {
  color: #303030;
  margin-bottom: 12px;
  /* display: flex;
  column-gap: 15px; */

}
.duration-text {
  font-weight: 600;
  font-size: 14px;
  color: #303030;
}