.twenty-percent-bg-yellow {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, #1d78bd), color-stop(75%, #ffffff));
    background: -webkit-linear-gradient(top, #1d78bd 75%, #ffffff 75%);
    background: linear-gradient(
            180deg, #1d78bd 75%, #ffffff 75%);
}

.bg-gray {
    background-color: #f1f2f2;
}

.site-footer .footer-widgets,
.footer-bottom-area {
    background-color: #474747 !important;
}

.position-relative {
    position: relative;
}

.homepage-welcome-container {
    height: 652px;
}

.homepage-logo {
    max-height: 100px;
    margin-top: 100px;
}

.homepage-logo-container {
    margin-bottom: 0px !important;
}

.site-header .navbar .nav-item .nav-link.active, .site-header .navbar .nav-item .nav-link:hover {
    color: #ffffff;
}

.navbar-light .navbar-nav .nav-link {
    color: #ffffff;
}

.homepage-offer-icon {
    border: 1px solid black;
    padding: 10px;
    margin-top: 25px;
}

.text-white {
    color: #FFFFFF;
}

.header-bottom-area {
    border-bottom: solid 1px #ffffff;
}

header.entry-header,
.entry-meta-top {
    color: #ffffff;
}

.bpcms-cms-view .offer-header {
    margin-bottom: 0px !important;
}

.entry-content-wrapper header h2.entry-title {
    margin-bottom: 0px !important;
    text-align: center;
}

.footer-contact {
    float: left;
}

.footer-contact li {
    display: inline-block;
    margin-right: 30px;
    vertical-align: middle;
}

.footer-contact li a {
    color: #ffffff !important;
}

.footer-contact li .logo {
    width: 100px;
}

.footer-contact li img,
.footer-contact li a {
    float: left;
}

.footer-contact li img {
    width: 25px;
    margin-right: 10px;
}

.ft-links {
    float: right;
    margin-top: 13px;
}

.ft-links li {
    display: inline-block;
    margin-right: 30px;
}

.ft-links li a {
    color: #ffffff;
}

.site-footer .footer-widgets {
    padding-top: 44px;
}

.icon-white {
    fill: #ffffff !important;
}

.icon-email-footer-a {
    margin-top: -3px;
}

.site-header .navbar .nav-item .nav-link.active::before, .site-header .navbar .nav-item .nav-link:hover::before {
    border-bottom: solid 2px #ffffff;
}

.offer-box-bg-black {
    background-color: #000000;
}

.border-error {
    border: 2px solid red;
}

#form-response-text {
    padding: 5px;
    background-color: #cdc300;
    text-align: center;
}

@media (max-width: 991.98px) {
    .site-header .navbar-collapse {
        background-color: transparent;
    }

    .nav-modules {
        margin-left: 0px;
        margin-right: 0px;
    }

    .nav-modules li {
        width: 50%;
        display: contents;
        margin: 0px;
    }

    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath stroke='rgba%255, 255, 255, 1%29' fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    }

    .navbar-light .navbar-toggler {
        color: rgba(0,0,0,0.55);
        border-color: rgba(255,255,255,1);
    }

    .homepage-welcome-container {
        height: auto;
    }

    .homepage-logo {
        margin-bottom: 67px;
        margin-top: 8px;
    }

    .homepage-info {
        padding-top: 1rem !important;
        text-align: center !important;
    }

    .homepage-offer-icon {
        width: 25%;
        text-align: center;
    }

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

    .footer-contact li {
        width: 100%;
        padding: 7px;
        margin-right: 0px;
    }

    .footer-contact li img,
    .footer-contact li a {
        float: unset;
    }

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

    .map-responsive {
        margin-bottom: 15px !important;
    }
}