.site-map li{
    background: rgba(0, 0, 0, 0) url("images/list-arrow.png") no-repeat scroll 0 14px;
    list-style: outside none none;
    padding: 10px 0 10px 30px;
}
.site-map {
    padding: 0 !important;
}
.site-map .children{
    padding: 0;
}
/*22-08-2017*/
.map_area{
    width: 100%;
    position: relative;
    font-family: 'Open Sans', sans-serif;
}
.map_area img.map{
    width: 100%;
}
.client_sec{
    position: absolute;
    left: 0;
    top: 10%;
    width: 260px;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);
box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);
}
.client_list ul{
    padding: 0;
    margin: 0;
    list-style: none;
    max-height: 590px;
}
.client_sec .heading{
    background: #076587;
    padding: 12px;
    position: relative;
}
.client_sec .heading:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-bottom: -14px;
	margin-left: -7.5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14px 7.5px 0 7.5px;
	border-color: #076587 transparent transparent transparent;

}
.client_sec h2{
    font-size: 24px;
    line-height: normal;
    font-weight: 400;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    text-transform: uppercase;
}
.client_sec h2 span{
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}
.client_list ul li{
    padding: 5px;
    border-bottom: 1px dotted #fff;
    cursor: pointer;
}
.client_list ul li.active-lpnl {
    background: rgba(7, 101, 132, 0.2);
}
.client_list ul li:last-child{
    border-bottom: none;
}
.client_list ul li em{
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.client_list ul li em img{
    max-width: 100%;
    /*width: auto;*/
    border: 1px solid #fff;
}
.client_list ul li span{
    color: #076587;
    font-size: 16px;
    line-height: normal;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 102px);
}
.client_list {
    background: #c8d4e3;
    padding: 15px 0 15px 0;    
}
.client_desc{
	position: absolute;
	right: 20%;
    top: 8%;
    width: 445px;
    padding: 5px;
    background: #c8d4e3;
	text-align: center;
}
.client_desc:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-bottom: -14px;
	margin-left: -7.5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14px 7.5px 0 7.5px;
	border-color: #c8d4e3 transparent transparent transparent;

}
.profile_pic{
	width: 90px;
    height: 90px;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    margin-top: -40px;
    background: #c8d4e3;
}
.profile_pic img{
	max-width: 100%;
	width: auto;
	border-radius: 50%;
}
.client_desc h2{
	text-align: left;
    color: #052145;
    font-size: 14px;
    line-height: normal;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    display: inline-block;
    margin: 0;
}
.featured-home-wrapper .description .client_desc p{
    padding: 20px;
    background: #076587;
    color: #fff;
    font-size: 13px;
    line-height: normal;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-align: left;
    margin: 0;
}
.client_desc .map_icon{
	position: absolute;
	bottom: 0;
	margin-bottom: -88px;
	left: 50%;
	margin-left: -25px;
	width: auto;
	max-width: 100%;
}
.extrnlink{
    display: block;
    text-align: center;
    margin-top: 10px;
}
.extrnlink a,.extrnlink a:visited{ 
    color: #FF5722 !important;
    padding: 6px 10px;
    background: #fff;
    display: inline-block;
    line-height: normal;
}
.extrnlink a:hover{
    color: #000 !important;
}
