/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 11 2024 | 07:41:10 */
@media (min-width: 768px) {
  /* Show on tablets in landscape (horizontal) and larger screens */
  .hide-mobile {
    display: block;
  }
}

@media (max-width: 1024px) and (orientation: portrait) {
  /* Hide on tablets in portrait */
  .hide-mobile {
    display: none !important;
  }
	.mobiletbp20{
		padding-top:20px;
		padding-bottom:20px;
	}
}
