

.row-01{
    max-width: 90%;
    display: flex;
    margin: auto;
    margin-bottom: 1%;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 15px;
    padding-bottom: 0px;
    }

.remove{
    text-decoration: none;

}

.Exam-Box {

    text-decoration: none;
    border: solid;
    border-color: rgb(184, 182, 182);
    border-width: 1px;
    border-radius: 5px;
    flex-basis: 31%;
    width: 350px;
    height: 380px;
    margin: 1%;
    margin-top: 1%;
    margin-bottom: 1%;
    margin-left: 1%;
    margin-right: 1%;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background: #f5f1f1; 
    box-sizing: border-box;
    box-shadow:0 5px 15px rgb(0, 0, 0, 0.2); 
    z-index: -900px;
}

.Exam-Box h2{
    text-decoration: none;
    color: black;
    font-size: 15px;
    font-family: 'poppins';
    text-align: center;
    font-weight: 450;
    margin: 0 0;
}

.Exam-Box:hover{
    box-shadow:0 5px 15px rgba(165, 162, 162, 0.5); 
}


.Exam-Box_R0 {
    max-width: 100%;
    height: 8%;
    display: flex;
    margin: auto;
    flex-wrap: wrap;
    justify-content: left;
    padding-top: 0px;
    padding-bottom: 0px;
  align-items: center;

}


.Exam-Box_R0 h2{
    text-decoration: none;
    align-items: center;
    font-size: 16px;
    font-family: 'poppins';
    color: hwb(317 9% 88% / 0.937);
    text-align: right;
    font-weight: 505;
    margin: 0 0;
    height: 8%;
    display: flex;
    align-items: center;
}


.Exam-Box_R1 {
    max-width: 100%;
    height: 9%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: auto;
    align-items: center;
    border-bottom: 0.1rem solid rgb(111, 108, 108);

}


.Exam-Box_C1 {
    max-width: 30%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 0px;
    padding-bottom: 0px;
    text-decoration: none;
    text-align: left;
    align-items: center;
    font-weight: 500;
    justify-content: left;
 
}

.Exam-Box_C1 h2{
    text-decoration: none;
    align-items: center;
    font-size: 15px;
    font-family: 'poppins';
    color: rgb(71, 68, 68);
    text-align: right;
    font-weight: 425;
    margin: auto;
}


.Exam-Box_R1_C2 {
    max-width: 100%;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    padding-top: 0px;
    padding-bottom: 0px;
    align-items: left;
    text-align: left;
}

.Exam-Box_R1_C2 h2{
    text-decoration: none;
    align-items: left;
    font-size: 15px;
    font-family: 'poppins';
    color: rgb(71, 68, 68);
    text-align:left;
    font-weight: 425;
    margin: auto;
    margin-left: 0%;
}

.Exam-Box_R3 {
    max-width: 100%;
    height: 10%;
     display: flex;
    margin: auto;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    padding-top: 3px;
    padding-bottom: 0px;
    font-size: 14px;
    color: rgb(109, 13, 13);
      /*  border-bottom: 0.15rem solid green;*/

}

.Exam-Box_R3  h2{
    text-decoration: none;
    align-items: center;
    color: #0077c8 ;
    font-size: 25px;
    font-family: 'poppins';
    text-align: right;
    font-weight: 800;
    margin: 0 0;
}

.Exam-Box_R4 {
    max-width: 100%;
    height: 20%;
    display: flex;
    margin: auto;
    margin-top:0%;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    padding-top: 2px;
    padding-bottom: 0px;
    font-size: 14px;
    color: rgb(109, 13, 13);
      /*  border-bottom: 0.15rem solid green;*/
}

.Exam-Box_R4  p{
    text-decoration: none;
    padding-top: 10px;
    align-items: center;
    color: rgb(168, 30, 30);
    font-size: 20px;
    font-family: 'poppins';
    text-align: center;
    font-weight: 400;
    margin: 0 0;
}

.Exam-Box_R4_1  p{
                    color: rgb(62, 59, 59);
                    font-size: 18px;
                    text-align: center;
                    padding-left: 1px;
                    padding-bottom: 1px;
                    display: flex;
                    align-items: center;
                }
.Exam-Box_R5 {
    max-width: 100%;
    height: 10%;
    display: flex;
    margin: auto;
    justify-content: right;
    text-align: right;
    flex-wrap: wrap;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 15px;
    color: rgb(109, 13, 13);
      /*  border-bottom: 0.15rem solid green;*/

}

