.pulse-it{ background-color:red; height: 50px; width: 50px; border-radius:50px; } .pulse-it:before{ position:absolute; content:" "; animation-name:pulse-it; background-color:inherit; height: inherit; width: inherit; border-radius:inherit; animation-duration: 2.5s; animation-iteration-count: infinite; } @keyframes pulse-it{ 0%{ transform: scale(.5); opacity:0; } 50%{ transform: scale(1.3); opacity:.3; } 100%{ transform: scale(1.5); opacity:0; } } .pulse-it2{ } .pulse-it2:before{ position:absolute; content:" "; animation-name:pulse-it; background-color:#ffffff; height: inherit; width: inherit; border-radius:inherit; animation-duration: 2.5s; animation-iteration-count: infinite; } @keyframes pulse-it{ 0%{ opacity:0; } 50%{ opacity:1; } 100%{ opacity:0; } } .android .hide-on-android { display:none !important; } #optanon-minimize-wrapper{ right: auto !important; left: 0 !important; padding: 0 !important; } /******** One Trust Cookie Button ********/ #optanon-minimize-wrapper { font-family: Arial; -webkit-text-size-adjust: none; font-size: .63em; color: #000; margin: auto; text-decoration: none; position: relative; background-color: #d7d7d7; background-repeat: no-repeat; border: solid; border-color: #333; cursor: pointer; overflow: hidden; border-width: 1px; padding: 10px; border-radius: 8px; position: fixed; right: 0; bottom: 0; z-index: 1; } #ot-sdk-btn{ z-index: 100; bottom: 0; Left: 0; position: absolute; } .hide-ot-ui #onetrust-consent-sdk, .hide-ot-ui #ot-sdk-btn{ display: none !important; }.lpanes-container > *{ transform: initial !important; left:0 !important; } .ptop{ top: 0 !important; } .globalui-icon-toc{ display:none !important; } .main-content .svg-anim path{ stroke-dashoffset: 1000; stroke-dasharray: 1000; transition: stroke-dasharray .7s ease-out; } .main-content .svg-anim.play path{ stroke-dasharray: 2000; } *:focus { outline: none !important; }