.chat-start{
	bottom:90px !important;
	right:40px !important;
}	
@media (min-width:320px) and (max-width:428px) {
    .chatbot-mob-hide {
        display: none !important;
    }
}

@media (min-width:540px) and (max-width:960px) {
    .chatbot-desktop-hide {
        display: none !important;
    }
}
@media (min-width:1024px) and (max-width:1920px) {
    .chatbot-desktop-hide {
        display: none !important;
    }
}