@media (min-width:0px) and (max-width:330px){
    .slide{
        display: none;
    } 
   .about {
       margin-top: 0;
       padding-top: 30%;
        text-align: center;}
    h2 {
    font-size: 24px;
}
    .head-long{
     width: 58px;
    }
    .services {
        text-align: center;}
     h4 {
    font-size: 17px;
}
    .news .latest{
           max-width: 90%;
    margin-right: 5%;
            margin-bottom: 6%;
    }
    .news .latest img {
        height: 170px;}
    .blogs a .num{
           width: 29%;
    }
    .blogs .panel-body a{
          font-size: 15px;
    margin-top: 6%;
    margin-bottom: 2%;
    width: 35%;
    height: 39px;  
    }
    .blogs .panel-body{
        line-height: 1.8;
    }
    .blog-pic .date{
        width: 25%;
            line-height: 1.2;
    }
    .owl-item {
    }
    footer .part1 ,
    footer .part2{
        display: none;
    }
     h1 {
    font-size: 18px;
}
    .only_new .details img{
        margin-bottom: 4%;
            height: 214px;
    }
    .only_new .details{
       line-height: 1.7;
       font-size: 15px;
    }
    .contact {
    padding-top: 31%;
    }
    .form-control {
        width: 98%;
    margin-bottom: 3%;}
    .contact textarea {
        width: 98%;}
}
@media (min-width:331px) and (max-width:575px){
    
    }