.free_consult {
    text-align: center;
    padding: 50px 0;
    background: radial-gradient(38.13% 76.7% at 103.33% -9.55%, #00F0FF 0%, rgba(4, 203, 254, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, radial-gradient(47% 94.57% at 53.81% -10.47%, #CA3067 0%, rgba(202, 61, 196, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, radial-gradient(42.6% 50.44% at 20.44% 62.55%, #00F0FF 0%, rgba(4, 203, 254, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, #1566C6;
} 

.free_consult .title_lg{
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.14;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-bottom: 20px;
}

.free_consult p {
    margin: 0;
    padding: 0;
}

.free_consult form .form_item {
    margin-bottom: 12px;
}

.free_consult form .df {
    justify-content: space-between;
    flex-wrap: wrap;
}

.free_consult form .df .form_item {
    width: calc(25% - 6px);
}

.free_consult form .form_item .wpcf7-submit {
    width: 100%;
}

.free_consult form .wpcf7-spinner {
    display: none;
}

.free_consult  .wpcf7-not-valid:not(.wpcf7-checkbox) {
  border-color: transparent !important;
  box-shadow: inset 0 0 0 1px #c00;
}

.free_consult .wpcf7-not-valid-tip {
    display: none !important;
}

.free_consult .title{
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.free_consult input:not(.wpcf7-submit){
    background: rgba(255, 255, 255, 0.4);
    border-radius: 30px;
    padding: 1rem 2rem;
    font-weight: 400;
    font-size: 1.125rem;
    color: #fff;
    line-height: 1;
    height: auto;
    border: none;
    width: 100%;
}
.free_consult input::placeholder{
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1;
    color: #FFFFFF;
}

.free_consult .wpcf7-submit{
    padding: 1rem 2rem;
    font-weight: 400;
    font-size: 1.125rem;
    transition: 0.3s;
    display: flex;
    align-items: center;
    color: #FF7A00;
    background: #FFE8D2;
    border: 1px solid #FF7A00;
    border-radius: 30px;
    justify-content: center;
    cursor: pointer;
}

.free_consult .wpcf7-submit:hover{
    background: #FF7A00;
    color: #FFE8D2;
}

.free_consult .wpcf7-acceptance label{
    font-weight: 400;
    line-height: 1.66;
    color: #FFFFFF;
}

.free_consult .checkbox label > span {
    line-height: 1.2em;
}

.free_consult .checkbox {
    max-width: 560px;
    margin: 0 auto;
}

@media screen and (max-width: 1024px){
    .free_consult .df {
        display: block;
        text-align: center;
    }
    .free_consult .container > .cols > .col {
        width: 100%;
    }
    .free_consult form .df .form_item {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 400px;
    }
}