/* ////////////////////// Responsive //////////////////////////////// */
@media (min-width: 1200px){
    #middle-short-icons-all img {}
    #middle-short-icons-all p {}
  
 
}    

@media (min-width: 992px) and (max-width: 1199px){
    #middle-short-icons-all img {width: 40px;}      
    #short-icons-contener div {margin-top: 7px;}  
}

@media (min-width: 768px) and (max-width: 991px){
    #tawkchat-minified-container {display: none;}    
     #middle-short-icons-all img {}    
     #middle-short-icons-all p {}   
      .right-sidebar {display:none;} 
       .left-sidebar {display:none;}
}


@media (min-width: 576px) and (max-width: 767px) {

      #middle-short-icons-all img {}   
    #middle-short-icons-all p { font-size: 11px;}       
      .right-sidebar {display:none;} 
       .left-sidebar {display:none;}
    #short-icons-contener div {margin-top:0; width: 300px; margin:0 auto;}     
       .w-100 {width: 0 !important;}    

    
}

@media (min-width: 481px) and (max-width: 575px) {

      #middle-short-icons-all img {}   
    #middle-short-icons-all p { font-size: 11px;}       
      .right-sidebar {display:none;} 
       .left-sidebar {display:none;}
    #short-icons-contener div {margin-top:0; width: 300px; margin:0 auto;}     

    
}



@media screen and (max-width: 480px) {
    #navbar ul li a {font-size:11px;}   
    #short-icons-contener {}        
   #short-icons-contener div {margin-top:0; width: 300px; margin:0 auto;}       
    #middle-short-icons-all img {}   
    #middle-short-icons-all p {font-size: 11px;}           
      .right-sidebar {display:none;} 
       .left-sidebar {display:none;}
        #footer span {margin: 0px;}
        #footer ul li a {}  
        
}