/* Contact Page */
.icon-name {
    background: url('http://betacentre.test/wp-content/uploads/2025/02/Vector-10.png') no-repeat left center;
    background-size: 20px;
    padding-left: 30px;
}

.icon-email {
    background: url('http://betacentre.test/wp-content/uploads/2025/02/Vector-12.png') no-repeat left center;
    background-size: 20px;
    padding-left: 30px;
}

.icon-phone {
    background: url('http://betacentre.test/wp-content/uploads/2025/02/Vector-11.png') no-repeat left center;
    background-size: 20px;
    padding-left: 30px;
}

.icon-subject {
    background: url('http://betacentre.test/wp-content/uploads/2025/02/Group.png') no-repeat left center;
    background-size: 20px;
    padding-left: 30px;
}

.icon-textarea {
    background: url('http://betacentre.test/wp-content/uploads/2025/02/Vector-13.png') no-repeat left top;
    background-size: 20px;
    padding-left: 30px;
}

.icon-name::before,
.icon-email::before,
.icon-phone::before,
.icon-subject::before,
.icon-textarea::before {
    display: none !important;
}

.submit-style-in {
    border-radius: 10px !important;
}

.submit-style-in:before {
    content: none !important;
}

.wpcf7-submit-style {
    /* width: 30%; */
}
.form-style-3 > p:nth-child(4) {
    padding: 0 30px;
}
.wpcf7 .wpcf7-submit-style .wpcf7-submit {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    font-size: 20px !important;
    padding: 17px 0 !important;
    max-width: 181px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100vw;
    background: #E96738 !important;
    border-radius: 10px !important;
}

.page-id-1453 .wpcf7-submit-style input.wpcf7-submit:hover {
    color: #E96738 !important;
    background-color: #FFF !important;
    border: 1px solid #E96738 !important;
    border-radius: 10px !important;
}


.wpcf7-list-item-label {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 16px !important;
    font-weight: 400;
}

.mc4wp-form-fields button {
    border-color: #E96738 !important;
    background-color: #E96738 !important;
}
@media screen and (max-width: 1279px) {
    .wpcf7 .wpcf7-submit-style .wpcf7-submit{
        padding: 0 !important;
     }
}