/*High Resolution*/
@media (min-width: 2000px){

}


@media (min-width: 1600px){

}

/**/



@media screen and (min-width:993px) and (max-width: 1199px){

}

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

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 1)  {
    
}

@media screen and (max-width: 992px){


}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {


}

/* Small monitor */
@media (max-width: 979px){
   

}
 
/* Landscape phone to portrait tablet */
/*Mobile*/
@media (max-width: 767px){
    

}
@media screen and (max-width: 640px){
   
   
}

@media screen and (max-width: 480px){
   

}

@media screen and (max-width: 376px){    

}

@media screen and (max-width: 320px){
    
}




@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : landscape) {
    

}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : landscape) {
    

}


@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 


}