    .heading7{
    	position:relative;
    	padding:9px;
    	font-weight: bold;
    	font-size: 18px;
    	background-color: #51A2C1;
       
    	color: #fff;
    	border-radius:3px;
    	-webkit-border-radius:3px;
    	-moz-border-radius:3px;
    }
     
    .heading7:before{
    	content:''; 
    	height:0; 
    	width:0; 
    	display:block; 
    	border:13px transparent solid; 
    	border-right-width:0; 
    	border-left-color:#51A2C1; 
    	position:absolute; 
    	top:25px; 
    	left:15px;
    	transform:rotate(-270deg);
    	-webkit-transform:rotate(-270deg);
    	-moz-transform:rotate(-270deg);
    	-o-transform:rotate(-270deg);
    	-ms-transform:rotate(-270deg);
    }

    .heading71 {
    padding: 0.8rem 0;
    margin-bottom: 0.2rem;
    background-image: linear-gradient(90deg, #4A8BA2 0 50px, transparent 50px 60px, #CCCACA 0 90px);
    background-repeat: no-repeat;
    background-size: 100% 3px;
    background-position: bottom;
    color: #000000;
    font-weight: bold;
    font-size: 26px;
   }