.body-wrapper #sp-header.header-sticky {
	background-color: #ffffff!important;
}

#sp-header #sp-menu .sp-megamenu-wrapper .sp-megamenu-parent li .sp-dropdown .sp-dropdown-inner {
	background-color: #ffffff;
}

#sp-header #sp-menu .sp-megamenu-wrapper .sp-megamenu-parent li .sp-dropdown .sp-dropdown-inner li.sp-menu-item>a,
#sp-header #sp-menu .sp-megamenu-wrapper .sp-megamenu-parent li .sp-dropdown .sp-dropdown-inner li.sp-menu-item>span {
	font-size: 16px;
	padding: 4px 25px;
}

.sp-menu-item>.padding-bottom {
	padding-bottom: 20px!important;
}

.sp-page-builder .page-content #section-id-e681e30d-56ca-469a-9ee5-f4b818e49715 {
	background-size: 500px;
}

#sp-bottom>.container,
#sp-footer>.container,
#sp-bottom>.sppb-row-container,
#sp-footer>.sppb-row-container {
	max-width: 1320px;
}

.sppb-row-container {
	max-width: 90%!important;
}

/* Error page styling */

html.error-page .error-code,
html.error-page .error-message,
body .error-wrapper .sppb-btn.sppb-btn-link:hover,
body .error-wrapper .sppb-btn.sppb-btn-link:focus,
body .error-wrapper .btn.sppb-btn-link:hover,
body .error-wrapper .btn.sppb-btn-link:focus,
html.error-page .error-wrapper a.sppb-btn-link {
	color: #000!important;
}

html.error-page body {
	background-color: #fff!important;
}

html.error-page .error-logo {
	transform: scale(0.5);
}

html.error-page .error-wrapper {
	gap: 70px!important;
	margin-left: 25px!important;
}

.error-code,
.coming-soon-number {
	color: #000000;
}

html.error-page .error-code {
	font-size: 150px!important;
}

html.error-page .btn.btn-secondary {
	background-color: #f4b555!important;
	border-color: #f4b555!important;
}

html.error-page .btn.btn-secondary:hover {
	background-color: #ef2e24!important;
	border-color: #ef2e24!important;
}

.hidy {
	width: 113%;
	height: 60px;
	background-color: rgb(102, 102, 102);
	position: relative;
	bottom: 56px;
	right: 50px;
}

#sp-header #sp-menu .sp-megamenu-wrapper .sp-megamenu-parent .sp-menu-item>a:hover,
#sp-header #sp-menu .sp-megamenu-wrapper .sp-megamenu-parent .sp-menu-item>span:hover,
#sp-header #sp-menu .sp-megamenu-wrapper .sp-megamenu-parent .sp-menu-item:hover,
#sp-header #sp-menu .sp-megamenu-wrapper .sp-megamenu-parent li .sp-dropdown .sp-dropdown-inner li.sp-menu-item>a:hover,
#sp-header #sp-menu .sp-megamenu-wrapper .sp-megamenu-parent li .sp-dropdown .sp-dropdown-inner li.sp-menu-item>span:hover,
.sp-menu-item.current-item.active,
#sp-header #sp-menu .sp-megamenu-wrapper .sp-megamenu-parent li .sp-dropdown .sp-dropdown-inner li.sp-menu-item.active a {
	color: #ef2e24;
}

#sp-header #sp-menu .sp-megamenu-wrapper .sp-megamenu-parent li .sp-dropdown .sp-dropdown-inner li.sp-menu-item>a {
	color: #252525;
}

.hidy {
	width: 113%;
	height: 60px;
	background-color: rgb(255, 255, 255);
	position: relative;
	bottom: 56px;
	right: 50px;
}

/* iPhone bg fix */

@media only screen and (min-device-width: 320px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
	.sp-page-builder .page-content #section-id-1775695227800,
	.sp-page-builder .page-content #section-id-zg52auetRHlfBJO9_3Jrf {
		background-size: unset !important;
		background-attachment: scroll !important;
		background-position: top !important;
	}
}

/* Extra small devices (phones, 600px and down) */

@media screen and (min-width:320px) and (max-width:932px) {
	#sp-logo .logo-image-phone {
		height: 45px;
	}
	#sp-header.header-sticky .logo-sticky {
		display: none !important;
	}
	h1.sppb-addon-title {
		font-size: 45px;
	}
	.hidy {
		width: 116%;
		height: 60px;
		background-color: rgb(255, 255, 255);
		position: relative;
		bottom: 57px;
		right: 50px;
	}
}

/* Small devices (portrait tablets and large phones, 600px and up) */

@media only screen and (min-width: 600px) {
	...
}

/* Medium devices (landscape tablets, 768px and up) */

@media screen and (min-width: 768px) and (max-width:1024px) {
	..
}


@media screen and (min-width: 1024px) and (max-width:1366px) {
	    #sp-header .logo-image {
        max-height: 70px;
    }
}

/* Large devices (laptops/desktops, 992px and up) */

@media screen and (min-width: 900px) and (max-width:1440px) {
	...
}

/* Extra large devices (large laptops and desktops, 1200px and up) */

@media only screen and (min-width: 1200px) {
	...
}

/* Codes for Bootstrap hidden elements on devices
hidden-xs
hidden-sm
hidden-md
hidden-lg
 */