
/* body layout */
body {
	background-color: #e0e4e5;
}

/* reset */
.pricing-table ul,
.pricing-table li,
.pricing-table a {
	margin: 0;
	padding: 0;
	line-height: normal;
	display: block;
	list-style: none;
	text-decoration: none;
}

/* .pricing-table class */
.pricing-table {
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-family: "Arial";
	position: relative;
	z-index: 999;
}

/* prince table hover zoom effect */
.pricing-table.hover-effect:hover {
	transform: scale(1.03, 1.03);
	-moz-transform: scale(1.03, 1.03);
	-ms-transform: scale(1.03, 1.03);
	-o-transform: scale(1.03, 1.03);
	-webkit-transform: scale(1.03, 1.03);
}

/* ul tag layout */
.pricing-table ul {
	border-radius: 6px;
	background-clip: padding-box;
	background-color: #FFFFFF;
	box-shadow: 0 3px 5px rgba(0,0,0,.1), 0 0 0 1px rgba(0,0,0,.03);
	position: relative;
	margin: 50px 0px 20px;		/* 50px margin for top, 0px margin for left right, 20px margin for bottom */
}

/* li tag layout */
.pricing-table li {
	width: 100%;
}

/* ul after layout */
.pricing-table ul:after {
	content: "";
	display: block;
	margin: 0 auto;
	padding: 0;
	height: 10px;
	width: 90%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	-webkit-box-shadow: 0px 0px 30px rgba(0,0,0,0.55);
	box-shadow: 0px 0px 30px rgba(0,0,0,0.55);
}

/* .title class layout */
.pricing-table ul .title {
	border-radius: 6px 6px 0 0;
	background-clip: padding-box;
	background-image: linear-gradient( 90deg, rgb(244,247,248) 0%, rgb(251,251,252) 100%);
	background-image: -moz-linear-gradient( 90deg, rgb(244,247,248) 0%, rgb(251,251,252) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(244,247,248) 0%, rgb(251,251,252) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(244,247,248) 0%, rgb(251,251,252) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(244,247,248) 0%, rgb(251,251,252) 100%);
	padding: 26px;
	color: #606365;
	font-family: "Arial";
	font-size: 2em;
	text-shadow: 0 1px 0 rgba(255,255,255,.75);
	position: relative;
	white-space: nowrap;
	font-weight: 600;
	background-color: #f7f9fa;
}

/* .title class after layout */
.pricing-table ul .title:after {
	content: "";
	display: block;
	background-color: rgba(0,0,0,.1);
	box-shadow: 0 1px 0 #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
}

/* .title class span tag layout */
.pricing-table ul .title span {
	font-weight: normal;
	font-size: 0.4em;
	width: 100%;
	display: block;
	color: #7c8081;
	letter-spacing: 1px;
}

/* .options class parent span tag layout */
.pricing-table ul .options > span {
	display: inline-block;
	width: 100%;
	font-size: 1em;
	padding: 15px 25px 15px 50px;
	position: relative;
	color: #7c8081;
	white-space: normal;
}

/* .options class parent span tag after layout */
.pricing-table ul .options > span:after {
	content: "";
	display: block;
	background-color: rgba(0,0,0,.1);
	box-shadow: 0 1px 0 #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
}

/* bootstrap icons layout */
.pricing-table .options span .glyphicon {
	background-clip: padding-box;
	color: #acb1ba;
	padding-right: 5px;
	font-size: 1em;
	margin-left: -24px;
}

/* .options class strong tag layout */
.pricing-table .options span strong {
	font-size: 1.1em;
	color: #6f7272;
}

/* .price class layout */
.pricing-table .price {
	border-radius: 0 0 6px 6px;
	background-clip: padding-box;
	background-image: linear-gradient( 90deg, rgb(229,234,235) 0%, rgb(243,247,248) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(229,234,235) 0%, rgb(243,247,248) 100%);
	background-image: -moz-linear-gradient( 90deg, rgb(229,234,235) 0%, rgb(243,247,248) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(229,234,235) 0%, rgb(243,247,248) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(229,234,235) 0%, rgb(243,247,248) 100%);
	padding: 28px 28px 91px;
	color: #4f5153;
	font-size: 3.6em;
	text-shadow: 0 1px 0 rgba(255,255,255,.75);
	text-align: center;
	background-color: #f7f9fa;
}

/* .price class first span tag layout */
.pricing-table .price span:nth-child(1) {
	font-size: 0.5em;
	position: relative;
	top: -18px;
	left: 14px;
}

/* .price class third span tag layout */
.pricing-table .price span:nth-child(3) {
	font-size: 0.5em;
	position: relative;
	top: -16px;
	left: -14px;
	text-decoration: underline;
}

/* .price class fourth span tag layout */
.pricing-table .price span:nth-child(4) {
	font-weight: normal;
	font-size: 0.25em;
	width: 100%;
	display: block;
	color: #7c8081;
	text-align: center;
	position: relative;
	margin: -6px 0px 0px;
	padding: 0;
}

/* .buy-button class layout */
.pricing-table .buy-button {
	text-align: center;
	margin-top: -20px;
}

