  body .b24-widget-button-position-bottom-right {
    bottom: 50%;
    right: 5px;
  }
  body .b24-widget-button-inner-mask {
    height: 106px;
    width: 106px;
    top: -13px;
    left: -13px;
  }
  body .b24-widget-button-block {
    width: 82px;
    height: 82px;
  }
  body .b24-widget-button-inner-block {
    height: 82px;
  }
  body .b24-widget-button-icon-container {
      box-sizing: content-box;
      -webkit-box-sizing: content-box;
      width: 82px;
      height: 82px;
      background-image: url(../images/mini.png);
      background-position: center center;
      background-repeat: no-repeat;
      animation-name: tossing;
      -webkit-animation-name: tossing;
      animation-duration: 1.5s;
      -webkit-animation-duration: 1.5s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
  }
  body .b24-widget-button-inner-item svg {
    display: none;
  }

  body #bx24_form_container_12 {
    z-index: 100000;
      position: fixed;
      top: 10%;
      bottom: 10%;
      left: 0;
      right: 0;
      display: none;
      max-width: 600px;
      width: 80%;
      padding: 0;
      border-radius: 20px;
      border: 5px solid #ff971f;
      background: #fff;
      vertical-align: middle;
      height: auto;
      margin: auto; 
  }
  body #bx24_form_container_12.open-sidebar {
    display: inline-block;
  }
  body .bx-crm-widget-form-config-sidebar-header {
    height: 35px;
  }
  body .bx-crm-widget-form-config-sidebar-message {
    display: none;
  }
  body .bx-crm-widget-form-config-sidebar-close {
    display: block;
      position: absolute;
    top: 6px;
      right: 6px;
      width: 23px;
      height: 23px;
      padding: 5px;
      border-radius: 50%;
      cursor: pointer;
      background: #ff971f;
      text-align: center;
      text-decoration: none;
      cursor: pointer;
  }
  body .bx-crm-widget-form-config-sidebar-close:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
      font-size: 12px;
      line-height: 22px;
      color: #fff;
      font-weight: bold;
      content: "X";
  }
  body .bx-crm-widget-form-config-sidebar-close span {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  body .bx-crm-widget-form-config-sidebar-close span:hover {
    opacity: 0;
  } 

  body .bx-crm-widget-form-config-sidebar-close:hover {
    background: #ff6600;
  }
  body .bx-crm-widget-form-config-sidebar-info {
    top: 20px;
    bottom: 10px;
    height: auto;
  }
  body .bx-crm-widget-form-config-sidebar-chat-border {
    display: none;
  }

/*animation*/
#popup__toggle{bottom:400px;right:-30px;position:fixed;}
.img-circle{background-color:#ff971f;box-sizing:content-box;-webkit-box-sizing:content-box;}
.circlephone{box-sizing:content-box;-webkit-box-sizing:content-box;border: 2px solid #ff971f;width:150px;height:150px;bottom:-25px;right:10px;position:absolute;-webkit-border-radius:100%;-moz-border-radius: 100%;border-radius: 100%;opacity: .5;-webkit-animation: circle-anim 2.4s infinite ease-in-out !important;-moz-animation: circle-anim 2.4s infinite ease-in-out !important;-ms-animation: circle-anim 2.4s infinite ease-in-out !important;-o-animation: circle-anim 2.4s infinite ease-in-out !important;animation: circle-anim 2.4s infinite ease-in-out !important;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
 body .b24-widget-button-inner-mask{-webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;-moz-animation: circle-fill-anim 2.3s infinite ease-in-out;-ms-animation: circle-fill-anim 2.3s infinite ease-in-out;-o-animation: circle-fill-anim 2.3s infinite ease-in-out;animation: circle-fill-anim 2.3s infinite ease-in-out;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.img-circle{box-sizing:content-box;-webkit-box-sizing:content-box;width:72px;height:72px;bottom: 14px;right: 49px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;opacity: .7;}
 body .b24-widget-button-icon-container{animation-name: tossing;-webkit-animation-name: tossing;animation-duration: 1.5s;-webkit-animation-duration: 1.5s;animation-iteration-count: infinite;-webkit-animation-iteration-count: infinite;}
.img-circle:hover{opacity: 1;}
@keyframes pulse {0% {transform: scale(0.9);opacity: 1;}
  50% {transform: scale(1); opacity: 1; }   
  100% {transform: scale(0.9);opacity: 1;}}
 @-webkit-keyframes pulse {0% {-webkit-transform: scale(0.95);opacity: 1;}
  50% {-webkit-transform: scale(1);opacity: 1;}   
  100% {-webkit-transform: scale(0.95);opacity: 1;}}
@keyframes tossing {
  0% {transform: rotate(-8deg);}
  50% {transform: rotate(8deg);}
  100% {transform: rotate(-8deg);}}
@-webkit-keyframes tossing {
  0% {-webkit-transform: rotate(-8deg);}
  50% {-webkit-transform: rotate(8deg);}
  100% {-webkit-transform: rotate(-8deg);}}
@-moz-keyframes circle-anim {
  0% {-moz-transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;-moz-opacity: .1;-webkit-opacity: .1;-o-opacity: .1;}
  30% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;-moz-opacity: .5;-webkit-opacity: .5;-o-opacity: .5;}
  100% {-moz-transform: rotate(0deg) scale(1) skew(1deg);opacity: .6;-moz-opacity: .6;-webkit-opacity: .6;-o-opacity: .1;}}
@-webkit-keyframes circle-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.5) skew(1deg);-webkit-opacity: .1;}
  30% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);-webkit-opacity: .5;}
  100% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);-webkit-opacity: .1;}}
@-o-keyframes circle-anim {
  0% {-o-transform: rotate(0deg) kscale(0.5) skew(1deg);-o-opacity: .1;}
  30% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);-o-opacity: .5;}
  100% {-o-transform: rotate(0deg) scale(1) skew(1deg);-o-opacity: .1;}}
@keyframes circle-anim {
  0% {transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;}
  30% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;}
  100% {transform: rotate(0deg) scale(1) skew(1deg);
opacity: .1;}}
@-moz-keyframes circle-fill-anim {
  0% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);opacity: .2;}
  100% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-webkit-keyframes circle-fill-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;  }
  50% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;  }
  100% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-o-keyframes circle-fill-anim {
  0% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-o-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@keyframes circle-fill-anim {
  0% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}

@media screen and (max-width: 770px) {
  body .b24-widget-button-position-bottom-right {
    bottom: 80px;
    right: 5px;
  }
}