.iframeVideoFaqDivEle {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 100000;
  background-color: rgba(0, 0, 0, 0.5);
}

.cbVideoFaqContainer {
  position: relative;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 67%;
  height: 83%;
}

#iframeVideoFaqCloseBtn {
  background: #333333;
  width: 30px;
  height: 30px;
  border: none;
  font-size: 20px;
  color: #fff;
  position: fixed;
  right: 0;
  border-radius: 50%;
}

#iframeVideoFaqCloseBtn::before {
  content: "\2716";
  position: absolute;
  top: 1px;
  left: 0;
  padding: 1px 7px;
}

.iframeVideoFaqDivEle iframe {
  width: 100%;
  height: 100%;
  border: none;
  padding: 15px;
}

.phenom-chat-bot-cntr {
  position: fixed;
  /* bottom: 20px;
  right: 20px;
  height: calc(90% - ((50px))); */
  bottom: 0px;
  right: 0px;
  width: 383px;
  height: 260px;
  max-height: 836px;
  z-index: 9999;
}

.phenom-chat-bot-cntr iframe {
  position: absolute;
  bottom: 0;
  right: 0;
  /* box-shadow: 0 5px 50px 0px rgba(0, 0, 0, 0.2); */
  border-radius: 12px;
  width: 100% !important;
  height: 100%;
  margin-bottom: 0px !important;
}

.setChatBotContainerHeight {
  height: 260px;
}

.setChatBotWindow {
  bottom: 20px;
  right: 20px;
  width: 373px;
  height: calc(90% - ((50px)));
}

.setChatBotWindowShadow {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 50px 0px rgba(0, 0, 0, 0.2);
}

.setChatBotIcon {
  bottom: 0px;
  right: 0px;
  width: 100px;
  height: 100px;
}

.ppcbOpenIcon {
  position: fixed;
  bottom: 20px;
  right: 33px;
  height: 60px;
  width: 60px;
  z-index: 10001;
  border-radius: 50%;
  box-shadow: 0 2px 32px 0 rgba(0, 0, 0, 0.15), 0 1px 6px 0 rgba(0, 0, 0, 0.09);
  text-align: center;
  overflow: hidden;
  transform: scale(1);
	animation: pulse 2s infinite;
}

.ppcbOpenIcon:hover{
  background-image: url("https://d7pkvxpsevxsc.cloudfront.net/assets/bot-widget-hover-state.svg");
  background-position: center;
}


@keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}

.ppcbOpenIcon .pngClass {
  padding: 0px;
  width: 61px;
  height: 61px;
  top: 50%;
  left: 50%;
  position: absolute;
  z-index: 1;
  transform: translate(-50%, -50%);
}

.ppcbOpenIcon .svgClass {
  width: 50% !important;
  top: 50%;
  left: 50%;
  position: absolute;
  z-index: 1;
  transform: translate(-50%, -50%);
}

.zoomIn {
  animation: zoomIn 0.2s;
}

.messIcon {
  background: #ff4259;
  height: 23px;
  width: 23px;
  position: fixed;
  right: 28px;
  bottom: 60px;
  z-index: 10002;
  border-radius: 36px;
  /* box-shadow: -1px 1px 2px 0 rgba(0, 0, 0, 0.2); */
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}

.myPushElement {
  font-family: "Inter", sans-serif;
  position: fixed;
  overflow: hidden;
  right: 22px;
  bottom: 50px;
  z-index: 9999;
  width: 340px;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 7px 30px -5px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  display: block;
  padding: 24px 16px 38px 16px;
  outline: none;
}

.botMessAlign {
  right: 12px;
  bottom: 54px;
  padding-bottom: 28px;
  cursor: pointer;
}

.closeNotiIcon {
  position: absolute;
  right: 9px;
  top: 9px;
  z-index: 10001;
  cursor: pointer;
  padding: 0;
  width: 24px;
  height: 24px;
  display: none;
  border: none;
  background-color: transparent;
}

.pusherDivEle {
  position: relative;
  font-size: 16px;
  width: auto;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: normal;
  color: #5d5d5d;
  margin: 10px 6px 16px;
}

.pusherBtnClass button {
  cursor: pointer;
  width: 100%;
  border-radius: 22px;
  background-color: #ffffff;
  height: 44px;
  border: 1px solid;
  margin-bottom: 12px;
  outline: none;
  line-height: 0px;
  font-size: 14px;
  letter-spacing: 0.1px;
}

