@font-face {
  font-family: 'CocktailScript';
  src: url('/font/CocktailScript.eot?#iefix') format('embedded-opentype'),  url('/font/CocktailScript.woff') format('woff'), url('/font/CocktailScript.ttf')  format('truetype'), url('/font/CocktailScript.svg#CocktailScript') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeue-Roman';
  src: url('../font/HelveticaNeue-Roman.eot?#iefix') format('embedded-opentype'),  url('/font/HelveticaNeue-Roman.otf')  format('opentype'),
       url('../font/HelveticaNeue-Roman.woff') format('woff'), url('../font/HelveticaNeue-Roman.ttf')  format('truetype'), url('../font/HelveticaNeue-Roman.svg#HelveticaNeue-Roman') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* 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 */
  
   .container.footer-c{
      padding-bottom: 177px;
    }
html {
    height: 100%;
}

body {
    height: 100%;
    overflow-x: hidden;
}
.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;
}
span.footer-flink {
    /*position: absolute;*/
    /*margin-top: -14%;*/
}
.photo-businesses img.footer-fsharelink {
    width: 3%;
}
.button.desktop-view {
  display: none;
  color: #000;
}
.footer-borders {
  color: #000;
}
.footer-border {
  color: #000;
}
 /*.sticky {
  position: fixed;
  top: 25%;
  bottom: 50%;
  right: 10px;
  width: 270px;
} */
 .photo-businesses .form-headding {
 color: white;
    font-weight: 500;
    font-size: 24px;
    text-align: center;
    line-height: 28px;
}
.cf.sub-heading {
    color: white;
}
.photo-businesses input[type=text], select, input[type=textarea] {
    width: 100%;
    padding: 4px;
    margin: 3px 0;
    /*font-size: 12px;*/
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    color: #000000;
  }
  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#cnumber {
    width: 100%;
    padding: 5px 19px;
    margin: 4px 0;
     display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}*/
.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: 20px;
  }
 .photo-business-form {
    background-color: #3198b9;
    /*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;
}
.photo-businesses .last-section {
  padding-top: 5%;
}
.photo-businesses img.img-responsive.line {
  height: 20%;
}
  .photo-businesses img.footer-fsharelink {
    /*width: 40%;*/
}
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: 901px !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:0px;
    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: 10px 0;
}
#verificationcode{
    margin-bottom: 5px;
}
.errmsg{
    color:red;
}
.bg-Lblue {
    background: #3198b9;
}
img.img-responsive.firstsection-img {
    width: 160px;
    padding: 10px;
    margin: 10px 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;
}
img.icons {
    width: 100px;
}
.icon-content {
    margin: 50px 0;
}
p.icon.desc {
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    top: 20px;
    left: 30px;
}
.mt-4 {
    margin-top: 35px;
}
.video-bg {
    background: #e8e8e8;
    background-size: contain;
}
.video-bg {
    background: #e8e8e8;
    margin: 0 30px;
}
/*img.video-btn {*/
/*    position: relative;*/
/*    right: 46%;*/
/*    width: 75px;*/
/*    top: 20px;*/
/*    display: inline;*/
/*}*/
span.price-range {
    font-size: 28px;
    font-weight: 600;
    color: #415055;
    margin: 0 5px;
}
h3.price {
    font-size: 18px;
    color: #415055;
    font-weight: 600;
    margin-bottom: 25px;
}
.mt-2 {
    margin-top: 20px;
}
a.buynow-btn {
    background: #415055;
    padding: 10px 70px;
    color: white;
    font-size: 20px;
    font-weight: 500;
}
h3.footer-small-desc {
    font-size: 24px;
    line-height: 35px;
    font-weight: 500;
}
h1.footer-strong-desc {
    font-size: 34px;
    font-weight: 600;
}
section.footer-desc {
    position: relative;
    top: 240px !important;
}
.footer {
    position: relative;
    top: 230px;
}
a:hover {
    text-decoration: none;
}
.slider {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0px auto 0px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.price_tag {
    color: #0077BD;
    font-size: 1.0em;
    font-weight: bold;
    padding: 3px 6px;
    border: thin solid #808080;
}
footer.footer-ty a {
    text-align: center;
    color: #444444;
    text-decoration: none;
}
img#logo_img1 {
    float: right;
    padding: 10px 0px;
}
img.thankyou-banner {
    width: 100%;
}
section.content-desc {
    margin: 40px 0;
}
.robot-bg {
    background: url(../images/bg-1.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
img.robots {
    width: 200px;
    padding: 20px;
    margin: 40px 0;
}
.robots-halves {
    text-align: center;
    margin: 80px 0;
}
p.robots-name, a.robots-name {
    background: #FFF;
    max-width: 300px;
    padding: 14px;
    border-radius: 25px;
    font-size: 20px;
    margin: 0px auto;
}
section.why-robot {
    margin: 40px 0;
}
h3.why-robot.heading {
    background: #5eb5e1;
    border-radius: 5px;
    font-size: 30px;
    margin: 0px 10px;
    text-align: center;
    padding: 30px 50px;
    font-weight: 800;
}
.connector {
    position: absolute;
    left: 240px;
    top: 40px;
}
img.icon-connector {
    width: 270px;
    z-index: -99999;
}
img.img-icon {
    width: 40%;
}
.row.mt-large-5 {
    margin: 60px 0;
}
h3.icon-head {
    font-size: 26px;
}
p.icon-desc {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding: 0 30px;
}
.footer-robots {
    background: white;
}
section.robot-overview {
    margin: 0 0 50px 0;
}
.sub-heading {
    font-size: 12px;
    color: white;
    margin-bottom: 5px;
}


@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;
}

.desk-visible li::before {
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  display: inline-block;
  width: 1em;
     position: relative;
    left: 14px;
}
.botm-space{
    padding-bottom: 12px;
}
.desk-visible td {
    font-size: 18px;
    padding: 7px 65px;
    width: 25%;
}
.desk-visible li {
    text-indent: -18px;
}
.desk-visible th {
      padding: 15px 50px;
      font-size: 22px;
      font-weight: 600;
  }
.mobi-visible {
    margin: 10px 0;
    padding: 0 5px;
}
.mobi-visible li::before {
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  position: relative;
    left: 13px;
}
.mobi-visible td {
    width: 50%;
    padding: 4px 28px;
}
.mobi-visible th {
    padding: 15px 30px;
    font-size: 15px;
    font-weight: 600;
}
.mobi-visible li {
    line-height: 16px;
    text-indent: -14px;
}
@-moz-document url-prefix() {
  section.robot-overview {
    margin: 0 0 120px 0;
  }
}
.imgButton{
    text-align:center;
}
a.robots-name {
    background: white;
    padding: 15px 90px;
    border-radius: 30px;
    font-size: 20px;
    position: relative;
    top: 15px;
}
.contact-image {
    padding: 0 10px;
}



/*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;
}

.bg-light{
background-color:#c6e4ee;
}
.bg-light1{
background-color: #eef7fa;
}
.pd35{
  padding: 35px;
}
.border-b{
  border-bottom: 5px solid #80cff1;
}
.prod-desc >p{
  line-height: 20px;
}
.prod-desc li{
    list-style: disc;
}
.text-main{
  font-size: 25px;
  color: #0082c9;
}
.price{
  margin-top: 30px;
  color:#fff;
  padding:10px 0px;
  /*font-weight: bold;*/
}
.bg-white{
background-color: white;
padding: 20px 0px;
margin-bottom: -18px;
}
.bg-blue{
  background-color: #259ec3;
}
.text-white{
  color: white;
}
.icon-box{
  padding: 30px;
    color: white;
    text-align: center;
 }

