/* media-screen-and-max-width-991px */
@media screen and (max-width: 991px) {
    .top-news{
        padding-top: 80px;
    }
    .navbar-wrapper{
        background-color: var(--fourth-color);
        position: relative;
        z-index: 999;
    }
    .nav-md-section{
        display: none;
    }
    .togglesearch {
        position: absolute;
        top: 34px;
        right: 0px;
        width: auto;
        height: auto;
        line-height: 60px;
        background: #343434;
        display: none;
        border-radius: 4px;
        z-index: 1;
    }
    .navbar-wrapper #main-nav{
        position: fixed;
        left: 0;
        right: 0;
        width: 100%;
        background-color: var(--fourth-color);
        z-index: 999;
        padding: 20px 0px;
      }
      #main-nav.scrolled-nav{
        top: 0%;
        left: 0;
        right: 0;
        width: 100%;
        background-color: var(--fourth-color);
        z-index: 999;
        padding: 20px 0px;
      
      }
    .banner-section{
        padding-top: 120px;
    }
    .banner-section .banner-text {
        padding: 10px 20px;
        position: relative;
        bottom: 0px;
        width: 100%;
        left: 0;
        right: 0;
        z-index: 111;
    }
    .video-overlay {
      display: none;
    }
    .banner-section .banner-text h1 {
        font-size: 30px;
    }
    .footer-icons ul {
        display: flex;
        gap: 10px;
        justify-content: start;
    }
    .togglesearch .search-menu {
        justify-content: flex-start;
        flex-direction: column;
        gap: 10px;
    }
    .togglesearch .search-menu button {
        width: 100%;
    }
    .togglesearch .search-menu span i {
       display: none;
    }
}


/* media-screen-and-max-width-767px */
@media screen and (max-width: 767px) {
.below-footer-content p{
    max-width:100%;
}
.below-footer-2 ul {
    flex-wrap: wrap;
}
}