@media only screen and (max-width: 768px) {
    .about4-section-area .about-images-area .img1 img{
        height: 230px;
        width: 230px;
    }
    
    .marquee-wrap{
        display: none;
    }
    .btn-area1 {
        text-align: center;
    }
    .footer-widget-area{
        text-align:center;
    }
    .vl-footer4-section-area .copyright-area{
            padding-top: 0;
            width: 100%;
            text-align: center;
    }
    .timeline ul li{
        padding: 5px 40px 0;
    }
    .timeline{
        margin: 0 auto;
    }
    
    .min-img-h-80{
        height: 80px;
        width: auto;
        margin-bottom: 20px;
    }
    
    .service4-section-area .service4-slider-area .service4-boxarea .content-area p{
        font-size: 20px;
        line-height: 30px;
    }
    .min-48-px-h{
        min-height: unset;
    }
    
    
    .barList .barEntry img {
        transform: rotate(-90deg);
    }
    .barList {
        
        bottom: -135px;
        transform: rotate(90deg);
        left: 52%;
        top: unset;
    }
    .text-lg-left{
        text-align: inherit;
    }
}