strong {
    font-weight: 500;
}

a,
a:hover,
a:focus {
    color: #fabe15;
    text-decoration: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

::-moz-selection {
    background: #fabe15;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #fabe15;
    color: #fff;
    text-shadow: none;
}


/***** Top content *****/

.top-content {
    padding: 40px 0 170px 0;
}

.top-content .text {
    color: #fff;
}

.top-content .text h1 {
    color: #fff;
}

.top-content .description {
    margin: 20px 0 10px 0;
}

.top-content .description p {
    opacity: 0.8;
}

.top-content .description a {
    color: #fff;
}

.top-content .description a:hover,
.top-content .description a:focus {
    border-bottom: 1px dotted #fff;
}

.form-box {
    padding-top: 40px;
}

.f1 h3 {
    margin-top: 0;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.f1-steps {
    overflow: hidden;
    position: relative;
    margin-top: 20px;
}

.f1-progress {
    position: absolute;
    top: 24px;
    /* left: 0; */
    width: 91%;
    height: 3px;
    background: #ffffff;
}

.f1-progress-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    background: #fabe15;
}

.f1-step {
    position: relative;
    float: left;
    width: 33.33%;
    padding: 0 0rem;
}

.f1-step-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-top: 4px;
    background: #632691;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.f1-step.activated .f1-step-icon {
    background: #fff;
    border: 1px solid #fabe15;
    color: #fabe15;
    line-height: 38px;
}

.f1-step.active .f1-step-icon {
    width: 48px;
    height: 48px;
    margin-top: 0;
    background: #fabe15;
    font-size: 22px;
    line-height: 48px;
}

.f1-step p {
    color: #ccc;
    padding-top: 3px;
}
.slider h4.text-white {
    line-height: 15px;
}
.f1-step.activated p {
    color: #fabe15;
}

.f1-step.active p {
    color: #fabe15;
    font-weight: bold;
}

.f1 fieldset {
    display: none;
    text-align: left;
}

.f1-buttons {
    text-align: right;
}

.f1 .input-error {
    border-color: #fabe15;
}
fieldset .slider {
   padding: 20px 0 5px 0;
}
