@media only screen and (min-width: 1440px) {
    .container {
        max-width: 1540px;
    }
    .banner .slider {
        height: 640px;
    }

    .right-man-container {
        width: 700px;
    }
    .fml {
        margin-left: 70px;;
    }
}

@media only screen and (max-width: 991px)  {
    .fml {
        margin-left: 0px;
    }
    .lg.logo {
        display: none;
    }
    .sm.logo {
        display: block;
    }

    .navbar-toggler {
        padding: 4px 8px;
        font-size: 14px;
        background-color: var(--white-color);
    }
    .navbar-toggler:focus {
        box-shadow: none;
    }
    .navbar-light .navbar-toggler-icon {
        background-image: none;
        content: '';
        width: auto;
        height: auto;
    }

    .banner .slider {
        height: 220px;
    }
    .focus-title h2 {
        font-size: 20px;
    }
    .event-lg-img {
        height: 200px;
    }
    .lg-event-content {
        height: 328px;
        margin-bottom: 20px;
    }
    .sm-right-content-items .d-flex {
        flex-direction: column;
    }

    .publications .publication-img {
        height: 320px;
    }

    .news-items {
        height: auto;
    }
    .scroll-fix::-webkit-scrollbar-thumb {
        display: block;
    }

    .social-icons {
        margin-top: 14px;
    }
    .worldcontry {
        overflow: hidden;
    }

    .podcasts-details h3 {
        font-size: 23px;
    }
    .sticky-news {
        position: inherit;
    }

    .top-events .lg-event-content {
        height: 328px;
    }
    .top-events .event-lg-img {
        height: 200px;
    }
    .right-img-sm .sm-img {
        width: 100%;
    }
    .gallery-title h1 {
        font-size: 23px;
        line-height: 28px;
    }

    .top-nav-left {
        flex-direction: column;
        align-items: self-start;
        padding-top: 10px;
    }

    .bg-light.top-header {
        display: none;
    }
    .top-header .top-nav-left li a {
        padding: 0;
    }

    .top-header .top-nav-right li:first-child a {
        padding-left: 0;
    }

    .fajlkd-flex-wrap {
        flex-wrap: wrap;
    }

    .logo img {
        width: 100% !important;
    }
}