.progress-bar {
  height: 8px;
  background: #4caf50;
  width: 0%;
}

#PopOverlay {
	background-color: #000000;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 99;
	}
#process-popup, #process-popup2,  #process-popup_end{
	/*margin-left: -407px;*/
	position: fixed;
	top: 15%;
	width: 90%;
	max-width:850px;
	z-index: 999;
	display:none;
	border:10px solid rgba(0,0,0,.5);
	padding:0px;
	margin: 5% auto;
	left:0;
	right:0;
	}
.pop-in{
	float:left;
	width:100%;
	background:#fff;
	}
.pop-heading{
	float:center;
	width:100%;
	background:#232f3e;
	padding:10px 15px;
	}
.pop-logo{
	float:center;
	max-width:100%;
	margin-top: 6px;
	}
.pop-crs{
	float:right;
	max-width:100%;
	cursor:pointer;
	margin-top:7px;
	}
.pop-txt{
	float:left;
	width:100%;
	padding:30px 20px;
	background:#fff;
	}
#process-popup2 .pop-txt{
	padding:30px 20px 12px;
	}

.un{
	text-decoration:underline;
	}
.pop-txt .qst_btn{
	font-weight:bold;
	font-size:22px;
	line-height:20px;
	height:54px;
	width:380px;
	margin-top:30px;
	}

.pop-txt-inner {
    min-height: 120px;
}

.btn-disabled{
	font-weight:bold;
	font-size:22px;
	line-height:20px;
	height:54px;
	width:380px;
	margin-top:30px;
	}
#grp-progress{
	float:left;
	width:80%;
	height:35px;
	background:#eeeeee;
	border-radius:7px;
	margin:30px 10%;
	padding:3px;
	border:1px solid #a2b6c7;
	}
#progress-bar{
	width: 1%;
    height: 100%;
    background-color:green;
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
	border-radius:5px;
    text-align:center;
    color:#FFF !important;
	}
.marg-tb-2 {
	margin:0 0 12px;
	}
.pop-tik{
	vertical-align:middle;
	max-width:100%;
	margin:-2px 13px 0 0;
	}
#text_bar{
	color: #fff;
	font-size: 14px;
	line-height: 26px;
	}


.pop-txt {padding: 15px 10px;}
#grp-progress{width:96%;margin:15px 2% 5px 2%;}
.pop-txt .qst_btn {
	font-size: 20px;
	line-height: 20px;
	height: 50px;
	width: 100%;
	margin-top: 20px;
	}

#process-popup2 .pop-txt{
	padding:10px;
	}
.marg-tb-2{margin-bottom:0;}

#screen {
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.75);
    width: 100%;
    height: 100%;
    display:none;
}

.bottom-fixed {
    bottom: 90px !important;
    top: auto !important;
}

.sidebar1 {
    float: left;
}

.bottombar {
    bottom: -90px;
}

 #progress-bar {
     -moz-transition: all .2s ease-in;
     -o-transition: all .2s ease-in;
     -webkit-transition: all .2s ease-in;
     background-color: #52b75b;
     color: #000;
     transition: all .2s ease-in;
 }
 #process-popup2 {
     border: 8px solid #000!important;
     box-shadow: 0 0 16px #fff!important;
 }
 .loaderBtn { 
    transition: all .2s ease-in-out;
 }
 .loaderBtn:hover {
     text-decoration: none;
     transform: scale(1.1);
 }
 .loaderBtn {
     text-align: center;
     color: #fff !important;
     text-decoration: none;
     background-color: #0bb64e;
     border-bottom: 3px solid #08873a;
     border-radius: 3px;
     font-size: 18px;
     font-style: normal;
     font-weight: 700;
     padding: 15px;
     display: block;
 }

.points li div {
    display: inline-block;
    vertical-align: text-bottom;
}
.pointsTxt {
    width: calc(100% - 135px);
    padding-left: 30px;
}

.pointsTxt p:first-child {
    padding-bottom: 5px;
}

.pointsTxt p:last-child {
    padding-bottom: 0px;
    line-height: 27px;
}

.points {
    list-style-type: none;
    margin:0;
    padding:0;
}

.imgHolder {
    width: 117px;
}

.imgHolder img {
    max-width: 100%;
}

@media screen and (max-width: 640px) {
.mfix {
    font-size: 16px;
}
#process-popup, #process-popup2, #process-popup_end {
    top: 1%!important;
    overflow: hidden;
    max-height: 92%;
    max-width: 100%;
}

.loaderBtn {
    font-size: 16px;
    padding: 4px;
}            
}