/* HOME FOOTER START */

#footerPart {
    background-color: #171719;
    padding: 25px 0;
}

.company h4 {
    padding-bottom: 14px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

.company ul li {
    line-height: 30px;
}

.company ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.payment-card {
    width: 100%;
    height: auto;
}

.secure {
    padding-top: 14px;
}

.secure ul li a img {
    margin-right: 10px;
}

.connect h4 {
    padding-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

.connect ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.connect ul li {
    margin-right: 10px;
}

.connect ul li a i {
    background-color: #25232d;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    color: #fff;
    font-size: 17px;
}

.connect ul li a i:hover {
    background-color: #f57005;
    color: #fff;
}

.foot-bottom {
    border-bottom: 1px solid #5a5a61;
    padding-top: 30px;
}

#topTending {
    background-color: #171719;
}

.top-trending-courses h4 {
    padding-bottom: 14px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

.top-trending-courses a {
    display: contents;
    font-size: 14px;
    font-weight: 300;
    color: #b1b8c8;
    line-height: 1.5;
    padding: 8px 0;
    min-height: 24px;
}

.copy-right {
    padding: 15px 0;
    text-align: center;
    border-bottom: 1px solid #5a5a61;
}
.copy-right p {
    color: #fff;
    font-size: 14px;
}

.disclaimer {
    padding: 15px 0;
}
.disclaimer h4 {
    padding-bottom: 14px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}
.disclaimer ul li {
    font-size: 11px;
    font-weight: 300;
    color: #b1b8c8;
    line-height: 10px;
    padding-bottom: 10px;
}

#disc_mr {
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
}

#callUS {
    background-color: #000;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
}

#callusMobile {
    background-color: #c44a00;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
}

.call-us-footer {
    display: flex;
    align-items: center;
    justify-content: left;
    position: relative;
}

.call-us-footer-mobile {
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
}

.call-us a {
    color: #fff;
}

.request-call a {
    color: #fff;
}

.request-call-mobile a {
    color: #fff;
}

.request-call a i {
    margin-right: 5px;
}

.request-call {
    position: relative;
    background-color: #c44a00;
    padding: 14px;
    top: 0;
    bottom: 0;
    margin: 0 14px;
}

.request-call-mobile {
    position: relative;
    background-color: #953800;
    padding: 14px;
    top: 0;
    bottom: 0;
    margin: 0 14px;
}

.mail-your a {
    color: #fff;
}

.mail-your-mobile a {
    color: #fff;
}

/* HOME FOOTER END */

/* HOME RESPONSIVE FOOTER START */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {

    .company h4 {
        padding: 15px 0;
    }

    .company ul li a {
        font-size: 14px;
    }

    #callUS {
        padding: 15px 0;
    }

    #callUS {
        position: relative;
    }

    #callUS {
        display: none;
    }

    .call-us-footer {
        display: block;
    }

    .request-call {
        padding: 10px;
        text-align: center;
        margin: 10px 0;
    }

}

@media (min-width: 481px) and (max-width: 767px) {

    .company h4 {
        padding: 15px 0;
    }

    .company ul li a {
        font-size: 14px;
    }

    #callUS {
        padding: 15px 0;
    }

    #callUS {
        position: relative;
        display: none;
    }

    .call-us-footer {
        display: block;
    }

    .request-call {
        padding: 10px;
        text-align: center;
        margin: 10px 0;
    }

}

@media (min-width: 768px) and (max-width: 1024px) {

    .connect ul li a i {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }

    #callusMobile {
        display: none;
    }

}

@media only screen and (min-width: 992px) {

    #callusMobile {
        display: none;
    }

}

@media (min-width: 1025px) and (max-width: 1199px) {

    #callusMobile {
        display: none;
    }
}

/* HOME RESPONSIVE FOOTER START */