.contact-us-side-widget {
    position: relative;
}
.contact-us-side-widget__opener {
    position: fixed;
    top: 50%;
    right: 0;
    cursor: pointer;
    /* background: #007db8; */
    font-family: "SAPBook",Arial,Helvetica,sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    /* padding: 16px 25px 13px; */
    z-index: 150;
    box-sizing: border-box;
    display: inline-block;
}
.contact-us-side-widget__opener .icon-chat {
    margin: -1px 0 1px;
    text-align: center;
    box-sizing: border-box;
    display: block;
}
.contact-us-side-widget__opener .icon-chat:before {
    font-size: 26px;
    line-height: 26px;
}
.screen-reader-text {
    position: absolute;
    top: -9999px;
    left: -9999px;
}
.contact-us-icon {
  width: 100px;
  height: 100px;
}


.livechat {
  position: fixed;
  z-index: 999999999999999999999999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  animation-duration: 0.25s;
  background-color: rgba(0, 0, 0, 0.5);
}

.livechat .center {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.livechat .inner {
  width: 91.5%;
  bottom: auto;
  top: 30%;
  padding: 32px 34px;
  background-color: white;
  border-radius: 16px;
  animation-duration: 0.15s;
}

.livechat .inner .inner-i {
  overflow-y: scroll;
  height: 100%;
}


.livechat .inner .popclose {
  position: absolute;
  width: 32px;
  height: 32px;
  right: 10px;
  top: -40px;
}

.livechat .inner .title-box h1 {
  font-size: 20px;
  color: #333333;
}

.livechat .inner .title-box span {
  margin: 0;
  width: 100%;
  background: #fff;
  font-size: 12px;
  color: #333333;
}

.livechat-contact-form .inputbox {
  position: relative;
  margin-top: 24px;
}

.livechat-contact-form .inputbox strong {
  padding-right: 4px;
  color: red;
}

.livechat-contact-form .inputbox h1 {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #999999;
  line-height: 16px;
  font-weight: normal;
}

.livechat-contact-form .inputbox .rightlabel {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding-bottom: 2px;
  font-size: 24px;
  color: #666666;
  border-bottom: 1px solid #666666;
}

.livechat-contact-form .inputbox .text {
  width: 100%;
  height: 40px;
  margin-top: 8px;
  background: white;
  border: 1px solid #d2d2d2;
  overflow: hidden;
  font-size: 14px;
  color: #999999;
}

.livechat-contact-form .btn {
  width: 100px;
  height: 40px;
  line-height: 40px;
  background: #047CB8;
  font-size: 18px;
  color: white;
  text-align: center;
  margin: 50px auto 0;
}

.livechat-contact-form .btn-group {
  width: 100%;
}

.livechat-contact-form .btn-group .btn {
  float: left;
  width: 48%;
  margin-right: 20px;
}

.livechat-contact-form .btn-group .btn:last-of-type {
  background: transparent;
  color: #f0ab00;
  border: 2px solid #f0ab00;
  line-height: 86px;
  margin-right: 0;
}

.livechat-contact-form .btns {
  display: none;
}
