/*

[Pricing Table Style 5]

Project: PriceX - Material Design Pricing Table Set
Version: 1.0
Author : themelooks.com

[Table of Contents]

1. PRICING TABLE

2. PRICING TABLE - HEADER

3. PRICING TABLE - BODY

4. PRICING TABLE - FOOTER

*/

/*------------------------------------*\
    1. PRICING TABLE
\*------------------------------------*/
.margin-bottom {
	margin-bottom: 30px;
}
.peicex_section {
	padding: 60px 0;
}
.pricing-table-5 {
	background-color: #fff;
	text-align: center;
	-webkit-transition: .25s ease-in-out;
	        transition: .25s ease-in-out;
}
.pricing-table-5:hover {
	box-shadow: 0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2);
}

/*------------------------------------*\
    2. PRICING TABLE - HEADER
\*------------------------------------*/
.pt-5--header {
    position: relative;
    padding: 50px 15px 110px;
    border-bottom: 7px solid #ff5252;
    background-color: #222;
}

.pt-5-header--title {
    position: relative;
    margin: 0 0 10px;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.1;
    text-transform: capitalize;
}
.pt-5-header--title:before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    width: 50px;
    height: 2px;
    background-color: #ff5252;
    margin: 0 auto;
    bottom: -5px;
}

.pt-5-header--desc {
    color: #fff;
    font-weight: 300;
}

.pt-5-header--price {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -75px;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    padding-top: 53px;
    border-radius: 50%;
    color: #fff;
    background-color: #ff5252;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    z-index: 0;
}
.pt-5-header--price:before {
    content: " ";
    position: absolute;
    top: -10px;
    left: -10px;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background-color: #ff5252;
    opacity: 0.55;
    z-index: -1;
}

.pt-5-header-price--title {
    display: block;
    font-weight: 300;
    text-transform: capitalize;
}

.pt-5-header-price--amount {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
}

.pt-5-header-price--month {
    font-weight: 300;
    text-transform: lowercase;
}

/*------------------------------------*\
    3. PRICING TABLE - BODY
\*------------------------------------*/
.pt-5--body {
    padding-top: 95px;
	border-style: solid;
	border-width: 0 1px;
	border-color: #e9e9e9;
}
.pt-5--body ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.pt-5--body li {
    padding: 10px 20px;
    border-bottom: 1px solid rgba(0,0,0,.05);
    color: #737373;
    font-weight: 300;
}

/*------------------------------------*\
    4. PRICING TABLE - FOOTER
\*------------------------------------*/
.pt-5--footer {
    padding: 30px 0;
    border-style: solid;
    border-width: 0 1px 1px 1px;
    border-color: #e9e9e9;
}
.pt-5--footer a {
    height: auto;
    padding: 4px 30px;
    color: #fff;
    background-color: #ff5252;
}
.pt-5--footer a:hover,
.pt-5--footer a:focus {
	text-decoration: none;
}