@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);


.pricing {
	text-align: center;
	border: 1px solid #ebebeb;
    background: #fff;
	color: #777;
	font-size: 16px;
	padding-left: 0;
	margin-bottom: 30px;
    border-radius: 20px;

}

.tabloozellikler{line-height: 40px;text-align: left}
.turuncu{color:#ff5b00; padding: 25px 0px !important; font-weight: 700}
.kirmizi{color:#ba0000;padding: 25px 0px !important;font-weight: 700}
.mavi{color:#0086b6;padding: 25px 0px !important;font-weight: 700}
.yesil{color:#ff5b00;padding: 25px 0px !important;font-weight: 700}
.populerpaket{border:1px solid #000 !important}



.pricing i{font-size:75px !important}
.tabloozellikler i{font-size:15px !important}
.pricing li i{font-size:15px; font-weight: 700; color:green}
.pricing h3{color:#4e4e4e}
.pricing img {
	display: block;
	margin: auto;
	width: 32px;
}
.pricing li:first-child,
.pricing li:last-child {
	padding: 10px 13px;
}
.pricing li {
	list-style: none;
	padding: 13px;
}
.pricing li + li {
	border-top: 1px solid #f0f0f0;
}
.pricing big {
	font-size: 24px;
}
.pricing h3 {
	padding:15px 0px;
    font-weight:700;
    font-size: 46px;
}
.pricing span {
	font-size: 12px;
	color: #999;
	font-weight: normal;
}
.pricing li:nth-last-child(2) {
	padding: 30px 13px;
}
.pricing button {
	width: auto;
	margin: auto;
	font-size: 15px;
	font-weight: bold;
	border-radius: 50px;
	color: #fff;
	padding: 9px 24px;
	background: #aaa;
	opacity: 1;
	transition: opacity .2s ease;
  border: none;
  outline: none;
}
.pricing button:hover {
	opacity: .9;
}
.pricing button:active {
	box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.1);
}
/* pricing color */
.p-green big,
.p-green h3 {
	color: #4c7737;
}
.p-green button {
	background: #4c7737;
}
.p-yel big,
.p-yel h3 {
	color: #ffbb42;
}
.p-yel button {
	background: #ffbb42;
}
.p-red big,
.p-red h3 {
	color: #e13c4c;
}
.p-red button {
	background: #e13c4c;
}
.p-blue big,
.p-blue h3 {
	color: #3f4bb8;
}
.p-blue button {
	background: #3f4bb8;
}