

[class*="am-price-"]{
	position: relative;
}
[class*="am-price-"] .price-item{
	position: relative;
}
	[class*="am-price-"] .price-features {
		position: relative;
		padding: 0px 45px
	}
[class*="am-price-"] .price-features ul{
	margin: 0;
	list-style: none;
}


/* 
	Price 01
 */
.am-price-01{
	margin-bottom: 60px;

}
.am-price-01 .price-item{

	padding: 40px 45px;
	border-radius: 5px 5px 0 0;

	background-color: #2c5cda;
	background-image: url(../../images/shortcode/pricing/am-price-01-bg.png);
	background-position: right bottom;
	background-size: contain;
	background-repeat: no-repeat;
}
.am-price-01 .price-item::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 6px;
	background-color: rgba(0, 0, 0, .5);
}
.am-price-01 .price-header{
	margin-top:  10px;
	margin-bottom: 59px;
	padding: 5px 10px 25px;
	background-image: url(../../images/shortcode/pricing/am-price-01-dot.png);
	background-position: left top;
}
.am-price-01 .price-header .price-title{
	color: #ffffff;
	font-size: 24px;
	font-weight: 500;
	line-height: 50px;
	margin: 0 0 13px;
}
.am-price-01 .price-header .price-box{
	display: flex;
    align-items: center;
}
.am-price-01 .price-header .price-box .pricing{
	color: #49fcc7;
	font-size: 60px;
	font-weight: 500;
	line-height: 60px;

	padding-right: 26px;
	margin-right: 25px;
	border-right: 1px solid rgba(255, 255, 255, .6);
}
.am-price-01 .price-header .price-box .unit{
	display: flex;
	flex-direction: column;
	font-weight:600;
	color: #ffffff;
	font-size: 18px;
	line-height: 30px;
}
.am-price-01 .price-content{
	margin-bottom: 30px;
	padding: 0 10px;
}
.am-price-01 .price-content .price-info{
	margin: 0 0 10px 0;

	color: #49fcc7;
	font-size: 20px;
	font-weight: bold;
	line-height: 50px;
}
.am-price-01 .price-content .price-features ul{
	color: #fff;
	font-size: 16px;
	line-height: 36px;
}
.am-price-01 .price-footer{
	margin: 50px 0 45px;
	padding: 0 10px;
}
.am-price-01 .price-footer .am-btn-07{
	color: #2c5cda;
	background-color: #FFF;
}

@media only screen and (max-width: 1199px) {
	
	
	.am-price-01 .price-header{
		padding-left:0;
		padding-right:0;
		margin-bottom:30px;
	}
	
	
	.am-price-01 .price-header .price-box .pricing{
	
		font-size:48px;
		padding-right:16px;
		margin-right: 15px;
	}
	
	.am-price-01 .price-header .price-box .unit{
		font-size:14px;
		font-weight:normal;
		text-align:left;
	}
	.am-price-01 .price-content{
		padding-bottom:50px;
	}
	
	.am-price-01 .price-footer{
		position:absolute;
		left:0;
		right:0;
		bottom:0;
		margin-top:0;
		text-align: center;
	}
	
	
}


@media only screen and (max-width: 767px) {
	.am-price-01 .price-header .price-box{
		justify-content: center;
	}
	
	.am-price-01{
		text-align:center;
	}

}





/* 
	Price-02
 */

