	.check-section{
	 
     margin-top: 38px;
    padding: 13px 13px 13px 13px;
    border: 1px solid #00000033;
	}
	.card p{
        font-size: 17px!important;
    text-align: justify!important;
}

	.check-div{
		padding-bottom: 7px;
		text-align: right;
	}
	.fa-times{
		color:#de1010ad;
		    margin-left: 8px;
	}
	.left-content{
	   background: #F3F6F9 !important;
    width: 82%;
    padding: 10px;
    border: 1px solid #00000026;
	}
	.right-content{
	   background: #F3F6F9 !important;
    width: 82%;
    padding: 10px;
    border: 1px solid #00000026;
        margin-left: 94px;
	}
	.checkbox{
		margin-right: 5px;
	}
	/*table start*/
	table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}
.table-section{
	    margin-top: 58px;
}