/*#region Screen Print Page*/
#screen-print .section-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 112px;
}

@media (max-width: 1024px) {
  #screen-print .section-container {
    padding: 0 16px;
  }
}

/*#endregion Screen Print Page*/


/*#region Intro start*/
#screen-print-intro {
  background-color: #f6f9fc;
  padding: 30px 0
}

@media only screen and (max-width:1024px) {
  #screen-print-intro {
    background: #f6f9fc;
    padding: 30px 0 55px
  }
}

@media only screen and (max-width:768px) {
  #screen-print-intro {
    padding: 30px 0 60px
  }
}

#screen-print-intro .intro-box {
  display: flex;
  padding-bottom: 154px;
  align-items: center;
  flex-wrap: wrap
}

@media only screen and (max-width:1024px) {
  #screen-print-intro .intro-box {
    padding-bottom: 0;
    flex-direction: column;
    margin-top: 16px
  }
}

#screen-print-intro .intro-box .title {
  color: #0d1c2c;
  font-family: Poppins !important;
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
}

@media only screen and (max-width:1024px) {
  #screen-print-intro .intro-box .title {
    text-align: center;
    font-size: 32px;
    line-height: 44.8px;
    text-transform: uppercase;
    width: 80%;
    margin: 0 auto
  }
}

@media only screen and (max-width:768px) {
  #screen-print-intro .intro-box .title {
    font-size: 32px;
    line-height: 44.8px;
    width: 100%
  }
}

#screen-print-intro .intro-box .text {
  width: 54%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media only screen and (max-width:1024px) {
  #screen-print-intro .intro-box .text {
    width: 100%
  }
}

#screen-print-intro .intro-box .text .desc {
  color: #475467;
  font-family: Poppins !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 16px;
}

#screen-print-intro .intro-box .text .desc li {
  display: flex;
  align-items: center;
  gap: 8px;
}

#screen-print-intro .intro-box .text .desc li img {
  width: 24px;
  height: 24px;
}

@media only screen and (max-width:1024px) {
  #screen-print-intro .intro-box .text .desc {
    text-align: center;
    font-size: 16px;
    line-height: 22.4px
  }
}

@media only screen and (max-width:768px) {
  #screen-print-intro .intro-box .text .desc {
    font-size: 18px;
    line-height: 32px;
  }

  #screen-print-intro .intro-box .text ul {
    display: none !important;
  }
}

#screen-print-intro .intro-box .text .ti-widget {
  text-align: start;
  /* margin-top: 24px */
}

#screen-print-intro .intro-box .text .google-reviews {
  height: 35px;
}

@media only screen and (max-width:1024px) {
  #screen-print-intro .intro-box .text .ti-widget {
    text-align: center
  }
}

@media only screen and (max-width:768px) {
  #screen-print-intro .intro-box .text .ti-widget {
    /* margin-top: 0 */
  }
}

#screen-print-intro .intro-box .btn-box {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  width: 100%
}

@media only screen and (max-width:1024px) {
  #screen-print-intro .intro-box .btn-box {
    justify-content: center
  }
}

#screen-print-intro .intro-box .btn-box .btn {
  padding: 15px 0;
  width: 232px;
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
}

@media only screen and (max-width:1300px) {
  #screen-print-intro .intro-box .btn-box .btn {
    width: 196px;
    font-size: 18px;
    line-height: 20px;
    padding: 11px 0
  }
}

@media only screen and (max-width:768px) {
  #screen-print-intro .intro-box .btn-box .btn {
    width: 100%;
    line-height: 28px;
    padding: 11px 0;
    font-weight: 600;
    font-size: 20px
  }
}

@media only screen and (max-width:768px) {
  #screen-print-intro .intro-box .btn-box {
    margin-top: 20px
  }
}

#screen-print-intro .intro-box .left-part {
  position: relative;
  width: 46%
}

@media only screen and (max-width:1024px) {
  #screen-print-intro .intro-box .left-part {
    width: 100%
  }
}

#screen-print-intro .intro-box .left-part .photo {
  display: flex;
  justify-content: flex-end
}

@media only screen and (max-width:1024px) {
  #screen-print-intro .intro-box .left-part .photo {
    width: 100%;
    justify-content: center
  }
}

#screen-print-intro .intro-box .left-part .photo img {
  max-width: 551px;
  width: 100%;
  aspect-ratio: 551 / 356;
}

#screen-print-intro .intro-box .left-part .delivery {
  display: flex;
  position: absolute;
  right: 0;
  top: 100%;
  width: max-content;
  background-color: #fff;
  padding: 30px 50px;
  gap: 62px;
  box-shadow: 0 2px 4px 0 rgba(13, 16, 45, .1), 0 1px 2px -1px rgba(13, 16, 45, .1);
  border-radius: 4px;
  flex-wrap: wrap;
  justify-content: space-between
}

@media only screen and (max-width:1300px) and (min-width:1024px) {
  #screen-print-intro .intro-box .left-part .delivery {
    gap: 35px;
    padding: 15px 30px
  }
}

@media only screen and (max-width:1100px) and (min-width:1024px) {
  #screen-print-intro .intro-box .left-part .delivery {
    gap: 25px
  }
}

@media only screen and (max-width:1024px) {
  #screen-print-intro .intro-box .left-part .delivery {
    position: static;
    width: 100%;
    padding: 27px 40px
  }
}

