/*add text to the back to top button*/
body .et_pb_scroll_top:after {
content: "Back To Top" !important;
font-family: Open Sans, sans-serif !important;
line-height: 30px !important;
font-size: 22px !important;
position: relative;
top: -2px;
margin-left: 10px !important;
}