.sectionContact {
  padding: 70px 0;
  background-color: #fcfcfc;
}
.contactDetail {
  background-color: #0275cc;
  border-radius: 10px;
}
.contactItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  text-align: center;
  padding: 30px;
}
.contactItemIcon {
  border: 3px solid #fff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contactItemIcon img {
  width: 34px;
  height: 34px;
}
.contactItem h3 {
  color: #fff;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 30px -1px 10px;
}
.contactItem p {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}
.contactItem p a {
  color: #fff;
  text-decoration: underline;
}
.contactMap {
  border-radius: 10px;
  overflow: hidden;
}
.contactMap iframe {
  width: 100%;
  height: 554px;
}
.contactSale {
  padding: 50px 0;
}
.contactSaleItem span {
  display: block;
  color: #b30000;
  font-weight: 500;
}
.contactSaleItem a {
  color: #333;
}
.contactForm {
  background-color: #fff;
  padding: 30px 20px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.form-group {
  margin-bottom: 20px;
}
.formHeader {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
.form-control {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.form-label {
  display: block;
}
.form-label input[type='checkbox'] {
  accent-color: #1f5edb;
}
.file-drop-area {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 25px;
  border: 1px dashed rgba(0, 0, 0, 0.4);
  border-radius: 3px;
  transition: 0.2s;
}
.choose-file-button {
  flex-shrink: 0;
  background-color: rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 8px 15px;
  margin-right: 10px;
  font-size: 12px;
  text-transform: uppercase;
}
.file-message {
  font-size: small;
  font-weight: 300;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.file-input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}