@media only screen and (max-width:768px) {
  #screen-print-intro .intro-box .left-part .delivery {
    padding: 16px;
    gap: 43px;
    justify-content: center
  }
}

#screen-print-intro .intro-box .left-part .delivery-item {
  display: flex;
  flex-direction: column
}

@media only screen and (max-width:768px) {
  #screen-print-intro .intro-box .left-part .delivery-item {
    align-items: center
  }
}

#screen-print-intro .intro-box .left-part .delivery-item-icon {
  width: 44px;
  height: 44px;
  margin-bottom: 13px
}

@media only screen and (max-width:600px) {
  #screen-print-intro .intro-box .left-part .delivery-item-icon {
    width: 32px;
    height: 32px;
    margin-bottom: 6px
  }
}

#screen-print-intro .intro-box .left-part .delivery-item-title {
  color: #0d1c2c;
  font-family: Poppins !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 22.4px;
  margin-bottom: 4px
}

@media only screen and (max-width:600px) {
  #screen-print-intro .intro-box .left-part .delivery-item-title {
    font-size: 12px;
    line-height: 16.8px
  }
}

#screen-print-intro .intro-box .left-part .delivery-item-desc {
  color: #666;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  -webkit-text-decoration: none
}

@media only screen and (max-width:600px) {
  #screen-print-intro .intro-box .left-part .delivery-item-desc {
    font-size: 12px
  }
}

#screen-print-intro .intro-box .left-part .delivery-item-desc span {
  color: #1c244b;
  font-weight: 600
}

#screen-print-intro .intro-box .left-part .delivery-item-desc span.num {
  color: #005eff;
  -webkit-color: #005eff
}

#screen-print-intro .intro-box .left-part .delivery:before {
  content: url(/uploads/12046237/File/deco/cities/assets/intro-arrow.svg);
  position: absolute;
  top: 30px;
  right: calc(100% + 15px)
}

#screen-print-intro .intro-box .left-part .google-reviews {
  margin: 16px auto;
}

@media only screen and (max-width:1024px) {
  #screen-print-intro .intro-box .left-part .delivery:before {
    display: none
  }
}

#screen-print-intro .ti-header {
  padding: 0;
  margin-bottom: 8px
}

#screen-print-intro .ti-widget .ti-header span,
#screen-print-intro .ti-widget .ti-header strong {
  font-size: 10px
}

#screen-print-intro .ti-widget .ti-header .ti-stars .ti-star {
  width: 12px
}

#screen-print-intro .ti-widget .ti-mob-row {
  align-items: center
}

/*#endregion Intro end*/


/*#region Screen Print Product*/
#screen-print-product {
  padding: 100px 0;
  background-color: #f6f9fc;
}

@media only screen and (max-width: 1024px) {
  #screen-print-product {
    padding: 50px 0;
  }
}



#screen-print-product .title {
  color: #0d1c2c;
  text-align: center;
  font-family: Poppins !important;
  font-size: 36px;
  font-weight: 600;
  line-height: 50.4px;
  text-transform: capitalize;
  margin-bottom: 12px;
}

@media only screen and (max-width: 1024px) {
  #screen-print-product .title {
    font-size: 28px;
    line-height: 39.2px;
  }
}

@media only screen and (max-width: 768px) {
  #screen-print-product .title {
    font-size: 30px;
    line-height: 42px;
  }
}

#screen-print-product .subtitle {
  color: #333;
  font-family: Poppins !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  #screen-print-product .subtitle {
    margin-bottom: 24px;
  }
}

#screen-print-product .product-box {
  margin: 36px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

@media only screen and (max-width: 1024px) {
  #screen-print-product .product-box {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin: 0;
  }
}

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

  #screen-print-product .product-box .product-box-item:nth-child(1),
  #screen-print-product .product-box .product-box-item:nth-child(6) {
    grid-column: span 2;
  }
}

#screen-print-product .product-box-item {
  text-decoration: none;
  display: flex;
  padding: 16px 10px 10px 10px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 22px;
  border-radius: 4px;
  border: 1px solid #e6e8ea;
  background: #fff;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.10);
  transition: all 0.3s;
}

#screen-print-product .product-box-item p {
  color: #0b1629;
  font-family: Poppins !important;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  #screen-print-product .product-box-item p {
    font-size: 20px;
  }
}

#screen-print-product .product-box-item img {
  max-height: 277px;
  max-width: 100%;
}

#screen-print-product .product-box-item:hover {
  box-shadow: 0px 5px 15px 0px rgba(2, 41, 107, 0.39);
}

#screen-print-product .view-all {
  color: #003ca3;
  font-family: Poppins !important;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  display: block;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
}

#screen-print-product .view-all:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 1024px) {
  #screen-print-product .view-all {
    margin-top: 24px;
  }
}

/*#endregion Screen Print Product*/

/*#region DTG REVIEWS */
#screen-print-reviews {
  background-color: #fff;
  padding: 50px 0;
}

#screen-print-reviews .title {
  color: #0D1C2C;
  text-align: center;
  font-family: Poppins !important;
  font-size: 36px;
  font-weight: 600;
  line-height: 50.4px;
  text-transform: capitalize;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  #screen-print-reviews .title {
    font-size: 32px;
    font-weight: 600;
    line-height: 44.8px;
    text-transform: capitalize;
    margin-bottom: 20px;
  }
}

