.web_main {
    position: relative;
    width: 100%;
    margin-top: -19%;
    margin-bottom: -15%;
}

.head_nav>li>a {
    color: #FFF;
}

.web_head .btn--search:before {
    background-image: url(../img/Vecto1r.png) !important;
}

.fixed.web_head .btn--search:before {
    background-image: url(../img/Vector.png) !important;
}

.web_main_wrap {
    z-index: 999;
    width: 100%;
    padding: 20% 0;
}


.contact_title {
    text-align: center;
}

.contact_title {
    font-family: 'ChaparralPro-Bold';
    font-weight: bold;
    font-size: 48px;
    color: #333333;
    line-height: 56px;
    text-align: center;
    font-style: normal;
    text-transform: uppercase;
}

@media (max-width:1366px) {
    .contact_title {
        font-size: 35px;
        line-height: 40px;
    }
}

.contact_txt p {
    font-family: 'Arial-Regular';
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.contact_info .infoList {
    justify-content: space-between;
    margin-top: 30px;
    flex-wrap: wrap;
}

.contact_info .infoList li {
    width: 24%;
    height: 129px;
    padding: 15px 8px;
    justify-content: flex-start;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px 8px 8px 8px;
    margin-bottom: 30px;
}

.contact_info .infoList li .info_icon {
    margin-right: 30px;
    padding: 12px;
    background: #FFA30E;
    border-radius: 6px 6px 6px 6px;
    flex-shrink: 0;
}

.contact_info .infoList li .info_icon img {
    width: 39px;
    height: 39px;
    object-fit: cover;
}

/* .contact_info .infoList li:nth-child(3) .info_icon img {
    width: 55px;
} */

.contact_info .infoList li .info_content .info_title {
    font-family: 'ChaparralPro-Bold';
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    line-height: 23px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.contact_info .infoList li .info_txt {
    /* min-height: 7em; */
}

.contact_info .infoList li .info_txt p {
    font-family: 'Arial-Regular';
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 4px;
}

@media (max-width:1200px) {
    .contact_info .infoList li:last-child .info_txt p {
        height: 50px !important;
    }
}
@media (max-width:1100px) {
    .contact_info .infoList li:last-child .info_txt p {
        height: 75px !important;
    }
}
@media (max-width:950px) {
    .contact_info .infoList li:last-child .info_txt p {
        height: auto !important;
    }
}
.contact_share {
    justify-content: flex-start;
    margin-top: 30px;
    align-items: center;
}

.contact_share img {
    width: 200px;
}

.contact_box {
    justify-content: space-between;
    margin-top: 4%;
    padding-bottom: 5%;
}

.contact_form {
    width: 52%;
}

.contact_form input {
    width: 100%;
    height: 90px;
    border: none;
    margin-bottom: 35px;
    background: #FFFFFF;
    box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.15);
    border-radius: 32px 32px 32px 32px;
    padding: 20px;
}

.contact_form .item_submit {
    display: flex;
    justify-content: center;
}

.contact_form input[type=submit] {
    width: 100%;
    padding: 15px 0 50px 0;
    border-radius: 22px;
    border: 2px solid #FFA30E;
    background-color: #FFA30E;
    font-family: 'Arial-Regular';
    font-weight: 400;
    font-size: 20px;
    color: #FFF;
    line-height: 40px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    transition: all 0.5s ease;
}

.contact_form input[type=submit]:hover {
    border: 2px solid #FFA30E;
    background: #FFF;
    color: #FFA30E;
}

.contact_form input::placeholder {
    font-family: 'Arial-Regular';
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 19px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.contact_form textarea {
    width: 100%;
    margin-bottom: 35px;
    height: 155px;
    border: none;
    background: #FFFFFF;
    box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.15);
    border-radius: 32px 32px 32px 32px;
    padding: 20px;
}

.contact_form textarea::placeholder {
    font-family: 'Arial-Regular';
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 19px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.contact_form .top {
    width: 100%;
    justify-content: space-between;
}

.contact_form .top li {
    width: 49%;
}


.contact_map {
    width: 45%;
}


@media (max-width:950px) {
    .head_nav>li>a {
        color: #000;
    }

    .web_main_wrap {
        /* top: -15%; */
        padding-top: 20%;
    }

}

@media (max-width:1200px) {
    .contact_info .infoList {
        flex-wrap: wrap;
    }

    .contact_info .infoList li {
        width: 48%;
        margin-bottom: 3%;
    }
}

@media (max-width:950px) {
    .contact_title {
        font-size: 30px;
        line-height: 40px;
    }

    .contact_info .infoList li {
        width: 100%;
        margin-bottom: 5%;
    }

    .contact_box {
        flex-wrap: wrap;
        margin-top: 8%;
    }

    .contact_form {
        width: 100%;
    }

    .contact_map {
        width: 100%;
    }

    .contact_form input {
        margin-bottom: 5%;
        height: 55px;
        border-radius: 22px;
    }

    .contact_form textarea {
        margin-bottom: 5%;
        height: 115px;
        border-radius: 22px;
    }

    .contact_form input[type=submit] {
        padding: 20px 0 35px 0;
    }
}