.ibong-mobile-menu a{
    display:block;
    text-decoration:none;
    padding:10px;
}

.ibong-mobile-menu i{
    font-size:20px;
    transition:all .3s ease;
}

.ibong-pulse{
    animation:ibongPulse 1.2s infinite;
}

@keyframes ibongPulse{
    0%{transform:scale(1)}
    50%{transform:scale(1.08)}
    100%{transform:scale(1)}
}

.ibong-help{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:22px;
    height:22px;
    border-radius:50%;
    background:#f1f1f1;
    cursor:pointer;
    font-weight:bold;
    margin-left:6px;
}

.ibong-icon-picker{
    margin-left:6px;
}

@font-face {
    font-family: 'ibongFont';
    src: url('../fonts/font/Tanha.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

#ibong-mobile-nav {
    font-family: 'ibongFont', sans-serif;
}