h4, h1, h2, h3, h5, .title, p, a, span, button, div {
    font-family: Arial, Helvetica, sans-serif !important;
}

.scrollable-menu {
    width: 100%;
    overflow: auto;
    white-space: nowrap;
    background-color: #000000;
}

.custom-menu-item {
    font-family: Arial, Helvetica, sans-serif;
    display: inline-block;
    padding: 1px 10px;
    color: #F2F2F2;
    margin: 5px;
    border-radius: 5px;
}

.custom-menu-item.active {
    color: #14d31a;
    font-weight: bold;
}

@media screen and (max-width: 624px) {
    .icon-bar {
        position: fixed;
        /* margin-top:50px; */
        top: 75%;
        z-index: 1000;
    }

    .sideIconItem {
        font-size: 33px !important;
    }
}

@media screen and (min-width: 625px) {
    .icon-bar {
        position: fixed;
        /* margin-top:50px; */
        top: 75%;
        z-index: 1000;
    }
    .sideIconItem {
        font-size: 30px !important;
    }
}


a.whatsapp {
    color: #00A356 !important;
}

a.callNow {
    color: #00A356 !important;
    padding: 3px;
}


    
.icon-bar .whatsapp {
    display: block;
    text-align: center;
    padding: 16px;
    color: white;
    font-size: 20px;
}

.icon-bar .callNow {
    display: block;
    text-align: center;
    padding: 16px;
    color: white;
    font-size: 20px;
}

i.fab.fa-whatsapp.text-right {
    background-color: white;
    padding: 10px;
    border-radius:50px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border: 1px solid #F2F2F2;
}

i.fa.fa-phone.text-right {
    background-color: white;
    padding: 10px;
    border-radius:50px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border: 1px solid #F2F2F2;
}