.services-page {
  padding: 0 0 80px 0;
  position: relative;
  overflow: visible;
  overflow-x: clip;
}
.services-page::after {
  content: "";
  position: absolute;
  width: 20%;
  height: 50%;
  opacity: 0.1;
  filter: blur(50px);
  z-index: 0;
  right: -8%;
  bottom: 0;
  background-color: #e63f38;
}
.services-page .row > div {
  margin-bottom: 15px;
}
.service-item {
  background: #fff;
  border-radius: 60px;
  border: 1px solid #e9e9e9;
  padding: 50px 30px;
  overflow: hidden;
  height: 100%;
  transition: all 0.15s ease-in-out;
}
.service-item span {
  width: 60px;
  height: 60px;
  display: inline-block;
  border: 1px solid #eaeaea;
  border-radius: 50%;
  overflow: hidden;
  line-height: 60px;
  text-align: center;
  transition: all 0.15s ease-in-out;
}
.service-item span svg {
  font-size: 24px;
  color: #1966a2;
  transition: all 0.15s ease-in-out;
}
.service-item h3 {
  font-size: 24px;
  font-weight: 800;
  margin: 8px 0 12px;
}
.service-item p {
  font-weight: 500;
}
.service-item:hover {
  border-color: #e63f38;
}
.service-item:hover span {
  background: #e63f38;
  border-color: #e63f38;
}
.service-item:hover span svg {
  color: #fff;
}
.our-pricing {
  position: relative;
}
.our-pricing::after {
  content: "";
  position: absolute;
  width: 20%;
  height: 60%;
  opacity: 0.12;
  filter: blur(50px);
  z-index: 0;
  left: -8%;
  top: 50%;
  transform: translateY(-50%);
  background-color: #1966a2;
}

.our-pricing .sec-title {
  margin-bottom: 70px;
}
.our-pricing .click-btn > div {
  position: static !important;
  display: inline-block;
  z-index: 3;
  width: 45px;
  height: 45px;
  background-color: #1966a2;
  border-radius: 50%;
  text-align: center;
  line-height: 45px;
}
.our-pricing .click-btn > div:lang(ar),
.our-pricing .click-btn > div:lang(fa) {
  margin: 0 2px;
}
.our-pricing .click-btn > div::after {
  font-size: 16px;
  font-weight: 900;
  color: #fff;
}
.our-pricing .swiper {
  padding-right: 50px;
}
.our-pricing .swiper:lang(ar),
.our-pricing .swiper:lang(fa) {
  padding-left: 50px;
  padding-right: 0;
}
.our-pricing .swiper .swiper-wrapper {
  padding-top: 50px;
}
.pricing-item {
  text-align: center;
  border: 1px solid #e9e9e9;
  border-radius: 40px;
  background: #fff;
  height: 100%;
}
.pricing-item .plan-header {
  display: inline-block;
  padding: 4px;
  margin-top: -45px;
  background: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
.pricing-item .plan-header .icon {
  display: inline-block;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  font-size: 45px;
  border-radius: 50%;
  color: #fff;
}
.pricing-item .plan-header .icon.one {
  background-color: #1966a2;
}
.pricing-item .plan-header .icon.two {
  background-color: #858585;
}
.pricing-item .plan-header .icon.three {
  background-color: #e6b838;
}
.pricing-item .plan-header .icon.four {
  background-color: #d8d8d7;
}
.pricing-item .plan-header .icon.zero {
  background-color: #1c3f5b;
}
.pricing-item .main-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 30px 15px;
  text-align: left;
  border-bottom: 1px solid #e9e9e9;
}
.pricing-item .main-info.main-info-height {
  min-height: 97px;
}
.pricing-item .main-info:lang(ar),
.pricing-item .main-info:lang(fa) {
  text-align: right;
}
.pricing-item .main-info h3 {
  font-size: 26px;
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
}
.pricing-item .main-info h3:lang(ar),
.pricing-item .main-info h3:lang(fa) {
  font-size: 22px;
}
.pricing-item .main-info .plan-price {
  font-weight: 700;
  color: #e63f38;
  font-size: 45px;
}
.pricing-item .main-info .plan-price:lang(ar),
.pricing-item .main-info .plan-price:lang(fa) {
  font-size: 40px;
}
.pricing-item .main-info .plan-price span {
  color: #000;
}
.pricing-item .plan-content {
  padding: 25px 30px 30px;
  list-style: none;
  text-align: left;
  overflow: hidden;
}
.pricing-item .plan-content:lang(ar),
.pricing-item .plan-content:lang(fa) {
  text-align: right;
}
.pricing-item .plan-content li {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.pricing-item .plan-content li:last-of-type {
  margin-bottom: 0;
}
.pricing-item .plan-content li svg {
  font-size: 14px;
  margin-right: 12px;
}
.pricing-item .plan-content li svg.fa-circle-check {
  color: #38e67e;
}
.pricing-item .plan-content li svg.fa-circle-xmark {
  color: #707070;
}
.pricing-item .plan-content li svg:lang(ar),
.pricing-item .plan-content li svg:lang(fa) {
  margin-right: 0;
  margin-left: 12px;
}
.other-services .row > div {
  margin-bottom: 30px;
}
.other-services .sec-title {
  margin-bottom: 60px;
}
.other-services .info {
  padding: 30px;
  border: 1px solid #eee;
  border-radius: 45px;
  transition: all 0.17s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.other-services .info:hover {
  border-color: #1966a2;
}
.other-services .info .item h4 {
  font-size: 20px;
  font-weight: 700;
}
.other-services .info .price {
  display: inline-block;
  width: 58px;
  height: 58px;
  min-width: 58px;
  min-height: 58px;
  border-radius: 50%;
  background-color: #1966a2;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.our-pricing .row > div {
  margin-bottom: 60px;
}
.plan-content-various li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.plan-content-various li span.various-price {
  font-size: 22px;
  font-weight: 700;
  color: #e63f38;
}
.plan-content-various li span.various-price span {
  color: #000;
}
.pricing-item-show-more .show-more {
  padding: 0 0 15px 0;
  display: flex;
  justify-content: center;
}
.pricing-item-show-more .show-more button {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #1966a2;
  color: #1966a2;
  background: transparent;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.18s ease;
}
.pricing-item-show-more .show-more button:hover {
  background: #1966a2;
  color: #fff;
}
.pricing-item-show-more .plan-content {
  max-height: 510px;
}
.pricing-item-show-more .plan-content.auto-height {
  max-height: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .our-pricing .row > div:last-of-type {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .our-pricing .row > div {
    margin-bottom: 55px;
  }
  .our-pricing .row > div:last-of-type {
    margin-bottom: 0;
  }
}
@media (max-width: 425px) {
  .our-pricing .click-btn > div {
    width: 38px;
    height: 38px;
    line-height: 38px;
  }
}
