@import url('../bootstrap.min.css');
@import url('./../sb-admin.css');
@import url('./desktop.style.css');
@import url('./tablet.style.css') only screen and (min-width:768px) and (max-width:991px);
@import url('./mobile.style.css') only screen and (max-width:767px);
@-ms-viewport {
    width: device-width
}

@-o-viewport {
    width: device-width
}

@viewport {
    width: device-width
}