.footer{
    background-color: #fff;
}

body {
    font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
}

.rounded-15 {
    border-radius: 15px;
}

.draft-tag {
    color: #fff;
    display: inline-block;
    position: absolute;
    z-index: 10;
    top: 20px;
    right: -47px;
    padding: 10px 60px;
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: 700;
    transform: rotate(45deg);
    text-align: center;
    background-color: #00549f;
}

.process-row {
    display: table-row;
}

.process {
    display: table;
    width: 100%;
    position: relative;
}

.process-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.process-row:before {
    top: 50px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;

}

.process-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.process-step p {
    margin-top:10px;

}

.btn-circle {
  width: 100px;
  height: 100px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 60px;
}