.service-box{
		text-align: center;
	}
	.service-box  img{
		max-width: 100%;
	}
	.service-box p{
		margin-bottom: 10px;
		margin-top: 10px;
		font-weight: 700;
		color: #fff;
		    line-height: 1.2;
			font-size: 14px;
	}
	.service-box span{
		display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-weight: 700;
    font-size: 18px;
    background: #ffcc00;
    color: #000;
		    line-height: 1.2;
			
		}
	.service-box{
		padding: 1rem;
	}
	.inner-container{
		margin: 0 auto;
    width: min(1160px, 100%);
	}
	.grid-6{
		display: grid;
		grid-template-columns: repeat(6, minmax(0, 1fr));
		gap: 20px;
	}
	.tgb-service-represent{
		padding: 20px 0 80px;
		
	}
	.tgb-claims-list{
		padding: 14px 9px;
   
		/* max-height: 1000px;
		overflow: auto; */
		overflow: visible;
		margin: 20px 0;
	}
	.tgb-claims-list table{
    width: 100%;
    font-size: 14px;
    margin-top: 10px;
    border-collapse: separate;
    border-spacing: 0 10px;
	color: #fff;
	}

	.tgb-claims-list table  tr {
		 background-image: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgb(96, 96, 96) 99%);
	}
	.tgb-claims-list table thead tr th:first-child {
    border-radius: 10px 0 0 10px;
}
.tgb-claims-list table thead tr th:last-child {
    border-radius: 0px 10px 10px 0px;
}

.tgb-claims-list table tbody tr td:first-child {
    border-radius: 10px 0 0 10px;
	border-left: 1px solid #fff;
}
.tgb-claims-list table tbody tr td:last-child {
    border-radius: 0px 10px 10px 0px;
	border-right: 1px solid #fff;
}
.tgb-claims-list table tbody tr td, .tgb-claims-list table thead tr th{
	padding: 12px;
	
	text-align: left;
}
.tgb-claims-list table tbody tr td{
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
}
.table-count{
	display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    font-weight: 700;
    font-size: 14px;
	background: #ed1e24;
    color: #fff;
}
.table-score{
display: inline-block;
    padding: 4px 10px;
    border: 2px solid #ffcc00;
    border-radius: 6px;
    font-weight: 700;
    font-size: 14px;
    background: transparent;
    color: #fff;
    min-width: 40px;
    text-align: center;
}
.table-score a{text-decoration: none;}
.text-yellow{
	color:#ffcc00;
}

.tgb-lb-title-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.tgb-lb-title-row h4 {
    margin: 0;
   
}
.tgb-lb-count {
    font-size: 1.2em;
    font-weight: bold;
    
}
.tgb-lb-collapse-btn {
    margin-left: auto;
    order: 2;
}

.btn-red{
	background-color: #ed2224;
	color: #fff;
	padding: 4px 14px;
	text-decoration: none;
	font-size: 14px;
}
.btn-red:hover{
	color: #fff;
	text-decoration: none;
}

.military-icon {
display: flex;
align-items: center;
gap: 10px;
}
.military-icon img{
	width: 50px;
    height: 50px;
    object-fit: contain;
}

@media(max-width : 767px){
	.grid-6{
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 20px;
	}
}

.services-section{
	background-size: cover;
	background-blend-mode:overlay;
}