html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
  font-family: 'Muli', sans-serif;
  color: #535353;
  background-color: #f5f5f5;
}
a {
    color: inherit;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
	transition: all .5s ease-out;
	text-decoration: none;
}
a:hover,a:focus,a:active {
	color: #f05050 !important;
	cursor: pointer;
    text-decoration: none;
}
.noselect {
  -webkit-touch-callout: none;
	-webkit-user-select: none;
	 -khtml-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
							  
}
.all {
	width: 100%;
	height: 100%;
	margin: 0;	
}
.uppercase {
	text-transform: uppercase;

}
.text-c2 {
	color: #f05050;
}
.section-block {
	width: 100%;
	height: auto;
	background-color: #fff;
}
.section-content {
	width: 100%;
	min-width: 767px;
	max-width: 768px;
	height: auto;
	margin: 0 auto;
	text-align: center;
	padding: 80px 15px;	
	box-sizing: border-box;
}
.section-head {
	padding-bottom: 15px;
}
.section-title {
	font-family: 'Rubik', sans-serif;
	font-size: 24px;
	font-weight: 500;
    line-height: 24px;
}
.section-desc {
	margin: 0 auto;
    margin-bottom: 80px;
}
.section-price {
	color: #737373;
	background: #f5f5f5;
}
.pricing-row {
	display: inline-block;
	width: 100%;
	height: auto;
	text-align: center;
	margin-bottom: 50px;
}
.pricing-col {
	display: inline-block;
	box-sizing: border-box;
	width: 50%;
	padding: 15px;
	float: left;
}
.pricing-box {
    background-color: #ffffff;
    position: relative;
	cursor: pointer;
    padding: 40px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    border-radius: 5px;
    text-align: center;
	-webkit-transition: -webkit-box-shadow .3s ease-out;
    transition: -webkit-box-shadow .3s ease-out;
    transition: box-shadow .3s ease-out;
    transition: box-shadow .3s ease-out,-webkit-box-shadow .25s ease-out
}
.pricing-box:hover {
	-webkit-box-shadow: 0 0 0 1px rgba(56,60,67,.07),0 8px 14px 1px rgba(56,60,67,.15);
    box-shadow: 0 0 0 1px rgba(56,60,67,.07),0 8px 14px 1px rgba(56,60,67,.15)
}
.pricing-title {
	color: #383c43;
	font-family: 'Rubik', sans-serif;
	font-size: 20px;
    font-weight: 600;
    margin: 0;
    line-height: 36px;
}
.pricing-amount {
	font-size: 22px;
    margin: 0;
    font-size: 48px;
    line-height: 64px;
    font-weight: 600;
    letter-spacing: -.9px;
}
.pricing-currency {
    font-size: 20px;
    vertical-align: super;
    font-weight: 500;	
}
.pricing-time {
	font-weight: 600;
	margin-bottom: 25px;
}
.pricing-discount {
	background-color: #e8e8e9;
	border-radius: 16px;
	padding: 4px 10px;
	font-size: 0.8em;
	width: auto;
	height: auto;
	display: inline-block;
	margin-bottom: 20px;
}
.pricing-detail {
	color: #b9babd;
	font-size: 0.75em;
	margin-bottom: 5px;
}
.pricing-original {
	color: #f05050;
	margin-right: 5px;
}
input[type=text], input[type=email] {
	font-size: 18px;
	border: 3px solid #acc5e5;
	border-radius: 5px;
	border-color: #acc5e5;

	width: 100%;
	padding: 12px 20px;
	margin: 8px 0;
	
	box-shadow:none;
	box-sizing: border-box;
	
    outline:0
}
.pricing-buy{
	font-size: 18px;
    display:inline-block;
    cursor:pointer;
    color:#535353;
    background:#ffc439;
    border:1px solid #ffc439;
    border-radius:5px;
    font-weight:600;
    padding:12px 16px;
    -webkit-transition:all .5s ease-out;
    -moz-transition:all .5s ease-out;
    transition:all .5s ease-out
}
.pricing-buy:active,.pricing-buy:focus,.pricing-buy:hover{
    background:#f2ba36;
    color:#000!important
}
.styled-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
	display: inline-block;
}
.styled-table thead tr {
    background-color: #009879;
    color: #ffffff;
    text-align: left;
}
.styled-table th,
.styled-table td {
    padding: 12px 15px;
}
.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}
.styled-table th {
	background-color: #009879;
	color: #fff;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
    
}
.styled-table tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}
@media all and (max-width: 900px) {
	.pricing-amount {
		font-size: 40px;
	}
	.pricing-box {
		padding: 28px;
	}
	.feature-hint {
		padding: 0;
	}
}
@media all and (max-width: 767px) {
	.section-content {
		min-width: 0;
		width: 100%;
		box-sizing: border-box;
	}
	.pricing-row {
		width: 100% !important;
	}
	.pricing-col {
		box-sizing: border-box;
		width: 100% !important;
		padding: 15px 0;
	}
}