.bookMeeting {
    background-color: #00c700;
    display: flex;
    justify-content: center;
    padding:10px;
    /* margin:10px; */
    font-size: 16px;
    line-height: 1;
    font-weight: normal;
    text-decoration: none;
    position: relative;
    text-align: center;
    align-items: center;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}

.bookMeeting a{
  text-decoration: none;
  color: rgba(255, 255, 255, 1);
}

li.bookMeeting > a {
    border-bottom: 0 !important;
    width:100%;
    text-align:left;

}

li.bookMeeting:hover,li.bookMeeting:hover > a {
    background: #39d339 !important;
    color: #fff !important;
}

.mobileMenu .bookMeeting {
    justify-content: flex-start;
    margin: 10px;
    border-bottom: 0px;

}

.mobileMenu .bookMeeting > a {
    background: #00c700;
    color: #fff;
    padding: 10px;
}
