
.know-ur-test_bodytext h1,
.know-ur-test_bodytext>h4{
    color: black;
    font-weight: 800;
    margin-bottom: 30px;
}
.know-ur-test_page {
    padding: 60px 0px;
}

.know-ur-test_bodytext {
    padding-right:40px;
}
.know-ur-test_bodytext h2 {
    margin: 25px 0px 10px 0px;
    color: #000000;
    font-size: 36px;
    font-weight: 800;
}
.know-ur-test_bodytext p {
    padding: 10px 0px;
    font-size: 16px;
    color: #585858;
    line-height: 28px;
    text-align: justify;
}
.know-ur-test_bodytext .tabs{
    display: flex;
    justify-content: center;
    align-items: center; 
    margin-bottom: 20px;
    gap: 1.5rem; 
    flex-wrap: wrap;  
}
.know-ur-test_bodytext .tabs li{
    padding: 10px 25px;
    border: 2px solid #ddd;
    color: #000;
    border-radius: 10px;
    box-shadow: 0 0 7px rgba(0,0,0,0.5);
    font-weight: 700;
    color: #fff;
}
.know-ur-test_bodytext .tabs .gre{
    background-color: #5d0e4f;
}
.know-ur-test_bodytext .tabs .gmat{
    background-color: #fe7601;
}
.know-ur-test_bodytext .tabs .toefl{
    background-color: #331ac8;
}
.know-ur-test_bodytext .tabs .ielts{
    background-color: #e51b40;
}
.know-ur-test_bodytext .tabs .sat{
    background-color: #01acee;
}
.know-ur-test_bodytext .tabs .gre.active{
    border: 2px solid #5d0e4f;
}
.know-ur-test_bodytext .tabs .gmat.active{
    border: 2px solid #fe7601;
}
.know-ur-test_bodytext .tabs .toefl.active{
    border: 2px solid #331ac8;
}
.know-ur-test_bodytext .tabs .ielts.active{
    border: 2px solid #e51b40;
}
.know-ur-test_bodytext .tabs .sat.active{
    border: 2px solid #01acee;
}
/* .know-ur-test_bodytext .tabs li.active{
    border: 2px solid #022d45;
    background-color: #022d45;
} */

.know-ur-test_bodytext .tab-data .tab-content{
    padding: 10PX;
    border-radius: 5PX;
}
.know-ur-test_bodytext .tab-data .tab-content .one-thing{
    margin-bottom: 20px;
}
.know-ur-test_bodytext .tab-data .tab-content .one-thing h4{
    color:#000;
    margin-bottom: 15px;
}
.know-ur-test_bodytext .tab-data .tab-content .one-thing h5{
    color:#000;

}
.know-ur-test_bodytext .tab-data .tab-content .one-thing ul{
    list-style: disc;    
}
.know-ur-test_bodytext .tab-data .tab-content .one-thing ul li,
.know-ur-test_bodytext .tab-data .tab-content .one-thing ol li{
    margin-left: 15px;
    font-size: 16px;
    color: #585858;
}
.know-ur-test_bodytext .tab-data .tab-content .one-thing ul li::marker,
.know-ur-test_bodytext .tab-data .tab-content .one-thing ol li::marker{
    color: #022d45;
}
.know-ur-test_bodytext .tab-data .tab-content .one-thing span{
    margin-top: 15px;
}
.know-ur-test_bodytext .tab-data .tab-content .one-thing ol{
    padding-left: 0;
}
.guidance_text {
    padding: 20px;
    background-color: #2299d3;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.know-ur-test_bodytext .frame{
    padding: 15px;
    padding-top: 50px;
    background-color: #d9add1;    
    border: 3px solid #5d0e4f;
    border-radius: 5px;
}