.btn-grey{
    border: 1px solid #D4D4D4;
    background-color: #fff; 
}
.btn-grey:hover{
    background-color: #D4D4D4;
}
.btn-grey i.fa{
   color: #D4D4D4;
}
.similar-wrapper ul {
    padding: 0;
}

.similar-wrapper ul li a {
    color: #717171;
    font-size: 14px;
}

.similar-wrapper ul li a:hover {
    color: #0C4DA2;
}

.similar-wrapper ul li:before {
    background-color: #717171;
}
.need-help{
    border-radius: 7px;
}
.charge-section p{
    color: #717171;
}
.form-group{
    position:relative;
}
span.form-error {
    position: absolute;
    bottom: -16px;
    right: 15px;
    color: #afabab;
    font-size: 12px;
    text-align: right;
}
.need-help h2 {
    z-index: 1;
}