.header_nav>li:nth-child(8)>a{
  color: #fff;
}
.header_nav>li:nth-child(8)>a::before{
  height: 100%;
}



.form_box{
  max-width: 800px;
  margin: 0 auto;
  /* padding: 20px; */
  padding: 20px 20px 60px 20px;
  /* text-align: center; */
}


.form_title>p:first-child{
  font-size: 18px;
  font-weight: 600;
  line-height: 36px;
}
.form_title>p:last-child{
  font-size: 16px;
  color: #666666;
  line-height: 26px;
}

.form{
  text-align: center;
}
    .form input {
        width: 50%;
        height: 30px;
        padding-left: 10px;      
        border: 1px solid rgb(169, 169, 169);
     
    }
.form label {
        text-align: right;
        width: 100px;
        display: inline-block;
        font-size: 14px;
}
.form textarea{
  width: 50%;
  padding-left: 10px;
}
.input_box{
  display: flex;
  justify-content: center;align-items: center;
  padding-top: 20px;
}
.input_box>p{
  padding-right: 20px;
  text-align: right;
  /* width: 10%; */
}



.submit_button {  

    margin-top: 30px;
    border: 0;
    background: #0588f9;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    font-size: 16px;
    margin-left: 12%;
   
}


@media screen and (max-width:768px){
  .form input{
    width: 65%;
    height: 24px;
  }
  .form textarea{
    width: 65%;
  }


.form_title>p:first-child{
  font-size: 16px;
 
}
.form_title>p:last-child{
  font-size: 14px;
}
.input_box>p{
  font-size: 14px;
}
}