.keen-footer {
    background:
        radial-gradient(circle at 12% 20%, rgba(3, 191, 203, 0.20), transparent 28%),
        radial-gradient(circle at 88% 10%, rgba(197, 219, 240, 0.16), transparent 26%),
        linear-gradient(135deg, #001f38 0%, #00365f 45%, #004767 100%);
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.keen-footer:before {
    content: "";
    position: absolute;
    left: -70px;
    bottom: -70px;
    width: 180px;
    height: 180px;
    border: 18px solid rgba(3, 191, 203, 0.10);
    border-radius: 50%;
}

.keen-footer-wrap {
    position: relative;
    z-index: 2;
    padding: 24px 0 0 0;
}

.keen-footer-cta {
    background: #004272;
    border-left: 5px solid #03BFCB;
    padding: 15px 18px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
	width: 736px;
	max-width: 100%;
	box-sizing: border-box;
}

.keen-footer-cta h3 {
    color: #ffffff;
    font-size: 20px;
    line-height: 25px;
    margin: 0 0 4px 0;
    font-weight: 800;
}

.keen-footer-cta p {
    color: #ffffff;
    font-size: 13px;
    line-height: 19px;
    margin: 0;
}

.keen-footer-cta-btn { 
    color: #ffffff !important;
    padding: 11px 18px;
    font-size: 12px;
    font-weight: 800; 
    white-space: nowrap;
}

.keen-footer-main {
    padding-bottom: 20px;
}

@media (min-width: 992px) {
    .keen-footer-contact-col {
        margin-top: -6px;
		        left: -21px;
    }
}

.keen-footer-logo {
    max-width: 210px;
    margin-bottom: 10px;
}

.keen-footer-about {
    color: #FFFFFF;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 10px;
}

.keen-footer-highlight {
    background: #004272;
    border-left: 4px solid #03BFCB;
    padding: 9px 11px;
    color: #ffffff; 
    font-size: 13px;
    line-height: 18px;
    margin-top: 10px;
}

.keen-footer-heading {
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    margin: 5px 0 13px 0;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.keen-footer-heading:after {
    content: "";
    display: block;
    width: 42px;
    height: 3px;
    background: #03BFCB;
    margin-top: 7px;
}

.keen-contact-item {
    background: #004272;
    border-left: 3px solid rgba(3, 191, 203, 0.85);
    padding: 9px 11px;
    margin-bottom: 8px;
}

.keen-contact-item strong {
    display: block;
    color: #ffffff;
    font-size: 12px;
    margin-bottom: 2px;
    text-transform: uppercase;
    letter-spacing: .4px;
}

.keen-contact-item span {
    display: block;
    color: rgba(255, 255, 255, 0.82);
    font-size: 13px;
    line-height: 18px;
}

.keen-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.13);
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.keen-footer-bottom span,
.keen-footer-bottom a {
    color: #FFFFF;
    font-size: 12px;
}

.keen-footer-bottom a {
    margin-left: 16px;
}

.keen-footer-bottom a:hover {
    color: #03BFCB;
}

@media (max-width: 991px) {
    .keen-footer-cta {
        display: block;
        width: 100%;
    }

    .keen-footer-cta-btn {
        display: inline-block;
        margin-top: 12px;
    }

    .keen-footer-heading {
        margin-top: 18px;
    }

    .keen-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .keen-footer-bottom a {
        margin-left: 0;
        margin-right: 14px;
    }
}

.keen-footer-wrap {
    padding: 14px 0 0 0 !important;
}

.keen-footer-cta {
    padding: 10px 14px !important;
    margin-bottom: 20px !important;
}

.keen-footer-cta h3 {
    font-size: 18px !important;
    line-height: 22px !important;
}

.keen-footer-main {
    padding-bottom: 10px !important;
}

.keen-footer-logo {
    max-width: 296px !important;
    margin-bottom: 18px !important;
}

.keen-footer-about {
    margin-bottom: 20px !important;
    line-height: 18px !important;
}

.keen-footer-highlight {
    padding: 7px 9px !important;
    margin-top: 15px !important;
}

.keen-footer-heading {
    margin: 2px 0 9px 0 !important;
}

.keen-contact-item {
    padding: 6px 9px !important;
    margin-bottom: 6px !important;
}

.keen-footer-bottom {
    padding: 7px 0 !important;
}

.keen-values-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.keen-value-left {
    text-align: left;
    width: 28.33%;
}

.keen-value-center {
    text-align: center;
    width: 28.33%;
}

.keen-value-right {
    text-align: right;
    width: 36.33%;
}

.keen-guarantee-box {
    text-align: left; 
}

.keen-guarantee-box img {
    max-width: 100%;
    width: 178px;
    height: auto;
    display: inline-block;
    position: relative;
    left: 10px;
}

@media (max-width: 767px) {
    .keen-values-row {
        display: block;
        text-align: center;
    }

    .keen-value-left,
    .keen-value-center,
    .keen-value-right {
        width: 100%;
        text-align: center;
        margin-bottom: 4px;
    }

    .keen-guarantee-box {
        padding-top: 14px;
        padding-bottom: 10px;
    }

    .keen-guarantee-box img {
        width: 180px;
    }
}


.keen-footer-contact-box {
    width: 389px;
    max-width: 100%;
    padding: 5px 10px;
    box-sizing: border-box;
}


footer .col-lg-4:last-child {
    background: rgba(0, 0, 0, 0.11);
    padding: 0px;
    border-radius: 3px;
}