.banner {background-repeat: no-repeat;background-position: center center;background-size: auto;min-height: 350px;}
.center_div {position: absolute !important;left: 50%;top: 50%;transform: translate(-50%, -50%);}
.text-dark-blue {color: #0654a6;}
.need-help {position: absolute;left: 50%;transform: translate(-50%, -94%);z-index: 7;}
.light_blue {background-color: #EEF7F9;}
h2.underline:after {background: #ffd000 !important;}
h2.textprimary.underline:after {background: #005EB8 !important;}
.learn_more {padding: .8em 2.875em !important;}
.card_d {position: absolute;z-index: 9;bottom: 0;left: 0;width: 100%;border-bottom-right-radius: 7px;border-bottom-left-radius: 7px;background: linear-gradient(to bottom, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .5) 100%);}
.border-7 {border-radius: 7px;}
.profile_card.active .card_d ,.leadership_Card.active .card_d {background: #005EB8;}
.card.text-left {padding-right: 90px !important;}
.profile_card ,.leadership_Card{cursor: pointer;}
.close_post {z-index: 2; 		background: white; 		border-radius: 50%;border: none;position: absolute;top: 15px;right: 20px;}
.bg-img2 {background: linear-gradient(to bottom, #0054a6 250px, #FFF 0%);}
/* .profile_card img{height:168px;} */
@media(max-width: 767px){
	.banner { min-height: 400px;     background-size: auto;}
	.card.text-left{padding-right: 1rem!important;}
	.trust_data{width:100%;margin-bottom: 2rem;}
	/* .bg-img2 {     background: linear-gradient(to bottom, #0054a6 230px, #FFF 0%); } */
	.close_post {
		z-index: 2;
		background: white;
		border-radius: 50%;
		position: absolute;
		top: 20px;
		right: 16px;
		border: 0;
		width: 35px;
		height: 35px;
	}
	.font-8 { font-size:8px}
	.font-9 { font-size:9px}
	.font-10{font-size:10px}
	.font-12{font-size:12px}
}
@media (min-width: 768px) {
	.height-191 { height: 191px !important; }
}
@media (min-width:1440px){
	.banner {background-size: cover;}
}