.seeMoreDiv{
  margin: 12px 105px 0 123px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.36;
  letter-spacing: 0.1px;
  color: #01a8b6;
  cursor: pointer;
}

.seeMoreDiv:focus{
  outline: none;
}


.slideOutFadeInCB {
  animation: slideOutFadeIn 550ms ease-in-out;
  -ms-zoom-animation: slideOutFadeIn 550ms ease-in-out;
  -moz-animation: slideOutFadeIn 550ms ease-in-out;
  -webkit-animation: slideOutFadeIn 550ms ease-in-out;
}

.spinIn {
  animation: spinIn 0.2s;
}

.slideInFadeInCB {
  animation: growOutFromOrigin 250ms ease-in-out 220ms;
  -moz-animation: growOutFromOrigin 250ms ease-in-out 220ms;
  -ms-zoom-animation: growOutFromOrigin 250ms ease-in-out 220ms;
  -webkit-animation: growOutFromOrigin 250ms ease-in-out 220ms;
}
  
@keyframes  growOutFromOrigin {
  from {
    transform: scale(0);
    transform-origin: right bottom;
    animation-timing-function: ease-out;
  }

  to {
    transform: scale(1);
    transform-origin: right bottom;
  }
}

@-webkit-keyframes  growOutFromOrigin {
  from {
    transform: scale(0);
    transform-origin: right bottom;
    animation-timing-function: ease-out;
  }

  to {
    transform: scale(1);
    transform-origin: right bottom;
  }
}
@-moz-keyframes  growOutFromOrigin {
  from {
    transform: scale(0);
    transform-origin: right bottom;
    animation-timing-function: ease-out;
  }

  to {
    transform: scale(1);
    transform-origin: right bottom;
  }
}
@-o-keyframes  growOutFromOrigin {
  from {
    transform: scale(0);
    transform-origin: right bottom;
    animation-timing-function: ease-out;
  }

  to {
    transform: scale(1);
    transform-origin: right bottom;
  }
}

@keyframes  slideInFadeIn {
  0% {
    bottom: 0px;
    opacity: 0;
  }

  100% {
    bottom: 20px;
    opacity: 1;
  }
}

@-webkit-keyframes  slideInFadeIn {
  0% {
    bottom: 0px;
    opacity: 0;
  }

  100% {
    bottom: 20px;
    opacity: 1;
  }
}
@-moz-keyframes  slideInFadeIn {
  0% {
    bottom: 0px;
    opacity: 0;
  }

  100% {
    bottom: 20px;
    opacity: 1;
  }
}

@-o-keyframes slideInFadeIn {
  0% {
    bottom: 0px;
    opacity: 0;
  }

  100% {
    bottom: 20px;
    opacity: 1;
  }
}


@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(155, 155, 155, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(97, 97, 97, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(155, 155, 155, 0);
  }
}

@-webkit-keyframes zoomIn {
  from {
    transform: scale(0.5);
  }

  to {
    transform: scale(1);
  }
}

@-moz-keyframes zoomIn {
  from {
    transform: scale(0.5);
  }

  to {
    transform: scale(1);
  }
}

@-o-keyframes zoomIn {
  from {
    transform: scale(0.5);
  }

  to {
    transform: scale(1);
  }
}

@keyframes zoomIn {
  from {
    transform: scale(0.5);
  }

  to {
    transform: scale(1);
  }
}


@media only screen and (max-device-width : 640px) and (-webkit-min-device-pixel-ratio: 2) {
  .setChatBotWindow {
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    border-radius: 0px;
  }
  
  .phenom-chat-bot-cntr iframe {
    /* position: fixed; */
    position: absolute;
    border-radius: 0px;
    width: 100%;
    height: 100%;
  }

  .pusherClass {
    display: none;
  }

  .myPushElement {
    right: 21px;
    /* bottom: 95px; */
  }

  .closeNotiIcon {
    width: 24px;
    height: 24px;
    display: block;
  }
}


@media only screen and (min-device-width : 300px) and (max-device-width : 362px) {
  .closeNotiIcon {
    width: 24px;
    height: 24px;
    display: block;
  }
}

@media only screen and (min-device-width : 293px) and (max-device-width : 299px) {
  .closeNotiIcon {
    width: 24px;
    height: 24px;
    display: block;
  }
}