/* Updated css as on 12.06.23 end */


.clicktotop a.btn-top{
    position: fixed;
    left: 75px;
    bottom: 10%;
    transition: background-color .3s, opacity .5s, visibility .5s; opacity: 0;visibility: hidden;
    animation-name: move-to-top;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes move-to-top{
    0%{bottom: 10%;}
    100%{bottom:16%;}
}

.clicktotop .top-text{color: #fff;
    font-size: 9px;
    position: relative;
    top: -9px;
    font-weight: 700;}


.clicktotop .btn-top svg{
    transform: rotate(180deg);
    width: inherit;
    margin: 0 auto;
    text-align: center;    position: relative;
    top: -2px;}


.clicktotop a.btn-top.show {
    opacity: 1;
    visibility: visible;
    z-index: 99;
}
      

@media screen and (max-width:580px){
    .clicktotop a.btn-top img {
        width: 25px;
    }
    
    .clicktotop a.btn-top {
        left: 35px;
        bottom: 18%;

    }
  
    
}



/* Updated css end as on 12.06.23  */

.clicktotop .contentWrapper {
    /* display: none; */
    width: 100%;
    margin: 0 auto;
    position: fixed;
    top: 68px;
    left: 0;
    right: 0;
    background: #fff;
    padding-top: 12px;
    height: 60px;
}


.clicktotop .tabsWrapper {
    width: 100%;
    height: 40px;
    overflow: hidden;
    position: relative;
}