
/* CSS for the Why Choose Us section */
@media only screen and (max-width: 786px) {
  .why_choose {
    margin-top:1em;
  }
}


div#response-message {
    border: 1px solid green;
    padding: 3%;
    color: green;
    font-weight: 500;
    background: #00ff0024;
    border-radius: 12px;
    display:none;
}

.eael-fancy-text-strings {
 color: #C1292E;
}