#sp-header {
	height: 120px;
	width: 100%;
	position: relative;
	z-index: 99;
	animation: spFadeIn 0.5s;
	margin: 0 auto;
	max-width: 1750px;
	padding: 25px 15px;
	box-shadow: none !important;
	border-bottom: 1px solid #000000;
}

@media (max-width: 576px) {
  .logo-image {
    height: 60px !important;
  }
  
  #sp-main-body {
	padding: 30px 0 !important;
}

#sp-header-topbar .container-inner {
	border-bottom: none !important;
}