.spss_test {
    background: url(../../images/spss/test_back.png) no-repeat;
    background-size: cover;
    padding: 60px 0px;
    border-top: 5px solid black;
    border-bottom: 5px solid black;
}

.spss_test .first {
    position: relative;
}

.spss_test .first h6 {
    color: white;
    font-size: 51px;
    font-weight: 800;
    line-height: 35px;
    font-family: 'poppins';
    position: relative;
}

.spss_test .first h6 span {
    font-size: 30px;
}

.test_content {
    display: none;
}

.spss_test .first h6 span:after {
    position: absolute;
    content: "";
    width: 63px;
    height: 21px;
    background: url(../../images/spss/hr4.png) no-repeat;
    /* right: -25px; */
    bottom: 0;
    left: 75px;
    top: 15px;
}

.spss_test .first .text {}

.spss_test .first .text li {
    background: black;
    padding: 10px 0px;
    position: relative;
    margin: 13px 0px;
}

.spss_test .first .text li:focus {
    background: white;
}

.spss_test .first .text li:after {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background: url(../../images/spss/test-li.png) no-repeat;
    /* right: -25px; */
    bottom: 0;
    left: 10px;
    top: 18px;
    background-size: contain;
}

.spss_test .first .text li:active {}

.spss_test .first .text li h5 {
    margin: 0px;
    color: white;
    font-size: 24px;
    padding-left: 33px;
    font-family: 'poppins';
}

.spss_test .first .text li h5 span {
    font-size: 14px;
    display: block;
}

.spss_test .first .text li a {}

.activated {
    background: white !important;
    position: relative;
    width: 94%;
}

.activated h5 {
    color: black !important;
}

.activated:before {
    position: absolute;
    content: "";
    width: 51px;
    height: 60px;
    background: url(../../images/spss/test_hover.png) no-repeat;
    right: -35px;
    bottom: 0;
    top: 4px;
}

.spss_test .second {
    border-bottom-left-radius: 152px;
    background: white;
    position: relative;
    min-height: 530px;
}

.spss_test .second h4 {
    font-size: 33px;
    color: black;
    font-weight: 600;
    font-family: 'poppins';
    margin: 20px 0;
}

.spss_test .second p {
    color: black;
}

.spss_test .second img {
    width: 100%;
}

.spss_test .second .content {
    padding: 65px 14px;
}

.spss_test .top-right-img {
    width: 73px !important;
    position: absolute;
    top: -22px;
    right: -44px;
}