/*
* @subsection   Pricing Box
*/
.pricing-box {
  position: relative;
  padding: 40px;
  border-radius: 25px;
  transition: .2s;
}

.pricing-box h6 + .icon {
  margin-top: 20px;
}

.pricing-box .caption {
  margin-top: 6px;
}

.pricing-box .caption h2 {
  font-size: 44px;
}

.pricing-box .caption h2 + * {
  margin-top: 17px;
}

.pricing-box .caption p {
  font-size: 15px;
}

.pricing-box .caption * + .btn {
  margin-top: 35px;
}

.pricing-box .btn {
  position: relative;
}

.pricing-box .btn:before,
.pricing-box .btn:after {
  position: absolute;
  left: 0;
  top: 49%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: .2s;
  text-align: center;
}

.pricing-box .btn:after {
  content: "Let's do it";
  color: #252525;
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.pricing-box .btn.btn-variant-1 {
  padding-left: 30px;
  padding-right: 30px;
}

.pricing-box h1 {
  color: #252525;
  letter-spacing: -0.02em;
  font-size: 62px;
  position: relative;
  display: inline-block;
}

.pricing-box h1 + * {
  margin-top: 25px;
}

.pricing-box h1.h1__before {
  padding-left: 26px;
}

.pricing-box h1.h1__before:before {
  content: '$';
  font-size: 28px;
  line-height: 66px;
  color: #a7b0b4;
  font-weight: 400;
  position: absolute;
  top: 6px;
  left: 0;
}

@media (min-width: 1200px) {
  .pricing-box-2 {
    padding: 50px 74px;
  }
}

.pricing-box-2 .caption h2 {
  font-size: 61px;
}

.pricing-box-2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: url("../images/header-4.jpg");
  -webkit-background-size: cover;
  background-size: cover;
  border-radius: 25px;
  transition: .3s linear;
  opacity: 0;
  z-index: -1;
}

.pricing-box-2:hover:before {
  opacity: 1;
}

.pricing-box-2:hover * {
  color: #fff;
}

.pricing-box-2:hover .btn {
  background: #fff;
  border-color: #fff;
  color: #32a3dc;
}

.pricing-box-2:hover .btn:hover {
  background: transparent;
  color: #fff;
}

.pricing-box-3 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.pricing-box-3 h2 {
  margin-top: 10px;
  font-size: 50px;
  display: inline-block;
}

.pricing-box-3 h2 sup, .pricing-box-3 h2 sub {
  font-family: Yantramanav, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #252525;
  line-height: 24px;
  letter-spacing: -0.02em;
  -webkit-transform: translateY(-7px);
  transform: translateY(-7px);
  display: inline-block;
}

.pricing-box-3 h2 sup {
  margin-right: 5px;
}

.pricing-box-3 .caption {
  margin-top: 25px;
}

.pricing-box-3.bg-primary * {
  color: #fff;
}

.pricing-box-3.bg-primary .list-unstyled > li .link {
  background: #fff;
  color: #32a3dc;
}

.pricing-box-3.bg-primary .list-unstyled > li .link:hover {
  background: #32a3dc;
  color: #fff;
}

.pricing-box-3:hover {
  background: #32a3dc;
}

.pricing-box-3:hover * {
  color: #fff;
}

.pricing-box-3:hover .list-unstyled > li {
  border-color: rgba(255, 255, 255, 0.3);
}

.pricing-box-3:hover .list-unstyled > li .link {
  background: #fff;
  color: #32a3dc;
}

.pricing-box-3:hover .list-unstyled > li .link:hover {
  background: #32a3dc;
  color: #fff;
}

.pricing-box-hover:hover {
  z-index: 1;
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
  box-shadow: 0 9px 21px 0 rgba(0, 0, 0, 0.15);
}

.pricing-box-hover:hover h6 {
  color: #32a3dc;
}

.pricing-box-hover:hover .btn,
.pricing-box-hover:hover .btn:focus,
.pricing-box-hover:hover .btn:active {
  color: rgba(37, 37, 37, 0.001);
}

.pricing-box-hover:hover .btn:after,
.pricing-box-hover:hover .btn:focus:after,
.pricing-box-hover:hover .btn:active:after {
  opacity: 1;
  visibility: visible;
}

.pricing-box-hover:hover .btn:hover:after,
.pricing-box-hover:hover .btn:focus:hover:after,
.pricing-box-hover:hover .btn:active:hover:after {
  color: #fff;
}

@media (min-width: 1200px) {
  .pricing-border-left [class*='col-'] + [class*='col-']:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2px;
    height: 85%;
    background: #f5f5f5;
    transition: .2s;
  }
}

@media (min-width: 768px) {
  .pricing-border-left .col-sm-6:nth-child(2n + 2):before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2px;
    height: 85%;
    background: #f5f5f5;
    transition: .2s;
  }
}

.pricing-border-left [class*='col-']:hover:before {
  opacity: 0;
}

.pricing-border-left [class*='col-']:hover + [class*='col-']:before {
  opacity: 0;
}
