

    
/*	pricing 2
/*----------------------------------------------------*/
.pricing_table2 {
    padding: 10px 0;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	transition: box-shadow 1s;
	-webkit-transition: box-shadow 1s;
	-moz-transition: box-shadow 1s;

}

.pricing_table2 .section-title{
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 35px;
}

.pricing_table2 .top {
	background-color: #38A5E0;
	color: #eee;
	padding: 10px;
	color: #ECF0F1;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	text-align: center;
}

.pricing_table2 .top h2 {
    font-family: "Titillium Web",sans-serif;
    font-size: 10px;
    font-weight: 700;
    margin-bottom: 0px;
    text-transform: none;
}

.pricing_table2 .top > * {
	margin: 0px;
}

.pricing_table2 .top .price {
    font-family: 'Roboto Slab', serif;
}

.pricing_table2 .top .price .currency {
	font-size: 10px;
	line-height: 54px;
	vertical-align: top;
	display: inline-block;
    font-family: 'Roboto Slab', serif;
}

.pricing_table2 .top .price b {
    color: #fff;
    font-size: 35px;
    font-weight: 900;
    line-height: 76px;
}

.pricing_table2 .top .price .month {
    color: #eee;
    font-family: 'Roboto Slab', serif;
    font-size: 15px;
    text-transform: capitalize;
    margin-right: 10px; 
    margin-left: 10px;    
}

.pricing_table2 .bottom {
	border: 1px solid #dee2e4;
	border-top: 0px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}

.pricing_table2 .bottom ul {
	list-style: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.pricing_table2 .bottom ul li {
    font-family: 'Roboto Slab', serif;
    border-bottom: 1px solid #dee2e4;
    color: #777;
    font-size: 10px;
    line-height: 40px;
    padding: 0 20px;
    text-transform: capitalize;
    word-spacing: 3px;
}

.pricing_table2 .bottom ul li > i {
	color: #888;
	font-size: 12px;
	margin-right: 10px;
}

.pricing_table2 .bottom > a.btn {
    padding: 12px; 
    border: none; 
    font-weight: bold; 
    text-transform: uppercase;
    background-color: #38A5E0; 
}


.pricing_table2 .bottom > a {
	margin: 40px;
	width: auto;
}
    
/*	pricing 2-1
/*----------------------------------------------------*/
.pricing-table2-1{
    padding: 50px 0;
}

.pricing-table2-1 .section-title{
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 35px;
}

.pricing-table2-1 .plan header {
	background: #01BF86;
	text-align: center;
	padding: 50px;
}

.pricing-table2-1 .plan h2 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-family: 'Titillium Web', sans-serif;
}

.pricing-table2-1 .plan .btn {
    background-color: #191c33;
    border: medium none;
    font-size: 13px;
    margin-top: 20px;
    min-width: 150px;
    padding: 12px 0;
    text-transform: uppercase;
}

.pricing-table2-1 .plan .btn {
	margin-bottom: 0;
}

.pricing-table2-1 .plan .price {
	margin-bottom: 15px;
	color: #ffffff;
    font-family: 'Roboto Slab', serif;
}

.pricing-table2-1 .plan .price * {
	font-family: tahoma;
	line-height: 100%;
}

.pricing-table2-1 .plan .price .amount {
	font-size: 90px;
	font-weight: 900;
    font-family: 'Roboto Slab', serif;
}

.pricing-table2-1 .plan .price .currency {
	position: relative;
	top: 16px;
	font-size: 35px;
	vertical-align: top;
	margin-right: 5px;
    font-family: 'Roboto Slab', serif;
}

.pricing-table2-1 .plan .price .period {
    clear: left;
    font-family: 'Roboto Slab', serif;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

.pricing-table2-1 .plan .features {
	background: #F5F7FA;
	padding: 25px 35px;
	border: 1px solid #E6E9ED;
	border-top: none;
	border-bottom-width: 1px;
	margin-top: 0 !important;
}

.pricing-table2-1 .plan .features li {
    font-size: 13px;
	padding: 15px 0;
 	border-top: 1px solid #ddd;
	list-style: none;
    font-family: 'Roboto Slab', serif;
}

.pricing-table2-1 .plan .features li:first-child {
	border: none;
}

.pricing-table2-1 .plan .features li i {
	margin-right: 10px;
}

.pricing-table2-1 .col-4 .plan header {
	padding: 40px;
}

.pricing-table2-1 .col-4 .plan h2 {
	font-size: 18px;
}

.pricing-table2-1 .col-4 .plan .price .amount {
	font-size: 90px;
}

.pricing-table2-1 .col-4 .plan .features {
	padding: 20px 30px;
}


/* media query */
@media (max-width: 980px) {
	.pricing-table3 .panel-default {
		margin-bottom: 30px;
	}	
}
    
