.cover-component .cover-inner {
	padding: 1rem;
    max-width: 70%;
    background-color: rgba(0, 0, 0, .4);
    position: relative;
    border-radius: 1rem 3rem;
    border-left: 8px solid #f7c704;
}

.cover-component .cover-buttons {
    margin-top: 0rem !important;
}

@media (max-width: 991.8px) {
	.searchbar
	{
		margin-top:50px;
	}
	
}

