.top-header {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}
.contactUs-content {
  margin: 0 auto;
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
}
.left-box {
  width: 48.571%;
  height: auto;
}

.contactUs-right {
  width: 45.714%;
  margin-bottom: 100px;
  float: right;
}
.mt680 {
  margin-top: 680px;
}

.pf {
  position: fixed;
  width: 35.4%;
}
.pr {
  position: relative;
}
.contactUs-left-image {
  width: 100%;
}
.contactUs-left-image > img {
  width: 100%;
  height: 100%;
}
.contactUs-left > h3 {
  font-size: 32px;
  font-family: SYBold;
  font-weight: bold;
  color: #003a70;
  margin-top: 40px;
}
.contactUs-left > p {
  font-size: 18px;
  font-family: SYNormal;
  font-weight: 400;
  color: #003a70;
  margin-bottom: 10px;
}

.dimension_code {
  margin-top: 40px;
  display: flex;
}
.dimension_code p {
  font-size: 16px;
  font-family: SYNormal;
  font-weight: 400;
  color: #003a70;
  line-height: 28px;
  margin-bottom: 8px;
}
.address-email {
  margin-left: 39px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contactUs-right::-webkit-scrollbar {
  width: 5px;
  background-color: #ffffff;
}
.contactUs-right::-webkit-scrollbar-thumb {
  background-color: #ffffff;
  width: 5px;
  /* height: 10px; */
}
.contactUs-right > h2 {
  margin: 0;
  height: 40px;
  font-size: 32px;
  font-family: SYBold;
  font-weight: bold;
  color: #003a70;
  line-height: 40px;
  margin-bottom: 60px;
}
.contactUs-right-one {
  /* height: 208px; */
  background-color: #f5f5f6;
  display: flex;
}
.business_header {
  /* width: 117px; */
  padding: 40px 28px 0px 29px;
}
.business {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-bottom: 34px;
}
.business > h3 {
  margin: 40px 0 0 0;
  font-size: 18px;
  font-family: SYRegular;
  font-weight: bold;
  color: #009cde;
}
.business > ul {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}
.business > ul > li {
  width: 212px;
  margin-bottom: 6px;
  margin-right: 60px;
  font-size: 16px;
  font-family: SYNormal;
  font-weight: 400;
  color: #003a70;
  line-height: 28px;
}
.business > ul > li:nth-child(2n) {
  margin-right: 0px;
}
.contactUs-right-two {
  margin-top: 40px;
  margin-bottom: 100px;
  display: flex;
  justify-content: space-between;
}
.contactUs-right-two > div {
  /* width: 300px; */
  width: 46.875%;
  background-color: #f5f5f6;
  display: flex;
  align-items: center;
  padding: 40px 0;
}
.contactUs-right-two > div > div {
  margin-left: 28px;
}
.image1 {
  display: block;
  width: 60px;
  height: 60px;
  margin-left: 29px;
}
.image2 {
  display: block;
  width: 60px;
  height: 60px;
  margin-left: 49px;
}
.contactUs-right-two h4 {
  font-size: 18px;
  font-family: SYRegular;
  font-weight: bold;
  color: #009cde;
  line-height: 21px;
}
.contactUs-right-two p {
  font-size: 16px;
  font-family: SYNormal;
  font-weight: 400;
  color: #003a70;
}
.Online_Message {
  padding: 40px 40px 40px 22px;
  background-color: #f5f5f6;
  position: relative;
}
.form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form > div {
  margin-bottom: 40px;
}
.w50 {
  width: 48%;
}
.w100 {
  width: 100%;
}
.Online_Message p {
  height: 22px;
  font-size: 16px;
  font-family: SYNormal;
  font-weight: 500;
  color: #003a70;
  line-height: 19px;
}
.Online_Message span {
  margin-right: 9px;
  width: 9px;
  height: 22px;
  font-size: 16px;
  font-family: SYNormal;
  font-weight: 500;
  color: #fe0000;
  line-height: 19px;
  transform: translate(-18px);
}
.Online_Message input {
  width: 93%;
  height: 50px;
  background: #ffffff;
  border-radius: 5px 5px 5px 5px;
  opacity: 1;
  border: none;
  outline: none;
  margin-left: 18px;
  margin-top: 15px;
  padding-left: 16px;
}
.Online_Message textarea {
  width: 96%;
  height: 220px;
  background: #ffffff;
  border-radius: 5px 5px 5px 5px;
  opacity: 1;
  margin-left: 18px;
  border: none;
  outline: none;
  margin-top: 15px;
  padding: 16px 16px;
  /* position:absolute; */
}

.form button {
  width: 144px;
  height: 54px;
  font-size: 18px;
  font-family: SYNormal;
  font-weight: 500;
  line-height: 22px;

  border-radius: 5px 5px 5px 5px;
}
.method {
  margin-left: 18px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0 !important;
}
.cofirm {
  margin-right: 30px;
  background: #009cde;
  border: none;
  color: #f5f5f6;
}
.cofirm:hover {
  background-color: #2eb9f1;
}
.register {
  width: 144px;
  height: 54px;
  border-radius: 5px 5px 5px 5px;
  color: #009cde;
  border: 1px solid #009cde;
  background-color: #f5f5f6;
}
.register:hover {
  background-color: #ffffff;
}
input::-webkit-input-placeholder {
  /*WebKit browsers*/

  height: 17px;
  font-size: 14px;
  font-family: SYLight;
  font-weight: 500;
  color: #cbcbcb;
  line-height: 14px;
}

input::-moz-input-placeholder {
  /*Mozilla Firefox*/

  height: 17px;
  font-size: 14px;
  font-family: SYLight;
  font-weight: 500;
  color: #cbcbcb;
  line-height: 14px;
}

input::-ms-input-placeholder {
  /*Internet Explorer*/

  height: 17px;
  font-size: 14px;
  font-family: SYLight;
  font-weight: 500;
  color: #cbcbcb;
  line-height: 14px;
}
textarea::-webkit-input-placeholder {
  /*WebKit browsers*/

  height: 17px;
  font-size: 14px;
  font-family: SYLight;
  font-weight: 500;
  color: #cbcbcb;
  line-height: 14px;
}

textarea::-moz-input-placeholder {
  /*Mozilla Firefox*/

  height: 17px;
  font-size: 14px;
  font-family: SYLight;
  font-weight: 500;
  color: #cbcbcb;
  line-height: 14px;
}

textarea::-ms-input-placeholder {
  /*Internet Explorer*/

  height: 17px;
  font-size: 14px;
  font-family: SYLight;
  font-weight: 500;
  color: #cbcbcb;
  line-height: 14px;
}
@media only screen and (max-width: 1600px) {
  .w1600 {
    width: 100%;
  }
  .image2 {
    margin-left: 26px;
  }
  .business_header {
    /* width: 117px; */
    padding: 40px 19px 0px 17px;
  }
  .contactUs-right-two > div > div {
    margin-left: 19px;
  }
  .business > ul > li {
    width: 200px;
    margin-right: 8px;
  }
  .contactUs-right {
    width: 46.714%;
  }
}
@media only screen and (max-width: 1400px) {
  .contactUs-content {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-around;
    align-items: center;
  }
  .mt680 {
    margin-top: 0px;
  }
  /* .contactUs-left{
    width: 50%;
  } */
  .contactUs-right {
    margin-top: 50px;
    margin-left: 0px;
    width: 50%;
  }
  .Online_Message textarea {
    width: 440px;
  }
  .Online_Message input {
    width: 440px;
  }
  .contactUs-content {
    margin-top: 0;
    margin-bottom: 100px;
  }
  .image2,
  .image1 {
    margin-left: 25px;
  }
  .contactUs-right-two > div > div {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 1050px) {
  .Online_Message textarea {
    width: 380px;
  }
}
@media only screen and (max-width: 980px) {
  .contactUs-right-two {
    display: flex;
    flex-direction: column;
    margin-bottom: 0px;
  }
  .contactUs-right-two > div {
    width: 100%;
    background-color: #f5f5f6;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
  }
  .business_header {
    padding-left: 0;
  }
  .business_header,
  .image1,
  .image2 {
    margin-left: 20px;
  }
  .Online_Message textarea {
    width: 260px;
  }
  .Online_Message input {
    width: 260px;
  }
}
@media only screen and (max-width: 600px) {
  .contactUs-left-image > img {
    width: 100%;
    height: 100%;
  }
  .left-box,
  .contactUs-right {
    width: 100%;
  }
  .contactUs-content {
    margin-bottom: 40px;
  }
  .Online_Message {
    padding: 40px 0;
  }
  .form > div {
    margin-bottom: 40px;
    margin-left: 20px;
    width: 87%;
  }
  .method {
    width: 100% !important;
    margin-left: 0px !important;
    display: flex;
    flex-direction: column;
  }
  .method > button {
    width: 87%;
    margin: 0 auto;
  }
  .cofirm {
    margin-bottom: 30px !important;
  }
  .Online_Message textarea {
    width: 93.52%;
  }
  .Online_Message input {
    width: 93.52%;
  }
  .business_header {
    padding-right: 15px;
  }
  .dimension_code {
    margin-top: 10px;
    display: flex;
    flex-direction: column-reverse;
  }
  .wecode {
    display: flex;
    justify-content: center;
  }
  .address-email {
    margin-left: 0px;
  }
  .contactUs-right {
    margin-bottom: 40px;
  }
}
