/*================Screen Desktop======
============================*/

@media (min-width: 1400px){
   
}
@media (min-width: 1200px){
   
}
/*================Screen Ipad Pro 3======
============================*/
@media only screen and (min-width: 1024px) and (max-width: 1200px){

}
/*================Screen Ipad Mini======
============================*/
@media only screen and (min-width: 768px) and (max-width: 1000px){
  
   
    
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and  (min-width : 700px) {
   

}
   
/*================Screen Devide======
============================*/
/* Smartphones (portrait and landscape) ----------- */
@media only screen and  (max-width : 736px) {
   h3.category_sub {

        font-size: 18px;
    }
}
