/* Floating Social Media Bar Style Starts Here */
#social {
    .float-sm {
        position: fixed;
        width: 250px;
        right: -250px;
        top: 50%;
        transform: translate(0%, -50%);
    }

    .fl-fl:hover {
        opacity: 1;
    }

    .fl-fl {
        opacity: 0.6;
        border-radius: 5px;
        position: relative;
        right: 60px;
        margin: 5px;
        padding: 4px;
        width: 250px;
        z-index: 1000;
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease;
    }

    .fa {
        font-size: 20px;
        color: #fff;
        padding: 10px 0;
        width: 40px;
        margin-left: 8px;
    }

    .fl-fl:hover {
        right: 250px;
    }

    .fl-fl a {
        color: #fff !important;
        text-decoration: none;
        text-align: center;
        line-height: 43px !important;
        vertical-align: top !important;
        font-size: 0.7rem;
    }

    .float-fb {
        background: #4267B2;
    }

    .float-yt {
        background: #FF0000;
    }

    .float-ig {
        background: #833AB4;
    }

    .float-wa {
        background: #25D366;
    }

    .float-phone {
        background: #000dff;
    }

    .float-email {
        background: #b14b00;
    }
}

/* Floating Social Media Bar Style Ends Here */