Themes conflicts and overrides my WordPress Support widget Plugin styles

You should always prefix everything when creating your own plugin. Also try to avoid generic classes like .col and .container. If you don’t, that’s a recipe for disaster.

So use .yourpluginprefix_container instead of just .container.