.Exam-Box_R5  h2{
    text-decoration: none;
    border: solid;
    border-color:green;
    border-width: 1px;
    border-radius: 12px;
    padding-left: 12px;
    padding-right: 12px;
    background-color: green;
    opacity:1 ;
    align-items: center;
    color: white;
    font-size: 15px;
    font-family: 'poppins';
    text-align: right;
    font-weight: 500;
}



.subject-BTN {
    max-width: 90%;
    margin: auto;
    margin-top: 0%;
    text-align: right;
    padding-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    /* background-color: #563434; */
}



/* @media(max-width:1600px){
   
    .Exam-Box {
    width: 330px;
    height: 360px;
}
 
   } */
@media(max-width:1600px){
        .Exam-Box {

        width: 330px;
        height: 360px;
    }
     
   
    .Exam-Box_R0 h2{
        font-size: 22px;
            }
    
    
    .Exam-Box_R1{
                    height: 9%;
                         display: flex;
                    align-items: center;
                    
                }    
    .Exam-Box_R1_C1{
                    max-width: 30%;
                         display: flex;
                    align-items: center;
                    
                }    
                
    .Exam-Box_R1_C1 h2{
        font-size: 14px;
                                                display: flex;
                    align-items: center;
                    text-align: left;
    }
    
    .Exam-Box_R1_C2{
                    max-width: 100%;
                    
                }    
                
    .Exam-Box_R1_C2 h2{
        font-size: 14px;
                            display: flex;
                    align-items: center;
                    text-align: left;
    }
    
    .Exam-Box_R3 {
                    height: 5%;
                                    
                   }
    .Exam-Box_R3  h2{
                    font-size: 24px;
                    font-weight: 450;
                    
                 
                   }

    .Exam-Box_R4 {
                    max-width: 100%;
                    height: 25%;
                    padding-top: 0px;
                     display: flex;
                    align-items: center;
                }
    .Exam-Box_R4  p{
                    font-size: 20px;
                    padding-left: 1px;
                    padding-bottom: 1px;
                    display: flex;
                    align-items: center;
                }
    .Exam-Box_R4 {
                    max-width: 100%;
                    height: 25%;
                    padding-top: 0px;
                     display: flex;
                    align-items: center;
                }
    .Exam-Box_R4  p{
                    font-size: 16px;
                    padding-left: 1px;
                    padding-bottom: 1px;
                    display: flex;
                    align-items: center;
                }
    .Exam-Box_R4 {
                    max-width: 100%;
                    height: 25%;
                    padding-top: 0px;
                     display: flex;
                    align-items: center;
                }
    .Exam-Box_R4  p{
                    font-size: 18px;
                    padding-left: 1px;
                    padding-bottom: 1px;
                    display: flex;
                    align-items: center;
                }
    .Exam-Box_R4_1 {
                    max-width: 100%;
                    height: 25%;
                    padding-top: 0px;
                     display: flex;
                    align-items: center;
                }
    .Exam-Box_R4_1  p{
                    color: rgb(62, 59, 59);
                    font-size: 15px;
                    text-align: center;
                    padding-left: 1px;
                    padding-bottom: 1px;
                    display: flex;
                    align-items: center;
                }
    .Exam-Box_R5 {
                    max-width: 100%;
                    height: 12%;
                    padding-top: 2px;
                    display: flex;
                    align-items: center;
                }
        }


/* @media(max-width:1500px){
   
    .Exam-Box {

    width: 310px;
    height: 260px;
}
 
   } */