#screen-print-reviews .btn-box {
  margin-top: 33px;
  display: flex;
  justify-content: center;
  gap: 16px;
}

@media only screen and (max-width: 768px) {
  #screen-print-reviews .btn-box {
    flex-direction: column;
  }
}

#screen-print-reviews .btn-box .btn {
  width: 273px;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  padding: 15px 0;
}

@media only screen and (max-width: 1024px) {
  #screen-print-reviews .btn-box .btn {
    width: 153px;
    font-size: 16px;
    font-weight: 500;
  }
}

@media only screen and (max-width: 768px) {
  #screen-print-reviews .btn-box .btn {
    display: none;
  }
}

#screen-print-reviews .ti-reviews-container-wrapper .ti-review-item .ti-inner {
  background: #F7F7F7 !important;
}

#screen-print-reviews .ti-widget-header {
  display: none;
}

@media only screen and (min-width: 1024px) {
  #screen-print-reviews .ti-reviews-container {
    min-width: 1260px;
    margin-left: -20px
  }
}

@media only screen and (max-width: 1024px) {
  #screen-print-reviews .ti-widget .ti-controls-line {

    display: block !important;
  }

  #screen-print-reviews .ti-widget .ti-header {
    display: none;
  }
}

/*#endregion DTG REVIEWS */
/*#region DTG SAMPLE */
#screen-print-samples {
  background-color: #f6f9fc;
  padding: 70px 0;
}

@media only screen and (max-width: 1024px) {
  #screen-print-samples {
    padding: 50px 0;
  }
}

@media only screen and (max-width: 768px) {
  #screen-print-samples {
    background-color: #f6f9fc;
  }
}

#screen-print-samples .title {
  color: #0D1C2C;
  text-align: center;
  font-family: Poppins !important;
  font-size: 36px;
  font-weight: 600;
  line-height: 50.4px;
  text-transform: capitalize;
  margin-bottom: 12px;
}

@media only screen and (max-width: 1024px) {
  #screen-print-samples .title {
    font-size: 24px;
    line-height: 33.6px;
  }
}

@media only screen and (max-width: 768px) {
  #screen-print-samples .title {
    font-size: 32px;
    line-height: 44.8px;
  }
}

#screen-print-samples .subtitle {
  color: #333;
  font-family: Poppins !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}

/* @media only screen and (max-width: 1024px) {
  #screen-print-samples .subtitle {
    font-size  : 16px;
    line-height: 24px;
  }
  } */

#screen-print-samples .samples-box {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 6px;
}

@media only screen and (max-width: 1024px) {
  #screen-print-samples .samples-box {
    margin-top: 28px;
  }

  #screen-print-samples .samples-box .photo:first-of-type {
    grid-column: span 2;
    grid-row: span 2;
  }

  #screen-print-samples .samples-box .photo:nth-child(6),
  #screen-print-samples .samples-box .photo:nth-child(7),
  #screen-print-samples .samples-box .photo:nth-child(8) {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  #screen-print-samples .samples-box {
    margin-top: 24px;
    grid-template-columns: repeat(2, 1fr);
  }

  #screen-print-samples .samples-box .photo:first-of-type {
    grid-column: span 1;
    grid-row: span 1;
  }

  #screen-print-samples .samples-box .photo:nth-child(3) {
    grid-column: span 2;
    margin-left: -4px;
  }
}

#screen-print-samples .samples-box .photo img {
  width: 100%;
  border-radius: 4px;
}

@media only screen and (max-width: 1024px) {
  #screen-print-samples .samples-box .photo img {
    border-radius: 8px;
  }
}

#screen-print-samples .btn-box {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 32px;
  justify-content: center;
}

@media only screen and (max-width: 1024px) {
  #screen-print-samples .btn-box {
    margin-top: 28px;
  }
}

@media only screen and (max-width: 768px) {
  #screen-print-samples .btn-box {
    margin-top: 24px;
    justify-content: center;
    flex-direction: column;
  }
}

#screen-print-samples .btn-box .btn {
  text-align: center;
  font-family: Poppins !important;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  padding: 15px 44px;
  display: block;
}

@media only screen and (max-width: 1024px) {
  #screen-print-samples .btn-box .btn {
    width: 153px;
    font-size: 16px;
    padding: 12px 0;
  }
}

@media only screen and (max-width: 768px) {
  #screen-print-samples .btn-box .btn {
    width: 100%;
    font-size: 20px;
    line-height: 28px;
  }
}

/*#endregion DTG SAMPLE */


/*#region Screen Print Benefit*/
#screen-print-benefit .method-box {
  padding: 70px 0;
}

#screen-print-benefit .method-box-content {
  display: flex;
  gap: 50px;
  align-items: center;
}

#screen-print-benefit .method-box-content .photo {
  width: 530px;
}

#screen-print-benefit .method-box-content .photo img {
  width: 100%;
}

#screen-print-benefit .method-box-content .text {
  width: calc(100% - 580px);
}

#screen-print-benefit .method-box-content .text-title {
  color: #102437;
  font-family: Poppins !important;
  font-size: 30px;
  font-weight: 600;
  line-height: 42px;
  margin-bottom: 24px;
}

