.wizard {
  margin: 0 auto;
  background: #fff;
  padding: 1px 60px 50px;
}

  .wizard .nav-tabs {
      position: relative;
      margin: 40px auto;
      margin-bottom: 0;
      border-bottom: 0;
  }

  .wizard > div.wizard-inner {
      position: relative;
  }

.connecting-line {
  height: 2px;
  background: #ececec;
  position: absolute;
  width: 85%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  border: 0;
  border-bottom-color: transparent;
}

span.round-tab {
  width: 50px;
  height: 50px;
  line-height: 70px;
  display: inline-block;
  border-radius: 100px;
  background: #fff;
  border: 2px solid #ececec;
  z-index: 2;
  position: absolute;
  left: 0;
  text-align: center;
  font-size: 25px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.round-tab i{
  float: none;
  margin: 0;
  border: 0;
}
span.round-tab i{
  font-size: 18px;
  color:#555555;
}
.wizard li.active span.round-tab {
  border: 2px solid #34005c;
  background: #34005c;
  color: #fff;
}
.wizard li:hover span.round-tab {
  border: 2px solid #34005c;
  background: #34005c;
  color: #fff;
}
.wizard li.active span.round-tab i{
  color: #5bc0de;
  font-size: 18px;
}
.tab-pane h4 {
  line-height: 1.45;
  margin-bottom: 20px;
  font-size: 16px;
}
div.tab-pane > figure > img {
  margin-bottom: 15px;
  max-width: 90px;
}
span.round-tab:hover {
  color: #333;
  border: 2px solid #333;
}

.wizard .nav-tabs > li {
  width: 12.5%;
}

.wizard li:after {
  content: " ";
  position: absolute;
  left: 46%;
  opacity: 0;
  margin: 0 auto;
  bottom: 0px;
  border: 5px solid transparent;
  border-bottom-color: #5bc0de;
  transition: 0.1s ease-in-out;
}

.wizard .nav-tabs > li a {
  width: 50px;
  height: 50px;
  margin: 20px auto;
  border-radius: 100%;
  padding: 0;
}

  .wizard .nav-tabs > li a:hover {
      background: transparent;
  }
  .custom_step h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 18px;
}
.wizard .tab-pane {
  position: relative;
  padding-top: 50px;
  text-align: center;
  padding-bottom: 0px;
}
.custom_switch input{
  border-radius: 5px;
    box-shadow: none;
    height: 30px;
}
.wizard h3 {
  margin-top: 0;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  max-width: 650px;
  width: 100%;
  margin: 0 auto 25px;
  line-height: 1.3;
  margin-bottom:50px;
  position: relative;
}
.wizard button , .wizard .btn {
  border: 0;
  border-radius: 3px;
  padding: 10px 20px;
  margin: 15px 0;
}
#see_tour i{
  font-size: 12px;
}
.wizard h3:after {
  content: "";
  position: absolute;
  left: 0;
  background: #390264;
  height: 2px;
  width: 20%;
  bottom: -10px;
  right: 0;
  margin: auto;
  /* margin-bottom: -2px; */
}
.custom_step{
  /* transform: translateY(0px); */
  opacity: 1;
  visibility: visible;
  transition: all 0.8s ease;
  position: absolute;
  left: 0;
  right: 0;
  padding: 10px 0;
  top: 0;
  margin: auto;
}
.custom_step.step_hidden{
    transform: translateX(-200px); 
   opacity: 0;
   visibility: hidden;
   transition: all 0.8s ease;
}
ul.list-inline.next_btns {
  position: absolute;
  bottom: -42px;
  right: 0;
}
.custom_switch  div.onoffswitch {
  margin: 15px auto !important;
}
ul.next_btns button {
  border-radius: 3px;
  border: 0;
  padding: 10px 20px;
  font-size: 16px;
  letter-spacing: 1px;
  background-color: #17a2f7;
  color: #fff;
}
.sub-steps {
  max-width: 660px;
  margin: 25px auto;
}
.sub-steps .system_pref {
  text-align: left;
}
.sub-steps h4{
  text-align: left;
  font-weight: 600;
  margin-bottom: 25px;
}
.sub-step-nav{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 137px;
  margin: auto;
  display: none;
}
.start_again{
  display: none;
}
.sub-step-nav a {
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
}
.sub-step-nav a  i{
  font-size: 26px;
}
span.step_title {
  position: absolute;
  left: 0;
  right: 0;
  top:95%;
  margin: auto;
  text-align: center;
}
li.completed-step a span {
  background: #17a2f7;
  color: #fff;
}


