.homepage-3 .welcome-area{
    background:rgba(0, 0, 0, 0) url("/Frontend/Public/assets/img/banner.png") no-repeat scroll center center / cover;
}
.bg-overlay::after{
    opacity:0.92;
}
.contact-info h3{
    font-size:21px;
}
.section-heading > h2{
    text-transform:initial;
}
.review-area.bg-overlay::after{
    background-image: url('/Frontend/Public/assets/img/banner.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.szechenyi-div {
    z-index: 9999;
    position: fixed;
    bottom: 0px;
    right: 0px;
    padding: 0px;
    margin: 0em 0;
}
.close_szechenyipluseu_desktop {
    height: auto;
    width: auto;
    left: auto;
    right: 4px;
    top: -18px !important;
    bottom: auto;
    top: 0px;
    padding: 8px;
    /* color: #ffffff; */
    color: white !important;
    font-weight: bold;
    font-family: inherit;
    font-size: 16px;
    line-height: 14px;
    border: 1px none #ffffff;
    border-radius: 17px;
    box-shadow: 0px 0px 0px 0px rgb(2 2 2 / 23%);
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0,23);
    border-bottom-left-radius: 5px;
    background-color: #45108a!important;
    position: absolute;
}
.section-heading > h2{
    line-height:1.3em;
}
.single-promo h3{
    text-transform:inherit;
}
.blog .footer-area h3{
color:white;
}
.blog .footer-area a,.footer-area p{
    color:rgba(255,255,255,.5)!important;
}
.blog .footer-area .footer-bottom{
    background:#191919;
    color:rgba(255,255,255,.5)!important;
}

.footer-area h3{
    color:white;
}
.footer-area a,.footer-area p{
    color:rgba(255,255,255,.5)!important;
}
.footer-area .footer-bottom{
    background:#191919;
    border-top:1px solid rgba(255, 255, 255, 0.05);
    color:rgba(255,255,255,.5)!important;
}
.footer-area{
    background:#191919;
}
.navbar-brand-regular{
    width:98px;
}
.navbar-brand-sticky{
    width:98px;
}


@media only screen and (max-width: 992px) {
.navbar-brand-regular{
    width:64px;
}
.welcome-area .welcome-shape{
    z-index:2;bottom:-7px;
}
.contact-info h3{
    font-size:18px;
}
.navbar-brand{
    padding-top:0;
    padding-bottom:0;
}
.navbar-brand-sticky{
    width:50px;
}
}