/*@font-face {
  font-family: 'Helvetica bold';
  src: url("/-/media/22E232F5F58E4C5A8D28480BF96B6C93.ashx") format("opentype");
}

@font-face {
  font-family: 'Helvetica md';
  src: url("/-/media/EF602E1CFC464E7A899B305B54B71BCA.ashx") format("opentype");
}

@font-face {
  font-family: 'Helvetica light';
  src: url("/-/media/52431C5A6BDA4659A989DD6F73599073.ashx") format("opentype");
}*/

.breadcrumb.component.brother-breadcrumb>.component-content {
  margin: 5px 26px!important;
}

.breadcrumb.component ol {
  padding-left: 0;
}

.breadcrumb.component ol a {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: 'Helvetica light';
  font-weight: 400;
  background-color: #eff2f7 !important;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: 'Helvetica light';
}

body a {
  display: inline-block;
  text-decoration: none;
  font-family: 'Helvetica light';
}

body ul {
  list-style: none;
}

body p {
  margin: 0px;
  font-family: 'Helvetica light';
}

body .container-fluid {
  width: 95%;
}

body main nav {
  padding: 15px 0px;
  /*background-image: url("/-/media/7E6947B074524DA09364339D3132ACE3.ashx");*/
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

body main nav .container-fluid {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

body main nav img {
  width: 220px;
}

body main nav .text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
}

body main nav .text-box .navbar-nav {
  margin-right: auto;
}

body .empower {
  padding: 20px 0px;
  background-color: #eff2f7;
  position: relative;
}

body .empower::after {
  position: absolute;
  content: '';
  bottom: -2px;
  left: 0px;
/*  background-image: url("/-/media/43387CD50E054EF7864B37928456E186.ashx");*/
  background-repeat: no-repeat;
  background-size: 70%;
  width: 190px;
  height: 145px;
}

body .empower::before {
  position: absolute;
  content: '';
  top: 0px;
  right: 0px;
/*  background-image: url("/-/media/F53CE32BD6104AE39E5371AD0E15D348.ashx");*/
  background-position: right;
  background-repeat: no-repeat;
  background-size: 70%;
  width: 190px;
  height: 120px;
}

body .empower .banner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: center ;
}

body .empower .banner-box .img-box img {
  max-width: 350px;
  margin-left: auto;
  display: block;
}

body .empower .banner-box .content_box h1 {
  font-size: 72px;
  color: #0e2fa5;
  font-weight: 400;
}

body .empower .banner-box .content_box h1 span {
  display: block;
}

body .empower .banner-box .content_box h1 .bold-span {
  display: inline;
  font-family: 'Helvetica bold';
}

body .empower .banner-box .content_box p {
  color: #0e2fa5;
  font-size: 30px;
  font-weight: 400;
}

body .empower .banner-box .content_box p span {
  font-family: 'Helvetica bold';
}

body .empower .banner-box .content_box a, body .empower .banner-box .content_box button, body .contact_modal .modal-body .form_box form button {
  background-color: #0e2fa5;
  color: #fff;
  text-align: center;
  font-size: 24px;
  padding: 10px;
  width: 250px;
  border: none;
  display: block;
  margin: auto;
  border-radius: 0px 10px 10px 10px;
  margin-top: 80px;
  -webkit-box-shadow: 3px 3px 4px #a9b2c0;
          box-shadow: 3px 3px 4px #a9b2c0;
  font-family: 'Helvetica bold';
}

body .enquire-box {
  font-family: 'Helvetica bold';
  background-color: #fdb916;
  color: #080304;
  font-size: 23px;
  width: 250px;
  padding: 12px;
  border-radius: 0px 0px 10px 10px;
  text-align: center;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: fixed;
  top: 50%;
  right: -96px;
  z-index: 9999;
}

body .needs {
  background-color: #eff2f7;
  padding: 60px 0px;
  position: relative;
}

body .needs .p-text-new {
  max-width: 800px;
  text-align: center;
  margin: auto;
}

body .needs .p-text-new p {
  color: #0e2fa5;
}

body .needs .text-box {
  margin-bottom: 60px;
}

body .needs .text-box h2 {
  font-size: 62px;
  color: #0e2fa5;
  margin-bottom: 30px;
  text-align: center;
  font-family: 'Helvetica md';
}

body .needs .text-box p {
  color: #0e2fa5;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  line-height: 34px;
}

body .needs .text-box p span {
  display: block;
}

body .needs .outer_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1230px;
  margin: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

body .needs .BoxB ul,
body .needs .BoxA ul,
body .needs .BoxC ul {
  margin: 0px;
  padding: 0px;
}

body .needs .BoxB ul li,
body .needs .BoxA ul li,
body .needs .BoxC ul li {
  background-color: #e7eaef;
  margin-bottom: 15px;
  border-radius: 0px 12px 12px 12px;
  padding: 20px 10px;
  -webkit-box-shadow: 4px 4px 4px #c2c3c8;
          box-shadow: 4px 4px 4px #c2c3c8;
}

body .needs .BoxB ul li p,
body .needs .BoxA ul li p,
body .needs .BoxC ul li p {
  text-align: center;
  color: #0e2fa5 !important;
}

body .needs .BoxB ul .li-a p,
body .needs .BoxA ul .li-a p,
body .needs .BoxC ul .li-a p {
  color: #0e2fa5;
  font-size: 20px;
  font-weight: 400;
}

body .needs .BoxB ul .li-a p span,
body .needs .BoxA ul .li-a p span,
body .needs .BoxC ul .li-a p span {
  font-family: 'Helvetica bold';
}

body .needs .BoxB ul .li-b p,
body .needs .BoxA ul .li-b p,
body .needs .BoxC ul .li-b p {
  font-size: 30px;
  font-family: 'Helvetica bold';
  color: #0e2fa5;
  text-align: center;
}

body .needs .BoxB ul .li-b p span,
body .needs .BoxA ul .li-b p span,
body .needs .BoxC ul .li-b p span {
  display: block;
}

body .needs .BoxB ul .li-c,
body .needs .BoxA ul .li-c,
body .needs .BoxC ul .li-c {
/*  padding: 59px 10px;*/
}

body .needs .BoxB ul .li-c p,
body .needs .BoxA ul .li-c p,
body .needs .BoxC ul .li-c p {
  font-size: 30px;
  font-family: 'Helvetica bold';
}

body .needs .BoxB ul .li-c p span,
body .needs .BoxA ul .li-c p span,
body .needs .BoxC ul .li-c p span {
  display: block;
  font-size: 17px;
}

body .needs .BoxB ul .li-d p,
body .needs .BoxA ul .li-d p,
body .needs .BoxC ul .li-d p {
  color: #0e2fa5;
  font-size: 20px;
  font-family: 'Helvetica bold';
}

body .needs .BoxB ul .li-d p span,
body .needs .BoxA ul .li-d p span,
body .needs .BoxC ul .li-d p span {
  display: block;
  font-family: 'Helvetica light';
  font-size: 20px;
}

body .needs .BoxB ul .li-f p,
body .needs .BoxA ul .li-f p,
body .needs .BoxC ul .li-f p {
  font-size: 20px;
}

body .needs .BoxB ul .li-f p span,
body .needs .BoxA ul .li-f p span,
body .needs .BoxC ul .li-f p span {
  font-family: 'Helvetica bold';
  display: block;
}

body .needs .BoxB ul .li-g p,
body .needs .BoxA ul .li-g p,
body .needs .BoxC ul .li-g p {
  font-family: 'Helvetica bold';
  font-size: 20px;
}

body .needs .BoxB ul .li-g p span,
body .needs .BoxA ul .li-g p span,
body .needs .BoxC ul .li-g p span {
  font-family: 'Helvetica light';
}

body .needs .BoxB ul .li-g .p_1,
body .needs .BoxA ul .li-g .p_1,
body .needs .BoxC ul .li-g .p_1 {
  font-size: 26px;
}

body .needs .BoxB ul .li-h p,
body .needs .BoxA ul .li-h p,
body .needs .BoxC ul .li-h p {
  font-size: 24px;
  font-family: 'Helvetica bold';
}

