



@media (max-width: 1366px) {



}


@media (max-width: 1120px) {


.main_logo {
 
    padding: 10px 30px;
}

.gener-logo {
 
    padding: 8px 20px;
}



}



@media screen and (max-width: 992px) 
{
 
    .container {
        max-width: 100%;
    }
    
    .nav-link {
    font-size: 14px;}
    
    
    .dropdown-item {
    font-size: 14px;
    }
    
}





@media screen and (max-width: 768px) {


  .container {
        max-width: 100% !important;
    }
 .desktop-v
    {
        display:none;
    }
    
    .mobile-v
    {
         display:block;
    }
    
    .navigation
    {
top: 0px;
    width: 60%;
    position: fixed;
    margin: 0px auto;
    left: 0px;
    z-index: 1111;
    height: 100%;
    }
    
    .downloads-table .table th, .downloads-table .table tr{
    font-size: 10px !important;
}


 .breadcum-sec .breadcrumb-item
    {   
        font-size:14px !Important;
    }
    
}



@media screen and (max-width: 330px) {


}