
/* Media Query 1 */
@import url("padmini.css") only screen and (min-width:500px) and (max-width:800px);
/* Media Query 2 */
@import url("phone.css") only screen and (min-width:100px) and (max-width:500px);

