.ct-topbar {
    text-align: right;
    background: #f6f6f6;
    border-radius: 5px;
}
.ct-topbar__list {
    margin-bottom: 0px;
}
.ct-language__dropdown{
    background-color: #f6f6f6;
    padding-top: 8px;
    max-height: 0;
    overflow: hidden;
    position: absolute;
    top: 100%;
    left: -3px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    width: 100px;
    text-align: center;
    padding-top: 0;
    z-index:200;
    border-radius: 5px;
    margin-top: 4px;
}

.ct-language__dropdown li{
    background: #f6f6f6;
    padding: 5px;
    border-radius: 5px;
}

.
.ct-language__dropdown li a{
    display: block;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: 0;
    padding-left: 18px;
    padding-right: 18px;
}

.ct-language__dropdown:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 8px;
    height: 0;
    border: 0 solid transparent;
    border-right-width: 8px;
    border-left-width: 8px;
    border-bottom: 8px solid #f6f6f6;
    border-radius: 5px;
}

.ct-language{
    position: relative;
    padding: 6px 0;
}

.ct-language:hover .ct-language__dropdown{
    max-height: 100px;
    padding-top: 8px;
    background-color: #f6f6f6;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

body {
    top: 0px !important; 
}