.contact-banner{
    padding-top: 120px;
    height: 740px;
    background: url('../img/contact-banner.jpg') no-repeat center/cover;
}
.contact-banner h1{
    max-width: 780px;
    font-size: 3.3rem;
    margin-top: 0.2rem;
}
.contact-body .content{
    max-width: 1220px;
}
.contact-banner span{
    font-size: 18px;
    display: inline-block;
    margin-bottom: 1.5rem;
}
.contact-banner p{
    color: #6d6d6d;
    max-width: 480px;
    line-height: 1.7;
}
.contact-infos{
    transform: translateY(-50%);
}
.contact-infos li{
    width: 31.5%;
    border-radius: 12px;
    padding: 54px 40px;
    padding-right: 60px;
    transition: all 0.3s;
    background-color: white;
    position: relative;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.contact-infos li:after{
    width: 40px;
    height: 50px;
    content: "";
    background: url('../img/pos.svg') no-repeat center/contain;
    position: absolute;
    right: 38px;
    top: 44px;
    /* filter: grayscale(1000%); */
    /* opacity: 0.4; */
    transition: all 0.3s;
}
.contact-infos li.phone:after{
    background-image: url('../img/pho.svg');
}
.contact-infos li.email:after{
    background-image: url('../img/ema.svg');
}
.contact-infos li strong{
    font-size: 24px;
    display: inline-block;
    margin-bottom: 1.3rem;
    transition: all 0.3s;
}
.contact-infos li p{
    font-size: 19px;
    font-weight: 500;
    color: #333;
    margin-bottom: 20px;
    transition: all 0.3s;
}
.contact-infos li span{
    color: #606060;
    font-size: 15px;
    line-height: 1.6;
    transition: all 0.3s;
    margin-bottom: 0.5rem;
    display: inline-block;
}
.contact-infos li:hover strong{
    color: #fff;
}
.contact-infos li:hover p, .contact-infos li:hover span{
    color: white;
    opacity: 0.8;
}
.contact-infos li:hover:after{
    filter: grayscale(0);
    opacity: 0.5;
}
.contact-infos li:hover{
    background-color: var(--hover);
}
.form-part{
    padding-top: 1rem;
}
.form-part .left{
    width: 45%;
}
.form-part .right{
    width: 50%;
    margin-left: auto;
}
.form-part .left h2{
    margin-bottom: 30px;
    font-size: 50px;
    padding-bottom: 0;
}
.form-part .left p{
    font-size: 17px;
    line-height: 1.7;
    color: #757575;
}
.form-part .left ul{
    margin-top: 65px;
}
.form-part .left ul li{
    padding-left: 100px;
    margin-bottom: 60px;
    position: relative;
}
.form-part .left ul li strong{
    font-size: 25px;
    font-weight: 700;
    display: inline-block;
    color: #333;
    margin-bottom: 0.8rem;
}
.form-part .left ul li:after{
    width: 68px;
    height: 73px;
    content: "";
    background: url('../img/contact1.svg') no-repeat center/contain;
    position: absolute;
    left: 0;
    top: -5px;
}
.form-part .left ul li:nth-of-type(2):after{
    background-image: url('../img/contact2.svg');
}
.form-part .left ul li:nth-of-type(3):after{
    background-image: url('../img/contact3.svg');
}
.form-part .left ul li:nth-of-type(4):after{
    background-image: url('../img/contact4.svg');
}
.form-part .right .form input:not([type="submit"]), .form-part .right .form select{
    font-size: 18px;
    color: #585b5e;
    font-weight: 400;
    width: 100%;
    border-radius: 5px;
    padding: 19px 28px;
    margin-bottom: 19px;
    font-family: inherit;
    border: 1px solid #d6d6d6;
}
input[type='submit']{
    cursor: pointer;
}
.form-part .right .form select{
    appearance: none;
    background: url('../img/arrow-bb.svg') no-repeat right 20px center/15px;
}
.form-part .right .form input[type='file']{
    text-indent: -9999px;
    width: auto;
    padding: 0;
    border: none;
    background: url('../img/upload.svg') no-repeat left/15px;
    margin-bottom: 0;
}
.form-part .right .form{
    padding: 50px 50px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}
.form-part .right p{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 35px;
}
.form-part .right .form textarea{
    font-size: 18px;
    color: #585b5e;
    font-weight: 400;
    width: 100%;
    height: 200px;
    border-radius: 5px;
    padding: 19px 28px;
    margin-bottom: 19px;
    font-family: inherit;
    border: 1px solid #d6d6d6;
}
.form-part .right input[type="submit"]{
    border: none;
    width: 100%;
    outline: none;
    font-size: 19px;
    padding: 21px 0;
    font-family: inherit;
    font-weight: 500;
    background-color: var(--hover);
    color: white;
    margin-top: 30px;
    border-radius: 5px;
}
.form-part .right input[type="submit"]:hover{
    background-color: #15c56d;
}
.form-part .right .file-btn{
    position: relative;
    margin-bottom: 0;
}
.file-btn span:nth-of-type(2){
    font-size: 16px;
    color: var(--hover);
    position: absolute;
    left: 0;
    top: 11px;
    z-index: -1;
    font-weight: 400;
    transform: translateX(30px);
    display: inline-block;
}

body .wpcf7 form.failed .wpcf7-response-output, body .wpcf7 form.aborted .wpcf7-response-output{
    padding: 0;
    margin: 0;
    margin-top: 1rem;
    border: none;
    outline: none;
}
body .wpcf7-spinner{
    margin-left: 0;
    margin-top: 0.5rem;
}
body .wpcf7-not-valid-tip{
    font-size: 13px;
    display: block;
    margin-bottom: 1rem;
    margin-top: -0.7rem;
}