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