/* sticky_popup */

#sticky_popup {
  position: fixed;
  right: 15px;
  bottom: 32px;
  z-index: 10;
}

@media screen and (max-width: 576px) {
  #sticky_popup {
    /* display: none !important; */
  }
}

#sticky_popup button,
#sticky_popup a {
  color: #fff;
  border: 0 !important;
  padding: 8px 27px;
  font-size: 16px;
  background-color: #fb335e;
  border-radius: 30px;
  display: flex;
  align-items: center;
  transition: all 0.3s;
  outline: none !important;
}

#sticky_popup button:focus,
#sticky_popup a:focus {
  outline: none !important;
}

#sticky_popup button:hover,
#sticky_popup a:hover {
  transform: translateY(-3px);
  transition: all 0.3s;
}

#sticky_popup button span,
#sticky_popup a span {
  margin-left: 5px;
}

.new-popup {
  background: #0009;
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -20;
  width: 100%;
  height: 100%;
  z-index: 999999;
}

.new-popup-inner {
  text-align: center !important;
  position: fixed;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 45%;
  width: 579px !important;
  /* height: 507px !important; */
  background-image: url("../images/popup.webp");
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  background-color: #fff;
  border-radius: 8px;
  padding: 16px;
  z-index: 9999;
  display: grid;
  border-radius: 16px;
}

.new-popup * {
  z-index: 99999999;
}

.new-popup-way-title p {
  font-family: "IRANSansX";
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  /* letter-spacing: 0px; */
  text-align: center;
  color: #001568;
}

.new-popup-way-subtite span {
  font-family: "IRANSansX";
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0px;
  /* text-align: center; */
  display: block;
  color: #555770;
}

.new-popup-way-form .confirmation-body {
  background: transparent !important;
  border: none !important;
  border-radius: 0px !important;
  padding: 0px !important;
}

.popup-notice {
  color: #ff3b3b;
}

.new-popup-footer-subtitle {
  font: "IRANSansX";
  font-weight: 700;
  size: 14px;
  line-height: 21px;
  color: #555770;
}

.new-popup-im-way {
  background-color: transparent;
  /* height: 250px !important; */
  margin: 96px 0px 12px;
}

.new-popup-form .new-popup-title p {
  font-family: "IRANSansX";
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0px;
  text-align: center;
  color: #001568 !important;
}

.new-popup-im-way .new-popup-way-subtite span {
  font-family: "IRANSansX";
  text-align: center;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 25px;
  letter-spacing: 0px;
  /* text-align: center; */
  display: block;
  color: #555770;
}

.new-popup-way-form .gform_wrapper.gravity-theme .gfield input.large,
.new-popup-way-form .gform_wrapper.gravity-theme .gfield select.large {
  width: 488px;
  border: 1px solid #8f90a6;
  border-radius: 4px;
  font-family: "IRANSansX";
}

.new-popup-way-form .gform_wrapper.gravity-theme #field_submit input,
.new-popup-way-form .gform_wrapper.gravity-theme .gform_footer input {
  align-self: flex-end;
  background: #fb335e;
  /* padding: 16px 4px; */
  border: none;
  border-radius: 4px;
  height: 42px;
  color: #fff;
  width: 488px;
  font-family: "IRANSansX";
}

.new-popup-way-form .gform_footer {
  margin: 6px 0 0;
  display: flex;
  padding: 16px 0;
  justify-content: center;
}

.new-popup-inner #new_popup_close {
  opacity: 0;
  visibility: hidden;
  text-align: left;
  width: auto;
  float: left;
  cursor: pointer;
}

#new_popup_close.show-close,
.popup-show {
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
}

.new-popup-way-form .gform_confirmation_wrapper {
  display: flex;
  justify-content: center;
  /* height: 272px; */
}

.new-popup-way-form .gform_confirmation_message {
  background: #06c2701c;
  /* border: 1px solid #57eba1; */
  border: none !important;
  border-radius: 7px;
  /* width: 421px; */
  display: flex;
  align-items: center;
  margin: 0px 63px 54px;
  padding: 65px 10px;
}

.new-popup-way-form .confirmation-desc {
  font-size: 14px;
}

.new-popup-way-form .confirmation-icon {
  display: none;
}

.new-popup-way-form .confirmation-title p {
  color: #06C270 !important;
  font-size: 25px !important;
}

.parsicanada-gravity-from {
  /* font-family: IRANSansX; */
  font-family: "IRANSansX";
  margin: 19px 0px;
}

.new-popup-way-form .gform_wrapper.gravity-theme .gfield.gfield--width-full {
  -ms-grid-column-span: 12;
  grid-column: span 12;
  margin-top: -7px;
}

.new-popup-way-form .gform_wrapper.gravity-theme .gform_footer,
.new-popup-way-form .gform_wrapper.gravity-theme .gform_page_footer {
  margin: 8px 0;
  padding: 0px 0;
}

.new-popup-way-form .form-confirmation .go-to-assessment a {
  display: inline-block;
  padding: 10px 32px;
  margin-top: 12px;
  background: #06c270;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  border-radius: 4px;
  width: 100%;
}

.new-popup-way-form .gform_confirmation_wrapper .confirmation-desc {
  color: #555770 !important;
}

@media only screen and (max-width: 600px) {

  /* .new-popup-way-form .gform_confirmation_message {
    background: #06c2701c;
    border: 1px solid #57eba1;
    border-radius: 7px;
    /* width: 421px; 
  
  } */
  .new-popup-inner {
    width: 92% !important;
  }

  .new-popup-way-form .gform_wrapper.gravity-theme #field_submit input,
  .new-popup-way-form .gform_wrapper.gravity-theme .gform_footer input {
    width: 100% !important;
  }

  .new-popup-way-form .gform_wrapper.gravity-theme .gfield input.large,
  .new-popup-way-form .gform_wrapper.gravity-theme .gfield select.large {
    width: 100% !important;
  }

  .new-popup-way-form .gform_confirmation_message {
    margin: 0px !important;
  }

  .new-popup-way-form .confirmation-title p {
    padding: 0px 41px !important;
  }

  .new-popup-way-form .confirmation-title p {
    font-size: 22px !important;
  }
}