#screen-print-benefit .method-box-content .text .features {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#screen-print-benefit .method-box-content .text .features-item {
  display: flex;
  gap: 4px;
  align-items: flex-start;
}

#screen-print-benefit .method-box-content .text .features-item-title {
  color: #102437;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 8px;
}

#screen-print-benefit .method-box-content .text .features-item-desc {
  color: #354156;
  font-weight: 400;
  line-height: 19.6px;
  font-size: 14px;
}

#screen-print-benefit .method-box-content .text .btn {
  width: 232px;
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  padding: 15px 0;
  display: block;
  margin-top: 32px;
  margin-left: 24px;
}

@media only screen and (max-width: 768px) {
  #screen-print-benefit .method-box-content .text .btn {
    display: block;
  }

  #screen-print-benefit .method-box-content .text .features-item-title {
    line-height: 25.2px;
  }

  #screen-print-benefit .method-box-content .text .features-item-desc {
    font-size: 15px;
    line-height: 21px;
  }

}

#screen-print-benefit .method-box:nth-child(odd) {
  background-color: #f6f9fc;
}

#screen-print-benefit .method-box:nth-child(odd) .method-box-content {
  flex-direction: row-reverse;
}

@media only screen and (max-width: 1024px) {
  #screen-print-benefit .method-box {
    padding: 50px 0;
    background-color: #fff;
  }

  #screen-print-benefit .method-box-content {
    gap: 24px;
    align-items: flex-start;
    flex-direction: column;
  }

  #screen-print-benefit .method-box-content .photo {
    width: 100%;
  }

  #screen-print-benefit .method-box-content .text {
    width: 100%;
  }

  #screen-print-benefit .method-box-content .text .btn {
    margin-top: 24px;
    font-size: 16px;
    padding: 13px 0;
  }

  #screen-print-benefit .method-box:nth-child(odd) {
    background-color: #fff;
  }

  #screen-print-benefit .method-box:nth-child(odd) .method-box-content {
    flex-direction: column;
  }
}

@media only screen and (max-width: 768px) {
  #screen-print-benefit .method-box {
    background-color: #fff;
  }

  #screen-print-benefit .method-box-content {
    gap: 24px;
    flex-direction: column-reverse;
  }

  #screen-print-benefit .method-box-content .photo {
    width: 100%;
  }

  #screen-print-benefit .method-box-content .text {
    width: 100%;
  }

  #screen-print-benefit .method-box-content .text .btn {
    width: 100%;
    margin-left: 0;
    font-size: 20px;
    line-height: 28px;
  }

  #screen-print-benefit .method-box:nth-child(odd) {
    background-color: #f6f9fc;
  }

  #screen-print-benefit .method-box:nth-child(odd) .method-box-content {
    flex-direction: column-reverse;
  }
}

#screen-print-benefit .method-box-content .features a:hover {
  color: #172B85 !important;
  transition: 0.5s
}

/*#endregion Screen Print Benefit*/



/*Custoize start*/
#screen-print-steps {
  padding: 70px 0;
}

@media only screen and (max-width: 1024px) {
  #screen-print-steps {
    padding: 50px 0;
  }
}

@media only screen and (max-width: 768px) {
  #screen-print-steps {
    background-color: #fff;
  }
}

#screen-print-steps .customize-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 1024px) {
  #screen-print-steps .customize-box {
    gap: 20px;
  }
}

@media only screen and (max-width: 768px) {
  #screen-print-steps .customize-box {
    flex-direction: column-reverse;
  }
}

#screen-print-steps .customize-box .text {
  width: 540px;
  display: flex;
  flex-direction: column;
  gap: 36px;
}

#screen-print-steps .customize-box .text .title.title:last-child {
  display: none;
}

@media only screen and (max-width: 1024px) {
  #screen-print-steps .customize-box .text {
    width: 50%;
    gap: 24px;
  }

  #screen-print-steps .customize-box .text .title.title:first-child {
    display: none;
  }

  #screen-print-steps .customize-box .text .title.title:last-child {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  #screen-print-steps .customize-box .text {
    width: 100%;
  }
}

#screen-print-steps .customize-box .text .title {
  color: #0d1c2c;
  font-family: Poppins !important;
  font-size: 36px;
  font-weight: 600;
  line-height: 50.4px;
  text-transform: capitalize;
}

#screen-print-steps .customize-box .text .subtitle {
  color: #0d1c2c;
  font-family: Poppins !important;
  font-size: 16px;
  font-weight: 400;
}

@media only screen and (max-width: 1024px) {
  #screen-print-steps .customize-box .text .title {
    font-size: 28px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 768px) {
  #screen-print-steps .customize-box .text .title {
    font-size: 30px;
    line-height: 42px;
    text-align: center;
  }
}

#screen-print-steps .customize-box .text .steps {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

#screen-print-steps .customize-box .text .steps-item {
  display: flex;
  gap: 16px;
  align-items: center;
}

#screen-print-steps .customize-box .text .steps-item-photo {
  min-width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #132146;
  box-shadow: 0px 5.25px 15.167px 0px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #screen-print-steps .customize-box .text .steps-item-photo {
    width: 32px;
    height: 32px;
    padding: 5px;
  }
}

