#pnp-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.pnp-box {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  width: 850px;
  margin: 0 auto;
  position: relative;
  top: 10%;
}

@media (min-width:768px) and (max-width:1024px) {
  .pnp-box {
    width: 550px;
    top: 20%;
  }
}

@media (min-width:600px) and (max-width:767px) {
  .pnp-box {
    width: 455px;
    top: 20%;
  }
}

@media (min-width:320px) and (max-width:600px) {
  .pnp-box {
    width: 355px;
    top: 20%;
  }
}

#pnp-close {
  position: absolute;
  top: -4px;
  right: 15px;
  font-size: 37px;
  cursor: pointer;
  color: #959292;
}

.pnp-box input {
  width: 100%;
  padding: 10px;
  margin-top: 10px;
}

.pnp-box button {
  margin-top: 10px;
  cursor: pointer;
  background-color: var(--textfblue);
  color: var(--textwhite);
  text-decoration: none;
  padding: 10px 18px;
  font-size: 15px;
  border-radius: 5px;
  font-weight: 500;
  font-style: normal;
  border: 1px solid var(--bgflue);
  font-family: var(--fontfamily);
}

.pnp-box button:hover {
  background-color: var(--textwhite);
  color: var(--textfblue);
  border: 1px solid var(--bgflue);
}

/* subscribe model style start  */

.subscribepopupleft-bgcolor {
  background-color: #F7F5FB;
}

.modal-content {
  border: none;
}

.prodigypro_blog_modalstyle .btn-close {
  z-index: 9999;
}

.prodigypro_blog_modalstyle .modal-body {
  border-radius: 30px;
  overflow: hidden;
}

.model_subscribeform h3 {
  font-family: var(--fontfamily);
  font-weight: 600;
  font-size: 22px;
  line-height: 107%;
  color: #000;
}

.model_subscribeform h1 {
  font-family: var(--fontfamily);
  font-weight: 800;
  font-style: Bold;
  font-size: 50px;
  line-height: 107%;
  color: var(--textfblue);
}

.model_subscribeform p {
  font-family: var(--fontfamily);
  font-weight: 400;
  font-size: 13px;
  color: #908F8F;
  width: 70%;
  line-height: 15px;
  padding-top: 10px;
}

.model_subscribeform input {
  width: 100%;
  border: 1px solid #B3B3B3;
  padding: 8px 10px;
  border-radius: 5px;
  margin: 0;
}

.model_subscribeform input:focus-visible {
  outline-offset: unset !important;
  outline: unset;
}

.model_subscribeform .pp {
  font-family: var(--fontfamily);
  font-size: 11px;
  color: #908F8F;
  margin: 0;
  text-align: center;
  width: 100%;
}

@media (min-width: 768px) and (max-width: 1024px) {

  .model_subscribeform h3 {
    font-size: 20px;
    margin: 0;
  }

  .model_subscribeform h1 {
    font-size: 38px;
    margin: 0;
  }

  .model_subscribeform p {
    font-size: 13px;
    margin: 0;
    width: 100%;
  }
}

@media (min-width: 320px) and (max-width: 768px) {

  .model_subscribeform h3 {
    font-size: 15px;
    margin: 0;
  }

  .model_subscribeform h1 {
    font-size: 25px;
  }

  .model_subscribeform p {
    width: 100%;
    padding-top: 0px;
    font-size: 12px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .sif-bannerhead {
    padding-top: 95px;
    padding-bottom: 120px;
    font-size: 57px;
    line-height: 51px;
  }

  .sif_formprodigypro h1 {
    font-size: 32px;
  }

}

/* subscribe model style  end*/