.top-executive-box{box-shadow: 0px 10px 40px 0px #C5CACB59; border: 1px solid #C5CACB59; background: #fff; 
padding: 30px 40px; border-radius: 20px; text-align: center; margin: 0 31%; margin-bottom: 50px;}
.top-executive-box h4{color: #a00; padding-bottom: 15px; border-bottom: 1px solid #C5CACB; margin-bottom: 20px; font-size: 25px; font-weight: 600;}
.top-executive-box h5{text-align: center; color: #19181D; font-weight: 600; font-size: 18px; padding-top: 10px; margin: 0;}
.image-text-box{padding: 0 12%;}
.top-executive-box p{color: #959189; font-size: 15px; font-weight: 600; margin: 0; text-align: center;}
.chief-box{margin: 0 25%; margin-bottom: 50px;}
.image-text{padding: 0 5%; padding-bottom: 30px;}
.senior-box{margin: 0 5%; margin-bottom: 50px;}
.top-executive-box.senior-box .col-lg-3 {
    width: 25%;margin-bottom:0;
}
.top-executive-box img {border: 1px solid #d9d9d9; border-radius: 12px;}

.top-exc-wrp {
	display: flex;
	justify-content: center;
}

.nav-pills.top-exc-wrp .nav-link.active {
	background: #a00
}

.top-exc-wrp .nav-link {
	color: #a00;
	font-weight: 600
}
@media only screen and (min-width: 992px) and (max-width: 1290px){
	.top-executive-box h5{font-size: 14px; }
	.top-executive-box p {font-size: 13px;}
	.top-executive-box {padding: 13px ;}


}
/* Responsive */
@media (max-width: 991px){
	.top-executive-box.chief-box .col-lg-6 {
		width: 49%;		
	}
.top-executive-box{margin: 0; margin-bottom: 30px; padding: 16px;}
.image-text-box{padding: 0; padding-bottom:22px;}
.top-executive-box h4{font-size: 20px;}
.top-executive-box p{font-size: 14px;}
.top-executive-box h4 {font-size: 18px;}
.top-executive-box h5{font-size: 14px; }
.top-executive-box p {font-size: 13px;}

}


@media (max-width: 600px){
	.top-exc-wrp .nav-link {font-size: 14px;}
	.chief-box .col-sm-6, .senior-box .col-sm-6 {width:50%;}
	.top-executive-box h5 {font-size: 14px;}

	.top-exc-wrp li.nav-item {
		width: 48%;
	}
	
.top-executive-box.senior-box .col-lg-3 {
    width:48%;
}


}