.float-right{
    position: fixed;
    right: 1%;
    bottom: 1%;
    width: 75px;    
    z-index: 1000;
    /* height: 300px; */
}
.float-five{
    width: 75px;
    height: 75px;
    background-color: #1f2677;
    margin-bottom: 1px;
    color: white;
    font-size: 14px;
    padding: 10px 0px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    display: block;
}
.float-active,.float-active:hover,.float-five:hover{
    background-color: #e70012;
    color: white;
    text-decoration: none;
}
.float-five>a{
    color: white;
    display: block;
    text-decoration: none;
    font-size: 14px;
}
.float-ts-hide{
    display: none;
}
#floatDivSlideBtn>img{
    margin: 12px 0px;
}
@media (max-width: 767px){
    .float-hidden-xs {
        display: none;
    }
}