
.ex-addBox h3 {
    font-size: 18px;
    margin: 5px 0 15px 0;
    color: #ff5a2f;
    font-weight: 600;
}
.sub-btn {
    height: 48px;
    background-color: #ff5a2f;
	color:#ffffff;
    border-radius: 5px;
    border: none;
    padding: 10px 40px;
    font-size: 18px;
    transition: all 0.25s ease-in 0s;
}

/* header nav li a.nav-link.active::before {
    position: absolute;
    bottom: 8px;
    background-color: #ffffff;
	
    height: 2px;
    content: "";
    width: 75%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
header nav li a.nav-link:hover::before {
	position: absolute;
	bottom: 8px;
	background-color: #ffffff;
	
	height: 3px;
	content: "";
	width: 75%;
	left: 0;
	right: 0;
	margin: 0 auto;
} */

#chartdiv {
  width: 100%;
  height: 500px;
}
tspan{font-size:13px !important;}