.chatboing{position: fixed;right: 20px;font-size: 18px;background: #fff;color: #fff;bottom: 56px;padding: 10px;border-radius: 100px; cursor: pointer;z-index: 999;width: 60px;height: 60px;box-shadow: 0 0 11px #a6a6a6;}
.chatboing img{width: 100%;}

@media screen and (max-width: 720px) {
    .chatboing{right:10px;}
    #ymDivCircle{display:none !important;}
    .popupSec .closePop{background: white !important;}
}