@font-face {
  font-family: 'CocktailScript';
  src: url('/fonts/CocktailScript.eot?#iefix') format('embedded-opentype'),  url('/fonts/CocktailScript.woff') format('woff'), url('/fonts/CocktailScript.ttf')  format('truetype'), url('/fonts/CocktailScript.svg#CocktailScript') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeue-Roman';
  src: url('../fonts/HelveticaNeue-Roman.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/HelveticaNeue-Roman.woff') format('woff'), url('../fonts/HelveticaNeue-Roman.ttf')  format('truetype'), url('../fonts/HelveticaNeue-Roman.svg#HelveticaNeue-Roman') format('svg');
  font-weight: normal;
  font-style: normal;
}
 @font-face {
  font-family: 'HelveticaNeueMedium';
  src: url('https://epsonrealisemore.co.in/CADprinters/T-series/TCO/HelveticaNeueMedium.eot'); /* IE9 Compat Modes */
  src: url('https://epsonrealisemore.co.in/CADprinters/T-series/TCO/fonts/HelveticaNeueMedium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://epsonrealisemore.co.in/CADprinters/T-series/TCO/fonts/HelveticaNeueMedium.ttf')  format('truetype'), /* Safari, Android, iOS */
	   url('https://epsonrealisemore.co.in/CADprinters/T-series/TCO/fonts/HelveticaNeueMedium.svg#svgFontName') format('svg'); /* Legacy iOS */
}
 @font-face {
	 font-family: 'HelveticaNeue-CondensedObl';
	 src: url('../fonts/HelveticaNeue-CondensedObl.eot'); /* IE9 Compat Modes */
	 src: url('../fonts/HelveticaNeue-CondensedObl.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	 url('../fonts/HelveticaNeue-CondensedObl.woff') format('woff'), /* Pretty Modern Browsers */
	 url('../fonts/HelveticaNeue-CondensedObl.ttf')  format('truetype'), /* Safari, Android, iOS */
	 url('../fonts/HelveticaNeue-CondensedObl.svg#svgFontName') format('svg'); /* Legacy iOS */
 }
 @font-face {
  font-family: "HelveticaNeueLTStd-Bd";
   src: url('fonts/HelveticaNeueLTStd-Bd.eot');
    src: url('fonts/HelveticaNeueLTStd-Bd.eot?#iefix') format('embedded-opentype'), url('fonts/HelveticaNeueLTStd-Bd.svg#HelveticaNeueLTStd-Bd') format('svg'), url('fonts/HelveticaNeueLTStd-Bd.ttf') format('truetype'), url('fonts/HelveticaNeueLTStd-Bd.woff') format('woff'), url('fonts/HelveticaNeueLTStd-Bd.woff2') format('woff2');
}
@font-face {
  font-family: "HelveticaNeueLTStd-Hv";
  src: url("https://epsonrealisemore.co.in/CADprinters/T-series/TCO/fonts/HelveticaNeueLTStd-Hv.otf");
}
@font-face {
  font-family: "HelveticaNeueItalic";
  src: url("https://epsonrealisemore.co.in/CADprinters/T-series/TCO/fonts/HelveticaNeue-Black.otf");
}
@font-face {
  font-family: "HelveticaNeueLTStd-Lt";
  src: url("https://epsonrealisemore.co.in/CADprinters/T-series/TCO/fonts/HelveticaNeueLTStd-Lt.otf");
}
@font-face {
  font-family: "HelveticaNeueLTStd-Md";
  src: url("https://epsonrealisemore.co.in/CADprinters/T-series/TCO/fonts/HelveticaNeueLTStd-Md.otf");
}

 @font-face {
  font-family: 'HelveticaNeue-Italic';
  src:url('../fonts/HelveticaNeue-Italic.ttf') format('truetype'),
       url('../fonts/HelveticaNeue-Italic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeueItalic';
  src: url('../fonts/HelveticaNeueItalic.eot');
  src: url('../fonts/HelveticaNeueItalic.eot?#iefix') format('embedded-opentype'),
       url('../fonts/HelveticaNeueItalic.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
html {
    height: 100%;
}

body {
    height: 100%;
    overflow-x: hidden;
    background: #fff;
    padding:0;
    margin:0;
}
*{
    box-sizing:border-box;
}
/* cookie css */
.privacy-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    padding: 1rem .5rem;
    background: #003399;
    z-index: 1030;
    color: #fff;
    font-size: 14px;
    margin: 0;
  }
  .banner-wrapper {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    position: relative;
    align-items: center;
  }
  .privacy-banner p {
    margin: 0;
    color: #fff;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
  }
  .privacy-banner .banner-wrapper p {
      padding-right: 3rem;
  }
  
  .privacy-banner a {
    text-decoration: none;
    margin: 20px auto 0 auto;
    display: block;
    max-width: 150px;
  }
  
  .privacy-banner a:hover {
    text-decoration: underline;
  }
  
  .privacy-banner button {
    position: absolute;
    right: 5px;
    top: calc(50% - 12.5px);
    color: #fff;
    outline: 0;
    height: 25px;
    width: 25px;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    font-weight: 700;
    border-radius: 50%;
    text-align: center;
    padding: 0;
  }
  
  .banner-learn {
    color: #000;
  }
  
  .banner-accept {
    padding: 7px 15px;
    background: #fff;
    text-align: center;
    color: #039;
    text-decoration: none;
    border-radius: 5px;
    width: 80%;
  }
  
  @media (min-width: 768px) {
    .privacy-banner {
      padding: 0.5rem .5rem;
    }
    .privacy-banner a {
      display: inline-block;
      margin: 0 10px;
    }
  }
  /* cookie css */

.enquiry-btn{
    border: none;
    background-color: #2e4e8c !important;
    color: white;
    padding: 5px 10px;
}
.photo-businesses .button {
  background-color: lightgray;
  border: none;
  float: right;
  color: white;
  padding: 1px 6px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
    margin: 19px 102px;
  cursor: pointer;
}
p.banner-head.desc {
    font-size: 26px;
    font-weight: 600;
    font-family: 'HelveticaNeue-Roman';
    color: #125d96;
}
.photo-businesses img.footer-fsharelink {
    width: 3%;
}
.button.desktop-view {
  display: none;
  color: #000;
}
 .photo-businesses .form-headding {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    text-align: left;
    line-height: 28px;
    font-family: 'HelveticaNeue-Roman';
    margin-bottom: 5px !important;
}
.cf.sub-heading {
    color: white;
}
.photo-businesses input[type=text], select, input[type=textarea] {
    width: 100%;
    padding: 4px;
    margin: 3px 0;
    font-size: 14px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    color: #000000;
    font-family: 'HelveticaNeue-Roman';
  }
  textarea:focus, input:focus {
    color: #b0b0b0;
 }
  option:first {
    color: #b0b0b0;
}
  .photo-businesses select,
  .photo-businesses textarea
  {
    width: 100%;
    padding: 4px;
    margin: 3px 0;
    font-size: 14px;
    display: inline-block;
    border-radius: 4px;
    box-sizing: border-box;
    color: #b0b0b0;
  }
  img#tryanother {
    width: 50%;
}
.photo-businesses button {
   background: transparent;
    border: none;
    cursor: pointer;
    color: white;
    /*left: 84%;*/
    /*top: 42px;*/
}
.photo-businesses .button.desktop-view.sticky {
    width: 20%;
    background-color: #009cff;
    color: white;
}
button.tryan {
  background-color: transparent;
  border-radius: 9px;
    margin-left: 37px;
    margin-top: 12px;
  border: none;
  color: #fff;
}
.photo-businesses ::placeholder {
    color: #b0b0b0;
  }
.photo-businesses input#email,input#cnumber {
  width: 100%;
  padding: 4px;
    margin: 3px 0;
    /*font-size: 12px;*/
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

 /* width: 40%;
  background-color: #000;
  color: #fff;
  padding: 3px;
  font-size: 14px;
  font-weight: bold;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-right: 160px;*/
  #submit-icon {
  background-image: url("../images/submit.png"); /* Change url to wanted image */
  background-size: contain;
border: none;
cursor: pointer;
color: transparent;
width: 94px;
height: 32px;
background-repeat: no-repeat;
margin: 0 !important;
}
.photo-businesses input#tryanother {
    padding: 6%;
    width: 50%;
}
.photo-businesses input#code {
  width: 50%;
}
.photo-businesses label {
  color: white;
}
 .photo-businesses input[type=submit]:hover {
     background-color:#1051a4;
     color: #fff;
   }
