/*================================================
DM Pricing Area CSS
=================================================*/
.dm-pricing-area {
  background: -webkit-gradient(linear, right top, left top, from(#36116f), color-stop(#451390), color-stop(#5513b1), color-stop(#6612d4), to(#770df8));
  background: linear-gradient(to left, #36116f, #451390, #5513b1, #6612d4, #770df8);
}

.dm-pricing-area-without-color .dm-pricing-box {
  margin-bottom: 25px;
}

.dm-pricing-content {
  position: relative;
  margin-top: -80px;
}

.dm-pricing-content span {
  font-size: var(--fontSize);
  color: var(--whiteColor);
  font-weight: 400;
  display: inline-block;
  margin-bottom: 15px;
}

.dm-pricing-content h3 {
  color: var(--whiteColor);
  font-size: 42px;
  margin-bottom: 15px;
}

.dm-pricing-content p {
  color: var(--whiteColor);
  margin-bottom: 0;
}

.dm-pricing-box {
  background-color: var(--whiteColor);
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  padding: 38px;
  position: relative;
  overflow: hidden;
}

.dm-pricing-box.style-two .price {
  color: var(--optionalColor);
}

.dm-pricing-box.style-two .price span {
  color: var(--optionalColor);
}

.dm-pricing-box.style-two .pricing-btn .dm-default-btn {
  background: linear-gradient(to left, #ff3a34, #ff4a33, #ff5832, #ff6532, #ff7033);
}

.dm-pricing-box.style-two .pricing-btn .dm-default-btn::before {
  background: linear-gradient(to left, #3c08ac, #2f26b4, #2238ba, #1546bf, #0e53c2);
}

.dm-pricing-box .pricing-header h3 {
  font-size: 24px;
  margin-bottom: 0;
}

.dm-pricing-box .price {
  font-size: 48px;
  color: var(--mainColor);
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 15px;
}

.dm-pricing-box .price span {
  font-size: var(--fontSize);
  color: var(--mainColor);
  font-weight: 400;
  position: relative;
  right: -5px;
}

.dm-pricing-box .pricing-features {
  padding-right: 0;
  margin-bottom: 0;
}

.dm-pricing-box .pricing-features li {
  list-style-type: none;
  font-size: var(--fontSize);
  color: var(--paragraphColorDM);
  font-weight: 500;
  margin-bottom: 18px;
  position: relative;
  padding-right: 22px;
}

.dm-pricing-box .pricing-features li:last-child {
  margin-bottom: 0;
}

.dm-pricing-box .pricing-features li i {
  font-size: 15px;
  color: var(--mainColor);
  position: absolute;
  right: 0;
  top: 0;
}

.dm-pricing-box .pricing-btn {
  margin-top: 25px;
}

.dm-pricing-box .pricing-btn .dm-default-btn {
  margin-bottom: -5px;
}

.dm-pricing-box .dm-popular-tag {
  display: inline-block;
  padding: 10px 15px;
  background: linear-gradient(to left, #3c08ac, #2f26b4, #2238ba, #1546bf, #0e53c2);
  text-align: center;
  font-size: var(--fontSize);
  color: var(--whiteColor);
  font-weight: 400;
  width: 250px;
  position: absolute;
  top: 35px;
  left: -65px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.dm-pricing-slides.owl-theme .owl-nav {
  margin-top: 0;
  text-align: start;
  position: absolute;
  right: -51%;
  bottom: 105px;
}

.dm-pricing-slides.owl-theme .owl-nav [class*=owl-] {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 50px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background: linear-gradient(to left, #ff3a34, #ff4a33, #ff5832, #ff6532, #ff7033);
  color: var(--whiteColor);
  border-radius: 50%;
  margin: 0 0 0 10px;
  position: relative;
  z-index: 1;
}

.dm-pricing-slides.owl-theme .owl-nav [class*=owl-]::after {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(to left, #3c08ac, #2f26b4, #2238ba, #1546bf, #0e53c2);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  border-radius: 50%;
}

.dm-pricing-slides.owl-theme .owl-nav [class*=owl-]:hover, .dm-pricing-slides.owl-theme .owl-nav [class*=owl-]:focus {
  color: var(--whiteColor);
}

.dm-pricing-slides.owl-theme .owl-nav [class*=owl-]:hover::after, .dm-pricing-slides.owl-theme .owl-nav [class*=owl-]:focus::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.dm-pricing-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  right: 5px;
  left: auto;
}

.dm-pricing-slides.owl-theme .owl-nav [class*=owl-] i {
  font-size: 25px;
  font-weight: bold;
}


/* Max width 767px */
@media only screen and (max-width: 767px) {
  .dm-pricing-content {
      margin-top: 0;
      margin-bottom: 45px;
  }
  .dm-pricing-content h3 {
      font-size: 30px;
  }
  .dm-pricing-slides.owl-theme .owl-nav {
      position: absolute;
      left: 0%;
      right: auto;
      top: -55px;
  }
}

/* Min width 768px to Max width 991px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dm-pricing-content {
      margin-top: 0;
      margin-bottom: 65px;
  }
  .dm-pricing-slides.owl-theme .owl-nav {
      position: absolute;
      left: 0%;
      right: auto;
      top: -45px;
  }
}

/* Min width 992px to Max width 1199px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dm-pricing-slides.owl-theme .owl-nav {
      bottom: 50px;
  }
}