
.indososh-template2 {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px 5px;
    background-color: transparent;
}

.indososh-template2 .indososh-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 0 5px 5px 0;
    text-decoration: none;
    transition: all 0.3s ease;
        padding: 11px;
}

.indososh-template2 .indososh-btn:hover {
    transform: scale(1.1);
}
.indososh-btn-fb{background:#3b5998}
.indososh-btn-instagram{background:#E1306C}
.indososh-btn-linkedin{background:#0077B5}
.indososh-btn-twitter{background:#1DA1F2}