            .g-trans {
                width: 62px;
                position: fixed;
                top: 200px;
                right: 5px;
                z-index: 99999;
                display: flex;
                align-items: center;
                gap: 6px;
                background: #f48e1e;
                padding: 10px;
                border-radius: 10px;
                border: 2px solid #fff;
                box-shadow: 0px 3px 4px #0000007d;
                transition: .3s ease-in;
            }



            .goog-te-gadget .goog-te-combo {
                margin: 0px !important;
                padding: 10px;
            }

            .g-trans img {
                cursor: pointer;
            }

            .g-trans.active {
                width: 200px;
            }

            #google_translate_element {
                height: 40px;
                overflow: hidden;
                border-radius: 8px !important;
                cursor: pointer
            }

            .VIpgJd-ZVi9od-l4eHX-hSRGPd {
                display: none !important;
            }

            @media(min-width:1024px) {
                .g-trans:hover {
                    width: 200px;
                }
            }
        
.social-icons2 {
    list-style-type: none;
    position: fixed;
    top: 50%;
    left: 10px;
    transform: translateY(-40%);
    z-index: 9998;
}

    .social-icons2 li .icon1 {
        display: block;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        margin-bottom: 15px;
        /* background: linear-gradient(#5b82b9,#0e2340); */
        background: #3b5998;
        color: #3b5998;
        border-radius: 50%;
        position: relative;
        /* overflow: hidden; */
        transition: .3s ease;
    }

        .social-icons2 li .icon1::before {
            content: "";
            position: absolute;
            width: 70%;
            height: 70%;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            background: #fff;
            border-radius: 50%;
            z-index: 1;
            box-shadow: -3px 4px 5px 3px #00000086, inset 0px 0px 3px 0px #434343;
        }

        .social-icons2 li .icon1:hover {
            box-shadow: -2px 2px 3px 0px #00000057;
            transform: translatey(1px);
        }

        .social-icons2 li .icon1 svg {
            font-size: 18px;
            position: relative;
            z-index: 2 !important;
            font-weight: 700;
        }

    .social-icons2 li .twitter {
        background: #00acee;
        color: #00acee;
    }

    .social-icons2 li .youtube {
        background: #c4302b;
        color: #c4302b;
    }

    .social-icons2 li .telegram {
        background: #0088cc;
        color: #0088cc;
    }

    .social-icons2 li .whatsapp {
        background: #25D366;
        color: #25D366;
    }

    .social-icons2 li .instagram {
        background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
        color: #e6683c;
    }

    .social-icons2 li .icon1 span {
        position: absolute;
        left: 58%;
        top: 50%;
        font-weight: bold;
        transform: translateY(-50%);
        background: #efefef;
        width: 0px;
        opacity: 0;
        visibility: hidden;
        height: 100%;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        box-shadow: -2px 2px 1px;
        transition: .3s ease;
    }

    .social-icons2 li .icon1:hover span {
        width: 150px;
        opacity: 1;
        visibility: visible;
    }