.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.1rem;
text-transform: capitalize;
color: #ebb85e;

}
.typetwo{
    font-size: 1.5rem;
    color: #fff;
    font-weight: bold;
    background-color: #ebb85e8c;
}
.py30{
    padding: 30px 0;
}
.mb0{
    margin-bottom: 0;
}
#searchads {
    position: relative;
    width: 80%;
    border-radius: 25px;
    margin: 1rem 0;
    left: 50%;
    transform: translate(-50%);
    z-index: 9999;
    display: none;
    padding: .5rem 1rem;
}
.ads-box2{
    text-align: center;
    background: rgb(255, 255, 255);
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10;
}
@media screen and (max-width:800px) {
    #box1 .swiper-slide{
        background-size: 100% 100% !important;
    }
}
@media screen and (min-width:800px){
    .fonttitle{
        font-size: 1.2rem;
    }
}
.backcolor{
    color: black;
}