

label {
    color: #fff;
}

.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
	background-color:#555;
	border-color:#555;
}
.btn-send:hover { background-color:#fff;
	border-color:#fff; color:#555;  }
.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}




.quote form {
  margin-top: -35px;
}

.quotelabel {
  color: #333366;
  font-size: 17px;
  margin-bottom: 20px;
  width: 100%;
}

.quote input,
textarea {
  background: #ecedef;
  padding: 10px 20px;
  border: 0px solid #bbb;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0;
  color: #000;
  width: 100%;
  margin-bottom: 20px;
  color: #0099ff;
}

.quote input:focus {
  border: 2px solid #0099ff;
}

.quote textarea:focus {
  border: 2px solid #0099ff;
}

.quote button {
  background: #0071E1;
  border: 1px solid #0071E1;
  border-radius: 200px;
  padding: 10px 33px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  font-size: 15px;
  cursor: pointer;
  font-weight: 700;
}

.quote button:hover {
  background: #fff;
  border: 1px solid #0099ff;
  color: #0099ff;
}

.item-foot {
  margin-bottom: 35px;
}

footer .items-dtls {
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
}

footer .items-dtls i {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  font-size: 15px;
  color: #FFF;
  border: 1px solid #aab9cd;
  text-align: center;
  line-height: 50px;
}

footer .items-dtls .dtls {
  position: relative;
  left: 15px;
}

footer .items-dtls .dtls .small {
  color: #0099ff;
  font-size: 13px;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: 700;
}

footer .items-dtls .dtls .large {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
}

footer .margin {
  margin-top: 20px;
}
