.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 !important;
   
}
.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;
}

.tgb-mkbt-list{
	padding: 14px 9px;
    overflow: auto;
    margin: 20px 0;
}

.tgb-mkbt-list table{
	width: 100%;
	margin: 0 0 20px;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: transparent !important;
    border: 0 !important;

}

.tgb-mkbt-list table tr {
	background-color: rgba(255, 255, 255, .05) !important;
}
.tgb-mkbt-list table tr:hover{
	    background-color: rgba(255, 255, 255, .1) !important;
}
.tgb-mkbt-list table tr th, .tgb-mkbt-list table tr td {
	padding: 10px;
	color: #fff;
	font-size: 16px;
	border: 0 !important;
	vertical-align: middle;
	white-space: normal !important;
}

.tgb-mkbt-list table .table-count{
	background-color: rgba(255, 255, 255, .05);
    border-radius: 5px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .25);
    font-weight: 700;
    padding: 8px;
    text-align: center;
}
.tgb-mkbt-list table a{
	    color: #b80000;
    font-weight: 700;
}
.tgb-mkbt-list table a:hover{
	    color: #fff;
}
.tgb-mkbt-list table .table-score{
	border-color: #b80000;
}
code{
	background-color: transparent !important;
}

.tgb-mkbt-list table td iframe{
	width: 375px !important;
    display: block;
    height: 211px !important;
}
.tgb-mkbt-list table  .verify-btn a{
	background-color: #b80000;
    border-radius: 3px;
    border: 2px solid #b80000;
    color: #fff !important;
    display: inline-block;
    font-size: 14px;
    padding: 3px 6px;
    transition-duration: 150ms;
    transition-property: background-color, color, border;
    transition-timing-function: linear;
    text-transform: uppercase;
	text-decoration: none;
}

.tgb-mkbt-list table  .verify-btn a:hover {
    background-color: transparent !important;
    border: 1px solid #b80000;
    border-color: #b80000;
    border-width: 2px;
    color: #b80000 !important;
    transition: border .1s ease-out;
}

.d-block{
	display: block !important;
}
.tgb-perpage-select{
	width: 100px !important;
	background-color: #000 !important;
	margin-left: 10px;
}

/* --- Mobile Responsive Leaderboard --- */
@media (max-width: 767px) {

    .tgb-mkbt-list {
        padding: 0;
    }

    .tgb-mkbt-list table,
    .tgb-mkbt-list table thead,
    .tgb-mkbt-list table tbody,
    .tgb-mkbt-list table tr,
    .tgb-mkbt-list table th,
    .tgb-mkbt-list table td {
        display: block;
        width: 100%;
    }

    /* Hide table header */
    .tgb-mkbt-list table thead {
        display: none;
    }

    /* Each row becomes a card */
    .tgb-mkbt-list table tbody tr {
        margin-bottom: 20px;
        border-bottom: 1px solid rgba(255,255,255,0.15);
        padding-bottom: 10px;
    }

    /* Each cell: label on left, value on right */
    .tgb-mkbt-list table tbody td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 14px;
        border: none !important;
        font-size: 15px;
    }

    /* Label via data-label attribute */
    .tgb-mkbt-list table tbody td::before {
        content: attr(data-label);
        font-weight: 600;
        color: #fff;
        flex-shrink: 0;
        margin-right: 12px;
        min-width: 110px;
    }

    /* Video takes full width */
    .tgb-mkbt-list table tbody td.video-col {
        display: block;
        padding: 10px 14px;
    }
    .tgb-mkbt-list table tbody td.video-col::before {
        display: none;
    }
    .tgb-mkbt-list table tbody td.video-col iframe {
        width: 100% !important;
        height: 220px !important;
        display: block;
    }

    .military-icon {
        justify-content: flex-end;
    }
}

.tgb-lb-collapse-btn{
	    background: red;
    color: #fff !important;
    font-size: 25px;
}
.tgb-perpage-wrap{
	margin-left: 16px;
}
#tgb-claims-list{
	    min-height: 554px;
}

/* --- Sort Icons --- */
.tgb-sortable {
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
}
.tgb-sortable:hover {
    opacity: 0.8;
}
.tgb-sort-icon {
    display: inline-block;
    margin-left: 4px;
    font-size: 11px;
    opacity: 0.4;
    vertical-align: middle;
}
.tgb-sort-icon.active {
    opacity: 1;
    color: #ffcc00;
}

@media (max-width: 690px) {
   #carousel-container .vc_hidden-xs {
        display: block !important; 
    }
}