/*flash message in the center of page*/
.cb-flash{


text-align: center;
}
.gbc_pricing_plans > ul > li
{
	font-size: 18px;
    background-color: #ffffff;
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;
    width: 45%;
    padding-top: 50px!important;
    padding-right: 50px!important;
    padding-bottom: 20px!important;
    padding-left: 40px!important;
    margin-top: 25px!important;
    margin-bottom: 50px!important;
    box-shadow: 0px 2px 70px 0px rgba(110,130,208,0.18);
	display : block;
	float: left;
	margin-right: 5%;
	text-align:center;
}
.gbc_pricing_plans > ul > li .tick-list {
	width : 70%;
	margin: 20px auto 10px;
	text-align:left;
}
.gbc_pricing_plans a 
{   background: #fff;
    padding: 0.3em 1em;
    margin: 10px;
color: #f97650;
display: inline-block;
  
    border: 2px solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;   
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7em!important;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}
.gbc_pricing_plans a:hover
{
	color: #fff;
    box-shadow: 0 0 10px #fff;
    background: #f97650;
}
/*flash message content*/
.cb-flash>span{
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: #fff;
border: 1px solid #ddd;
padding: 4px;
display: inline-block;
max-width: 90%;
	padding: 10px;
    font-size: 20px;
}
.fixed-alert {
	position:fixed ;
	left: 0;
	right: 0;
	top: 190px;
	z-index: 111;
}
/*text success color*/
.cb-text-success {
color: rgb(28, 185, 78);
}

/*text failure color*/
.cb-text-failure {
color:rgb(216, 60, 0);
}

/*override to full width*/
.cb-table{
width:100%;
}

/*table heading*/
.cb-table th{
background:#eee;
}

.cb-table th,
.cb-table td{
padding:8px;
}

/*customer current plan highlight*/
.cb-current-plan {
color: #000;
background-color: #FAFAFA;
}