.float { -webkit-animation: mover 1s infinite alternate;animation: mover 1s infinite alternate;} .float {animation: bounce 0.5s;animation-direction: alternate;animation-timing-function: cubic-bezier(.5, 0.05, 1, .5);animation-iteration-count: infinite;} .my-float{margin-top:16px;} .my-floatw{margin-top:16px;} .floatw{animation: bounce 0.5s;animation-direction: alternate;animation-timing-function: cubic-bezier(.5, 0.05, 1, .5);animation-iteration-count: infinite;} @keyframes bounce { from {transform: translate3d(0, 0, 0);} to {transform: translate3d(0, 50px, 0);} } ball {-webkit-animation-name: bounce;-webkit-animation-duration: 2s;-webkit-animation-direction: alternate;-webkit-animation-timing-function: cubic-bezier(.5, 0.05, 1, .5);-webkit-animation-iteration-count: infinite; } @-webkit-keyframes bounce { from {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);} to {-webkit-transform: translate3d(0, 200px, 0);transform: translate3d(0, 200px, 0);} } .floatw{position:fixed;width:60px;height:60px;bottom:50px;left:40px;background-color:#f89911;color:#FFF;border-radius:50px;text-align:center;font-size:30px;box-shadow: 2px 2px 3px #999;z-index:100;} .float{position:fixed;width:60px;height:60px;bottom:50px;right:40px;background-color:#25d366;color:#FFF;border-radius:50px;text-align:center;font-size:30px;box-shadow: 2px 2px 3px #999;z-index:100;} .error{color:red !important} .displaynone { display: none !important; } .card1 { position: fixed !important; top: 60 !important; right: 0 !important; z-index: 1 !important; } .demo { padding: 10; }

Contact Us

Reach us for Bookings, Support & Feedback.