/*
* Style
*/

/*
* Google font
*/
.pricing-dollar {
    bottom: 15px;
    position: relative;
}

/*
* Section - Contact
*/

.contact-card {
    opacity: 0.98;
    min-height: 140px;
}

.contact-card img {
    left: 0;
    max-height: 100%;
    position: absolute;
    top: 0;
    z-index: 15;
    width: 140px;
    height: 130px;
    object-fit: contain;
}

.contact-card-block {
    left: 0;
    padding: 0 10px 0 150px;
    position: absolute;
    top: 0;
    z-index: 20;
}

@media (max-width: 575px) {
    .contact-card img {
        display: none;
    }

    .contact-card-block {
        padding: 0 30px;
    }
}


/*
* Footer
*/

.footer-logo {
    max-height: 40px;
}

.footer-icon-social {
    position: relative;
}

.page-header-dark {
    background: #000000 !important;
}
