footer {
    position: sticky;
    top: 100%;
}
.cl__logo img {
    max-width: 270px;
}
footer .cl__desc {
    font-size: 18px;
    max-width: 70%;
    padding: 24px 0 18px;
    margin-bottom: 0;
}
footer a {
    color: var(--text-color);
    font-size: 18px;
}
footer ul li {
    margin: 12px 0;
}
footer h3 {
    color: var(--blue);
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px;
    text-transform: capitalize;
}
footer {
    background-color: var(--light-skyblue);
}
.cl__copywrite-block p {
    margin: 0;
    font-weight: 500;
}
.cl__copywrite-block p a {
    font-weight: 700;
}
.cl__copywrite-block {
    border-top: 1px solid #9be4f7;
    padding: 20px 0;
}
.cl__footer-main {
    padding: 100px 0 60px;
}
.cl__copywrite-block a {
    color: var(--blue);
}
.cl__info-block svg {
    color: #1b6098;
    vertical-align: text-top;
    margin-top: 2px;
}
.cl__info-block span {
    margin-left: 12px;
    font-size: 18px;
    display: inline-block;
    vertical-align: text-top;
}
.cl__info-block a {
    margin-bottom: 24px;
    display: inline-block;
    width: 100%;
}
.cl__info-block p span {
    max-width: 70%;
    display: inline-block;
}
.cl__social-block a {
    display: inline-block;
    background-color: var(--blue);
    height: 36px;
    width: 36px;
    border-radius: 100%;
    text-align: center;
    line-height: 33px;
    margin: 0 16px 0 0;
    transition: all 0.2s ease-in-out;
}
.cl__social-block a:hover {
    background-color: var(--skyblue);
}
.cl__social-block a svg {
    color: #ffffff;
    width: 18px;
}
.cl__social-block {
    margin-top: 24px;
}
.cl__footer-desc {
    margin: 20px 0 36px;
    max-width: 76%;
}
.cl__footer-main a:hover {
    color: var(--blue) !important;
}
/* responsive css start */
@media (max-width: 1650px) {
    .cl__info-block span {
        font-size: 16px;
    }
    footer h3 {
        font-size: 22px;
    }
    footer a {
        font-size: 16px;
    }
}
@media (max-width: 991px) {
    footer .cl__desc {
        max-width: 100%;
    }
    .cl__info-block p span {
        max-width: calc(100% - 36px);
    }
    .cl__footer-main {
        padding: 60px 0 16px;
    }
    .cl__footer-desc {
        max-width: 100%;
    }
}

/* responsive css end */