@media(max-width:1500px){
        .Exam-Box {

        width: 300px;
        height: 360px;
    }
     
   
    .Exam-Box_R0 h2{
        font-size: 22px;
            }
    
    
    .Exam-Box_R1{
                    height: 9%;
                         display: flex;
                    align-items: center;
                    
                }    
    .Exam-Box_R1_C1{
                    max-width: 30%;
                         display: flex;
                    align-items: center;
                    
                }    
                
    .Exam-Box_R1_C1 h2{
        font-size: 13px;
                                                display: flex;
                    align-items: center;
                    text-align: left;
    }
    
    .Exam-Box_R1_C2{
                    max-width: 100%;
                    
                }    
                
    .Exam-Box_R1_C2 h2{
        font-size: 13px;
                            display: flex;
                    align-items: center;
                    text-align: left;
    }
    
    .Exam-Box_R3 {
                    height: 5%;
                                    
                   }
    .Exam-Box_R3  h2{
                    font-size: 22px;
                    font-weight: 450;
                    
                 
                   }

    .Exam-Box_R4 {
                    max-width: 100%;
                    height: 25%;
                    padding-top: 0px;
                     display: flex;
                    align-items: center;
                }
    .Exam-Box_R4  p{
                    font-size: 18px;
                    padding-left: 1px;
                    padding-bottom: 1px;
                    display: flex;
                    align-items: center;
                }
    .Exam-Box_R4 {
                    max-width: 100%;
                    height: 25%;
                    padding-top: 0px;
                     display: flex;
                    align-items: center;
                }
    .Exam-Box_R4  p{
                    font-size: 16px;
                    padding-left: 1px;
                    padding-bottom: 1px;
                    display: flex;
                    align-items: center;
                }
    .Exam-Box_R4 {
                    max-width: 100%;
                    height: 25%;
                    padding-top: 0px;
                     display: flex;
                    align-items: center;
                }
    .Exam-Box_R4  p{
                    font-size: 18px;
                    padding-left: 1px;
                    padding-bottom: 1px;
                    display: flex;
                    align-items: center;
                }
    .Exam-Box_R4_1 {
                    max-width: 100%;
                    height: 25%;
                    padding-top: 0px;
                     display: flex;
                    align-items: center;
                }
    .Exam-Box_R4_1  p{
                    color: rgb(62, 59, 59);
                    font-size: 14px;
                    text-align: center;
                    padding-left: 1px;
                    padding-bottom: 1px;
                    display: flex;
                    align-items: center;
                }
    .Exam-Box_R5 {
                    max-width: 100%;
                    height: 12%;
                    padding-top: 2px;
                    display: flex;
                    align-items: center;
                }
        }


/* @media(max-width:1400px){
    
    .Exam-Box {

    width: 290px;
    height: 260px;
}
 
   } */

 @media(max-width:1400px){
        .Exam-Box {

        width: 280px;
        height: 360px;
    }
     
   
    .Exam-Box_R0 h2{
        font-size: 16px;
            }
    
    
    .Exam-Box_R1{
                    height: 9%;
                         display: flex;
                    align-items: center;
                    
                }    
    .Exam-Box_R1_C1{
                    max-width: 30%;
                         display: flex;
                    align-items: center;
                    
                }    
                
    .Exam-Box_R1_C1 h2{
        font-size: 11px;
                                                display: flex;
                    align-items: center;
                    text-align: left;
    }
    
    .Exam-Box_R1_C2{
                    max-width: 100%;
                    
                }    
                
    .Exam-Box_R1_C2 h2{
        font-size: 11px;
                            display: flex;
                    align-items: center;
                    text-align: left;
    }
    
    .Exam-Box_R3 {
                    height: 5%;
                                    
                   }
    .Exam-Box_R3  h2{
                    font-size: 18px;
                    font-weight: 450;
                    
                 
                   }

    .Exam-Box_R4 {
                    max-width: 100%;
                    height: 25%;
                    padding-top: 0px;
                     display: flex;
                    align-items: center;
                }
    .Exam-Box_R4  p{
                    font-size: 16px;
                    padding-left: 1px;
                    padding-bottom: 1px;
                    display: flex;
                    align-items: center;
                }
    .Exam-Box_R4 {
                    max-width: 100%;
                    height: 25%;
                    padding-top: 0px;
                     display: flex;
                    align-items: center;
                }
    .Exam-Box_R4  p{
                    font-size: 16px;
                    padding-left: 1px;
                    padding-bottom: 1px;
                    display: flex;
                    align-items: center;
                }
    .Exam-Box_R4 {
                    max-width: 100%;
                    height: 25%;
                    padding-top: 0px;
                     display: flex;
                    align-items: center;
                }
    .Exam-Box_R4  p{
                    font-size: 16px;
                    padding-left: 1px;
                    padding-bottom: 1px;
                    display: flex;
                    align-items: center;
                }
    .Exam-Box_R4_1 {
                    max-width: 100%;
                    height: 25%;
                    padding-top: 0px;
                     display: flex;
                    align-items: center;
                }
    .Exam-Box_R4_1  p{
                    color: rgb(62, 59, 59);
                    font-size: 13px;
                    text-align: center;
                    padding-left: 1px;
                    padding-bottom: 1px;
                    display: flex;
                    align-items: center;
                }
    .Exam-Box_R5 {
                    max-width: 100%;
                    height: 12%;
                    padding-top: 2px;
                    display: flex;
                    align-items: center;
                }
        }

