.has-child{
	width: 125px!important;
	height: 30px;
}

.wizard{
	width: 100%;

	min-height: 400px;
}
.arrow-right{
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	top:55px;
	border-right:10px solid #cde9e3;
	position: absolute;
	right: 187px;
	
}
.menu_bg_column ul li{
	width: 100%;
	height: 32px;
	padding-top: 10px;
	padding-bottom: 10px;
}


/* general ul style */
 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
 ul li:hover>.cbp-hrsub{
display:block
}
/* first level ul style */

 .cbp-hrsub-inner {
	width: 16%;
	float:right;
	padding: 0 15px;
}


 > ul > li > a {
	font-weight: 700;
	padding: 1em 2em;
	color: #999;
	display: inline-block;
}

 > ul > li > a:hover {
	color: #3ECEB5;
}

 > ul > li.cbp-hropen a,
 > ul > li.cbp-hropen > a:hover {
	color: #fff;
	background: #3ECEB5;

 
}

/* sub-menu */
.cbp-hrsub {
	display: none;
	position: absolute;
	left:0px;
	top:70px;
	background-color:#fff;
	background-position:left bottom;
	background-repeat: no-repeat;
	    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;	
	width: 100%;
	z-index: 9999;
	color: #4f4a4b;

}
.cbp-hrsub label{
	font-family: Tahoma;
	line-height: 1.5;
	font-size: 14px;

}
.menu_bg_column{
	background: #cde9e3;

}
.cbp-hropen .cbp-hrsub {
	display: block;
	padding-bottom: 3em;
}

.cbp-hrsub-inner > div {
	
	text-align: right
}

 .cbp-hrsub-inner:before,
 .cbp-hrsub-inner:after {
	content: " ";
	display: table;
}

 .cbp-hrsub-inner:after {
	clear: both;
}

 .cbp-hrsub-inner > div a {
	line-height: 2em;
}

.cbp-hrsub h4 {
	color: #796e6d;
	padding: 2em 0 0.6em;
	margin: 0;
	font-size: 14px;
	font-weight:600;
	font-family: Tahoma;
}




.btn_wizard{
	padding: 3px;
	float: left;
    border: 1px solid #cde9e3;
    background:#cde9e3;
    border-radius: 3px;
    color: #999;
    cursor: pointer;
    font-family:Tahoma;	
    margin-left: 10px;
}
/* Examples for media queries */
@media (min-width: 980px) and (max-width: 990px) { 
	
 .cbp-hrsub-inner {
	width: 16%;
	float:right;
	padding: 0 10px;
}
	}
@media (max-width: 980px) { 

	
.menu_bg_column {
	width: 20%;
}
 .cbp-hrsub-inner {
	width: 16%;
	float:right;
	padding: 0 10px;
}
.btn_wizard{
	margin-top: 10px;
}
}

