

@media only screen and (min-width: 1200px) and (max-width: 1380px) {
 
}


@media only screen and (min-width: 1200px) and (max-width: 1800px) {
  
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
   

}

@media only screen and (min-width: 991px) and (max-width: 1199px) {

    
}
@media only screen and (min-width: 565px) and (max-width: 991px) {


}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    
}
@media only screen and (min-width: 800px) and (max-width: 1199px) {

   
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
   
}

@media (min-width: 992px) {
   
}

@media only screen and (min-width: 1380px) {

  
}

@media only screen and (min-width: 1800px)
{
 
}

@media only screen and (max-width: 1199px) {
    .logo-box {
        display: flex;
        float: none;
        justify-content: center;
    }
    .main-menu {
        float: none !important;
        text-align: center;
    }
    .header-style-two .header-wrapper .header-navigation-area .main-menu ul li a {
        padding: 8px 0;
    }
}

@media only screen and (max-width: 991px) {
    .logo-box {
        display: flex;
        float: none;
        justify-content: flex-start;
    }
    header.header-style-two {
        height: auto !important;
    }
    .mean-container .mean-bar {
        height: 0;
    }
    .header-top-area .header-top-left-part .phone
    {
        padding-left: 0;
    }
    .btn_top a:last-child.cs-btn-t    
    {
        margin-right: 0;
    }
    .dataTables_filter
    {
        float: none;
        width: 100%;
    }
   

}

@media only screen and (max-width: 767px) {
    .dataTables_filter label
    {
        width: 100%;
    }
    
}


@media only screen and (max-width: 575px) 
{
    .anim-object2:before
    {
        height: 200px;
        width: 200px;
        left: 2%;
    }
    
    
    .header-top-right-part
    {
        justify-content: center;
    }
    .dataTables_filter
    {
        width: 100%;
    }
    .dataTables_length label,
    .dataTables_filter label
    {
        display: block;
    }
    .header-top-left-part
    {
        text-align: center;
    }
    

}
@media only screen and (max-width: 450px) 
{
    .anim-object2:before
    {
        height: 200px;
        width: 200px;
        left: 2%;
    }
    .logo-box {
      
        /* flex-direction: column; */
    }
    .logo img
    {
        height: 70px;
    }
    .logo-text
    {
        text-align: center;
        margin-top: 10px;
    }
    .logo-box .logo-text h4
    {
        font-size: 12px;
    }
    .logo-box .logo-text h3 {
        font-size: 16px;
    }
    .header-top-right-part
    {
        justify-content: center;
    }
    .dataTables_filter
    {
        width: 100%;
    }
    .dataTables_length label,
    .dataTables_filter label
    {
        display: block;
    }
    .header-top-left-part
    {
        text-align: center;
    }
    

}



@media only screen and (max-width: 340px) {

    .logo img {
        height: 50px;
    }
    .logo-box .logo-text h4
    {
        font-size: 12px;
        padding: 0 5px;
    }
    .logo-box .logo-text h3 {
        font-size: 15px;
    }
}