.boxs {
  background: url(../img/bottombj.jpg)no-repeat left center;
  /* background-size: 100%; */
}


#contact1 {
  background-color: rgba(0, 0, 0, .3);
  color: #fff;
  position: relative;
  /* margin: 50px 0; */
}

#contact1 .container {
  padding: 25px 15px;
}

.contact-us h3,
#contactForm h3 {
  font-size: 36px;
  margin-bottom: 20px;
  color: #fff;
  /* margin-top: 40px; */
}

.contact-us h3:first-child,
#contactForm h3:first-child {
  padding-top: 20px;

}

.contact-us p {
  font-size: 18px;
}

.contact-us a {
  color: #eee !important;
}

.contact-us p span {
  color: #eee;
  padding-left: 10px;
  font-size: 18px;
}

#contactForm .row img {
  width: 140px;
  height: 140px;
  background-color: #fff;
}

#contactForm .row dl {
  justify-content: flex-end;
  display: flex;
}

#contactForm {
  text-align: right;
}

@media (max-width: 767px) {
  dl {
    justify-content: flex-start !important;
  }

  #contactForm {
    text-align: left !important;
  }

  .box {
    background-size: auto !important;
  }
}

dl dd {
  color: #eee;
  width: 30px;
  border: 1px solid #eee;
  font-size: 18px;
  /* height: 180px; */
  margin: 0;
  writing-mode: vertical-lr;
  text-align: center;
}

footer {
  /* background: #292f35; */
  background-color: rgba(0, 0, 0, .5);
  padding: 20px 0;
}

@media(max-width: 767px) {
  dt img {
    max-width: 150px;
    max-height: 150px;
  }
}