*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
a{
    text-decoration: none;
}
li{
    list-style: none;
}
button{
    cursor: pointer;
}
img{
    width: 20%;
    vertical-align: bottom;
}
:disabled{
    cursor: not-allowed;
}
.flex{
    display: flex;
    flex-wrap: wrap;
}
.justify-content{
    justify-content: space-between;
}
.align{
    align-items: center;
}
.container{
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    padding:  0 30px;
}
body{
    font-family: 'Mulish', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
}
.btn{
    background-image: linear-gradient(to right,#F37E20, #AD1E23);
    padding: 15px 0;
    max-width: 387px;
    width: 100%;
    display: flex;
    justify-content: center;
    color: #fff;
    border-radius: 50px;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    font-family: mulish;
    
}
input{
    border: none;
    outline: none;
}
.upload-btn{
    display: inline-block;
    color: #fff;
    background-color: #F37E20;
    width: 108px;
    padding: 4px 0 ;
    text-align: center;
    margin-right: 13px;
    border-radius: 5px;
}
.upload-btn:nth-last-of-type(1){
    margin-right: 0px;
}
.bg-color{
    background-color: #F37E20;
    border-radius: 0 20px 20px 0 ;
}
.pop__wrapper .popup__content .submit .input-submit.active{
    background-color: #F37E20;
    color: #fff;
}
.upload-pdf-file .active{
    color: #AD1E23;
}
.continue button{
    background-color: #AD1E23;
}
.specificInstru{
    font-size: 12px;
    margin-left:3%
}
.uploadFile{
    font-size: 12px;
}
.bankStmtTableClass{
	width: 100%;
}
.browseFileCls{
	width: 0px;
}
.spaceClass{
	margin: -47px;
}
.browseClassLbl{
	padding: 17px;	
}
.browseUploadCls{
	/*padding: 17px;*/	
}
.UploadFileCls{
	/* padding: 17px;*/
}
.browseFileClsimg{
	max-width: 114px;
	cursor: pointer;
	margin-left: 7px;
	width: 100%;	
}
.UploadFileClsimg{
	max-width: 114px;
	cursor: pointer;
	width: 100%;
}
.upperhr{
	margin: 0px;
	background:#b6adad;
}
.lowerhr{
	margin: 8px;
	background:#b6adad;
}
.aggreInstr{
	font-size: 13px;
    font-weight: bold;
    word-break: break-word;
}