a.language-selector { color: #707070; font-size: 18px; font-weight: 500; display: inline-block; font-family: work-sans, sans-serif; text-decoration: none; } .language-selector-container { position: relative; float: right; height: 46px; display: flex; margin-top: -7px; align-items: center; } .language-selector-container:hover { cursor: pointer; } i.sub-menu-icon { height: 8px; width: 8px; transform: rotate(-135deg); border-bottom: 1.5px solid #707070; border-right: 1.5px solid #707070; margin: 0 15px; margin-top: 7px; } i.language-selector-divider { border-right: 1px solid #707070; border-right: 1px solid #707070; height: 60%; } .language-dropdown { display: none; position: absolute; top: 100%; left: 0; text-align: center; width: 100%; border-bottom: 4px #707070; background: #fff; border: 1px solid #707070; z-index: 10; } .language-selector-container:hover .language-dropdown { display: block; } .language-dropdown:hover { display: block; } .language-dropdown a { display: block; padding: 10px; text-decoration: none; color: #707070; } @media only screen and (max-width: 650px) { .language-selector-container { position: absolute; right: 115px !important; } .language-selector-divider { display: none; } .language-dropdown{ width: 55px; } } @media only screen and (max-width: 991px) { .language-selector-container { position: absolute; right: 135px; } } @media only screen and (max-width: 500px) { .cerdit-new-header #brand-logo { height: 16px; margin-left: -115px; margin-top: 6px; } }