.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 0px;
    float: left;
    width: 100%;
    line-height: 21px;
    font-family: arial !important;
}



.footer .footer-column a {
    display: block;
    font-family: arial !important;
}

.footer-copyright-wrapper{
    padding-top: 15px;
}

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

.footer .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
*/
}

.copyTxt{
    font-family: arial !important;
}


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

.footer-guarantee-content{
    font-family: arial !important;
}

.footer h3 {
    color: #fff;
    font-size: 14px;
    border-bottom: 1px solid #666;
    padding-bottom: 10px;
    font-family: Arial, sans-serif;
    font-weight: 600;
}

.footer-image-logo img {
    height: 30px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    padding: 0px;
}

.footer-image-logo {
    margin-top: 15px;
}

.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 !important;
}

.footer .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 #666;
    padding-top: 20px !important;
    font-size: 12px;
    margin-top: 20px;
}

.footer .footer-column h3 {
    margin-top: 0px;
    margin-bottom: 10px;
}

.footer img {
    /*
    max-width: 130px;
    width: 100%;
*/
    max-width: 100%;
}

.credit-cards-image {
    max-width: 140px !important;
    /* margin-top: 10px; */
}

.footer .footer-guarantee-content {
    font-size: 12px;
}
.justify-content-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
}

.justify-content-center.justify-content-md-end.footer-column p {
    margin-bottom: 0px;
}

.logoHolder p {
    font-size: 12px;
}

.logoHolder a {
    color: #fff;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

/* .pt-3, .py-3 {
    padding-top: 1rem!important;
} */





@media (min-width:992px) {
    .footer .col-lg-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .footer .text-lg-left {
        text-align: left !important
    }

    .footer .text-lg-right {
        text-align: right !important
    }

    .align-items-start.justify-content-end.footer-column img {
        margin-top: 20px;
    }

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

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

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }

}


@media (min-width:768px) {

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

    .logoHolder {
        -webkit-transform: translateY(20px) !important;
        transform: translateY(20px) !important;
    }

    .justify-content-center.justify-content-md-end.footer-column img {
        /*        margin-bottom: -50px;*/
    }



    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }

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

    .footer .d-md-block {
        display: block !important;
    }

}



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

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


@media(max-width:991px) {
    .logoHolder p {
        font-size: 11px;
    }

    .logoHolder img {
        max-width: 150px;
        margin: auto;
    }

    .logoHolder {
        -webkit-transform: translateY(00px);
        transform: translateY(00px);
        text-align: center;
    }

}

@media(max-width:767px) {
    .footer-image-logo img {
        max-width: 80px;
        height: auto;
    }

}

@media(max-width:575px) {
    .align-items-start.justify-content-end.footer-column img {
        margin-top: 0px;
    }
}

@media(max-width:767px) and (min-width:320px) {
    .footer .footer-column h3 {
        margin-bottom: 10px;
        margin-top: 15px;
    }
    .footer .footer-guarantee-content {
        font-size: 12px;
    }
}

