iframe{
	width: 100%;
    height: 650px !important;
    text-align: center;
}
#_elev_io ._1kydm {
    height: 100% !important;
    max-height: 98% !important;
}
.face:active {
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
/* .next{
	visibility:hidden;
} */

#popup-sidebar{
	display:none;
}
.lp-ajax-message {
  display: none !important;
  margin-top: 20px;
  padding: 20px;
  border: 2px solid #059601;
  border-radius: 9px;
  font-size: 15px;
  line-height: 1.4;
}
.ptag{
        margin: 0 auto;
        padding: none;
      }
      .icons_call{
        text-align: center;
            border: 1px solid;
            border-radius: 5px;
            padding: 5px;
            margin: 15px;
      }
      .-ml-1 {
        margin-left: -0.25rem;
      }
      .items-start {
        align-items: flex-start;
      }
      .text-gray-400 {
        --tw-text-opacity: 1;
        color: rgb(156 163 175 / var(--tw-text-opacity));
      }
      .flex-none {
        flex: none;
      }
      .w-4 {
        width: 1rem;
      }
      .h-4 {
        height: 1rem;
      }
      .mt-0\.5 {
        margin-top: 0.125rem;
      }

      .space-x-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.25rem * var(--tw-space-x-reverse));
        margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
      }
      .flex-1 {
        flex: 1 1 0%;
      }
      .min-w-0 {
        min-width: 0px;
      }
      .space-x-1{
        display: flex;
      }