.contact .send-message {
  padding-top: 67px;
  padding-right: 70px;
  padding-bottom: 50px;
  padding-left: 70px;
}

.contact .send-message > .ttm-bg-layer {
  background-color: #fff;
  border: 1px solid rgb(237, 28, 36);
}

.contact .contact-number {
  background-color: rgb(237, 28, 36);
  padding-top: 67px;
  padding-right: 70px;
  padding-bottom: 50px;
  padding-left: 70px;
}

.contact-number h2 {
  color: #fff;
}

.contact-number .featured-box .featured-icon i,
.contact-number .featured-box .featured-content .featured-title h5,
.contact-number .featured-box .featured-content .featured-desc a,
.contact-number .featured-box .featured-content .featured-desc a:hover {
  color: #fff;
  text-decoration: none;
}

.contact .contactform.style2 label i {
  position: absolute;
  left: 5px;
  top: 25px;
  opacity: 0.9;
  font-size: 16px;
  line-height: 16px;
  z-index: 1;
  padding: 0;
  color: rgb(237, 28, 36);
}

.contact .btn-contact-form {
  background-color: rgb(237, 28, 36);
  color: #fff;
  font-size: 16px;
  padding: 11px 32px 11px 31px;
  border: none;
  cursor: pointer;
}

.contact .btn-contact-form:hover {
  color: rgb(237, 28, 36);
  background-color: #fff;
  border: 1px solid rgb(237, 28, 36);
}

.contact .btn-contact-form:focus {
  outline: none;
}

.contact .department,
.contact .ttm-bgcolor-darkgrey .contactform.style2 .text-input,
.contact .ttm-bgcolor-darkgrey .contactform.style2 .text-area {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding-bottom: 9px;
  padding-left: 35px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.contact .contact-number .social-icons ul{
  display: flex;
}

.contact .contact-number .social-icons ul li {
  margin: 0 10px;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.contact .contact-number .social-icons i {
  color: #fff;
  font-size: 20px;
}

.contact .map-wrapper {
  height: 450px;
}

.contact .map-wrapper #map_canvas {
  height: 100%;
}
