.header_color {
    background: #003918 !important;
}
.breadcrumb > li + li::before {
    content: "\f22d" !important;
    font-family: fontawesome;
    font-size: 9px;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #fff !important;
    content: "/\00a0";
}
.breadcrumb li a {
    color: #fff;
}
.title_header{
    color: #fff !important;
}
 @media only screen and (max-width: 991px){
.pt-150 {
    padding-top: 22px !important;
}
}
.contact-card{
	background-color: #bcefd4 !important;
	text-align:left;
	padding:30px;
	border-radius: 10px;
}
.info-card{
	border-bottom:1px dashed #bb0f0f;
	padding:20px;
}
.info-icon {
    font-size: 25px;
    color: #000;
}
.viewProfileBtn2{
	color:blue;
}
.text-theme-primary{
	color:#bb0f0f;
}