.floating-app {border: 2px solid #eb6123;position: fixed;bottom: 250px;right: 15px;background: #f3f3f3;padding: 10px;border-radius: 5px;transition: transform .5s ease;}

.floating-app .float-content-app img {width: 200px;}

.floating-app .float-content-app .cap-app-float h4 {font-size: 16px;text-align: center;margin: 0px;text-transform: uppercase;color: white;}

.floating-app .float-content-app .cap-app-float {background: #eb6123;padding: 5px 0px;margin-top: 10px;border-radius: 5px;}

.floating-app .float-content-app .cap-app-float h4:before {content: '>> ';}

.floating-app .float-content-app .cap-app-float h4:after {content: ' <<';}

.floating-app:hover {transform: scale(1.1);cursor: pointer;}

.float-content-app a {text-decoration: none !important;}