.covid-banner {
	font-size: 20px !important;
	height: 50px !important;
	background-color: #9283be !important;
	width: 100%;
	text-align: center;
	overflow: hidden;
}
.covid-banner-fixed {
	position: fixed;
	top: 0px;
	z-index: 9999;
}

/* .covid-banner-top {
	top: 90px !important;
} For to hide covid banner */ 

/* .covid-banner-50 {
	top: 50px !important;
} For to hide covid banner */

@media (min-width: 300px) and (max-width: 392px) {
	.covid-banner .f20 {
		font-size: 15px;
	}
}

@media (min-width: 300px) and (max-width: 697px) {
	.home-banner{
		position: relative !important;
		top: 35px;
	}
	/* .covid-banner{
		height: 80px !important;
	} */
	/* .covid-banner-top {
		top: 80px !important;
	} */
}

@media (min-width: 698px) and (max-width: 1020px) {
	/* .covid-banner-top {
		top: 50px !important;
	} */
	.home-banner{
	    position: relative;
		top: 35px;
	}
}

