.query-form-section{
	  margin-top: 22px;
}


.query-form-title{
    text-align: left;
}

.query-form-label{
   text-align: left;
}


.query-form-input{
    outline: 0;
    border-width: 0 0 1.5px;
    border-color: #FD4251!important;
    border-radius: 0px;
}

.query-form-input:focus {
  border-color: 1px solid #ee182b!important;
  box-shadow: none!important;
 /* outline: 1px dotted #000*/
}



/* Review form csss */


.rating { 
    border: none;
    float: left;
  }
  
  .rating > input { display: none; } 
  .rating > label:before { 
    margin: 5px;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
  }
  
  .rating > .half:before { 
    content: "\f089";
    position: absolute;
  }
  
  .rating > label { 
    color: #ddd; 
   float: right; 
  }
  
  /***** CSS Magic to Highlight Stars on Hover *****/
  
  .rating > input:checked ~ label, /* show gold star when clicked */
  .rating:not(:checked) > label:hover, /* hover current star */
  .rating:not(:checked) > label:hover ~ label { color: #FFD700;  } /* hover previous stars in list */
  
  .rating > input:checked + label:hover, /* hover current star when changing rating */
  .rating > input:checked ~ label:hover,
  .rating > label:hover ~ input:checked ~ label, /* lighten current selection */
  .rating > input:checked ~ label:hover ~ label { color: #FFED85;  } 


   .fetchedrating { 
    border: none;
    float: left;
  }
  
  .fetchedrating > input { display: none; } 
  .fetchedrating > label:before { 
    margin: 5px;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
  }
  
  .fetchedrating > .half:before { 
    content: "\f089";
    position: absolute;
  }
  
  .fetchedrating > label { 
    color: #ddd; 
   float: right; 
  } 

  
  /* .fetchedrating > input:checked ~ label{ color: #FFD700;  } hover previous stars in list */
  
  .fetchedrating > input:checked ~ label, /* show gold star when clicked */
  .fetchedrating:not(:checked) > label:hover, /* hover current star */
  .fetchedrating:not(:checked) > label:hover ~ label { color: #FFD700;  } /* hover previous stars in list */
  
  .fetchedrating > input:checked + label:hover, /* hover current star when changing rating */
  .fetchedrating > input:checked ~ label:hover,
  .fetchedrating > label:hover ~ input:checked ~ label, /* lighten current selection */
  .fetchedrating > input:checked ~ label:hover ~ label { color: #FFED85;  } 