@media only screen and (max-width:768px){
    .nwes_right_title {
        font-size: 12px !important;
        line-height: 18px !important;
    }
}

@media only screen and (min-width: 768px)and (max-width: 1400px){
  .nwes_right_title {
        font-size: 16px !important;
        line-height: 19px !important;
    }
}


@media only screen and (min-width: 320px)and (max-width: 991px){
    
.only_for_desktop{
    display:none;
}

.only_for_mobile{
    display:block !important;
}
/*=== header css start ===*/
.main-header {
    display: none;
}
.mobile-header {
    display: block;
}
.wsit-header {
    left: 0;
    transition: all 0.15s ease-in-out;
}
.top-title{
    font-size: 20px;
}
.news-des{
    font-size: 15px;
}
.nwes_right_title {
    line-height: 26px;
    height: 100px;
}
.headline-date {
    padding: 5px 0;

    font-size: 9px;
}
.marquee-container {
    padding: 3px 0;

}
.headline-label {
    background-color: #0590e3;
    padding: 10px 0;
}
a.wsit-head-link i {
    margin-right: 0;
}
.wsit-header .header-wrapper {
    padding: 0 15px;
}
.mob-hamburger {
    display: none;
}
.main-banner-area {
    height: 200px;
    margin-top: 5px;
}
.mobile-header {
    padding: 15px 0;
    background: #fff;
}
.mobile-header .row{
    align-items: center;
}

.nav-toggle i {
    font-size: 20px;
    border: 2px solid var(--primary-color);
    padding: 5px 8px;
}
.search-icon {
    font-size: 20px;
    text-align: right;
    display: block;
    margin-right: 5px;
}
.main-nav {
    display: none;
}
.main-nav-mobile {
 display: flex;

}
.main-nav-mobile ul {
     display: flex;
     padding: 10px 0;
}
.main-nav-mobile ul li a{
    white-space:nowrap;
   margin: 0 10px;
}
.main-menu-mobile{
    overflow: auto;
}

/*=== header css end ===*/

/*=== banner css start ===*/
.banner-post {
    display: block;
}
.banner-left .banner-post-item {
    height: auto;
}
.banner-title {
    bottom: 15px;
    left: 15px;
}
.banner-right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-top: 15px;
}
.banner-right .banner-title h5 {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
}
.banner-right .banner-title p {
    font-size: 14px;
    font-weight: 600;
}


.post-title {
    font-size: 14px;
}
.banner-title h5 {
    margin-bottom: 3px;
    font-weight: 700;
}
/*=== banner css end ===*/

/*=== post css start ===*/
.category-post-grid {
    grid-template-columns: repeat(2,1fr);
}
.category-post img {
    height: 130px;
    border-radius: 5px;
}
.category-post h5 {
    font-size: 14px;
}
/*=== post css end ===*/

/*=== post sidebar start ===*/
.recent-title h5 {
    font-size: 14px;
    font-weight: 700;
}
/*=== post sidebar end ===*/

/*=== footer css start ===*/
.footer-logo {
    width: 50%;
    margin-bottom: 5px;
}
.footer-title {
    margin-top: 25px;
}
/*=== footer css end ===*/

/*=== category css end ===*/
.category-item {
    display: block;
    padding: 0;
    margin: 0;
    margin-bottom: 40px;
}
/*=== footer css end ===*/	

}
.mobile-menu ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.mobile-menu li {
    position: relative;
}

.mobile-menu .submenu {
    display: none;
    padding-left: 15px;
}

.toggle-icon {
    float: right;
    cursor: pointer;
    font-weight: bold;
    font-size: 31px;
    line-height: 21px;
}
 

