﻿/*Min En 20200618*/
.fc-banner {
    background: url(../img/ffc-corporate-img/Industries/Retails/RetailOverview/LargeRetail_Banner.jpg) no-repeat center center !important;
    /*background-position: center !important;*/
    background-size: cover;
}

@media (max-width: 991px) {
    .fc-banner {
        height: auto !important;
        background: none !important;
        background-color: #FFFFFF !important;
    }
}

.bg-footer-banner {
    background: url(../img/ffc-corporate-img/Industries/Retails/RetailOverview/FooterBackground.jpg) no-repeat center center !important;
    /*background-position: center !important;*/
    /*background-size: cover;*/
}
.header-v8 .mega-menu .mega-menu-fullwidth .dropdown-menu {
}


.header-v8 .mega-menu .navbar-nav .dropdown a.dropdown-toggle.active .dropdown-menu {
    display: block;
}

.header-v8 .mega-menu .mega-menu-fullwidth .dropdown-menu .mega-menu-content .container {
    display: flex;
    justify-content: center;
    padding: 0px;
    width: -webkit-fill-available;
}

@media (max-width: 1200px) {
    #top-nav-dropdown {
        max-height: calc(100vh - 105px);
    }

    .header-v8 .mega-menu .mega-menu-fullwidth .dropdown-menu .mega-menu-content .container {
        justify-content: flex-start;
    }
}

.close-dropdown > svg:hover {
    cursor: pointer;
}