/*Laptop*/
@media only screen and (max-width:1440px) {

}
/*Laptop*/
@media only screen and (max-width:1366px) {

}
/*Laptop*/
@media only screen and (max-width:1280px) {

}
/*Tab Landscape*/
@media only screen and (max-width:1024px) {

}
/*Tab Portrait*/
@media only screen and (max-width:991px) {

}
/*Tab Portrait*/
@media only screen and (max-width:768px) {

}
/*Mobile View Start*/
@media only screen and (max-width:767px) {

}
/*Mobile View Small*/
@media only screen and (max-width:360px) {

}
/*Mobile Tiny Small*/
@media only screen and (max-width:320px) {

}