.am-price-02{
	height: 100%;
	padding-bottom: 25px;
}
.am-price-02 .price-item{
	height: 100%;
	
	border-radius: 3px;

	text-align: center;

	background-color: #ffe4d6;
	background-image: url(../../images/shortcode/pricing/am-price-02-bg.png);
	background-position: right bottom;
	background-size: contain;
	background-repeat: no-repeat;
}
.am-price-02.light .price-item{
	background-color: #2c5cda;
	background-image: url(../../images/shortcode/pricing/am-price-02-bgLight.png);
}
.am-price-02 .price-header{
	padding: 47px 65px 87px;
	background-color: #ffd6c1;

	border-radius: 3px 3px 0 0;
}
.am-price-02.light .price-header{
	background-color: #1a43ad;
}
.am-price-02 .price-header .price-title{
	color: #424242;
	font-size: 30px;
	font-weight: 600;
	line-height: 30px;

	margin: 0;
}
.am-price-02.light .price-header .price-title{
	color: #ffffff;
}
.am-price-02 .price-header .price-info{
	color: #666666;
	font-size: 14px;
	font-weight: normal;
	line-height: 26px;
	margin: 14px 0 0;
}
.am-price-02.light .price-header .price-info{
	color: #ffffff;
}
.am-price-02 .price-content{
	position: relative;
	margin-bottom: 25px;
	padding: 86px 65px 78px;
}
.am-price-02 .price-content .price-image{
	display: inline-block;
	position: absolute;
	top: 0;
	left:  50%;
	max-width: 100%;
	padding: 4px;
	transform: translate(-50%,-50%);
}
.am-price-02 .price-content .price-image::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #ffffff;
	border-radius: 50%;
}
.am-price-02 .price-content .price-image img{
	position: relative;
	max-width: 100%;
}
.am-price-02 .price-content .price-features{
	margin-bottom: 40px;
}
.am-price-02 .price-content .price-features ul{
	color: #666666;
	font-size: 16px;
	line-height: 24px;
}
.am-price-02.light .price-content .price-features ul{
	color: #ffffff;
}
.am-price-02 .price-content .price-features ul li{
	position: relative;
	padding-top: 12px;
	padding-bottom: 12px;
}
.am-price-02 .price-content .price-features ul li::after{
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	width:  100%;
	border-bottom: 1px dashed rgba(0, 0, 0, .2);
}
.am-price-02.light .price-content .price-features ul li::after{
	border-bottom-color: rgba(255, 255, 255, .2);
}
.am-price-02 .price-content .price-box{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}
.am-price-02 .price-content .price-box .pricing{
	color: #fd4ea5;
	font-size: 48px;
	font-weight: 600;
	line-height: 45px;

	padding-right: 26px;
	margin-right: 25px;
	border-right: 1px solid rgba(102, 102, 102, .2);
}
.am-price-02.light .price-content .price-box .pricing{
	color: #f8f363;
	border-right: 1px solid rgba(255, 255, 255, .2);
}
.am-price-02 .price-content .price-box .unit{
	display: flex;
	flex-direction: column;
	
	color: #424242;
	font-size: 14px;
	line-height: 18px;
	font-weight:600;
}
.am-price-02.light .price-content .price-box .unit{
	color: #ffffff;
}
.am-price-02 .price-footer{
	position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translateY(50%);
}
.am-price-02.light .price-footer .am-btn-04{
    background-color: #00bec5;
    border-bottom-color: #0b9398;
}
.am-price-02.light .price-footer .am-btn-04:hover{
    background-color: #0cc7ce;
    border-bottom-color: #13a6ab;
}

@media only screen and (max-width: 991px) {
	.am-price-02 .price-header {
		padding: 47px 20px 77px;
	}

	.business-pricing .am-price-02 .price-content {
		padding:74px 20px 49px;

	}

	.am-price-02 .price-content .price-box .pricing {
		font-size: 40px;
		padding-right: 16px;
		margin-right: 15px;
	}

	.am-price-02 .price-content .price-box .unit {
		font-weight: normal;
	}

	.am-price-02 .price-footer a{
		font-size:14px;
	}
	

}

@media only screen and (max-width: 767px) {

	.am-price-02{
		margin-bottom: 60px;
	}

	.am-price-02 .price-content .price-box .pricing {
		font-size: 48px;
	}

	.business-pricing .am-price-02 .price-content {
		padding-left:45px;
		padding-right:45px;
		padding-top: 83px;

	}

	.am-price-02 .price-header {
		padding-bottom: 89px;
	}
}





/* 
	Price 03
 */
 .am-price-03{
	background-color:#fff;
}
.am-price-03 .price-item{
	padding: 26px 0 30px;

	-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);

	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);

	overflow: hidden;
}
.am-price-03 .price-header{
	position: relative;
	margin-bottom: 33px;
	padding-bottom: 43px;
}
.am-price-03 .price-header .price-bg{
	padding: 0 30px;
	text-align: center;
}
.am-price-03 .price-header::before,
.am-price-03 .price-header .price-bg::before,
.am-price-03 .price-header .price-bg::after{
	content: '';
	position: absolute;
	bottom: 0;
	width: 130%;
	padding-bottom: 130%;
	transform: translateX(-50%);
	border-radius: 50%;
}
.am-price-03 .price-header::before{
	left: 52%;
	background: #ffaf84;
	width: 150%;
	padding-bottom: 150%;
}
.am-price-03 .price-header .price-bg::before{
	left: 50%;
	background: #ff945a;
	width: 140%;
	padding-bottom: 140%;
}
.am-price-03 .price-header .price-bg::after{
	left: 48%;
	background: #fc7b35;
}
.am-price-03 .price-header .price-image{
	position: relative;
	text-align: center;
	z-index: 1;
}
.am-price-03 .price-header .price-image img{
	position: relative;
	max-width: 100%;
}
.am-price-03 .price-header .price-box{
	position: relative;
	display: inline-flex;
	align-items: center;
	text-align: left;
	z-index: 1;
}
.am-price-03 .price-header .price-box .pricing{
	color: #ffffff;
	font-size: 48px;
	font-weight: 600;
	line-height: 48px;
	padding-right: 26px;
	margin-right: 25px;
	border-right: 1px solid rgba(255, 255, 255, .6);
}
.am-price-03 .price-header .price-box .unit{
	display: flex;
	flex-direction: column;
	color: #ffffff;
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
}
.am-price-03 .price-content{
	margin-bottom: 30px;
	padding: 0 30px;
	text-align: center;
}
.am-price-03 .price-content .price-title{
	margin: 0 0 21px;
	color: #fc7b35;
	font-size: 28px;
	font-weight: 600;
	line-height: 28px;
}
.am-price-03 .price-content .price-features{
	margin-bottom: 40px;
}
.am-price-03 .price-content .price-features ul{
	color: #666666;
	font-size: 16px;
	line-height: 48px;
}
.am-price-03 .price-content .price-features ul li{
	position: relative;
}
.am-price-03 .price-content .price-features ul li::after{
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	width:  100%;
	border-bottom: 1px dashed rgba(0, 0, 0, .2);
}
.am-price-03 .price-footer{
	margin: 40px 0 20px;
	padding: 0 30px;
	text-align: center;
}

