/*   
Theme Name: PathSoft
Theme URI: https://www.templatemonster.com/wordpress-themes/pathsoft-it-solutions-for-your-business-services-wordpress-theme-99496.html
Author: Koval Web
Author URI: https://www.templatemonster.com/vendors/kovalweb
Description: The Template is created for web template
Tags: html5, css3, sass, gulp, bootstrap grid
Version: 2.4.3
*/
.banner .btn-group, .banner .article {
    margin-top: 1.5rem;
}

.banner .section-desc {
    margin-bottom: 0;
}

.banner .section-heading, .banner .btn-group, .banner .article {
    position: relative;
    z-index: 1;
}

.banner-container {
    padding-left: 3rem;
    padding-right: 3rem;
    background-position: left center;
    background-size: cover;
}

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

.banner-dark-heading {
    font-size: 1.5rem;
    font-weight: var(--heading-font-weight);
    text-transform: uppercase;
}

.bdt-mt {
    margin-top: 1.125rem;
}

.banner-dark-price {
    position: relative;
}

.banner-dark-price img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    height: auto;
}

.banner-dark-price-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font: bold 3.75rem var(--heading-font-family);
    white-space: nowrap;
    color: var(--accent-color);
    margin-top: 0.25rem;
    line-height: 1;
}

.banner-dark-btn {
    margin-top: 1.5rem;
}

@media (max-width: 991.98px) {
    .banner-dark-price-text {
        font-size: 3rem;
    }
}

@media only screen and (max-width: 480px) {
    .banner-container {
        text-align: center;
        padding-left: 2rem;
    }

    .banner-container .btn-group {
        justify-content: center;
    }
}

@media (min-width: 768px) {
    .banner {
        --min-height: 200px;
        --max-width: 800px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        min-height: var(--min-height);
    }

    .banner .section-heading {
        max-width: var(--max-width);
    }

    .banner .btn-group {
        width: 100%;
    }
}