#testimonial_form_6181.sp-tpro-fronted-form {
    display: flex;
    justify-content: center;
}
#testimonial_form_6181.sp-tpro-fronted-form .sp-testimonial-form-container {
    padding: 32px 32px 32px 32px;
    border: 0px solid #444444;
    border-radius: 6px;
    background-color: transparent;
    width: 680px;
    max-width: 100%;
}

#testimonial_form_6181.sp-tpro-fronted-form .tpro-social-profile-wrapper .tpro-social-profile-item,
#testimonial_form_6181.sp-tpro-fronted-form .sp-tpro-form-field .chosen-container-single .chosen-single,
#testimonial_form_6181.sp-tpro-fronted-form .sp-tpro-form-field:not(.tpro-category-list-field,.tpro-social-profiles-field) .sp-testimonial-input-field:not(.sp-tpro-form-submit-button) input,
#testimonial_form_6181.sp-tpro-fronted-form .sp-tpro-form-field textarea,
#testimonial_form_6181.sp-tpro-fronted-form .sp-tpro-form-field .chosen-container-multi .chosen-choices{
    border: 1px solid #e3e3e3;
    border-radius: 0px;
    background-color: #FFFFFF;
    box-sizing: border-box;
    max-width: 100% !important;
}
#testimonial_form_6181.sp-tpro-fronted-form .sp-tpro-form-field label{
        font-size: 16px;
        color: #444444;
    }
#testimonial_form_6181.sp-tpro-fronted-form #tpro_modal_btn {
    color: #005BDF;
    background: rgba(0, 91, 223, 0.12);
}
#testimonial_form_6181.sp-tpro-fronted-form #tpro_modal_btn:hover{
    color: #005BDF;
    background: rgba(0, 91, 223, 0.18);
}
#testimonial_form_6181.sp-tpro-fronted-form .sp-tpro-form-submit-button input[type='submit']{
    color: #ffffff;
    background: #005BDF;
    padding: 15px 30px;
    font-size: 14px;
    transition: all 0.25s;
    text-decoration: none;
    line-height: 1;
    border-radius: 4px;
}
#testimonial_form_6181.sp-tpro-fronted-form .sp-tpro-form-field label {
    font-weight: 500;
};

#testimonial_form_6181.sp-tpro-fronted-form .sp-tpro-form-submit-button input[type='submit']:hover{
    color: #ffffff;
    background: #005BDF;
}
#testimonial_form_6181.sp-tpro-fronted-form .sp-tpro-form-field .tpro_client_after.tpro-after-rating {
	top:  16px;
}
#testimonial_form_6181.sp-tpro-fronted-form .sp-tpro-client-rating:not(:checked)>label{
    color: #d4d4d4;
    font-size: 16px;
}
#testimonial_form_6181.sp-tpro-fronted-form .sp-tpro-client-rating>input:checked~label {
    color: #f3bb00;
}
#testimonial_form_6181.sp-tpro-fronted-form .sp-tpro-client-rating:not(:checked)>label:hover,
#testimonial_form_6181.sp-tpro-fronted-form .sp-tpro-client-rating:not(:checked)>label:hover~label {
    color: #de7202;
}