
.ph-redirection-popup-wrapper .ph-redirection-popup-title-main .ph-redirection-popup-title {
  font-family: 'Maven Pro';
  line-height: normal;
  font-weight: 700;
}

.ph-redirection-popup-text p {
  font-size: 16px;
  font-family: 'Maven Pro';
  font-weight: 400;
  line-height: 1.5;
}

.ph-redirection-wrapper .ph-redirection-btn {
  background-color: #E0251B;
  border: 2px solid #E0251B;
  font-family: 'Maven Pro';
  font-weight: 500;
  line-height: 1.4;
}

.ph-redirection-wrapper .ph-redirection-btn .ph-redirection-btn-text {
  display: inline-block;
  position: relative;
}

.ph-redirection-wrapper .ph-redirection-btn:hover,
.ph-redirection-wrapper .ph-redirection-btn:focus {
  color: #E0251B !important;
}
/* end popup */


/* responsive */
 @media screen and (max-width:767.98px) {
  .ph-redirection-popup-wrapper .ph-redirection-popup-bg{
    padding: 30px 30px;
  }
}
@media screen and (max-width: 479.98px) {
  .ph-redirection-popup-wrapper .ph-redirection-popup-bg {
    padding: 30px 20px;
}
}


/* end responsive */