/* Pricing table */
.pricing-box {
	margin: 0 20px;
	padding: 30px;
	background-color: #FFF;
	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.08);
}

.pricing-title {
	background-color: transparent;
	border-bottom: 0;
}

.pricing-title h3 {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 15px;
	letter-spacing: 0;
}

.pricing-price:after,
.pricing-features {
	border: 0;
	font-family: 'Poppins', sans-serif;
}

.pricing-price,
.pricing-price span { font-weight: 600; }

.pricing-price span {
	margin: 3px 5px 0 0;
	font-size: 22px;
}

.pricing-price span.price-tenure {
	display: block;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 10px 0 0 0;
	text-align: center;
	color: #888;
	letter-spacing: 1px;
}

.pricing-tenure-switcher { position: relative; }

.pricing-tenure-switcher .pts-left,
.pricing-tenure-switcher .pts-right,
.pricing-tenure-switcher .pts-switcher {
	display: inline-block;
	margin: 0 10px;
	height: 30px;
	overflow: hidden;
}

.pricing-tenure-switcher .pts-left,
.pricing-tenure-switcher .pts-right {
	font-size: 16px;
	font-weight: 600;
	color: #666;
	line-height: 30px;
	-webkit-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease;
}

.pricing-tenure-switcher .pts-switch-active { color: #EEE; }

.pricing-tenure-switcher .pts-switcher label { margin-bottom: 0; }

.pts-switcher input.switch-toggle-round + label:before,
.pts-switcher input.switch-toggle-round + label { background-color: #e61a23; }

.pts-switcher input.switch-toggle-round + label:after {
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

#modal-get-started-package {
	margin-top: 6px;
	text-align: right;
	line-height: 24px;
	font-size: 13px;
	font-weight: 600;
	color: #AAA;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.price-label {
	width: 80px;
	height: 80px;
	position: absolute;
	top: -1px;
	right: -1px;
	text-align: center;
	border-top-right-radius: 3px;
	background: #e61a23;
}

.price-label:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 80px 0 0 80px;
	border-color: transparent transparent transparent #FFF;
}

.price-label span {
	position: absolute;
	top: 22px;
	right: 3px;
	text-transform: uppercase;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	font-weight: 700;
	font-size: 10px;
	color: #FFF;
	letter-spacing: 1px;
}
/* Pricing table End */