/* @media(max-width:1300px) {

    .Exam-Box {

        width: 265px;
        height: 260px;
    }
    

} */
    
  @media(max-width:1300px){
        .Exam-Box {

        width: 260px;
        height: 360px;
    }
     
   
    .Exam-Box_R0 h2{
        font-size: 16px;
            }
    
    
    .Exam-Box_R1{
                    height: 9%;
                         display: flex;
                    align-items: center;
                    
                }    
    .Exam-Box_R1_C1{
                    max-width: 30%;
                         display: flex;
                    align-items: center;
                    
                }    
                
    .Exam-Box_R1_C1 h2{
        font-size: 11px;
                                                display: flex;
                    align-items: center;
                    text-align: left;
    }
    
    .Exam-Box_R1_C2{
                    max-width: 100%;
                    
                }    
                
    .Exam-Box_R1_C2 h2{
        font-size: 11px;
                            display: flex;
                    align-items: center;
                    text-align: left;
    }
    
    .Exam-Box_R3 {
                    height: 5%;
                                    
                   }
    .Exam-Box_R3  h2{
                    font-size: 18px;
                    font-weight: 450;
                    
                 
                   }

    .Exam-Box_R4 {
                    max-width: 100%;
                    height: 25%;
                    padding-top: 0px;
                     display: flex;
                    align-items: center;
                }
    .Exam-Box_R4  p{
                    font-size: 16px;
                    padding-left: 1px;
                    padding-bottom: 1px;
                    display: flex;
                    align-items: center;
                }
    .Exam-Box_R4 {
                    max-width: 100%;
                    height: 25%;
                    padding-top: 0px;
                     display: flex;
                    align-items: center;
                }
    .Exam-Box_R4  p{
                    font-size: 16px;
                    padding-left: 1px;
                    padding-bottom: 1px;
                    display: flex;
                    align-items: center;
                }
    .Exam-Box_R4 {
                    max-width: 100%;
                    height: 25%;
                    padding-top: 0px;
                     display: flex;
                    align-items: center;
                }
    .Exam-Box_R4  p{
                    font-size: 16px;
                    padding-left: 1px;
                    padding-bottom: 1px;
                    display: flex;
                    align-items: center;
                }
    .Exam-Box_R4_1 {
                    max-width: 100%;
                    height: 25%;
                    padding-top: 0px;
                     display: flex;
                    align-items: center;
                }
    .Exam-Box_R4_1  p{
                    color: rgb(62, 59, 59);
                    font-size: 13px;
                    text-align: center;
                    padding-left: 1px;
                    padding-bottom: 1px;
                    display: flex;
                    align-items: center;
                }
    .Exam-Box_R5 {
                    max-width: 100%;
                    height: 12%;
                    padding-top: 2px;
                    display: flex;
                    align-items: center;
                }
        }
 
/* @media(max-width:1200px){
    
    .Exam-Box {

        width: 225px;
        height: 260px;
    }
     
    .Exam-Box_R1_C1 h2{
        font-size: 11px;
    }
    
    .Exam-Box_R1_C2 h2{
        font-size: 12px;
    }
    
     
    .Exam-Box_R3  h2{
        font-size: 12px;
     
     
       }

    .Exam-Box_1_R4  p{
        font-size: 11px;
    }

}
     */


