.arbtn-grad{padding:12px 13px;text-align:center;transition:.5s;background-size:200% auto;color:#fff;box-shadow:0 0 20px #eee;border-radius:10px;display:inline;min-width:180px;width:auto;font-size:13px;font-weight:700}.color-red1{background-image:linear-gradient(to right,#eb3349 0,#f45c43 51%,#eb3349 100%)}.color-blue{background-image:linear-gradient(to right,#1fa2ff 0,#12d8fa 51%,#1fa2ff 100%)}.color-red2{background-image:linear-gradient(to right,#e52d27 0,#b31217 51%,#e52d27 100%)}.color-orange{background-image:linear-gradient(to right,#ff8008 0,#ffc837 51%,#ff8008 100%)}.color-green{background-image:linear-gradient(to right,#76b852 0,#8dc26f 51%,#76b852 100%)}.color-purple{background-image:linear-gradient(to right,#da22ff 0,#9733ee 51%,#da22ff 100%)}.arbtn-grad:hover{background-position:right center;color:#fff;text-decoration:none}

	.clearfix {clear:both}
	.table-list	{width:100%;}
	.table-list .item {  height:45px;color:#00595c; border:1px solid #f1f1f1; border-bottom:0px;}
	.table-list .item:last-child {   border-bottom:1px solid #f1f1f1;}
	.table-list .item:nth-child(odd) {   background:#f5f5f5; }
	.table-list .item:nth-child(even) {   background:#efefef; }
	.table-list	.col-1 {width:20%; float:left; text-align: center; height:100%; display: flex; align-items: center; }
	.table-list	.col-1 img {width:100px; max-height:35px; object-fit:cover; margin-left:15px; }
	.table-list	.col-2 {width:20%; float:left; height:100%; text-align:left; line-height:45px; }
	.table-list	.col-2 label {font-weight:500; text-transform:uppercase;}
	.table-list	.col-2 i {margin:0px 2.5px; color:#10325d;}
	.table-list	.col-3 {width:35%; float:left;}
	.table-list	.col-3 p {font-size:14px; text-align:center; font-weight:500; background:#1a256f; height:30px; line-height:30px; margin-top:7.5px;  color:#fff; border-radius:20px; }
	.table-list	.col-4 {width:25%; float:left; text-align:center;}
	.table-list	.col-4 button {
		border:none;
		background: #10325d;
		font-weight:bold;
		letter-spacing:1px;
		color:#fff;
		box-shadow:none;
		outline:none;
		height:30px;
		width:125px;
		border-radius:4px;
		margin-top:7.5px;
		cursor:pointer;
		transition: .3s all;
	}
	.table-list	.col-4 button:hover {
		background: #1a256f;
		transition: .3s all;
	}
	.table-list .table-title  {  height:60px;  color:#fff; text-align: center; background:#48a9a7; border:1px solid #48a9a7; border-bottom:0px;}
	.table-list .table-title .col-1 h5 {padding-left:20px;}
	.table-list .table-title .col-3 h5 {line-height:60px;}

	@media only screen and (max-width: 768px) {
	   .container {
	   		width:100%;
	   	}
	   	.table-list	.col-2 {display:none;}
	   	.table-list	.col-1 {width:30%; float:left;}
	   	.table-list .col-3 {width:40%; padding:0px 5px; }
	   	.table-list .item .col-3 {height:100%; display: flex; align-items: center; margin:0px;}
	   	.table-list .col-3 p {  line-height:12.5px; display: flex; font-size:13px; align-items: center;padding:0px 5px; margin:0px;}
	   	.table-list .col-4 button {width:100px;}
	   	.table-list .col-3 h4 {display:none;}
	}
