    .service-create-business .form_question_subtitle {
        color: #888;
        font-size: 11px;
        min-height: 30px;
    }

    .service-create-business .documents_uploaded {
        margin-top: 10px;
    }

    .service-create-business .documents_uploaded .file_layer {
        background-color: #f0f0f0;
        border: 1px solid #ddd;
        padding: 10px;
        margin-bottom: 5px;
        display: inline-block;
        margin-right: 10px;
        border-radius: 3px;
    }

    .service-create-business .documents_uploaded .file_layer i {
        font-size: 16px;
        float: right;
        cursor: pointer;
    }

    .service-create-business .documents_uploaded .file_layer .name {
        float: left;
        color: #444;
        font-size: 14px;
        margin-right: 15px;
        text-decoration: underline;
    }


    .service-create-business .progress-create-business {
        margin: 15px 15px 0;
    }

    .service-create-business .bar {
        display: inline-block;
        width: 50px;
        height: 9px;
        background-color: #DDD;
        position: relative;
        left: -6px;
        top: 2px;
    }

    .service-create-business .milestone {
        width: 25px;
        height: 25px;
        background-color: #DDD;
        border-radius: 13px;
        display: inline-block;
        margin-left: -11px;
        position: relative;
        z-index: 1;
        text-align: center;
        vertical-align: middle;
        padding-top: 3px;
        cursor: default;
        color: #666;
        font-weight: 600;
    }

    .service-create-business .bar.active,
    .service-create-business .milestone.active {
        background-color: #6eb3a1;
    }

    .service-create-business .progress-description-create-business {
        margin-top: 15px;
    }

    .service-create-business .company_info {
        height: 900px;
        overflow: auto;
    }

    .service-create-business .comunication {
        height: 900px;
        overflow: auto;
    }
    
    .service-create-business .promo_fq_div {
        width: 100%;
    }
    
    .service-create-business .promo_fq {
        width: 100%;
    }

    .service-create-business .switch_option {
        display: inline-block;
        vertical-align: text-bottom;
        font-weight: 300;
        color: #666;
        width: calc(50% - 50px);
        font-size: 12px;
    }

    .service-create-business .switch_layer {
        display: inline-block;
        vertical-align: middle;
        width: 90px;
        text-align: center;
    }
    
    .service-create-business .big_select {
        font-size: 16px;
        height: auto;
    }

    .selected {
        color: #444;
        font-weight: 600;
    }

    @media (max-width: 768px) {
        .service-create-business .bar {
            width: 20px;
        }
    }

    @media (max-width: 400px) {
        .service-create-business .bar {
            width: 10px;
        }
    }