/*!/wp-content/plugins/neera-plus/modules/site-to-top/assets/css/totop.css*/#back-to-top{position:fixed;display:none;text-decoration:none;bottom:20px;right:20px;overflow:hidden;width:60px;height:60px;border:none;text-indent:100%;z-index:9;text-indent:-9999px}.back-to-top-icon{display:block;position:absolute;left:0;right:0;margin:0 auto;top:50%;transform:translateY(-50%);-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);color:var(--wdtAccentTxtColor);-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-o-transition:all .3s linear;-ms-transition:all .3s linear;transition:all .3s linear;text-indent:0;text-align:center;font-size:20px;line-height:1;background-image:url(https://neera.wpengine.com/wp-content/uploads/2024/01/Neera-Back-to-top-anchor.png);background-size:auto;background-position:center center;background-repeat:no-repeat;width:100%;height:100%}.back-to-top-icon i{display:none}#back-to-top:active,#back-to-top:focus{outline:none}#back-to-top{background-color:var(--wdtPrimaryColor);box-shadow:0 0 6px 0 rgb(var(--wdtAccentTxtColorRgb),0);-webkit-box-shadow:0 0 6px 0 rgb(var(--wdtAccentTxtColorRgb),0)}#back-to-top:hover{background-color:var(--wdtSecondaryColor);box-shadow:0 0 6px 0 rgb(var(--wdtAccentTxtColorRgb),.3);-webkit-box-shadow:0 0 6px 0 rgb(var(--wdtAccentTxtColorRgb),.3)}@media only screen and (max-width:1280px){.nav-is-visible #back-to-top{opacity:0}}