
/* Fida Marwat (Sr. UXUI and Front End Developer) */



/* first media query for mobile responsiveness */

@media(max-width:767px){}


/* second media query for tablet responsiveness */

@media(min-width:768px) and (max-width:991px){}



/* third media query for laptop responsiveness */

@media(min-width:992px) and (max-width:1200px){}

@media(max-width:1024px){}