.banner {
  position: relative;
}

.banbox {
  position: absolute;
  left: 15%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 12;
  width: 650px;
  background: rgba(233, 240, 244, 0.3);
  padding: 13px;
}

.bancnt {
  width: 100%;
  padding: 40px 35px;
  background: #e9f0f4;
}

.bancnt a {
  display: block;
  margin-top: 15px;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: white;
  line-height: 45px;
  text-align: center;
  width: 300px;
  height: 45px;
  background: linear-gradient(-90deg, #ce0000 0%, #f3a800 100%);
}

.bancnt p {
  font-size: 24px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
}

.cont_form {
  width: 66.15%;
}

.set2 {
  margin: 100px 0 100px;
}

form.contactForm .form-group {
  margin-bottom: 35px !important;
}

form.contactForm label {
  display: inline-block;
  margin-bottom: 30px;
  width: 100%;
  font-weight: 400;
}

form.contactForm label input,
form.contactForm label textarea {
  display: block;
  border: none;
  padding: 17px 20px;
  width: 100%;
  outline: none;
  background: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0.3);
}

form.contactForm label input::-webkit-input-placeholder,
form.contactForm label textarea::-webkit-input-placeholder {
  color: #999999;
  font-size: 16px;
}

form.contactForm label input:-moz-placeholder,
form.contactForm label textarea:-moz-placeholder {
  color: #999999;
  font-size: 16px;
}

form.contactForm label input::-moz-placeholder,
form.contactForm label textarea::-moz-placeholder {
  color: #999999;
  font-size: 16px;
}

form.contactForm label input:-ms-input-placeholder,
form.contactForm label textarea:-ms-input-placeholder {
  color: #999999;
  font-size: 16px;
}

form.contactForm label:nth-child(n) {
  padding-left: 0;
  float: left;
}

form.contactForm label:nth-child(2n) {
  padding: 0;
  float: right;
}

form.contactForm label.mes {
  padding: 0;
  margin: 0;
  width: 100%;
}

form.contactForm textarea {
  padding-top: 25px;
  width: 100%;
}

form.contactForm .subs {
  background: linear-gradient(-90deg, #ce0000 0%, #f3a800 100%);
  padding: 17px 0;
  text-align: center;
  clear: both;
}

form.contactForm .sub {
  border: none;
  display: inline-block;
  background-color: unset;
  width: auto;
  text-align: center;
  font-size: 20px;
  border: none !important;
  color: #fff;
  width: 100%;
}

form.contactForm .enquiry_make {
  position: fixed;
  z-index: 99;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}

form.contactForm .enquiry_make p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #000;
  color: #fff;
  padding: 20px 30px;
}

.cont_cnt {
  width: 30%;
}

.cont_cnt h2 {
  font-size: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #333333;
  line-height: 32px;
}

.cont_cnt h3 {
  font-size: 24px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  color: #434343;
  line-height: 24px;
  margin-top: 30px;
  margin-bottom: 25px;
}

.cont_cnt h4 {
  font-size: 24px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  color: #333333;
  margin-top: 40px;
}

.contbox {
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #666666;
  line-height: 36px;
  margin-bottom: 55px;
}

.contbox a {
  color: #666666;
}

.contline {
  height: 1px;
  background: black;
  opacity: 0.2;
  width: 100%;
}

.cnt_shejiao {
  margin-top: 20px;
}

.cnt_shejiao>a:nth-last-child(1) {
  margin-right: 0;
}

.cnt_shejiao a {
  margin-right: 40px;
}