.footer {
    margin-top: auto;
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, from(#222), color-stop(#444), to(#222));
    background: linear-gradient(to right, #222, #444, #222);
    background-image: -webkit-gradient(linear, left top, right top, from(#222), color-stop(#444), to(#222));
    background-image: linear-gradient(to right, #222, #444, #222);
    background-image: -moz-linear-gradient(left, #222, #444, #222);
    padding: 40px 0;
}

.footer .container{
    max-width: 1140px;
    margin: auto;
}

.footer .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer .row > div {
    padding: 0px 15px;
}

.footer h3 {
    color: #fff;
    font-size: 14px;
    border-bottom: 1px solid #8c8c8c;
    padding-bottom: 10px;margin-bottom: 5px;
}

.col-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
}

.credit-cards-image {}

.justify-content-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
}

.align-items-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important;
}


.pt-2,
.py-2 {
    padding-top: .5rem !important;
}

.text-center {
    text-align: center ;
}

.col-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}


.footer-copyright-wrapper {
    border-top: 2px solid #908f8f;
    padding-top: 20px !important;
    font-size: 12px;
    margin-top: 20px;
}

/*
.footer img {
    max-width: 130px;
    width: 100%;
}
*/
img.credit-cards-image {
    width: 150px;
}
.footer-image-logo img {
    height: 30px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    padding: 0px;
}
.footer-image-logo {
    margin-top: 15px;
}

.footer .footer-guarantee-content {
    font-size: 12px;
}

.d-none {
    display: none !important;
}

@media(min-width:576px) {
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .d-sm-block {
        display: block !important;
    }
}

@media(min-width:768px) {

    .col-md-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .d-md-block {
        display: block !important;
    }
.text-md-left {
    text-align: left;
}
}


@media(min-width:992px) {

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }
}


@media(max-width:991px) {}

@media(max-width:767px) {
    img.credit-cards-image{margin-bottom: 5px;}    
    .footer-image-logo img{width: 100px;height: auto;}
    .justify-content-center.footer-column img{display: block !important;margin: 0 auto;}
    
}