/*@import url(https://fonts.googleapis.com/css?family=Oxygen:400,700);*/
.chart_box {
  background: #fafafa;
  padding: 40px 0;
  font-family: "Oxygen", sans-serif;
}

.chart_title {
  text-align: center;
  margin-bottom: 60px;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 34px;
  font-weight: 400;
  background: #FAB900;
  color: #fafafa;
  padding: 20px 0;
}
.chart_title b {
  font-weight: 700;
  font-size: 34px;
  color: #4D4D4D;
}

.chart_box .step-nav {
  height: 80px;
  position: relative;
  width: 680px;
  margin: 0 auto 70px;
}
.chart_box .step-nav .step {
  position: relative;
  float: left;
  width: 200px;
  height: 80px;
}
.chart_box .step-nav .step .chart_box p {
  width: 80px;
  height: 80px;
  position: absolute;
  right: 0;
  text-align: center;
  line-height: 80px;
  font-size: 30px;
  pointer-events: none;
  z-index: 10;
  color: #7d7d7d;
  transition: font-size 0.3s, color 0.3s;
}
.chart_box .step-nav .step .chart_box p.active {
  font-size: 46px;
  color: #fafafa;
}
.chart_box .step-nav .step .line {
  position: absolute;
  top: 50%;
  margin-top: -3px;
  width: 120px;
  height: 6px;
  background: #d6dadc;
}
.chart_box .step-nav .step .line .progress {
  width: 0%;
  height: 6px;
  background: #FAB900;
}
.chart_box .step-nav .step .radial-progress {
  width: 80px;
  height: 80px;
  background-color: #d6dadc;
  position: absolute;
  right: 0;
  border-radius: 50%;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  cursor: pointer;
}
.chart_box .step-nav .step .radial-progress .circle .mask, .chart_box .step-nav .step .radial-progress .circle .fill, .chart_box .step-nav .step .radial-progress .circle .shadow {
  width: 80px;
  height: 80px;
  position: absolute;
  border-radius: 50%;
}
.chart_box .step-nav .step .radial-progress .circle .mask, .chart_box .step-nav .step .radial-progress .circle .fill {
  -webkit-backface-visibility: hidden;
}
.chart_box .step-nav .step .radial-progress .circle .mask {
  clip: rect(0px, 80px, 80px, 80px/2);
}
.chart_box .step-nav .step .radial-progress .circle .mask .fill {
  clip: rect(0px, 80px/2, 80px, 0px);
  background-color: #FAB900;
}
.chart_box .step-nav .step .radial-progress .inset {
  width: 70px;
  height: 70px;
  position: absolute;
  margin-left: 5px;
  margin-top: 5px;
  background-color: #FAB900;
  border-radius: 50%;
}
.chart_box .step-nav .step .radial-progress .inset .inner-circle {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fafafa;
  border-radius: 50%;
}
.chart_box .step-nav .step.first {
  width: 80px;
}
.chart_box .step-nav .step.first .radial-progress {
  transform: matrix(0, 1.3, -1.3, 0, 0, 0);
  z-index: 10;
}
.chart_box .step-nav .step.first .circle .fill, .chart_box .step-nav .step.first .circle .mask.full {
  transform: rotate(180deg);
}
.chart_box .step-nav .step.first .circle .fill.fix {
  transform: rotate(360deg);
}
.chart_box .step-nav .step.first .radial-progress.active .inner-circle {
  transform: matrix(0, 0, 0, 0, 0, 0);
}
.chart_box .step-nav .step.first .chart_box p {
  color: #fafafa;
  font-size: 46px;
}

.copy-holder {
  position: relative;
  width: 470px;
  height: 100px;
  margin: 0 auto;
  font-size: 20px;
  text-align: center;
  border: 3px dashed #FAB900;
  padding-top: 45px;
  color: #666666;
}
.copy-holder div {
  width: 100%;
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.copy-holder div h4 {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
}
.copy-holder div .chart_box p {
  display: block;
}
.copy-holder div.active {
  opacity: 1;
  visibility: visible;
}
.form_box ul.normal_list li {
  font-size: 15px;
  width: 100%;
  padding-left: 0px;
  list-style: disc;
  display: list-item;
}
.form_box ul.normal_list {
  padding-left: 20px;
}