.exitPop{
  position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
  display: flex;
    align-items: center;  
  opacity:0;
  z-index:-1;
  transition:all ease 0.5s;
  }
.exitPop.is-active{
  z-index: 10000000000000000000000000000000;
  opacity:1;
  transition:all ease 0.5s;
  }
.pop-content{
  float:left;
  width:100%;
  max-height:100%;
  padding:40px 0;
  text-align:center;  
  overflow-y:auto;
  }
.popUp-box{
  display:inline-block;
  vertical-align:top;
  width:780px;
  max-width:96%;
  background:#fff;
  border-radius:12px;
  padding:20px;
  border:4px dashed #ff0000;
  position:relative;
  }
.close-pop{
  position:absolute;
  color: #515151;
  font-weight: 500;
  font-size:20px;
  cursor:pointer;
  right: 2px;
  top: 5px;
  width:30px;
  line-height:28px;
  height:30px;
  }
.close-pop:hover{
  opacity:0.8;
  }
.pop-head{
  float:left;
  width:100%;
  font-size:40px;
  line-height:40px;
  color:#ff0000;
  font-weight:bold;
  text-align:left;
  } 
.pop-gray{
  float:left;
  width:100%;
  max-width: 690px;
  text-align:left;
  background:#f6f6f6;
  border-radius:22px;
  position:relative;
  padding: 20px 240px 25px 20px;
  margin:20px 0;
  } 
.pop-para{
  float:left;
  width:100%;
  font-size:23px;
  line-height:32px;
  color:#030303;
  }
.pop-img{
  position:absolute;
  top: -77px;
  right:-40px;
  border-radius:50%;
  box-shadow:0 0 8px 2px rgba(0,0,0,0.2);
  padding:9px;
  width:250px;
  } 
a.pop-btn{
  float:left;
  width:100%;
  height:60px;
  background:#0d931c;
  border-radius:5px;
  font-size:25px;
  line-height:58px;
  color:#fff;
  font-weight:600;
  margin-top:10px;
  }
a.btn-orange{ background:#f08d00;}
@media (min-width: 767px) {
  footer ul li:after {
    height: 58%;
  }
}




a.pop-btn2 {
    float: left !important;
    width: 100% !important;
    font-size: 22px !important;
    line-height: 58px !important;
    color: #000 !important;
    font-weight: 600 !important;
    margin-top: 10px !important;
	text-decoration: underline;
}









