.steps-section {position:relative;}
.steps-section .steps-row .steps-step .btn-circle:hover {
    border: 2px solid #fbae1c;
    background-color: #fbae1c !important;
}

.steps-section .steps-row .steps-step .btn-active {
    border: 2px solid #fbae1c;
    background-color: #fbae1c !important;
}
.steps-section .steps-row .steps-step .btn.focus, .steps-section .steps-row .steps-step .btn:focus {
    outline: 0;
    box-shadow: none; 
}
.steps-section .steps-row .steps-step .btn-circle{
    width: 60px;
    height: 60px;
    border: 2px solid #ffffff;
    background-color: white !important;
    color: #323232 !important;
    border-radius: 50%;
    padding: 22px 18px 15px 18px;
    font-size: 24px;
    -webkit-appearance: inherit;
    line-height: 18px;
}
.steps-section .steps-row:before {
    top: 30px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 5px;
    background-color: #fff;
}