.photo-businesses form {
    border-radius: 5px;
    padding: 18px;
  }
 .photo-business-form {
    background-color: #18202c;
    /*margin-top: 17px;*/
}
.photo-businesses
{
  overflow: hidden;
  /*background-color: #c2e7ec;*/
  /*background-image: linear-gradient(to right, rgb(191,229,235), rgb(244,250,251),rgb(185,227,233));*/
}
.photo-businesses .photo-business-template-heading span.second-letter {
  font-family: unset;
   width: 10px;
  font-size: 104px;
  color: #009cff;
      letter-spacing: -9px;
}
.photo-businesses emp {
  font-size: 46px;
  color: black;
}
/*.photo-businesses .photo-business-template-heading {
  margin-left: 25%;
  line-height: 43px;
}*/
.photo-businesses .second-section-description p.text-wrapper-heading {
  font-size: 37px;
  margin: 0px;
}
.photo-businesses .second-section-description p.text-heading-number {
  color: #009cff;
  font-size: 55px;
  margin: 0px;
  font-weight: 700;
}
.photo-businesses .second-section-description p.price {
  font-size: 25px;
  margin: 0px;
}
.photo-businesses .second-section-description p.text-wrapper-description {
  color: #808080;
font-size: 19px;
    font-family: HelveticaNeue-Roman;
      padding: 18px 0px 0px 0px;
}
.photo-businesses p.display-details {
  background-color: #808080;
  color: white;
  font-size: 20px;
  padding: 0px 1px 0px 9px;
}
.photo-businesses .col-md-5 .display-details:nth-child(1n) {
 font-size: 20px;
}
.photo-businesses span.first-word {
  font-size: 30px;
}
.footer-heading {
  padding: 18px 0px;
}
section.padding-tb {
  padding: 50px 0px;
}
.photo-businesses .footer-border {
  border-left: 1px solid black;
  padding-left: 10px;
  color: black;
  font-size: 15px;
  padding-right: 5px;
}
.photo-businesses .footer-link {
    font-size: 16px;
    font-weight: 500;
  color: black;
     padding: 0px 0px 0px 10px;
}
.photo-businesses .footer-borders {
  padding: 0px 5px 0px 14px;
    font-size: 15px;
}
.photo-businesses img.img-responsive.second-printer {
   padding: 37px 0px 0px 0px;
}
#layer1 {
    position: absolute;
    right: 20px;
    margin-top: 40px;
    z-index: 10;
    width: 271px;
    color: #000;
    padding: 5px 0;
    top: 690px !important;
}
#layer2 {
    visibility: hidden;
    background-color: #009cff;
    position: absolute;
    margin-top: 220px;
    padding-right: 0px;
    z-index: 5;
    width: 240px;
    right: 25px;
    border-width: thin;
    border-style: solid;
    border-color: #fff !important;
    color: #fff;
    font-size: 13px;
    height: 80px;
    vertical-align: middle;
    padding: 20px;
    text-align: center;
    top: 10px;
}
.errormsg{
   font-size:13px;
    text-decoration:none;
    padding:2px 4px;
    color:#ff0000;
    width:180px;
    /*background-color:#ff0000;*/
}
.red_txt{
   font-size:11px; padding-left:2px;
    text-decoration:none;
    color:#FF0000;
}
.red_txt a{
    font-size:13px; padding-right:10px; line-height:1.4;
    text-decoration:none;
    color:#FF0000;
}
.normal_txt{
    font-size:13px; padding-right:10px;
    text-decoration:none;
    color:#fff;
}
#reload:hover{
    color: #fff;
    text-decoration: none;
}
.mboth{margin:10px 0;}
#submitting {
    display: none;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    margin: 5px 0;
}
.form-btn{
    padding: 2px 0;
}
#verificationcode{
    margin-bottom: 10px;
}
.errmsg{
    color:red;
}
.bg-Lblue {
    background: #18202c;
}
img.img-responsive.firstsection-img {
    width: 150px;
    padding: 20px 10px;
    margin: 0 20px;
}
.container-fluid.bg-img {
    background: #fff;
    background-size: contain;
    background-repeat: round;
    padding: 0px;
}
.banner-heading {
    font-size: 35px;
    font-weight: 700;
    line-height: 38px;
    text-transform: uppercase;
    color: #0082c9;
    margin: 0;
}
.banner-subheading {
    font-size: 20px;
    font-weight: normal;
    color: black;
    margin: 15px 0;
}
.npm{
  padding: 0px;
  margin: 0px;
}
img.img-responsive.main-banner {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
}
h3.content-mainheading {
    font-weight: 600;
    line-height: 35px;
    margin-bottom: 25px;
}
p.content-subheading {
    font-size: 22px; line-height: 30px; font-weight: 500;margin-bottom: 30px;
}

