/**support**/
#ntg-call-bottom .box-support {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 999999;
    transition: 0.3s ease-in-out;
}

#ntg-call-bottom .box-support-mobile {
    display: none;
}

#ntg-call-bottom .box-support a {
    display: block;
    margin: 10px 0;
    position: relative;
    transition: 0.3s ease-in-out;
}

#ntg-call-bottom .box-support a img {
    transition: 0.3s ease-in-out;
}

#ntg-call-bottom .box-support a:hover img {
    animation-name: shake;
    cursor: pointer;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: reverse;
}

#ntg-call-bottom .box-support .aml-tooltiptext {
    background-image: linear-gradient(180deg, #4fc3f7 0%, #0277bd 100%);
    color: #fff;
}

#ntg-call-bottom .box-support .aml-tooltiptext {
    visibility: hidden;
    font-size: 12px !important;
    line-height: 16px !important;
    text-align: center;
    white-space: nowrap;
    border-radius: 4px;
    padding: 8px;
    position: absolute;
    top: calc(50% - 16px);
    z-index: 1;
    opacity: 0;
    right: 120%;
    transition: opacity .5s;
}

#ntg-call-bottom .box-support a:hover .aml-tooltiptext {
    visibility: visible;
    opacity: 1;
}

#ntg-call-bottom .box-support i {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #066CD2;
    text-align: center;
    line-height: 45px;
    font-size: 23px;
    color: #fff;
}

#ntg-call-bottom .box-support i#instagram-social {
    background: #440000 !important;
}

#ntg-call-bottom .box-support i#youtube-social {
    background: #DD0000 !important;
}

@media only screen and (max-width: 900px) {
    #ntg-call-bottom .box-support {
        display: none;
    }

    #ntg-call-bottom .box-support-mobile {
        display: block;
    }

    div#ntg-call-bottom {
        justify-content: center !important;
        text-align: center;
        background: #fff;
        padding: 5px 16px;
        position: fixed;
        bottom: 0px;
        width: 100%;
        z-index: 9999;
        box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
    }

    div#ntg-call-bottom .box-support-mobile a {
        width: 19% !important;
        margin: 0.00px !important;
        display: inline-block;
    }

    div#ntg-call-bottom .box-support-mobile a img {
        width: 30px;
        height: 30px;
        margin: auto;
        display: block;
    }

    div#ntg-call-bottom .box-support-mobile a span {
        color: #6c738d;
        font-size: 11px !important;
        text-align: center;
        display: block;
    }

    div#ntg-call-bottom .box-support-mobile i {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: #066CD2;
        text-align: center;
        line-height: 30px;
        font-size: 15px;
        color: #fff;
    }

    div#ntg-call-bottom .box-support-mobile i#instagram-social {
        background: #440000 !important;
    }

    div#ntg-call-bottom .box-support-mobile i#youtube-social {
        background: #DD0000 !important;
    }
}