span.wpcf7-not-valid-tip {
display: none;
}
.wpcf7-not-valid,input.is-invalid {
border: 2px solid #c62523 !important;
}

.wpcf7-response-output {
font-size: 12px;
margin: 0px !important;
}
.wpcf7-form p {margin:0px;}
.wpcf7-response-output {
      color: #fff !important;
    background-color: #f24224;
    border: 0px !important;
}
.footer-widget__newsletter.mc-form p {
    display: flex;
    align-items: center;
    justify-content: center;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.easilon-btn {
    border-radius: 0px;
    font-size: 12px;
    padding: 22px 5px;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    border-radius: 0px;
}
.pagination-wrapper {
    text-align: center;
    margin-top: 40px;
}

.pagination-wrapper .page-numbers {
    display: inline-block;
    padding: 8px 14px;
    margin: 0 4px;
    color: #333;
    background: #fff;
    border: 2px solid #d2997c;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.pagination-wrapper .page-numbers:hover {
    background: #d2997c;
    color: #000;
}

.pagination-wrapper .page-numbers.current {
    background: #d2997c;
    color: #000;
    border-color: #d2997c;
    cursor: default;
}

.pagination-wrapper .next.page-numbers {
    font-weight: 600;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.contact-one__form__btn.easilon-btn {
    border-radius: 10px;
    padding: 20px 30px;
}
.light {
    background-color: #fff;
}
.blog-card__image {
    height: 200px;
}