.icon-bar-footer {
    position: fixed;
    top: 80%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99999999;
}

.icon-bar-footer a {
    display: block;
    text-align: center;
    padding: 8px 1px 5px 10px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
}

.whatsapp_footer {
    top: 50px;
    left: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    opacity: 1;
    background: green;
    color: #fff;
    border-radius: 50%;
}

.call_footer {
    top: 50px;
    left: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    opacity: 1;
    background: blue;
    color: #fff;
    border-radius: 50%;
}

.navbar-dark .navbar-nav .nav-link {
    color: #ffffff !important;
}

.navbar-dark .navbar-toggler{
    color: #000000;
}

.badge-white {
    color: #ffffff !important;
    background-color: #ffcd20  !important;
}

.hover-shine {
    position: relative;
    overflow: hidden;
    border: 6px solid #ffcd20 !important;
    border-radius: 32px;
}