.profile-card a.profile-info-list-item5 {
    margin: 10px 0;
    padding: 5px;
    background-color: #d5593d;
    color: white;
    display: block;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.profile-card a.profile-info-list-item5:hover {
    background-color: #004e7f;
    color: white;
	 -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
	
}


.profile-card div.profile-info-list-item5  i {
	padding: 10px;
	
}


.profile-card div.profile-info-list-item5 {
      padding: 5px;
    background-color: #d5593d;
    color: white;
    display: block;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.profile-card div.profile-info-list-item5:hover {
    background-color: #004e7f;
    color: white;
	 -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
	
}


.profile-card div.profile-info-list-item5  i {
	padding: 10px;
	
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e7eaed;
    border-radius: 0;
}
.card .card-description {
    margin-bottom: .875rem;
    font-weight: 400;
    color: #76838f;
}



	.follow{
				padding-top: 20px;
				display: flex;
				justify-content: center;
			}
			.follow_btn{
				background: #2196F3;
				padding: 7px;
				color: #fff!important;
				border-radius: 12px;
				cursor: pointer;
			}

			.follow_btn::before{
				font-family: "Font Awesome 5 Free";
				
				font-weight: 600;
				margin-right: 5px;
			


			}
			.follow_btn:hover{
				background: #d5593d;
				color: #fff!important;
			}


.profile-header {
	height: 46px;
	width: 100%;
	position: relative;
}

.cover-image {
	height: 150px;
	width: 100%;
	overflow: hidden;
}



.user-image {
	position: absolute;
	height: 80px;
	width: 80px;
	border-radius: 50%;
	bottom: -50%;
	left: 50%;
	/* top: 50%; */
	transform: translate(-50%, -50%);
	z-index: 5;
}

.user-image img {
	height: 80px;
	width: 80px;
	border-radius: 50%;
	top: -40px;
	border: 1px solid #d5593d;
}

.profile-card .profile-content {
	padding: 0px 20px 30px 20px;
}



.profile-card .profile-name {
	font-size: 1rem;
	color: #004e7f;
	font-weight: 400;
	text-align: center;
}

.profile-card .profile-designation {
	font-size: 13px;
	color: #777;
	text-align: center;
}

.profile-card .profile-description {
	padding: 10px;
	font-size: 13px;
	color: #777;
	margin: 5px 0px;
	background-color: #F1F2F3;
	border-radius: 5px;
}

.profile-card ul.profile-info-list {
	padding: 0;
	margin: 10px 0;
	list-style: none;
	font-size: 16px;
	font-weight: 500;
	color: #474646;
	/*color: #777;*/
}




.profile-card ul.profile-info-list a {
	text-decoration: none;
	color:inherit;
}



.profile-card a.profile-info-list-item {
	margin: 5px 0;
	padding:2px;
	background-color: #F1F2F3;
	display: block;
	 -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;

}

.profile-card a.profile-info-list-item:hover {
    background-color: #004e7f;
    color: white;
	 -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
	
}



.profile-card ul.profile-info-list a {
	text-decoration: none;
	color:inherit;
}



.profile-card button.profile-info-list-item {
	margin: 10px 0;
	    text-align: inherit;
	padding:5px;
	background-color: #F1F2F3;
	display: block;
	 -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;

}

.profile-card button.profile-info-list-item:hover {
    background-color: #004e7f;
    color: white;
	 -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
	
}


.profile-card button.profile-info-list-item  i {
	padding: 10px;
	
}



.profile-card a.profile-info-list-item  i {
	padding: 10px;
	
}

ul.about {
    list-style: none;
    color: black;
	padding: 0;
}
li.about-items {
    margin: 10px;
    font-size: 0.9rem;
    /* font-family: sans-serif; */
    /* font-weight: 400; */
}



li.about-items i {
color:#607d8b;
}

span.about-item-name {
    width: 100px;
    display: inline-flex;
	    margin-left: 10px;
}


span.about-item-detail {
    display: inline-flex;
    width: calc(100% - 160px);
}
span.about-item-detail > button{
  margin-right: 10px;
}

.btn.btn-icon {
    width: 40px;
    height: 40px;
    padding: 0;
}
.btn.btn-rounded {
    border-radius: 50px;
}

a.about-item-edit {
    float: right;
}


legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 25px!important;
    line-height: inherit;
    color: #004e7f!important;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}