.header_slide{
    background-image: url(../../Images/Bg-image/intro-bg.jpg);
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 100px;
}



.HMP-Table-List-1-container .carpet-table-wrapper  .title-box svg {
position:absolute;
bottom:0;
inset-inline-start:100%;
height:100%
}

.HMP-Table-List-1-container .carpet-table-wrapper  .title-box .cls-1 {
fill:#FFF
}



 @media print {
        body {
          background: none !important;
        }
       
        .no-print {
          display: none !important;
        }
    

        * {
          color: #121212 !important;
          border-color: #9ca3af !important;
          box-shadow: none !important;
        }
        .print-border{
            border-width: 2px;
        }
      }