/*================================================
Pricing Area CSS
=================================================*/

.ea-pricing-area.bg-gradient-color {
  background: -webkit-gradient(linear, left top, right top, from(#0acffe), color-stop(#00b9ff), color-stop(#00a0ff), color-stop(#0081ff), to(#495aff));
  background: linear-gradient(to right, #0acffe, #00b9ff, #00a0ff, #0081ff, #495aff);
}

.ea-pricing-area.bg-gradient-color .section-title h2 {
  color: var(--whiteColor);
}

.ea-pricing-area.bg-gradient-color .section-title p {
  color: var(--whiteColor) !important;
}

.ea-pricing-area .single-pricing-item.style-six {
  margin-left: -7px;
  margin-right: -7px;
}

.pricing-tabs .nav-tabs {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: none;
  margin-bottom: 40px;
}

.pricing-tabs .nav-tabs .nav-item .nav-link {
  border: none;
  margin-bottom: 0;
  padding: 11px 30px;
  color: var(--blackColor);
  background-color: #f9f9f9;
  border-radius: 5px 0 0 5px !important;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-size: 15px;
  font-weight: 600;
}

.pricing-tabs .nav-tabs .nav-item .nav-link:hover, .pricing-tabs .nav-tabs .nav-item .nav-link.active {
  background-color: var(--blackColor);
  color: var(--whiteColor);
}

.pricing-tabs .nav-tabs .nav-item:last-child .nav-link {
  border-radius: 0 5px 5px 0 !important;
}

.ea-single-pricing-item.style-one {
  z-index: 1;
  padding: 40px;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 30px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background-color: var(--whiteColor);
  -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.05);
}

.ea-single-pricing-item.style-one .pricing-header {
  border-bottom: 1px solid #eeeeee;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.ea-single-pricing-item.style-one .pricing-header .ea-img {
  z-index: 1;
  position: relative;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
}

.ea-single-pricing-item.style-one .pricing-header .ea-icon {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background-color: #f1f1f1;
  position: relative;
  border-radius: 50%;
  text-align: center;
  line-height: 92px;
  color: #ff0b46;
  font-size: 50px;
  height: 90px;
  width: 90px;
  margin-bottom: 30px;
  margin-right: auto;
  margin-left: auto;
}

.ea-single-pricing-item.style-one .pricing-header .ea-img::before {
  right: 0;
  top: 50%;
  width: 80px;
  z-index: -1;
  content: '';
  height: 80px;
  position: absolute;
  border-radius: 50%;
  padding-right: 15px;
  background-color: #f1f1f1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ea-single-pricing-item.style-one .pricing-header .ea-title {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  margin-bottom: 0;
  font-weight: 700;
}

.ea-single-pricing-item.style-one .pricing-header h3 {
  font-size: 22px;
}

.ea-single-pricing-item.style-one .pricing-header .price {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  display: block;
  font-size: 17px;
  font-weight: 500;
}

.ea-single-pricing-item.style-one .pricing-header .price span {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  color: #3203c9;
  font-size: 35px;
  font-weight: 600;
}

.ea-single-pricing-item.style-one .features-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.ea-single-pricing-item.style-one .features-list li {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  margin-bottom: 12px;
  font-size: 15px;
}

.ea-single-pricing-item.style-one .features-list li:last-child {
  margin-bottom: 0;
}

.ea-single-pricing-item.style-one .link-btn {
  z-index: 1;
  display: block;
  margin-top: 25px;
  text-align: center;
  padding: 13px 30px;
  position: relative;
  border-radius: 5px;
  color: var(--whiteColor);
  background-color: var(--whiteColor);
  font-size: 17px;
  font-weight: 500;
  font-family: var(--headingFontFamily);
}

.ea-single-pricing-item.style-one .link-btn::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  z-index: -1;
  border-radius: 5px;
  position: absolute;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background: -webkit-gradient(linear, left bottom, left top, from(#ff0844), color-stop(#ff5253), color-stop(#ff7766), color-stop(#ff957d), to(#ffb199));
  background: linear-gradient(to top, #ff0844, #ff5253, #ff7766, #ff957d, #ffb199);
}

.ea-single-pricing-item.style-one .link-btn:hover {
  color: var(--blackColor);
}

.ea-single-pricing-item.style-one .link-btn:hover::before {
  opacity: 0;
  visibility: hidden;
}

.ea-single-pricing-item.style-one::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  content: '';
  z-index: -1;
  position: absolute;
  border-radius: 5px;
  visibility: hidden;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background: -webkit-gradient(linear, right bottom, left top, from(#ac32e4), color-stop(#a42ce6), color-stop(#9c27e9), color-stop(#9322eb), color-stop(#891dee), color-stop(#8119f0), color-stop(#7915f3), color-stop(#7012f5), color-stop(#680df7), color-stop(#5f09fa), color-stop(#5504fc), to(#4801ff));
  background: linear-gradient(to left top, #ac32e4, #a42ce6, #9c27e9, #9322eb, #891dee, #8119f0, #7915f3, #7012f5, #680df7, #5f09fa, #5504fc, #4801ff);
}

.ea-single-pricing-item.style-one .ribbon {
  top: -20px;
  left: -25px;
  width: 150px;
  height: 150px;
  position: absolute;
}

.ea-single-pricing-item.style-one .ribbon span {
  top: 35px;
  right: -25px;
  width: 225px;
  display: block;
  text-align: center;
  position: absolute;
  color: var(--whiteColor);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: #ff0b46;
  font-size: 14px;
  font-weight: 600;
  padding-top: 8px;
  padding-bottom: 8px;
}

.ea-single-pricing-item.style-one:hover .pricing-header, .ea-single-pricing-item.style-one.active .pricing-header {
  border-color: #a26de8;
}

.ea-single-pricing-item.style-one:hover .pricing-header .ea-title, 
.ea-single-pricing-item.style-one.active .pricing-header .ea-title {
  color: var(--whiteColor);
}

.ea-single-pricing-item.style-one:hover .pricing-header .price, 
.ea-single-pricing-item.style-one.active .pricing-header .price {
  color: var(--whiteColor);
}

.ea-single-pricing-item.style-one:hover .pricing-header .price span, 
.ea-single-pricing-item.style-one.active .pricing-header .price span {
  color: var(--whiteColor) !important;
}

.ea-single-pricing-item.style-one:hover .features-list li, 
.ea-single-pricing-item.style-one.active .features-list li {
  color: var(--whiteColor);
}

.ea-single-pricing-item.style-one:hover::before, 
.ea-single-pricing-item.style-one.active::before {
  opacity: 1;
  visibility: visible;
}

.ea-single-pricing-item.style-two {
  z-index: 1;
  position: relative;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 30px;
  background-color: var(--whiteColor);
  padding-top: 40px;
  padding-bottom: 40px;
}

.ea-single-pricing-item.style-two .pricing-header .icon {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background-color: #ffe9e3;
  position: relative;
  border-radius: 50%;
  text-align: center;
  line-height: 92px;
  color: #fe4c1c;
  font-size: 50px;
  height: 90px;
  width: 90px;
  margin-bottom: 30px;
  margin-right: auto;
  margin-left: auto;
}

.ea-single-pricing-item.style-two .features-list {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.ea-single-pricing-item.style-two img {
  margin-bottom: 30px;
}

.ea-single-pricing-item.style-two .pricing-header .icon .circles-box {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  border-radius: 50%;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.ea-single-pricing-item.style-two .pricing-header .icon .circles-box .circle-one {
  left: 8px;
  z-index: 1;
  bottom: 8px;
  width: 12px;
  height: 12px;
  position: absolute;
  border-radius: 50%;
  background-color: #fe4c1c;
}

.ea-single-pricing-item.style-two .pricing-header .icon .circles-box .circle-two {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 12px;
  height: 12px;
  z-index: 1;
  border-radius: 50%;
  background-color: #1c17a0;
}

.ea-single-pricing-item.style-two .pricing-header .ea-title {
  margin-bottom: 0;
  color: #080e32;
  background-color: #f9f9f9;
  font-weight: 700;
  padding-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 12px;
}

.ea-single-pricing-item.style-two .pricing-header h3 {
  font-size: 22px;
}

.ea-single-pricing-item.style-two .pricing-features {
  margin-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 30px;
}

.ea-single-pricing-item.style-two .pricing-features ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.ea-single-pricing-item.style-two .pricing-features ul li {
  margin-bottom: 12px;
  color: #4b5280;
  font-size: 16px;
}

.ea-single-pricing-item.style-two .pricing-features ul li.close {
  color: #c7c7e2;
  text-decoration: line-through;
  float: none !important;
}

.ea-single-pricing-item.style-two .pricing-features ul li:last-child {
  margin-bottom: 0;
}

.ea-single-pricing-item.style-two .price {
  font-size: 35px;
  font-weight: 700;
}

.ea-single-pricing-item.style-two .price span {
  display: block;
  margin-top: -3px;
  color: #333;
  font-size: 15px;
  font-weight: 400;
}

.ea-single-pricing-item.style-two .link-btn {
  margin-top: 20px;
  display: inline-block;
  background-color: #fe4c1c;
  border-radius: 5px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  color: var(--whiteColor);
  padding: 11px 40px;
  font-size: 15px;
  font-weight: 500;
}

.ea-single-pricing-item.style-two .link-btn:hover {
  background-color: #000000;
  color: var(--whiteColor);
}

.ea-single-pricing-item.style-two.bg-290390 .pricing-header .icon {
  background-color: #e5e0f2;
  color: #290390;
}

.ea-single-pricing-item.style-two.bg-290390 .pricing-header .icon .circles-box .circle-one {
  background-color: #290390;
}

.ea-single-pricing-item.style-two.bg-290390 .link-btn {
  background-color: #290390;
}

.ea-single-pricing-item.style-two.bg-290390 .link-btn:hover {
  background-color: #000000;
}

.ea-single-pricing-item.style-two.bg-1fa299 .pricing-header .icon {
  background-color: #e4f4f3;
  color: #1fa299;
}

.ea-single-pricing-item.style-two.bg-1fa299 .pricing-header .icon .circles-box .circle-one {
  background-color: #1fa299;
}

.ea-single-pricing-item.style-two.bg-1fa299 .link-btn {
  background-color: #1fa299;
}

.ea-single-pricing-item.style-two.bg-1fa299 .link-btn:hover {
  background-color: #000000;
}

.ea-single-pricing-item.style-three {
  background-color: var(--whiteColor);
  border: 1px solid #aeffae;
  margin-bottom: 30px;
  border-radius: 5px;
  text-align: center;
  position: relative;
  padding: 30px;
  z-index: 1;
}

.ea-single-pricing-item.style-three .ea-icon {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background-color: #f1f1f1;
  position: relative;
  border-radius: 50%;
  text-align: center;
  line-height: 92px;
  color: #dd4911;
  font-size: 50px;
  height: 90px;
  width: 90px;
  margin-bottom: 30px;
  margin-right: auto;
  margin-left: auto;
}

.ea-single-pricing-item.style-three img {
  margin: 20px auto;
}

.ea-single-pricing-item.style-three .pricing-header {
  margin-bottom: 10px;
}

.ea-single-pricing-item.style-three .pricing-header .ea-title {
  margin-bottom: 0;
  font-weight: 700;
}

.ea-single-pricing-item.style-three .pricing-header h3 {
  font-size: 22px;
}

.ea-single-pricing-item.style-three .pricing-header p {
  line-height: 1.6;
  margin-top: 10px;
  margin-bottom: 0;
}

.ea-single-pricing-item.style-three .price {
  margin-bottom: 15px;
  font-size: 40px;
  font-weight: 700;
  font-family: var(--headingFontFamily);
}

.ea-single-pricing-item.style-three .price span {
  display: inline-block;
  margin-left: -7px;
  font-size: 20px;
  font-weight: 600;
}

.ea-single-pricing-item.style-three .link-btn {
  display: inline-block;
  margin-bottom: 30px;
  background-color: #dd4911;
  color: var(--whiteColor);
  border-radius: 30px;
  padding: 11px 30px;
  position: relative;
  z-index: 1;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-size: 15px;
  font-weight: 500;
}

.ea-single-pricing-item.style-three .link-btn::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 30px;
  z-index: -1;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background: -webkit-gradient(linear, left bottom, right top, from(#a3a3a3), color-stop(#9a9a9a), color-stop(#909090), color-stop(#878787), to(#7e7e7e));
  background: linear-gradient(to right top, #a3a3a3, #9a9a9a, #909090, #878787, #7e7e7e);
  opacity: 0;
  visibility: hidden;
}

.ea-single-pricing-item.style-three .link-btn:hover {
  color: var(--whiteColor);
}

.ea-single-pricing-item.style-three .link-btn:hover::before {
  opacity: 1;
  visibility: visible;
}

.ea-single-pricing-item.style-three .pricing-features {
  padding-left: 0;
  margin-bottom: 0;
  text-align: start;
  list-style-type: none;
}

.ea-single-pricing-item.style-three .pricing-features li {
  color: var(--blackColor);
  margin-bottom: 12px;
  position: relative;
  padding-left: 22px;
}

.ea-single-pricing-item.style-three .pricing-features li.close i {
  color: red;
}

.ea-single-pricing-item.style-three .pricing-features li:last-child {
  margin-bottom: 0;
}

.ea-single-pricing-item.style-three .pricing-features li i {
  left: -5px;
  top: 50%;
  margin-top: -1px;
  font-size: 22px;
  color: #77d294;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.ea-single-pricing-item.style-three::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  content: '';
  z-index: -1;
  position: absolute;
  visibility: hidden;
  border-radius: 5px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background: -webkit-gradient(linear, left top, right bottom, from(#fffefe), color-stop(#fffbf6), color-stop(#fcfbee), color-stop(#eafeef), to(#d7fffe));
  background: linear-gradient(to right bottom, #fffefe, #fffbf6, #fcfbee, #eafeef, #d7fffe);
}

.ea-single-pricing-item.style-three:hover::before {
  opacity: 1;
  visibility: visible;
}

.ea-single-pricing-item.style-four {
  background-color: var(--whiteColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  padding-bottom: 30px;
  margin-bottom: 30px;
  text-align: center;
  border-radius: 5px;
}

.ea-single-pricing-item.style-four .ea-icon {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background-color: #f1f1f1;
  position: relative;
  border-radius: 50%;
  text-align: center;
  line-height: 92px;
  color: #ff612f;
  font-size: 50px;
  height: 90px;
  width: 90px;
  margin-bottom: 30px;
  margin-right: auto;
  margin-left: auto;
}

.ea-single-pricing-item.style-four img {
  margin: 20px auto;
}

.ea-single-pricing-item.style-four .pricing-header {
  padding-top: 25px;
  padding-bottom: 20px;
}

.ea-single-pricing-item.style-four .pricing-header .ea-title {
  margin-bottom: 0;
  font-weight: 600;
}

.ea-single-pricing-item.style-four .pricing-header h3 {
  font-size: 22px;
}

.ea-single-pricing-item.style-four .price {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  padding-bottom: 5px;
  border-top: 2px dashed #f4f5fe;
  border-bottom: 2px dashed #f4f5fe;
  font-weight: 600;
  font-size: 35px;
}

.ea-single-pricing-item.style-four .price span {
  font-size: 25px;
}

.ea-single-pricing-item.style-four .price sup {
  top: -18px;
  font-size: 18px;
  font-weight: 500;
}

.ea-single-pricing-item.style-four .price sub {
  bottom: 2px;
  padding-right: 5px;
  font-size: 14px;
  font-weight: 500;
}

.ea-single-pricing-item.style-four .pricing-features {
  padding-left: 0;
  list-style-type: none;
  margin-top: 30px;
  margin-bottom: 0;
  margin-left: 50px;
  margin-right: 50px;
  text-align: start;
}

.ea-single-pricing-item.style-four .pricing-features li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 22px;
  color: var(--blackColor);;
}

.ea-single-pricing-item.style-four .pricing-features li:last-child {
  margin-bottom: 0;
}

.ea-single-pricing-item.style-four .pricing-features li i {
  position: absolute;
  color: #13c4a1;
  top: 3px;
  left: 0;
}

.ea-single-pricing-item.style-four .pricing-features li span {
  display: inline-block;
  position: absolute;
  color: #b7bad2;
  margin-left: 3px;
  font-size: 20px;
  top: 1px;
}

.ea-single-pricing-item.style-four .link-btn {
  margin-top: 30px;
  position: relative;
  border-radius: 5px;
  display: inline-block;
  color: var(--whiteColor);
  background-color: #ff612f;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  padding-top: 12px;
  padding-left: 50px;
  padding-right: 30px;
  padding-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
}

.ea-single-pricing-item.style-four .link-btn i {
  position: absolute;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
}

.ea-single-pricing-item.style-four .link-btn:hover {
  background-color: #6fc3a1;
  color: var(--whiteColor);
}

.ea-single-pricing-item.style-four:hover .price {
  border-color: #13c4a1;
}

.ea-single-pricing-item.style-five {
  border-radius: 5px;
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 50px;
  background-color: var(--whiteColor);
  -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
          box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
}

.ea-single-pricing-item.style-five .ea-icon {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background-color: #f1f1f1;
  position: relative;
  border-radius: 50%;
  text-align: center;
  line-height: 92px;
  color: #ff612f;
  font-size: 50px;
  height: 90px;
  width: 90px;
  margin-bottom: 30px;
  margin-right: auto;
  margin-left: auto;
}

.ea-single-pricing-item.style-five .icon {
  margin-top: 20px;
}

.ea-single-pricing-item.style-five .pricing-header {
  background-color: var(--blackColor);
  border-radius: 5px 5px 0 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding-top: 80px;
  padding-bottom: 90px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ea-single-pricing-item.style-five .pricing-header::before {
  top: 0;
  left: 0;
  content: '';
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: .70;
  position: absolute;
  border-radius: 5px;
  background-color: #000000;
}

.ea-single-pricing-item.style-five .pricing-header .ea-title {
  z-index: 1;
  margin-bottom: 0;
  position: relative;
  color: var(--whiteColor);
  font-weight: 700;
}

.ea-single-pricing-item.style-five .pricing-header h3 {
  font-size: 22px;
}

.ea-single-pricing-item.style-five .pricing-header .divider {
  height: 80px;
}

.ea-single-pricing-item.style-five .price {
  color: var(--blackColor);
  margin-top: 20px;
  font-size: 40px;
  font-weight: 600;
}

.ea-single-pricing-item.style-five .price sub {
  bottom: 2px;
  font-weight: 300;
  font-size: 18px;
}

.ea-single-pricing-item.style-five .pricing-features-list {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 35px;
  padding-left: 40px;
  padding-right: 40px;
  text-align: start;
}

.ea-single-pricing-item.style-five .pricing-features-list li {
  color: var(--blackColor);
  margin-bottom: 12px;
  position: relative;
  padding-left: 22px;
  font-size: 16px;
}

.ea-single-pricing-item.style-five .pricing-features-list li i {
  color: #ff5d22;
  position: absolute;
  left: -5px;
  top: -1px;
  font-size: 24px;
}

.ea-single-pricing-item.style-five .pricing-features-list li.close {
  opacity: .76;
}

.ea-single-pricing-item.style-five .pricing-features-list li.close i {
  color: var(--optionalColor);
}

.ea-single-pricing-item.style-five .pricing-features-list li:last-child {
  margin-bottom: 0;
}

.ea-single-pricing-item.style-five .book-now-btn {
  margin-top: 15px;
}

.ea-single-pricing-item.style-five .book-now-btn .link-btn {
  display: inline-block;
  border: 1px solid #df5d2b;
  color: #df5d2b;
  border-radius: 5px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-size: 15px;
  font-weight: 600;
  padding-top: 12px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 12px;
}

.ea-single-pricing-item.style-five .book-now-btn .link-btn:hover {
  background-color: #df5d2b;
  color: var(--whiteColor);
}

.ea-single-pricing-item.style-six {
  -webkit-box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.06);
  background-color: var(--whiteColor);
  margin-bottom: 30px;
  border-radius: 5px;
  position: relative;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 40px;
}

.ea-single-pricing-item.style-six::before {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  content: '';
  z-index: -1;
  height: 100%;
  border-radius: 5px;
  position: absolute;
  visibility: hidden;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background: -webkit-gradient(linear, left top, right top, from(#ee0979), to(#ff6a00));
  background: linear-gradient(90deg, #ee0979 0%, #ff6a00 100%);
}

.ea-single-pricing-item.style-six .ea-icon {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background-color: #f1f1f1;
  position: relative;
  border-radius: 50%;
  text-align: center;
  line-height: 92px;
  color: #ff612f;
  font-size: 50px;
  height: 90px;
  width: 90px;
  margin-bottom: 30px;
  margin-right: auto;
  margin-left: auto;
}

.ea-single-pricing-item.style-six .pricing-header {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-bottom: 1px solid #edf0f3;
  padding-bottom: 15px;
}

.ea-single-pricing-item.style-six .pricing-header .ea-title {
  margin-bottom: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-weight: 400;
}

.ea-single-pricing-item.style-six .pricing-header h3 {
  font-size: 22px;
}

.ea-single-pricing-item.style-six .best-seller {
  top: 14px;
  left: -30px;
  font-size: 14px;
  color: #ee0979;
  padding: 5px 25px;
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: var(--whiteColor);
}

.ea-single-pricing-item.style-six .price {
  font-size: 15px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-bottom: 1px solid #edf0f3;
  margin-top: 18px;
  margin-bottom: 25px;
  padding-bottom: 18px;
  padding-right: 5px;
  padding-left: 5px;
}

.ea-single-pricing-item.style-six .price p {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  margin-top: 5px;
  margin-bottom: 5px;
}

.ea-single-pricing-item.style-six .price p strong {
  color: var(--blackColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-size: 20px;
  font-weight: 700;
}

.ea-single-pricing-item.style-six .price p span {
  display: inline-block;
  color: var(--blackColor);
  font-size: 15px;
}

.ea-single-pricing-item.style-six .price span {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  color: var(--blackColor);
  font-size: 18px;
  display: block;
}

.ea-single-pricing-item.style-six .price samp {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  text-decoration: line-through;
  color: var(--optionalColor);
  display: inline-block;
  font-family: var(--headingFontFamily);
  font-size: 15px;
  margin-right: 10px;
}

.ea-single-pricing-item.style-six .pricing-features-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.ea-single-pricing-item.style-six:hover p {
    color: var(--whiteColor);
}

.ea-single-pricing-item.style-six .pricing-features-list li {
  font-size: 16px;
  max-width: 180px;
  position: relative;
  padding-left: 24px;
  margin: 0 auto 12px;
  color: var(--blackColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  text-align: start;
}

.ea-single-pricing-item.style-six .pricing-features-list li i {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  position: absolute;
  margin-right: 4px;
  color: #ee0979;
  font-size: 25px;
  left: -5px;
  top: -2px;
}

.ea-single-pricing-item.style-six .pricing-features-list li:last-child {
  margin-bottom: 0;
}

.ea-single-pricing-item.style-six .price-note {
  margin-bottom: 20px;
  padding-left: 5px;
  padding-right: 5px;
}

.ea-single-pricing-item.style-six .price-note p {
  font-size: 15px;
  margin-bottom: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.ea-single-pricing-item.style-six .price-note p span {
  display: inline-block;
  color: var(--blackColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.ea-single-pricing-item.style-six .btn-box {
  margin-top: 25px;
  padding-left: 30px;
  padding-right: 30px;
}

.ea-single-pricing-item.style-six .btn-box .link-btn {
  display: block;
  position: relative;
  border-radius: 30px;
  color: var(--whiteColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  z-index: 1;
  font-size: 15px;
  font-weight: 600;
  padding-top: 12px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 12.5px;
}

.ea-single-pricing-item.style-six .btn-box .link-btn::before {
  border-radius: 30px;
  background: -webkit-gradient(linear, left top, right top, from(#ee0979), to(#ff6a00));
  background: linear-gradient(90deg, #ee0979 0%, #ff6a00 100%);
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.ea-single-pricing-item.style-six .btn-box .link-btn.bg-black::before {
  background: -webkit-gradient(linear, left bottom, right top, from(#a3a3a3), color-stop(#9a9a9a), color-stop(#909090), color-stop(#878787), to(#7e7e7e));
  background: linear-gradient(to right top, #a3a3a3, #9a9a9a, #909090, #878787, #7e7e7e);
}

.ea-single-pricing-item.style-six .text {
  padding-left: 25px;
  padding-right: 25px;
}

.ea-single-pricing-item.style-six .text p {
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.ea-single-pricing-item.style-six .text .icon {
  margin-bottom: 58px;
  margin-top: 58px;
}

.ea-single-pricing-item.style-six .text .icon img {
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.ea-single-pricing-item.style-six .text .know-more-btn {
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 20px;
}

.ea-single-pricing-item.style-six:hover::before, 
.ea-single-pricing-item.style-six.active::before {
  opacity: 1;
  visibility: visible;
}

.ea-single-pricing-item.style-six:hover .pricing-header, 
.ea-single-pricing-item.style-six.active .pricing-header {
  border-color: #ed8888;
}

.ea-single-pricing-item.style-six:hover .pricing-header .ea-title, 
.ea-single-pricing-item.style-six.active .pricing-header .ea-title {
  color: var(--whiteColor);
}

.ea-single-pricing-item.style-six:hover .price, 
.ea-single-pricing-item.style-six.active .price {
  color: var(--whiteColor);
  border-color: #ed8888;
}

.ea-single-pricing-item.style-six:hover .price p, 
.ea-single-pricing-item.style-six.active .price p {
  color: var(--whiteColor) !important;
}

.ea-single-pricing-item.style-six:hover .price p strong, 
.ea-single-pricing-item.style-six.active .price p strong {
  color: var(--whiteColor) !important;
}

.ea-single-pricing-item.style-six:hover .price span, 
.ea-single-pricing-item.style-six.active .price span {
  color: var(--whiteColor);
}

.ea-single-pricing-item.style-six:hover .price samp, 
.ea-single-pricing-item.style-six.active .price samp {
  color: var(--whiteColor);
}

.ea-single-pricing-item.style-six:hover .price-note p, 
.ea-single-pricing-item.style-six.active .price-note p {
  color: var(--whiteColor) !important;
}

.ea-single-pricing-item.style-six:hover .price-note p span, 
.ea-single-pricing-item.style-six.active .price-note p span {
  color: var(--whiteColor);
}

.ea-single-pricing-item.style-six:hover .pricing-features-list li, 
.ea-single-pricing-item.style-six.active .pricing-features-list li {
  color: var(--whiteColor);
}

.ea-single-pricing-item.style-six:hover .pricing-features-list li i, 
.ea-single-pricing-item.style-six.active .pricing-features-list li i {
  color: #00ff4f;
}

.ea-single-pricing-item.style-six:hover p, .ea-single-pricing-item.style-six.active p {
  color: var(--whiteColor);
}

.ea-single-pricing-item.style-six:hover .text .know-more-btn, .ea-single-pricing-item.style-six.active .text .know-more-btn {
  color: var(--whiteColor);
}

.ea-single-pricing-item.style-six:hover .text .icon img, .ea-single-pricing-item.style-six.active .text .icon img {
  -webkit-filter: contrast(150%);
          filter: contrast(150%);
}

.ea-single-pricing-item.style-six:hover .btn-box .link-btn, .ea-single-pricing-item.style-six.active .btn-box .link-btn {
  color: var(--blackColor);
  background-color: var(--whiteColor);
}

.ea-single-pricing-item.style-six:hover .btn-box .link-btn::before, .ea-single-pricing-item.style-six.active .btn-box .link-btn::before {
  opacity: 0;
  visibility: hidden;
}

.ea-single-pricing-item.style-seven {
  margin-bottom: 30px;
  border-radius: 5px;
  padding: 30px;
  background-color: #f9f9f9;
}

.ea-single-pricing-item.style-seven .ea-icon {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background-color: #f1f1f1;
  position: relative;
  border-radius: 50%;
  text-align: center;
  line-height: 92px;
  color: #3203c9;
  font-size: 50px;
  height: 90px;
  width: 90px;
  margin-bottom: 30px;
  margin-right: auto;
}

.ea-single-pricing-item.style-seven img {
  margin-bottom: 20px;
}

.ea-single-pricing-item.style-seven .image {
  text-align: center;
  padding-right: 10px;
}

.ea-single-pricing-item.style-seven .image .price {
  display: block;
  margin-top: 20px;
  font-size: 17px;
  font-weight: 500;
}

.ea-single-pricing-item.style-seven .image .price span {
  color: #3203c9;
  font-size: 35px;
  font-weight: 600;
}

.ea-single-pricing-item.style-seven .content {
  padding-left: 10px;
}

.ea-single-pricing-item .content .ea-title {
  margin-bottom: 18px;
  font-weight: 700;
  text-align: start;
}

.ea-single-pricing-item .content h3 {
  font-size: 26px;
}

.ea-single-pricing-item .content .features-list {
  text-align: start;
  padding: 0;
  margin-bottom: 20px;
  list-style-type: none;
}

.ea-single-pricing-item.style-seven .content .features-list li {
  margin-bottom: 12px;
  color: var(--blackColor);
}

.ea-single-pricing-item.style-seven .content .features-list li:last-child {
  margin-bottom: 0;
}

.ea-single-pricing-item.style-seven .content .link-btn {
  background: -webkit-gradient(linear, left top, right top, from(#434343), color-stop(#333333), color-stop(#242424), color-stop(#161616), to(#000000));
  background: linear-gradient(to right, #434343, #333333, #242424, #161616, #000000);
  color: var(--whiteColor);
  display: inline-block;
  padding: 12px 40px;
  border-radius: 5px;
  margin-top: 5px;
  font-size: 16px;
  font-weight: 500;
}

.ea-single-pricing-item.style-seven .content .link-btn:hover {
  color: var(--whiteColor);
  background-color: var(--blackColor);
}

/* Additional CSS */
.ea-single-pricing-item .link-btn .icon-before i {
  position: relative;
  top: 2px;
  margin-right: 5px;
  font-size: 20px;
}

.ea-single-pricing-item .link-btn .icon-after i {
  position: relative;
  top: 2px;
  margin-left: 5px;
  font-size: 20px;
}

.ea-single-pricing-item.style-four .link-btn .icon-before i {
  position: absolute;
  top: 23px;
}

.ea-single-pricing-item.style-four .link-btn .icon-after i {
  position: relative;
  top: 12px;
  left: 0;
}

.ea-single-pricing-item.style-seven .default-btn .icon-before i {
  position: relative;
  top: 2px;
  margin-right: 5px;
  font-size: 20px;
  left: initial;
  right: initial;
  transform: none;
}

.ea-single-pricing-item.style-seven .default-btn .icon-after i {
  position: relative;
  top: 2px;
  margin-left: 5px;
  font-size: 20px;
  left: initial;
  right: initial;
  transform: none;
}

.ea-single-pricing-item.style-five .link-btn span.icon-before, 
.ea-single-pricing-item.style-five .link-btn span.icon-after {
  font-size: initial;
}

.ea-single-pricing-item .is-featured-text-right .ribbon {
  right: -25px;
  left: initial;
}

.ea-single-pricing-item .is-featured-text-right .ribbon span {
  left: -25px;
  right: initial;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ea-single-pricing-item .price del {
  margin-left: 5px;
  margin-right: 8px;
}
