.footer {
    padding: 80px 0px 40px;
    background: #224c86;
}

.footer .description {
    margin-bottom: 40px;
}

.footer .heading {
    padding-bottom: 40px;
}

.footer .heading .border:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 2px;
    background: #f8e510;
}

.footer .heading .border {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #30396a;
}

.footer .heading h2 {
    font-family: "Poppins-Semibold";
    font-size: 20px;
    color: #ffffff;
    margin: 0px;
    padding-bottom: 10px;
}

.footer .description p {
    color: white;
    font-size: 16px;
    line-height: 25px;
    font-family: "Rubik-Regular";
    margin-top: -5px;
}

.footer .description ul {
    padding: 0px 0px 0px 15px;
    margin-top: -8px;
}

.footer .description ul li a {
    color: #9b9ea8;
    text-decoration: none;
}

.footer .description ul li {
    list-style-image: url(../img/footer-list-arrow.png);
}

.footer .description.link ul li a {
    color: white;
    text-decoration: none;
    font-family: "Rubik-Regular";
    font-size: 16px;
    line-height: 38px;
    cursor: pointer;
}

.footer .description .image>tbody>tr>td {
    padding: 4px;
}

.footer .description.last table {
    margin-top: -10px;
}

.footer .description.last table>tbody>tr>td img {
    margin-right: 20px;
}

.footer .description.last table>tbody>tr>td span {
    font-family: "Rubik-Medium";
    font-size: 16px;
    color: #222222;
    text-transform: uppercase;
    line-height: 25px;
}

.footer .description.last table>tbody>tr>td {
    font-family: "Rubik-Regular";
    font-size: 16px;
    color: #9b9ea8;
    padding: 0px 0px 20px 0px;
}

.footer .form-control {
    display: block;
    width: 100%;
    line-height: 1.42857143;
    color: white!important;
    background-color: transparent!important;
    background-image: none;
    border: none!important;
    border-radius: 0px!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    -webkit-transition: none!important;
    -o-transition: none!important;
    transition: none!important;
    font-family: "Rubik-Regular";
    font-size: 16px;
    padding: 23px 15px;
}

.footer .form-group {
    border: 2px solid white;
}

.footer .submit-button {
    position: absolute;
    z-index: 10;
    bottom: 18px;
    width: 100%;
    right: 17px;
}

.footer .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: none!important;
    touch-action: none!important;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;

    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px!important;
}

.footer .btn-default {
    color: #fff!important;
    background-color: #2685f9!important;
    border-color: #2685f9!important;
    text-align: right;
}

.footer .submit-button {
    padding: 5px;
}

.footer #message {
    resize: none!important;
}

.footer-last {
    background: #f7faff;
}

.footer-last ul {
    padding: 0px;
    margin: 0px!important;
}

.footer-last ul li {
    display: inline-block;
    list-style: none;
    font-family: "Rubik-Regular";
    font-size: 16px;
    color: #9b9ea8;
    padding: 25px 0px;
}

.footer-last .link {
    float: right;
}

.footer-last .link li {
    padding: 27px 15px 25px;
}

.footer-last ul li:last-child {
    padding: 27px 0px 25px 15px;
}

.footer-last ul li a {
    font-family: "Rubik-Regular";
    font-size: 16px;
    color: #9b9ea8;
    text-decoration: none;
}

.footer-last .back-to-top {
    border: 2px solid #e1e8f4;
    padding: 10px 15px;
}

@media (max-width: 992px) {
    .footer-last ul {
        text-align: center!important;
    }
    .footer-last .link {
        float: none;
        text-align: center;
    }
}