.web-insights-reading-meter {
  position: fixed;
  z-index: -1;
  width: 100%;
	left: 0px;
	margin-top: 1.25rem;
  /*background-color: #f5f5f5;*/
}

.web-insights-progress {
  width: 100%;
  height: 5px;  
	z-index: -1;
  margin-left: -15px;
  /*background: #f5f5f5;*/
}

.progress-bar {
  height: 5px;
  background-color: #6DB33F;
  width: 0%;
}
@media (max-width: 768px) {
	 
}