/* =====Contact Section===== */
.contact-section{
    padding: 60px 0 80px 0;
}
.contact-section .container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between  ;
}
.contact-section p{
    font-size: 16px;
    color: #030303;
    margin-top: 5px;
}
.contact-sec-main-para{
    font-size: 12.8px !important;
    max-width: 530px;
}
.contact-section__block{
    width: 50%;
}
.contact-section__boxes{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    margin-top: 40px;
}
.contact-section__box{
    position: relative;
}
.contact-section__box img{
    position: absolute;
}
.contact-section__box:first-of-type img{
    left: 7px;
}
.contact-section__box:nth-of-type(2) img{
    top: 5px;
}
.contact-section__box h4{
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 600;
}
.contact-section__box h4,
.contact-section__box p{
    margin-left: 80px;
}
.contact-section__box a{
    color: #242424;
    text-decoration: underline;
}
.contact-section h2{
    font-size: 31.25px;
    font-weight: 700;
    text-transform: uppercase;
}
.form-section__block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.form_wrapper{
    width: 590px;
}
.name_field .wpforms-one-half input,
.norm input,
.norm textarea{
    /* background-color: #F3F3F3 !important; */
    /* padding: 15px auto 15px 30px !important; */
    -webkit-box-shadow:inset 0px 0px 0px 1px #B9B9B9 !important;
            box-shadow:inset 0px 0px 0px 1px #B9B9B9 !important;
    height: 53px !important;
    padding: 15px 30px !important;
    border: none !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 500;
    color: #515151 !important;

}
.norm textarea{
    height: 200px !important;
}
.wpforms-submit{
    font-family: 'Montserrat', sans-serif !important;
    border: none !important;
    font-weight: 600 !important;
    padding: 12px 30px !important;
    color: #fff !important;
    background-color: #C62026 !important;
    border-radius: 0 !important;
    margin-top: 20px !important;
    text-transform: uppercase !important;
    -webkit-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
}
.wpforms-submit:hover{
    opacity: 90% !important;
}
@media(max-width: 1023px) {
    .form-section__block h2{
        text-align: center;
    }
    .wpforms-submit-container{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .contact-section .container {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .contact-section__block{
        display: none;
    }
    .contact-sec-main-para{
        text-align: center;
    }
}
@media(max-width: 767px) {
    .form_wrapper {
        width: 100%;
    }
    .contact-section h2 {
        font-size: 25px;
    }
    .contact-section {
        padding: 50px 0;
    }
    .name_field, .norm, .text-feild{
        padding: 8px 0 !important;
    }
    .name_field .wpforms-one-half input, .norm input, .norm textarea {
        height: 45px !important;
        font-size: 14px !important;
        padding: 10px 20px !important;
    }
    .norm textarea{
        height: 150px !important;
    }
}