.heading-menu, .container.cust-quote, .sec-pTB.mbH, #btmscroll, .btmBar, .nav-dwn, #backToTop, .sec-pTB.bg-l-grey, #commonHeader {
  display: none;
}
#scroll {
  padding: 0;
}
.container#scroll {
  max-width: 1100px;
}
footer {
  border: 0;
}
.foot-copy {
  border-top: 1px solid #eee;
}
body {
  font-family: 'ZohoPuvi';
  color: #000;
}
#zoho-header {
  position: fixed;
  top: 0;
  z-index: 999999;
  background-color: #fff;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eeeded;
}
.zoho-logo {
  content: '';
  width: 94px;
  height: 33px;
  background-repeat: no-repeat;
  background-position: -303px 0;
  background-size: auto 50px;
  background-image: url(https://www.zohowebstatic.com/sites/default/files/zh-sprite-2x-new.png);
  margin: 10px 0;
}
.banner {
  padding: 60px 0 60px;
  background-color: #f6f9fd;
  border-bottom: 1px solid #e1e6ee;
  text-align: center;
  margin-top: 54px;
}
h1 {
  font-size: 50px;
  letter-spacing: -1px;
  line-height: 1;
  margin: 0;
  font-weight: 300;
}
h2 {
  font-size: 36px;
  letter-spacing: -1px;
  line-height: 1;
  margin: 45px 0 25px;
  font-weight: 300;
}
h2:first-child {
  margin: 25px 0;
}
p {
  font-size: 18px;
  letter-spacing: -0.2px;
  color: #000;
  margin: 0 0 10px;
  line-height: 1.7;
  font-weight: 300;
}
ul li {
  position: relative;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 1.9;
  font-weight: 300;
  padding-left: 15px;
  margin-bottom: 15px;
}
ul li:before, ul li:after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #0a73c0;
  position: absolute;
  left: 0;
  top: 13px;
}
ul li span {
  display: block;
  font-size: 14px !important;
  margin-bottom: 2px;
  color: #555;
}
.cta {
  position: relative;
  padding: 16px 50px 16px 24px;
  font-size: 13px;
  border-radius: 2px;
  background: #f60014;
  border-radius: 2px;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: .2px;
  margin-top: 30px;
  border: 1px solid #f60014;
  line-height: normal;
  text-decoration: none !important;
}
.cta:after {
  content: '›';
  width: 13px;
  height: 13px;
  position: absolute;
  right: 15px;
  top: calc(50% - 9px);
  font-size: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.flex {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.share {
  margin-top: 35px;
}
.share span {
  font-size: 10px;
  letter-spacing: -0.19px;
  text-transform: uppercase;
  margin-bottom: 5px;
  display: block;
}
.share a.social-icons {
  width: 32px;
  height: 32px;
  margin: 6px 3px;
  display: inline-block;
  transition: border-color .4s;
  position: relative;
  overflow: visible;
  border: 1px solid #d1d5e2;
  border-radius: 50%;
  transition: border-color .4s;
  font-size: 0;
  text-align: center;
  background-image: unset;
}
.share a.social-icons:before {
  content: "";
  width: 16px;
  height: 30px;
  background: url(https://www.zohowebstatic.com/sites/default/files/careers/zh-cw-career-newhome-sprite.png) left top no-repeat;
  margin: 0 auto;
  display: inline-block;
  background-size: 540px auto;
}
.share a.social-icons:hover {
  border-color: #000;
}
.share a.social-icons.fb::before {
  background-position: -20px -126px;
}
.share a.social-icons.twitter::before {
  background-position: -22px -104px;
}
.share a.social-icons.li::before {
  background-position: -39px -105px;
}
.share a.social-icons.whatsapp::before {
  background-position: -59px -127px;
}
.share a.social-icons.telegram::before {
  background-position: -78px -127px;
}
.zoho-interview.details {
  max-width: 1200px;
  margin: auto;
}
.left-pane {
  margin: 50px;
  width: 60%;
  border-right: 1px dashed #eee;
  padding: 0 50px 0 0;
}
.right-pane {
  margin: 50px;
  width: 40%;
}
.right-pane ul li {
  padding: 0;
}
.right-pane ul li:before, .right-pane ul li:after {
  display: none;
}
.zoho-interview.regform {
  text-align: center;
  background-color: #eef1f6;
  padding: 50px 0 0 0;
}
.zoho-interview.regform iframe {
    height: 1700px;
}
.zoho-interview.regform iframe.offset {
    height: 1500px;
}
.zoho-interview.regform iframe.offset1 {
    height: 1800px;
}
@media(max-width:600px) {
  .headerinner .prdLogo {
    display: none;
  }
  .flex {
    flex-wrap: wrap;
  }
  .right-pane, .left-pane {
    margin: 50px;
    width: auto;
    border-right: 0;
    padding: 0;
  }
}