@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) {
    .new_ban img{display:none}
    .ban_cont {
    padding: 0px; padding-top: 30px;
    padding-bottom: 24px;
}
.let-eliminate-b {  
    margin-top: 0px;
}
.single-contact-area {
    margin-top: 33px;
}
 
}
@media screen and (max-width: 767px) {
    .mtb {
        margin: 33px 0px;
    }
    .contact--area.contact-page .contact-content h5 {
        font-size: 32px;
        margin-bottom: 13px;
    }
    .canon_printer_content_second {
        padding-bottom: 25px;
    }
    .second_para{
        padding-top: 27px;
    }
    .all-service_banner {
        padding: 65px 0px;
    }
    .banner_content_main {
        position: relative;
    }
    .contact--area .contact-content .single-contact-content {
        margin-bottom: 15px;
    }
    .map-area .contact---area .contact-page {
        padding: 32px 21px;
    }
    .text p a {
        font-size: 21px;
        word-break: break-all;
        line-height: 31px;
    }
   
}
@media screen and (max-width: 675px) {

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

   .header {/* background: #fff; */position: inherit;}
   .banner_content {
    padding-top: 8px;
    padding-bottom: 34px;
}
   .main_banner_navbar {background-image: none; background: #ffffff;}
   .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)  {
   
    
    .cartridge_content.white {
        height: inherit;
    }
    .my-navbar{
        width: 97% !important;
      
    }
    .navbar-scroll {
        width: 100% !important;
    }
}

/* Default: hide mobile-only element on larger screens */
  .mobile-phone {
    display: none;
  }

  /* Mobile styles */
  @media (max-width: 768px) {
    .mobile-phone {
      display: flex;
      position: fixed;
      top: 0px;
      left: 0;
      right: 0;
      height: 56px;
      align-items: center;
      justify-content: center;
      gap: 12px;
      padding: 0 16px;
       background: linear-gradient(90deg,#0b7dda,#0366a6); 
	/*		background: linear-gradient(90deg, #ff8c00, #ff5e00);*/
      color: white;
      font-weight: 600;
      z-index: 9;
      box-shadow: 0 2px 6px rgba(0,0,0,0.15);
      -webkit-backdrop-filter: blur(6px);
      backdrop-filter: blur(6px);
      /* if you want safe-area for iPhones with notch */
      padding-top: env(safe-area-inset-top);
    }

    .mobile-phone a.phone-btn {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      text-decoration: none;
      color: inherit;
       background: rgba(255,255,255,0.12);
		/*	background:#ff5e00; */
      padding: 8px 12px;
      border-radius: 8px;
      font-size: 26px;
			font-weight: 800;
    }

    /* body content should not hide under fixed header */
/*     body { padding-top: 56px; } */
  }
  
  /* Hide by default */
  .mobile-callbar {
    display: none;
  }

  /* Show and style on mobile only */
  @media (max-width: 768px) {
    .mobile-callbar {
      display: flex;
      position: fixed;
      left: 0;
      right: 0;
      bottom: 0;
      height: 60px;
      align-items: center;
      justify-content: center;
      background: linear-gradient(90deg, #007bff, #0a68c5);
		/* 	background:linear-gradient(90deg, #ff8c00, #ff5e00);*/
      color: #fff;
      font-weight: 600;
      z-index: 9999;
      box-shadow: 0 -2px 6px rgba(0,0,0,0.2);
      padding: 0 16px;
      /*padding-bottom: calc(env(safe-area-inset-bottom) + 10px);*/
      text-align: center;
    }

    .mobile-callbar span.label {
      margin-right: 8px;
      font-weight: 600;
    }

    .mobile-callbar a.call-link {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      text-decoration: none;
      color: #fff;
     background: rgba(255,255,255,0.15);
		/*  	background:#ff5e00; */
      padding: 8px 14px;
      border-radius: 10px;
      font-size: 26px;
			font-weight: 800;
    }

  }
  
  @media (max-width: 991px)
{.custom-navbar {
    background: #b3cef7;
    padding: 5px;
    
}}

 @media (max-width: 480px)
{.navbar-toggler-icon {
    
    width: 1.5em;
    height: 1.5em;
}}

@media (max-width: 480px){.navbar-brand img {
    max-height: 150px;
    width: 334px;
}}


/* Hero Section */
.hero {
  height: 80vh;
  background: url('../images/printer-banner.jpg') no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}

/* Overlay */
.hero::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  top: 0;
  left: 0;
}

/* Content */
.hero-content {
  position: relative;
  color: #fff;
  max-width: 700px;
  padding: 20px;
}

.hero-content h1 {
  font-size: 50px;
  margin-bottom: 15px;
}

.hero-content p {
  font-size: 18px;
  margin-bottom: 25px;
}

/* Button */
.hero-btn {
  display: inline-block;
  padding: 12px 30px;
  background: #ff4d4d;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  transition: 0.3s;
}

.hero-btn:hover {
  background: #e60000;
}

/* Responsive */
@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 32px;
  }
}