.mobikwik {
	display: none !important;
}
.noscript::after { 
    content: "You need javascript enabled in your browser to view this site.";
    color: red;
	display: block;
	text-align: center;
    background-color: yellow;
}