body {
    background-image: url(https://www.transparenttextures.com/patterns/bedge-grunge.png);}
.header .header-top {
    background-color: #00b19b;
	background-image: url("https://www.transparenttextures.com/patterns/asfalt-light.png");}
.bg-primary {
	background-color: #00b19b !important;
	background-image: url("https://www.transparenttextures.com/patterns/asfalt-light.png");}
.bg-login{
	background-image: url('../../image/login-bg.jpg');
    background-position: center;}
#kt_header_menu h4{
    padding-bottom: 10px;
    margin-bottom: -10px;}
.menu-nav-mobile{
	display: none !important; }
.desktop-hide{
	display: none !important;}
.wizard.wizard-4 .wizard-nav .wizard-steps .wizard-step .wizard-wrapper {
    padding: 1rem 1.5rem;}
.wizard.wizard-4 .wizard-nav .wizard-steps .wizard-step {
    -ms-flex: 0 0 calc(15% - 0.25rem);
    flex: 0 0 calc(15% - 0.25rem);
    width: calc(15% - 0.25rem);}
.card.card-custom.card-shadowless {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(82, 63, 105, 0.2);
    box-shadow: 0px 0px 30px 0px rgba(82, 63, 105, 0.2);
    border: 0;}
.wizard.wizard-4 .wizard-nav .wizard-steps .wizard-step[data-wizard-state="current"] {
    background-color: #3699FF;}
.wizard.wizard-4 .wizard-nav .wizard-steps .wizard-step[data-wizard-state="current"] .wizard-wrapper .wizard-label .wizard-title {
    color: #fff;}
.wizard.wizard-4 .wizard-nav .wizard-steps .wizard-step[data-wizard-state="current"] .wizard-wrapper .wizard-number {
    color: #3699FF;
    background-color: #fff;}
.clearfix{
	clear: both;}
.info-box{
	border: 4px solid #F3F6F9;
    padding: 1.75rem 1.5rem 1rem;
    border-top-left-radius: 0.42rem;
    border-top-right-radius: 0.42rem;}

 @media (max-width: 992px) {
.menu-nav-mobile{
 	display: block !important; }
.mobile-hide{
	display: none !important;}
.header-mobile-fixed .content {
    padding-top: 10px !important;}
.desktop-hide{
	display: block !important;}
.wizard.wizard-4 .wizard-nav .wizard-steps .wizard-step {
    width: 100%;}
}