    .social-sidebar-area {
        width: 120px;
        height: 72%;
        background-color: transparent;
        position: fixed;
        bottom: 100px;
        left: 0;
        z-index: 100;
        overflow: hidden;
    }

    .social-info-area {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        position: absolute;
        bottom: 270px;
        left: -110px;
        z-index: 10;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .social-info-area a {
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 600;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 5px;
        line-height: 1;
    }

    .social-info-area a i {
        font-size: 12px;
        color: #9f9f9f;
        margin-right: 5px;
    }
