.Som{
    outline:none;
    border:0;
    background-color:#fff159;
    width:40px;
    height:40px;
    padding:8px;
    justify-content: center;
    position:fixed;
    left:10px;
    bottom:40px;
    box-shadow: 0 1px 6px 2px #000000, 0 2px 4px -1px #000000;
    z-index:999px;
    cursor:pointer;
}
.Email{
    outline:none;
    border:0;
    background-color:#fff159;
    width:65px;
    height:65px;
    padding:8px;
    border-radius:50%;
    justify-content: center;
    position:fixed;
    right:10px;
    bottom:110px;
    box-shadow: 0 1px 6px 2px #000000, 0 2px 4px -1px #000000;
    z-index:999px;
    cursor:pointer;
    
}
.Whatsapp{
    outline:none;
    border:0;
    background-color:#fff159;
    width:65px;
    height:65px;
    padding:8px;
    border-radius:50%;
    justify-content: center;
    position:fixed;
    right:10px;
    bottom:40px;
    box-shadow: 0 1px 6px 2px #000000, 0 2px 4px -1px #000000;
    z-index:999px;
    cursor:pointer;

}
@media (min-width:992px){
    .Som{
        outline:none;
        border:0;
        width:40px;
        height:40px;
        padding:8px;
        justify-content: center;
        position:fixed;
        left:10px;
        bottom:10px;
        box-shadow: 0 1px 6px 2px #000000, 0 2px 4px -1px #000000;
        z-index:999px;
        cursor:pointer;
    }
    .Email{
        outline:none;
        border:0;
        background-color:#fff159;
        width:65px;
        height:65px;
        padding:8px;
        border-radius:50%;
        justify-content: center;
        position:fixed;
        right:80px;
        bottom:10px;
        box-shadow: 0 1px 6px 2px #000000, 0 2px 4px -1px #000000;
        z-index:999px;
        cursor:pointer;
        
    }
    .Whatsapp{
        outline:none;
        border:0;
        background-color:#fff159;
        width:65px;
        height:65px;
        padding:8px;
        border-radius:50%;
        justify-content: center;
        position:fixed;
        right:10px;
        bottom:10px;
        box-shadow: 0 1px 6px 2px #000000, 0 2px 4px -1px #000000;
        z-index:999px;
        cursor:pointer;
    
    }
}