.wizard > .steps > ul > li, .wizard > .actions > ul > li {
    float: left;
}
.wizard > .steps > ul > li {
    width: auto;
    min-width:25%;
}
@media (max-width: 576px) {
    .wizard > .steps > ul > li {
        width: 100%;
    }
}

@media (min-width: 576px) and (max-width: 1023px) {
    .wizard > .steps > ul > li {
        width: 50%;
    }
}
.wizard ul > li, .tabcontrol ul > li {
    display: block;
    padding: 0;
}
ol > li, ul > li {
    line-height: 1.5em;
}
li {
    line-height: 20px;
}
.wizard > .steps .number {
    font-size: 21px;
}
.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
    background: #F60A0D;
    color: #fff;
    cursor: default;
    font-size: 21px;
}
.wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active {
    display: block;
    width: auto;
    margin: 0 .5em .5em;
    padding: 1em 1em;
    text-decoration: none;
    font-size: 21px;
}
.wizard a, .tabcontrol a {
    outline: 0;
}
a:hover, a:focus {
    /*color: #005580;*/
    text-decoration: underline;
}
a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
a {
    /*color: #2184be;*/
}
a {
    /*color: #08c;*/
    text-decoration: none;
}
.wizard > .content > .body {
    float: left;
    position: relative;
    width: 95%;
    height: 100%;
    padding-left:2.5%;
    padding-right:2.5%;
    padding-top:0;
    min-height: 100%;
}
fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    height:100%;
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 40px;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
.form-group {
    margin: 20px 0 !important;
}
.col-form-label {
    font-size: 16px !important;
    color: #000;
}
.wizard > .content > .body label {
    display: inline-block;
    margin-bottom: .5em;
}
label {
    display: block;
    margin-bottom: 5px;
}
label, input, button, select, textarea {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}
label, select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] {
    cursor: pointer;
}
.wizard > .content > .title, .tabcontrol > .content > .title {
    position: absolute;
    left: -999em;
}
.wizard, .tabcontrol {
    display: block;
    width: 100%;
    overflow: hidden;
}
wizard > .steps {
    position: relative;
    display: block;
    width: 100%;
}
.wizard > .content {
    background: #eee;
    display: block;
    margin: .5em;
    
    min-height: 39em;
    overflow: visible;
    position: relative;
    width: auto;

}
.clearfix {
    zoom: 1;
}
.wizard > .actions > ul {
    display: inline-block;
    text-align: right;
}
.wizard ul, .tabcontrol ul {
    list-style: none !important;
    padding: 0;
    margin: 0;
}
.wizard > .actions > ul > li {
    margin: 0 .5em;
}
.wizard > .steps > ul > li, .wizard > .actions > ul > li {
    float: left;
}
.wizard ul > li, .tabcontrol ul > li {
    display: block;
    padding: 0;
}
.wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active {
    background: #F60A0D;
    color: #fff;
    display: block;
    padding: .5em 1em;
    text-decoration: none;

}
.wizard a, .tabcontrol a {
    outline: 0;
}
a {
    /*color: #2184be;*/
}
a {
    /*color: #08c;*/
    text-decoration: none;
}
.wizard > .steps .disabled a, .wizard > .steps .disabled a:hover, .wizard > .steps .disabled a:active {
    background: #eee;
    color: #aaa;
    cursor: default;
}
.wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active {
    display: block;
    width: auto;
    margin: 0 .5em .5em;
    padding: 1em 1em;
    text-decoration: none;

}
.wizard a, .tabcontrol a {
    outline: 0;
}
.wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active {
    background: #fb8486;
    color: #fff;
}
.wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active {
    display: block;
    width: auto;
    margin: 0 .5em .5em .3em;
    padding: 1em 0.5em;
    text-decoration: none;

}
.wizard > .content > .body label {
    display: inline-block;
    margin-bottom: .5em;
}
.wizard > .content > .body input {
    display: block;
    border: 1px solid #ccc;
}
.wizard > .actions .disabled a, .wizard > .actions .disabled a:hover, .wizard > .actions .disabled a:active {
    background: #fb8486;
    color: #fff;
}
.wizard > .actions {
    position: relative;
    display: block;
    text-align: right;
    width: 100%;
}

 /*******   accordion   ******/

.panel.panel-default {
    border-radius  : 0;
    margin         : 0;
    box-shadow     :none;
    border: 1px solid #ddd !important;
  }

  .panel-default > .panel-heading {
    background-color  : #EFEFEF;
    border            : 1px solid #ddd;
    border-radius     : 0;
  }

  a .panel-title  {
    display      : block;
    font-size    : 20px;
    font-weight  : 400;
    padding      : 7px;
    position     : relative;
    color        : #555;
    text-decoration: none;
  }
  
  a .panel-title:hover  {
      text-decoration: none !important;
  }
  
  a .panel-title  span i{
	color: #bbb;
	font-size:14px;
  }

  .panel-heading {
    padding : 0;
  }

  .panel-collapse {
    background : #f8f8f8;
  }

  .card-body {
    border-top: 1px solid #ddd;
    background-color: #EFEFEF;
    padding:15px;
  }
  
  .btn-link{
      font-size:18px;
  }

  #accordion .readmore a {
     margin-top: 10px;
  }
  
  .card-body p {
    text-align: left;
    line-height: 30px;
    font-size: 16px;
    margin: 0 0 20px;
  }
  /*******   //accordion   ******/