.newstitle {
    display: -webkit-inline-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.wlc1 {
    -webkit-line-clamp: 1;
}

.wlc2 {
    -webkit-line-clamp: 2;
}

.wlc3 {
    -webkit-line-clamp: 3;
}

.wlc4 {
    -webkit-line-clamp: 4;
}

.type {
    font-size: 1.2rem;
    text-transform: capitalize;
    margin-top: 5px;
}

.typetwo {
    font-size: 1.5rem;
    color: #b50000;
    font-weight: bold;
}

#news-type {
    float: left;
    font-weight: bold;
}

#news-date {
    float: right;
    font-size: 1rem;
}

.news-detail {
    display: block;
    height: 2rem;
    text-transform: capitalize;
    font-size: 1.2rem;
}

.mb10{
    margin-bottom: 10px;
}
.pt80{
    padding-top: 80px;
}
.nav-container{
    width: calc(100% - 100px);
}
.menu,.menu-toggle{
    display: none;
}
.clearfix img{
    width:220px
}
.alpha img{
    width: 100%;
}
.flexstyle{
    display: flex;
    padding-top: 1rem;
}
.articletext{
    padding: 15px 46px 0 30px;
    font-size: 1.1rem;
    text-decoration: none;
}
#load-more-btn{
    padding: .5rem 1.5rem;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    background-color: #242424;
    border-radius: 5px;
    color: #fff;
    margin-top: 2rem;
    cursor: pointer;
}
.detailtitle{
    font-size: 2rem;
    margin-bottom: .5rem;
}
.mt50{
    margin-top: 50px
}
#searchads {
    position: relative;
    border-radius: 25px;
    margin: 1rem 0;
    width: 60%;
    display: none;
    padding: .5rem 1rem;
    left: 50%;
    transform: translate(-50%);
}

@media screen and (max-width:767px) and (min-width: 480px){
    .clearfix img{
        width:100%
    }
}
@media screen and (max-width:995px) {
    .articletext{
        padding: 5px 46px 0 30px;
    }

}
@media screen and (max-width: 768px) {
    .first-ads{
        padding-top: 28px;
    }
    .menu-toggle {
        font-size: 24px;
        cursor: pointer;
        position: absolute;
        top: 5px;
        left: 10px;
        z-index: 1;
        color: #fff;
        display: block;
    }
    
    .menu {
        width: 200px;
        height: 100%;
        background-color: rgb(36, 36, 36);
        position: fixed;
        bottom: 0;
        transition: left 0.3s;
        z-index: -1;
        display: block;
    }
    
    .menu ul {
        list-style: none;
        padding: 5rem 0;
        height: 100%;
        
    }
    
    .menu li {
        padding: 1rem .5rem;
        text-align: center;
        font-size: 1.2rem;
        font-weight: bold;
    }
    
    .menu a {
        text-decoration: none;
        color: #fff;
    } 
    .nav-container{
        height: 48px;
        z-index: 999;
        /* position: fixed; */
        top: 0;
        background: #432e41;
        width: 100%;
    }
    .nav-container img{
        width: 100px;
        margin-top: 6px !important;
    }
    .nav-container h1{
        margin-left: 50px;
    }
    .bg-1{
        margin-top: 28px;
    }
    .flexstyle{
        display: block;
    }
    #searchads{
        top: 30px;
        width: 80%;
    }

}
@media screen and (max-width: 480px) {
    .clearfix img{
        width: 100%;
    }
}

@media screen and (max-width:800px) {
    #box1 .swiper-slide {
        background-size: 100% 100% !important;
    }
}

@media screen and (min-width:1480px) {
    .leftbox,.rightbox{
        position: fixed;
        left: 1em;
        top: 20%;
        display: block;
        }
        .rightbox{
            left: auto;
            right: 1em;
        }
}
@media screen and (max-width:1479px) {
    .leftbox,.rightbox{
        display: none;
    }
}
@media screen and (min-width:768px){
    #box3 img{
        height: 105px;
        } 

}

@media screen and (min-width:1200px){
    #box3 img{
        height: 140px;
        }
}

