* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container-result {
    position: relative;
    width: 595px;
    height: 842px;
    margin: auto;
    border: 15px solid rgb(202, 133, 4);
}

.logo h4 {
    color: #393184;
    font-size: 9px;
    text-align: center;
}

.logo {
    margin-top: 20px;
    position: relative;

}

.logo img {
    width: 80%;
    margin: 10px;
    margin-bottom: 5px;
}
.logo::after {
    position: absolute;
    content: "";
    width: 95%;
    border-top: 2px solid #393184;
    top: 65%;
    left: 5%;
}
.logo::before {
    position: absolute;
    content: "";
    width: 70%;
    border-top: 2px solid #393184;
    top: 25px;
    left: 65%;
    rotate: 90deg;
}

.header {
    display: flex;
    align-items: center;
    border-bottom: 5px solid rgb(202, 122, 1);
    position: relative;
}

.text-box {
    text-align: left;
    margin-top: 10px;
}

.h1-heading{
    font-size: 20px;
    letter-spacing: -1px;
    color: #393184;
    margin-left: 0;
    margin-bottom: 0;
}
.main-heading-result{}
.main-heading-result p{
    font-size: 15px;
    text-align: center;
    margin: 0;
    color: #393184;
}
.main-heading-result small{
    font-size: 13px;
    text-align: center;
    color: #393184;
}

.text-box p {
    margin-left: 20px;
    font-weight: 700;
    font-size: 1.5vw;
    line-height: 2;
}

.statment {
    height: 50px;
    text-align: center;
    margin: auto;
    margin-top: 5px;
    width: 40%;
    padding: 10px;
    background-image: linear-gradient(45deg,rgba(255, 99, 71, 0.411), rgb(21, 142, 189), rgba(255, 99, 71, 0.411)) ;
}
.statment p{
    font-size: 18px;
    font-weight: 500;
}

.right h5{
    font-weight: 400;
}
.left h5{
    font-weight: 600;
}


/*responsive work start here*/
@media(max-width:500px) {
    .logo img {
        height: 20px;
        width: 78px;
        margin-left: -1px;
    }

    .logo h4 {
        color: blue;
        font-size: 17px;
        border-top: 5px solid black;
        margin-left: -3px;
        height: 20px;
    }

    .logo {
        height: 88px;
        width: 152px;

        margin: 0;
    }



    .text-box p {
        line-height: normal;
        font-size: 2.5vw;
    }

    .text-box {
        margin-top: -20px;
        margin-left: -14px;
    }

    .header {
        height: 100px;

    }

    .statment {
        height: 29px;
        width: 48vw;
    }
    
}

/* responsive work end here */

.table{
    display: flex;
    justify-content: space-between;
    /* border: 1px solid black; */
    padding: 20px;
    width: 100%;
    margin-left: 20px;
}
.table h5{
    font-size: 16px;
    padding: 7px;
}
@media(max-width:500px){
    .table h5{
        font-size:9px;
        padding: 2px;
    }
    .table{
        width: 221px;
        margin-left: -12px;
        
    }
}
/* .box-border-design{
    border: 1px solid black;
} */
.box-border-design div{
    font-size: 10px;
    align-self: center;
}
/* .header-div-set{
    border: 1px solid black;
} */
/* .sr_no{
    border-right: 1px solid black;
} */
/* .border-top-1{
    border-top: 1px solid black;
}
.marks_no{
    border-right: 1px solid black;
    border-left: 1px solid black;
} */
.inside-div{
    /* border-bottom: 1px solid black;
    border-right: 1px solid black; */
    text-align: center;
}
.inside-1{
    /* border-bottom: 1px solid black; */
    text-align: center;
}
/* .inside-3{
    border-right: 1px solid black;
} */
.inside-2{
    /* border-bottom: 1px solid black; */
    text-align: center;
}
.grade-legend{
    position: absolute;
    bottom: 0;
    border: 1px solid #393184;
    width: 80%;
    padding: 10px;
    border-radius: 50%;
    left: 50%;
    bottom: -0%;
    transform: translate(-50%,-20%);
    
}
.grade-legend p{
    font-size: 14px;
    margin: 0;
}
.botton-result h3{
    font-size: 18px;
}
.viv-2 .col-6 , .viv-1 .col-6{
    height: 100px;
    display: flex;
    gap: 20px;
    text-align: center;
    align-items: center;
}
.last{
    border: none;
}
.footer-box{
    height: 80px;
    width: 85%;
    border-radius: 100px;
    border: 1px solid black;
    margin-left: 80px;
    padding-top: 28px;
    text-align: center;
    margin-top: 20px;
}
.footer-box p{
    font-size: 20px;
    font-weight: 700;
}