@media(max-width:1920px){
    .col {
        flex: 0 0 11% !important;
        max-width: 11% !important;
        flex-wrap: nowrap;
    }
}
@media(max-width:1440px){
    .col {
        flex: 0 0 11% !important;
        max-width: 11% !important;
    }
    .head1 {        
        font-size: 30px !important;       
    }
    .key{
        font-size: 14px !important;
    }
    .main-box {        
        padding: 1em !important;        
        
    }
}
@media(max-width:1199px){
    .choose-box {
        padding: 24px !important;
        height: 209px !important;
    }
}
@media(max-width:991px){
    .bann-details h1 { 
        font-size: 30px !important;
        line-height: 30px !important;      
    }
    .bann-details {        
        left: 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;
    }
    .desk{
        display: none !important;
    }
    .mobile{
        display: block !important;
      }
      .choose-box {
        height:auto !important;
      }


}
@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;        
    }
    
    .head {
        font-size: 24px !important;      
    }
    .navbar-brand img {
        width: 200px !important; 
    }
    .main-hd {        
        font-size: 25px !important;       
    }
    .button-24{
        margin-bottom: 10px;
        font-size: 12px !important;
    }
    .button-5{
        font-size: 12px !important;
        line-height: 1 !important; 
    }
    .tag-line {        
        font-size: 22px !important;       
         text-align:left !important; 
    }
}
@media(max-width:375px){
  
    .top-items a {
        padding: 0 !important; 
    }
}
@media(max-width:320px){
    
}