.wpcf7-not-valid {
    border-color: #F17503 !important;
}

.wpcf7-not-valid-tip {
    display: block;
    color: #F17503;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 1em;
    position: relative;
    padding-top: 4px;
}

.exclamation-icon {
    position: absolute;
    right: 15px;
    bottom: 31px;
}


.cf7mls-btns{
    display: flex;
    justify-content: center;
}
.fieldset-cf7mls:first-child .cf7mls-btns{
    justify-content: center;
}

.fieldset-cf7mls:last-child .button-submit{
    float: right;
}
.fieldset-cf7mls:last-child .cf7mls_back{
    position: absolute;
    left: 0;
    bottom: 0;
    margin-top: 35px;
    margin-bottom: 8px;
}
.action-button {
    display: inline-block;
    position: relative;
    letter-spacing: .1em;
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1em;
    text-transform: uppercase;
    background-color: #004B86; 
    color: #fff;
    padding: 17px 60px 17px 38px ;
    clip-path: polygon(0 0,90% 0%,100% 50%,100% 100%,10% 100%,0 50%);
    transition: all .3s ease-in-out;
    border: none;
}
.cf7mls_next{
    background-color: #004B86 !important; 
    padding: 17px 60px 17px 38px !important;
}
.cf7mls_next::after{
    position: absolute;
    content: '\e903';
    font-family: 'icomoon';
    color: #F17503;
    right: 40px;
    top: 50%;
    transform: translate(0,-50%);
    font-size: 11px;
}
.cf7mls_back{
    padding: 17px 38px 17px 60px !important; 
    color: rgba(105, 106, 109, 0.64) !important;
    background-color: transparent !important;
  
}
.cf7mls_back:after{
    position: absolute;
    content: '\e902';
    font-family: 'icomoon';
    color: rgba(105, 106, 109, 0.64);
    left: 40px;
    top: 50%;
    transform: translate(0,-50%);
    font-size: 11px;
}