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

@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){
    
     ul.navbar-nav.ml-auto > li > a.nav-link {
       
         font-size: 10px !important;
     
     }
  }
   /*================Screen Devide======
   ============================*/
   /* Smartphones (portrait and landscape) ----------- */
   @media only screen and  (max-width : 700px) {
     form.form-inline.search_key {
    margin-bottom: 15px;
}
   }
   