.section-form .content2 {
    text-align: center;
}

.section-form {
    padding: 80px 0;
}

label {
    font-size: 14px;
    color: #d8212d;
}

.section-form .content2 .row {
    text-align: left;
}

::-webkit-input-placeholder {
    font-size: 16px;
}

.section-form .content2 h4 {
    font-size: 30px;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
    color: #282828;
    font-family: 'poppins';
}

.section-form .content2 h4 span {
    color: #d8212d;
}

.section-form .content2 p {
    font-size: 18px;
    color: #282828;
}

.field {
    position: relative;
    padding: 20px;
}

.section-form .content2 .label {
    position: absolute;
    pointer-events: none;
    transition: 0.2s ease all;
    font-size: 17px;
    color: #c5202beb;
    top: -2px;
    left: 11px;
    opacity: 1;
}

.section-form .content2 form input {
    display: block;
    width: 100%;
    border: none;
    outline: none;
    border-bottom: 1px solid #999;
    color: gray;
    font-size: 18px;
}

form .label {
    top: 25px;
    font-size: 16px;
    left: 12px;
    opacity: .8;
}

.section-form .content1 p {
    color: #fff;
    line-height: 1.2;
    font-size: 16px;
    padding: 40px 0;
    margin: 0;
}

.section-form .content1 h5 {
    font-size: 30px;
    font-weight: 800;
    color: #d8212d;
    position: relative;
    font-family: 'poppins';
}

.section-form .content1 h5::after {
    content: '';
    position: absolute;
    bottom: -18px;
    left: 0;
    background: url(../../images/right.png) no-repeat;
    background-size: cover;
    width: 50%;
    height: 20px;
}

.section-form .content1 h4 {
    margin: 0;
    font-size: 30px;
    color: #fff;
    font-weight: 500;
    font-family: 'poppins';
}

.section-form .content1 {
    background: #282828;
    /* min-height: 320px; */
    padding: 20px;
    border-radius: 5px;
}

.content-num {
    color: #fff;
    font-size: 17px;
}

.section-form .content2 button {
    width: 100%;
    padding: 10px 0;
    background: #000;
    border: 1px solid;
    color: #fff;
    font-size: 18px;
}


#recaptcha_callback {
    display: none;
}

.grecaptcha-badge {
    display: none;
    opacity: 0;
    visibility: hidden;
}

form .error {
    border-bottom: 1px solid #e41919 !important;
}
