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

}
@media screen and (max-width: 1440px) {
    
}
@media screen and (max-width: 1366px) {
  
}
@media screen and (max-width: 1280px) { 
}



@media screen and (max-width: 1199px) {
    
}
@media screen and (max-width: 1024px) {
    

   
}
@media screen and (max-width: 991px) {
 
}
@media screen and (max-width: 767px) {
    .mtb {
        margin: 33px 0px;
    }
    .canon_printer_content_second {
        padding-bottom: 25px;
    }
    .second_para{
        padding-top: 27px;
    }
   
}
@media screen and (max-width: 675px) {

  .navbar-brand img{    width: 150px !important;} 

   .header {background: #fff;}
   .banner_content {
    padding-top: 8px;
    padding-bottom: 34px;
}
   .main_banner_navbar {background-image: none; background: #fcdee0;}
   .main_banner_navbar {padding-bottom: 0px;}
   .banner_img {display: none;}

   

}
@media screen and (max-width: 575px) {
    .banner_content {
        padding-top: 26px;
    }
}
@media screen and (max-width: 475px) {
 
 
   
}
@media screen and (max-width: 414px) {
  

}
@media screen and (max-width: 360px) {
   
    .cartridge_main {
        padding: 22px 0px;
    }  

}
@media screen and (max-width: 320px) {
    .cartridge_content.height_top {
        height: 100%;
    }
    .cartridge_content.height_second {
        height: 100%;
    }

}
@media only screen and (min-width: 575px) and (max-width: 1280px)  {
    .cartridge_content.white {
        height: 480px;
    }
}
@media only screen and (min-width: 575px) and (max-width: 991px)  {
    h1{
        font-size: 35px !important;
    }
    h2{
        font-size: 25px !important;    
    }  
    .cartridge_content.white {
        height: 460px;
    }
    .cartridge_content.white {
        height: 720px;
    }
    .banner_content{
        padding-top: 55px;
    }
    .main_banner_navbar {
        padding-bottom: 51px;
    }
    .navbar_list{
        background-color: #fff;
    }
    .cartridge_content.height_second {
        height: 100%
    }
 
}
@media only screen and (min-width: 320px) and (max-width: 475px)  {
 
}
@media only screen and (min-width: 320px) and (max-width: 575px)  {
   
    h1{
        font-size: 35px !important;
    }
    h2{
        font-size: 25px !important;    
    }
    .cartridge_content.white {
        height: inherit;
    }
    .my-navbar{
        width: 97% !important;
      
    }
    .navbar-scroll {
        width: 100% !important;
    }
     
}