.rs-pricing-container.image .pricing-body .features ul li::before {
  content: "";
  width: 20px;
  height: 15px;
}
.rs-pricing-container.image .pricing-body .features ul li.close-icon::before {
  content: "";
  width: 20px;
  height: 15px;
}
.rs-pricing-container .pricing-switcher .fieldset.mnt-ac {
  text-align: center;
}

.pricing-switcher.style__2 .fieldset {
  display: flex;
  margin: 0 auto;
}

.pricing-switcher.style__2 .switch {
  display: none;
}

.rs-fil label {
  padding: 7px 14px;
}
.rs-fil label.p_active {
  background: #000;
  color: #fff;
  border-radius: 30px;
}

.pricing-list-two div.features ul li span:before {
  content: "\f044";
  position: absolute;
  font-family: remixicon !important;
  right: 0;
  top: 0;
  display: block;
  cursor: help;
}
.pricing-list-two div.features ul li span:focus em, .pricing-list-two div.features ul li span:hover em {
  display: block;
  z-index: 0;
  opacity: 1;
}
.pricing-list-two div.features ul li span em {
  position: absolute;
  top: -10px;
  right: 0;
  transform: translateY(-100%);
  font-size: 15px;
  line-height: 1.4;
  color: #fff;
  background: #126ee8;
  border-radius: 10px;
  transition: opacity ease-in-out 300ms;
  opacity: 0;
  z-index: -9;
  text-align: right;
  padding: 8px 18px;
  font-style: normal;
  display: none;
}
.pricing-list-two div.features ul li span em::after {
  content: "";
  top: 91%;
  right: 5px;
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 4px solid transparent;
  border-top: 16px solid #126ee8;
  position: absolute;
}
.pricing-list-two div.features ul li::before {
  display: none !important;
}