/* .buy-button class a tag layout */
.pricing-table .buy-button a {
	border: 1px solid;
	border-radius: 3px;
	background-clip: padding-box;
	background-color: #fff;
	display: inline-block;
	font-size: 1em;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(0,0,0,.25);
	box-shadow: 0 1px 1px rgba(0,0,0,.12), inset 0 1px 0 rgba(255,255,255,.25);
	padding: 10px 18px;
	margin: -88px auto 0px;
	position: relative;
}

/* .buy-button color-yellow class */
.pricing-table .buy-button.color-yellow a {
	color: #fff;
	border-color: #b5a12a;
	background-image: linear-gradient( 90deg, rgb(196,175,51) 0%, rgb(226,208,82) 100%);
	background-image: -o-linear-gradient( 90deg, rgb(196,175,51) 0%, rgb(226,208,82) 100%);
	background-image: -moz-linear-gradient( 90deg, rgb(196,175,51) 0%, rgb(226,208,82) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(196,175,51) 0%, rgb(226,208,82) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(196,175,51) 0%, rgb(226,208,82) 100%);
	background-color: #ccb73b;
}

/* .buy-button class a tag mouse hover layout */
.pricing-table .buy-button.color-yellow a:hover {
	background-image: linear-gradient( 90deg, rgb(226,208,82) 0%, rgb(196,175,51) 100%);
	background-image: -o-linear-gradient( 90deg, rgb(226,208,82) 0%, rgb(196,175,51) 100%);
	background-image: -moz-linear-gradient( 90deg, rgb(226,208,82) 0%, rgb(196,175,51) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(226,208,82) 0%, rgb(196,175,51) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(226,208,82) 0%, rgb(196,175,51) 100%);
}

/* .buy-button color-green class */
.pricing-table .buy-button.color-green a {
	color: #fff;
	border-color: #769d45;
	background-image: linear-gradient( 90deg, rgb(134,175,81) 0%, rgb(155,196,85) 100%);
	background-image: -moz-linear-gradient( 90deg, rgb(134,175,81) 0%, rgb(155,196,85) 100%);
	background-image: -o-linear-gradient( 90deg, rgb(134,175,81) 0%, rgb(155,196,85) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(134,175,81) 0%, rgb(155,196,85) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(134,175,81) 0%, rgb(155,196,85) 100%);
	background-color: #8bb452;
}

/* .buy-button class a tag mouse hover layout */
.pricing-table .buy-button.color-green a:hover {
	background-image: linear-gradient( 90deg, rgb(155,196,85) 0%, rgb(134,175,81) 100%);
	background-image: -moz-linear-gradient( 90deg, rgb(155,196,85) 0%, rgb(134,175,81) 100%);
	background-image: -o-linear-gradient( 90deg, rgb(155,196,85) 0%, rgb(134,175,81) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(155,196,85) 0%, rgb(134,175,81) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(155,196,85) 0%, rgb(134,175,81) 100%);
}

/* .buy-button color-blue class */
.pricing-table .buy-button.color-blue a {
	color: #fff;
	border-color: #1480ae;
	background-image: linear-gradient( 90deg, rgb(49,152,197) 0%, rgb(80,183,228) 100%);
	background-image: -moz-linear-gradient( 90deg, rgb(49,152,197) 0%, rgb(80,183,228) 100%);
	background-image: -o-linear-gradient( 90deg, rgb(49,152,197) 0%, rgb(80,183,228) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(49,152,197) 0%, rgb(80,183,228) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(49,152,197) 0%, rgb(80,183,228) 100%);
	background-color: #39a0cd;
}

/* .buy-button class a tag mouse hover layout */
.pricing-table .buy-button.color-blue a:hover {
	background-image: linear-gradient( 90deg, rgb(80,183,228) 0%, rgb(49,152,197) 100%);
	background-image: -moz-linear-gradient( 90deg, rgb(80,183,228) 0%, rgb(49,152,197) 100%);
	background-image: -o-linear-gradient( 90deg, rgb(80,183,228) 0%, rgb(49,152,197) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(80,183,228) 0%, rgb(49,152,197) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(80,183,228) 0%, rgb(49,152,197) 100%);
}

/* .buy-button color-red class */
.pricing-table .buy-button.color-red a {
	color: #fff;
	border-color: #ae1414;
	background-image: linear-gradient( 90deg, rgb(197,49,49) 0%, rgb(228,80,80) 100%);
	background-image: -moz-linear-gradient( 90deg, rgb(197,49,49) 0%, rgb(228,80,80) 100%);
	background-image: -o-linear-gradient( 90deg, rgb(197,49,49) 0%, rgb(228,80,80) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(197,49,49) 0%, rgb(228,80,80) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(197,49,49) 0%, rgb(228,80,80) 100%);
	background-color: #cf3b3b;
}

