@media (max-width: 1242px) {

    a.brand-logo img {
        max-height: 45px;
    }

    ul.main-menu a {
        font-size: 11px;
    }
    a.btn.header-btn p {
        font-size: 14px;
    }

}

@media (max-width: 992px) {

    a.brand-logo img {
        max-height: 45px;
    }

    ul.main-menu  {
        display: none;
    }
    a.btn.header-btn{
        justify-content: center;
        width: auto ;
        padding: 0;
        width: 40px;
        height: 40px;
    }
    a.btn.header-btn span.btn-ico{
        margin: 0;
    }
    a.btn.header-btn p {
        font-size: 14px;
    }   

}

@media (max-width: 768px) {}


@media (max-width: 576px) {
    body{
        padding: 0;
    }

    a.brand-logo img {
        max-height: 38px;
    }
    .main-title h2 {
        font-size: 32px;
    }

    .counter-sec {
        padding: 100px 0;
    }

    .main-big-count {
        width: 303px;
        height: 303px;
      
    }

    section{
        padding: 55px 0;
    }

    .bldt h6 {
        font-size: 31px;    
    }
    .blg-title h5 {
        font-size: 15px;
    }
    .main-bl-sec{
        flex-direction: column  ;
    }
    .bl-content{
        margin-top: 20px;
    }
    
.blg-date {
  
    padding: 10px 20px;
  
    margin-left: 8px;
   
    margin-right: 9px;
    z-index: 1;
    color: #fff;
}

.social-link {
    justify-content: start;
}

.count-container-col {
    width: 100%;
    margin: 0;
}
.count-main{
    margin: 0;
    margin-bottom: 20px;
}
.count-main p{
    width: 100%;
}

 
.partner-img img{
    padding: 20px;
}

.mobo-rev{
    flex-direction: column-reverse;
}

.img-magnifier-glass {
    display: none;
}

.lab-banner{
    height: 500px;
    object-fit: cover;
    border-radius: 0 !important;
}
.stage-slider .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0;
    width: 100%;
    left: unset;
}
.partner-sec .col-auto {
    width: 50% !important;
}

.traning-row{
    border-radius: 0;
}
.prod-cat-sec {
    margin-bottom: 30px;
    border-radius: 0;
    border: none;
}

.prod-cat-sec img {
    border-radius: 0;
}

.prod-cat-sec img {
    height: 300px;
    object-fit: cover;
}
	
}
@media (min-width: 1000px) {
    ul.main-menu a {
        font-size: 13px !important;
    }
}