.da-custom-btn {
  padding: 12px 30px;
  font-size: 15px;
  display: inline-block;
  border: 1px solid #2e8efd;
  color: #2e8efd;
  position: relative;
  overflow: hidden;
}

@media (min-width: 992px) {
  .da-custom-btn {
    padding: 15px 30px;
    font-size: 16px;
  }
}

@media (min-width: 1500px) {
  .da-custom-btn {
    padding: 18px 50px;
    font-size: 16px;
  }
}

.da-custom-btn span {
  position: relative;
  z-index: 2;
}

.da-custom-btn.sm-btn {
  padding: 14px 50px;
  font-size: 14px;
  font-weight: 500;
}

.da-custom-btn.sm-btn span {
  font-weight: 500;
}

.da-custom-btn:after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #2e8efd;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.da-custom-btn:hover {
  color: #fff;
}

.da-custom-btn:hover:after {
  color: #fff;
  left: 0;
}

.da-custom-btn.btn-border-radius40 {
  border-radius: 40px;
}

.da-custom-btn.btn-border-radius40:after {
  border-radius: 40px;
}

.da-custom-btn.btn-solid {
  background-color: #2e8efd;
  color: #fff;
}

.da-custom-btn.btn-solid:hover {
  color: #2e8efd !important;
}

.da-custom-btn.btn-solid:hover:after {
  left: 0;
  background-color: #fff;
}

.da-custom-btn2 {
  padding: 12px 30px;
  font-size: 14px;
  display: inline-block;
  border: 1px solid #ffac40;
  color: #ffac40;
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  .da-custom-btn2 {
    padding: 18px 71px;
    font-size: 16px;
  }
}

.da-custom-btn2 span {
  position: relative;
  z-index: 2;
}

.da-custom-btn2.sm-btn {
  padding: 14px 50px;
  font-size: 14px;
  font-weight: 500;
}

.da-custom-btn2.sm-btn span {
  font-weight: 500;
}

.da-custom-btn2:after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #ffac40;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.da-custom-btn2:hover {
  color: #fff;
}

.da-custom-btn2:hover:after {
  color: #fff;
  left: 0;
}

.da-custom-btn2.btn-border-radius40 {
  border-radius: 40px;
}

.da-custom-btn2.btn-border-radius40:after {
  border-radius: 40px;
}

.da-custom-btn2.btn-solid {
  background-color: #ffac40;
  color: #fff;
}

.da-custom-btn2.btn-solid:hover:after {
  color: #ffac40;
  left: 0;
}

.pricing-item-style1 {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}

.pricing-item-style1 .pricing-head {
  padding: 45px 20px;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.06);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.06);
}

.pricing-item-style1 .pricing-head .category-type span {
  font-size: 20px;
  color: #2e3c40;
  font-weight: 700;
  margin-bottom: 30px;
  display: inline-block;
}

.pricing-item-style1 .pricing-head .price {
  font-size: 60px;
  color: #577eed;
  font-weight: 700;
  display: inline-block;
  position: relative;
}

.pricing-item-style1 .pricing-head .price .dollar-sign {
  font-size: 14px;
  color: #222;
  font-weight: 400;
  position: absolute;
  left: -12px;
  top: 16px;
}

.pricing-item-style1 .pricing-head .price .per-time {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  margin-left: -15px;
}

.pricing-item-style1 .pricing-body {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pricing-item-style1 .pricing-body .pricing-feature-list {
  margin-bottom: 15px;
  margin-left: 0;
}

.pricing-item-style1 .pricing-body .pricing-feature-list li {
  line-height: 2.8;
}

.pricing-item-style1 .pricing-body .custom-btn:after {
  background-color: #000;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  opacity: 0.06;
}

.pricing-item-style1:hover, .pricing-item-style1.active {
  background-color: #577eed;
  -webkit-transform: scaleY(1.09);
  transform: scaleY(1.09);
}

.pricing-item-style1:hover .pricing-head .category-type span, .pricing-item-style1.active .pricing-head .category-type span {
  color: #fff;
}

.pricing-item-style1:hover .pricing-head .price, .pricing-item-style1:hover .pricing-head .price .dollar-sign, .pricing-item-style1:hover .pricing-head .price .per-time, .pricing-item-style1.active .pricing-head .price, .pricing-item-style1.active .pricing-head .price .dollar-sign, .pricing-item-style1.active .pricing-head .price .per-time {
  color: #fff;
}

.pricing-item-style1:hover .pricing-body .pricing-feature-list li, .pricing-item-style1.active .pricing-body .pricing-feature-list li {
  color: #fff;
}

.pricing-item-style1:hover .pricing-body .da-custom-btn, .pricing-item-style1.active .pricing-body .da-custom-btn {
  background-color: #fff;
  border-color: #fff;
  color: #577eed;
}

.pricing-item-style1:hover .pricing-body .da-custom-btn:after, .pricing-item-style1.active .pricing-body .da-custom-btn:after {
  background-color: #000;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  opacity: 0.06;
}

.pricing-item-style1:hover .pricing-body .da-custom-btn:hover:after, .pricing-item-style1.active .pricing-body .da-custom-btn:hover:after {
  left: 100%;
}
/*# sourceMappingURL=pricing.css.map */