#screen-print-steps .customize-box .text .steps-item-photo img {
  max-width: 100%;
}

#screen-print-steps .customize-box .text .steps-item-text-title {
  color: #1c244b;
  font-family: Poppins !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 27px;
  text-transform: uppercase;
}

@media only screen and (max-width: 1024px) {
  #screen-print-steps .customize-box .text .steps-item-text-title {
    font-size: 14px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 768px) {
  #screen-print-steps .customize-box .text .steps-item-text-title {
    font-size: 16px;
    line-height: 27px;
  }
}

#screen-print-steps .customize-box .text .steps-item-text-desc {
  color: #333;
  font-family: Poppins !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

@media only screen and (max-width: 1024px) {
  #screen-print-steps .customize-box .text .steps-item-text-desc {
    font-size: 13px;
    line-height: 18px;
  }
}

@media only screen and (max-width: 768px) {
  #screen-print-steps .customize-box .text .steps-item-text-desc {
    font-size: 16px;
    line-height: 24px;
  }
}

#screen-print-steps .customize-box .text .btn.btn-orng {
  border: 1px solid #ff5c35;
  background: #ff5c35;
  border-radius: 4px;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.04);
  color: white;
  width: 232px;
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
  color: #fff;
  text-align: center;
  font-family: Poppins !important;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  transition: all 0.3s;
}

#screen-print-steps .customize-box .text .btn.btn-orng:hover {
  border: 1px solid #dc320a;
  background: #dc320a;
}

@media only screen and (max-width: 1024px) {
  #screen-print-steps .customize-box .text .btn.btn-orng {
    font-size: 16px;
    padding: 12px 0;
  }
}

@media only screen and (max-width: 768px) {
  #screen-print-steps .customize-box .text .btn.btn-orng {
    width: 100%;
    margin-top: 8px;
  }
}

#screen-print-steps .customize-box .photo {
  width: 50%;
}

@media only screen and (max-width: 768px) {
  #screen-print-steps .customize-box .photo {
    width: 100%;
    display: block;
  }
}

#screen-print-steps .customize-box .photo img {
  width: 100%;
  border-radius: 4px;
}

/*Custoize end*/
/*#region Screen Print Capabilitie*/
#screen-print-capabilitie .capabilitie-box {
  padding: 70px 0;
}

#screen-print-capabilitie .capabilitie-box-content {
  display: flex;
  gap: 50px;
  align-items: center;
}

#screen-print-capabilitie .capabilitie-box-content .photo {
  width: 45%;
}

#screen-print-capabilitie .capabilitie-box-content .photo img {
  width: 100%;
}

#screen-print-capabilitie .capabilitie-box-content .text {
  width: calc(55% - 50px);
}

#screen-print-capabilitie .capabilitie-box-content .text-title {
  color: #102437;
  font-family: Poppins !important;
  font-size: 30px;
  font-weight: 600;
  line-height: 42px;
  margin-bottom: 16px;
}

#screen-print-capabilitie .capabilitie-box-content .text-subtitle {
  color: #354156;
  font-family: Poppins !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  margin-bottom: 14px;
}

#screen-print-capabilitie .capabilitie-box-content .text .features {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

#screen-print-capabilitie .capabilitie-box-content .text .features-item {
  display: flex;
  gap: 4px;
  align-items: flex-start;
}

#screen-print-capabilitie .capabilitie-box-content .text .features-item-title {
  color: #102437;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  margin-bottom: 8px;
}

#screen-print-capabilitie .capabilitie-box-content .text .features-item-desc {
  color: #354156;
  font-weight: 400;
  line-height: 18px;
  font-size: 14px;
}

#screen-print-capabilitie .capabilitie-box-content .text .btn {
  width: 232px;
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  padding: 15px 0;
  display: block;
  margin-top: 32px;
  margin-left: 24px;
}

@media only screen and (max-width: 768px) {
  #screen-print-capabilitie .capabilitie-box-content .text .btn {
    display: block;
  }

  #screen-print-capabilitie .capabilitie-box-content .text-subtitle {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  #screen-print-capabilitie .capabilitie-box {
    padding: 50px 0;
    background-color: #fff;
  }

  #screen-print-capabilitie .capabilitie-box-content {
    gap: 24px;
    align-items: flex-start;
    flex-direction: column;
  }

  #screen-print-capabilitie .capabilitie-box-content .photo {
    width: 100%;
  }

  #screen-print-capabilitie .capabilitie-box-content .text {
    width: 100%;
  }

  #screen-print-capabilitie .capabilitie-box-content .text .btn {
    margin-top: 24px;
    font-size: 16px;
    padding: 13px 0;
  }
}

@media only screen and (max-width: 768px) {
  #screen-print-capabilitie .capabilitie-box {
    background-color: #fff;
  }

  #screen-print-capabilitie .capabilitie-box-content {
    gap: 24px;
    flex-direction: column;
  }

  #screen-print-capabilitie .capabilitie-box-content .photo {
    width: 100%;
  }

  #screen-print-capabilitie .capabilitie-box-content .text {
    width: 100%;
  }

  #screen-print-capabilitie .capabilitie-box-content .text .features-item-title {
    font-size: 18px;
    line-height: 16px;
  }

  #screen-print-capabilitie .capabilitie-box-content .text .features-item-desc {
    font-size: 15px;
  }

  #screen-print-capabilitie .capabilitie-box-content .text .features .btn {
    width: 100%;
    margin-left: 0;
    font-size: 20px;
    line-height: 28px;
  }
}

