iframe#mf_iframe{padding: 5px 0px!important;}
.seo-funnel{position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    align-items: center;
    justify-content: center;
	overflow: auto;
    padding: 3% 0;
	visibility: hidden;
    opacity: 0;
    transition: all .5s ease;    display: flex;}
.popup-seo {
  position: relative;
  display: block;
  min-height: 0;
  border-radius: 4px;
  color: #fff;
  padding: 10px 0;
 /* ;transform: translate(-50%, -50%);
  left: 50%;
 user-select: none */
  z-index: 100;
  width:1100px;
  margin:auto;
}
.overlay-seo {
    background:#000000e8;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all .5s ease;
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    cursor: pointer;
    pointer-events: all;
}
.seo-funnel .popup_show {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-timing-function: cubic-bezier(0.66, 0.12, 0.49, 0.89);
          animation-timing-function: cubic-bezier(0.66, 0.12, 0.49, 0.89);
/*animation-timing-function: cubic-bezier(.53,.01,.18,.68)*/
/* animation-timing-function: cubic-bezier(.68,.12,.53,.9) */
  opacity: 1;
  height: auto;
  visibility: visible;
}
.popup-seo .popup_content {
 padding: 100px 20px 0;
    position: relative;
    z-index: 999999;
    text-align: left;
}
.popup-seo small {
font-weight:200;font-size: 12px;
}
.popup-seo .close1 {
  position: absolute;
  cursor: pointer;
  font-size: 1.7rem;
  font-weight: 300;
  top: 10px;
  color: #fff;
  right: 10px;
  padding: 0rem 0.8rem 0.3rem 0.8rem;
  border-radius: 50%;
  background: rgba(0,0,0,0.1);
  transition: all 0.3s ease-in-out;z-index:999999;
}
.popup-seo .close1:hover {
  background: rgba(0,0,0,0.2);
}
.popup-seo .suscribe_title {
  font-weight: 600;
    color: #fff;
    font-size: 30px;
    margin-bottom:18px;
}
.popup-seo .suscribe_form {
  text-align: center;
}
.popup-seo .suscribe_form input {
  background: transparent;
  border: none;
/* border-bottom: 1px solid white */
  padding: 0.9rem 0.7rem;
  margin-bottom: 1rem;
  outline: none;
  width: 100%;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.08rem;
  font-weight: 300;
  color: #fff;
}
.popup-seo .suscribe_form input[type="submit"] {
  font-weight: bold;
  background: #fff;
  border-radius: 3px;
  border: none;
  font-size: 0.8rem;
  width:100%;
  margin: 0 auto;
  color:#000;
}
.popup-seo .suscribe_form input[type="text"] {
  background:#aeaeae;
  transition: background 0.4s ease-in-out;
}
.suscribe_form input[type="text"]:focus {
  background: rgba(255,255,255,0.2);
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    height: auto;
    transform: translate(-50%, -60%);
  }
  100% {
    opacity: 1;
    height: auto;
    transform: translate(-50%, -50%);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    height: auto;
    transform: translate(-50%, -60%);
  }
  100% {
    opacity: 1;
    height: auto;
    transform: translate(-50%, -50%);
  }
}