body .button-typ2.et_pb_button:after, body .button-typ3.et_pb_button:hover:after, body .iwantto-btn:hover:after, body .gform_wrapper .gform_button{
    background: url('../images/white-btn-arrow.svg') no-repeat;
    transition: 0.03s all linear;
}
body .button-typ2.et_pb_button:hover:after, body .button-typ3.et_pb_button:after, body .iwantto-btn:after, body .gform_wrapper .gform_button:hover{
    background: url('../images/red-btn-arrow.svg') no-repeat;
    transition: 0.03s all linear;
}
.about-our-providers-section:before{
    background: url('../images/About-Our-Providers-top-vector.png') no-repeat;
}
.about-our-providers-section:after{
    background: url('../images/About-Our-Providers-bottom-vector.png') no-repeat;
}
.accordion-typ2 .et_pb_toggle .et_pb_toggle_title:before{
    background: url('../images/down-black-arrow.svg') no-repeat;
}
.accordion-typ2 .et_pb_toggle_open .et_pb_toggle_title:before{
	background: url('../images/top-white-arrow.svg') no-repeat;
}
body .list-typ1 li:before{
    background: url('../images/list-icon.svg') no-repeat; 
}