
.consult {
margin-bottom: 15px;}

.consult-head {
 color: #fff;
 background: #6EBE44;
 padding: 15px 0;
 }
 
 .consult-head label 
 {
     font-weight: normal;
     font-size: 15px;}
 
.consult-body {
    background: #eee;
    padding: 10px;
    min-height: 180px!important;
    text-align: left;
    }
   
.consult-body .form-control
{
    margin-bottom: 10px;}

.divcontent {
    background: #f9f9f9;
    padding: 20px;
}
  
  
.line-blue {
    background: #004389;
    height: 7px;}
    
.line-red {
    background: #bb0612;
    height: 7px;}
    
.line-white {
    background: #fff;
    height: 7px;}
