@font-face {
    font-family: Quicksand;
     src: url('font/Quicksand-Light.ttf');
}

@font-face {
    font-family: Quicksand;
     src: url('font/Quicksand-Medium.ttf');
}



@font-face {
    font-family: Quicksand;
     src: url('font/Quicksand-Regular.ttf');
}



@font-face {
    font-family: Quicksand;
    src: url('font/Quicksand-Bold.ttf');
    font-weight: bold;
}



.menu_property2 {list-style-type: decimal-leading-zero;  border-bottom: 1px solid #f3f3f3;line-height: 2;color: #000;font-family: Quicksand; font-size: 14px;}
	
.menu_property2:hover{ color:#fff; background:#1e5ae1; cursor:pointer}	

.menu-heading-sty{font-family: Helvetica;text-transform:uppercase;font-size: 18px;font-weight: 700;color: #e12431;}

.content-heading-sty{font-weight: 700;font-size: 20px;color: #fff;font-family: Quicksand; background:#e12431;}

.content-details-sty{font-family: Helvetica;text-align: justify;font-size: 16px;line-height: 1.8}