 
@media screen and (min-width: 993px)  {
    
    .footer-bar-item-title{
        font-size:16px;        
    }
    .footer-bar-item-icon{
        height: 30px;        
        justify-content: space-around;
    }
    .footer-bar .btn-group{
        width:100%;
        max-width: 800px;
    }
 
    .my-modal .modal-dialog {
        max-width: 95%;    
        margin: 50px auto;
      }
    .my-modal .modal-content {
        margin: 0 auto;   
        min-width:800px;
        max-width: 95%;
      }

      .row-lot-receipe{
        display:flex;
      }

    .fltr-controls{
      min-width:850px;
    }
   
 }
 