.whatsapp{
    display: none;
}
.sms{
    display: none;
}
.telegram{
    display: none;
}
@media screen and (max-width: 991px ){
    .fixedContactIcons:first-child{
        bottom: 180px;
        color: #fff;
        display: block;
        position: fixed;
        right: 5px;
        text-align: right;
        z-index: 1000;
    }
    .fixedContactIcons:last-child{
        bottom: 111px;
        color: #fff;
        display: block;
        position: fixed;
        right: 5px;
        text-align: right;
        z-index: 1000;
    }
}
@media screen and (max-width: 768px ){
    .fixedContactIcons:first-child{
        right: 102px;
        bottom: 162px;
    }
    .fixedContactIcons:last-child{
        bottom: 160px;
        right: 35px;
    }
    .userway_p2.scrollend{
        top: unset !important;
        bottom: 157%;
    }
    .userway_p2.scrollend .uai{
        bottom: 122px;
    }
    .calendly-badge-widget.scrollend{
        bottom: 50px;
    }
    [class*='videoask-embed__button'].scrollend.extraclassScroll{
        right: 0;
        left: 15px;
        bottom: 90px!important;
    }

}
[class*='videoask-embed__button'] {
    left: 15px!important;

}