@media(max-width:1200px){
        .Exam-Box {

        width: 230px;
        height: 360px;
    }
     
   
    .Exam-Box_R0 h2{
        font-size: 16px;
            }
    
    
    .Exam-Box_R1{
                    height: 9%;
                         display: flex;
                    align-items: center;
                    
                }    
    .Exam-Box_R1_C1{
                    max-width: 30%;
                         display: flex;
                    align-items: center;
                    
                }    
                
    .Exam-Box_R1_C1 h2{
        font-size: 11px;
                                                display: flex;
                    align-items: center;
                    text-align: left;
    }
    
    .Exam-Box_R1_C2{
                    max-width: 100%;
                    
                }    
                
    .Exam-Box_R1_C2 h2{
        font-size: 11px;
                            display: flex;
                    align-items: center;
                    text-align: left;
    }
    
    .Exam-Box_R3 {
                    height: 5%;
                                    
                   }
    .Exam-Box_R3  h2{
                    font-size: 16px;
                    font-weight: 450;
                    
                 
                   }

    .Exam-Box_R4 {
                    max-width: 100%;
                    height: 25%;
                    padding-top: 0px;
                     display: flex;
                    align-items: center;
                }
    .Exam-Box_R4  p{
                    font-size: 16px;
                    padding-left: 1px;
                    padding-bottom: 1px;
                    display: flex;
                    align-items: center;
                }
    .Exam-Box_R4 {
                    max-width: 100%;
                    height: 25%;
                    padding-top: 0px;
                     display: flex;
                    align-items: center;
                }
    .Exam-Box_R4  p{
                    font-size: 16px;
                    padding-left: 1px;
                    padding-bottom: 1px;
                    display: flex;
                    align-items: center;
                }
    .Exam-Box_R4 {
                    max-width: 100%;
                    height: 25%;
                    padding-top: 0px;
                     display: flex;
                    align-items: center;
                }
    .Exam-Box_R4  p{
                    font-size: 16px;
                    padding-left: 1px;
                    padding-bottom: 1px;
                    display: flex;
                    align-items: center;
                }
    .Exam-Box_R4_1 {
                    max-width: 100%;
                    height: 25%;
                    padding-top: 0px;
                     display: flex;
                    align-items: center;
                }
    .Exam-Box_R4_1  p{
                    color: rgb(62, 59, 59);
                    font-size: 13px;
                    text-align: center;
                    padding-left: 1px;
                    padding-bottom: 1px;
                    display: flex;
                    align-items: center;
                }
    .Exam-Box_R5 {
                    max-width: 100%;
                    height: 12%;
                    padding-top: 2px;
                    display: flex;
                    align-items: center;
                }
        }

/* @media(max-width:1024px){
    
    
    
    .Exam-Box {

        width: 200px;
        height: 260px;
    }
     
    .Exam-Box_R1_C1 h2{
        font-size: 11px;
    }
    
    .Exam-Box_R1_C2 h2{
        font-size: 12px;
    }
    
     
    .Exam-Box_R3  h2{
        font-size: 12px;
     
     
       }

    .Exam-Box_R4  p{
        font-size: 11px;
    }
  


} */

@media(max-width:1024px){
        .Exam-Box {

        width: 210px;
        height: 360px;
    }
     
   
    .Exam-Box_R0 h2{
        font-size: 16px;
            }
    
    
    .Exam-Box_R1{
                    height: 8%;
                         display: flex;
                    align-items: center;
                    
                }    
    .Exam-Box_R1_C1{
                    max-width: 30%;
                         display: flex;
                    align-items: center;
                    
                }    
                
    .Exam-Box_R1_C1 h2{
        font-size: 13px;
                                                display: flex;
                    align-items: center;
                    text-align: left;
    }
    
    .Exam-Box_R1_C2{
                    max-width: 100%;
                    
                }    
                
    .Exam-Box_R1_C2 h2{
        font-size: 10px;
                            display: flex;
                    align-items: center;
                    text-align: left;
    }
    
    .Exam-Box_R3 {
                    height: 5%;
                                    
                   }
    .Exam-Box_R3  h2{
                    font-size: 14px;
                    font-weight: 450;
                    
                 
                   }

    .Exam-Box_R4 {
                    max-width: 100%;
                    height: 25%;
                    padding-top: 0px;
                     display: flex;
                    align-items: center;
                }
    .Exam-Box_R4  p{
                    font-size: 16px;
                    padding-left: 1px;
                    padding-bottom: 1px;
                    display: flex;
                    align-items: center;
                }
    .Exam-Box_R4 {
                    max-width: 100%;
                    height: 25%;
                    padding-top: 0px;
                     display: flex;
                    align-items: center;
                }
    .Exam-Box_R4  p{
                    font-size: 16px;
                    padding-left: 1px;
                    padding-bottom: 1px;
                    display: flex;
                    align-items: center;
                }
    .Exam-Box_R4 {
                    max-width: 100%;
                    height: 25%;
                    padding-top: 0px;
                     display: flex;
                    align-items: center;
                }
    .Exam-Box_R4  p{
                    font-size: 16px;
                    padding-left: 1px;
                    padding-bottom: 1px;
                    display: flex;
                    align-items: center;
                }
    .Exam-Box_R4_1 {
                    max-width: 100%;
                    height: 25%;
                    padding-top: 0px;
                     display: flex;
                    align-items: center;
                }
    .Exam-Box_R4_1  p{
                    color: rgb(62, 59, 59);
                    font-size: 12px;
                    text-align: center;
                    padding-left: 1px;
                    padding-bottom: 1px;
                    display: flex;
                    align-items: center;
                }




    .Exam-Box_R5 {
                    max-width: 100%;
                    height: 12%;
                    padding-top: 2px;
                    display: flex;
                    align-items: center;
                }
        }

