.ova-pricing {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  position: relative;
  border: 1px solid #f0e8e8;
  background-color: #fff;
}
.ova-pricing:hover, .ova-pricing.active {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  background-color: #FCF5F5;
}
.ova-pricing:hover .icon-title .title, .ova-pricing.active .icon-title .title {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.ova-pricing:hover .icon-title i, .ova-pricing.active .icon-title i {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.ova-pricing:hover .price .ova-price, .ova-pricing.active .price .ova-price {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.ova-pricing:hover .pricing-service .pricing-service-list .item .text_service, .ova-pricing.active .pricing-service .pricing-service-list .item .text_service {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.ova-pricing.template2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 40px;
  padding: 40px 0;
  background-color: #FCF5F5;
  border: none;
}
@media (max-width: 1024px) {
  .ova-pricing.template2 {
    grid-template-columns: auto;
  }
}
.ova-pricing.template2:hover, .ova-pricing.template2.active {
  background-color: var(--heading);
}
.ova-pricing.template2:hover .icon-title .title, .ova-pricing.template2.active .icon-title .title {
  color: #fff;
}
.ova-pricing.template2:hover .price .ova-price, .ova-pricing.template2.active .price .ova-price {
  color: #fff;
}
.ova-pricing.template2:hover .pricing-service, .ova-pricing.template2.active .pricing-service {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.ova-pricing.template2:hover .pricing-service .pricing-service-list .item .text_service, .ova-pricing.template2.active .pricing-service .pricing-service-list .item .text_service {
  color: #fff;
}
.ova-pricing.template2:hover .pricing-btn, .ova-pricing.template2.active .pricing-btn {
  color: #fff;
  background-color: var(--primary);
}
.ova-pricing.template2 .icon-title {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
}
.ova-pricing.template2 .icon-title .title {
  margin-bottom: 6px;
  font-size: 18px;
}
.ova-pricing.template2 .icon-title i {
  margin-bottom: 20px;
}
.ova-pricing.template2 .price .ova-price {
  font-size: 36px;
}
.ova-pricing.template2 .description {
  margin-bottom: 0;
}
.ova-pricing.template2 .pricing-btn {
  margin-top: 25px;
  color: var(--primary);
  padding: 16px 35px;
  background-color: transparent;
  border: 1px solid var(--primary);
}
.ova-pricing.template2 .pricing-service {
  display: flex;
  align-items: center;
  border-left: 1px solid #f0e8e8;
  border-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.ova-pricing.template2 .pricing-service .pricing-service-list .item .text_service {
  font-size: 18px;
  font-weight: 400;
  color: var(--heading);
}
.ova-pricing .icon-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 50px 45px 35px 45px;
}
@media (max-width: 767px) {
  .ova-pricing .icon-title {
    padding: 35px 25px;
    align-items: center;
  }
}
.ova-pricing .icon-title .title {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  margin: 0;
  font-size: 24px;
  font-weight: 400;
  white-space: pre-line;
}
.ova-pricing .icon-title i {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  display: inline-flex;
  font-size: 64px;
  color: var(--primary);
}
.ova-pricing .price {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 24px;
}
.ova-pricing .price .ova-price {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  display: flex;
  font-size: 34px;
  line-height: 1.2;
  color: var(--heading);
  font-family: var(--secondary-font);
}
.ova-pricing .description {
  white-space: pre-line;
}
@media (max-width: 1024px) {
  .ova-pricing .description {
    white-space: normal;
  }
}
.ova-pricing .pricing-btn {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  display: inline-block;
  font-size: 12px;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background-color: #de968d;
  margin-top: 35px;
  padding: 20px 48px;
  border: 1px solid transparent;
}
.ova-pricing .pricing-btn:hover {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  border-color: var(--primary);
  background-color: transparent;
  color: var(--primary);
}
.ova-pricing .pricing-service {
  border-top: 1px solid #f0e8e8;
  padding: 35px 45px 50px 45px;
}
@media (max-width: 767px) {
  .ova-pricing .pricing-service {
    padding: 35px 25px 50px 25px;
  }
}
.ova-pricing .pricing-service .pricing-service-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.ova-pricing .pricing-service .pricing-service-list .item {
  display: flex;
  align-items: start;
  column-gap: 15px;
  margin-bottom: 8px;
}
.ova-pricing .pricing-service .pricing-service-list .item i {
  color: var(--primary);
  margin-top: 5px;
}
.ova-pricing .pricing-service .pricing-service-list .item .text_service {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  font-weight: 500;
}