.whatsapp-btn{
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 40px;
    .title{
        cursor: pointer;
        background: #00ad59;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
    }


    .links {
        overflow: hidden;
        height: 120px;
        -webkit-transition: height .8s linear, padding-top .8s linear;
        background:#000;
        display: none;
        justify-content: center;
        align-items: center;
        transition: .8s;
        position: relative;
        z-index: -1;
        top: 80px;
        a{
            margin: 0;
            color: #fff;
            font-weight: bold;
            font-size: 16px;
            writing-mode: vertical-lr;
            text-decoration: none;
        }
    }

    .toggled {
        height: 120px;
        display: flex;
        transition: .8s;
    }
}



.whatsapp-btn{
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
    align-items:end;

    .menu {
        display: flex;
        justify-content: flex-start;
        list-style-type: none;
        color: #fff;
        padding: 0;
    }

    .menu li {
        position: relative;
        margin-left: 1px;
        padding: 5px;
        background: #00ad59;
        padding: 7px;
        list-style: none;
    }
    .menu > li a svg {
        width: 40px;
        height: 40px;
    }
    .menuSub {
        position: absolute;
        margin-left: 0;
        padding: 0;
        display: none;
        margin-top: 7px;
        width: 100%;
    }
    .menuSub li{
        background: #000;
        transform: translateX(-8px);
    }
    .menuSub li a {
        padding: 5px 8px;
        display: block;
        color: #fff;
        text-decoration: none;
        font-weight: bold;
        font-size: 16px;
        span{
            writing-mode: vertical-lr;
        }
    }
}

/* header whatsapp btn css */
.talks-whatsapp-btn {
    color: #fff !important;
    border-radius: 10px;
    padding: .6rem 1rem;
    cursor: pointer;
    position: relative;
    transition: .2s ease-in-out;
    letter-spacing: 2px;
    text-align: center;
    text-decoration: none;
    display: block;
    font-weight: bold;
    font-size: 16px;
    background: #00ad59;
    margin-right: .8rem;
}

@media(max-width:767px){
            
    .talks-whatsapp-btn{
        font-size: 10px;
        padding: 10px;
        border-radius: 6px;
    }

}