.booking-nav {
    position: fixed;
    background: #fff;
    border-radius: 5px;
    width: auto;
    z-index: 150;
    bottom: 50px;
    padding: 10px 0;
    border: 1px solid #f2f2f2;
}

.booking-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.booking-nav ul li {
    list-style: none !important;
    margin-bottom: .6em;
}

.booking-nav ul>li a {
    border: none;
    padding: 3px;
    display: block;
    border-radius: 5px;
    text-align: center;
    font-size: 10px;
    line-height: 15px;
    color: #515151;
    font-weight: 700;
    max-width: 72.19px;
    max-height: 54px;
    text-decoration: none;
}

.booking-nav ul>li a i {
    background-size: contain;
    width: 36px;
    height: 36px;
    display: block;
    margin: 0 auto;
}

@media only screen and (max-width: 768px) {
    .booking-nav {
        background: white;
        width: 100%;
        border-radius: 0;
        color: #fff;
        height: 60px;
        line-height: 50px;
        position: fixed;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        z-index: 999;
        padding: 5px;
        margin: 0;
        box-shadow: 0 4px 10px 0 #000;
    }

    .booking-nav ul{
      display: flex;
      flex-wrap: nowrap;
      align-items: center;
      gap: 10px;
      text-align: center;
      justify-content: space-between;
    }
}