.footer {
    position: relative;
    top: 230px;
}
a:hover {
    text-decoration: none;
}
img#logo_img1 {
    float: right;
    padding: 10px 0px;
}
img.thankyou-banner {
    width: 100%;
}
section.content-desc {
    margin: 40px 0;
}
.sub-heading {
    font-size: 12px;
    color: #fff;
    margin-bottom: 5px;
    font-family: 'HelveticaNeue-Roman';
}
.robot_img_box-1 {
    position: absolute;
    top: -365px;
    left: -20px;
}
.photo-businesses input#sub_button {
    width: 40%;
    background-color: #0a2d56;
    color: transparent;
    padding: 3px;
    font-size: 14px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    margin-right: 160px;
}

@media only screen and (min-width: 1023px) {
.mobi-visible{
    display: none;
}
}
@media only screen and (max-width: 1023px) {
    .desk-visible{
        display: none;
    }
    td{
        padding: 7px 20px;
    }
    }
      table, th {
   border: 1px solid white;
   padding: 15px;
    }
        td{
        border-left:1px solid white;
        list-style-type: square n; ;
        padding: 7px 28px;
        }

       th{
        padding: 7px 28px;
       }

       li {
  list-style: none;
}
.border-b {
    border-bottom: 3px solid #011438 !important;
}
.banner-img.desc {
    position: relative;
    top: 40px;
    left: -115%;
    width: 170%;
}
.five-col-bg-gray {
    background: #c9cece;
    border: 1.60px solid #f8f8f8;
    border-radius: 16px;
    box-shadow: 0px 22px 20px -14px #9b9c9c !important;
    height: 166px;
    display: flex;
    align-items: center;
}
.bsb-1 {
    box-shadow: 0px 1px 0px 0px #cccccc;
}
.five-col-bg-gray p.m-0.font-18 {
    font-family: 'HelveticaNeue-Roman';
    font-size: 1.125rem;
}
.description.black_bg {
    background: black;
    border-radius: 10px;
    position: absolute;
    left: -100%;
    bottom: -160px;
}
.banner_note {
    padding: 10px 20px;
}
img.img-responsive.printer_banner {
    width: 45%;
    position: relative;
    top: -160px;
}
/*cust*/

