/* whats app */

.my-float {
    margin-top: 8px;
    color: white;
    z-index: -1;
}

.whats-app1 {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 20px;
    padding-top: 1px;
    padding-bottom: 5px;
    background-color: #003d4d;
    color: white;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #1b1b1b;
    z-index: 1000;
    right: 50px;
}


/* whats app */