@media (min-width: 1800px) {
  .container {
    max-width: 1300px;
    margin: 0 auto;
  }

  .search_box_wrapper {

    margin-right: 70px;

  }
}


@media (max-width: 1800px) {

  .header_contact_info .fa-whatsapp {
    font-size: 17px;
    transform: translateY(-1.2px);
  }

  .container {
    max-width: 1280px;
    margin: 0 auto;
  }

  .main_menu>ul>li>a {
text-transform: uppercase;
    color: #ffffff;
    display: block;
    font-size: 14px;
    font-weight: 500;
    position: relative;
  }
.main_menu > ul > li:not(:last-child) {
  margin-right: 20px;
}
.business-login-btn {
  font-size: 14px;
  line-height: 18px;
  padding: 9px 17px;
}
  .brand_logo img {
    padding: 5px 0;
    width: 130px;
  }
.about_section .circle-3 {
  width: 100px;
  height: 100px;
  bottom: 50px;
  right: 25px;
}
.about_section::before {
  width: 100px;
  height: 100px;
  top: 40px;
  left: 20px;
}
  .search_input {
    border: none;
    background: transparent;
    font-size: 14px;
    color: #ffffff;
    outline: none;
    width: 220px;
    transition: width 0.3s ease;
  }
.about_section::after {
  width: 200px;
  height: 200px;
  top: 13px;
  right: -90px;
}
  .search_box_wrapper .search_btn {
border: none;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    transition: all 0.3s ease;
  }

  .header_contact_info li a {
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
  }

  /* .header_contact_info {
    padding-left: 17%;
  } */

  /* .business-login-btn {
    background-color: #ffffff;
    color: #323232;
    text-transform: uppercase;
    padding: 6px 12px;
    font-size: 10px;
    display: flex;
    line-height: 18px;
    align-items: center;
  } */

  .sec_padding {
    padding: 90px 0;
  }

/* .home-about .section_title h2 {
    font-family: "Against";
    margin-top: 32px;
    font-size: 55px;
    color: #0e6d77;
    position: relative;
}
  .home-about .section_title h3 {
    font-weight: 400;
    margin-bottom: 0;
    font-size: 30px;
    font-family: "Cinzel", serif;
    color: #0e6d77;
  } */

.printing-content {
    margin: 40px 0 50px 0;
    text-align: justify;
    color: #0e6d77c7;
}
  .custom-about-btn {
    background-color: #0e6d77;
    color: white;
    font-size: 17px;
    padding: 9px 25px 12px 25px;
    border-radius: 50px;
  }

  .custom-about-btn:hover {
    color: white;
  }

  .cus-section-title {
    font-size: 30px;
  }

  .cus-specialize-title {
    font-size: 26px;
  }

  .cus-heading-content {
    margin-bottom: 60px;
  }

  .print-box {
    width: 100%;
    font-family: "Cinzel", serif;
    display: inline-block;
    background: #56c1cb;
    color: #fff;
    font-size: 12px;
    padding: 10px 0px 10px 15px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
  }

  /* .print-box:after {
    content: "";
    position: absolute;
    top: 0;
    right: -30px;
    width: 30px;
    background: #56c1cb;
    height: 100%;
    transform-origin: bottom right;
    clip-path: polygon(100% 0, 0 0, 0 100%);
  } */

  .cus-service-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    padding-left: 0px;
    margin-top: 70px;
  }

  .cus-service-box {

    overflow: hidden;
    height: 265px;
    display: flex;
    flex-direction: column;
  }

  .cus-service-name {
    border: 1px solid #606060;
    font-family: "Futura LT";
    /* background: #28aabd; */
    color: #606060;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 7px;
    text-transform: uppercase;
    border-top: none;
  }


  .cus-specialize-offter-title {
    font-size: 22px;
    font-weight: 900;
    color: #158793;
    text-align: center;
    margin: 60px 0;
    line-height: 1.2;
    font-family: Arial, Helvetica, sans-serif;
  }

  .cus-specialize-offter-title span {
    display: block;
    font-size: 28px;
    font-weight: 900;
    /* color: #1ca4b3; */
    text-align: center;
    margin: 0px 0;
    line-height: 1.2;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 10px;
  }


  .cus-specialize-offter-content img {
    height: 600px;
  }

  .production-heading {
    margin-bottom: 0;
  }

  .cus-top-text {
    text-align: center;
    color: #404040;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    font-size: 16px;
    margin: 10px 0;
  }

  .cus-products-categroy-grid-new {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }

  .cus-heading-content {
    margin-bottom: 40px;
  }

  .packaging-section {
    padding: 60px 0;
  }

  .packaging-section .cus-service-name {
    padding-top: 16px;
    border: none;
    border-radius: 0;
    color: #1ca4b3;
    font-size: 14px;
    background-color: white;
    margin-bottom: 0;
  }

  .cta-content h2 {
    margin-bottom: 30px;
    color: white;
    font-size: 44px;
    font-weight: 900;
    font-family: Arial, Helvetica, sans-serif;
  }

  .cta-content p {
    font-size: 13px;
    font-family: "Cinzel", serif;
    line-height: 1.7;
  }

  .cta-features-grid {
    margin-top: 30px;
    width: 80%;
    padding: 0;
    font-size: 14px;
    display: grid;
    gap: 10px 20px;
    grid-template-columns: repeat(3, 1fr);
  }

  .cta-offer-man {
    height: 495px;
    position: absolute;
    bottom: 0;
  }

  .image-gallery-grid .cus-service-box {
    height: 270px;
  }

  .cus-products-categroy-grid-new {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 17px;
  }

  .brands-section {
    padding: 60px 0;
  }

  .brand_icon_item {
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
  }

  .section_title .big_title {
    font-size: 35px;
    font-weight: 400;
    line-height: 1.2;
    font-family: 'Biabic';
  }

  .contact_info_card p {
font-size: 14px;
    color: #6c757d;
    line-height: 1.4;
    font-family: "Poppins", sans-serif;
  }

  .custom_btn.bg_default_yellow {
color: #fff;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
  }

  .custom_btn span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    float: right;
    font-size: 15px;
    overflow: hidden;
    margin-left: 18px;
    text-align: center;
    position: relative;
    margin-right: -30px;
    color: #222222;
    display: inline-block;
    background-color: #ffffff;
    transition: all 0.3s ease-in-out;
  }


  .printing-box-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 40px;
}

  .footer_useful_links li {
    line-height: 1;
    font-size: 13px;
  }

  .footer_useful_links li:not(:last-child) {
    margin-bottom: 22px;
  }

  .footer_widget_title {
    line-height: 1;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 35px;
  }

  .cus_newsletter_text {
    width: 100%;
    font-size: 10px;
    line-height: 1.6;
    color: #f2f2f2;
    /* max-width: 200px; */
    margin-bottom: 18px;
  }

  .cus_newsletter_input {
    width: 97%;
    height: 36px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    background: transparent;
    border-radius: 8px;
    padding: 0 38px 0 15px;
    /* text-transform: lowercase; */
    font-size: 12px;
    color: #fff;
    outline: none;
  }

  .footer_bottom_boxed p {
    font-size: 12px;
    color: #d3d3d3;
  }
}


