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

@media (min-width: 1400px){
    /**Home**/
    .slide_home {
        height: 500px !important;
    }
    div#slide2 {
   
        height: 500px !important;
    }
    div#slide2 .slide_image {
        height: 500px !important;
       
    }
}
@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){
    /**Home**/
    div#slide2 {
        position: relative;
        height: 300px !important;
    }
  
   
    
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and  (min-width : 700px) {
   

}
   
/*================Screen Devide======
============================*/
/* Smartphones (portrait and landscape) ----------- */
@media only screen and  (max-width : 768px) {
    /**Home**/
    .input-s {
        display: block !important;
    }
    ul.navbar-nav.ml-auto > li > a.nav-link {
        line-height: 13px !important;
     
    }
    /*div#slide2 .title {*/
    /*    padding: 5px 0px !important;*/
        
    /*}*/
    div#slide2 .title .container {
        /* background: red; */
        height: 22px;
        line-height: 22px;
        overflow: hidden;
        font-size: 12px;
    }
    
    .slide_home {
        height: 250px !important;
    }
    div#slide2 {
       
        height: 250px !important;
    }
    div#slide2 .slide_image {
        height: 250px !important;
           
    }
   .more-block a {
        line-height: 40px;
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .homepage .container.content {
        margin-top: 40px;
        
    }
    .footer {
        margin-top: 40px !important;
    }
  
}
