
#g-sticky-banner {
	z-index: 99999;
	position: relative;
}

.g-offcanvas-toggle {
	z-index: 999999 !important;
}

.sticky {
 position: fixed !important;
 top: 0;
 width: 100%;
}

.sticky + .content {
 padding-top: 60px;
}

.close-div {
	position: absolute;
	top: 0;
	right: 2%;
}

.close-div i {
	font-size: 24px;
	cursor: pointer;
}

.sticky-banner {
	position: relative;
}

.sticky-banner-container {
	margin: 0 20px;
}

.sticky-banner-container p {
	font-size: 0.975rem;
}

#g-sticky-banner {
	background-color: #f4f4f4;
}

#g-sticky-banner .g-content {
	padding: 0;
	margin: 0;
}

@media (min-width:768px) and (max-width:820px) {
	.sticky-banner-container {
		margin: 0 45px;
	}
}

@media (min-width:580px) and (max-width:767px) {
	.sticky-banner-container {
		margin: 0;
	}
}
@media (max-width:579px) {
	.sticky-banner-container {
		margin: 0 45px;
	}
}
