@media(max-width:1920px){
    .col{
        flex: 0 0 14% !important ;
        max-width: 14% !important;
        flex-wrap: nowrap;
      }
}
@media(max-width:1440px){
    .col {
        flex: 0 0 14% !important;
        max-width: 14% !important;
    }
    
    .key{
        font-size: 14px !important;
    }
    .main-box {        
        padding: 1em !important;        
        height: 205px !important;
    }
}
@media(max-width:1199px){
   
}
@media(max-width:991px){
    .bann-details h1 { 
        font-size: 30px !important;
        line-height: 30px !important;      
    }
    .bann-details {        
        right: 10% !important;        
    }
    .col {
        flex: 0 0 33.33% !important;
        max-width: 33.33% !important;
    }
    .top-items{
        text-align: center;
    }
    .user{
        float: initial !important;
        text-align: center;
    }
    
}
@media(max-width:768px){
    .col {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
    .icoimg img {
        width: 30% !important;
    }
}
@media(max-width:575px){
    .numbers {      
        width: 390px !important;        
    }
    .num h4, .num1 h4 {
        font-size: 18px !important;
    }
    .num h4{
        margin-top: 10px;
    }
    .head {
        font-size: 24px !important;      
    }
    .navbar-brand img {
        width: 200px !important; 
    }
    .bann-details h1 {
        font-size: 18px !important;
        line-height: 0px !important;
    }
    .bann-details h3 {       
        font-size: 11px !important;
        max-width: 256px !important;
        line-height: 1.2 !important;               
    }
    .bann-details {
        right: 14% !important;
    }
    .main-hd {        
        font-size: 25px !important;       
    }
    .foot-logo img {
        width: 200px !important;
    }
}
@media(max-width:375px){
    .navbar-brand img {
        width: 260px !important;
    }
    .numbers {
        width: 335px !important;
    }
    .top-items a {
        padding: 0 !important; 
    }
}
@media(max-width:320px){
    .navbar-brand img {
        width: 210px !important;
    }
    .bann-details h1 {
        font-size: 18px !important;
        margin-bottom: 10px !important;
    }
    .num h4, .num1 h4 {
        font-size: 14px !important;
    }
    .bann-details h3 {        
        line-height: 1.1 !important;
    }
}