
											@media screen and (max-width:768px){
.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 50px;
    padding-right: 132px;
    height: 55px;
    font-size: 14px;
    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: 27.8%;
    height: 40px;
    position: absolute;
    top: 8px;
    right: 31px;
    padding: 0 0 0 0px;
    color: #fff;
    background-image: linear-gradient(to right, #a965e4, #7bbded);
    font-family: 'DM Sans';
    font-size: 16px;
    font-weight: 500;
}
.footer-form .fa-angle-right {
    position: absolute;
    top: 20px;
    right: 42px;
    color: #fff;
}
.footer-form .wpcf7-response-output {
    padding: 10px 25px 10px 20px !important;
    margin: 0px 80px 0 15px !IMPORTANT;
}}