
.main-container-section{
    background-color: #fff;
    height:1050px;
    width:788px;
    background-repeat: no-repeat!important;
    margin: auto;
    background-size:100% 100%!important;
    background-position: center!important!important;
}

.header_top_images_banar_regi img{
    width:100%;
    margin-top: 100px;
}
.section-container{
    padding: 0 75px;
}
.header-section {
    display: block;
    clear: both;
        padding-top: 73px;
}
.header-section .logo{
    float: left;
    width: 20%;
}
.header-section .logo img{
    margin-top: 100px;
    width: 100%;;
}
.header-section .heading {
    float: left;
    width: 80%;
    text-align: left;
    margin-top: 80px;
}
.header-section .heading p {
    font-size: 48px;
    line-height: 50px;
    margin: 34px 14px;
    font-weight: bold;
}
/* heading section end */
/* registation section start */
.registation {
    text-align: center;
    font-size: 24px;
    color: #080808;
    /* margin-bottom: 20px; */
    clear: both;
    overflow: hidden;
}
.registation h2{
    margin: 0;
}
/* end registation section */
/* start student information section */
.student-info {
    padding: 0 5px;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
    clear: both;
}
.student-info-list span{
    position: absolute;
    right:0;
    top:4px;
}
.student-info-list{
    float: left;
    width: 30%;
    position: relative;
    height: 24px;
}
.student-info-list p{
    height: 24px;
}

.student-info-list span {
    float: right;
}
.student-info-data {
    float: left;
    width: 67%;
    margin-left: 10px;
    height: 24px;
}
.student-info-list p, .student-info-data p {
    margin-bottom: -8px;
    font-size: 12px;
}
.exp{
   height: 45px;
   display: inline-block;
}
#institute-name{
  
}
.w-25{
    width: 22%;
    float: left;
}
/* end student information section */
/* student picture sectionn start */
.student-picture {
    position: absolute;
    right: 0;
    top: 0;
    width: 120px;
    height: 200px;
}
.student-picture img{
    width: 100%;
}
/* student picture sectionn End */
/* signature section Start */

.signature-section {
    margin-top: 42px;
    overflow: hidden;
    margin-bottom: 29px;
    overflow: hidden;
}
.signature-section:after{
    content:"";
    display: block;
    clear: both;
}
.signature-of-head{
    position: relative;
    width:100%!important;
}
.student-signature {
    width: 50%!important;
    float: left!important;
    padding-left: 9px;
}
.student-signature p{}
.student-signature p::before{}
.head-signature {
    width: 50%!important;
    
    text-align: right;
    position: relative;
    float:right;
}
.head-signature p{
    
}
.hed-signature::before{
    content: "";
    display:block;
    position: absolute;
    height: 3px;
    background: red;
    width: 200px;
    top: 0;
    right: 0;

}


/* signature section End */
.others p{
    margin-left: 30px;
}

/* end of Registration process */
/* Start marksheet style */
.marksheet p {
    text-align: center;
    font-size: 40px;
    color: #000;
    /* margin-bottom: 20px; */
    clear: both;
    overflow: hidden;
}

/* Start marksheet table */
.marksheet-table{
    width: 100%;
    margin-top: 40px;
    border-collapse: collapse;
    margin-left: 5px;
    text-align: center;
}
.marksheet-table th,.marksheet-table tr, .marksheet-table td{
    border: 1px solid;
    padding: 10px 10px;
    
}
/* End marksheet style */
.clear_fix:after{
    content:"";
    display: block;
    clear: both;
}

.signature-section {
    margin-top: 42px;
    overflow: hidden;
    margin-bottom: 29px;
    overflow: hidden;
}
.student-signature:after {
    content: "";
    display: block;
    position: relative;
    height: 1px;
    width: 172px;
    background: #000;
    top: -32px;
    left: -3px;
    clear: both;
}
.signature-section p{
    position: relative;
    display: inline-block;
}
.signature-section p:after {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: 200px;
    background: #000;
    top: 0px;
    left: -4px;
}
.head-signature{
    position: relative;
}
.head-signature:after{
    content: "";
    display: block;
    position: relative;
    height: 1px;
    width: 219px;
    background: #000;
    top: -33px;
    right: -102px;

}

/*Marksheet section */
.mark_section_tbl{
    margin-top:10px;
    margin:auto;
    width:100%;
}
.mark_section_tbl tr td{
    text-align: center;
} 
.mark_section_tbl tr:first-child td{
    text-align:center;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
td, th {
    padding: 0;
}
.test-left{
    text-align: left!important;
}

.test-left span{
    padding-left:11px;
}
.mark_section_tbl tr td {
    text-align: center;
    font-size: 14px;
    height: 24px;
}
/*end marksheet section */