.htq_float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#ee6002;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    box-shadow: 2px 2px 3px #c8c8c8;
    z-index: 1002;
    font-size: 1.5em;
}

.htq-my-float
{
    margin-top:1em;
}

a.htq_float:hover
{
    color:#FFF;
    background-color:#ee6002;
}

@media only screen and (max-width: 768px) 
{
    .htq_float{
     
       bottom:30px;
        right:10px;
    }
}