/*#endregion Screen Print Capabilitie*/



/*#region Screen Print Method*/
#screen-print-method .method-box {
  padding: 70px 0;
}

#screen-print-method .method-box-content {
  display: flex;
  gap: 50px;
  align-items: center;
}

#screen-print-method .method-box-content .photo {
  width: 530px;
}

#screen-print-method .method-box-content .photo img {
  width: 100%;
}

#screen-print-method .method-box-content .text {
  width: calc(100% - 580px);
}

#screen-print-method .method-box-content .text-title {
  color: #102437;
  font-family: Poppins !important;
  font-size: 30px;
  font-weight: 600;
  line-height: 42px;
}

#screen-print-method .method-box-content .text-subtitle {
  margin: 16px 0;
  color: #1c244b;
  font-family: Poppins !important;
  font-size: 14px;
  font-weight: 600;
}

#screen-print-method .method-box-content .text .features-title {
  margin: 16px 0;
  color: #1c244b;
  font-family: Poppins !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 19.04px;
}

#screen-print-method .method-box-content .text .features {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#screen-print-method .method-box-content .text .features-item-title {
  color: #1c244b;
  font-family: Poppins !important;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}

#screen-print-method .method-box-content .text .features-item-desc {
  color: #354156;
  font-weight: 400;
  line-height: 19.04px;
  font-size: 14px;
  font-family: Poppins !important;
}

#screen-print-method .method-box-content .text .features-item-desc strong {
  font-weight: 500;
}

#screen-print-method .method-box-content .text .btn {
  width: 232px;
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  padding: 15px 0;
  display: block;
  margin-top: 32px;
}

@media only screen and (max-width: 768px) {
  #screen-print-method .method-box-content .text .btn {
    display: block;
  }
}

#screen-print-method .method-box:nth-child(odd) {
  background-color: #f6f9fc;
}

#screen-print-method .method-box:nth-child(odd) .method-box-content {
  flex-direction: row-reverse;
}

@media only screen and (max-width: 1024px) {
  #screen-print-method .method-box {
    padding: 50px 0;
    background-color: #fff;
  }

  #screen-print-method .method-box-content {
    gap: 24px;
    align-items: flex-start;
    flex-direction: column;
  }

  #screen-print-method .method-box-content .photo {
    width: 100%;
  }

  #screen-print-method .method-box-content .text {
    width: 100%;
  }

  #screen-print-method .method-box-content .text .btn {
    margin-top: 24px;
    font-size: 16px;
    padding: 13px 0;
  }

  #screen-print-method .method-box:nth-child(odd) {
    background-color: #fff;
  }

  #screen-print-method .method-box:nth-child(odd) .method-box-content {
    flex-direction: column;
  }
}

@media only screen and (max-width: 768px) {
  #screen-print-method .method-box {
    background-color: #fff;
  }

  #screen-print-method .method-box-content {
    gap: 24px;
    flex-direction: column;
  }

  #screen-print-method .method-box-content .photo {
    width: 100%;
  }

  #screen-print-method .method-box-content .text {
    width: 100%;
  }

  #screen-print-method .method-box-content .text .btn {
    width: 100%;
    margin-left: 0;
    font-size: 20px;
    line-height: 28px;
  }

  #screen-print-method .method-box-content .text .features-title {
    margin: 24px 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 27px;
  }

  #screen-print-method .method-box:nth-child(odd) {
    background-color: #f6f9fc;
  }

  #screen-print-method .method-box:nth-child(odd) .method-box-content {
    flex-direction: column;
  }
}

/*#endregion Screen Print Method*/



/*#region Screen Print Faq*/
#screen-print-faq {
  padding: 70px 0;
  background-color: #f6f9fc;
}

@media only screen and (max-width: 1024px) {
  #screen-print-faq {
    padding: 50px 0;
  }
}

#screen-print-faq .title {
  color: #0d1c2c;
  font-family: Poppins !important;
  font-size: 30px;
  font-weight: 600;
  line-height: 42px;
  text-transform: capitalize;
  margin-bottom: 24px;
}

@media only screen and (max-width: 1024px) {
  #screen-print-faq .title {
    font-size: 24px;
    line-height: 33.6px;
    margin-bottom: 0;
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  #screen-print-faq .title {
    font-size: 30px;
    line-height: 42px;
  }
}

#screen-print-faq .faq-box {
  display: flex;
  gap: 96px;
  align-items: flex-start;
}

@media only screen and (max-width: 1024px) {
  #screen-print-faq .faq-box {
    flex-direction: column-reverse;
    gap: 24px;
  }
}

#screen-print-faq .faq-box .photo {
  width: calc(100% / 12 * 5);
}

@media only screen and (max-width: 1024px) {
  #screen-print-faq .faq-box .photo {
    display: none;
  }
}

#screen-print-faq .faq-box .photo img {
  width: 100%;
  border-radius: 8px;
}

#screen-print-faq .faq-box .text {
  width: 50%;
}

@media only screen and (max-width: 1024px) {
  #screen-print-faq .faq-box .text {
    width: 100%;
  }
}

