/* Desktop */
@import url("mainnew.css?v=6");
/* Phone */
@import url("phonenew.css") only screen and (max-width:800px);
/* Small Tablet */
@import url("tablet_small.css") only screen and (min-width:801px) and (max-width:1365px);
/* Large Tablet */
@import url("tablet_large.css") only screen and (min-width:1366px) and (max-width:1600px);