
@media only screen and (max-width: 990px) {
	.nav-function-fixed:not(.nav-function-top):not(.nav-function-hidden):not(.nav-function-minify) .page-content-wrapper {
    padding-left: 0px!important;
}
.page-header {
    margin-left:0px !important; 
}
.smallspace{
	margin-top: 20px!important;
}
}
@media only screen and (max-width: 767px) {
.pt-3, .py-3 {
    padding-top: 1.5rem !important;
}
.js-get-date{
	display: none!important;
}

}

@media only screen and (min-width: 768px) and (max-width: 990px) {
.documnetheight {
    padding: 1rem !important;
    height: 189px;
}
}