div#custom-popup {
    position:fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0000008c;
    z-index: 99999;
}

div#custom-popup .popup-content {
    position: absolute;
    background: #fff;
    padding: 55px 45px 35px;
    margin: 0 auto;
    left: 0;
    right: 0;
    max-width: 450px;
    top: 30vh;
}

.popup-sec {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.user img {
    width: 100px;
    display: flex;
    margin: 0 auto;
    margin-bottom:10px;
}
.user {
    margin-bottom: 30px;
	}
/* button.popup-option {
   display: flex;
	font-family: "Roboto",Sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #ff9800;
    border-style: none;
    border-radius: 0;
    color: #ffffff;
    padding: 12px 24px;
    text-align: center;
    transition: all .3s;
    height: auto;
    line-height: 1;
}
.user.popup-option {
 display: flex;
 font-family: "Roboto",Sans-serif;
 font-size: 14px;
 font-weight: 400;
 text-transform: uppercase;
 background-color: #fff;
 border-style: none;
 border-radius: 0;
 color: #000;
 padding: 12px;
 text-align: left;
 transition: all .3s;
 height: auto;
 line-height: 1;
 align-items:center;
  cursor: pointer;
  max-width: 381px;
  justify-content: center;
  margin-bottom: 10px;
  width: 100%;
border: 1px solid #000;
} */
.user.popup-option {
    cursor: pointer;
    min-width: auto;
    width: 100%;
    margin: 0;
    border-radius: 0;
    font-size: 16px;
    line-height: 14px;
    letter-spacing: normal;
    background-color: #000;
    color: #F9F9F9;
    transition: 0.3s ease background-color;
    margin-bottom: 20px;
    margin-right: auto;
    height: 48px;
    display: flex;
    text-align: left;
    justify-content:center;
    padding: 0px 21px;
	 align-items: center;
	font-weight: 600;
}
 
.popup-option:hover {
background-color: #767676;
}
.user.popup-option {
    cursor: pointer;
}
button.popup-close {
  margin-left: auto !important;
  display: flex;
  border: none;
  color: #000 !important;
  font-size: 34px;
  position: absolute;
  right: 6px;
  background-color: transparent !important;
  padding: 0 !important;
  font-weight: 400;
  top: -13px;
}
button.popup-close {
  margin-left: auto !important;
  border: none;
  color: #000 !important;
  font-size: 27px;
  right: 0px;
  background-color: transparent !important;
  padding: 0 !important;
  font-weight: 400;
  font-family: "Roboto",Sans-serif;
  padding: 5px 12px !important;    
  top: 0;
}
/* button.popup-close:hover {
    background-color: #ff9800 !important;
    border-color:#ff9800 !important;
    border-radius: 0;
    color: #ffffff !important;
   transition: all .3s;

} */
button.popup-close.popup-option {
/*     border: 1px solid #000;
    border-radius: 0; */
}
.none-close{
display:none;
}
button.popup-option {
    margin-left: 23px;
}
button.popup-close:hover {
    background: none;
    color: #000;
}
button.popup-close:focus {
    outline: none;
    background: none;
}
button.popup-option:focus {
    outline: none;
    background: #252525;
}
.popup-content h4 {
  color: #1D1D1D;
    float: none;
    padding: 0;
    margin: 0 0 18px;
    font-size: 20px;
    line-height: 23px;
    text-transform: uppercase;
	font-weight: 600;
	font-family:"Roboto",sans-serif;
}
.popup-content p{
    margin-bottom: 30px;
}
 .popup-content ol{
    padding: 10px 15px;
}
.popup-option li{
    margin-bottom: 15px;
}
@media (max-width:768px){
div#custom-popup .popup-content {
    top: 30vh !important;
}
.popup-content h4 {
    font-size: 20px !important;
	}
 .user.popup-option {
font-size:14px;  
padding:0px;	 
  } 
div#custom-popup .popup-content {
    padding: 45px 20px 27px;
}	  
 .popup-content ol{
    padding: 10px 15px;
}
.popup-option li{
    margin-bottom: 8px;
}
.mobile-sec {
    margin-bottom: 20px !important;
}
.popup-content {
width:95% !important;
	}
}