/* @media(max-width:962px){
    
    .Exam-Box {

        width: 170px;
        height: 260px;
    }
     
    .Exam-Box_R1_C1 h2{
        font-size: 11px;
    }
    
    .Exam-Box_R1_C2 h2{
        font-size: 12px;
    }
    
     
.Exam-Box_R3 {
    height: 10%;

}
    .Exam-Box_R3  h2{
        font-size: 13px;
         
       }

.Exam-Box_R4 {
        height: 55%;
    
    }
    .Exam-Box_R4  p{
        font-size: 11px;
    }
    
    }
     */

@media(max-width:962px){
        .Exam-Box {

        width: 170px;
        height: 360px;
    }
     
   
    .Exam-Box_R0 h2{
        font-size: 14px;
            }
    
    
    .Exam-Box_R1{
                    height: 8%;
                         display: flex;
                    align-items: center;
                    
                }    
    .Exam-Box_R1_C1{
                    max-width: 30%;
                         display: flex;
                    align-items: center;
                    
                }    
                
    .Exam-Box_R1_C1 h2{
        font-size: 8px;
        display: flex;
        align-items: center;
        text-align: left;
    }
    
    .Exam-Box_R1_C2{
                    max-width: 100%;
                    
                }    
                
    .Exam-Box_R1_C2 h2{
        font-size: 10px;
        display: flex;
        align-items: center;
        text-align: left;
    }
    
    .Exam-Box_R3 {
                    height: 5%;
                                    
                   }
    .Exam-Box_R3  h2{
                    font-size: 14px;
                    font-weight: 450;
                    
                 
                   }

    .Exam-Box_R4 {
                    max-width: 100%;
                    height: 25%;
                    padding-top: 0px;
                     display: flex;
                    align-items: center;
                }
    .Exam-Box_R4  p{
                    font-size: 12px;
                    padding-left: 1px;
                    padding-bottom: 1px;
                    display: flex;
                    align-items: center;
                }

                    .Exam-Box_R4_1 {
                    max-width: 100%;
                    height: 25%;
                    padding-top: 0px;
                     display: flex;
                    align-items: center;
                }
    .Exam-Box_R4_1  p{
                    color: rgb(62, 59, 59);
                    font-size: 12px;
                    text-align: center;
                    padding-left: 1px;
                    padding-bottom: 1px;
                    display: flex;
                    align-items: center;
                }

    .Exam-Box_R5 {
                    max-width: 100%;
                    height: 12%;
                    padding-top: 2px;
                    display: flex;
                    align-items: center;
                }
        }

@media(max-width:768px){
        .Exam-Box {

        width: 140px;
        height: 350px;
    }
     
   
    .Exam-Box_R0 h2{
        font-size: 14px;
            }
    
    
    .Exam-Box_R1{
                    height: 8%;
                         display: flex;
                    align-items: center;
                    
                }    
    .Exam-Box_R1_C1{
                    max-width: 30%;
                         display: flex;
                    align-items: center;
                    
                }    
                
    .Exam-Box_R1_C1 h2{
        font-size: 8px;
                                                display: flex;
                    align-items: center;
                    text-align: left;
    }
    
    .Exam-Box_R1_C2{
                    max-width: 100%;
                    
                }    
                
    .Exam-Box_R1_C2 h2{
        font-size: 10px;
                            display: flex;
                    align-items: center;
                    text-align: left;
    }
    
    .Exam-Box_R3 {
                    height: 5%;
                                    
                   }
    .Exam-Box_R3  h2{
                    font-size: 14px;
                    font-weight: 450;
                    
                 
                   }

    .Exam-Box_R4 {
                    max-width: 100%;
                    height: 22%;
                    padding-top: 0px;
                     display: flex;
                    align-items: center;
                }
    .Exam-Box_R4  p{
                    font-size: 12px;
                    padding-left: 1px;
                    padding-bottom: 1px;
                    display: flex;
                    align-items: center;
                }

                    .Exam-Box_R4_1 {
                    max-width: 100%;
                    height: 30%;
                    padding-top: 0px;
                     display: flex;
                    align-items: center;
                }

                    .Exam-Box_R4_1 {
                    max-width: 100%;
                    height: 25%;
                    padding-top: 0px;
                     display: flex;
                    align-items: center;
                }
    .Exam-Box_R4_1  p{
                    color: rgb(62, 59, 59);
                    font-size: 13px;
                    text-align: center;
                    padding-left: 1px;
                    padding-bottom: 1px;
                    display: flex;
                    align-items: center;
                }

    .Exam-Box_R5 {
                    max-width: 100%;
                    height: 12%;
                    padding-top: 2px;
                    display: flex;
                    align-items: center;
                }
        }
        

