input, textarea,
input:focus, textarea:focus,
input:active, textarea:active{
font-family: 'Roboto', sans-serif;
	border-radius:0 !important
}
#asset-list ul{
    margin: 0;
}
#asset-list li{
list-style:none;
font-size: 19px;
    line-height: 25px;
    display: table;
margin-bottom: 12px;
}

#asset-list li img{
    width: 24px;
margin-right: 10px;
    display: table-cell;
margin-bottom: -1px;
}

#asset-list li strong{
    display: table-cell;
    font-size: 19px;
    line-height: 25px;
    font-weight: 400;
    font-family: 'Roboto';
}
@media screen and (max-width: 909px){
.header-title-section .site-inner {
    height: 160px !important;
}	
	
.header-title-section .entry-header .entry-title {
    font-size: 25px;
	color:#ffffff !important;
}
	
.header-title-section .header-overlay{
width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(50, 50, 49, 0.68);
    top: 0;
	
}
.header-title-section img.mob-header-img{
	width:100%;
	position:absolute;
	left:0;
	top:0;
	opacity:1;
	display:block;
      min-height: 160px !important ;
}
}	