.w-box 
{		
	margin: 0 0 15px 0;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	position: relative;
	overflow: hidden;
	cursor: default;
	border: 1px solid #e0eded;
}

.plan-header 
{
	padding-bottom: 15px;
}

.bg-2 
{
	background: #59b2e5;
	color: #FFF;
}

.plan-title 
{
	text-align: center;
	margin: 0;
	font-size: 28px;
	font-weight: 500;
	color: #fff;
}

.price-tag 
{
	margin: 0;
	height: 70px;
	line-height: 70px;
	font-size: 58px;
	font-weight: 500;
	text-align: center;
}

 .plan-select 
{
	padding: 15px 0;
	border-top: 1px solid #f1f1f1;
}

.w-box p
{
	margin: 6px 0;
}

.text-center 
{
	text-align: center;
}

.w-box ul 
{
	list-style: none;
	padding:0;
	text-align: left;	
}

.w-box ul li {
	padding: 10px 20px;
	border-bottom: 1px solid #f1f1f1;
	font-size: 13px;

}

.w-box ul li span{
	padding-left: 30%;
}

.w-box ul li:last-child 
{
	border-bottom: 0;
}

.w-box li {
	display: list-item;
	
}

.btn-two 
{
	color: #ffffff;
	background-color: #59b2e5;
	border: 1px solid;
	border-color: #4fa8db;
}

.btn {
font-weight: normal;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
background-image: none;

border-radius: 2px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;

display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
line-height: 1.428571429;
text-align: center;

}

.btn-two:hover, .btn-two:focus {
color: #ffffff;
background-color: #459ed1;
border-color: #459ed1;
}
.price-tag
{
	color: #FFFFFF;
}

.price-tag span {	
	font-size: 28px;
	font-weight: 500;
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.panel-info>.panel-heading>.panel-title {
    color: #31708f;
}



.blue {
    color: #428bca;
}







.carousel1{
    top: 0;
    margin-left: 25%;
    
}

.carousel1 p{
    color: #4E5B6C;
}
