#inner-headline {
    background: #93c83f;
    position: relative;
    margin: 0;
    padding: 0;
    color: cadetblue;
    border-top: 1px solid #93c83f;	
}

#inner-headline h2.pageTitle {
	color: #3f3f3f;
    padding: 5px 0;
    display: block;
    text-align: center;
}

.pageTitle {
	color: #fff;
    margin: 30px 0 3px;
    display: inline-block;
    font-size: 20px;
}

h1, h2 {
	font-weight: 600;
    line-height: 1.9em;
    color: #252525;
    margin-bottom: 20px;
 //   text-transform: uppercase;
}
#about-us {
 //   background: url('../images/about-bg.jpg') no-repeat top center;
 //   background-size: cover;
 //   padding-top: 150px;
 //   padding-bottom: 150px;
  }
p {
	text-align: justify;
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
}

/*---------------------------------------
      APPOINTMENT             
  -----------------------------------------*/

  #appointment {
 //   padding-top: 100px;
 	  padding-top: 75px;
  }

  #appointment label {
    color: #393939;
    font-weight: 500;
  }

  #appointment .form-control {
    background: #f9f9f9;
    border: none;
    border-radius: 3px;
    box-shadow: none;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 15px;
    transition: all ease-in-out 0.4s;
  }

  #appointment input,
  #appointment select {
    height: 45px;
  }

  #appointment button#cf-submit {
    background: #a5c422;
    color: #ffffff;
    font-weight: 600;
    height: 55px;
  }

  #appointment button#cf-submit:hover {
    background: #393939;
    color: #ffffff;
  }