﻿.pricing-section 
{
	overflow: hidden;
}

.row.price-tables
{
	display: flex;
	flex-wrap: wrap;
	padding: 30px 0;
	justify-content: center;
}

.row.price-tables .animated
{
	visibility: initial;
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	-o-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.row.price-tables > div
{
	margin-top: 30px;
}

.price-table
{
	text-align: center;
	margin: 0 auto;
	border-radius: 10px;
	padding: 8px;
	background: #fcee1d;
	height: 100%;
	display: flex; 
	flex-direction: column; 
	justify-content: center;
	align-items: center;
}

.price-table .rev-btn
{
	text-transform: uppercase;
}


.price-table-header
{
	width: 100%;
}

.price-label
{
	font-size: 24px;
	padding: 10px 0;
	color: #000;
	border-radius: 10px;
}

.price-label-title
{
	margin: 0;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.2em;

}

.price-value
{
	font-size: 90px;
	font-weight: 700;
	padding: 10px 0 20px;
	color: #000;
	line-height: 1;
	white-space: nowrap;
	/*font-family: 'Poppins', 'Helvetica Neue', Arial,Verdana,sans-serif;*/
	position: relative;
}

.price-number
{
}

.price-unit
{
	font-size: 66%;
	vertical-align: super;
	font-weight: normal;
	position: relative;
	top: 0.2em;
}

.price-per
{
}

.price-description
{
}

.price-table-row
{
	color: #000;
	font-size: 28px;
	padding: 20px 0;
	line-height: 1;
	border-top: solid 1px #000;
}

.price-table-row:first-child
{
	border-top: none;
}

.price-table-row + .price-table-row
{
}

.price-table-row.even
{
}

.price-table-row.odd
{
}

.price-table-row-bottom
{
	border-top: none;
	padding: 20px 0;
}

.price-table-rows
{
	width: 100%;
	padding: 0 20px;
}

.price-table-row i.fa
{
	display: none;
}

.price-table.featured
{
	border-color: #dc143c;
}

.price-table.featured .price-table-row-bottom
{
}

.price-table.featured .price-number
{
	font-weight: 700;
}

.price-table.featured .price-value
{
}

.price-table.featured .btn-theme
{
}

.price-table.featured .btn-theme:hover
{
}

.price-table.featured
{
	overflow: hidden;
	position: relative;
	height: 107%;
	margin-top: -7%;
}

.price-table.featured:after
{
	content: 'Most Popular';
	position: absolute;
	top: 30px;
	right: -5px;
	display: block;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 15px;
	font-weight: 700;
	color: #ffffff;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	padding: 5px;
	line-height: 1;
	width: 85px;
	text-align: center;
}

.price-table.featured:before
{
	content: '';
	position: absolute;
	top: 10px;
	right: 16px;
	box-sizing: content-box;
	width: 0px;
	height: 80px;
	color: rgb(0, 0, 0);
	text-align: left;
	text-indent: 0px;
	text-overflow: clip;
	letter-spacing: 0px;
	white-space: normal;
	word-spacing: 0px;
	outline: none;
	border-width: 0px 20px 10px;
	border-style: solid;
	border-color: rgb(0, 0, 0) #de007b rgba(0, 0, 0, 0);
	border-image: initial;
	border-top: 0px solid rgb(0, 0, 0);
	border-bottom: 10px solid rgba(0, 0, 0, 0);
	font: 100% Arial, Helvetica, sans-serif;
	text-decoration: none;
}


.price-table.observer-bands
{
	margin-top: 40px;
	padding: 20px;
	display: block;
}

.observer-bands h2
{
	color: #000;
	font-size: 40px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
}

.observer-bands .rev-btn
{
	vertical-align: middle;
	margin-top: 2px;
	margin-left: 10px;
}

@media (max-width: 1200px)
{
	.price-value
	{
		font-size: 75px;
	}
	.price-table.featured
	{
		height: 100%;
		margin-top: 0;
	}

	.price-table.observer-bands
	{
		margin-top: 0;
	}
}
@media (max-width: 960px)
{
	.price-value
	{
		font-size: 60px;
	}

	.price-table-row
	{
		font-size: 24px;
	}

	.price-table-row
	{
		padding: 15px 0;
	}

	.observer-bands h2
	{
		font-size: 36px;
	}
}

@media (max-width: 767px)
{
	.price-table
	{
		max-width: 320px;
	}

	.price-value
	{
		font-size: 50px;
	}

	.price-table-row
	{
		font-size: 20px;
	}

	.price-table-row
	{
		padding: 10px 0;
	}

	.observer-bands h2
	{
		font-size: 32px;
		display: block;
	}

	.observer-bands .rev-btn
	{
		margin: 20px 0 0;
	}
}