
@media screen and (max-width:991px){
      .background-img{
        display: none;
      }  
      .box-width{
        width: auto;
      }
}


@media screen and (max-width:676px){
    .content span{
      /* width: 30%; */
      font-size: 13px;
    }
    .content, .form-label, .tab-btn{
      font-size: 14px;
    }
    .card-title{
      font-size: 14px;
    }
    table tbody td{
      color: var(--text);
      font-size: 14px;
    }
    .heading{
      font-size: 20px;
    }
    #progressbar li {
      font-size: 14px;
      width: 32%;
  }
  .form-check-label{
    font-size: 14px;
  }
  .btn-primary, .btn-outline-secondary{
    font-size: 14px;
  }
  .invocie-heading{
    color: var(--orange);
    font-size:20px;
    font-weight: 700;
}

  
}