.mobile-view{
	display: none;
}
@media (max-width: 1200px) {

}
.desktop-view{
	display: block;
}
.mobile-view{
	display: none;
}
@media (max-width: 991px) {
    .desktop-view{
        display: none;
    }
    .mobile-view{
        display: block;
    }
    .mobile-view{
        display: block;
    }
    header {
        background: none;
    }
    .header-center {
        width: 100%;
    }
    .header-right {
        width: 100%;
    }
    .main-menu{
        border-top: none;
    }
    .header-right {
        display: none;
    }
    .header-left{
        display: none;
    }
    .header {
        padding: 25px 0 0;
    }
}

