
#container img{
  vertical-align:baseline!important;
}
.Top_img {
  background: url("../images/us.jpg") no-repeat center center / cover;
}
.contactUs .con {
  /*padding-top: 50px;*/
}
.contactUs .con h3 {
  text-align: left;
  font-size: 36px;
  font-weight: 700;
}
.contactUs .con div {
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px;
}
.contactUs .con div p {
  width: 50%;
  margin-bottom: 40px!important;
}
.contactUs .con div p:nth-child(1) i {
  background: url("../images/contactUs (2).png") no-repeat top left / 100%;
}
.contactUs .con div p:nth-child(2) i {
  background: url("../images/contactUs (3).png") no-repeat top left / 100%;
}
.contactUs .con div p:nth-child(3) i {
  background: url("../images/contactUs (5).png") no-repeat top left / 100%;
}
.contactUs .con div p:nth-child(4) i {
  background: url("../images/contactUs (4).png") no-repeat top left / 100%;
}
.contactUs .con div p i {
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: middle;
}
.contactUs .con div p span {
  font-size: 16px;
}
.contactUs #container {
  width: 100%;
}
.contactUs .message .title h3:nth-child(1) {
  font-family: Impact;
  font-size: 36px;
  text-align: left;
  color: #999;
}
.contactUs .message .title h3:nth-child(2) {
  font-size: 36px;
  text-align: left;
}
.contactUs .message .title .form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 58px;
}
.contactUs .message .title .form input.mess_text {
  display: block;
  margin-top: 52px;
  width: 28%;
  padding: 20px;
  font-size: 18px;
  color: #999;
  border-radius: 0px;
  border: solid 1px #cdcdcd;
}
.contactUs .message .title .form textarea {
  display: block;
  margin-top: 52px;
  padding: 20px;
  width: 100%;
  font-size: 20px;
  color: #999;
  resize: none;
  border: solid 1px #cdcdcd;
  border-radius: 0px;
}
.contactUs .message .title .form button {
  margin-top: 52px;
  width: 370px;
  height: 62px;
  color: #fff;
  border: 0;
  outline: none;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  background-color: #e70012;
}
@media (max-width: 1200px) {
  .mains {
    width: 90%;
  }
}
@media (max-width: 1024px) {
  .contactUs .con div {
    display: block;
  }
  .contactUs .con div p {
    width: 100%;
    margin-bottom: 30px!important;
  }
  .contactUs .message .title .form input.mess_text {
    width: 100%;
  }
  .contactUs .message .title .form button {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .contactUs .con div p,
  .contactUs .message .title .form input.mess_text,
  .contactUs .message .title .form textarea,
  .contactUs .message .title .form button {
    margin: 10px 0!important;
  }
  .contactUs .con h3,
  .contactUs .message .title h3:nth-child(1),
  .contactUs .message .title h3:nth-child(2) {
    font-size: 20px;
    line-height: 30px;
  }
  .contactUs .con div {
    padding-top: 0;
  }
  .contactUs .message .title .form input.mess_text,
  .contactUs .message .title .form textarea,
  .contactUs .message .title .form button {
    padding: 8px;
    font-size: 14px;
  }
  .contactUs .con div p i {
    width: 20px;
    height: 20px;
  }
  .contactUs .con div p span {
    font-size: 14px;
  }
  #container{
    height:300px!important;
  }
}
/*# sourceMappingURL=contactUs.css.map */