
/********************************/
/* setp progress                */
/********************************/
#smartwizard.sw-theme-arrows .sw-container {
  min-height: 200px
}
#smartwizard.sw-theme-arrows .step-content {
  padding: 10px 0;
  border: 0 solid #d4d4d4;
  background-color: #FFF;
  text-align: left
}
#smartwizard.sw-theme-arrows .sw-toolbar {
  background: #fff;
  border-radius: 0!important;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 0!important
}
#smartwizard.sw-theme-arrows .sw-toolbar-top {
  border-bottom-color: #fff!important
}
#smartwizard.sw-theme-arrows .sw-toolbar-bottom {
  border-top-color: #fff!important;
  border-bottom-color: #ddd!important
}
#smartwizard.sw-theme-arrows>ul.step-anchor {
  display: block;
  border: 0 solid #ccc!important;
  padding: 0;
  background: #f5f5f5;
  border-radius: 5px;
  list-style: none;
  overflow: hidden;
  margin-top: 20px
}
#smartwizard.sw-theme-arrows>ul.step-anchor li+li:before {
  padding: 0
}
#smartwizard.sw-theme-arrows>ul.step-anchor>li {
  float: left
}
#smartwizard.sw-theme-arrows>ul.step-anchor>li>span {
  color: #ddd;
  text-decoration: none;
  padding: 5px 0px 5px 45px;
  position: relative;
  display: block;
  float: left;
  border-radius: 0;
  outline-style: none;
  background: #aaa
}
#smartwizard.sw-theme-arrows>ul.step-anchor>li>span:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 30px solid #aaa;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 100%;
  z-index: 2
}
#smartwizard.sw-theme-arrows>ul.step-anchor>li>span:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 30px solid white;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  margin-left: 1px;
  left: 100%;
  z-index: 1
}
#smartwizard.sw-theme-arrows>ul.step-anchor>li:first-child>span {
  padding-left: 15px;
}
#smartwizard.sw-theme-arrows>ul.step-anchor>li:last-child>span {
  padding-right: 15px;
}

#smartwizard.sw-theme-arrows>ul.step-anchor>li.active>span {
  border-color: #5bc0de!important;
  color: #fff!important;
  background: #5bc0de!important
}
#smartwizard.sw-theme-arrows>ul.step-anchor>li.active>span:after {
  border-left: 30px solid #5bc0de!important
}
#smartwizard.sw-theme-arrows>ul.step-anchor>li.done>span {
  border-color: #999!important;
  color: #fff!important;
  background: #999!important
}
#smartwizard.sw-theme-arrows>ul.step-anchor>li.done>span:after {
  border-left: 30px solid #999
}
#smartwizard.sw-theme-arrows>ul.step-anchor>li.danger>span {
  border-color: #d9534f!important;
  color: #d9534f!important;
  background: #fff!important
}
#smartwizard.sw-theme-arrows>ul.step-anchor>li.disabled>span, .sw-theme-arrows>ul.step-anchor>li.disabled>span:hover {
  color: #eee!important
}

@media ( min-width: 921px )  {
  .hs-cprogress-svg {
    display: none
  }
}
@media ( max-width: 920px )  {
  .hs-cprogress-svg {
    position: relative;
    width: 90px;
    height: 70px
  }
  .hs-cprogress-ul>li {
    visibility: hidden;
    width:1px;
    display: none
  }
  .hs-cprogress-ul>li.active {
    visibility: visible;
    width:240px;
    display: block
  }
  .hs-cprogress-ul>li.active>span {
    padding: 10px 0px 10px 20px !important;
    width : 240px;
    font-size: large
  }

  .hs-cprogress-ul>li.active>span>br {
    display: none
  }
}

.circle-svg{
width: 80px;
height: 80px;
fill: transparent;
position:absolute; top:5px; left:10px;
z-index:1
}

.circle-svg>circle {
fill:#eeeeee;
stroke-width : 20px
}
.circle-svg>circle.p10 {stroke-dasharray: 880px, 880px }
.circle-svg>circle.p9  {stroke-dasharray: 792px, 880px }
.circle-svg>circle.p8  {stroke-dasharray: 704px, 880px }
.circle-svg>circle.p7  {stroke-dasharray: 616px, 880px }
.circle-svg>circle.p6  {stroke-dasharray: 528px, 880px }
.circle-svg>circle.p5  {stroke-dasharray: 440px, 880px }
.circle-svg>circle.p4  {stroke-dasharray: 352px, 880px }
.circle-svg>circle.p3  {stroke-dasharray: 264px, 880px }
.circle-svg>circle.p2  {stroke-dasharray: 176px, 880px }
.circle-svg>circle.p1  {stroke-dasharray: 88px, 880px }

.circle-text{
width: 100px;
height: 100px;
line-height:95%;
text-align: center;
position:absolute; top:30px; left:0px;
z-index:2
}
