@keyframes floating{0%{transform:translate(0)}25%{transform:translateY(30px)}50%{transform:translate(30px,30px)}75%{transform:translate(30px,60px)}to{transform:translate(0)}}@keyframes floating2{0%{transform:translate(0)}25%{transform:translateY(-30px)}50%{transform:translate(-30px,-30px)}75%{transform:translate(-30px,-60px)}to{transform:translate(0)}}@media(max-width:1199px){.prod-icon-list ul li img{animation-duration:10s;animation-iteration-count:infinite;animation-name:floating;animation-timing-function:ease-in-out}.prod-icon-list ul li:nth-child(2) img,.prod-icon-list ul li:nth-child(6) img,.prod-icon-list ul li:nth-child(8) img{animation-name:floating2}.prod-icon-list ul li:first-child img{animation-delay:.1s}.prod-icon-list ul li:nth-child(2) img{animation-delay:.2s}.prod-icon-list ul li:nth-child(3) img{animation-delay:.3s}.prod-icon-list ul li:nth-child(4) img{animation-delay:.4s}.prod-icon-list ul li:nth-child(5) img{animation-delay:.5s}.prod-icon-list ul li:nth-child(6) img{animation-delay:.6s}.prod-icon-list ul li:nth-child(7) img{animation-delay:.7s}.prod-icon-list ul li:nth-child(8) img{animation-delay:.8s}.prod-icon-list ul li{transform:none!important}}@media(max-width:767px){.prod-icon-list ul li{transform:none!important}.prod-icon-list ul li:nth-child(7){top:-100px}.prod-icon-list ul li:nth-child(5){left:-40px;top:90px}.prod-icon-list ul li:nth-child(3){bottom:-50px}}