.float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 40px;
    right: 40px;
    background-color: #001637;;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    z-index: 100;
}

.my-float {
    margin-top: 10px;
}

.float-p {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 100px;
    right: 40px;
    background-color: #001637;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 25px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    z-index: 100;
}

.my-float-p a {
    margin-top: 10px !important;
}