#screen-print-faq .faq-box .question {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media only screen and (max-width: 1024px) {
  #screen-print-faq .faq-box .question {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  #screen-print-faq .faq-box .question {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
}

#screen-print-faq .faq-box .question-item {
  padding: 19px 40px 19px 16px;
  position: relative;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #e8e9ea;
  background: #fff;
  box-shadow: 0px 9px 26px 0px rgba(0, 0, 0, 0.05);
}

#screen-print-faq .faq-box .question-item::before {
  content: url("/uploads/12046237/File/deco/cities/assets/minus.svg");
  position: absolute;
  right: 16px;
  top: 19px;
  width: 24px;
  height: 24px;
}

#screen-print-faq .faq-box .question-item::after {
  content: url("/uploads/12046237/File/deco/cities/assets/minus.svg");
  position: absolute;
  right: 16px;
  top: 19px;
  transition: all 0.3s;
  transform: rotate(90deg);
  width: 24px;
  height: 24px;
}

@media only screen and (max-width: 768px) {
  #screen-print-faq .faq-box .question-item {
    border-radius: 4px;
    border: 1px solid #e8e9ea;
    background: #fff;
    box-shadow: 0px 9px 26px 0px rgba(0, 0, 0, 0.05);
    padding: 16px 40px 16px 13px;
  }

  #screen-print-faq .faq-box .question-item::after {
    content: url("/uploads/12046237/File/deco/home/assets/arrow-down.svg");
    top: 16px;
    right: 13px;
    transform: rotate(0deg);
  }

  #screen-print-faq .faq-box .question-item::before {
    content: '';
    top: 16px;
    right: 13px;
  }
}

#screen-print-faq .faq-box .question-item-title {
  color: #232528;
  font-family: Poppins !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

@media only screen and (max-width: 1024px) {
  #screen-print-faq .faq-box .question-item-title {
    font-size: 18px;
    font-weight: 500;
  }
}

@media only screen and (max-width: 768px) {
  #screen-print-faq .faq-box .question-item-title {
    font-weight: 600;
  }
}

#screen-print-faq .faq-box .question-item-desc {
  color: #4d4f53;
  font-family: Poppins !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s;
  padding-top: 0;
}

@media only screen and (max-width: 768px) {
  #screen-print-faq .faq-box .question-item-desc {
    font-size: 16px;
    font-weight: 400;
  }
}

#screen-print-faq .faq-box .question-item:last-of-type {
  border-bottom: none;
}

#screen-print-faq .faq-box .question-item.active .question-item-desc {
  padding-top: 16px;
  max-height: 100vh;
}

#screen-print-faq .faq-box .question-item.active::after {
  transform: rotate(0deg);
}

@media only screen and (max-width: 768px) {
  #screen-print-faq .faq-box .question-item.active::after {
    transform: rotate(180deg);
  }
}

#screen-print-faq .faq-box .mob {
  display: none;
}

@media only screen and (max-width: 1024px) {
  #screen-print-faq .faq-box .mob {
    display: block !important;
  }
}

/*#endregion Screen Print Faq*/



/*#region Screen Print Ready*/
#screen-print-ready {
  padding: 40px 0;
  background-color: #fef4ea;
}

#screen-print-ready .title {
  font-size: 36px;
  color: #353535;
  font-weight: 700;
  text-align: center;
  margin-bottom: 36px;
}

@media only screen and (max-width: 1024px) {
  #screen-print-ready .title {
    font-size: 24px;
  }
}

#screen-print-ready .btn-box {
  display: flex;
  gap: 16px;
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  #screen-print-ready .btn-box {
    flex-direction: column;
  }
}

#screen-print-ready .btn-box .btn {
  padding: 14px 44px;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
}

@media only screen and (max-width: 1024px) {
  #screen-print-ready .btn-box .btn {
    padding: 14px;
    width: 200px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
  }
}

@media only screen and (max-width: 768px) {
  #screen-print-ready .btn-box .btn {
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
  }
}

/*#endregion Screen Print Ready*/


/*#region Screen Print Custumer*/
#customer {
  padding: 24px 0;
  background-color: #fff;
}

@media only screen and (max-width: 768px) {
  #customer {
    padding: 40px 0;
    background-color: #fff;
  }
}

#customer .desc {
  color: #333;
  font-family: Inter;
  font-size: 18px;
  font-weight: 500;
  line-height: 26.46px;
  text-align: center;
  margin-bottom: 16px;
}

@media only screen and (max-width: 768px) {
  #customer .desc {
    font-size: 20px;
  }
}

#customer .customer-box {
  display: flex;
  gap: 20px;
}

@media only screen and (max-width: 768px) {
  #customer .customer-box {
    padding: 8px 14px;
    box-shadow: 0px 2px 4px 0px rgba(13, 16, 45, 0.1), 0px 1px 2px -1px rgba(13, 16, 45, 0.1);
    border: 1px solid #E6E8EA;
    border-radius: 4px;
    justify-content: center;
    gap: 0;
    flex-wrap: wrap;
  }
}

#customer .customer-box-item {
  width: calc(100% / 12 * 8);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  border-radius: 4px;
  border: 1px solid #E6E8EA;
  background: #FFF;
  box-shadow: 0px 30px 40px 0px rgba(212, 217, 232, 0.25);
  padding: 10px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  #customer .customer-box-item {
    box-shadow: none;
    border: none;
    width: calc(100% / 3);
  }
}

