header { height: 120px; box-shadow: -0px 0.5px 1px #237EBB50; /*border-radius: 5px;*/ .header-container { max-width: 1550px; height: 100%; margin: 0 auto; img { height: 100px; } li:nth-child(1) { &:hover #tooltip { background-color: #EEFCFF; display: block; top: 120px; left: -20px; li { padding:10px 20px; &:hover { background-color: #b5e7f1; } } } } } }