.justified-label-form {
    width:280px;
    clear:left;
    text-align:left;
    padding-right:10px;
}
.form-group{margin-bottom:0rem}
.my_profile_input .form-control{height:35px; width: 350px;}
.special-list{
    list-style-type: none;
    position: relative;
    left: -8px;
    overflow: hidden;
}
.special-list li {
    float: left;
}
.special-list li span {
  cursor: pointer;
  text-align: center;
  margin: 8px;
  padding-top: 16px;padding-bottom: 16px;
  text-decoration: none;
}
.special-list li span:hover {
  color: blue;
}
.color-danger {
  color: red;
}
.passive-step{
    color: #555;
}
.active-step{
    color:blue;
}
p .wizard-form-title{
    text-align: left;
}
.custom-container{
    display: block;
    overflow: hidden;
    clear: both;
}

.text-error{
  color: red;
}


@media screen and (max-width: 768px) {
  .my_profile_input .form-control{
    height:35px;
    width: 100%;
  }
}