@media only screen and (max-width:1201px){
    .copyright-socails ul{
        justify-content: end;
    }
}

@media only screen and (max-width:991px){
    .header_left_info{
        display: none !important;
    }

    .service-style-3{
        flex-direction: column;
    }

    .service-style-3 .service-title{
        max-width:100%;
    }

    .copyright-socails ul{
        justify-content: center;
    }

    .header-bottom{
        padding-top:0;
        padding-bottom:0;
    }
}

@media only screen and (max-width:767px){

    .feature-item .feature-content .title{
        min-height:auto;
        font-size:18px;
    }

    .feature-item .feature-content .desc p{
        font-size: 16px;
    }

    .tj-evolute .desc{
        font-size:18px;
    }
    h2, .cta-wrapper .cta-title .title{
        font-size:35px !important;
        line-height:45px !important;
    }

    .tj-header-area.header-absolute, .tj-header-area.header-duplicate{
        padding:10px 0;
    }

    .logo img{
        width:120px;
    }
    .header-wrapper{
        justify-content: center;
    }

    .footer-widget.footer-contact-infos{
        max-width:100%;
    }

    .footer1-col-1 p, .footer-grey{
        text-align: center;
    }
}