/*** QUOTATION ***/
/******************************************************************************/

.navigation .navbar {
    background-color: #ffffff; 
}

.quotation {
    height: 100%;
    padding-bottom: 8em;
}

.quotation h2 {
    height: 100%;
    padding-top: .5em;
    padding-bottom: .5em;
    background-color: #eeeeee;
}

.quotation .container {
    background-color: #f7f7f7;
    padding: 0 2.5em;
    border-radius: .5em;
    /* text-align: justify; */
    font-size: 22px;
}

.selected-service {
    text-transform: capitalize;
    color: #da7305;
}

.updated-at {
    color: #ccc;
    text-align: center;
}

p b {
    display: block;
    padding: 1em 0 0 0;
    font-size: 24px;
}

h1 {
  text-align: center;
  color: #000000;
  font-weight: 300;
  margin: 0 0 40px;
}

.form .form-group {
    padding-top: 6px;
    padding-bottom: 1em;
}

.form label {
  position: absolute;
  transform: translateY(27px);
  transition: all 0.25s ease;
  pointer-events: none;
  color: #00000088;
  font-size: 18px;
  padding-left: 12px;
}

.form label .req {
  margin: 3px 0;
  color: #ff0000;
}

.form label.active {
  transform: translateY(-6px);
  padding-left: 2px;
  font-size: 16px;
}

.form label.active .req {
  opacity: 0;
}

.form label.highlight {
  color: #00000088;
}

.form input { height: 40px; }
.form textarea{ height: 100%; }

.form input, .form textarea {
  font-size: 18px;
  display: block;
  width: 100%;
  padding: 10px 10px;
  margin-top: 20px;
  background: #fff;
  background-image: none;
  border: 1px solid #a0b3b0;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
