/*New Translation CSS Start*/
    
    /* hide google translate top bar after update quick fix */
    iframe.skiptranslate{
      display: none !important;
    }

    /* Hide top bar google translate */
    .goog-logo-link {
      display: none !important;
    }

    .goog-te-banner-frame {
      display: none;
    }

    body {
      position: relative !important;
      top: 0px !important;
    }

    .goog-te-gadget {
      color: transparent !important;
    }

    /* hide drop down language select */
    #google_translate_element {
      display: none !important;
    }

    /* hide hover effect google translation suggestion */
    .goog-te-balloon-frame {
      display: none;
    }

    #goog-gt-tt {
      display: none !important;
      top: 0px !important;
    }

    .goog-tooltip skiptranslate {
      display: none !important;
      top: 0px !important;
    }

    .activity-root {
      display: hide !important;
    }

    .status-message {
      display: hide !important;
    }

    .started-activity-container {
      display: hide !important;
    }

    /* remove hover effect over translated text, provided by google api default */
    .goog-text-highlight {
      background-color: inherit !important;
      -webkit-box-shadow: inherit !important;
      -moz-box-shadow: inherit !important;
      box-shadow: inherit !important;
      box-sizing: inherit !important;
      -webkit-box-sizing: inherit !important;
      -moz-box-sizing: inherit !important;
      position: inherit !important;
    }

    /* This is Language Change button css */
    .language-button {
      bottom: 0px;
      background-color: inherit;
      border: none;
      height: 100%;
      display: inline;
      color: white;
    }

    .language-button:hover {
      color: #FCD116
    }

    .language-button-container {
      position: absolute;
      right: 10px;
    }

    .active-language {
      color: #FCD116;
      text-decoration: underline;
    }

    @media only screen and (max-width: 980px) {
      .language-button-container {
        text-align: center;
        width: 100%;
        height: auto;
        border-top: solid #FCD116 2px;
        border-left: none;
        position: relative;
        right: 0px;
      }
    }

    @media only screen and (max-width: 1120px) {
      .language-button-container {
        text-align: center;
        width: 100%;
        height: auto;
        border-left: none;
        position: relative;
        min-width: 150px;
        right: 0px;
      }
    }

    /*New Translation CSS end*/