.covid-header-preview {
	position: relative;
}

.covid-content {
    right: 0;
    left: 10%;
    position: absolute !important;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.custon-cross {
    left: unset;
    padding: 0px;

}

.custon-cross img {
    width: auto;
}

#covid-header img.img-fluid {
	max-width: unset;
}

img.covid-img {
    height: 81px !important;
}

p.sub-text {
    line-height: 1 !important;
}

@media (min-width: 768px) and (max-width: 992px) {
    .custom-content {
        width: 70%;
        left: 20%;
    }
}

@media (max-width: 767px){
	.custom-content {
		text-align: left;
		padding-right: 0;
	} 
	
	.custom-content {
		left: 0;
	}
}

@media (max-width: 420px){
	.custom-content  p {
		font-size: 15px !important;
	}
}