@media (min-width: 768px) {
  .form-actions .col-1,
  .form-actions .col-2,
  .form-actions .col-3,
  .form-actions .col-4,
  .form-actions .col-5,
  .form-actions .col-6,
  .form-actions .col-7,
  .form-actions .col-8,
  .form-actions .col-9,
  .form-actions .col-10,
  .form-actions .col-11,
  .form-actions .col-12
  {
    width: auto !important;
  }
  
}
@media (min-width: 576px){
  .form-actions .more-btns{
    display: inline-block !important;
  }
}

@media (max-width: 575.98px) {
  .show-sm, .show-md, .show-lg, .show-xl, .hide-xs{
    display: none !important;
  }
  .form-actions .more-btns{
    margin-top: 5px;
  }
}


@media (min-width: 576px) and (max-width: 767.98px) {
   .show-xs, .show-md, .show-lg, .show-xl, .hide-sm{
    display: none !important;
  }
}


@media (min-width: 768px) and (max-width: 991.98px) {
  .show-xs, .show-sm, .show-lg, .show-xl, .hide-md{
    display: none !important;
  }
  
}


@media (min-width: 992px) and (max-width: 1199.98px) { 
  .show-xs, .show-sm, .show-md, .show-xl .hide-lg{
    display: none !important;
  }
}


@media (min-width: 1200px) { 
  .show-xs, .show-sm, .show-md, .show-lg, .hide-xl{
    display: none !important;
  }
}

@media(min-width:991px){
  .navbar-toggle{
    display: none !important;
  }
}
