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;
}
.main-header__logo.logo-retina {
    width: 20%;
}
header.main-header.sticky-header.sticky-header--normal {
    background-color: #ffe8d1;
}
.footer-widget.footer-widget--about img {
    width: 60% !important;
}
.service-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #ffffff;
    margin-bottom: 40px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.service-table tbody tr:nth-child(odd) {
    background-color: #ffe9d3;
}

.service-table td {
    padding: 14px 16px;
    border: 1px solid #ffe9d3;
    vertical-align: top;
}

.label {
    font-weight: bold;
    width: 220px;
    background-color: #d69b7f;
    color: #fff;
}

.disclaimer-box {
    background-color: #ffffff;
    padding: 20px;
    border: 2px solid #1d3557;
    margin-top: 40px;
}

.checkbox-line {
    margin-top: 10px;
    font-size: 15px;
}

.price-table {
    width: 50%;
    border-collapse: collapse;
    background-color: #ffffff;
    margin-top: 20px;
}

.price-table td {
    padding: 12px;
    border: 1px solid #e2e8f0;
}