.inhp{
  padding: inherit;
}

.banner-bg{
  background-image: url("../images/head.jpg");
  background-repeat: no-repeat;
    background-size: cover;
    height: 80vh;
    width: 100%;
}
.m-10{
  margin: 0px 10px;
}
.banner-box{
  display: flex;
  /*justify-content: space-evenly;*/
}
.banner_box1{
  margin-top: 4%;
    left: 75px;
}
.banner-box > .ban-img > img{
             width: 200px;
    padding: 20px 10px;
    margin: 0px 8px;
}
.banner-box > .ban-img > p{
  font-weight: 600;
  text-align: center;
  line-height: 25px;
}
.peel{
      font-size: 20px;
    margin-left: 12rem;
    padding: 20px;
}
.m-15{
  width: 250px;
    padding: 10px;
    text-align: center;
}
.head-pd{
  padding: 35px 15px;
  text-transform: none !important;
  color: #1494ac;
  font-family: 'HelveticaNeueMedium';
    letter-spacing: 1.5px;
}

.bg-light{
background-color:#c6e4ee;
}
.bg-light1{
background-color: #ecf6f9;
}
.pd35{
  padding: 35px;
}
.five-col-img img {
    width: 26%;
}
.prod-desc >p{
  line-height: 15px;
  font-family: 'HelveticaNeue-Roman';
}
.text-main{
  font-size: 25px;
  color: #1494ac;
  font-family: 'HelveticaNeue-Roman';
}
.price{
  margin-top: 30px;/*
  font-weight: bold;*/
}
.bg-white{
background-color: white;
padding: 0px 0px;
margin-bottom: -18px;
}
.bg-blue{
  background-color: #6ab8c5;
}
.text-white{
  color: white;
}
.bg-transparent{
  background-color: transparent;
  color: gray;
}
.m-auto{
margin: 0px auto;
}
.p-10{
  padding: 10px;
}
.footer-c{
  padding: 20px 30px;
  margin: 0 auto;
}
.bg-blue::after{
  clear: both !important;
}
img.img-responsive.min-h {
    height: 50px;
}
.d-flex{
  display: flex;
}
.modal-header, .modal-body{
  border: none;
  padding: 0px;
}
.nomargin{
  margin: 0px !important;
}
.foo-link{
  color: black;
}
input.newbutton {
    display:block;
    width:100px;/*match image width;*/
    height:50px;/* match image height */
    line-height:50px;/* match height*/
    background:url(../images/submit.png) no-repeat 0 0;/* path to your image */
    color:#000;
    border:none;
    padding:0;
    text-transform:capitalize;/* ie6 fix to hide text*/
    text-indent:-999em;/* hide text - remove this if you want the text in the value attribute to show.*/
    clear:both;/* ie6 fix*/
}

