.taxCertificate .info-icon{
    position: absolute;
    top: 36%;
    left: 23%;
}
.taxCertificate .message-text{
   overflow-x:auto;
}
.taxCertificate .base-bg{
    background-color: #FFBB33 !important;
}
.taxCertificate h6{
    margin-bottom: 1.5rem;
}
.taxCertificate .messages{
    border: 0.1rem solid #FFBB33 !important;
    overflow: hidden;
}
.fa-exclamation-triangle:before{
    color: white;
}
.taxCertificate p{
    color: #BB4400;
    font-size: 1.1rem;
    margin-top: 0;
    margin-bottom: 0.3rem;
}
.taxCertificate{
	   background-color: white;
	}
@media screen and (max-width: 600px){
	.table-a td span{
	       margin-left: 14rem !important;
	}
}