@media only screen and (max-width: 1200px) {
    .tp-header-top-info ul li:not(:last-child) {
        margin-right: 0px;
        padding-right: 5px;
    }

    .tp-portfolio-content {
        background: #e2dfe2;
        padding: 10px 0px 5px 0px;
    }
        .news-line {
            font-size: 12px;
        }
}
@media only screen and (max-width: 1280px) {

    .tp-contact-list {

        margin-left: 0px;
    }

    .tp-portfolio-content{
        background: #e2dfe2;
        padding: 8px 100px 8px 60px;
    }
}

@media only screen and (max-width: 1199px) {

    .pro-menu-li-a{
        display:flex!important;
    }
    .pro-menu-li-a img{
        width:24px!important;
    }
    .bim-img{
        height:180px!important;
    }
}
@media only screen and (max-width: 980px) {
   .bim-img{
       height:200px!important;
   }
    .small-none{
        display: none!important;
    }
    .footer-border .d-flex{
        justify-content: center!important;
    flex-wrap: wrap;
    }

    .link-div{

    width: 100%;
    }
    .tp-main-menu-mobile ul li ul li a {
    margin-left: auto;
    width: 100%!important;
    }
        .slide-panel {
        width: 430px;
    }
    .carousel-inner .carousel-item {

    min-height: auto!important;
    }

    .card-text1{
        display: none;
    }
}

@media only screen and (min-width: 980px) {

    .large-none{
        display: none!important;
    }
    .mt-m30{
        margin-top:-30px;
    }
    .product-menu{
        display:flex!important;
    }



}
@media only screen and (min-width: 1199px) {


    .product-menu{
        display:flex!important;
        justify-content: space-around;
    }
    .pro-menu-li{

    background: #dfdfdf;
    padding: 8px 10px;
    margin-right:0px!important;
    margin-top:2px!important;

    }
    .bim-img{
        height:150px!important;
    }


}

@media (max-width: 575px) {
    .tp-postbox-blockquote{
            flex-wrap: wrap;
    }
    .tp-process-health-tab {
        /* flex-direction: row!important; */
        flex-wrap: nowrap;
    }
    .tp-process-title {
        font-size: 20px!important;
        display: grid;
        justify-content: center;
    }
    .tp-process-title i {
        font-size: 25px;
    }
    .tp-contact-home-title-2 {
        display: none;
    }
    .tp-contact-list {

        justify-content: space-between;
    }
    .img-icons{
border-radius: 0px!important;
width:90px;
    }

    .slide-panel {


    width: 330px;
    }
    .toggle-btn.show {
    right: 308px;
}

.tp-bgimg{
    background-size:contain!important;
    background-position:top!important;
}
   .tp-banner{
       height:147px!important;
   }
   .cs-heading{
       margin-top:10px;
   }
   .main-image{
       height:auto!important;
   }
   .logo-container {

    grid-template-columns: repeat(3, 1fr)!important;

}

.gal-image{
    flex-wrap: nowrap !important;
}
}

@media screen and (min-width: 575px) and (max-width: 875px) {
    .logo-container {

    grid-template-columns: repeat(5, 1fr)!important;


}
}



@media (min-width: 1900px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1700px;
    }
}
@media (min-width: 1560px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1460px;
    }
}
