.pharmacy-scroll-fixed{
  overflow: hidden;
}

.ph-redirection-popup-wrapper {
  background: rgba(0, 0, 0, 0.80);
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: scroll;
  z-index: 9999999;
}
.ph-redirection-popup-wrapper img {
  max-width: 100%;
}
.ph-redirection-popup-wrapper .ph-redirection-popup-main {
  display: table;
  width: 100%;
  height: 100%;
  padding: 0 20px;
}
.ph-redirection-popup-wrapper .ph-redirection-popup-bg {
  background-color: #fff;
  max-width: 795px;
  margin: 0px auto;
  border-radius: 10px;
  position: relative;
  padding: 30px;
}
.ph-redirection-popup-wrapper .ph-redirection-popup-top {
  position: absolute;
  right: 19px;
  top: 15px;
}
.ph-redirection-popup-wrapper .ph-redirection-popup-title-main .ph-redirection-popup-title {
  margin: 0;
  font-size: 30px;
  text-align: center;
  color: #404040;
  font-family: "Bemio";
  line-height: normal;
  font-weight: 300;
  padding: 0 15px;
}
.ph-redirection-popup-wrapper .ph-redirection-popup-img {
  text-align: center;
}
.ph-redirection-popup-wrapper .ph-redirection-popup-logo {
  text-align: center;
  margin-top: 20px;
}

.ph-redirection-popup-wrapper .ph-redirection-popup-bottom {
  margin-top: 30px;
}
.ph-redirection-popup-text p {
  font-size: 18px;
  color: #404040;
  font-family: 'GT-Eesti-Pro-Display-Light';
  margin-top: 20px;
  margin-bottom: 0;
  text-align: center;
}
.ph-redirection-popup-text p a {
  text-decoration: underline;
  color: #404040;
  outline: none;
}
.ph-redirection-popup-text p a:hover,
.ph-redirection-popup-text p a:focus 
 {
  text-decoration: none;
}
.ph-redirection-popup-button {
  margin: 30px auto 0 auto;
  text-align: center;
  line-height: 0;
}
.ph-redirection-popup-close {
  cursor: pointer;
  line-height: 0;
}

.ph-redirection-popup-close img {
  width: 12px;
}
.ph-redirection-popup-inner {
  padding: 25px 0;
  display: table-cell;
  vertical-align: middle;

}
.ph-redirection-wrapper .ph-redirection-btn {
  text-decoration: none;
  box-shadow: none;
  outline: 0;
  position: relative;
  overflow: hidden;
  transition: -webkit-transform 1s cubic-bezier(0.07, 0.51, 0.12, 1);
  transition: transform 1s cubic-bezier(0.07, 0.51, 0.12, 1);
  z-index: 1;
  min-width: auto;
  display: inline-block;
  margin: 0;
  font-size: 16px;
  padding: 15px 30px;
  line-height: 1;
  cursor: pointer;
  height: auto;
  float: none;
  color: #ffffff !important;
  background-color: #006241;
  border: 2px solid #006241;
  border-radius: 100px;
  letter-spacing: 1px;
  text-transform: capitalize;
  width: auto;
  font-family: 'GT-Eesti-Pro-Display-Regular';
  text-align: center !important;
  font-weight: 400;
  line-height: 1.4;
}

.ph-redirection-wrapper .ph-redirection-btn:before {
  background: #ffffff;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-100%) skew(-45deg);
  -o-transform: translateX(-100%) skew(-45deg);
  -moz-transform: translateX(-100%) skew(-45deg);
  -ms-transform: translateX(-100%) skew(-45deg);
  transform: translateX(-100%) skew(-45deg);
  transform-origin: 0 0;
  transition: -webkit-transform 1s cubic-bezier(0.07, 0.51, 0.12, 1);
  transition: transform 1s cubic-bezier(0.07, 0.51, 0.12, 1);
  width: 150%;
  z-index: -1;
}

.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: #006241 !important;
}
.ph-redirection-wrapper .ph-redirection-btn:hover:before,
.ph-redirection-wrapper .ph-redirection-btn:focus:before {
  -webkit-transform: translateX(0) skew(-45deg);
  -o-transform: translateX(0) skew(-45deg);
  -moz-transform: translateX(0) skew(-45deg);
  -ms-transform: translateX(0) skew(-45deg);
  transform: translateX(0) skew(-45deg);
}
/* end popup */


/* responsive */
@media screen and (max-width:767.98px) {
  .ph-redirection-popup-wrapper .ph-redirection-popup-bg{
    padding: 30px 20px;
  }
  .ph-redirection-popup-wrapper .ph-redirection-popup-title-main .ph-redirection-popup-title{
    padding: 0;
  }
  .ph-redirection-popup-text {
    max-width: 387px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 479.98px) {
  .ph-redirection-popup-wrapper .ph-redirection-popup-title-main .ph-redirection-popup-title{
    font-size: 24px;
  }
  .ph-redirection-popup-text p{
    font-size: 16px;
  }
  .ph-redirection-wrapper .ph-redirection-btn{
    padding:15px;
    font-size: 14px;
  }
  .ph-redirection-popup-wrapper .ph-redirection-popup-logo {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}
}

@media screen and (max-width: 374.98px) {
  .ph-redirection-popup-wrapper .ph-redirection-popup-title-main .ph-redirection-popup-title{
    font-size: 20px;
  }
}
/* end responsive */