.banner-img{
        max-width: 100%;
    height: auto;
}

.red_strip{
    background-color:   #ac544b;;
}


.breadcrumb-wrapper .breadcrumb-ul {
    color: #000;
    font-size: 16px;
    /* padding: 15px 0; */
    display: inline-flex;
}
.breadcrumb-wrapper {
    display: flex;
    width: 90%;
    margin: 0 auto;
    justify-content: space-between;
    padding: 20px 0 0 0;
}
.breadcrumb-wrapper ul li a {
    color: #000;
    font-size: 16px;
}
.breadcrumb-wrapper ul li span {
    padding: 4px;
}
.getTitle, .get_title_cust {
    color: #fff;
    text-align-last: center;
    font-size: 25px;
    padding-top: 0;
    padding: 13px;

}
.list-business-input h6{
    color:  #212121;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
}

.breadcrumb-ul li:last-child{
        margin-top: 2px;
}
/* table css start */
.tblz01 {
    width: 100%;
    background: #e7ecec;
    font-size: 16px;
    line-height: 16px;
    color: #4d4d4f;
    margin-bottom: 20px;
    margin-top: 15px;
    margin: 0 auto;
    max-width: 90%;
    margin-top: 11px;
        /* margin-bottom: 30px; */
}
.stransact .tblz01 tr th {
    background: #053c6d!important;
    text-transform: none;
    font-weight: 400;
}
.stransact .tblz01 tr td {
    color: #484848;
    padding-top: 19px;
}
.stransact .tblz01 tr td .red {
    color: #a91e24;
    font-weight: 700;
}
.stransact .tblz01 tr td, .stransact .tblz01 tr th {
    font-size: 18px;
    border: none;
   
}
.tblz01 tr th{
      background: #053c6d!important;
}
.tblz01 tr td {
    padding: 15px;
    vertical-align: top;
    position: relative;
}
.tblz01 tr th {
    /* background: #79292a; */
    color: #fff;
    /* text-transform: uppercase; */
    line-height: 16px;
    /* font-size: 14px;
     */
}
.tblz01 tr td, .tblz01 tr th {
    padding: 15px;
    border-bottom: 1px solid #fff;
    text-align: left;
}
/* table css end */

.select-input-block .selected{
    font-weight: 400!important;
}
.stransact{
       /* overflow: scroll; */
    margin-bottom: 30px;
}
@media(max-width: 768px) {
.breadcrumb-wrapper .breadcrumb-ul{
    display: block;
}
.stransact{
       overflow: scroll;
    /* margin-bottom: 30px; */
}
}

@media(max-width: 428px) {
.getTitle{
    font-size: 14px;
}
.breadcrumb-wrapper{
    display: block;
}
.breadcrumb-wrapper .breadcrumb-ul{
        display: block;
    margin-bottom: 20px;
}
.stransact{
       overflow: scroll;
    margin-bottom: 30px;
}
.stransact .tblz01 tr td, .stransact .tblz01 tr th{
    font-size: 14px
}

}