/* price03 color1 */
.am-price-03.price-color1 .price-header::before{
    background:#7795e8;
}
.am-price-03.price-color1 .price-content .price-title{
    color:#2c5cda;
}
.am-price-03.price-color1 .price-header .price-bg::before{
	background:#4f76e0;
}
.am-price-03.price-color1 .price-header .price-bg::after{
	background:#2c5cda;
}
.am-price-03.price-color1 .price-header .price-box .pricing{
	color:#f8f363;
}


/* price04 */
.am-price-04{
	margin-bottom: 30px;
}
.am-price-04 .price-item {
	background-color: #fff3f3;
	border-bottom-right-radius: 50px;
	padding: 82px 15px 51px;
	text-align: center;
	margin-top: 59px;
}

.am-price-04 .price-box {
	position: absolute;
	top: -59px;
	left: 50%;
	color: #fff;
	width: 120px;
	height: 120px;
	padding-top: 35px;
	border-radius: 50%;
	margin-left: -60px;
	background-color: #2c5cda;
}

.am-price-04 .price-box .pricing {
	font-size: 32px;
	font-weight: 600;
}

.am-price-04 .price-box .unit {
	font-size: 14px;
	line-height: 30px;
	padding-top: 1px;
}

.am-price-04 .price-content .price-title {
	font-size: 24px;
	line-height: 28px;
	color: #424242;
	margin-bottom: 13px;
}

.am-price-04 .price-content .price-info {
	color: #999999;
	margin-bottom: 25px;
}

.am-price-04 .price-content .price-features ul {
	font-weight: 500;
	font-size: 18px;
	line-height: 36px;
	color: #666;
	margin-bottom: 32px;
}

.am-price-04 .price-content .price-features li{
	margin-bottom:2px;
}
.am-price-04 .price-content .price-features li:last-child {
	margin-bottom: 0;
}

.am-price-04 .price-content .price-features span.color {
	color: #2c5cda;
}


.am-price-04.price-color1 .price-box {
	background-color: #00bec5;
}

.am-price-04.price-color1 .price-content .price-features span.color {
	color: #00bec5;
}


.am-price-05{
	box-shadow: 0 0 15px rgba(0,0,0,.2);
	background-color: #ffffff;
	margin: 0px 0 60px;
	min-height:460px;
}

	.am-price-05 .price-box {
		height: 240px;
		background-color: #2a4727;
		position: relative;
		display: flex;
		justify-content: center;
		color: #FFF;
		flex-wrap: wrap;
		align-content: center;
	}
/*.row > div:nth-child(3n+1) .am-price-05 .price-box {
	background-image: url(../../images/shortcode/pricing/pennhills-5.jpg);
}
.row > div:nth-child(3n+2) .am-price-05 .price-box {
	background-image: url(../../images/shortcode/pricing/pennhills-4.jpg);
}
.row > div:nth-child(3n) .am-price-05 .price-box {
	background-image: url(../../images/shortcode/pricing/pennhills-3.jpg);
}*/

.am-price-05 .price-box .pricing{
	font-size: 60px;
	line-height: 57px;
	font-weight: bold;
	padding: 0 25px 0 0;
	margin: 0 25px 0 0;
	border-right: 1px solid rgba(255,255,255,.6);
}
.am-price-05 .price-box .unit{
	font-size: 18px;
	line-height: 28px;
}
.am-price-05 .price-box .unit span{
	display: block;
}

