
											@media screen and (max-width:425px){
.footer-form .wpcf7-response-output,
.footer-form .wpcf7-not-valid-tip{
    border-color: #26264F !important;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #89899a;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #89899a;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #89899a;
}
.footer-form .wpcf7-not-valid-tip, .footer-form .wpcf7-response-output{
    color: #fff !important;
    
}
.footer-form  .wpcf7-response-output{
    border-color: #fff !important;
} 


.footer-form input {
    padding: 0px 15px;
    padding-right: 118px;
    height: 55px;
    font-size: 12px;
    color: #000;
    border-radius: 36px !important;
    position: relative;
    width: 95%;
    border: none;
}


.footer-form button{
    
    background-color: #05DDB4;
    border: 0;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 800;
    text-shadow: none;
    transition: background 0.2s;
    font-size: 21px !important;
    margin: 0 !important;
    border-radius: 100px !important;
    padding: 10px 15px !important;
    position: absolute !important;
    top: 0px !important;
    right: -10px !important;

}
.footer-form button:hover{
    background-color: #000 !important;
}
.footer-form .form-example input[type="submit"] {
    width: 31.8%;
    height: 35px;
    position: absolute;
    top: 10px;
    right: 26px;
    padding: 0 0 0 0px;
    color: #fff;
    background-image: linear-gradient(to right, #a965e4, #7bbded);
    font-family: 'DM Sans';
    font-size: 14px;
    font-weight: 500;
}
.footer-form .form-example input[type="submit"]:hover{
    background-color: transparent;
    background-image: linear-gradient(260deg, var(--e-global-color-secondary ) 0%, var(--e-global-color-9f9490b ) 100%);
}
.footer-form .fa-angle-right {
    position: absolute;
    top: 21px;
    right: 40px;
    color: #fff;
}
.footer-form .wpcf7-response-output {
    padding: 10px 10px 10px 20px !important;
    margin: 0px 30px 0 15px !IMPORTANT;
}}