.banner-panic {
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url("/assets/images/disinfestamisubito-bg-buttone.jpg");
}
.button-panic {
	width: 80%;
	min-width: 100px;
	max-width: 400px;
	margin: 50px auto 0;
	cursor: pointer;
	position: relative;
}
@media (min-width: 992px) {
	.button-panic {
		max-width: 500px;
	}
}
.button-panic-fg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.3s ease;
}
.button-panic-fg:hover {
	transform: translate(-50%, -50%) scale(0.97);
}
.button-panic-fg:active {
	transform: translate(-50%, -50%) scale(0.92);
}
.button-panic-bg {
	width: 100%;
}
.banner-panic h2 {
	width: 300px;
	margin: 30px auto 100px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	color: #ff6166;
	user-select: none;
	text-shadow: 0 0 10px white;
}
.contact-info-section {
	margin-top: 0;
}
.contact-info-section .inner-box {
	box-shadow: 0px -40px 60px 0px rgba(37, 59, 112, 0.1);
}
@media only screen and (max-width: 1139px) {
	#sticky-header {
		display: block !important;
		z-index: 99900;
		position: relative;
		margin: 128px 0 -190px;
	}
	#sticky-header.fixed {
		visibility: visible;
		opacity: 1;
	}
}
#sticky-header.fixed {
	position: fixed !important;
	margin: 0 !important;
}
.btn-style-two {
	border-radius: 0 32px 32px 32px;
}
.btn-style-two::before {
	border-radius: 0 32px 32px 32px;
}
#sticky-header .inner-container {
	display: flex;
	justify-content: center;
}
#sticky-header .link-btn {
	flex: 1 1 0px;
	padding: 10px 5px;
	max-width: 250px;
}
#sticky-header .link-btn a {
	width: 100%;
	text-align: center;
	padding: 20px 0;
}