


.cus-btn-bg{
    background: linear-gradient(to right, #1D9BFE, #054CFF) !important;
}

.m-move-shadow img:hover{
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    transform: scale(1.1);
    /*background: red !important;*/
}


.gotop{
    position: fixed;
    bottom: 10%;
    z-index: 100;
    /* width: 2rem; */
    background: rgba(0, 122, 255, 0.58);
    color: #fff;
    padding: .3rem;
    border-radius: .5rem;
    font-size: .5rem;
    text-decoration: none;
}
.gotop:hover,.gotop:active{
    background: rgba(0, 122, 255, 0.86) !important;
    color: #fff;
    text-decoration: none
}