@media screen and (max-width: 992px) {

    header .date,
    header .time {
        display: none;
    }

    header>.container>div.padding-block-18 {
        justify-content: space-between !important;
    }
    .logo--container img{
        width: 140px;
    }

    header .language-switcher,
    .socials {
        gap: 20px;
        border: none;
    }

    .header-middle ul,
    .search-container {
        display: none;
    }

    button.navbar-toggler {
        background-color: var(--primary-color);
        padding: 4px;
        padding-top: 5px;
        border-radius: 5px;
    }



    #navbarSupportedContent ul {
        flex-direction: column;
        justify-content: center;
        gap: 15px;
    }

    #navbarSupportedContent ul li {
        text-align: center;
    }

    .customFlex>.col-lg-7 {
        width: 100%;
    }

    .about .news__inner--content>img {
        max-width: 100%;
    }

    .long--underlined::after {
        width: calc(100% - 260px);
    }

    .s1 .swiper-slide>.d-flex {
        flex-direction: column;
    }

    header {
        margin-bottom: 10px;
    }

    img {
        max-width: 100%;
    }

    .news__container {
        padding: 20px;
    }

    .news__container>.d-flex {
        flex-direction: column;
    }

    .news__container .gap-10 {
        justify-content: space-between;
    }

    .news__container .gap-20 img {
        width: 100%;
        height: 160px;
        object-fit: cover;
    }

    .news__container .gap-20 {
        gap: 10px;
    }
    footer{
        padding-bottom: 20px;
    }

    footer>div {
        flex-direction: column;
        gap: 30px;
    }

    footer>div .d-flex.flex-column.justify-content-between {
        gap: 10px;
    }

    .footer-socials {
        justify-content: unset !important;
    }

    header .container>div:last-child img {
        /* min-height: 50px; */
        display: none;

    }
    .video__container{
        padding-left: 15px;
        padding-right: 15px;
    }
    .video--videos{
        flex-wrap: wrap;
    }
    .video--videos a{
        width: calc(50% - 8px);
    }
    .video--videos a img{
        width: 100%;
        height: 80px;
    }
    .s1{
        height: 400px;
    }
    .s1 .swiper-slide img{
        height: 200px;
    }
    .s1 .swiper-slide .d-flex{
        flex-direction: column;
    }
    .footer-socials{
        gap: 10px;
    }
    .customFlex{
        flex-direction: column;
    }
    .customFlex .col-lg-5 > .d-flex{
        flex-direction: column;
    }
    section.last-news > h2::after{
        width: calc(100% - 120px) !important;
    }
    section.business > h2::after{
        width: calc(100% - 170px) !important;
    }
    .banners{
        width: 100%;
    }
    .banners img{
        width: 100%;
    }
    .my-calendar .icon img{
        height: 15px;
    }
    .popular__item{
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 13px;
    }
    .news__inner--content{
        padding-right: 10px;
        padding-left: 10px;
    }
    .news__inner--text img,
    .news__inner--text video,
    .news__inner--text object{
        max-width: 100%;
    }
    .news__inner--text img{
        height: auto;
    }
    .news__inner--bottom{
        align-items: flex-end !important;
        margin-bottom: 20px;
        margin-top: 20px !important;
    }
    .news__inner--bottom > div{
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .news__inner--bottom > div .d-inline-flex{
        gap: 20px !important;
    }

    .news-pagination div{
        gap: 2px;
    }
    .news__inner--content > img{
        height: auto !important;
    }
    .news__inner--text *{
        font-size: 12px !important;
    }
   
    .mySwiper.swiper-thumbs .swiper-wrapper{
        justify-content: space-between;
    }
    section.business img{
        width: 100%;
        height: auto;
        margin-bottom: 5px;
    }
    .business .time-frame{
        background-color: #D5D5D5;
        display: inline;
        padding-left: 8px;
    }
    .banners a:nth-child(1),
    .banners a:nth-child(2){
        display: none;
    }

}

@media screen and (min-width: 992px) {
    .navbar-toggler {
        display: none;
    }
   
}

