.form-box-row input {
    width: 100%;
}

.your-message {
    width: 100%;
}

.wpcf7-not-valid-tip,
.wpcf7-response-output {
    display: none !important;
}

.wpcf7-not-valid {
    border: 1px solid red !important;
}

.h4,
h4 {
    font-weight: bold;
    font-size: 1.3rem !important;
}

b,
strong {
    font-weight: bold !important;
}

i {
    color: #000;
    font-style: normal !important;
}


.form-links a {
    width: 27px;
    display: block;
    margin-right: 10px;
}



.form-links a img {
    width: 100%;
}

.form-links {
    display: flex;
}

.thanks-about span{
	color:#000;
}

@media screen and (max-width: 767px) {
    .form-links a {
        width: 30px;
        display: block;
        margin-right: 12px;
    }
/* 
    .form-links a:last-child {
        display: none;
    } */
}