#freeQuote {
    padding: 50px 0;
    background-size: cover;
    background-repeat: no-repeat;
}
#freeQuote .content h2 {
    font-size: 42px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
    color: #ffffff;
}
#freeQuote .content p {
    font-size: 20px;
    font-style: normal;
    letter-spacing: 0;
    color: #cecbcb;
}
#freeQuote .content h3 {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
    color: #4db5de;
}
#freeQuote .content a {
    font-weight: 700;
    color: white;
    text-decoration: none;
}
#freeQuote form input,
#freeQuote form textarea {
    background-color: transparent;
    border-radius: 0;
    border: none;
    border-bottom: 2px solid #fff;
    color: #fff;
}
#freeQuote form input::placeholder,
#freeQuote form textarea::placeholder {
    color: #fff;
    font-size: 18px;
}
#freeQuote form label {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}


#freeQuote .form-check input{
    border: 1px solid #fff;
    border-radius: 2px;
    background-color: transparent;
}

#freeQuote .form-check input:checked{
    border: 1px solid #fff;
    border-radius: 2px;
    background-color: #0d6efd;
}

#freeQuote .nf-form-cont{
    margin: 0 auto;
}

#freeQuote .nf-form-fields-required{
    color: #e80000;
    margin-bottom: 20px;
}