ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.btn{
	transition: 1s;
}
.single-pricing{
	text-align: center;
	border-left: 1px solid #2ecc71;
	border-right: 1px solid #2ecc71;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.single-pricing .header{
	background: #2ecc71 none repeat scroll 0 0;
	color: #fff;
	margin-bottom: 30px;
	padding: 30px 0 20px;
}

.single-pricing .plan{
	font-size: 26px;
	padding-bottom: 10px;
}
.plan-cost{
	position:relative;
	
}
.plan-cost .currency{
	font-size: 18px;
	position: absolute;
	padding-right: 20px;
	top: 15px;
}
.plan-cost .amount{
	font-size: 48px;
	padding-left: 10px;
	font-weight: 700;
}
.plan-cost .time{
	font-size: 18px;
}
.details{
	font-size: 15px;
	padding: 0 10%;
}
.details ul li{
	border-bottom: 2px dotted #ccc;
	padding-bottom: 14px;
	margin-bottom: 14px;
}
.footer{
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 20px;
}
.footer .btn-primary{
	background-color: #2ecc71;
	border-color: inherit;
	color: #fff;
	border: 1px solid transparent;
	border-radius: inherit;
	font-size: 15px;
	padding: 12px 20px;
	width: 100%;
}
.footer .btn-primary:hover, .footer .btn-primary:focus{
	background-color: #20b15d;
}

/*Style one*/

.style1.single-pricing{
	border-bottom: 4px solid #2ecc71;
}

/*Style Two*/

.style2.single-pricing{
	border-top: 15px solid #2eb366;
	border-bottom: 1px solid #2ecc71;
}

/*Style Three*/

.style3.single-pricing{
	border: 1px solid #2ecc71;
}
.style3.single-pricing .header{
	background: transparent;
	color: #333;	
	margin-bottom: 10px;
}
.style3.single-pricing .plan-cost{
	background: #2ecc71 none repeat scroll 0 0;
	color: #fff;
	margin-top: 20px;
	padding-bottom: 10px;
	padding-top: 20px;
}

/*Style Four*/
.style4.single-pricing{
	border: 1px solid #2ecc71;
}
.style4.single-pricing .header{
	background: transparent;
	color: #333;	
	margin-bottom: 10px;
}
.style4.single-pricing .plan-cost {
	background: #2ecc71 none repeat scroll 0 0;
	color: #fff;
    margin-top: 0px; 
	padding-bottom: 10px;
	padding-top: 20px;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	margin: 0px auto;
}
.style4 .plan-cost .currency {
	font-size: 18px;
	position: absolute;
	padding-right: 20px;
	top: 45%;
}
.style4 .plan-cost .amount {
	font-size: 48px;
	padding-left: 10px;
	font-weight: 700;
	top: 40%;
	display: inline-block;
	margin: 44px 0;
}

/* Colors */

/* turquoise */
.turquoise.single-pricing{
	border-color: #1abc9c;
}
.turquoise.style2{
	border-top: 15px solid #16a085;
}
.turquoise .header{
	background-color: #1abc9c;
}
.turquoise .btn-primary{
	background-color: #1abc9c;
}

.turquoise .btn-primary:hover, .turquoise.btn-primary:focus{
	background-color: #16a085;
}
.style3.turquoise .plan-cost{
	background-color: #1abc9c;
}
.style4.turquoise .plan-cost{
	background-color: #1abc9c;
}

/* peter-river */

.peter-river.single-pricing{
	border-color: #3498db;
}
.peter-river.style2{
	border-top: 15px solid #2980b9;
}
.peter-river .header{
	background-color: #3498db;
}
.peter-river .btn-primary{
	background-color: #3498db;
}

.peter-river .btn-primary:hover, .peter-river.btn-primary:focus{
	background-color: #2980b9;
}
.style3.peter-river .plan-cost{
	background-color: #3498db;
}
.style4.peter-river .plan-cost{
	background-color: #3498db;
}

/* wet-asphalt */