body .needs .BoxB ul .li-h p span,
body .needs .BoxA ul .li-h p span,
body .needs .BoxC ul .li-h p span {
  display: block;
  font-family: 'Helvetica light';
  font-size: 20px;
}

body .needs .BoxC ul li,
body .needs .BoxA ul li {
  max-width: 250px;
}

body .needs .BoxB {
  margin: 0px 20px;
}

body .needs .BoxB ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body .needs .BoxB ul li {
  width: 49%;
  padding: 10px;
}

body .needs .BoxB .img-box {
  background-color: #e7eaef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 4px 4px 4px #c2c3c8;
          box-shadow: 4px 4px 4px #c2c3c8;
  border-radius: 0px 12px 12px 12px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 44px 0px;
}

body .needs .BoxB .img-box .inner-img img {
  max-width: 300px;
}

body .needs .p-f {
  font-family: 'Helvetica light' !important;
}

body .needs .box_new {
  background-color: #f0f1f6;
  -webkit-box-shadow: 4px 4px 4px #c2c3c8;
          box-shadow: 4px 4px 4px #c2c3c8;
  border-radius: 0px 12px 12px 12px;
  padding: 12px;
  max-width: 1170px;
  margin: auto;
}

body .needs .box_new p {
  text-align: center;
  font-size: 20px;
  color: #0e2fa5;
  text-align: center;
}

body .needs .box_new p span {
  font-family: 'Helvetica bold';
}

body .needs .row_space {
  margin-top: 40px;
}

body .needs .row_space ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px;
  padding: 0px;
  margin-top: 15px;
}

body .needs .row_space ul li {
  width: 22%;
}

body .needs .row_space ul .boxdetail {
  text-align: center;
  background-color: #e7eaef;
  margin-bottom: 15px;
  border-radius: 0px 12px 12px 12px;
  -webkit-box-shadow: 4px 4px 4px #c2c3c8;
          box-shadow: 4px 4px 4px #c2c3c8;
  padding: 15px;
  min-height: 330px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .needs .row_space ul .boxdetail h3 {
  font-size: 20px;
  font-family: 'Helvetica md';
  text-align: center;
  color: #0e2fa5;
}

body .needs .row_space ul .boxdetail h3 span {
  display: block;
}

body .needs .row_space ul .boxdetail p {
  color: #0e2fa5;
  font-size: 17px;
  font-weight: 500;
  margin-top: 12px;
  max-width: 200px;
}

body .needs .row_space ul .boxdetail p span {
  display: block;
}

body .needs .row_space ul .boxdetail img {
  width: 180px;
  height: 180px;
  -o-object-fit: contain;
     object-fit: contain;
}

body .needs .box_new_2 {
  background-color: #e7eaef;
  -webkit-box-shadow: 4px 4px 4px #c2c3c8;
          box-shadow: 4px 4px 4px #c2c3c8;
  border-radius: 0px 12px 12px 12px;
  padding: 12px;
}

body .needs .box_new_2 p {
  text-align: center;
  font-size: 22px;
  color: #0e2fa5;
  text-align: center;
}

body .needs .box_new_2 p span {
  font-family: 'Helvetica bold';
}

body .security {
  padding: 60px 0px 0px 0px;
}

body .security .span_p {
  display: block;
}

body .security .lock {
  text-align: center;
  margin-bottom: 30px;
}

body .security .lock img {
  max-width: 180px;
}

body .security .text {
  text-align: center;
}

body .security .text h1, body .security .text h2 {
  font-size: 62px;
  color: #0e2fa5;
  margin-bottom: 30px;
  font-family: 'Helvetica md';
}

body .security .text p {
  color: #0e2fa5;
  font-size: 30px;
  font-weight: 400;
  line-height: 34px;
}

body .security .text p span {
  display: block;
}

body .security .security-boxes {
  margin: 40px 0px;
}

body .security .security-boxes ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
}

body .security .security-boxes ul li {
  text-align: center;
  background-color: #e7eaef;
  padding: 20px 10px;
  -webkit-box-shadow: 4px 4px 4px #c2c3c8;
          box-shadow: 4px 4px 4px #c2c3c8;
  border-radius: 0px 35px 35px 35px;
  max-width: 210px;
  min-height: 250px;
  margin: 0px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .security .security-boxes ul li img {
  width: 95px;
}

body .security .security-boxes ul li h3, body .security .box-support h3 {
  font-size: 22px;
  color: #0e2fa5;
  margin: 10px 0px;
}

body .security .security-boxes ul li p {
  font-size: 16px;
  color: #080304;
}

body .security .security-boxes .box-support {
  text-align: center;
  background-color: #e7eaef;
  padding: 20px;
  -webkit-box-shadow: 4px 4px 4px #c2c3c8;
          box-shadow: 4px 4px 4px #c2c3c8;
  border-radius: 0px 35px 35px 35px;
  max-width: 850px;
  margin: 30px auto 50px auto;
}

body .security .security-boxes .box-support h4 {
  font-size: 22px;
  color: #0e2fa5;
}

body .security .security-boxes .box-support p {
  font-size: 16px;
  color: #080304;
}

body .security .security-boxes .learn_more {
  background-color: #0e2fa5;
  color: #fff;
  font-size: 24px;
  padding: 10px;
  max-width: 850px;
  text-align: center;
  border: none;
  display: block;
  margin: auto;
  border-radius: 0px 10px 10px 10px;
  -webkit-box-shadow: 3px 3px 4px #a9b2c0;
  box-shadow: 3px 3px 4px #a9b2c0;
  font-family: 'Helvetica bold';
}

body .industires {
  padding: 40px 0px 30px 0px;
  background-color: #eff2f7;
}

body .industires .bg-box {
/*  background-image: url("/-/media/2D37D66ACA2847128FF720E85069EADB.ashx");*/
  background-repeat: no-repeat;
  /*background-position: center;*/
  background-position: bottom;
  background-size: cover;
  min-height: 750px;
  -webkit-box-shadow: 4px 4px 4px #c2c3c8;
          box-shadow: 4px 4px 4px #c2c3c8;
  border-radius: 0px 35px 35px 35px;
  padding: 60px 20px 30px 20px;
}

body .industires .bg-box h2 {
  font-size: 62px;
  color: #fff;
  margin-bottom: 30px;
  font-family: 'Helvetica md';
  text-align: center;
}

body .industires .bg-box p {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  line-height: 34px;
}

body .industires .bg-box p span {
  display: block;
}

body .industires .bg-box ul {
  margin-top: 30px;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 850px;
  margin: auto;
  margin-top: 30px;
}

body .industires .bg-box ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25%;
  margin-bottom: 20px;
  margin-left: unset;
}

body .industires .bg-box ul li .img_box {
  margin-right: 15px;
}

body .industires .bg-box ul li .img_box img {
  max-width: 60px;
  max-height: 60px;
}

body .industires .bg-box ul li p {
  font-size: 21px;
  color: #fff;
  font-family: 'Helvetica md';
}

body .industires .p_text {
  text-align: center;
  color: #0e2fa5;
  margin-top: 12px;
}

body .print {
  padding: 30px 0px;
  position: relative;
}

body .print::after {
  position: absolute;
  content: '';
  bottom: -2px;
  left: 0px;
/*  background-image: url("/-/media/43387CD50E054EF7864B37928456E186.ashx");*/
  background-repeat: no-repeat;
  background-size: 70%;
  width: 190px;
  height: 220px;
}

body .print .text {
  text-align: center;
}

body .print .text h2 {
  font-size: 62px;
  color: #0e2fa5;
  font-family: 'Helvetica md';
}

body .print .text > p:nth-child(2) {
  color: #0e2fa5;
  font-size: 30px;
  /*margin: 15px 0px 40px 0px;*/
  margin-top: 15px;
  margin-bottom: 40px;
}

body .print .text p {
  font-size: 24px;
  color: #000;
  max-width: 1000px;
  margin: auto;
}

