.B400 .flex-container > .page-content-title {
    margin-bottom: 0;
}
@media (max-width: 991px) {
    .B1 .slider-container .slider-controls {
        display: none;
    }
}

.product-table-section-content {
	position: relative;
}
.product-table-section-content table{
	position: relative;
	width: 100% !important;
	border-collapse: collapse;
	border: 1px solid #ccc;
}
.product-table-section-content table tr:nth-child(even){
	background-color: #ffffff;
}
.product-table-section-content table tr:nth-child(odd){
	background-color: #f0f0f0;
}
.product-table-section-content table tr:nth-child(1){
	background-color: var(--gr-color);
}
.product-table-section-content table tr:nth-child(1) th{
	color: #ffffff;
	font-weight: 600;
	text-align: center;
}
.product-table-section-content table tr:nth-child(1) td strong{
	color: #ffffff;
}
.product-table-section-content table tr td{
	padding: 0.25rem;
	width: auto;
}
.product-table-section-content table tr th{
	color: #ffffff;
	padding: 0.25rem;
}
.product-table-section-content table tr th strong{
	color: #ffffff;

}
.product-table-section-content table tr td:nth-child(1){
	width: 100px;
}
.product-table-section-content table tr td:nth-child(2){
	width: 400px;
}
.product-table-section-content table tr td:nth-child(6){
	width: 120px;
}
.product-table-section-content table tr td:nth-child(7){
	width: 100px;
	text-align: center;
}
.product-table-section-title {
	margin-bottom: 1rem;
}
.product-table-section-title h2{
	text-align: center;
}
.sbi-text strong {
    font-weight: 600;
    color: var(--gr-color);
}
@media(max-width: 991px) {
    .container-box-table {
        width: calc(100% - 45px);
        margin-left: 5px;
        margin-right: 40px;
        overflow-x: auto;
    }
}

.B600 .online-carrier button[name="reset"],
.B600 .online-carrier button[name="next"] {
	margin: 0 !important;
}

.B600 .online-carrier button[name="reset"] {
	width: calc(50% - 1rem);
}
.B600 .online-carrier button[name="next"] {
	width: calc(50%) !important;
	float: right;
}

.ap-card h2 {
	font-size: 1.2rem;
	line-height: 1.5rem;
}
.ap-card h2 strong{
	color: var(--gr-color);
}

.sbi-content .sbi-text a {
	text-decoration: underline;
}

@media(max-width: 991px) {
	.sbi-content .sbi-text h2 {
		font-size: 1.1rem;
		line-height: 1.5rem;
	}
}

.career-banner-section {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	top: 0;right: 0;bottom: 0;left: 0;
}
.career-banner-section > .container-box {
	position: relative;
}

.career-banner {
	/* background:				rgba(247,167,64,1); */
	/* color: rgba(255,255,255,1); */
	/* border: 2px solid var(--gr-color); */
	/* border-radius:			50%; */
	/* width:					320px;
	height:					120px; */
	width:					auto;
	height:					auto;
	position:				absolute;
	z-index:				91;
	top: 					4rem;
	right: 					auto;
	bottom: auto;
	left: 9rem;
}

@media (min-width: 560px) and (max-width: 991px) {
	.career-banner {
		top: 					2rem;
		left: 0rem;
	}
}

@media (max-width: 559px) {
	.career-banner {
		top: 					0.5rem;
		left: 0rem;
	}
}

.career-banner > img {
	position: relative;
	width: 300px;
	height: auto;
}

.career-banner:hover {
	/* background:				rgba(247,167,64,1); */
	/* border: 2px solid rgba(247,167,64,0.9); */
}

.career-banner > div {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	font-size: 28px;
	transform: translate(-50%,-50%);
	font-weight: 600;
}

.career-banner:hover div {
	color: rgba(255,255,255,1);
}

@media (max-width: 991px) {
	.career-banner {
		height: 48px;
		width: 128px;
		left: 10px;

	}
		.career-banner div {
		top: 45%;
		font-size: 16px;
	}
	.career-banner > img {
	position: relative;
	width:200px;
	height: auto;
	}
}
@media (max-width: 499px) {
	.career-banner > img {
	position: relative;
	width:150px;
	height: auto;
	}
}

.career-job-list > li > a {
	font-weight: 600;
}

@media(max-width: 567px) {
	.drt-control {
		display:none;
	}
}