/*---------- ----------
Pricing style-3
---------------------------*/
.pricing-style-3 {
  border: 2px solid #F4F7FC;
  padding: 50px 60px;
  position: relative;
  transition: all .4s ease;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
}

.pricing-style-3 .pricing-header {
  margin-bottom: 20px;
}

.pricing-style-3 .pricing-header p {
  transition: all .4s ease;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  color: #F14D5D;
}


.pricing-style-3 .pricing-header i {
  font-size: 50px;
}

.pricing-style-3 .price h2 {
  font-size: 50px;
  letter-spacing: -.5px;
  transition: all .4s ease;
}

.pricing-style-3 .price small {
  font-size: 16px;
  font-weight: 400;
}

.pricing-style-3 .pricing-features {
  margin-bottom: 30px;
}

.pricing-style-3 .pricing-features ul li {
  padding: 10px 0px;
  color: #000;
  transition: all .4s ease;
}

.pricing-style-3 .pricing-features ul li i {
  float: right;
  width: 30px;
  height: 30px;
  font-size: 14px;
  border: 1px solid #ddd;
  text-align: center;
  border-radius: 100%;
  line-height: 30px;
  transition: all .4s ease;
  color: #777;
}

.pricing-style-3 .pricing-features ul li:hover {
  color: #007aff;
  cursor: pointer;
}

.pricing-style-3 .pricing-features ul li:hover i {
  color: #007aff;
  border-color: #007aff;
}

.pricing-style-3:hover {
  background: #fff;
  box-shadow: 0px 30px 60px 0px rgba(38, 59, 94, 0.1);
  border-color: #fff;
}


.header-badge{
    background: #007aff;
    font-weight: 600;
    transition: all .4s ease;
    color: #fff;
    position: absolute;
    right: 20px;
    top: -16px;
    display: inline-block;
    border-radius: 40px;
    text-align: center;
    padding: 10px 20px;
    font-size: 0.75em;
    line-height: 1;
  }

  .pricing-style-3 .pricing-header p {
    transition: all .4s ease;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    color: #F14D5D;
  }





/*-----------------
Pricing style 4
---------------------*/
.pricing-style-4 {
  border: 2px solid #F4F7FC;
  padding: 50px 60px;
  position: relative;
  transition: all .4s ease;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
}

.pricing-style-4 .pricing-header {
  margin-bottom: 20px;
}

.pricing-style-4 .pricing-header p {
  transition: all .4s ease;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  color: #F14D5D;
}


.pricing-style-4 .price {
  padding-bottom: 30px;
}

.pricing-style-4 .price h2 {
  font-size: 50px;
  letter-spacing: -.5px;
  transition: all .4s ease;
}

.pricing-style-4 .price small {
  font-size: 16px;
  font-weight: 400;
}

.pricing-style-4 .pricing-features {
  margin-bottom: 30px;
}

.pricing-style-4 .btn {
  margin-bottom:30px;
}



.pricing-header i {
	font-size: 60px;
}


.pricing-style-4 .pricing-features ul li {
  color: #000;
  border-bottom: 1px solid #eee;
  padding: 10px;
  transition: all .4s ease 0s;
}

.pricing-style-4 .pricing-features ul li i {
  margin-right: 10px;
  color: #777;
  transition: all .4s ease 0s;
}

.pricing-style-4 .pricing-features ul li span {
  font-weight: 700;
  transition: all .4s ease 0s;
}

.pricing-style-4 .pricing-features ul li:last-child {
  border: 0px;
}

.pricing-style-4 .pricing-features ul li:hover {
  cursor: pointer;
}

.pricing-style-4 .pricing-features ul li:hover span {
  color: #007aff;
}

.pricing-style-4 .pricing-features ul li:hover i {
  color: #007aff;
}

