@media (max-width:768px){
    .board1 > div:first-child {
        width: 35% !important;
    }
    .board1-w .img{
           margin-right: 0px !important;
    }
    .one-new {
            flex-direction: column;
    }
   
    .one-new > div{
           width: 100% !important;
           margin-bottom: 20px;
    }

    .sidebar-left {
         width: 100% !important;
    }

    .main-one-container{
        flex-direction: column;
    }

    .main-one{
       width: 100% !important;
    }

    .foot-con{
        flex-direction: column;
    }

    .foot-con > div {
        width: 100% !important;
    }

    .footer-pod-block > div {
       width: 100% !important;
       text-align: center;
    }

    .footer-pod-block {
        flex-direction: column;
    }

    .main-one > div {
       width: 100% !important;
    }

    .vid-new-child{
         flex-direction: column;
    }

   .vid-new {
       width: 100% !important;
   }
    .board1 figure{
        width: 35%;
   }
   .board1 > div:last-child {
        width: 60% !important;
   }

   .footer-news-block {
       margin: 5px !important;
   }

   .footer-sloog-desc {
   
    text-align: center;
   }


   .menu-destop{
     display:none;
   }

  .menu-mobil{
     display:block  !important;
   }
    .menu-mobil{
background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
   }
   .menu-mobil .home-m{
    background: rgba(30, 52, 191, 0.88);
    border-radius: 5px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
   }

   .menu-mobil  > div{
     display: flex;
    align-items: center;
   }

   .menu-mobil .mobil-menu{
       margin-left: 20px;
       width: 100px;
   }

   .menu-mobil .mobil-search{
          flex: auto;
    text-align: right;
    margin-right: 20px;
   }

   .arvih-content{
     flex-direction: column
   }

   .pagination{
       display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
   }

  .arvih-content > div {
       width: 100% !important;
   }

   .main-one-other{
      width: 100% !important;
    }

   .arvih-desc img{
      max-width: 100% !important;
      height: auto;
    }

    .mobil-menu-hof {
    transform: translateX(-100%);
    position: absolute;
    background-color: white;
    top: 0px;
    left:0px;
    z-index: 999999;
    width: 100%;
    transition: 0.2s all ease-out;
    overflow-y: scroll;
        border-bottom: 4px solid #1E34BF;
    border-top: 4px solid #1E34BF;
}

.mobil-menu-hof.open {
    transform: translateX(0);
}

.mobil-menu-hof ul li {
    border-bottom: 1px solid #e1e0e0;
    list-style: none;
    position: relative;
}

.mobil-menu-hof ul li a {
    padding: 15px 25px;
    display: block;
    font-size: 20px;
    font-weight: 600;
        font-family: 'Noto Sans', sans-serif;
    color: #111010;
    text-decoration: unset;
}

.mobil-menu-hof-close {
    background: #f9f9f9;
    height: 80px;
    display: flex;
    align-items: center;
    padding: 0px 25px;
}

.mobil-menu-hof .sub-menu {
    display: none;
    padding: 0;
    margin-top: 0;
}

.mobil-menu-hof ul li.menu-item-has-children > span {
    position: absolute;
    display: block;
    right: 0px;
    top: 0px;
    z-index: 999;
    height: 50px;
    width: 70px;
}

.mobil-menu-hof ul li.menu-item-has-children > span:after {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    color: #111010;
    font-size: 18px;
    position: absolute;
    right: 26px;
    top: 16px;
    font-weight: 900;
}

.mobil-menu-hof ul {
    padding: 0px;
    margin: 0px;
}
.mobil-search-n{
        padding: 0px 25px;
    position: relative;
}
.mobil-search-n button{
       position: absolute;
    height: 45px;
    bottom: 0px;
    right: 25px;
    width: 44px;
    background: #1e34bf;
    color: white;
    border: unset;
    border-radius: 0px 10px 10px 0px;
}

.mobil-search-n input{
    background: #F8F8F8;
    border: 1px solid #EAEAEA;
    border-radius: 10px;
    outline: none;
    padding: 14px 10px;
    margin-top: 20px;
    width: 100%;
}

.slider-new-index{
   height: 280px;
}

.slider-new-index .slick-prev:before,.slider-new-index .slick-next:before{
       color: #1e34bf;
}

.slider-new-index  .slick-next{
    right: 5px;
    z-index: 99;
}

.slider-new-index  .slick-prev{
    left: 5px;
    z-index: 99;
}

.is_mobil-v{
   display: none;
}

.board1 img {
    width: 100%;
}

.single-post-f img{
    width: 100%;
    height: auto;
}


}