change hover color of specific menu link [closed]

Here you go –

.book-now-link span:hover {
  background-color: #ffffff;
  padding: 5px 10px 5px 10px;
}

Tested and it works.