#gt_float_wrapper{
  left: auto !important;
  right: 0 !important;
  bottom: -7px !important;
  animation-name: pulse;
    animation-duration: 3s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}
.gt_float_switcher .gt-selected .gt-current-lang{
  padding: 8px 15px !important;
  font-weight: 500;
  border: 2px solid;
  border-image: linear-gradient(45deg, #4285F4, #EA4335, #FBBC05, #34A853) 1;
    
}

@keyframes pulse{  
  0% {
    box-shadow: 0 0 0 0 rgb(216 79 26 / 50%);
  }
  90% {
    box-shadow: 0 0 0 18px rgba(37, 211, 102, 0);
  }
}

@media (max-width:575px){
  .gt_float_switcher .gt-selected .gt-current-lang{
    padding: 5px 8px !important;
  }
  .gt_float_switcher img{
    width: 28px !important;
    margin-left: 2px !important;
  }
  .gt_float_switcher .gt_options a{
    padding: 7px 8px !important;
    font-size: 17px;
  }
}