fieldset#buildyourform
{
  display: block;
  clear: both;
  max-width: 400px;
  margin: 0 auto 0 auto;
  text-align: center;
  padding:  0;
  max-height: 160px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 36px;
}
#buildyourform legend
{
    padding:0px 10px;
    font-size: 15px;
}
#buildyourform input.add
{
    float:right;
}
#buildyourform input.fieldname
{
  float: left;
  clear: left;
  display: block;
  margin: 0 5px 5px;
  height: 30px;
  border: #888 thin solid;
  padding: 10px;
}

select.fieldtype
{
    float:left;
    display:block;
    margin:5px;
}
input.remove
{
    float:left;
    display:block;
    margin:5px;
}
#yourform label
{
    float:left;
    clear:left;
    display:block;
    margin:5px;
}
#yourform input, #yourform textarea
{
    float:left;
    display:block;
    margin:5px;
}
.custom_steps_wrapper{
  position: relative;
    min-height: 240px;
}
div#category_level h4 {
  margin-bottom: 0;
  font-size: 16px;
}
#add{
  background: #17a2f7;
    border: 0;
    border-radius: 50%;
    color: #fff;
    font-weight: 900;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 5px;
    bottom: -32px;
}
.fieldwrapper{
  display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.fieldwrapper input[type='text']{
  border-radius: 5px;
  box-shadow: none;
}
.fieldwrapper input.remove{
  background: #d84f4f;
  border: 0;
  border-radius: 50%;
  color: #fff;
  font-weight: 900;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 11111111;
}
.custom_switch .form-group {
  margin-bottom: 0;
}

.category_wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 50px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
#category_level{
  position: relative;
}
.row.branches_row {
  max-width: 500px;
  margin: 10px auto 18px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
        align-items: center;
-webkit-box-pack: start;
-ms-flex-pack: start;
        justify-content: start;
}
.row.branches_row > div {
  margin: 0px 0 0 20px;
}
@media( max-width : 585px ) {

  .wizard {
      width: 90%;
      height: auto !important;
  }

  span.round-tab {
      font-size: 16px;
      width: 50px;
      height: 50px;
      line-height: 50px;
  }

  .wizard .nav-tabs > li a {
      width: 50px;
      height: 50px;
      line-height: 50px;
  }


}.wizard {
  margin: 0 auto;
  background: #fff;
  padding: 1px 60px 50px;
}

  .wizard .nav-tabs {
      position: relative;
      margin: 40px auto;
      margin-bottom: 0;
      border-bottom: 0;
  }

  .wizard > div.wizard-inner {
      position: relative;
  }

.connecting-line {
  height: 2px;
  background: #ececec;
  position: absolute;
  width: 85%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  border: 0;
  border-bottom-color: transparent;
}

span.round-tab {
  width: 50px;
  height: 50px;
  line-height: 70px;
  display: inline-block;
  border-radius: 100px;
  background: #fff;
  border: 2px solid #ececec;
  z-index: 2;
  position: absolute;
  left: 0;
  text-align: center;
  font-size: 25px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}
.round-tab i{
  float: none;
  margin: 0;
  border: 0;
}
span.round-tab i{
  font-size: 18px;
  color:#555555;
}
.wizard li.active span.round-tab {
  border: 2px solid #34005c;
  background: #34005c;
  color: #fff;
}
.wizard li:hover span.round-tab {
  border: 2px solid #34005c;
  background: #34005c;
  color: #fff;
}
.wizard li.active span.round-tab i{
  color: #5bc0de;
  font-size: 18px;
}
.tab-pane h4 {
  line-height: 1.45;
  margin-bottom: 20px;
  font-size: 16px;
}
div.tab-pane > figure > img {
  margin-bottom: 15px;
  max-width: 90px;
}
span.round-tab:hover {
  color: #333;
  border: 2px solid #333;
}

.wizard .nav-tabs > li {
  width: 12.5%;
}

.wizard li:after {
  content: " ";
  position: absolute;
  left: 46%;
  opacity: 0;
  margin: 0 auto;
  bottom: 0px;
  border: 5px solid transparent;
  border-bottom-color: #5bc0de;
  transition: 0.1s ease-in-out;
}