/* .buy-button class a tag mouse hover layout */
.pricing-table .buy-button.color-red a:hover {
	background-image: linear-gradient( 90deg, rgb(228,80,80) 0%, rgb(197,49,49) 100%);
	background-image: -moz-linear-gradient( 90deg, rgb(228,80,80) 0%, rgb(197,49,49) 100%);
	background-image: -o-linear-gradient( 90deg, rgb(228,80,80) 0%, rgb(197,49,49) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(228,80,80) 0%, rgb(197,49,49) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(228,80,80) 0%, rgb(197,49,49) 100%);
}

/* .extra class layout */
.pricing-table .buy-button.extra a {
	position: relative;
	left: 22px;
}

/* .extra class a tag after layout */
.pricing-table .buy-button.extra a:after {
	content: attr(data-title);
	display: block;
	margin: 0;
	padding: 3px 0px 0px;
	position: absolute;
	height: 40px;
	width: 45px;
	white-space: normal;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
	background-clip: padding-box;
	box-shadow: 0 1px 0 rgba(255,255,255,.3), inset 0 2px 5px rgba(0,0,0,.05), inset 0 0 0 1px rgba(0,0,0,.02);
	background-color: #dfe6e7;
	color: #4f5153;
	font-size: 0.9em;
	font-style: italic;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	left: -46px;
	top: -1px;
}

/* .radial-bar class layout */
.pricing-table .radial-bar {
	position: absolute;
	top: 0;
	right: 0;
	height: 30px;
	width: 30px;
	border-radius: 100px;
	background-clip: padding-box;
	box-shadow: 0 1px 0 #fff, inset 0 1px 3px rgba(0,0,0,.12);
	background-image: linear-gradient( 90deg, rgba(0,0,0,0.03137) 0%, rgba(0,0,0,0.07843) 100%);
	background-image: -moz-linear-gradient( 90deg, rgba(0,0,0,0.03137) 0%, rgba(0,0,0,0.07843) 100%);
	background-image: -o-linear-gradient( 90deg, rgba(0,0,0,0.03137) 0%, rgba(0,0,0,0.07843) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgba(0,0,0,0.03137) 0%, rgba(0,0,0,0.07843) 100%);
	background-image: -ms-linear-gradient( 90deg, rgba(0,0,0,0.03137) 0%, rgba(0,0,0,0.07843) 100%);
	text-align: center;
	line-height: 30px;
	margin: 57px 16px 34px 34px;
	transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-ms-transition: all 0s linear 0s;
	-o-transition: all 0.2s linear 0s;
	z-index: 1;
}

/* .radial-bar .color-yellow class layout */
.pricing-table:hover .radial-bar.color-yellow {
	border: 5px solid #cbb73a;
}

/* .radial-bar .color-green class layout */
.pricing-table:hover .radial-bar.color-green {
	border: 5px solid #8bb452;
}

/* .radial-bar .color-blue class layout */
.pricing-table:hover .radial-bar.color-blue {
	border: 5px solid #39a0cd;
}

/* .radial-bar .color-red class layout */
.pricing-table:hover .radial-bar.color-red {
	border: 5px solid #cd3939;
}

/* .radial-bar class after layout */
.pricing-table .radial-bar:before {
	content: attr(data-title);
	display: block;
	position: absolute;
	line-height: 20px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	padding: 0;
	height: 20px;
	width: 20px;
	border-radius: 100px;
	background-clip: padding-box;
	background-image: linear-gradient( 90deg, rgb(244,247,248) 0%, rgb(251,251,252) 100%);
	background-image: -moz-linear-gradient( 90deg, rgb(244,247,248) 0%, rgb(251,251,252) 100%);
	background-image: -o-linear-gradient( 90deg, rgb(244,247,248) 0%, rgb(251,251,252) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(244,247,248) 0%, rgb(251,251,252) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(244,247,248) 0%, rgb(251,251,252) 100%);
	-webkit-box-shadow: 0px 1px 7px rgba(0,0,0,0.30);
	box-shadow: 0px 1px 7px rgba(0,0,0,0.30);
	color: #7C8081;
	font-size: 0.8em;
	font-weight: bold;
	z-index: 99;
}

/* .badge class layout */
.pricing-table .badge {
	border-radius: 6px 6px 0 0;
	background-clip: padding-box;
	background-color: #a1a9b2;
	box-shadow: 0 1px 0 #9096a0, inset 0 1px 0 rgba(255,255,255,.2);
	background-image: linear-gradient( 90deg, rgb(152,159,168) 0%, rgb(168,176,185) 100%);
	background-image: -moz-linear-gradient( 90deg, rgb(152,159,168) 0%, rgb(168,176,185) 100%);
	background-image: -o-linear-gradient( 90deg, rgb(152,159,168) 0%, rgb(168,176,185) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(152,159,168) 0%, rgb(168,176,185) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(152,159,168) 0%, rgb(168,176,185) 100%);
	padding-top: 15px;
	padding-bottom: 15px;
	position: absolute;
	z-index: 99;
	margin-top: -28px;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(0,0,0,.25);
}

/* .badge class span tag layout */
.pricing-table .badge span {
	background-clip: padding-box;
	color: rgba(0,0,0,0.36);
	text-shadow: 0px 1px rgba(255,255,255,0.15);
	position: relative;
	top: 2px;
	left: -3px;
}
