.popup-box{
	position:fixed;
	top:10%;
	width:440px;
	border:1px solid;
    left: 50%;
    margin-left: -220px;
    background-color:white;
    z-index:100;
    display:none;
}


.popup-box .popup-close-button{
	position:absolute;
	top:8px;
	right:8px;
	cursor:pointer;
}

.popup-box .popup-title{
	margin-left:30px;
	margin-top:40px;
	margin-bottom:20px;
	font-size:16px;
	color:#525252;
}

.popup-box .popup-button{
	text-align:center;
	margin-bottom:20px;
}

.popup-box .popup-button img{
	cursor:pointer;
}	

.popup-box .popup-content-text{
	font-size:14px;
	color:#525252;
	width:90%;
	margin-left:30px;
	line-height:20px;
}

/*add bank account 14nov19 start*/
.popup-box-bank{
	clear:both;float:left;position:relative;margin-top:-230px;width:900px;left:50%;margin-left:-450px;
}

/*add bank account - accordion start*/
.accordion {
  background-color: #fff;
  color: #444;
  cursor: pointer;
  padding: 18px 30px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #eee;
}

.accordion:after {
  content: '\002B';
  color: #555;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0 30px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
/*add bank account - accordion end*/

/*add bank account 14nov19 end*/