.ipbg-d{
  display: none;
    /*background-color: #259ec3;*/

}
.photo-businesses img.footer-fsharelink{
  width: 20px !important;
}
.d-flex-m{
      display: flex;
    justify-content: space-between;
}
.bg-body{
     background: #bee0ec;
    background: -webkit-linear-gradient(to bottom, #FFFFFF, #e0f0f5, #bee0ec);
    background: linear-gradient(to bottom, #FFFFFF, #e0f0f5, #bee0ec);
}
.terms{
  color: #000;
  font-family: "HelveticaNeue-CondensedObl";
  font-size: 16px;
}
.modal-content{
  padding: 0;
    background: none;
    margin: 0;
    box-shadow: none;
    border: none;
}
.m-20{
  margin: 20px auto;
}
.photo-businesses select {
     background: white !important;
      opacity: 1.0 !important;
}
.photo-businesses select option {
    color: black !important;
}
.container.p-00 {
    padding: 0;
}
label.error {
    font-size: 10px;
    margin-bottom: 0px !important;
}
.mt--20 {
    margin-top: -20px !important;
}
.no-pad {
    padding: 0px;
}
.bg_sec_white {
    background: #fff;
}
.text-black {
    color: black !important;
}
img.home-logo {
    width: 40%;
}
div#desktop-view-button {
    background: none;
}
.photo-businesses button:focus, .photo-businesses button:active {
    border: none !important;
    outline: none !important;
}
h2.content-section-mainhead.text-center {
    font-size: 42px;
    padding: 40px 50px;
    font-family: "HelveticaNeueLTStd-Hv";
    color: #125d96;
    line-height: 54px;
}
p.content-section-subhead {
    font-size: 26px;
    color: black;
    font-family: 'HelveticaNeue-Roman';
    font-weight: 500;
    padding: 0 50px;
}
.robot_bg {
    background: url(../images/robot_bg.png);
    background-size: cover;
}
h1.main-heading_robot {
    margin: 10px 0;
    font-size: 45px;
    color: white;
    font-weight: 600;
    font-family: "HelveticaNeueLTStd-Hv";
}
.robot_img_box-2 {
    position: absolute;
    top: -350px;
    left: -20px;
    margin-right: 25px;
}
p.text-black.f-16 {
    font-size: 24px;
    font-family: 'HelveticaNeue-Roman';
    font-weight: 500;
}
section.small-content.blocks {
    margin: 50px 0;
}
img.img-responsive.m-0 {
    margin: 0 !important;
    width: 100%;
}
.black-box {
    background: black;
    padding: 5px 20px;
    border-radius: 10px;
    border-bottom-right-radius: 30px;
}
h3.text-white.f-22 {
    font-family: 'HelveticaNeueMedium';
    margin: 10px 0;
    font-size: 22px;
    font-weight: 500;
}
.white-box {
    background: white;
    padding: 20px;
}
ul.specs-list li {
    font-size: 24px;
    color: black;
    font-family: 'HelveticaNeue-Roman';
    text-align: left;
    font-weight: 600;
    list-style-type: disc;
    padding-bottom: 5px;
}
.specification {
    margin-top: 40px;
}
section.below-cf img.img-responsive.m-0 {
    height: 50px;
}
a.text-dark.bold small {
    font-weight: bolder;
}
.text-dark small {
    font-size: 85%;
}
span.footer-parameters {
    font-size: 15px;
    font-family: 'HelveticaNeue-Roman';
    color: #403f41;
}
a.footerlink {
    color: #403f41;
}
a.foo-link {
    color: #000;
    font-family: 'HelveticaNeue-Roman';
}
h2.gray-section-mainhead {
    color: #125d96;
    font-size: 50px;
    font-weight: 600;
    font-family: "HelveticaNeueLTStd-Hv";
    margin: 20px 0 40px;
}
section.image_bg.main-head {
    margin-top: 60px;
}
.font-HelveticaNeueLTStd-Bd {
    font-family: 'HelveticaNeueLTStd-Bd';
}
.five-col-bg-black {
    background: #18202c;
    border-radius: 10px 10px 22px 22px;
}
h4.m-0 {
    font-size: 1.5rem;
    font-family: 'HelveticaNeue-Roman';
}
p.m-0.font-18.font-weight-bold {
    font-size: 1.125rem;
    font-family: 'HelveticaNeue-Roman';
}
.text-dark {
    color: #343a40!important;
    font-family: 'HelveticaNeue-Roman';
}
.contactFormMain input[type="submit"] {
    background: url(../images/submit-yellow.png) no-repeat left top;
    background-size: 100% 100%;
    color: black;
    border: 0;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
    text-transform: uppercase;
    padding: 4px 20px !important;
    width: 45% !important;
    /*margin-top: 10px;*/
}
.bg-top {
    background: url(../images/bg-top-md-2.png) no-repeat left top;
}
.top-robot-mb {
    width: 36%;
    margin-left: 65%;
}
.automate {
    font-size: 26px;
    font-family: 'HelveticaNeue-Roman';
}
.reasons-5-heading h1 {
    font-size: 23px;
    color: #125d95;
    font-family: 'HelveticaNeue-Roman';
}
@media screen and (min-width: 1100px) {
    .bg-white {
            margin-bottom: 0px !important;
    }
    .container.p-00 {
        margin-top: -30px !important;
    }
    img.img-responsive.b_image {
     width: 60%;
    }
    .printer_img_block {
     height: 300px !important;
    }
    .mx-2 {
     margin: 50px 40px;
     padding: 20px 40px;
    }
    p.content_description {
        width: 120%;
    }
    h2.content-section-mainhead.text-center, p.content-section-subhead { 
        margin: 0 70px;
    }
}
@media only screen and (min-width: 1600px) and (max-width: 1722px) {
    span.footer-parameters, a.foo-link { font-size: 22px; }
}
@media screen and (min-width: 1401px) and (max-width: 1599px) {
    img.img-responsive.printer_banner {
        top: -150px !important;
        left: -80px !important;
   }
   .col-lg-6.px-lg-4 {
     min-height: 260px;
     padding: 0 40px;
  }
  .robot_img_box-1 {
    top: -385px;
  }
  .robot_img_box-2 {
    position: absolute;
    top: -370px;
    left: -40px;
    margin-right: 45px;
  }
}
@media only screen and (min-width: 1301px) and (max-width: 1380px) {
    .mx-2 {
     margin: 40px -20px !important;
     padding: 20px 20px !important;
   }
   .photo-businesses form {
       padding: 10px 10px;
   }
   #layer1 {
       width: 240px !important;
       right: 0px !important;
   }
   .rounded_yellow_bg {
       width: 82%;
   }
   .col-lg-11.p-0.d-flex.flex-row.flex-wrap {
      width: 91%;
    }
    .col-lg-11.p-0.d-flex.flex-row-reverse.flex-lg-row.flex-wrap-reverse.flex-lg-wrap.flex-md-row.flex-wrap-reverse.flex-md-wrap {
     width: 91.2%;
    }
}
@media only screen and (min-width: 1201px) and (max-width: 1299px) {
   .mx-2 {
     margin: 50px -70px !important;
     padding: 20px 60px !important;
   }
    section.youtube-video {
     width: 96%;
   }
   .photo-businesses form {
       padding: 20px 10px;
   }
   #layer1 {
       width: 240px !important;
       right: 20px !important;
   }
   .rounded_yellow_bg {
       width: 79%;
   }
   .col-lg-11.p-0.d-flex.flex-row.flex-wrap {
      width: 88.2%;
    }
    .col-lg-11.p-0.d-flex.flex-row-reverse.flex-lg-row.flex-wrap-reverse.flex-lg-wrap.flex-md-row.flex-wrap-reverse.flex-md-wrap {
      width: 88.4%;
    }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
 .photo-businesses input#sub_button {
     width: 55%;
     font-size: 12px;
     padding: 6px 3px;
 }
 h3.banner-head, h4.text-white.imp, h1.content_head, h3.desc_box.head, h1.content_head_1, h3.big-screen-desc.head, h2.content-section-mainhead.text-center, h1.main-heading_robot,h3.text-white.f-22, h2.gray-section-mainhead {
     font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
 }
 .banner-h1 {
    color: #008ad0;
    font-size: 48px;
    font-weight: 600;
    font-family: "HelveticaNeue-Roman";
  }
  .bannner-right-robot-box h3 {
    font-weight: bold;
    word-spacing: 6px;
    color: #125d94;
    font-size: 36px;
    font-family: 'HelveticaNeue-Roman' !important;
  }
  .reasons-5-heading h1 {
    font-size: 40px;
    color: #125d95 !important;
   }
  .bannner-right-robot {
    max-width: 46%; 
  } 
  .this-highly-compact p {
    font-size: 22px;
    font-weight: 500;
    font-family: 'HelveticaNeue-Roman';
  }
  .automate-container h1 {
    font-family: 'HelveticaNeue-Roman';
    font-weight: 600;
    color: black;
  }
  img.graybg_img {
    max-width: 100% !important;
    width: 300px;
  }
  .bg-top {
      background-size: 100% 130% !important;
  }
}
h3.font-weight-bold.banner-heading-h3, h3.font-wight-500.pr-lg-4, .banner-h1 {
    font-family: "HelveticaNeue-Roman";
}
span.price_tag {
    border: 1px solid #007bff;
    padding: 5px;
}
@media screen and (min-width: 1911px) and (max-width: 1921px) {
    .banner-h1 {
        color: #008ad0;
        font-size: 75px !important;
        font-weight: 600;
     }
    .banner-heading-h3 {
        font-size: 50px;
     }
     .bannner-right-robot-box h3 {
      font-weight: bold;
      word-spacing: 6px;
      color: #125d94;
      font-size: 54px;
   }
   .bg-top{
       background-size: 100% 154%;
   }
   .this-highly-compact p {
    font-size: 35px;
    font-weight: 500;
    font-family: 'HelveticaNeue-Roman';
   }
   .automate-container h1 {
    font-size: 57px;
    font-family: 'HelveticaNeue-Roman';
    color: black;
   }
   p.m-0.font-18.font-weight-bold { font-size: 24px;
     text-align: center;
     padding: 0 20px;
   }
   .reasons-5-heading h1 {
     font-size: 60px;
     color: #125d95;
   }
   .text-dark small {
     font-size: 110%;
    }
    h4.m-0 {
        font-size: 30px;
    }
    section.footer-description #layer1 {
      top: 1056px !important;
      right: 30px !important;
    }
    .col-12.ml-auto.text-right.five-col-img.pb-lg-3 {
      height: 130px;
    }
    div#fourth {
      height: 155px;
    }
}
@media screen and (min-width: 1511px) and (max-width: 1901px) {
    .banner-h1 {
        color: #008ad0;
        font-size: 55px !important;
        font-weight: 600;
     }
    .banner-heading-h3 {
        font-size: 36px;
     }
     .bannner-right-robot-box h3 {
      font-weight: bold;
      word-spacing: 6px;
      color: #125d94;
      font-size: 38px;
   }
   .this-highly-compact p {
    font-size: 28px;
    font-weight: 500;
    font-family: 'HelveticaNeue-Roman';
   }
   .automate-container h1 {
    font-size: 45px;
    font-family: 'HelveticaNeue-Roman';
    color: black;
   }
   p.m-0.font-18.font-weight-bold { font-size: 24px; }
   .reasons-5-heading h1 {
     font-size: 47px;
     color: #125d95;
   }
   .text-dark small {
     font-size: 110%;
    }
    h4.m-0 {
        font-size: 30px;
    }
    section.footer-description #layer1 {
      top: 607px !important;
      right: 30px !important;
    }
}
.banner-h1 {
    color: #008ad0;
    font-weight: 600;
}
.bannner-right-robot-box h3 {
    font-weight: bold;
    color: #125d94;
}
.automate-container h1 {
    /*font-size: 47px;*/
    font-weight: 600;
    color: black;
}
.reasons-5-heading h1 {
    /*font-size: 40px;*/
    color: #125d95;
}
label.checkbox_msg {
    color: white;
    font-size: 13px;
    padding-left: 15px;
    text-indent: -15px;
    font-family: 'HelveticaNeue-Roman';
}
a.checkbox_link {
    color: white;
    font-weight: 700;
}