.phnumber {
  /* display: flex;
  align-items: center;
  justify-content: center; */
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .4);
  visibility:hidden;
  z-index: 99999 !important;
}
.txtitle{
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 30px;
  color: green;
}
.txtdirectbc{
  width: 90%;
  height: 300px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 99999 !important;

}
.txtdirect{
  display: none;
}

.msginfo {
  width: 60%;
  height: 30px;
  position: fixed;
  top: 50px;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, .4);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 26px;
  color: #fff;
  visibility:hidden;
  z-index: 999;
}

.prit {
  box-sizing: border-box;
  width: 28%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  border-left: 1px solid #ccc;
  padding-left: 10px;
  
}
.ausr{
  border-right: 1px solid #ccc;
  
}
.prits{
  box-sizing: border-box;
  width: 28%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  border-left: 1px solid #ccc;
  padding-left: 10px;

}
.phpr {
  width: 85%;
  background-color:   rgb(243 243 243 / 80%);
  height: 50px;
  border: 1px solid #ccc;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.photitle {
  width: 20%;
  font-weight: 500;
}

.numipt {
  border: none;
  outline: none;
  background: transparent;
  width: 40%;
  height: 50px;
  font-size: 17px;
  font-weight: 300;

}
.fottn{
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-top: 5px;
}
.getbtn {
  height: 100%;
  width: 100%;
  background: transparent;
  color: green;
  display: flex;
  align-items: center;
  justify-content: center;
}
.makesure {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  height: 49px;
  border-radius: 27px;
  border: none;
  background-color: green;
  font-size: 18px;
  color: #fff;
}
.clearfa{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  height: 49px;
  border-radius: 27px;
  border: none;
  background-color: #c8c8cd;
  font-size: 18px;
  color: #fff;
}
.timenubshow {
  display: none;
}