.chat-launcherMX {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 100px;
  height: 100px;
  z-index: 899;
  background-image: url("../images/Cellbot/bot_hi.svg");
  background-size: contain;
  border-radius: 0;
  cursor: pointer;
}
.chat-launcherEU {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 100px;
  height: 100px;
  z-index: 899;
  background-image: url("../images/Cellbot/bot_hi-EU.svg");
  background-size: contain;
  border-radius: 0;
  cursor: pointer;
}

.chat-launcherMX:before, .chat-launcherMX:after {
  font-family: FontAwesome;
  font-size: 34px;
  position: absolute;
  -webkit-transition: transform 180ms linear, opacity 130ms linear;
  transition: transform 180ms linear, opacity 130ms linear;
}
.chat-launcherEU:before, .chat-launcherEU:after {
  font-family: FontAwesome;
  font-size: 34px;
  position: absolute;
  -webkit-transition: transform 180ms linear, opacity 130ms linear;
  transition: transform 180ms linear, opacity 130ms linear;
}

.chat-launcherMX:before {
  content: "";
  margin: 200px;
  opacity: 1;
}
.chat-launcherEU:before {
  content: "";
  margin: 200px;
  opacity: 1;
}

.chat-launcherMX:after, .chat-launcherEU:after {
  content: "";
  margin: 13px 17px;
  opacity: 0;
}

.chat-launcherMX:hover, .chat-launcherEU:hover {

}

.chat-launcherMX.active:before, .chat-launcherEU.active:before {
  opacity: 0;
}


.chat-launcherMX.active:after {
  position: fixed;
  bottom: 17px;
  right: 13px;
  background-image: url("../images/Cellbot/bot_bye.svg");
  background-size: contain;
  opacity: 1;
  width: 100px;
  height: 100px;
}
.chat-launcherEU.active:after {
  position: fixed;
  bottom: 17px;
  right: 13px;
  background-image: url("../images/Cellbot/bot_bye-EU.svg");
  background-size: contain;
  opacity: 1;
  width: 100px;
  height: 100px;
}

.chat-wrapper {
  height: 560px;
  width: 400px;
  display: block;
  border-radius: 15px;
  background: #ebebeb;
  position: fixed;
  right: 50px;
  bottom: 150px;
  margin-top: 20px;
  z-index: 999;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06), 0 2px 22px rgba(0, 0, 0, 0.16);
  -webkit-transition: transform 400ms ease;
  transition: transform 400ms ease;
  -webkit-transform: translateY(130%);
  transform: translateY(130%);
}
.chat-wrapper:before {
  height: 0%;
  padding: 0%;
  font-size: 1.1em;
  line-height: 1em;
  display: block;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: #666;
  color: white;
  content: attr(data-headline);
}
.chat-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 15px;
  padding: 0%;
  overflow: hidden;
}
.chat-wrapper.is-open {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}




@media (max-width:860px) {
 
.chat-launcherMX {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 100px;
  height: 100px;
  z-index: 9999;
  background-image: url("../images/Cellbot/bot_hi.svg");
  border-radius: 0;
  cursor: pointer;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.0), 0 0px 0px rgba(0, 0, 0, 0.0);
   ../images/Cellbot/}  
.chat-launcherEU {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 100px;
  height: 100px;
  z-index: 9999;
  background-image: url("../images/Cellbot/bot_hi-EU.svg");
  border-radius: 0;
  cursor: pointer;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.0), 0 0px 0px rgba(0, 0, 0, 0.0);
   ../images/Cellbot/}  
	
.chat-wrapper {
  height: 400px;
  width: 100%;
  display: block;
  border-radius: 0px;
  background: #ebebeb;
  position: fixed;
  right: 0px;
  bottom: 110px;
  z-index: 999;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06), 0 2px 22px rgba(0, 0, 0, 0.16);
  -webkit-transition: transform 400ms ease;
  transition: transform 400ms ease;
  -webkit-transform: translateY(130%);
  transform: translateY(130%);
}
	
.chat-launcherMX.active:after {
  position: fixed;
  bottom: -3px;
  right: -7px;
  background-image: url("../images/Cellbot/bot_bye.svg");
  opacity: 1;
  width: 100px;
  height: 100px;
}
.chat-launcherEU.active:after {
  position: fixed;
  bottom: -3px;
  right: -7px;
  background-image: url("../images/Cellbot/bot_bye-EU.svg");
  opacity: 1;
  width: 100px;
  height: 100px;
}
    }
