.planChart {
	width:100%;
	background:#fff;
	margin:30px auto 30px;
   
}

.planChart header {
	background:#333;
	padding:20px 0;
	width:100%;
	text-align:center;
	color:#f1f1f1;
	font-size:30px;
	font-weight:bold;
}
.planChart footer a{
	background:#ffc000;
	color: black;
	padding:12px 0;
	width:100%;
	text-align:center;
	font-size:28px;
	font-weight:bold;
	margin:15px 0 0 0;
	text-decoration:none;
	display:block;
}
.planChart footer a:hover {
	background:#ff911b;
}

.plus {
	font-size: 36px;
	padding:0;
}
.planChart h4 {
	font-size:22px;
	padding:5px;
	color: #333;
	font-weight: bold;

}
.planChart ul li {	
	list-style:none;
	text-transform: capitalize;
    border-bottom: 1px #ccc dotted;

	font-weight: 700;
	text-align: center;
	font-size: 22px;
}
.planInfo {
	background: #EBEBEB;
	text-align: center;
	padding: 10px 10px;
	color: #333;
	font-size:24px;
	margin-top:20px;
}
.planInfo2 {
	background: #fff2cb;
	border-top: 1px solid #f1cf9a;
	border-bottom: 1px solid #f1cf9a;
	text-align: center;
	padding: 10px 10px;
	color: #333;
	font-size:28px;	
}
.planInfo2 span {
    font-size:36px;

}
.planActive {
	background: #ff911b;
	margin-top:10px!important;
	color:#fff !important;
}

.planActive header {
	background:#e7641f !important;
	padding: 10px;
}
.planActive header span {
	font-size: 40px;
}
.planActive .planInfo {
	background: rgba(0,0,0,0.1);
	color:#fff;
}
.planActive h4 {
	font-size:24px;
	padding:5px;
	color: #fff;
	font-weight: bold;
	text-decoration: underline
}
.planActive .price {
  width: 100%;
  background: rgba(0,0,0,0.1);
  padding: 2px;
}
.planActive footer a{
	background: #ffd200;
	font-size:36px;

}
.planActive footer a:hover{
	background: #ffc822;
	font-size:36px;

}
.pckgdrpdwn button{
   font-family: arial, sans-serif;
    font-size: 18px;
    border: 1px solid #b36d09;
    background: #f1b42f;
    text-shadow:0 0 3px #666;
}
.pckgdrpdwn .caret {
    height: 25;
}
.pckgdrpdwn ul {
	margin-top:5!important;
    margin: 0 auto!important;
    font-size: 18px;
    font-family: arial, sans-serif;
}
.pckgdrpdwn ul li {
    background:none!important;
	list-style:none;
	padding-left:0!important;
	text-transform: capitalize;
    margin: 0 auto!important;
    border-bottom: 1none;;
    line-height: 24px;
}