.cs-pricing_table.cs-style1, .cs-funfact_wrap {
  background: #fff;
}
.cs-pricing_table.cs-style1, .cs-funfact_wrap {
  background: linear-gradient(267.18deg, #014a97 0%, #1b324b 100%);
}
.cs-pricing_table.cs-style1 {
  position: relative;
  background: linear-gradient(267.18deg, #161616 0%, #080808 100%);
  border-radius: 15px;
  overflow: hidden;
  padding: 0 20px;
  background: #e1dddd47;
}

.cs-pricing_table.cs-style1::before {
  content: "";
  position: absolute;
  right: -55px;
  top: -55px;
  height: 135px;
  width: 135px;
  background: #ffb548;
  -webkit-filter: blur(125px);
  filter: blur(125px);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}
.cs-pricing_table.cs-style1 .cs-pricing_title {
  font-size: 30px;
  padding: 30px 0 30px;
  border-bottom: 1px solid #302E2E;
  margin: 0;
  background: #e1dddd00;
}
.cs-pricing_table.cs-style1 .cs-pricing_info {
  /* border-bottom: 1px solid #302E2E; */
  padding-bottom: 23px;
}
.cs-pricing_table.cs-style1 .cs-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-top: 20px;
  margin-bottom: 5px;
}
.cs-pricing_table.cs-style1 .cs-price h3, .cs-pricing_table.cs-style1 .cs-price span {
  color: #01094F;
}
.cs-pricing_table.cs-style1 .cs-price h3 {
  margin: 0;
  font-size: 38px;
}
.cs-white_color, .cs-white_color_hover:hover {
  color: #fff;
}
.pricing_table.cs-style1 .cs-price span {
  color: #e6a206;
}
.cs-pricing_table.cs-style1 .cs-price span {
  position: relative;
  bottom: 6px;
  font-weight: 600;
  font-size: 22px;
}
.cs-accent_color {
  top: -12px;
}
.cs-accent_color, .cs-accent_color_hover:hover {
  color: #5F8DFF;
}
.cs-pricing_table.cs-style1 .cs-pricing_feature {
  /* padding: 35px 0 25px;
  border-bottom: 1px solid #302E2E; */
}

.cs-mp0 {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul {
  margin: 0 0 25px 0;
  padding-left: 20px;
  list-style: square outside none;
}
.cs-pricing_table.cs-style1 .cs-pricing_feature li {
  position: relative;
  padding-left: 35px;
  padding: 2px;
  padding-inline: 10px;
  display: inline-flex;
}
html[lang="ar"] .cs-pricing_table.cs-style1 .cs-pricing_feature li i {
  padding-left: 5px;
  color: #01094F;
}
html[lang="en"] .cs-pricing_table.cs-style1 .cs-pricing_feature li i {
  padding-right: 5px;
  color: #01094F;
}
.cs-pricing_table.cs-style1 .cs-pricing_btn_wrap {
  padding: 28px 0;
}

.cs-text_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  color: #5F8DFF;
}
.cs-text_btn {
  color: #01094F;
}
.cs-text_btn span {
  display: inline-block;
  position: relative;
}
html[lang="ar"] .cs-text_btn span::before {
  left: initial;
  right: -100%;
  -webkit-transform: scaleX(0) rotate(180deg);
  transform: scaleX(0) rotate(180deg);
}
.cs-text_btn span::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: currentColor;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.cs-text_btn svg {
  margin-left: 15px;
}
html[lang="ar"] .cs-text_btn svg {
  margin-left: 0;
  margin-right: 15px;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
img, svg {
  vertical-align: middle;
}

.expire_package {
  background: #a8a93f !important;
}
.expire_package .cs-pricing_title {
  background: #a8a93f !important;
  border-bottom: 1px solid var(--blue) !important;
  color: #ffffff;
}

.current_package {
  background: #01094F !important;
}
.current_package .cs-pricing_title {
  background: #01094F !important;
  border-bottom: 1px solid var(--blue) !important;
  color: #ffffff;
}

.current_package .cs-pricing_info .cs-price h3, .current_package.cs-pricing_table.cs-style1 .cs-price span {
  color: #ffffff;
}
.current_package .cs-pricing_feature {
  color: #ffffff;
}
.current_package .cs-pricing_feature i {
  color: #ffffff !important;
}
.current_package .cs-pricing_btn_wrap a {
  color: #ffffff;
}
.current_package .cs-pricing_info {
  border-bottom: 1px solid var(--blue) !important;
}
.current_package .cs-pricing_feature {
  border-bottom: 1px solid var(--blue) !important;
}

.features {
  padding: 0 0 25px;
  border-bottom: 1px solid #302E2E;
}
.features ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}
.features li {
  font-size: 14px;
  color: #6b93aa;
  line-height: 30px;
}
.features li i {
  padding-right: 5px;
}
@media screen and (min-width: 992px) {
  .cs-height_25 {
    height: 25px;
  }
}

@media screen and (max-width: 991px) {
  .cs-height_lg_25 {
    height: 25px;
  }
  .cs-pricing_table.cs-style1 .cs-pricing_title {
    font-size: 26px;
  }
  .cs-pricing_table.cs-style1 {
    padding: 0 30px;
  }
}
