.main_title {
	position: relative;
	margin-bottom: 40px!important;
	text-transform: uppercase;
}

.main_title:before {
	content: "";
	position: absolute;
	display: block;
	width: 120px;
	height: 2px;
	background: #ffecbb;
	bottom: -8px;
	left: calc(50% - 60px);
}

.main_title:after {
	content: "";
	position: absolute;
	display: block;
	width: 40px;
	
	height: 4px;
	background: #fcc101;
	bottom: -9px;
	left: calc(50% - 20px);
}

.main_title_left:after,.main_title_left:before {
	left: 0;
}

.member_card_style {
    position: relative;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .1);
    padding: 0px 10px 5px 10px;
    border-radius: 5px;
    background: #fff;
    margin-top: 50px;
}

.member_card_style .search {
    padding-bottom: 10px;
    padding-top: 10px;
}

.member_card_style .search input {
	width: 100%;
}

.member_card_style img {
	border-radius: 5px;
	transition: all .3s;
}

@media (max-width:800px) {
	.member_card_style img {
		display: none;
	}
}

.member-info {
	display: inline-block;
	text-align: justify;
}

.member-info h4 {
	font-weight: 700;
	margin-bottom: 5px;
	font-size: 20px;
	color: #1977cc;
	text-transform: uppercase;
}

.member-info span::after {
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 1px;
	background: #dcefff;
	bottom: 0;
	left: 0;
}

.custom_tab_style.nav-tabs {
	border-bottom: 2px solid #283991;
	display: flex;
	justify-content: center;
}

.custom_tab_style.nav-tabs .nav-link {
	padding: 10px 25px;
	border-width: 2px;
}

.custom_tab_style.nav-tabs .nav-link a {
	color: #0d6efd;
}

.custom_tab_style .nav-item.show .nav-link,.custom_tab_style .nav-link.active {
	color: #283991;
	background-color: #fff;
	border-width: 2px;
	border-color: #283991 #283991 #f8f9fa;
	margin-bottom: -1px;
}

.custom_tab_style .nav-link:focus,.custom_tab_style .nav-link:hover {
	border-width: 2px;
	border-color: #283991 #283991 #f8f9fa;
}