.sosyal_btn_whatsapp {
    position: fixed;
    bottom: 25px;
    right: 15px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #25D366;
    display: flex;
    align-items: center;
    font-weight: 600;
    padding: 7px 10px;
    text-decoration: none;
    transition: .14s ease;
    z-index: 999;
    -webkit-box-shadow: 0px 8px 23px -6px rgba(27,27,27,1);
    -moz-box-shadow: 0px 8px 23px -6px rgba(27,27,27,1);
    box-shadow: 0px 2px 20px -10px rgba(27,27,27,1)
}
.sosyal_btn_tel {
    position: fixed;
    bottom: 72px;
    right: 15px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #2559d3;
    display: flex;
    align-items: center;
    font-weight: 600;
    padding: 7px 10px;
    text-decoration: none;
    transition: .14s ease;
    z-index: 999;
    -webkit-box-shadow: 0px 8px 23px -6px rgba(27,27,27,1);
    -moz-box-shadow: 0px 8px 23px -6px rgba(27,27,27,1);
    box-shadow: 0px 2px 20px -10px rgba(27,27,27,1)
}

.sosyal_btn_beyaz {
    color: white;
}