.zhiCustomBtn {
  position: fixed;
  border: none;
  width: 9.5%;
  max-width: 154px;
  top: 33%;
  right: 20px;
  padding: 0;
  outline: 0px;
  background: none;
  font-size: 0;
  text-align: left;
  z-index: 999;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: right center;
}

@media (max-width: 1400px) and (min-width: 767px) {
  .zhiCustomBtn {
    width: 140px;
  }
}

.zhiCustomBtn .zhiCustomBtn-content {
  position: relative;
  float: right;
  margin-right: 100px;
  line-height: 40px;
  padding: 0 20px;
  border-radius: 5px;
  white-space: nowrap;
  background-color: #20b573;
}
.zhiCustomBtn .zhiCustomBtn-content::before {
  content: '';
  position: absolute;
  right: -18px;
  top: 15px;
  border-left: 9px solid #20b573;
  border-top: 5px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 5px solid transparent;
}
.zhiCustomBtn-bg {
  text-align: center;
  cursor: pointer;
  /*background-image: url(../img/consult-logo@1x.png);*/
  /*background-image: -webkit-image-set(url(../img/consult-logo@1x.png) 1x, url(../img/consult-logo@2x.png) 2x);*/
}

.zhiCustomBtn-wrap {
  max-width: 100%;
  background-color: #ecc541;
  height: 244px;
  padding: 4px 8px 0;
}

.zhiCustomBtn-intro-wrap {
  padding-top: 14px;
  border-top: 1px #fff dashed;
}

.zhiCustomBtn-intro {
  margin-bottom: 8px;
  padding: 8px 0;
  width: 84.4%;
  background-color: #49b963;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 50px;
  line-height: 18px;
  text-shadow: 1px 1px 5px rgba(0,0,0, 0.23);
  -webkit-box-shadow:
    0px 4px 6px 2px rgba(0,0,0, 0.15),
    0px 6px 4px #7acc8d inset,
    0px -6px 4px #54a465 inset;
  -moz-box-shadow:
    0px 4px 6px 2px rgba(0,0,0, 0.15),
    0px 6px 4px #7acc8d inset,
    0px -6px 4px #54a465 inset;
  box-shadow:
    0px 4px 6px 2px rgba(0,0,0, 0.15),
    0px 6px 4px #7acc8d inset,
    0px -6px 4px #54a465 inset;
}

.zhiCustomBtn-intro--link {
  text-decoration: none;
  display: inline-block;
}

.zhiCustomBtn-intro--link:hover,
.zhiCustomBtn-intro--link:focus,
.zhiCustomBtn-intro--link:active {
  color: #fff;
  cursor: pointer;
}

.zhiCustomBtn-tel {
  margin: 4px auto 2px;
  width: 84.4%;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff;
  font-size: 14px;
  border: 1px #fff dashed;
  -webkit-box-shadow:
    0px 1px 1px rgba(0, 0, 0, 0.05) inset,
    1px 0px 1px rgba(0, 0, 0, 0.05) inset,
    -1px 0px 1px rgba(0, 0, 0, 0.05) inset,
    1px 0px 1px rgba(0, 0, 0, 0.2),
    0px 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow:
    0px 1px 1px rgba(0, 0, 0, 0.05) inset,
    1px 0px 1px rgba(0, 0, 0, 0.05) inset,
    -1px 0px 1px rgba(0, 0, 0, 0.05) inset,
    1px 0px 1px rgba(0, 0, 0, 0.2),
    0px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow:
    0px 1px 1px rgba(0, 0, 0, 0.05) inset,
    1px 0px 1px rgba(0, 0, 0, 0.05) inset,
    -1px 0px 1px rgba(0, 0, 0, 0.05) inset,
    1px 0px 1px rgba(0, 0, 0, 0.2),
    0px 1px 1px rgba(0, 0, 0, 0.2);
}

.zhiCustomBtn-tel__tip {
  line-height: 16px;
}

.zhiCustomBtn-mobile {
  background-image: url(../img/zhi-entry-btn-mobile.png) !important;
}

.common-header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}
.common-header.fixed .es-nav li > a {
  color: #2b333b;
}
.common-header.fixed .es-nav li.active > a {
  color: #43BC60;
}
.common-header.fixed .es-nav > ul > li > a:hover {
  color: #20b573;
  background: none;
}
.common-header.fixed .navbar-contact > a {
  color: #fff;
  background: #43BC60;
}
.common-header.fixed .navbar-tel > a {
  color: #43BC60;
  background-color: transparent;
}
.application-form .form-error-message {
  color: #ed3e3e;
}
::-webkit-input-placeholder {
  color: #9CA6AF !important;
}

.pendant-position {
  left: 12px;
  right: 100% !important;
}