body .print .ul_box ul {
  margin: 50px auto 60px auto;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 750px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body .print .ul_box ul li {
  width: 45%;
  text-align: center;
  margin-bottom: 50px;
}

body .print .ul_box ul li h3 {
  font-size: 24px;
  color: #0e2fa5;
  font-family: 'Helvetica md';
  margin: 15px 0px;
}

body .print .ul_box ul li .img_div {
  height: 130px;
}

body .print .ul_box ul li .img_div img {
  max-width: 150px;
  height: 100%;
}

body .print .ul_box ul li p {
  font-size: 21px;
  color: #000;
  width: 80%;
  margin: auto;
}

body .print .ul_box ul li:nth-child(3) {
  margin-bottom: 0px;
}

body .print .ul_box ul li:nth-child(4) {
  margin-bottom: 0px;
}

body .print a {
  background-color: #0e2fa5;
  color: #fff!important;
  text-align: center;
  font-size: 24px;
  padding: 10px;
  width: 250px;
  border: none;
  display: block;
  margin: auto;
  border-radius: 0px 10px 10px 10px;
  -webkit-box-shadow: 3px 3px 4px #a9b2c0;
          box-shadow: 3px 3px 4px #a9b2c0;
  font-family: 'Helvetica bold';
}

body .latest {
  padding: 30px 0px;
  position: relative;
}

body .latest::after {
  position: absolute;
  content: '';
  top: 0px;
  right: 0px;
/*  background-image: url("/-/media/D489AFD1E1B947C6A8B4EEC2ACFC9E17.ashx");*/
  background-position: right;
  background-repeat: no-repeat;
  background-size: 70%;
  width: 190px;
  height: 220px;
}

body .latest .text_box {
  text-align: center;
}

body .latest .text_box h2 {
  font-size: 62px;
  color: #0e2fa5;
  font-family: 'Helvetica md';
}

body .latest .text_box h2 span {
  display: block;
}

body .latest .text_box p {
  color: #0e2fa5;
  font-size: 30px;
  margin: 15px auto 40px auto;
  max-width: 1300px;
  line-height: 36px;
}

body .latest .printer_text {
  border-radius: 0px 12px 12px 12px;
  background-color: #f0f1f6;
  -webkit-box-shadow: 4px 4px 4px #c2c3c8;
          box-shadow: 4px 4px 4px #c2c3c8;
  padding: 30px;
  margin: 0%;
}

body .latest .printer_text li {
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body .latest .printer_text li .img_div {
  margin-right: 20px;
}

body .latest .printer_text li .img_div img {
  max-width: 30px;
}

body .latest .printer_text li p {
  font-size: 28px;
  color: #0e2fa5;
  font-family: 'Helvetica md';
}

body .latest .printer_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

body .latest .printer_box div img {
  width: 400px;
}

body .latest .p_foot {
  color: #0e2fa5;
  font-size: 14px;
  text-align: center;
}

body .mfc {
  padding: 30px 0px 50px 0px;
}

body .mfc .text_box {
  text-align: center;
  margin-bottom: 30px;
}

body .mfc .text_box h3 {
  font-size: 36px;
  color: #0e2fa5;
  font-family: 'Helvetica md';
  margin-bottom: 0px;
}

body .mfc .text_box p {
  color: #0e2fa5;
  font-size: 24px;
}

body .mfc .main_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1290px;
  margin: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

body .mfc .main_box .boxLeft {
  text-align: center;
  border-radius: 0px 12px 12px 12px;
  background-color: #e7eaef;
  -webkit-box-shadow: 4px 4px 4px #c2c3c8;
          box-shadow: 4px 4px 4px #c2c3c8;
  padding: 30px;
  margin-right: 20px;
}

body .mfc .main_box .boxLeft img {
  width: 280px;
}

body .mfc .main_box ul {
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0px;
  max-width: 930px;
}

body .mfc .main_box ul li {
  border-radius: 0px 12px 12px 12px;
  background-color: #e7eaef;
  -webkit-box-shadow: 4px 4px 4px #c2c3c8;
          box-shadow: 4px 4px 4px #c2c3c8;
  padding: 30px;
  text-align: center;
  margin-bottom: 20px;
  margin-right: 20px;
  min-height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 290px;
}

body .mfc .main_box ul li img {
  max-width: 60px;
  margin-bottom: 12px;
}

body .mfc .main_box ul li p {
  font-size: 18px;
  color: #080304;
}

body .mfc .main_box ul li p span {
  display: block;
}

body .mfc .main_box ul li h4 {
  font-size: 42px;
  color: #b84177;
  font-family: 'Helvetica bold';
}

body .mfc .main_box ul li h4 span {
  font-size: 16px;
  display: block;
}

body .mfc .main_box ul li:nth-child(4), body .mfc .main_box ul li:nth-child(5), body .mfc .main_box ul li:nth-child(6) {
  margin-bottom: 0px;
}

body .supplies {
  padding: 40px 0px 30px 0px;
  position: relative;
  z-index: 9;
}

body .supplies .text_box {
  text-align: center;
  margin-bottom: 40px;
}

body .supplies .text_box h2 {
  font-size: 62px;
  color: #0e2fa5;
  font-family: 'Helvetica md';
}

body .supplies .text_box h2 span {
  display: block;
}

body .supplies .text_box p {
  color: #0e2fa5;
  font-size: 30px;
  max-width: 1000px;
  margin: auto;
}

body .supplies .main_div {
  max-width: 1000px;
  margin: auto;
}

body .supplies .content_box p {
  font-size: 24px;
  color: #000;
  font-family: 'Helvetica light';
  text-align: center;
}

body .supplies .content_box .tickBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}

body .supplies .content_box .tickBox .check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

body .supplies .content_box .tickBox .check img {
  max-width: 30px;
  margin-right: 15px;
}

body .supplies .content_box .tickBox .check p {
  font-size: 22px;
}

body .supplies .content_box .p-bottom {
  font-size: 14px;
  margin: 10px 0px 40px 0px;
}

body .supplies .table-responsive {
  border-radius: 0px 35px 35px 35px;
  border-right: 2px solid #139fb5;
  border-bottom: 2px solid #139fb5;
  border-left: 2px solid #139fb5;
}

body .supplies .table-responsive table {
  margin-bottom: 0px;
  text-align: center;
}

body .supplies .table-responsive table thead {
  background-color: #139fb5;
}

body .supplies .table-responsive table thead tr th {
  color: #fff;
  font-family: 'Helvetica light';
  font-weight: 400;
  font-size: 18px;
  width: 250px;
}

body .supplies .table-responsive table tbody {
  border-top: none;
}

body .supplies .table-responsive table tbody tr td {
  border-right: 2px solid #139fb5;
  border-bottom: 2px solid #139fb5;
  font-family: 'Helvetica light';
  font-weight: 400;
  font-size: 18px;
}

body .supplies .table-responsive table tbody tr td:last-child {
  border-right: none;
}

body .supplies .table-responsive table tbody tr .red {
  color: #d52730;
  font-family: 'Helvetica md';
}

body .supplies .table-responsive table tbody tr .green {
  color: #1e8a5a;
  font-family: 'Helvetica md';
}

body .supplies .table-responsive table tbody tr .blank {
  height: 35px;
  background-color: #81c7d3;
}

body .supplies .table-responsive table tbody tr:last-child td {
  border-bottom: none;
}

body .supplies .total_cost {
  margin-top: 80px;
  text-align: center;
}

body .supplies .total_cost h3 {
  font-size: 42px;
  color: #0e2fa5;
  font-family: 'Helvetica md';
}

body .supplies .total_cost .brand_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

body .supplies .total_cost .brand_flex h2 {
  font-size: 38px;
  color: #fff;
  font-family: 'Helvetica md';
  padding: 4px 8px;
  border-radius: 0px 10px 10px 10px;
  background-color: #b84177;
  margin-bottom: 0px;
}

body .supplies .total_cost .brand_flex h2:last-child {
  background-color: #20238e;
}

body .supplies .total_cost .brand_flex p {
  color: #0e2fa5;
  font-family: 'Helvetica md';
  font-size: 22px;
  margin: 0px 15px 0px 15px;
}

body .supplies .total_cost .imgBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .supplies .total_cost .imgBox img {
  width: 100%;
}

body .supplies .total_cost .imgBox h5 {
  font-size: 20px;
  color: #0e2fa5;
  font-family: 'Helvetica md';
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

body .supplies .total_cost p {
  margin-top: 20px;
  font-size: 15px;
}

body .bg-group-img {
  margin-top: -150px;
  padding-bottom: 100px;
}

body .alternative {
  padding: 50px 0px;
/*  background-image: url("/-/media/B13E3F096D1E4BD4AF44FF94A4FC0881.ashx");*/
  background-repeat: no-repeat;
  background-size: 100%;
}

body .alternative .text_box {
  text-align: center;
}

body .alternative .text_box h2 {
  font-size: 68px;
  color: #fff;
  font-family: 'Helvetica md';
}

body .alternative .text_box h2 span {
  display: block;
}

body .alternative .text_box p {
  color: #fff;
  font-size: 30px;
}

body .comparision {
  padding: 80px 0px 100px 0px;
}

body .comparision .box {
  border-radius: 0px 12px 12px 12px;
  background-color: #f0f1f6;
  -webkit-box-shadow: 4px 4px 4px #c2c3c8;
          box-shadow: 4px 4px 4px #c2c3c8;
  padding: 25px;
  text-align: center;
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .comparision .box img {
  max-width: 280px;
}

body .comparision .box .text h3 {
  font-size: 24px;
  color: #0e2fa5;
  font-family: 'Helvetica md';
  margin-bottom: 0px;
}

body .comparision .box .text p {
  font-size: 16px;
  color: #0e2fa5;
}

body .comparision .d_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .comparision button {
  background-color: #0e2fa5;
  color: #fff;
  font-size: 24px;
  padding: 10px 20px;
  min-width: 250px;
  outline: none;
  border: none;
  display: block;
  border-radius: 0px 10px 10px 10px;
  margin-top: 120px;
  -webkit-box-shadow: 3px 3px 4px #a9b2c0;
          box-shadow: 3px 3px 4px #a9b2c0;
  font-family: 'Helvetica bold';
}

body .contact_modal .modal {
/*  background-image: url("-/media/44D7B67A736B41989D1B2D8047EB750D.ashx");*/
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

body .contact_modal .modal-dialog {
  max-width: 90%;
}

body .contact_modal .modal-dialog .modal-content {
  border: none;
  background-color: transparent;
  -webkit-box-shadow: 4px 4px 4px #8d8d8d;
          box-shadow: 4px 4px 4px #8d8d8d;
  border-radius: 35px;
}

body .contact_modal .modal-header {
/*  background-image: url("/-/media/44BFAAC35E354ABE82FFE3755FEEF916.ashx");*/
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 20px 0px;
  position: relative;
  display: block;
  border-radius: 0px 35px 0px 0px;
}

body .contact_modal .modal-header h3 {
  font-size: 38px;
  color: #fff;
  text-align: center;
  font-family: 'Helvetica md';
  margin: 0px;
}

body .contact_modal .modal-header .btn-close {
  position: absolute;
  top: 65%;
  right: 35px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
/*  background-image: url("/-/media/9234165DE5A74796AE072A17FD9B62E3.ashx");*/
  opacity: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
}

body .contact_modal .modal-body {
  padding: 35px 60px;
/*  background-image: url("/-/media/28F171BC4EDB41BFAE0BD44BFC64B164.ashx");*/
  background-repeat: no-repeat;
  background-position: center 25%;
  background-size: cover;
  border-radius: 0px 0px 35px 35px;
}

body .contact_modal .modal-body .form_box form a {
  background-color: #0e2fa5;
  color: #fff;
  font-size: 24px;
  padding: 10px;
  width: 220px;
  border: none;
  display: block;
  margin: auto;
  border-radius: 0px 10px 10px 10px;
  margin-top: 10px;
  -webkit-box-shadow: 3px 3px 4px #a9b2c0;
          box-shadow: 3px 3px 4px #a9b2c0;
  font-family: 'Helvetica bold';
  text-align: center;
}

body .contact_modal .modal-body .form_box form .inputgroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 25px;
}

body .contact_modal .modal-body .form_box form .inputgroup h4 {
  font-size: 23px;
  color: #000;
  font-family: 'Helvetica bold';
  margin: 0;
}

body .contact_modal .modal-body .form_box form .inputgroup input {
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #000;
  font-size: 18px;
  color: #000;
  width: 80%;
  outline: none;
}

body .contact_modal .modal-body .form_box form .inputgroup:nth-child(16) {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}

body .contact_modal .modal-body .form_box form .inputgroup:nth-child(16) input {
  margin-right: 15px;
  width: 35px;
  border: 1px solid #123767;
  height: 45px;
  background-color: #fff;
  border-radius: 0px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

body .contact_modal .modal-body .form_box form .inputgroup:nth-child(16) input:checked {
  background-color: #123767;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*body .contact_modal .modal-body .form_box form .inputgroup:nth-child(7), body .contact_modal .modal-body .form_box form .inputgroup:nth-child(9), body .contact_modal .modal-body .form_box form .inputgroup:nth-child(10) {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

body .contact_modal .modal-body .form_box form .inputgroup:nth-child(7) h4, body .contact_modal .modal-body .form_box form .inputgroup:nth-child(9) h4, body .contact_modal .modal-body .form_box form .inputgroup:nth-child(10) h4 {
  margin-right: 25px;
}

body .contact_modal .modal-body .form_box form .inputgroup:nth-child(7) .select_box, body .contact_modal .modal-body .form_box form .inputgroup:nth-child(9) .select_box, body .contact_modal .modal-body .form_box form .inputgroup:nth-child(10) .select_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  position: relative;
  background-color: #fff;
}

body .contact_modal .modal-body .form_box form .inputgroup:nth-child(7) .select_box .icon-box, body .contact_modal .modal-body .form_box form .inputgroup:nth-child(9) .select_box .icon-box, body .contact_modal .modal-body .form_box form .inputgroup:nth-child(10) .select_box .icon-box {
  padding: 0px;
  border: 1px solid #123767;
  height: 32px;
  vertical-align: middle;
  width: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  z-index: 1;
  right: 0px;
  background: #f2f2f2;
  z-index: 0;
}

body .contact_modal .modal-body .form_box form .inputgroup:nth-child(7) select, body .contact_modal .modal-body .form_box form .inputgroup:nth-child(9) select, body .contact_modal .modal-body .form_box form .inputgroup:nth-child(10) select {
  border: 1px solid #123767;
  width: 350px;
  outline: none;
  font-size: 16px;
  padding: 2px 2px 2px 8px;
  color: #000;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 32px;
  z-index: 1;
  background: transparent;
}*/

body .comparison_modal .modal {
  background-color: #fff;
}

body .comparison_modal .modal .btn-close {
  -webkit-box-shadow: none;
          box-shadow: none;
}

body .comparison_modal .modal .modal-content {
  border: none;
}

body .comparison_modal .modal .modal-header {
  border: none;
}

body .comparison_modal .modal .modal-dialog {
  max-width: 98%;
}

body .comparison_modal .modal .modal-dialog .modal-body p {
  font-size: 15px;
}

body .comparison_modal .modal .modal-dialog .modal-body table {
  margin-bottom: 0px;
  border: none;
}

body .comparison_modal .modal .modal-dialog .modal-body table thead {
  border: none;
}

body .comparison_modal .modal .modal-dialog .modal-body table thead tr th {
  text-align: center;
  color: #fff;
  font-family: 'Helvetica light';
  font-weight: 400;
  font-size: 15px;
  background-color: #0e2fa5;
  width: 240px;
  border-right: 1px solid #0e2fa5;
  border-left: 1px solid #0d2ea0;
  border-bottom: 1px solid #0d2ea0;
  border-top: 1px solid #0d2ea0;
}

body .comparison_modal .modal .modal-dialog .modal-body table thead tr th:nth-child(1) {
  border-right: 1px solid #0d2ea0;
  border-left: 1px solid #0d2ea0;
  border-bottom: 1px solid #0d2ea0;
  border-top: 1px solid #0d2ea0;
  background-color: #fff;
}

body .comparison_modal .modal .modal-dialog .modal-body table .thead {
  background-color: transparent;
}

body .comparison_modal .modal .modal-dialog .modal-body table .thead tr th {
  background-color: transparent;
  color: #b84177;
  border: none !important;
}

body .comparison_modal .modal .modal-dialog .modal-body table tbody {
  border: 1px solid #0d2ea0;
}

body .comparison_modal .modal .modal-dialog .modal-body table tbody tr td {
  text-align: center;
  color: #000;
  font-family: 'Helvetica light';
  font-weight: 400;
  font-size: 15px;
  border-right: 1px solid #0d2ea0;
  border-bottom: 1px solid #0d2ea0;
  border-top: 1px solid #0d2ea0;
  width: 240px;
  padding: 20px 12px;
  vertical-align: middle;
}

body .comparison_modal .modal .modal-dialog .modal-body table tbody tr td span {
  display: block;
}

body .comparison_modal .modal .modal-dialog .modal-body table tbody tr td:nth-child(1) {
  text-align: left;
  color: #fff;
  background-color: #b84177;
  font-size: 18px;
}

body .thanku_modal .modal {
/*  background-image: url("/-/media/7089DAD6F4E244DC86D136849CC3F6A6.ashx");*/
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}

body .thanku_modal .modal-dialog {
  margin-top: 0px;
}

body .thanku_modal .modal-header {
  position: relative;
  border: none;
}

body .thanku_modal .modal-header .btn-close {
  position: absolute;
  top: 74%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
}

body .thanku_modal .modal-dialog {
  max-width: 100%;
  border: none;
  background-color: transparent;
}

body .thanku_modal .modal-content {
  background-color: transparent;
  border: none;
}

body .thanku_modal .modal-body {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 600px;
}

body .thanku_modal .modal-body h1 {
  font-size: 82px;
  color: #0e2fa5;
  font-weight: 400;
  margin-bottom: 30px;
}

body .thanku_modal .modal-body h1 span {
  display: inline;
  font-family: 'Helvetica bold';
}

body .thanku_modal .modal-body p {
  color: #0e2fa5;
  font-family: 'Helvetica bold';
  font-size: 42px;
}

body .thanku_modal .modal-body p span {
  display: block;
}

body .mfc .main_box ul li:nth-child(1), body .mfc:not(.mfc_2) .main_box ul li:nth-child(2) {
  min-width: 47.8%;
}

body .mfc_2 .main_box ul li:nth-child(3) {
  margin-bottom: 0px;
}

body .mfc_2 .main_box ul li h4 {
  color: #36a8b9;
}

body .supplies_new::after {
  display: none;
}

body .supplies_new .text p {
  margin-bottom: 25px;
}

body .supplies_new .addtionalBoxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: center;
  margin: 60px 0px 50px 0px;
}

body .supplies_new .addtionalBoxes .box_new {
  width: auto;
}
@media (min-width: 1200px) {
  body .supplies_new .addtionalBoxes .box_new {
    margin: 0 40px;
  }
}

body .supplies_new .addtionalBoxes .box_new .heading {
  font-size: 22px;
  color: #0e2fa5;
  font-family: 'Helvetica md';
  text-align: center;
  margin-bottom: 20px;
}

body .supplies_new .addtionalBoxes .box_new ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .supplies_new .addtionalBoxes .box_new ul li {
  border: 2px solid #a0a1a5;
  border-radius: 0px 25px 25px 25px;
  text-align: center;
  width: 330px;
  margin: 0px 20px;
}

body .supplies_new .addtionalBoxes .box_new ul li:nth-child(2) {
  margin-right: 0px;
}

body .supplies_new .addtionalBoxes .box_new ul li .bg-sliver {
  padding: 8px;
  text-align: center;
  background-color: #a0a1a5;
  border-radius: 0px 21px 0px 0px;
}

body .supplies_new .addtionalBoxes .box_new ul li .bg-sliver p {
  font-size: 18px;
  color: #fff;
}

body .supplies_new .addtionalBoxes .box_new ul li h3 {
  font-size: 26px;
  color: #3b3c3e;
  font-family: 'Helvetica md';
  padding: 15px 5px;
  margin: 0px;
}

body .supplies_new .addtionalBoxes .box_new ul li h4 {
  font-size: 26px;
  color: #3b3c3e;
  font-family: 'Helvetica light';
}

body .supplies_new .addtionalBoxes .box_new ul li .standard {
  padding: 15px 5px;
  border-top: 2px solid #a0a1a5;
  border-bottom: 2px solid #a0a1a5;
}

body .supplies_new .addtionalBoxes .box_new ul li .standard h3 {
  padding: 0px;
}

body .supplies_new .addtionalBoxes .box_new ul li .standard_2 {
  padding: 15px 5px;
}

body .supplies_new .addtionalBoxes .box_new ul li .standard_2 h3 {
  padding: 0px;
}

body .supplies_new .addtionalBoxes .box_new ul li:nth-child(2) {
  border-left: 2px solid #00adef;
  border-right: 2px solid #ffe41d;
  border-top: none;
  border-bottom: 2px solid #ed0e8b;
}

body .supplies_new .addtionalBoxes .box_new ul li:nth-child(2) .bg-sliver {
  background-image: -webkit-gradient(linear, left top, right top, from(#00adef), color-stop(#ed0e8b), to(#ffe41d));
  background-image: linear-gradient(to right, #00adef, #ed0e8b, #ffe41d);
}

body .supplies_new .addtionalBoxes .box_new ul li:nth-child(2) h3 {
  color: #bb4076;
}

body .supplies_new .addtionalBoxes .box_new ul li:nth-child(2) .standard {
  border-top: 2px solid #ed0e8b;
  border-bottom: 2px solid #ed0e8b;
}

body .supplies_new .p_line {
  font-size: 15px;
  margin-bottom: 80px;
  text-align: center;
}

body .vs_space {
  margin: 0px 20px;
}

@media (max-width: 1536px) {
  body .empower::after {
    left: -8px;
    width: 140px;
    height: 110px;
  }
  body .empower::before {
    width: 140px;
    height: 88px;
  }
  body .print::after {
    width: 140px;
    height: 154px;
  }
  body .latest::after {
    width: 140px;
    height: 154px;
  }
  body .contact_modal .modal-body .form_box form .inputgroup h4 {
    font-size: 18px;
  }
  body .contact_modal .modal-body .form_box form .inputgroup:nth-child(16) input {
    width: 25px;
    height: 35px;
  }
  body .empower .banner-box .content_box h1 {
    font-size: 52px;
  }
}

@media (max-width: 1440px) {
  body .supplies_new .addtionalBoxes .box_new ul li {
    width: 290px;
  }
  body .needs .text-box p span {
    display: inline;
  }
  body .security .text p span {
    display: inline;
  }
  body .security .text .span_p span {
    display: block;
  }
  body .empower .banner-box .img-box img {
    max-width: 300px;
  }
}

@media (max-width: 1399px) {
  body .contact_modal .modal-body .form_box form .inputgroup h4 {
    font-size: 17px;
  }
  body .contact_modal .modal-body {
    padding: 35px 30px;
  }
  body .thanku_modal .modal .modal-body {
    min-height: auto;
  }
  body .thanku_modal .modal .modal-body p {
    font-size: 28px;
  }
  body .contact_modal .modal-header {
    background-size: cover;
  }
  body .empower .banner-box .content_box h1 {
    font-size: 54px;
  }
  body .empower .banner-box .content_box p {
    font-size: 24px;
  }
  body .empower .banner-box .content_box a, body .empower .banner-box .content_box button, body .contact_modal .modal-body .form_box form button {
    margin-top: 40px;
  }
  body .needs .text-box h2 {
    font-size: 56px;
  }
  body .needs .text-box p {
    font-size: 24px;
  }
  body .security .text h1, body .security .text h2 {
    font-size: 56px;
  }
  body .security .text p {
    font-size: 24px;
  }
  body .industires .bg-box h2 {
    font-size: 56px;
  }
  body .industires .bg-box p {
    font-size: 24px;
  }
  body .print .text h2 {
    font-size: 56px;
  }
  body .print .text p {
    font-size: 22px;
  }
  body .print .text > p {
    font-size: 24px;
  }
  body .latest .printer_text li p {
    font-size: 22px;
  }
  body .latest .text_box h2 {
    font-size: 56px;
  }
  body .latest .text_box p {
    font-size: 24px;
  }
  body .mfc .main_box {
    max-width: 1230px;
  }
  body .mfc .main_box .boxLeft img {
    min-width: 280px;
    max-width: 280px;
  }
  /*body .mfc .main_box ul li {
    min-width: 270px;
  }*/
  body .supplies .text_box h2 {
    font-size: 56px;
  }
  body .supplies .text_box p {
    font-size: 24px;
  }
  body .supplies .black_tonner ul li h3 {
    font-size: 28px;
  }
  body .supplies .black_tonner ul li p {
    font-size: 24px;
  }
  body .alternative .text_box h2 {
    font-size: 58px;
  }
  body .alternative .text_box p {
    font-size: 24px;
  }
  body .comparision {
    padding: 60px 0px 80px 0px;
  }
  body .comparision .box {
    min-height: 420px;
  }
  body .mfc_2 .main_box .boxLeft img {
    min-width: 280px;
  }
  body .mfc_2 .main_box ul li:nth-child(1), body .mfc_2 .main_box ul li:nth-child(2) {
    /*min-width: 415px;*/
    width: auto;
  }
  body .supplies_new .p_line {
    margin-bottom: 50px;
  }
  body .supplies_new .addtionalBoxes .box_new .heading {
    font-size: 20px;
  }
  body .supplies_new .addtionalBoxes .box_new ul li h3 {
    font-size: 22px;
  }
  body .supplies_new .addtionalBoxes .box_new ul li h4 {
    font-size: 22px;
  }
  body .comparision button {
    margin-top: 80px;
  }
}

@media (max-width: 1360px) {
  body .supplies_new .addtionalBoxes .box_new {
    width: 47%;
  }
  body .supplies_new .addtionalBoxes .box_new ul li {
    width: 48%;
  }
  body .mfc .main_box {
    max-width: 100%;
  }
  body .mfc .main_box ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  body .mfc .main_box ul li {
    width: 30.5%;
    /*min-width: auto;*/
    min-width: unset;
    padding: 10px;
  }
  body .mfc .main_box ul li h4 {
    font-size: 32px;
  }
  body .mfc_2 .main_box ul li {
    width: 30.5%;
    /*width: calc(50% - 40px);*/
  }
  /*body .mfc_2 .main_box ul li:nth-child(1), body .mfc_2 .main_box ul li:nth-child(2) {
    min-width: 47%;
  }*/
}

@media (max-width: 1250px) {
  body .needs .row_space ul .boxdetail h3 {
    font-size: 18px;
  }
  body .needs .row_space ul .boxdetail p {
    font-size: 16px;
  }
  body .needs .row_space ul .boxdetail p span {
    display: inline;
  }
}

/*@media (min-width: 1361px) {
  body .mfc .main_box ul {
    width: 650px;
  }
}
@media (min-width: 1025px) and (max-width: 1360px) {
  body .mfc .main_box ul {
    width: 600px;
  }
}
@media (min-width: 996px) and (max-width: 1024px) {
  body .mfc .main_box ul {
    width: 440px;
  }
}*/

@media (max-width: 1199px) {
  body .supplies_new .p_line {
    margin-bottom: 40px;
  }
  body .supplies_new .addtionalBoxes {
    margin: 40px 0px 30px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body .supplies_new .addtionalBoxes .box_new:nth-child(1) {
    margin-bottom: 60px;
  }
  body .supplies_new .addtionalBoxes .box_new ul li {
    width: 49%;
  }
  body .thanku_modal .modal-content {
    height: 70vh;
    position: relative;
  }
  body .thanku_modal .modal {
    overflow: hidden;
  }
  body .thanku_modal .modal .modal-body {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    min-height: auto;
  }
  body .thanku_modal .modal .modal-body p {
    font-size: 28px;
  }
  body .thanku_modal .modal .modal-body h1 {
    font-size: 58px;
  }
  body .contact_modal .modal {
    background-size: cover;
  }
  body .contact_modal .modal-body .form_box form button {
    font-size: 20px;
    width: 200px;
    padding: 6px;
  }
  body .contact_modal .modal-body .form_box form .inputgroup h4 {
    font-size: 18px;
  }
  body .container-fluid {
    width: 100%;
  }
  body main nav img {
    width: 180px;
  }
  body .empower .banner-box .content_box h1 {
    font-size: 38px;
  }
  body .empower .banner-box .content_box p {
    font-size: 22px;
  }
  body .empower .banner-box .content_box a, body .empower .banner-box .content_box button, body .contact_modal .modal-body .form_box form button {
    margin-top: 40px;
  }
  body .needs {
    padding: 50px 0px;
  }
  body .needs .row_space ul li .boxdetail {
    min-height: 350px;
  }
  body .needs .row_space ul li .boxdetail h3 {
    font-size: 16px;
  }
  body .needs .BoxC ul li:nth-child(5) p {
    font-size: 16px;
  }
  body .needs .BoxA ul li p {
    font-size: 20px !important;
  }
  body .needs .BoxB .img-box {
    min-height: 380px;
  }
  body .needs .BoxB .img-box .inner-img img {
    max-width: 280px;
  }
  body .needs .text-box {
    margin-bottom: 50px;
  }
  body .needs .text-box h2 {
    font-size: 38px;
  }
  body .needs .text-box p {
    font-size: 22px;
  }
  body .security .text .span_p span {
    display: inline;
  }
  body .security .security-boxes ul li {
    width: 210px;
    min-height: 260px;
  }
  body .security .text h1, body .security .text h2 {
    font-size: 38px;
  }
  body .security .text p {
    font-size: 22px;
  }
  body .industires .bg-box h2 {
    font-size: 38px;
  }
  body .industires .bg-box p {
    font-size: 22px;
  }
  body .print .text h2 {
    font-size: 38px;
  }
  body .print .text p {
    font-size: 22px;
  }
  body .print .text > p {
    font-size: 24px;
  }
  body .latest .printer_text li p {
    font-size: 20px;
  }
  body .latest .text_box h2 {
    font-size: 38px;
  }
  body .latest .text_box p {
    font-size: 22px;
  }
  body .supplies .text_box h2 {
    font-size: 38px;
  }
  body .supplies .text_box p {
    font-size: 22px;
  }
  body .supplies .black_tonner ul li h1 {
    font-size: 38px;
  }
  body .supplies .black_tonner ul li p {
    font-size: 22px;
  }
  body .alternative .text_box h2 {
    font-size: 38px;
  }
  body .alternative .text_box p {
    font-size: 22px;
  }
  body .comparision {
    padding: 50px 0px 60px 0px;
  }
  body .comparision .box {
    min-height: 300px;
    padding: 15px;
  }
  body .comparision .box .text h3 {
    font-size: 21px;
  }
  body .comparision .box .text p {
    font-size: 15px;
  }
  body .comparision .box img {
    max-width: 180px;
  }
  body .supplies .content_box .tickBox .check p {
    font-size: 18px;
  }
  body .supplies .total_cost h3 {
    font-size: 32px;
  }
  body .supplies .total_cost .brand_flex h2 {
    font-size: 24px;
  }
  body .supplies_new .addtionalBoxes .box_new {
    width: 100%;
  }
}

@media (max-width: 1089px) {
  body .mfc .main_box ul li {
    width: 29.5%;
  }
}

@media (max-width: 1024px) {
  body .empower .banner-box .img-box img {
    max-width: 220px;
    margin-left: 20px;
  }
  body .mfc .main_box {
    max-width: 100%;
  }
  body .mfc .main_box ul li {
    width: 180px;
    /*min-width: auto;*/
    padding: 10px;
  }
  body .mfc .main_box ul li h4 {
    font-size: 32px;
  }
  body .mfc_2 .main_box ul li {
    min-width: 165px;
  }
  body .mfc_2 .main_box ul li:nth-child(1), body .mfc_2 .main_box ul li:nth-child(2) {
    min-width: 288px;
  }
  body .empower::after {
    width: 100px;
    height: 79px;
  }
  body .empower::before {
    width: 100px;
    height: 68px;
    top: -4px;
  }
  body .print::after {
    width: 100px;
    height: 110px;
  }
  body .latest::after {
    width: 100px;
    height: 110px;
  }
}

@media (max-width: 995px) {
  body .comparision button {
    margin-top: 40px;
    width: auto !important;
    padding: 6px 12px !important;
  }
  body .supplies .content_box p {
    font-size: 21px;
  }
  body .thanku_modal .modal {
    background-size: cover;
  }
  body .thanku_modal .modal .modal-body {
    min-height: auto;
  }
  body .thanku_modal .modal .modal-body p {
    font-size: 22px;
  }
  body .thanku_modal .modal .modal-body h1 {
    font-size: 52px;
  }
  body main nav img {
    width: 150px;
  }
  body .needs {
    padding: 50px 0px 10px 0px;
  }
  body .needs .outer_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body .needs .outer_box .BoxB,
  body .needs .outer_box .BoxC,
  body .needs .outer_box .BoxA {
    margin: 0px;
  }
  body .needs .outer_box .BoxB .img-box,
  body .needs .outer_box .BoxC .img-box,
  body .needs .outer_box .BoxA .img-box {
    margin-bottom: 20px;
    max-width: 93%;
    margin-left: auto;
    margin-right: auto;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  body .needs .outer_box .BoxB ul,
  body .needs .outer_box .BoxC ul,
  body .needs .outer_box .BoxA ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body .needs .outer_box .BoxB ul li,
  body .needs .outer_box .BoxC ul li,
  body .needs .outer_box .BoxA ul li {
    max-width: 45%;
    width: 45%;
    margin: 0px 15px 20px 15px;
    padding: 30px 10px !important;
  }
  body .needs .outer_box .BoxB ul li p,
  body .needs .outer_box .BoxC ul li p,
  body .needs .outer_box .BoxA ul li p {
    font-size: 22px !important;
  }
  body .needs .outer_box .BoxA ul li {
    width: 29%;
  }
  body .needs .row_space ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body .needs .row_space ul li {
    width: 31%;
    margin: 0px 1%;
  }
  body .security .security-boxes ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body .security .security-boxes ul li {
    max-width: 300px;
    width: 100%;
    min-height: 240px;
    margin-bottom: 12px;
  }
  body .security .lock img {
    max-width: 180px;
  }
  body .industires .bg-box {
    background-size: cover;
  }
  body .latest .printer_text li p {
    font-size: 18px;
  }
  body .comparision .box:last-child {
    margin-top: 20px;
  }
  body .mfc .main_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body .mfc .main_box ul {
    max-width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body .mfc .main_box ul li {
    width: 49%;
    margin: 0px 0px 15px 0px !important;
  }
  body .mfc .main_box .boxLeft {
    width: 100%;
    margin: auto;
    margin-bottom: 15px;
  }
  body .mfc_2 .main_box ul li {
    width: 49%;
  }
  body .mfc_2 .main_box ul li:nth-child(1), body .mfc_2 .main_box ul li:nth-child(2) {
    width: 49%;
  }
  body .mfc_2 .main_box ul li:last-child {
    width: 100%;
  }
  body .supplies_new .addtionalBoxes .box_new {
    width: 100%;
  }
  body .empower .banner-box .img-box img {
    max-width: 170px;
    margin-left: 50px;
  }
}

@media (max-width: 820px) {
  body .contact_modal .modal-body .form_box form .inputgroup input {
    width: 70%;
  }
  body .contact_modal .modal {
    background-size: cover;
  }
  body .contact_modal .modal-dialog {
    width: 95%;
  }
  body .contact_modal .modal-body {
    padding: 20px;
  }
  body .contact_modal .modal-header h3 {
    font-size: 20px;
  }
  body .enquire-box {
    width: 200px;
    font-size: 20px;
    padding: 8px;
    right: -77px;
  }
  body .empower .banner-box .content_box a, body .empower .banner-box .content_box button, body .contact_modal .modal-body .form_box form button {
    font-size: 20px;
    width: 200px;
    padding: 6px;
  }
  body .industires {
    padding: 40px 0px;
  }
  body .industires .bg-box ul li {
    width: 30%;
  }
  body .industires .bg-box p span {
    display: inline;
  }
  body .print::after {
    width: 100px;
    height: 100px;
    bottom: -15px;
  }
  body .print a {
    font-size: 20px;
    width: 200px;
    padding: 6px;
  }
  body .latest .printer_text {
    padding: 20px;
  }
  body .latest .printer_text li p {
    font-size: 16px;
  }
  body .latest::after {
    width: 100px;
    height: 100px;
  }
  body .needs .row_space ul li {
    width: 30%;
  }
  body .mfc .main_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body .mfc .main_box ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body .mfc .main_box ul li {
    width: 49%;
    margin: 0px 0px 15px 0px !important;
  }
  body .mfc .main_box .boxLeft {
    width: 100%;
    margin: auto;
    margin-bottom: 15px;
  }
  body .supplies .table-responsive table tbody tr td {
    font-size: 16px;
  }
  body .supplies button {
    font-size: 20px;
    width: 200px;
    padding: 6px;
  }
  body .alternative {
    background-size: cover;
  }
  body .security .security-boxes .learn_more {
    font-size: 20px;
    width: 200px;
    padding: 6px;
    margin-top: 40px;
  }
  body .security .security-boxes ul li {
    max-width: 290px;
  }
  body .comparision button {
    font-size: 20px;
    width: 200px;
    padding: 6px;
  }
  body .mfc_2 .main_box ul li {
    width: 49%;
  }
  body .mfc_2 .main_box ul li:nth-child(1), body .mfc_2 .main_box ul li:nth-child(2) {
    width: 49%;
  }
  body .mfc_2 .main_box ul li:last-child {
    width: 100%;
  }
}

@media (max-width: 768px) {
  body .empower::before {
    top: -6px;
  }
}

@media (max-width: 576px) {
  body .empower::before {
    top: -3px !important;
  }
  body .empower .banner-box .img-box img {
    margin-left: 0px;
  }
  body .thanku_modal .modal .modal-body {
    min-height: auto;
  }
  body .thanku_modal .modal .modal-body p {
    font-size: 18px;
  }
  body .thanku_modal .modal .modal-body p span {
    display: inline;
  }
  body .thanku_modal .modal .modal-body h1 {
    font-size: 42px;
  }
  body .contact_modal .modal-dialog {
    max-width: 100%;
    width: 100%;
  }
  body .contact_modal .modal-body .form_box form a {
    font-size: 20px;
    width: 200px;
    padding: 6px;
  }
  body .contact_modal .modal-body .form_box form .select_box {
    width: 100% !important;
    margin-top: 20px;
  }
  body .contact_modal .modal-body .form_box form .select_box select {
    width: 100% !important;
  }
  body .contact_modal .modal-body .form_box form .inputgroup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 25px;
  }
  body .contact_modal .modal-body .form_box form .inputgroup h4 {
    font-size: 16px;
  }
  body .contact_modal .modal-body .form_box form .inputgroup input {
    width: 100%;
  }
  body .contact_modal .modal-header h3 {
    font-size: 18px;
    width: 75%;
    margin: auto;
  }
  body .contact_modal .modal-header .btn-close {
    top: 40%;
    right: 22px;
  }
  body main nav {
    background-size: cover;
  }
  body .empower .banner-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body .empower .banner-box .content_box {
    text-align: center;
    margin-top: 20px;
  }
  body .empower .banner-box .content_box h1 {
    font-size: 28px;
  }
  body .needs {
    padding: 40px 0px;
  }
  body .needs .text-box {
    margin-bottom: 20px;
  }
  body .needs .text-box h2 {
    font-size: 26px;
    margin-bottom: 12px;
  }
  body .needs .text-box p {
    font-size: 18px;
    line-height: 28px;
  }
  body .needs .outer_box .BoxB .img-box,
  body .needs .outer_box .BoxC .img-box,
  body .needs .outer_box .BoxA .img-box {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body .needs .outer_box .BoxB ul li,
  body .needs .outer_box .BoxC ul li,
  body .needs .outer_box .BoxA ul li {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  body .needs .row_space {
    margin-top: 15px;
  }
  body .needs .row_space ul li {
    width: 100%;
  }
  body .needs .row_space ul li .boxdetail h3 {
    font-size: 20px;
  }
  body .needs .row_space ul li .boxdetail p {
    max-width: 100%;
    font-size: 18px;
  }
  body .security .lock {
    margin-bottom: 40px;
  }
  body .security .text h1, body .security .text h2 {
    font-size: 26px;
    margin-bottom: 12px;
  }
  body .security .text p {
    font-size: 18px;
    line-height: 28px;
  }
  body .security .security-boxes {
    margin: 40px 0px 0px 0px;
  }
  body .security .security-boxes .box-support {
    margin: 0px 0px 12px 0px;
  }
  body .security .security-boxes ul li {
    max-width: 100%;
    min-height: auto;
  }
  body .print .text {
    margin-bottom: 20px;
  }
  body .print .text h2 {
    font-size: 26px;
    margin-bottom: 12px;
  }
  body .print .text > p {
    font-size: 22px;
    margin: 15px 0px 20px 0px;
  }
  body .print .text p {
    font-size: 18px;
    line-height: 28px;
  }
  body .print .ul_box ul {
    margin: 0px;
  }
  body .print .ul_box ul li {
    width: 100%;
    margin-bottom: 35px !important;
  }
  body .print .ul_box ul li p {
    font-size: 18px;
  }
  body .print .ul_box ul li h3 {
    margin-bottom: 8px;
  }
  body .latest .text_box {
    margin-bottom: 20px;
  }
  body .latest .text_box h2 {
    font-size: 26px;
    margin-bottom: 12px;
  }
  body .latest .text_box p {
    font-size: 18px;
    line-height: 28px;
  }
  body .latest .printer_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body .latest .printer_box div {
    text-align: center;
  }
  body .latest .printer_box div img {
    max-width: 250px;
  }
  body .latest .p_foot {
    margin-top: 20px;
  }
  body .mfc .text_box {
    margin-bottom: 20px;
  }
  body .mfc .text_box h3 {
    font-size: 26px;
    margin-bottom: 12px;
  }
  body .mfc .text_box p {
    font-size: 18px;
    line-height: 28px;
  }
  body .mfc .main_box .boxLeft img {
    max-width: 220px;
  }
  body .mfc .main_box ul li {
    width: 100%;
  }
  body .bg-group-img {
    margin-top: 16px;
    padding-bottom: 40px;
  }
  body .supplies {
    padding: 0;
  }
  body .supplies .table-responsive table {
    width: 600px;
  }
  body .supplies .text_box {
    margin-bottom: 20px;
  }
  body .supplies .text_box h2 {
    font-size: 26px;
    margin-bottom: 12px;
  }
  body .supplies .text_box p {
    font-size: 18px;
    line-height: 28px;
  }
  body .supplies .black_tonner ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 20px 0px;
  }
  body .supplies .black_tonner ul li:nth-child(2) {
    margin: 20px 0px;
  }
  body .comparision {
    padding: 0px 0px 40px 0px;
  }
  body .industires .bg-box {
    padding: 20px;
  }
  body .industires .bg-box ul li {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 25px;
  }
  body .industires .bg-box ul li:last-child {
    margin-bottom: 0px;
  }
  body .industires .bg-box ul li .img_box {
    margin: 0px 0px 10px 0px;
  }
  body .industires .bg-box h2 {
    font-size: 26px;
    margin-bottom: 12px;
  }
  body .industires .bg-box p {
    font-size: 18px;
    line-height: 28px;
  }
  body .alternative {
    padding: 30px 0px;
  }
  body .alternative .text_box {
    margin-bottom: 20px;
  }
  body .alternative .text_box h2 {
    font-size: 26px;
    margin-bottom: 12px;
  }
  body .alternative .text_box h2 span {
    display: inline;
  }
  body .alternative .text_box p {
    font-size: 18px;
    line-height: 28px;
  }
  body .enquire-box {
    width: 150px;
    font-size: 14px;
    padding: 8px;
    right: -64px;
    font-family: 'Helvetica light';
  }
  body .empower {
    padding: 20px;
  }
  body .needs,
  body .industires {
    padding: 40px 20px;
  }
  body .security,
  body .supplies {
    padding: 0 20px;
  }
  body .print,
  body .latest,
  body .mfc,
  body .alternative {
    padding: 30px 20px;
  }
  body .comparision {
    padding: 0 20px 40px;
  }
  body .contact_modal .modal-body {
    padding: 20px 40px;
  }
  body .thanku_modal .modal .modal-body {
    padding: 30px;
  }
}

@media (max-width: 576px) {
  body .needs .row_space ul .boxdetail {
    min-height: auto;
  }
  body .needs .row_space ul .boxdetail h3 {
    font-size: 18px;
  }
  body .needs .row_space ul .boxdetail p {
    font-size: 16px;
  }
  body .needs .row_space ul .boxdetail p span {
    display: block;
  }
  body .security .security-boxes ul li {
    margin: 0px 0px 12px 0px;
  }
  body .contact_modal .modal-body .form_box form .inputgroup:nth-child(16) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  body .contact_modal .modal-body .form_box form .inputgroup:nth-child(16) input {
    min-width: 15px;
    height: 15px;
  }
  body main nav img {
    width: 120px;
  }
  body .mfc .main_box .boxLeft img {
    width: auto !important;
    min-width: auto !important;
    max-width: 200px;
  }
  body .mfc_2 {
    padding: 0px 20px 20px 20px;
  }
  body .mfc_2 .main_box ul li {
    width: 100%;
  }
  body .mfc_2 .main_box ul li:nth-child(1), body .mfc_2 .main_box ul li:nth-child(2) {
    width: 100%;
  }
  body .mfc_2 .main_box ul li:last-child {
    width: 100%;
  }
  body .comparision .d_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body .comparision .d_flex button {
    margin-top: 25px;
  }
  body .supplies_new .p_line {
    margin-bottom: 20px;
  }
  body .supplies_new .addtionalBoxes .box_new:nth-child(1) {
    margin-bottom: 20px;
  }
  body .supplies_new .addtionalBoxes .box_new ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body .supplies_new .addtionalBoxes .box_new ul li {
    width: 100%;
    margin: 0px 0px;
    margin-bottom: 20px;
  }
  body .supplies_new .addtionalBoxes .box_new ul li h3 {
    font-size: 22px;
  }
  body .supplies_new .addtionalBoxes .box_new ul li h4 {
    font-size: 22px;
  }
  body .supplies .total_cost {
    margin-top: 40px;
  }
  body .supplies .total_cost h3 {
    font-size: 22px;
  }
  body .supplies .total_cost .brand_flex {
    margin-bottom: 30px;
  }
  body .supplies .total_cost .brand_flex p {
    font-size: 18px;
  }
  body .supplies .total_cost .brand_flex h2 {
    font-size: 18px;
  }
  body .supplies .total_cost .imgBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body .supplies .total_cost .imgBox h5 {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  body .supplies .content_box .tickBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  body .supplies .content_box .tickBox .check p {
    text-align: start;
  }
  body .security .lock {
    margin-bottom: 20px;
  }
  body .security .lock img {
    max-width: 120px;
  }
}

@media (max-width: 320px) {
  body .print::after {
    width: 85px;
    height: 85px;
  }
  body .latest::after {
    width: 85px;
    height: 85px;
  }
  body .empower::after {
    width: 85px;
    height: 85px;
  }
  body .empower::before {
    width: 85px;
    height: 59px;
  }
}

body .line-p {
  line-height: 20px !important;
}
/*# sourceMappingURL=style.min.css.map */