.gform_wrapper form{
    position: relative;
}
.gf_progressbar_tct ul{
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.gf_progressbar_tct ul li{
    display: inline-block;
    text-align: center;
}
.style1 ul{
    text-align: center;
    position: relative;
}
.style1 ul::before{
    content: "";
    position: absolute;
    border: 1px solid #C4C4C4;
    left: 0;
    right: 0px;
    top: 25px;
}
.style1 li{
    /*width: calc(32% - 117px);*/
    position: relative;
}
/*.style1 li::before {
    content: "";
    position: absolute;
    border: 1px solid #C4C4C4;
    left: 0;
    right: 5px;
    top: 25px;
}*/
.style1 li.progressbar_current::before,.style1 li.step_past::before{
    content: "";
    position: absolute;
    border: 1px solid #41CE7B;
    left: 0;
    right: 50%;
    top: 25px;
}
.style1 li.step_past::before{
    right: 0;
}
.style1 li:first-child{
}
.style1 li:last-child{
    /*width: auto;*/
}
.style1 li span{
    position: relative;
    background-color: #3DAD6B;
    width: 50px;
    height: 50px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    line-height: 50px;
    color: #ffffff;
    font-weight: bold;
}
.style1 li.progressbar_current span{
    background-color: #41CE7B;
}
.style1 li span::before{
    content: "";
    position: absolute;
    background: url('images/style1-left.png') no-repeat center;
    width: 28px;
    height: 24px;
    top: 15px;
    left: -32px;
}
.style1 li span::after{
    content: "";
    position: absolute;
    background: url('images/style1-right.png') no-repeat center;
    width: 28px;
    height: 24px;
    top: 15px;
    right: -32px;
}
.style1 li.progressbar_current span::before,.style1 li.step_past span::before{
    background-image: url('images/style1-past-left.png');
}
.style1 li.step_past span::after{
    background-image: url('images/style1-past-right.png');
}
.gf_progressbar_tct.style2 .loader {
    position: relative;
    top: 14px;
    border-bottom: 3px solid #39B86D;
}
.gf_progressbar_tct.style2 .loader::after {
    position: absolute;
    right: -38px;
    top: -11px;
    font-weight: bold;
    font-size: 20px;
    background-color: #fff;
    padding: 0 10px;
    color: #39B86D;
}
.style2 .progressbar{
    position: relative;
}
.style2 .progressbar::before{
    content: "";
    position: absolute;
    width: 54px;
    height: 30px;
    top: 0;
    left: 0;
    background: url('images/style2-left.png') no-repeat center;
    z-index: 3;
}
.style2 .progressbar::after{
    background: url('images/style2-right.png') no-repeat center;
    content: "";
    position: absolute;
    width: 54px;
    height: 30px;
    top: 0;
    right: 0;
    z-index: 3;
}
.gf_progressbar_tct.style2{
    position: relative;
    height: 30px;
}
.gf_progressbar_tct.style2::before {
    content: "";
    position: absolute;
    border-top: 1px solid #C4C4C4;
    top: 15px;
    left: 20px;
    right: 20px;
}
.style3 ul li{
    height: 150px;
    position: relative;
    display: block;
}
.style3 ul li span{
    /*-webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left;
    transform-origin: center;
    white-space: nowrap;
    display: block;*/
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    white-space: nowrap;
    display: block;
}
.wrap-style3{
    float: left;
}
.wrap-style3 .ul_first{
    width: 50px;
    float: left;
    padding: 15px 0;
}
.wrap-style3 .ul_second{
    float: left;
    padding: 15px 0;
    width: 35px;
    box-shadow: inset 0px 3px 7px 2px rgba(0,0,0,0.15);
-webkit-box-shadow: inset 0px 3px 7px 2px rgba(0,0,0,0.15);
-moz-box-shadow: inset 0px 3px 7px 2px rgba(0,0,0,0.15);
}
.wrap-style3 .ul_second .item_step{
    position: relative;
}
.wrap-style3 .ul_second .item_step::before{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    border-left: 4px solid #DCDBDB;
    left: 15px;
}
.wrap-style3 .ul_second .item_step::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    border-left: 4px solid #ffffff;
    height: 8px;
    left: 15px;
}
.wrap-style3 .ul_second .item_step.last_step::after{
    border:none;
    height: 0;
    display: none;
}
.wrap-style3 .progressbar_current span{
    position: relative;
    left: -5px;
}
.wrap-style3 .progressbar_current span::before{
    content: "";
    position: absolute;
    width: 54px;
    height: 30px;
    top: 35px;
    left: 0;
    background: url('images/arrow-step3.png') no-repeat center;
    z-index: 3;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg) !important;
}
.wrap-style3 .ul_second .item_step.progressbar_current::before{
    border-color: #C8F0D9
}
.wrap-style3 .ul_second .item_step.step_past::before{
    border-color: #41CE7B
}
.wrap-style3 .item_step span{
    color: #DCDBDB;
}
.wrap-style3 .progressbar_current span,.wrap-style3 .step_past span{
    color: #41CE7B
}
.wrap-style3 + .gform_body {
    padding-left: 100px;
}
.wrap-style4 {
    position: absolute;
    bottom: 0;
    top: 0;
    height: 100%;
    display: block;
    min-height: 350px;
    left: 85px;
}
.wrap-style4 div{
    height: 100%;
}
.gf_progressbar_tct.style4 .loader {
    position: absolute;
    bottom: 0;
}
.wrap-style4 .style4 .progressbar{
    width: 47px;
    box-shadow: inset 0px 3px 7px 2px rgba(0,0,0,0.15);
    -webkit-box-shadow: inset 0px 3px 7px 2px rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0px 3px 7px 2px rgba(0,0,0,0.15);
}
.wrap-style4 .style4 .progressbar::before{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    border-left: 4px solid #C2F0D5;
    left: 21px;
    top: 10px;
    bottom: 10px;
}
.wrap-style4 .style4 .loader::before{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    border-left: 24px solid #41CE7B;
    left: 11px;
    top: 10px;
    bottom: 10px;
}
.wrap-style4 .style4 .loader::after {
    width: 50px;
    height: 50px;
    align-items: center;
    display: grid;
    text-align: center;
    border-radius: 25px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    left: -85px;
    position: absolute;
    top: -15px;
    background-color: #41CE7B;
}
.wrap-style4 .style4 .loader span{
    background: url('images/arrow-step4.png') no-repeat center;
    position: absolute;
    top: 4px;
    width: 16px;
    height: 13px;
    left: -25px;
}
.wrap-style4 + .gform_body {
    padding-left: 180px;
}
.pieID {
  display: inline-block;
  vertical-align: top;
}
.pie {
  height: 200px;
  width: 200px;
  position: relative;
  margin: 0;
}
.pie::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 150px;
  height: 150px;
  background: #ffffff;
  border-radius: 50%;
  top: 25px;
  left: 25px;
}
.pie::after {
  position: absolute;
    top: 25px;
    left: 25px;
    width: 150px;
    height: 150px;
    display: grid;
    align-items: center;
    text-align: center;
    z-index: 3;
    color: #6BDA99;
    font-weight: 600;
}
.slice {
  position: absolute;
  width: 200px;
  height: 200px;
  clip: rect(0px, 204px, 204px, 106px);
  animation: bake-pie 1s;
}
.slice span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #F1F1F1;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  clip: rect(0px, 200px, 200px, 100px);
}
.legend {
  list-style-type: none;
  padding: 0;
  margin: 0;
  background: #FFF;
  padding: 15px;
  font-size: 13px;
  box-shadow: 1px 1px 0 #DDD,
              2px 2px 0 #BBB;
}
.legend li {
  width: 110px;
  height: 1.25em;
  margin-bottom: 0.7em;
  padding-left: 0.5em;
  border-left: 1.25em solid black;
}
.legend em {
  font-style: normal;
}
.legend span {
  float: right;
}
.wrap-style5 .progressbar_current span{
    background-color: #C6EFD7;
}
.wrap-style5 .step_past span{
    background-color: #6BDA99;
}
.wrap-style5{
    position: absolute;
    right: 0;
    top: calc(50% - 120px);
}
.wrap-style5 + .gform_body{
    padding-right: 270px;
}
/*.progressbar_box {
    --v: calc( ((18/5) * var(--p) - 90)*1deg);
    width: 100px;
    height: 100px;
    display: inline-block;
    border-radius: 50%;
    padding: 10px;
    background: linear-gradient(#ccc,#ccc) content-box, linear-gradient(var(--v), #f2f2f2 50%,transparent 0) 0/min(100%,(50 - var(--p))*100%), linear-gradient(var(--v), transparent 50%,blue 0) 0/min(100%,(var(--p) - 50)*100%), linear-gradient(to right, #f2f2f2 50%,blue 0);
}*/
.single-chart {
  width: 200px;
  justify-content: space-around ;
}

.circular-chart {
  display: block;
  margin: 10px auto;
  max-width: 80%;
  max-height: 250px;
}

.circle-bg {
  fill: none;
  stroke: #eee;
  stroke-width: 3.8;
}

.circle {
  fill: none;
  stroke-width: 3.8;
  stroke-linecap: round;
  animation: progress 1s ease-out forwards;
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

.circular-chart.orange .circle {
  stroke: #41CE7B;
}

.percentage {
  fill: #41CE7B;
  font-size: 0.4em;
  text-anchor: middle;
}
.wrap-style6{
    position: absolute;
    right: 0;
    top: calc(50% - 100px);
}
.wrap-style6 + .gform_body{
    padding-right: 250px;
}