.feature-content p {
    line-height: 1.8;
    color: #292a2c;
    font-size: 0.8rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-align:justify; 
   
}
h3 span
{
	color:#ed6502; 
} 
.vred{
    border-radius:40px;
}   
.shaddowcard{ 
   /*border-radius: 0px;*/
    /* background: #f2f2f2; */
   /* box-shadow: inset 5px 5px 10px #e5e5e5, inset -5px -5px 10px #d9d7d7;*/
    border-radius: 0px;
    background: #f2f2f2;
    box-shadow: 5px 5px 10px #c4c4c4, -5px -5px 10px #ffffff;
}
.bgp{
     background-image: url("../images/bg/probg.jpg");
     background-size:cover;
     background-position:center;
    background-repeat: no-repeat;
    background-attachment:fixed;
}
.formimg{
    position:relative;
    height:100%; 
}
.colfor{
    background-color:#bbbcbd; 
}  

@media(max-width:500px){
 .vred{
     width:400px;
 }   
}