html[dir="rtl"] .wpcf7 input,
html[dir="rtl"] .wpcf7 input[type="url"],
html[dir="rtl"] .wpcf7 input[type="email"],
html[dir="rtl"] .wpcf7 input[type="tel"] {
    direction: rtl!important;
}
.cms-ecf7 .wpcf7 form .wpcf7-response-output{
    display: none!important;
}
#modal-contact-form-success .cms-modal-content{
    padding: 50px 30px 30px;
}
#modal-contact-form-success .acction-field{
    text-align: center;
}
#modal-contact-form-success h3{
    color: #6A0098;
}
.back-to-website:not(:hover){
    background-color: #C56BE6;
}