.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-left {
        width: 100%;
    }
    .main-menu{
        border-top: none;
    }
}