.icon-box:nth-child(1)::after{
     display: inline-block;
    content: "";
    border-top: 1px solid white;
    width: 50%;
    margin: 0 1rem;
    transform: rotate(90deg);
    position: absolute;
    top: 50%;
    left: 66%;
}
.icon-box:nth-child(2)::after{
      display: inline-block;
    content: "";
    border-top: 1px solid white;
    width: 50%;
    margin: 0 1rem;
    transform: rotate(90deg);
    position: absolute;
    top: 50%;
    left: 66%;
}

.icon-box:nth-child(4)::after{
      display: inline-block;
    content: "";
    border-top: 1px solid white;
    width: 50%;
    margin: 0 1rem;
    transform: rotate(90deg);
    position: absolute;
    top: 50%;
    left: 66%;
}
.icon-box:nth-child(5)::after{
      display: inline-block;
    content: "";
    border-top: 1px solid white;
    width: 50%;
    margin: 0 1rem;
    transform: rotate(90deg);
    position: absolute;
    top: 50%;
    left: 66%;
}

.icon-box p{
  font-size: 18px;
  line-height: 24px;
  margin: 10px;
}
.icon-box > img{
  width: 76px;
}
.icon-box > .one{
  width: 100px !important;
}
.icon-box > .d{
  width: 100px !important;
}
.cust-w{
  width: 95% ;
}
.bg-transparent{
  background-color: transparent;
  color: gray;
}
.m-auto{
margin: 0px auto;
}
.p-10{
  padding: 10px;
}
.footer-c{
  padding: 12px;
  margin: 0 auto;
}
.bg-blue::after{
  clear: both !important;
}
.d-flex{
  display: flex;
}
.text-align-right{
  text-align: right;
}
.text-align-left{
  text-align: left;
}
.display1{
  display: none;
}
.modal-header .close{
  position: absolute;
    color: white;
    right: -25px;
    top: -6%;
    font-size: 35px;
    opacity: 1;
}
.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: #6d6e71;
}
.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: 2px;
}
input, .photo-businesses select {
    font-size: 13px;
}
label.checkbox_msg {
    color: white;
    font-size: 13px;
    padding-left: 15px;
    text-indent: -15px;
    font-weight: 500;
}
a.checkbox_link {
    color: white;
}

.mrp-bg {
    background: url(../images/mrp-bg.png) no-repeat;
    background-size: 100% 100%;
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    img.img-responsive.firstsection-img {
    width: 12% !important;
    padding: 15px 20px !important;
    margin: 0 30px !important;
    float: left !important;
  }
}