@media(max-width:650px){
    
    .row-01{
                max-width: 90%;
                display: flex;
                margin: auto;
                justify-content: center;
                flex-wrap: wrap;
                gap: 2px;
                padding-top:0px;
                padding-bottom: 0px;
                }

    .Exam-Box {     
                width: 350px;
                height: 350px;
                padding-left: 5px;
                padding-right: 5px;
                }
                
    .Exam-Box_R0 h2{
                font-size: 15px;
            
                }             
                 
    .Exam-Box_R1_C1{
                    max-width: 35%;
                }
                
    .Exam-Box_R1_C1 h2{
                    font-size: 14px;
                }
                
    .Exam-Box_R1_C2{
                    max-width: 100%;
                }    
                

    .Exam-Box_R1_C2 h2{
                    font-size: 14px;
                }
                
    .Exam-Box_R1_C3 h2{
                    font-size: 14px;
                }
                
                
    .Exam-Box_R3 {
                    height: 10%;
                                    
                   }
    .Exam-Box_R3  h2{
                    font-size: 22px;
                    font-weight: 450;
                    
                 
                   }
    .Exam-Box_R4 {
                    max-width: 100%;
                    height: 20%;
                    padding-top: 0px;
                     display: flex;
                    align-items: center;
                }
    .Exam-Box_R4  p{
                    font-size: 20px;
                    padding-left: 1px;
                    padding-bottom: 1px;
                    display: flex;
                    align-items: center;
                }
    .Exam-Box_R5 {
                    max-width: 100%;
                    height: 12%;
                    padding-top: 2px;
                    display: flex;
                    align-items: center;
                }
    .subject-BTN {
                    max-width: 90%;
                    display: flex;
                    justify-content: center;
                    margin: auto;
                    margin-top: 0%;
                    text-align: right;
                    padding-left: 0px;
                    padding-top: 0px;
                    padding-bottom: 20px;
                    /* background-color: #563434; */
                }              

            }
            



.rev_slider {
    width: 100%;
    padding: 20px 0;
    overflow: hidden;
    position: relative;
}

.rev_track {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    white-space: nowrap;
    cursor: grab;
    scrollbar-width: none;
}

.rev_track:active {
    cursor: grabbing;
}

.rev_track::-webkit-scrollbar {
    display: none;
}


.rev_slider_wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 90%;

     max-width: 90%;
    display: flex;
    margin: auto;
    margin-bottom: 1%;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 15px;
    padding-bottom: 0px;
}

.rev_slider {
    width: 90%;
    overflow: hidden;
        max-width: 90%;
    display: flex;
    margin: auto;
    margin-bottom: 1%;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 15px;
    padding-bottom: 0px;
}

.rev_track {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    white-space: nowrap;
    cursor: grab;
    scrollbar-width: none;
}

.rev_track::-webkit-scrollbar {
    display: none;
}

.rev_track:active {
    cursor: grabbing;
}

.rev_btn {
    font-size: 35px;
    background: #333;
    color: white;
    border: none;
    padding: 10px 14px;
    cursor: pointer;
    border-radius: 8px;
    user-select: none;
}





.rev_slider_wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 90%;
}

.rev_slider {
    width: 90%;
    overflow: hidden;
}

.rev_track {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    white-space: nowrap;
    cursor: grab;
    scrollbar-width: none;
}

.rev_track::-webkit-scrollbar {
    display: none;
}

.rev_track:active {
    cursor: grabbing;
}

.rev_btn {
    font-size: 35px;
    background: #333;
    color: white;
    border: none;
    padding: 10px 14px;
    cursor: pointer;
    border-radius: 8px;
    user-select: none;
}



