.rs-price-table-slider.rs-addon-slider .slick-dots li button {
  background: transparent;
}
.rs-price-table-slider.rs-addon-slider .slick-dots li.slick-active button {
  border-color: #fa360a;
  background: #fa360a;
}
.rs-price-table-slider .pricing-wrapper {
  background: #091D2D;
  border-radius: 4px;
  position: relative;
  padding: 40px;
  text-align: center;
}
.rs-price-table-slider .pricing-wrapper .title {
  color: #ffffff;
}
.rs-price-table-slider .pricing-wrapper .pricing-price {
  color: #ffffff;
}
.rs-price-table-slider .pricing-wrapper .pricing-price .get-price {
  color: #fa360a;
}
.rs-price-table-slider .pricing-wrapper .pricing-price .get-period {
  color: rgba(255, 255, 255, 0.6);
}
.rs-price-table-slider .pricing-wrapper .description {
  color: rgba(255, 255, 255, 0.6);
}
.rs-price-table-slider .pricing-wrapper .btn-part a {
  background: #fa360a;
  color: #ffffff;
}
.rs-price-table-slider .pricing-wrapper .btn-part a:hover {
  background: #E74B28;
}
.rs-price-table-slider .pricing-wrapper .pricing-price span {
  display: inline-block;
}
.rs-price-table-slider .pricing-wrapper .btn-part a {
  padding: 10px 24px;
  display: inline-block;
}
.rs-price-table-slider .pricing-wrapper:after {
  position: absolute;
  content: "";
  right: 20px;
  left: 20px;
  top: 20px;
  bottom: 20px;
  background: transparent;
  border: 1px dashed #fa360a;
  pointer-events: none;
}
.rs-price-table-slider.color_gradient_scheme .pricing-wrapper .pricing-price .get-price {
  color: #fa360a;
}
.rs-price-table-slider.color_gradient_scheme .pricing-wrapper .btn-part a {
  background-image: linear-gradient(90deg, #fa360a 0%, #E74B28 100%);
  color: #ffffff;
}
.rs-price-table-slider.color_gradient_scheme .pricing-wrapper .btn-part a:hover {
  background-image: linear-gradient(90deg, #E74B28 0%, #fa360a 100%);
  color: #ffffff;
}
.rs-price-table-slider.color_gradient_scheme .pricing-wrapper:after {
  border-color: #fa360a;
}
