/*======================================
	Footer CSS
========================================*/
.footer {
    background-color: #173655;
    position: relative;
    margin-top: auto;
}

.footer .footer-top {
    padding: 55px 0 35px;
}

.footer .single-footer.f-link li {
    display: block;
    margin-bottom: 12px;
}

.footer .single-footer.f-link li:last-child {
    margin: 0;
}

.footer .single-footer.f-link li a {
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
}

.footer .single-footer.f-link li a:hover {
    color: #ffb53e;
}

.footer .single-footer h3 {
    display: block;
    padding-bottom: 18px;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 34px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
}

.footer h4 {
    color: #ffffff;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    /*line-height: 39px;*/
    text-align: center;
    margin-top: 75px;
    margin-bottom: 18px;
}

.footer .privacy {
    color: #ffffff;
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    text-transform: uppercase;
}

.footer .privacy a {
    color: #ffb53e;
}

.footer .form input {
    background-color: #dbe9ef;
    height: 50px;
    width: 100%;
    padding-left: 15px;
    border: none;
}

.footer .form .button {
    margin-top: 25px;
}

.footer .form .button .btn {
    font-family: Montserrat, sans-serif;
    color: #173655;
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    padding: 10px 30px;
    text-align: center;
    border-radius: 7px;
    background-color: #a9bbc8;
}

.footer .form .button .btn.btn-subscribe-subscribed {
    background-color: #28ac22;
    color: #ffffff;
}

.footer .form .button .btn:not(.btn-subscribe-subscribed):hover {
    background-color: #2a7899;
    color: #ffb53e;
}

.footer .thinkbasis {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    padding-top: 10px;
}

.footer .thinkbasis a {
    color: #ffffff;
    font-size: 12px;
}

@media only screen and (min-width: 992px) and (max-width: 1600px) {
    .footer .footer-top {
        padding: 40px 0 20px;
    }

    .footer .single-footer.f-link li {
        margin-bottom: 8px;
    }

    .footer .single-footer.f-link li a {
        font-size: 14px;
    }

    .single-footer.f-link.mx-5 {
        margin-right: 4rem!important;
        margin-left: 4rem!important;
    }
    .mt-85.mb-10 {
        margin-top: 60px;
    }

    .footer .single-footer h3 {
        font-size: 24px;
        padding-bottom: 14px;
    }

    .footer h4 {
        font-size: 12px;
        margin-top: 55px;
        margin-bottom: 14px;
    }

    .footer .privacy {
        font-size: 10px;
        line-height: normal;
    }

    .footer .form input {
        height: 34px;
    }

    .footer .form .button {
        margin-top: 15px;
    }

    .footer .form .button .btn {
        font-size: 16px;
        padding: 6px 12px;
    }

    .footer .thinkbasis {
        padding-top: 6px;
    }

    .footer .thinkbasis a {
        font-size: 10px;
    }

    .mt-40 {
        margin-top: 25px !important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 991px) {
    .footer .footer-top {
        padding: 40px 0 20px;
    }

    .footer .single-footer.f-link li {
        margin-bottom: 10px;
    }

    .footer .single-footer.f-link li a {
        font-size: 14px;
    }

    .footer .single-footer h3 {
        font-size: 20px;
        padding-bottom: 14px;
    }

    .footer h4 {
        font-size: 12px;
        margin-top: 40px;
        margin-bottom: 14px;
    }

    .footer .privacy {
        font-size: 11px;
        line-height: normal;
    }

    .footer .form input {
        height: 30px;
        font-size: 12px;
    }

    .footer .form .button {
        margin-top: 15px;
    }

    .footer .form .button .btn {
        font-size: 14px;
        padding: 10px 20px;
    }

    .footer .thinkbasis a {
        font-size: 10px;
    }
}

@media (max-width: 575px) {
    .footer .footer-top {
        padding: 30px 0 20px;
    }

    .footer .single-footer.f-link.mx-5 {
        margin-right: 20px !important;
        margin-left: 0 !important;
    }

    .footer .single-footer.f-link.mx-5 h3{
        margin-top: 30px !important;
        margin-bottom: 0 !important;
    }

    .footer .single-footer.f-link li {
        margin-bottom: 0;
    }

    .footer .single-footer.f-link li a {
        font-size: 10px;
    }

    .footer .single-footer h3 {
        font-size: 12px;
        padding-bottom: 8px;
    }

    .footer h4 {
        font-size: 10px;
        margin-top: 40px;
        margin-bottom: 12px;
    }

    .footer .privacy {
        font-size: 10px;
        line-height: normal;
    }

    .footer .form input {
        height: 25px;
        font-size: 12px;
    }

    .footer .form .button {
        margin-top: 15px;
    }

    .footer .form .button .btn {
        font-size: 12px;
        padding: 10px 20px;
    }

    .footer .thinkbasis a {
        font-size: 9px;
    }
}
