.title_box {
    background-color: #252e57;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin: 0 0 30px;
    padding: 15px 0;
}

.cp_cff_box #fbuilder .fields:not(.cff-container-field), .cp_cff_box #fbuilder fieldset, .cp_cff_box #fbuilder fieldset legend {
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-bottom: 20px;
    padding: 10px;
}

.cp_cff_box #fbuilder fieldset legend {
    padding: 5px 10px;
    color: #000;
    font-size: 16px;
    position: relative;
    margin-top: -30px;
    background: #fff;
    width: auto;
}

.cal_box input, .cal_box select {
    color: #666;
    padding: .75em;
    height: auto;
    border: 1px solid #eaeaea;
    border-radius: 2px;
    background: #fafafa;
    box-shadow: none;
    box-sizing: border-box;
    transition: .2s linear;
    width: 100%;
}

.cp_cff_box #fbuilder {
    background: #fff;
    padding: 15px;
}

.about .text_box1 a, .about .text_box1 h5, .member p, .member_details p, .mobile-nav-toggle.bi-x, .product_details h3, .title_box h3, .title_box p {
    color: #fff;
}

.cal_box {
    border: 1px solid #ddd!important;
}
@media screen and (min-width: 740px) {
    .cp_cff_box #fbuilder .fields.column2 {
        float: left;
        width: 49.9%;
    }
    
    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}