body{ margin: 0; padding: 0; }

.chart-bg-wapper{
	background-color: #cedcf0;
	border-radius: 40px;
	width: 544px;
	height: 497px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.chart-wapper{
	
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 432px;
	height: 356px;
	position: relative;
}
.chart-y{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
	left: -20px;
}
.chart-y li{ display: block; list-style-type: none; font-size: 16px; color: #6a6a6a; font-family: Roboto; }
.chart-x{
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -24px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
	left: 1px;
}
.chart-x li{ display: block; list-style-type: none; font-size: 16px; color: #6a6a6a; font-family: Roboto; }
.left-side-text, .bottom-side-text{
	font-size: 16px; 
	color: #000; 
	font-family: Roboto;
	font-weight: 600;
	margin: 0 !important;
}
.left-side-text{
	position: absolute;
	bottom:102px;
	left: 0;
	margin-left: -48px !important;
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
	/*margin: 0 !important;*/
}
.bottom-side-text{
	position: absolute;
	bottom: -50px;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0 !important;
}

.chart-bg-bottom{
	background-color: #bcd0ee;
	width: 473px;
	height: 83px;
	position: absolute;
	bottom: -15%;
	left: 0;
	right: 0;
	margin: auto;
	border-radius: 0 0 40px 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index:-1;
}
.chart-bg-bottom p{
	font-size: 16px; 
	color: #000; 
	font-family: Roboto;
	font-weight: 500;
	margin: 0 !important;
}
@media(max-width: 1199px){
	.chart-50{ max-width: 50%; }
	.chart-wapper{
		width: 352px;
    	height: 307px;
	}
	.chart-bg-wapper{
		width: 458px;
    	height: 447px;
	}
	.chart-bg-bottom{ width: 378px; bottom: -17%; }
}
@media(max-width: 991px){
	.chart-bg-wapper{ margin: auto; }
}
@media(max-width: 767px){
	.chart-bg-wapper{ width: 100%; height: 353px; }
	.chart-wapper{ width: 70%; height: 210px; }
	.chart-bg-bottom{ width: 80%; bottom: -22%;}
	.left-side-text{ bottom: 18px; }

}