
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&amp;family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&amp;family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");

.popupform.thanksopop {
  padding: 30px 40px 50px 40px;
  border: none;
  width: 100%;
  max-width: 892px;
  overflow: unset;
  position: relative;
  background: url(../images/pop-chris-08-753860.webp?v=1) no-repeat scroll
    center top;
  height: auto;
}

.popupform.thanksopop h2:before,
.popupform.thanksopop h2:after {
  display: none;
}

.hallow-ico {
  position: absolute;
  left: -30px;
  top: 34%;
  display: none;
}

.popupform.thanksopop .fancybox-close-small {
  border: none;
  background: red;
  color: #fff;
  right: -10px;
  top: -10px;
}

.popupform.thanksopop .form-control {
  height: 46px;
  font-size: 14px;
  margin-bottom: 10px;
}

.popupform.thanksopop textarea.form-control {
  height: 80px;
}

.popupform.thanksopop button.btn.btn-blue {
  background: #292929;
  display: block;
  width: 100%;
  border-radius: 5px;
  color: #fff !important;
  font-weight: 500;
  border: #292929;
  font-size: 18px;
  letter-spacing: normal;
  padding: 12px;
  text-transform: uppercase;
  /* line-height: 30px;*/
}

.popupform.thanksopop button.btn.btn-blue:hover,
.popupform.thanksopop button.btn.btn-blue:focus,
.popupform.thanksopop button.btn.btn-blue:active {
  background: #000;
  border-color: #000;
  color: #fff !important;
}

.popupform.thanksopop ul li.last {
  margin-bottom: 0;
}

.popupform ul li input[type="text"],
.popupform ul li input[type="email"],
.popupform ul li textarea {
  background: #fafafa;
  border: #dcdcdc 1px solid;
  padding: 10px;
  width: 100%;
  border-radius: 3px;
  color: #000;
  box-shadow: none !important;
  outline: none 0px !important;
  font-size: 14px;
}

.popupform.thanksopop ul li {
  width: 100%;
  margin-right: 0;
  margin-bottom: 10px;
  margin-left: 0 !important;
}

.popupform.thanksopop h2 {
  text-align: center;
  color: #fff;
  font-family: ibm plex serif;
  font-weight: 500;
  font-size: 34px;
  text-transform: uppercase;
  /* line-height: normal; */
  padding: 4px 12px;
  border: none;
  letter-spacing: -0.5px;
  color: #e22f07;
  margin: 0 auto;
  display: table;
}

.popupform.thanksopop h3 {
  color: #fff;
  font-weight: normal;
  text-align: center;
  font-family: "IBM Plex Serif";
  font-size: 16px;
  padding: 2px 9px;
  margin: 0 auto;
  float: none;
  width: auto;
  background: #8c2106;
  border-radius: 30px;
  display: table;
  text-transform: uppercase;
  letter-spacing: 6px;
}

.popupform.thanksopop .popup-content {
  padding: 0;
  margin: 0;
  max-width: 100%;
}

.popupform.thanksopop form {
  padding: 0px 0 15px 0;
  width: 100%;
  margin-top: 0;
}

.popupform.thanksopop p {
  color: #000;
  text-align: center;
  font-family: "IBM Plex Serif";
  font-size: 17px;
  line-height: 22px;
  margin-top: 0;
}

.popupform.thanksopop li i.fa {
  display: none;
}

.popupform ul li {
  margin-top: 0;
}

.popupform.thanksopop ul li textarea {
  height: 90px;
}

.popupform.thanksopop .cst-pop {
  /* background: #fff; */
  border: none;
  width: 100%;
  max-width: 340px;
  position: relative;
  border-radius: 0;
  overflow: hidden;
  right: 50px;
  margin-top: 0;
  margin-bottom: 0;
  float: right;
}

img.hallow-mob-ico {
  position: absolute;
  left: -20px;
  top: -40px;
  z-index: 1;
  display: none;
}

.popupform.thanksopop h2 strong {
  color: #fff10f;
  font-size: inherit;
  vertical-align: baseline;
  text-transform: uppercase;
}

.popupform.thanksopop .fancybox-close-small {
  right: 20px;
}

.popupform::after,
.popupform::before {
  display: none !important;
}

@media only screen and (max-width: 850px) {
  .popupform.thanksopop {
    max-width: 90%;
    padding: 20px;
    transform: none;
    border-radius: 20px;
    background: #fff;
  }

  .popupform.thanksopop .cst-pop {
    left: 0;
    margin: 0;
    padding-top: 0px;
  }

  .popupform.thanksopop h2 {
    font-size: 22px;
  }

  .popupform.thanksopop h3 {
    font-size: 14px;
  }

  .popupform.thanksopop .fancybox-close-small {
    right: -10px;
    top: -20px;
  }

  img.hallow-ico {
    display: none;
  }

  img.hallow-mob-ico {
    display: block;
  }

  .popupform ul li input[type="text"],
  .popupform ul li input[type="email"],
  .popupform ul li textarea {
    font-size: 13px;
  }

  .cst-pop-img {
    display: none;
  }

  .popupform.thanksopop p {
    line-height: normal;
  }

  .popupform.thanksopop br {
    display: none;
  }
}
