.hero,
.foot-note,
.cta-content {
    background: -webkit-linear-gradient(90deg, #3c6e8c, #2a4858);
    background: linear-gradient(90deg, #3c6e8c, #2a4858);
}

.form__checkbox input:checked + div {
    background: #1e3442;
    border: 1px solid #7bb8d6;
}

.card-header p {
    background: rgb(190, 210, 230) !important;
}

.contact-form-section .title h6 {
    color: #1a3b4d;
}

.form__checkbox > div div {
    border: 1px solid #7bb8d6;
}

.single-pricing p:last-of-type {
    padding: 0 12px;
}

.single-pricing {
    background: #5a8298;
}

#footer {
    background-color: #5a8298;
}

.cookies-accept-js, .cookies-decline-js{
    font-size: 16px;
}

.reviews{
    background: #337792;
}

#service,
.faq,
.cta,
.featured,
.pricing-table,
#contact,
.contact__info-map {
    background: -webkit-linear-gradient(90deg, #f0f6fa, #e6edf5);
    background: linear-gradient(90deg, #f0f6fa, #e6edf5);
}

.btn.btn-primary {
    background: -webkit-linear-gradient(90deg, #1a3b4d, #0f1f2a);
    background: linear-gradient(90deg, #1a3b4d, #0f1f2a);
}

#service div,
.featured p,
.featured div,
#contact h2 {
    color: #1a3b4d;
}

.logo-text {
    word-break: break-all;
}