#qadoori{
    width: 50%;
    margin: 20px auto;
    border: 0px solid #cbcbcb;
    display: block;
  float: left;
  position: relative;
 text-align: center;
  
  
}
#img_div > p {
  font-size: 20px;
  color: #6E6E6E;
  width: 100%;

   
  text-justify: auto;
  
}
form{
    width: 50%;
    margin: 20px auto;
    
}
form div{
    margin-top: 5px;
}

#img_div{
    width: 80%;
    padding: 5px;
    margin: 15px auto;
    border: 0px solid #cbcbcb;
    
}


#img_div:after
{
    content: "";
    display: block;
    clear: both;
}
img
{
    float: left;
    margin: 5px;
    width: 300px;
    height: 140px;
        
}
.service_title {
  display: block;
  float: left;
  position: relative;
 text-align: center;
  width: 100%;
  
    
}
.service_title > hr {
  border-top: 2px dashed #ccc;
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 3px;
  width: 100%;
}
.service_title > h2 {
  background: none repeat scroll 0 0 #ffffff;
  color: #6e6e6e;
  display: inline-block;
  font-weight: bold;
  margin-top: 7px;
  padding: 0 80px;
  position: relative;
  z-index: 5;
  font-size: 35px;
  margin-bottom: 15px;
}
