.orderTabheader{
    display: table;
    width: 100%;
}
.orderTabheader:after, .orderTabheader > span:after{
    display: block;
    clear: both;
    content: "";
    width: 0;
    height: 0;
}
.orderTabheader > span{
     
    display: inline-block;
    vertical-align: top;
    width: 24%;
    
}
 
.orderTabheader > i:last-child{
    display: inline-block;
    text-align: right;
    vertical-align: middle;
}
.break-class{
    display: none;
}
@media(max-width: 992px) {
.break-class{
    display: block;
}
}
@media(max-width: 650px) {
    .break-class{
        display: none;
    }
    .orderTabheader > span{ 
        display: block;
        width: 100%; 
        vertical-align: top; 
    }   
  
}