<style>
    .stepwizard-step p {
        margin-top: 10px;
    }
    .stepwizard-row {
        display: table-row;
    }
    .stepwizard {
        display: table;
        width: 100%;
        position: relative;
    }
    .stepwizard-step button[disabled] {
        opacity: 1 !important;
        filter: alpha(opacity=100) !important;
    }
    .stepwizard-row:before {
        top: 14px;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 100%;
        height: 1px;
        background-color: #ccc;
        z-order: 0;
    }
    .stepwizard-step {
        display: table-cell;
        text-align: center;
        position: relative;
    }
    .btn-circle {
      width: 30px;
      height: 30px;
      text-align: center;
      padding: 6px 0;
      font-size: 12px;
      line-height: 1.428571429;
      border-radius: 15px;
    }
    .image-upload>input {
      display: none;
    }
    .file-upload {
      background-color: #ffffff;
      width: 600px;
      margin: 0 auto;
      padding: 20px;
    }
    .file-upload-btn {
      width: 100%;
      margin: 0;
      color: #fff;
      background: #1FB264;
      border: none;
      padding: 10px;
      border-radius: 4px;
      border-bottom: 4px solid #15824B;
      transition: all .2s ease;
      outline: none;
      text-transform: uppercase;
      font-weight: 700;
    }
    .file-upload-btn:hover {
      background: #1AA059;
      color: #ffffff;
      transition: all .2s ease;
      cursor: pointer;
    }
    .file-upload-btn:active {
      border: 0;
      transition: all .2s ease;
    }
    .file-upload-content {
      display: none;
      text-align: center;
    }
    .file-upload-input {
      position: absolute;
      margin: 0;
      padding: 0;
      width: 100%;
      height: 100%;
      outline: none;
      opacity: 0;
      cursor: pointer;
    }
    .image-upload-wrap {
      margin-top: 20px;
      border: 4px dashed #1FB264;
      position: relative;
    }
    .image-dropping,
    .image-upload-wrap:hover {
      background-color: #1FB264;
      border: 4px dashed #ffffff;
    }
    .image-title-wrap {
      padding: 0 15px 15px 15px;
      color: #222;
    }
    .drag-text {
      text-align: center;
    }
    .drag-text h3 {
      font-weight: 100;
      text-transform: uppercase;
      color: #15824B;
      padding: 60px 0;
    }
    .file-upload-image {
      max-height: 200px;
      max-width: 200px;
      margin: auto;
      padding: 20px;
    }
    .remove-image {
      width: 200px;
      margin: 0;
      color: #fff;
      background: #cd4535;
      border: none;
      padding: 10px;
      border-radius: 4px;
      border-bottom: 4px solid #b02818;
      transition: all .2s ease;
      outline: none;
      text-transform: uppercase;
      font-weight: 700;
    }
    .remove-image:hover {
      background: #c13b2a;
      color: #ffffff;
      transition: all .2s ease;
      cursor: pointer;
    }
    .remove-image:active {
      border: 0;
      transition: all .2s ease;
    }
.checkbox label:after, 
.radio label:after {
    content: '';
    display: table;
    clear: both;
}
.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}
.radio .cr {
    border-radius: 50%;
}
.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}
.radio .cr .cr-icon {
    margin-left: 0.04em;
}
.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}
.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}
.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}
.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}

 #profile-upload{
        background-size:cover;
        background-position: center;
        height: 250px;
        width: 100%;
        border: 1px solid #bbb;
        position:relative;
        overflow:hidden;
        }
        #profile-upload:hover input.upload{
        display:block;
        }
        #profile-upload:hover .hvr-profile-img{
        display:inline-block;
        }
        #profile-upload .fa{   margin: auto;
        position: absolute;
        bottom: -4px;
        left: 0;
        text-align: center;
        right: 0;
        padding: 6px;
        opacity:1;
        transition:opacity 1s linear;
        -webkit-transform: scale(.75);
        }
        #profile-upload:hover .fa{
        opacity:1;
        -webkit-transform: scale(1);
        }
        #profile-upload input.upload {
        z-index:1;
        left: 0;
        margin: 0;
        bottom: 0;
        top: 0;
        padding: 0;
        opacity: 0;
        outline: none;
        cursor: pointer;
        position: absolute;
        background:#ccc;
        width:100%;
        display:none;
        }
        #profile-upload .hvr-profile-img {
        width:100%;
        height:100%;
        display: none;
        position:absolute;
        vertical-align: middle;
        position: relative;
        background: transparent;
        }
        #profile-upload .fa:after {
        content: "";
        position:absolute;
        bottom:0; left:0;
        width:100%; height:0px;
        background:rgba(0,0,0,0.3);
        z-index:-1;
        transition: height 0.3s;
        }
        #profile-upload:hover .fa:after { height:100%; }
        }
        .btn-style-five {
        position: relative;
        display: block;
        font-size: 15px;
        line-height: 30px;
        color: #000;
        font-weight: 600;
        padding: 14px 30px;
        /* background: #24a77e; */
        border-radius: 0px;
        border: 1px dashed #b12542;
        z-index: 1;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        }
 


     .profile-upload-new{
        background-size:cover;
        background-position: center;
        height: 250px;
        width: 100%;
        border: 1px solid #bbb;
        position:relative;
        overflow:hidden;
        }
        .profile-upload-new:hover input.upload{
        display:block;
        }
        .profile-upload-new:hover .hvr-profile-img{
        display:inline-block;
        }
        .profile-upload-new .fa{   margin: auto;
        position: absolute;
        bottom: -4px;
        left: 0;
        text-align: center;
        right: 0;
        padding: 6px;
        opacity:1;
        transition:opacity 1s linear;
        -webkit-transform: scale(.75);
        }
        .profile-upload-new:hover .fa{
        opacity:1;
        -webkit-transform: scale(1);
        }
        .profile-upload-new input.upload {
        z-index:1;
        left: 0;
        margin: 0;
        bottom: 0;
        top: 0;
        padding: 0;
        opacity: 0;
        outline: none;
        cursor: pointer;
        position: absolute;
        background:#ccc;
        width:100%;
        display:none;
        }
        .profile-upload-new .hvr-profile-img {
        width:100%;
        height:100%;
        display: none;
        position:absolute;
        vertical-align: middle;
        position: relative;
        background: transparent;
        }
        .profile-upload-new .fa:after {
        content: "";
        position:absolute;
        bottom:0; left:0;
        width:100%; height:0px;
        background:rgba(0,0,0,0.3);
        z-index:-1;
        transition: height 0.3s;
        }
        .profile-upload-new:hover .fa:after { height:100%; }
        }
        .btn-style-five {
        position: relative;
        display: block;
        font-size: 15px;
        line-height: 30px;
        color: #000;
        font-weight: 600;
        padding: 14px 30px;
        /* background: #24a77e; */
        border-radius: 0px;
        border: 1px dashed #b12542;
        z-index: 1;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        }
    </style>