/*-- pricing --*/
.pricing{
	padding: 1em 0 2em;
}
.w3l-pricing-grids {
    max-width: 1100px;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
h3.heading {
    font-size: 45px;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 1em;
    text-transform: capitalize;
}
h3.heading span{
    font-weight: 400;
    color: #00BCD4;
	border-bottom: 2px solid #00BCD4;
}
.agileits-pricing-grid {
	flex: 1;
    -webkit-box-flex: 1;      /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1;         /* OLD - Firefox 19- */
    width: 20%;               /* For old syntax, otherwise collapses. */
    -webkit-flex: 1;          /* Chrome */
    -ms-flex: 1;              /* IE 10 */
	margin:0 5px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}
.agileits-pricing-grid:hover {
    transform: scale(1.06);
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06);
    -ms-transform: scale(1.06);
    z-index: 1;
}
.pricing-top{
    padding: 2em 0 0;
    background: #e04646;
    text-align: center;
    border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -ms-border-top-left-radius: 5px;
    -o-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -ms-border-top-right-radius: 5px;
    -o-border-top-right-radius: 5px;
}
.blue-top{
    background: #0091cd !important;
}
.green-top{
    background: #00ad45 !important;
}
.yellow-top{
    background: #FFDD00 !important;
}
.orange-top{
	background: #FBAF32;
}
.purple-top{
	background: #7D096D;
}
.pricing-top h3{
	color: #FFF;
    font-size: 1.5em;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.wthree-pricing-info{
    padding: 2em 0;
}
.wthree-pricing-info p{
	color:#FFFFFF;
	font-size:1em;
	margin:0;
	text-align:center;
}
.wthree-pricing-info p span{
    font-size: 4em;
    font-weight: 600;
}
.pricing-bottom{
    background: #f2f2f2;
    padding: 0em 0 2em 0em;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -ms-border-bottom-left-radius: 5px;
    -o-border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -ms-border-bottom-right-radius: 5px;
    -o-border-bottom-right-radius: 5px;
}
.pricing-bottom-top {
    padding: 1em 0;
    background: #fd5c63;
}
.pricing-bottom-top p{
    color: #212121;
    margin: 0;
    font-size: .9em;
    line-height: 1.8em;
    font-weight: 600;
    text-transform: uppercase;
}
.pricing-bottom-bottom{
    padding: 3em 2em;
}
.pricing-bottom-bottom p{
	color: #333;
    font-size: 15px;
    margin: 0 0 1em 0;
}
.buy-button {
    margin-bottom: 10px;
    text-align: center;
}
.pricing-bottom-bottom p span{
	font-weight: 700;
	color: #333;
	letter-spacing: 1px;
}
.pricing-bottom-bottom p span.fa {
    width: 25px;
    color: #656565;
    font-weight: 100;
}
.first p span.fa {
    color: #c73a40;
}
.second p span.fa {
    color: #0091cd;
}
.third p span.fa {
    color: #00ad45;
}
.fourth p span.fa {
    color: #fb8a2e;
}
p.text {
    margin-bottom: 0;
}
.buy-button a{
    background: #fb8a2e;
    padding: .5em 1.5em;
	border: solid 1px #fb8a2e;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.buy-button a:hover{
	background: none;
	border: solid 1px #fb8a2e;
	color:#fb8a2e;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration: none;
}
.first .buy-button a{
	background: #c73a40;
	border: solid 1px #c73a40;
}
.first .buy-button a:hover{
	background: none;
	border: solid 1px #c73a40;
	color: #c73a40;
}
.second .buy-button a{
	background: #0091cd;
	border: solid 1px #0091cd;
}
.second .buy-button a:hover{
	background: none;
	border: solid 1px #0091cd;
	color: #0091cd;
}
.third .buy-button a{
	background: #00ad45;
	border: solid 1px #00ad45;
}
.third .buy-button a:hover{
	background: none;
	border: solid 1px #00ad45;
	color: #00ad45;
}
.blue-pricing-bottom-top{
}
.blue-pricing-bottom-top:nth-child(2){
	border-top: solid 1px #1085bf;
}
.green-pricing-bottom-top{
}
.green-pricing-bottom-top:nth-child(2){
    border-top: solid 1px #609835;
}
/*-- //pricing --*/