@media (min-width: 1800px) {
header .container{
  max-width: 1600px;
}
}



@media(max-width:991px){

.mobile_btn{
  margin-top:30px;
}
.header_bottom{
  display: none;
}
  body {
    padding-top: 0px;
  }
.video-section{
  height: auto!important;
}
 .sec_padding {
    padding: 45px 0;
  }
  .about_section::before {
    width: 70px;
    height: 70px;
    top: 20px;
    left: 5px;
  }
  .about_section::after {
    width: 80px;
    height: 80px;
    top: 11px;
    right: -35px;
    z-index: -1;
  }
.about_image_1 {
  border-radius: 10px;
  height: 300px;
}
.cus_mr {
  padding-right: 0px;
  margin-bottom: 25px;
}
.home-about .section_title h3 {
  font-size: 20px;
}
.home-about .section_title h2 {
  font-size: 36px;
}
.printing-content {
    margin: 25px 0 30px 0;
}
.about_section .circle-3 {
    width: 80px;
    height: 80px;
    bottom: 46px;
    right: 25px;
}
  .cus-heading-content {
    margin-bottom: 20px;
  }
  .cus-heading-content h2{
    margin-bottom: 0px;
  }
 .cus-specialize-title {
    font-size: 20px;
    text-align: center;
  }
 .printing-box-grid {
    margin-top: 20px;
  }
  .print-box {
    display: flex;
    font-size: 13px;
    padding: 10px;
    letter-spacing: 0;
    line-height: 1.2;
    font-weight: 500;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
  }
  .cus-specialize-offter-title {
    font-size: 18px;
    margin: 50px 0;
    font-weight: 500;
  }
  .cus-specialize-offter-title span {
font-size: 22px;
    font-weight: 600;
  }
  .cus-specialize-offter-content img {
    height: auto;
  }
  .cus-service-grid {
gap: 20px;
    margin-top: 0;
    border-top: 29px solid #56c1cb;
    padding-top: 40px;
    border-radius: 10px;
    padding-bottom: 40px;
  }
.new-effect {
  height: 160px;
}
 .cus-service-name {
    font-size: 13px;
    font-weight: 500;
  }
 .cus-service-box {
    height: auto;
  }
.production-section {
  padding: 45px 0;
}
.product-categories .cat-img {
  height: 190px;
}
.cta-content h3 {
  padding-bottom: 15px;
  font-size: 15px;
}
  .cta-content h2 {
    margin-bottom: 25px;
    font-size: 29px;
    font-weight: 700;
  }
.category-list {
  gap: 6px 40px;
}
.cta-offer-man {
    height: auto;
    position: static;
    border-bottom: 15px solid #fff;
    margin-bottom: 30px;
    border-radius: 0 0 50% 50%;
  }
  .packaging-section {
    padding: 40px 0;
  }
.cus_heading h2 {
  font-size: 30px;
}
.gallery-grid {
  gap: 8px;
}
  .contact_form_wrapper {
    margin-bottom: 35px;
  }
.footer-social {
  justify-content: center;
}
.footer-col h4 {
  font-size: 17px;
  margin-bottom: 10px;
}

.footer-col ul li a {
  font-size: 13px;
  transition: 0.3s;
}
 .contact_info_card p {
    font-size: 13px;
  }
.footer-about p {
  margin: 30px 0 10px;
  text-align: center;
}
.footer-about {
  width: 100%;
}
.newsletter {
  width: 100%;
}
.newsletter-form input {
  width: 180px;
}
.mission-vision .mv-content ul li {
  margin-bottom: 0;
  text-align: left;
}
.service-tabs .tab-btn {
  padding: 10px 15px;
  text-align: center;
  font-size: 14px;
  line-height: 1.3;
}
  .service-tabs .tabs-menu {
    display: grid;
    gap: 8px;
    flex-direction: column;
    grid-template-columns: repeat(2, 1fr);
  }

.service-tabs .tabs-wrapper {
  gap: 15px;
}
.tab-navigation {
  gap: 15px;
}
.printing-section .print-content h4 {
  font-size: 16px;
}

.printing-section .print-row {
  gap: 25px;
  margin-bottom: 25px;
}
.product_page_img {
  height: auto;
  padding-top: 40px;
}
.product_page_txt h5 {
  font-size: 18px;
  line-height: 1.4;
}
.custom_pagination a {
  padding: 5px 10px;
  font-size: 14px;
}
.custom_pagination .page_btn {
  min-width: 75px;
}
.product_image {
  height: 140px;
}
.biz_login_brand_wrap h2 {
  font-size: 30px;
  margin: 0 0 15px;
}
.biz_login_form_box {
  border-radius: 10px;
}
.container {
  padding-right: calc(var(--bs-gutter-x) * .9);
  padding-left: calc(var(--bs-gutter-x) * .9);
}
.fixed_icon a {
  width: 50px;
  height: 50px;
}
.back_to_top {
  right: 10px;
  bottom: 15px;
  width: 35px;
  height: 35px;
  font-size: 14px;
}
.fixed_icon {
  bottom: 60px;
  right: 3px;
}
.tab-nav-btn {
  padding: 10px 25px;
  border-radius: 3px;
  font-size: 14px;
}
.tab-navigation {
  padding-top: 15px;
}
.printing-section .print-content h2 {
  text-align: left;
}
.printing-section .print-content h4 {
  text-align: left;
}
    .printing-section .print-content h2 {
  margin-bottom: 10px;
}
.custom_pagination {
  justify-content: center;
}
.footer-col {
  min-width: 170px;
}
.footer-col ul li {
  margin-bottom: 3px;
  text-align: center;
  display: block;
}
.service-tabs .tab-title {
  grid-column: 1 / -1;
}







}