#google_translate_element{
    position: absolute;
    right:300px;
    top: 7px;
}
#google_translate_element .goog-te-gadget-simple {
    border-color: #ccc;
    border-radius: 30px;
    padding: 0px 3px 1px 5px;
}
#google_translate_element .goog-te-gadget-simple .goog-te-gadget-icon {
    width: 12px;
    background-position: -45px 2px !important;
    background-size: auto 13px;
    background-repeat: no-repeat;
}
#google_translate_element .goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed img{
    display: none;
}
#google_translate_element .goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span:first-child {
    
    font-size: 12px;
    color: var(--lightGray);
    margin-top: 1px;
    display: inline-block;
    vertical-align: top;
    margin-right: 3px;
}
#google_translate_element .goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed img + span:not(:last-child) {
    display: none;
}
#google_translate_element .goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span:last-child {
    text-indent: -9999px;
    display: inline-block;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23999' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") no-repeat center center;
    width: 10px;
}

@media (max-width:1024px){
    #google_translate_element
    {
        right:200px;
        top: 4px;
    }
}
/* @media (max-width:991px){
    #google_translate_element{
        right: 30%;
        top: 4px;
    }
    
} */
@media (max-width:767px){
    #google_translate_element{
        position: relative;
        right: auto;
        top: auto;
        margin: 5px 0;
        transform: translateX(-50%);
        left: 50%;
        width: 130px;

    }
}