.wizard .nav-tabs > li a {
  width: 50px;
  height: 50px;
  margin: 20px auto;
  border-radius: 100%;
  padding: 0;
}

  .wizard .nav-tabs > li a:hover {
      background: transparent;
  }
  .custom_step h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 18px;
}
.wizard .tab-pane {
  position: relative;
  padding-top: 50px;
  text-align: center;
  padding-bottom: 0px;
}
.custom_switch input{
  border-radius: 5px;
    box-shadow: none;
    height: 30px;
    border: 1px solid #ddd;
}
.wizard h3 {
  margin-top: 0;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  max-width: 650px;
  width: 100%;
  margin: 0 auto 25px;
  line-height: 1.3;
  margin-bottom:50px;
  position: relative;
}
.wizard button , .wizard .btn {
  border: 0;
  border-radius: 3px;
  padding: 10px 20px;
  margin: 15px 0;
}
#see_tour i{
  font-size: 12px;
}
.wizard h3:after {
  content: "";
  position: absolute;
  left: 0;
  background: #390264;
  height: 2px;
  width: 20%;
  bottom: -10px;
  right: 0;
  margin: auto;
  /* margin-bottom: -2px; */
}
.custom_step{
  /* transform: translateY(0px); */
  opacity: 1;
  visibility: visible;
  transition: all 0.8s ease;
  position: absolute;
  left: 0;
  right: 0;
  padding: 10px 0;
  top: 0;
  margin: auto;
}
.custom_step.step_hidden{
    transform: translateX(-200px); 
   opacity: 0;
   visibility: hidden;
   transition: all 0.8s ease;
}
ul.list-inline.next_btns {
  position: absolute;
  bottom: -42px;
  right: 0;
}
.custom_switch  div.onoffswitch {
  margin: 15px auto !important;
}
ul.next_btns button {
  border-radius: 3px;
  border: 0;
  padding: 10px 20px;
  font-size: 16px;
  letter-spacing: 1px;
  background-color: #17a2f7;
  color: #fff;
}
.sub-steps {
  max-width: 660px;
  margin: 25px auto;
}
.sub-steps .system_pref {
  text-align: left;
}
.sub-steps h4{
  text-align: left;
  font-weight: 600;
  margin-bottom: 25px;
}
.sub-step-nav{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 137px;
  margin: auto;
  display: none;
}
.start_again{
  display: none;
}
.sub-step-nav a {
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
}
.sub-step-nav a  i{
  font-size: 26px;
}
span.step_title {
  position: absolute;
  left: 0;
  right: 0;
  top:95%;
  margin: auto;
  text-align: center;
}
li.completed-step a span {
  background:#34005c;
  color: #fff;
}


fieldset#buildyourform
{
  display: block;
  clear: both;
  max-width: 400px;
  margin: 0 auto 0 auto;
  text-align: center;
  padding:  0;
  max-height: 160px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 36px;
}
#buildyourform legend
{
    padding:0px 10px;
    font-size: 15px;
}
#buildyourform input.add
{
    float:right;
}
#buildyourform input.fieldname
{
  float: left;
  clear: left;
  display: block;
  margin: 0 5px 5px;
  height: 30px;
  border: #888 thin solid;
  padding: 10px;
}

select.fieldtype
{
    float:left;
    display:block;
    margin:5px;
}
input.remove
{
    float:left;
    display:block;
    margin:5px;
}
#yourform label
{
    float:left;
    clear:left;
    display:block;
    margin:5px;
}
#yourform input, #yourform textarea
{
    float:left;
    display:block;
    margin:5px;
}
.custom_steps_wrapper{
  position: relative;
    min-height: 240px;
}
div#category_level h4 {
  margin-bottom: 0;
  font-size: 16px;
}
#add{
  background: #17a2f7;
    border: 0;
    border-radius: 50%;
    color: #fff;
    font-weight: 900;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 5px;
    bottom: -32px;
}
.fieldwrapper{
  display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.fieldwrapper input[type='text']{
  border-radius: 5px;
  box-shadow: none;
}
.fieldwrapper input.remove{
  background: #d84f4f;
  border: 0;
  border-radius: 50%;
  color: #fff;
  font-weight: 900;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 11111111;
}
.custom_switch .form-group {
  margin-bottom: 0;
}

.category_wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 50px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
#category_level{
  position: relative;
}
.row.branches_row {
  max-width: 500px;
  margin: 10px auto 18px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
        align-items: center;
-webkit-box-pack: start;
-ms-flex-pack: start;
        justify-content: start;
}
.row.branches_row > div {
  margin: 0px 0 0 20px;
}
@media( max-width : 585px ) {

  .wizard {
      width: 90%;
      height: auto !important;
  }

  span.round-tab {
      font-size: 16px;
      width: 50px;
      height: 50px;
      line-height: 50px;
  }

  .wizard .nav-tabs > li a {
      width: 50px;
      height: 50px;
      line-height: 50px;
  }


}