
.sticky-container {
    padding: 0px;
    margin: 0px;
    position: fixed;
    left: -130px;
    bottom: 170px;
    width: 165px;
    z-index: 1100;
}


.socialleft li {
    list-style-type: none;
    background-color: #277cd8;
    /* border: 1px solid #666; */
    -webkit-border-radius: 0 30px 30px 0;
    -moz-border-radius: 0 30px 30px 0;
    border-radius: 0 30px 30px 0;
    color: #efefef;
    height: 38px;
    padding: 0px;
    margin: 20px 0px 1px 0px;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    cursor: pointer;
}


.socialleft li:hover {
    margin-right: -115px;
}


.socialleft li i {
    float: right;
    margin: -2px 4px;
    margin-right: 5px;
    margin-left: 10px;
    color: #fff;
    /* background: #277cd8; */
    padding: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 20px;
    /* background: #277cd8; */
    -webkit-transform: rotate(
            0deg
    );
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(
            0deg
    );
}

.socialleft li a {
    text-decoration: none;
    color: #fff !important;
}

.socialleft li p {
    text-align: right;
    padding-top: 5px;
    line-height: 14px;
    font-size: 13px;
    margin-left: 150px;
    color: #fafafa;
}


.socialleft li.facebook {
    background: #3c5b9b;
}



.socialleft li.instagram {
    background: #f00075;
}


.socialleft li.linkedin {
    background: #0076af;
}


.socialleft li.whatsapp {
    background: #31d411;
}