.am-price-05 .price-box .price-title{
	width: 100%;
	text-align: center;
	font-size: 24px;
	color: #ffffff;
	font-weight: 500;
	margin: 13px 0 30px;
}
.am-price-05 .price-content .icon{
	font-size: 60px;
	height: 130px;
	line-height: 130px;
	text-align: center;
	color: #b2b2b2;
}
.am-price-05 .price-features{
	padding: 0px 30px;
}
.am-price-05 .price-features ul{
	margin: 0;
	padding: 0;
}
.am-price-05 .price-features ul li{
	border-bottom: 1px dashed #e0e0e0;
	line-height: 28px;
	padding:10px 0;
	font-size: 18px;
	color: #666666;
	text-align: center;
	font-weight: 500;
}
.am-price-05 .price-footer{
	text-align: center;
	padding: 50px 0;
}
@media only screen and (min-width: 1600px) {
	.am-price-05 .price-features{
		padding: 0px 66px;
		min-height: 200px;
	}	
}
@media only screen and (max-width: 767px) {
	.am-price-05{
		margin-bottom: 50px
	}

}

.am-price-06{
	text-align: center;
	background-color: #FFF;
	border-radius: 3px;
	margin-bottom: 50px;
}
.am-price-06 .price-header{
	background-position: center bottom;
	background-size: contain;
	background-repeat: no-repeat;
	height: 155px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
	border-radius: 3px 3px 0 0;

}




.am-price-06 .price-title{
	font-size: 28px;
	margin: 0 0 5px;
}
	.am-price-06 .price-features li {
		padding: 16px 5px;
		position: relative;
		border-bottom: 1px solid #e7e7e7;
	}
	.am-price-06 .price-features li:nth-child(2n)::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		opacity: .1;
	}
.am-price-06 .price-features .del{
	text-decoration: line-through;
}
.am-price-06 .price-box{
	padding: 30px 0 20px;
}

.am-price-06 .pricing{
	color: #fc7b35;
	display: inline-block;
	font-size: 42px;
	font-weight: bold;
}
.am-price-06.best-value .pricing{
	font-size: 50px;
}
.am-price-06 .unit{
	display: inline-block;
}

.am-price-06 .price-footer{
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
}
@media only screen and (min-width: 992px) {
	.am-price-06{
		margin: 45px -15px 50px;
	}	
	.am-price-06.best-value{
		margin: 5px -30px 50px;
		position: relative;
		z-index: 1;
	}
	.am-price-06.best-value .price-header{
		height: 195px;
		background-color:#fff!important;
	}
	.am-price-06.best-value .price-box{
		padding: 45px 0 40px;
	}
}

.row > div:nth-child(3n+1) > .am-price-06 {
	border: 1px solid #e7e7e7;
	box-shadow:none!important;
}
	.row > div:nth-child(3n+1) > .am-price-06 .price-header,
	.row > div:nth-child(3n+1) > .am-price-06 .price-features li:nth-child(2n)::before {
		background-color: #fff !important;
	}
.row > div:nth-child(3n+1) > .am-price-06 .pricing{
	color: #fc7b35;
}
.row > div:nth-child(3n+1) > .am-price-06 .am-btn-08{
	background-color:#fc7b35!important;
}
	.row > div:nth-child(3n+1) > .am-price-06 .am-btn-08:hover {
		box-shadow: 2px 6px 16px -6px #2a4727!important;
	}
.row > div:nth-child(3n+2) > .am-price-06 {
	box-shadow: 0 0 40px 0 rgba(51,51,51,0.14)!important;
	border: 1px solid #e7e7e7;
}
.row > div:nth-child(3n+2) > .am-price-06 .price-header,
.row > div:nth-child(3n+2) > .am-price-06 .price-features li:nth-child(2n)::before{
	background-color:#fff!important;
}
.row > div:nth-child(3n+2) > .am-price-06 .pricing{
	color: #2c5cda;
}
.row > div:nth-child(3n+2) > .am-price-06 .am-btn-08{
	background-color:#2c5cda!important;
}
	.row > div:nth-child(3n+2) > .am-price-06 .am-btn-08:hover {
		box-shadow: 2px 6px 16px -6px #9d7700 !important;
	}

.row > div:nth-child(3n) > .am-price-06 {
	border: 1px solid #e7e7e7;
	box-shadow: none !important;
}
	.row > div:nth-child(3n) > .am-price-06 .price-header,
	.row > div:nth-child(3n) > .am-price-06 .price-features li:nth-child(2n)::before {
		background-color: #fff !important;
	}
.row > div:nth-child(3n) > .am-price-06 .pricing{
	color: #00bec5;
}
.row > div:nth-child(3n) > .am-price-06 .am-btn-08{
	background-color:#00bec5!important;
}
	.row > div:nth-child(3n) > .am-price-06 .am-btn-08:hover {
		box-shadow: 2px 6px 16px -6px #2a4727 !important;
	}