#customer .customer-box-item img {
  max-width: calc(100% - 20px);
}

/*#endregion Screen Print Custumer*/
/*#region Design-area Start*/
#design-area {
  padding: 70px 0;
  background-color: #fff;
}

@media (max-width: 1024px) {
  #design-area {
    padding: 50px 0;
  }
}

#design-area .design-content-boxs {
  background-color: #fff;
  padding: 20px 23px;
  border-radius: 4px;
  box-shadow: 2px 2px 11px 0px rgba(0, 109, 205, 0.10), 2px 1px 10px -1px rgba(115, 78, 234, 0.10);
}

@media (max-width: 1024px) {
  #design-area .design-content-boxs {
    padding: 0;
  }
}

#design-area .design-content-boxs-item {
  transition: all 0.3s;
}

#design-area .design-content-boxs-item:first-of-type.active {
  margin-top: 0px !important;
}

#design-area .design-content-boxs-item:last-of-type.active {
  margin-bottom: 0px !important;
}

#design-area .design-content-boxs-item.active .design-content-boxs-item-content {
  /* height: auto;*/
}

#design-area .design-content-boxs-item.active .title {
  color: #3578EA;
}

#design-area .design-content-boxs-item.active .title::before {
  content: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M19.9181 8.94922L13.3981 15.4692C12.6281 16.2392 11.3681 16.2392 10.5981 15.4692L4.07812 8.94922" stroke="%233578EA" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> </svg>');
  transform: translateY(-50%) rotate(180deg);
}

#design-area .design-content-boxs-item-content .description {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#design-area .design-content-boxs-item-content .description .description-item .description-item-title {
  color: #172640;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22.4px;
  padding-bottom: 8px;
}

#design-area .design-content-boxs-item-content .description .description-item .description-item-text {
  color: #354156;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
  /* display       : flex;
  flex-direction: column;
  gap           : 8px; */
}

#design-area .design-content-boxs-item-content .description .description-item a {
  font-size: 14px;
  text-decoration: underline
}

#design-area .design-content-boxs-item-content .description .description-item ul li {
  color: #354156;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.6px;
  /* display    : flex; */
  align-items: center;
  gap: 8px;
}

/* @media (max-width: 768px) {
  #design-area .design-content-boxs-item-content .description .description-item ul li {
    flex-direction: column;
    justify-content:center;
    align-items:start;
  }
  } */

#design-area .design-content-boxs-item {
  padding: 24px 19px;
  border-bottom: 1px solid #E8E9EA;
}

#design-area .design-content-boxs-item:nth-last-child(1) {
  border-bottom: none;
}

#design-area .design-content-boxs-item .title {
  color: #1C244B;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 22.4px;
  text-transform: capitalize;
  position: relative;
  cursor: pointer;
  padding-right: 35px;
}

@media (max-width: 1024px) {
  #design-area .design-content-boxs-item .title {
    font-size: 16px;
    line-height: 24px;
  }
}

#design-area .design-content-boxs-item .title::before {
  content: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M19.9181 8.94922L13.3981 15.4692C12.6281 16.2392 11.3681 16.2392 10.5981 15.4692L4.07812 8.94922" stroke="%23666666" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> </svg>');
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}

#design-area .design-content-boxs-item-content {
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}

#design-area .design-content-boxs-item-content .subtitle {
  color: #354156;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
  margin: 16px 0;
}

#design-area .design-content-boxs-item-content .cards {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

@media only screen and (max-width: 992px) {
  #design-area .design-content-boxs-item-content .cards {
    gap: 4px;
  }
}

#design-area .design-content-boxs-item-content .cards-item {
  padding: 12px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #E8E9EA;
  width: calc((100% - 16px * 4) / 5);
}

@media only screen and (max-width: 992px) {
  #design-area .design-content-boxs-item-content .cards-item {
    width: calc((100% - 4px) / 2);
    padding: 10px;
  }
}

#design-area .design-content-boxs-item-content .cards-item-photo {
  /* height         : 210px; */
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E8E9EA;
  border-radius: 2px;
}

#design-area .design-content-boxs-item-content .cards-item-photo img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

#design-area .design-content-boxs-item-content .cards-item-text {
  margin-top: 16px;
  text-align: center;
}

#design-area .design-content-boxs-item-content .cards-item-text-title {
  color: #354156;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 25.2px;
}

#design-area .design-content-boxs-item-content .cards-item-text-desc {
  color: #354156;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.6px;
  margin-top: 16px;
}

#design-area .design-content-boxs-item.active {
  background-color: #fff;
}

#design-area .design-content-boxs-item.active .design-content-boxs-item-content {
  height: auto;
}

#design-area .design-content-boxs-item.active .title {
  color: #FF5C35;
}

#design-area .design-content-boxs-item.active .title::before {
  content: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M19.9181 8.94922L13.3981 15.4692C12.6281 16.2392 11.3681 16.2392 10.5981 15.4692L4.07812 8.94922" stroke="%23FF5C35" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> </svg>');
  transform: translateY(-50%) rotate(180deg);
}

#design-area b {
  font-weight: 700 !important;
}

/*#endregion Design-area End */