/* Quote Form CSS */
.qform-card-1 {
    border: 1px solid #f0f0f0;
}
.qform-title-2 {
    text-transform: uppercase;
    color: #cc0000;
    font-size: 18px;
}
.qform-subtitle-3 {
    font-size: 12px;
}
.qform-row-4 {
    font-size: 12px;
}
.qform-label-5 {
    font-size: 11px;
}
.qform-icon-box-6 {
    background: transparent;
    border: 1px solid #e0e0e0;
    border-right: none;
}
.qform-input-7 {
    background: transparent;
    border: 1px solid #e0e0e0;
    border-left: none;
    font-size: 12px;
}
.qform-textarea-8 {
    background: transparent;
    border: 1px solid #e0e0e0;
    border-left: none;
    font-size: 12px;
    resize: none;
}
.qform-submit-btn-9 {
    background-color: #ba0000 !important;
    font-size: 13px;
}
