.investment-form .input-box::before,.job-select::before{
    content: none !important;
}
.investment-form input,.job-select{
    padding-left: 20px;

}


.investment-form  input,.investment-form  select,.job-select .option.selected{
color:#181818;
}


.investment-form input::placeholder, .investment-form select::placeholder,.job-select {
    color: #01174f;
}



.quote-btn_mobile{
    
    padding: 15px 13px;
    font-size: 11px;
    text-align: center;

}

.box-file p{
    padding-left: 19px;
    color: #ff1919;
}

.fg-red{
    color: #ff1919;
}

.btn-modal{
    background: #ffa84b;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    padding: 10px 13px;
    border: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}


.btn-modal:hover {
    background: #083d59;
    color:white;
}