.wet-asphalt.single-pricing{
	border-color: #34495e;
}
.wet-asphalt.style2{
	border-top: 15px solid #1f344a;
}
.wet-asphalt .header{
	background-color: #34495e;
}
.wet-asphalt .btn-primary{
	background-color: #34495e;
}
.wet-asphalt .btn-primary:hover, .wet-asphalt.btn-primary:focus{
	background-color: #2c3e50;
}
.style3.wet-asphalt .plan-cost{
	background-color: #34495e;
}
.style4.wet-asphalt .plan-cost{
	background-color: #34495e;
}

/* wet-asphalt */

.carrot.single-pricing{
	border-color: #e67e22;
}
.carrot.style2{
	border-top: 15px solid #d35400;
}
.carrot .header{
	background-color: #e67e22;
}
.carrot .btn-primary{
	background-color: #e67e22;
}
.carrot .btn-primary:hover, .carrot.btn-primary:focus{
	background-color: #d35400;
}
.style3.carrot .plan-cost{
	background-color: #e67e22;
}
.style4.carrot .plan-cost{
	background-color: #e67e22;
}

/* amethyst */

.amethyst.single-pricing{
	border-color: #9b59b6;
}
.amethyst.style2{
	border-top: 15px solid #8e44ad;
}
.amethyst .header{
	background-color: #9b59b6;
}
.amethyst .btn-primary{
	background-color: #9b59b6;
}
.amethyst .btn-primary:hover, .amethyst .btn-primary:focus{
	background-color: #8e44ad;
}
.style3.amethyst .plan-cost{
	background-color: #9b59b6;
}
.style4.amethyst .plan-cost{
	background-color: #9b59b6;
}

/*=====================================
PRICING CARD STYLE 05
======================================*/
.pricing-card {
  text-align: center;
  border-radius: 10px;
  margin: 0px 8px;
  padding: 30px 50px 30px;
  -webkit-box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.1);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.pricing-card:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  background: #fe6347;
}

.pricing-card:hover h3,
.pricing-card:hover h4,
.pricing-card:hover p,
.pricing-card:hover .pricing-list li {
  color: #ffffff;
}

.pricing-card:hover p::before {
  background: #ff9683;
}

.pricing-card:hover .pricing-btn .btn-inline {
  color: #fe6347;
  background: #ffffff;
}

.pricing-card h3 {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 80px;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.pricing-card h3::before {
  position: absolute;
  content: "";
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 120px;
  height: 130px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff9068), to(#ff4b1f));
  background-image: linear-gradient(#ff9068, #ff4b1f);
  z-index: -1;
  border-radius: 30px 0px 50% 50%;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
}

.pricing-card h4 {
  font-size: 42px;
  font-weight: 600;
  letter-spacing: -2px;
  color: #48455a;
  margin-bottom: 3px;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.pricing-card p {
  color: #555555;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 45px;
  position: relative;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.pricing-card p::before {
  position: absolute;
  content: "";
  bottom: -23px;
  left: 0px;
  width: 100%;
  height: 1px;
  background: #e8e8e8;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.pricing-list {
  text-align: left;
  list-style: disc;
  margin-bottom: 35px;
  display: inline-block;
}

.pricing-list li {
  color: #555555;
  text-transform: capitalize;
  padding-left: 10px;
  margin-bottom: 20px;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.pricing-list li:last-child {
  margin-bottom: 0px;
}

.pricing-btn .btn {
  color: #ffffff;
  background: #48455a;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.pricing-recom {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  background: #fe6347;
}

.pricing-recom:hover {
  -webkit-transform: scale(1.1) translateY(-3px);
          transform: scale(1.1) translateY(-3px);
}

.pricing-recom h3,
.pricing-recom h4,
.pricing-recom p,
.pricing-recom .pricing-list li {
  color: #ffffff;
}

.pricing-recom p::before {
  background: #ff9683;
}

.pricing-recom .pricing-btn .btn-inline {
  color: #fe6347;
  background: #ffffff;
}