/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.uc_classic_content .uc_classic_content_content h2 {
	margin-bottom: 5px!important;
}
.uc_classic_content .uc_classic_content_content p {
	margin-bottom: 5px!important;
}
/* پنهان‌سازی کامل بخش Live Chat AI همراه با فوتر آن */
.live-chat-ai-wrapper,
.live-chat-ai-wrapper-right-align,
.messenger-footer {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
  position: absolute !important;
  z-index: -9999 !important;
}


