body{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
*{
	box-sizing: border-box;
}
@media  print {
    .pagebreak { page-break-before: always; }
    #Header,#Footer{display: none;}
    @page  { margin:10px; }
 body { margin: 0; border-bottom: 0; font-family: 'Calibri';}
}  
.certificate_wraper{
    background-position: center center;
    width: 880px;
    margin: 5px  auto 40px;
    -webkit-print-color-adjust: exact;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    min-height: 600px;
    font-family: 'Calibri';
}
.index-sec{
	position: absolute;
    left: 40px;
    top: 30px;
}
.index-sec p{
	margin-bottom: 0;
    font-weight: 600;
    position: relative;
    padding-right: 10px;
    color: #292828;
    font-size: 15px;
}
.avatar-upload2{
	position: absolute;
    right: 40px;
    top: 80px;
}
.avatar-upload2 .avatar-preview {
    width: 130px;
    height: 150px;
    position: relative;
    border: 1px solid #C4C4C4;
    /* box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 10%); */
    overflow: hidden;
    text-align: center;
    margin: 0px auto;
}
.avatar-upload2 .avatar-preview > div {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.avatar-upload2 .avatar-preview > div img {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}
.signature_image_area {
    max-width: 100%;
    float: right;
    text-align: center;
    display: block;
    width: 100%;
    height: 65px;
    text-align: right;
}
.signature_image_area img{
	width: 160px;
    height: 40px;
    margin-top: 1px;
}
.certificate_body {
    position: absolute;
    content: '';
    top: 290px;
    right: 0;
    margin: 0px auto;
    width: 100%;
    padding: 0 40px;
}

.certificate_body p{
    line-height: 1.2;
    margin: 0 0 10px;
    min-height: 28px;
    line-height: 32px;
    font-size: 14px;
}
.certificate_QUIZ {
    position: absolute;
    content: '';
    transform: translateY(-22px);
    left: -3px;
    right: 0;
    margin: 0px auto;
    top: 54%;
}
.cert-date{
    top: 536px;
    left: 0;
    width: 100%;
    padding: 0 40px;
    position: absolute;
}
.cert-date p{
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}
.register-sign{
    position: absolute;
    bottom: 0;
    text-align: center;
    top: 494px;
    right: 40px;
    width: 100px;
    padding: 0;
    margin: 0;
}
.register-sign h4{
    font-size: 14px;
    font-family: 'Lucida Calligraphy';
    color: #000;
    width: 100%;
    max-width: 273px;
    display: inline-block;
    text-align: center;
    margin: 0;
}
.regtext{
        text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    top: 214px;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 22px;
    color: #0f18a3;
}