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

@media (min-width: 1200px){
  
    ul.navbar-nav.ml-auto > li > a.nav-link {
        padding-right: 15px;
        padding-left: 15px;
    }
    .logo {
    
        margin-left: -25px;
    }
    
 
}
/*================Screen Ipad Pro 3======
============================*/
@media only screen and (min-width: 1024px) and (max-width: 1200px){
    .logo {
    
        margin-left: -25px;
    }
  
   
}
/*================Screen Ipad Mini======
============================*/
@media only screen and (min-width: 768px) and (max-width: 1000px){
    .logo {
    
        margin-left: -25px;
    }
    .container {
        max-width: 745px;
    }


    .logo-des h3 {
        font-size: 22px;
    }
    .logo-des {
    
        font-size: 16px;
    }
    .topbar .right {
        font-size: 14px;
    }
    .input-s {
     
        font-size: 10px;
        height: 20px;
        
    }
    .button-s {
     
        font-size: 10px;

        height: 20px;
      
    }
}
/*================Screen Devide======
============================*/
/* Smartphones (portrait and landscape) ----------- */
@media only screen and  (max-width : 736px) {
    div#slide2.owl-theme i {
        font-size: 25px !important;
       
    }
    .menu {
        
        margin-top: 26px;
        /*padding-top: 10px;*/
    }
    .ml-auto, .mx-auto {
        margin-left: auto!important;
        margin-top: 15px;
    }
    .menu li.nav-item.active > a {
        background: transparent;
        color: white;
    }
    .menu li.nav-item:hover {
        background: transparent;
    }
    .topbar .logo {
        flex: 0 0 70%;
        margin-top: 25px;
    }
    .topbar-header {
        height: 90px;
    }
    .navbar>.container, .navbar>.container-fluid {
    
        justify-content: flex-end;
    }
    button.navbar-toggler {
  
        margin-top: -60px;
        background: #057345
    }
    .navbar-light .navbar-nav .nav-link {
      color: rgb(255, 255, 255) !important;
   }
 
    ul.language {
        position: absolute;
        right: 0px;
        top: 11px;
   }
    ul.language li a {

        font-size: 10px;
    }
  
    img.logo-website {
        width: 65px;
        height: auto;
    }
    .logo-des {
        font-size: 15px;
        line-height: 16px;
        margin-left: 10px;
    }
    .logo-des h3 {
        font-size: 18px;
   
    }
    .topbar .right {
   
     display: none;
    }
    .search_key {
        position: relative;
        margin-bottom:15px;
    
    }
    .input-s {
        line-height: 30px;
        font-size: 12px;
        display: block !important;
        width: 95%;
    }
    .form-inline .custom-select, .form-inline .input-group {
        width: 100%;
    }
    .topbar .logo {
        flex: 0 0 100%;
       
    }
  
   
}
/*================Screen Devide======
============================*/
/* Smartphones (portrait and landscape) ----------- */
@media only screen and  (max-width : 320px) {
   .logo-des {
        font-size: 10px;
    }
    .logo-des h3 {
        font-size: 14px;
    }
     
}
