section.practice-pages-tab-outer {
    position: relative;
    z-index: 1;
    margin-top: -250px;
}
.pages-banner-content {
    max-width: 1000px;
}
.pages-banner.pte-practice-banner {
    padding-bottom: 300px;
}
.pages-banner-content ul {
    display: flex;
    flex-flow: wrap;
    gap: 20px;
    margin-top: 50px;
    justify-content: center;
}
.pages-banner-content ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--colorE9E9E9);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}
.tab-content-new {
    display: none;
}
 .tab-content-new.active {
    display: block;
}
.tab-pane {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.tab-pane.active {
    display: block;
    opacity: 1;
}
.practice-pages-tab-wrapper {
    border-radius: 20px;
    background: var(--colorE0EDFF);
    padding: 30px;
}
.practice-pages-tab-heading h2 {
    color: var(--dark-blue);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}
.practice-pages-tab-heading p {
    color: var(--color3b3b3b80);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    margin: 15px 0 40px;
}
ul.practice-pages-tab-box {
    border-radius: 10px;
    background: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 6px;
    margin-bottom: 30px;
}
ul.practice-pages-tab-box li {
    width: 25%;
    text-align: center;
}
ul.practice-pages-tab-box a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-color);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    gap: 14px;
    padding: 12px;
    width: 100%;
}
ul.practice-pages-tab-box a svg {
    width: 24px;
    height: 24px;
}
ul.practice-pages-tab-box a.active {
    border-radius: 10px;
    background: var(--blue-color);
    box-shadow: 0 0 13px 1px var(--box-shadow-color12);
    color: var(--white-color);
}
ul.practice-pages-tab-box a.active svg path{
    stroke: var(--white-color);
}
.achive-score-tab {
    border-radius: 20px;
    border: 1px solid var(--colorDFDFDF);
    background: var(--white-color);
    display: flex;
    overflow: hidden;
}
.achive-score-tab-tabing {
    display: flex;
    flex-direction: column;
    width: 411px;
    flex: 0 0 411px;
    background: var(--white-color);
    border-right: 1px solid var(--colorDFDFDF);
}
.achive-score-tab-tabing .nav-link {
    border: 0;
    background: transparent;
    text-align: left;
    font-size: 16px;
    padding: 20px 40px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 10px;
    position: relative;
    border-top: 1px solid var(--colorDFDFDF);
}
.achive-score-tab-tabing .nav-link.active {
    background-color: var(--blue-color);
    color: var(--white-color);
}
.achive-score-tab-tabing .nav-link:first-child {
    border-top: 0px solid var(--colorDFDFDF);
}
.achive-score-tab-content .pte-academic-global-content-box.pte-academic-ai-evalution-box {
    padding: 30px;
    width: 100%;
}
.pte-academic-global-content-box.pte-academic-ai-evalution-box h3 {
    color: var(--text-color);
    font-family: var(--font-family-text);
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    margin-bottom: 20px;
}
.pte-academic-global-content-box.pte-academic-ai-evalution-box p {
    color: var(--text-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 20px;
}
.pte-practice-question-box-btn {
    display: flex;
    align-items: center;
    column-gap: 20px;
    margin-bottom: 30px;
}
a.know-more-btn {
    color: var(--main-color);
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.pte-practice-question-box-table-box {
    border: 1px solid var(--colorE2EAFE);
    border-radius: 20px;
    overflow: auto;
    width: 100%;
    display: block;
}
.pte-practice-question-box-table-box tr:last-child td {
    background-color: var(--colorF3F3F3);
}
.pte-practice-question-box-table-box tr:first-child td {
    color: var(--text-color);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}
.pte-practice-question-box-table-box td {
    padding: 14px 20px;
    min-width: 160px;
    text-align: left;
    color: var(--text-color);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; 
    border-top: 0;
}
.how-to-take-inner {
    display: flex;
    flex-flow: wrap;
    gap: 20px;
}
.how-to-take-box {
    background: var(--colorF8F8F8);
    border: 1px solid var(--colorCCCCCC);
    padding: 7px;
    border-radius: 30px;
    width: calc(33.33% - 14px);
}
.how-to-take-box-heading {
    display: flex;
    border-radius: 20px;
    background: var(--colorFFF5CC);
    padding: 50px 20px;
    justify-content: space-between;
    gap: 40px;
    align-items: center;
}
.how-to-take-box-heading h4 {
    color: var(--black-color);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}
.how-to-take-box-heading span {
    width: 52px;
    height: 52px;
    background: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex: 0 0 52px;
    color: var(--white-color);
    text-align: center;
    font-family: var(--font-family-heading);
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}
.how-to-take-box p {
    padding: 20px 13px;
    color: var(--text-color);
    text-align: justify;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}
.target-score-inner {
    display: flex;
    flex-flow: wrap;
    gap: 30px;
}
.target-score-box {
    border-radius: 5px;
    background: linear-gradient(180deg, var(--bg2-light10) 0%, var(--bg2-light02) 100%);
    border-top: 7px solid var(--main-color);
    width: calc(33.33% - 20px);
    padding: 20px 20px 27px;
}
.target-score-box h4 {
    color: var(--color12141D);
    font-family: var(--font-family-heading);
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}
.target-score-box-content {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-top: 20px;
}
.target-score-box-content svg {
    flex: 0 0 21px;
    height: auto;
    margin-top: 4px;
}
.target-score-box-content p {
    color: var(--text-color);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}
.study-plan-inner label {
    cursor: pointer;
    transition: color .4s ease-in-out;
    z-index: 1;
    padding: 38px 30px;
    color: var(--color898686);
    font-family: var(--font-family-heading);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    display: flex;
    align-items: center;
    gap: 15px;
}
.study-plan-inner input[type="radio"]{
    display: none;
    width: 0;
}
.study-plan-inner label svg path {
    fill: var(--color898686);
    transition: all 0.4s;
}
.study-plan-inner label:hover, input[type="radio"]:checked+label {
    color: var(--dark-blue); 
}
.study-plan-inner label:hover svg path, input[type="radio"]:checked+label svg path{
    fill: var(--dark-blue); 
}
.popup {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
}
.study-plan-box {
    width: 100%;
    max-width: 440px;
    flex: 0 0 440px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    position: relative;
    background: var(--white-color);
}
.marker{
    position: absolute; 
    width: 100%;
    height: 200%;
    display: flex; 
    flex-direction: column;
    top: calc(-100% );
    left: 0;
    transition: transform .2s ease-in-out; 
}
.study-plan-box-content {
    width: 100%;
    overflow: hidden;
}
.marker #bottom, .marker #top{
  background-color: var(--colorFFF5CB);
  position: relative;
}
.marker #top{
  height: calc(50%);
  margin-bottom: auto; 
}
.marker #bottom{
  height: calc(50% - 106px);
}
#studyPlanTab1:checked ~ .marker{transform: translateY(calc(calc(50% / 5) * 0));}
#studyPlanTab2:checked ~ .marker{transform: translateY(calc(calc(50% / 5) * 1));}
#studyPlanTab3:checked ~ .marker{transform: translateY(calc(calc(50% / 5) * 2));}
#studyPlanTab4:checked ~ .marker{transform: translateY(calc(calc(50% / 5) * 3));}
#studyPlanTab5:checked ~ .marker{transform: translateY(calc(calc(50% / 5) * 4));}
.study-plan-inner {
    padding: 30px;
    background: var(--colorFFF5CC);
    border-radius: 30px;
}
.marker #top:after, .marker #bottom:after {
    position: absolute;
    content: "";
    width: 34px;
    height: 34px;
    background: var(--white-color);
    bottom: -34px;
    left: 0;
    z-index: 10;
    border-radius: 50% 0;
}
.marker #top:before, .marker #bottom:before {
    position: absolute;
    content: "";
    width: 34px;
    height: 34px;
    background: var(--colorFFF5CB);
    bottom: -25px;
    left: -6px;
    z-index: 10;
    border-radius: 50%;
}
.marker #bottom:after {
    bottom:auto;
    top: -34px;
    border-radius:0 50% ;
}
.marker #bottom:before {
     bottom: auto;
     top: -25px;
    left: -6px;
}
.study-plan-content-box {
    padding: 30px;
    display: none;
    border-radius: 0 30px 30px 0;
    overflow: hidden;
    background-color: var(--white-color);
    height: 100%;
    transition: all 0.4s;
    position: relative;
}
.study-plan-content-box.active {
    display: block;
    transition: all 0.4s;
}
.study-plan-content-box.active:first-child {
    border-top-left-radius: 0; 
    transition: all 0.4s; 
    transition-delay: 0.2s;
}
.study-plan-content-box.active:last-child {
    border-bottom-left-radius: 0;  
    transition: all 0.4s; 
    transition-delay: 0.2s;
}
.study-plan-content-box p {
    color: var(--text-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
    margin-bottom: 5px;
}
.study-plan-content-box li {
    color: var(--text-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
    margin-bottom: 2px;
}
.study-plan-content-box ul {
    margin-left: 15px;
    padding: 10px 0;
    list-style: disc;
}
.achive-score-tab-content {
    width: calc(100% - 411px);
}
@media(max-width: 1350px){
    .pages-banner-content ul {
        gap: 18px;
        margin-top: 40px;
        justify-content: center;
    }
    .pages-banner-content ul li {
        gap: 8px;
        font-size: 16px;
    }
    .practice-pages-tab-wrapper {
        padding: 24px;
    }
    .practice-pages-tab-heading p {
        font-size: 16px;
        margin: 10px 0 30px;
    }
    .practice-pages-tab-heading h2 {
        font-size: 22px;
    }
    .achive-score-tab-content .pte-academic-global-content-box.pte-academic-ai-evalution-box {
        padding: 24px;
    }
    .achive-score-tab-tabing {
        width: 350px;
        flex: 0 0 350px;
    }
    .achive-score-tab-content {
        width: calc(100% - 350px);
    }
    .achive-score-tab-tabing .nav-link {
        padding: 18px 30px;
        column-gap: 8px;
    }
    .how-to-take-box-heading {
        padding: 40px 18px;
        gap: 40px;
    }
    .target-score-inner {
        gap: 24px;
    }
    .study-plan-inner label {
        padding: 28px 24px;
        gap: 12px;
    }
    .marker #bottom {
        height: calc(50% - 83px);
    }
    .study-plan-inner {
        padding: 24px;
    }
    .study-plan-content-box {
        padding: 24px;
    }
    .study-plan-inner label svg {
        width: 26px;
        height: auto;
    }
    .target-score-box {
        width: calc(33.33% - 16px);
        padding: 20px 20px 27px;
    }
}
@media(max-width:1200px){
    ul.practice-pages-tab-box a {
        font-size: 16px;
        gap: 10px;
        padding: 10px;
    }
    .achive-score-tab-tabing .nav-link {
        padding: 16px 24px;
        column-gap: 8px;
        font-size: 14px;
    }
    .achive-score-tab-tabing {
        width: 300px;
        flex: 0 0 300px;
    }
    .achive-score-tab-content {
        width: calc(100% - 300px);
    }
    .achive-score-tab-content .pte-academic-global-content-box.pte-academic-ai-evalution-box {
        padding: 20px 24px;
    }
    .pte-academic-global-content-box.pte-academic-ai-evalution-box h3 {
        font-size: 20px;
        margin-bottom: 14px;
    }
    .pte-academic-global-content-box.pte-academic-ai-evalution-box p {
        font-size: 14px;
        margin-bottom: 16px;
    }
    .pte-practice-question-box-table-box tr:first-child td {
        font-size: 12px;
    }
    .pte-practice-question-box-table-box td {
        padding: 12px 16px;
        font-size: 12px;
    }
    a.know-more-btn {
        font-size: 12px;
    }
    .pte-practice-question-box-btn {
        column-gap: 16px;
        margin-bottom: 20px;
    }
    ul.practice-pages-tab-box a svg {
        width: 20px;
        height: 20px;
    }
    ul.practice-pages-tab-box {
        padding: 5px;
        margin-bottom: 24px;
    }
    .how-to-take-box-heading span {
        width: 48px;
        height: 48px;
        flex: 0 0 48px;
        font-size: 20px;
    }
    .how-to-take-box-heading {
        padding: 30px 18px;
        gap: 30px;
    }
    .how-to-take-box p {
        padding: 16px 12px;
        font-size: 14px;
    }
    .target-score-box h4 {
        font-size: 18px;
    }
    .target-score-box-content p {
        font-size: 16px;
    }
    .target-score-box-content svg {
        flex: 0 0 19px;
        height: auto;
        margin-top: 4px;
    }
    .target-score-box-content {
        gap: 10px;
        margin-top: 14px;
    }
    .target-score-box {
        width: calc(33.33% - 14px);
        padding: 15px 18px 20px;
    }
    .target-score-inner {
        gap: 20px;
    }
    .study-plan-inner label {
        padding: 24px 20px;
        gap: 10px;
        font-size: 16px;
    }
    .marker #bottom {
        height: calc(50% - 73px);
    }
    .study-plan-inner label svg {
        width: 24px;
        height: auto;
    }
    .study-plan-box {
        max-width: 360px;
        flex: 0 0 360px;
    }
}
@media(max-width:991px){
    .practice-pages-tab-heading h2 {
        font-size: 20px;
    }
    .practice-pages-tab-heading p {
        font-size: 14px;
        margin: 8px 0 20px;
    }
    ul.practice-pages-tab-box a svg {
        width: 18px;
        height: 18px;
    }
    ul.practice-pages-tab-box a {
        font-size: 14px;
        gap: 8px;
        padding: 8px;
    }
    .pte-academic-global-content-box.pte-academic-ai-evalution-box h3 {
        font-size: 18px;
        margin-bottom: 8px;
    }
    .how-to-take-box {
        border-radius: 30px;
        width: calc(50% - 10px);
    }
    .target-score-box {
        width: calc(50% - 10px);
        padding: 15px 18px 20px;
    }
    .target-score-box h4 {
        font-size: 16px;
    }
    .target-score-box-content {
        gap: 10px;
        margin-top: 10px;
    }
    .study-plan-inner label {
        padding: 20px 16px;
        gap: 8px;
        font-size: 14px;
    }
    .marker #bottom {
        height: calc(50% - 64px);
    }
    .study-plan-box {
        max-width: 300px;
        flex: 0 0 300px;
    }
    .study-plan-inner label svg {
        width: 20px;
    }
    .study-plan-inner {
        padding: 20px;
    }
    .study-plan-content-box p {
        font-size: 14px;
        margin-bottom: 4px;
    }
    .study-plan-content-box li {
        font-size: 14px;
        margin-bottom: 2px;
    }
    .practice-pages-tab-wrapper {
        padding: 20px;
    }
}
@media(max-width:767px){
    .achive-score-tab {
        flex-flow: wrap;
    }
    .achive-score-tab-tabing {
        width: 100%;
        flex: 0 0 100%;
    }
    .achive-score-tab-content {
        width: 100%;
    }
    .achive-score-tab-tabing .nav-link.active {
        order: 1;
        position: relative;
    }
    .achive-score-tab-tabing .nav-link.active:after {
        position: absolute;
        content: "";
        height: auto;
        width: auto;
        background: transparent;
        border-top: 10px solid var(--blue-color);
        bottom: -9px;
        left: 50%;
        transform: translateX(-50%);
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        top: auto;
    }
    .popup {
        flex-flow: wrap;
    }
    .study-plan-box {
        max-width: 100%;
        flex: 0 0 100%;
    }
    input[type="radio"]:checked+label {
        background-color: var(--white-color);
        border-radius: 18px;

    }
    .study-plan-inner label {
        background: var(--colorFFF5CC); 
    }
    .study-plan-box{
       background: var(--colorFFF5CC);  
    }
    .study-plan-content-box {
        padding: 30px;
        display: none;
        border-radius: 0 0px 30px 30px;
        overflow: hidden;
        height: 100%;
        transition: all 0.4s;
        position: relative;
    }
    .marker #bottom {
        height: calc(50% - 61px);
    }
    .marker{
        display: none;
    }
    .study-plan-box-content {
        margin-top: 20px;
    }
    .study-plan-content-box {
        border-radius: 20px !important;
    }
    .how-to-take-box-heading span {
        width: 40px;
        height: 40px;
        flex: 0 0 40px;
        font-size: 18px;
    }
    .how-to-take-box-heading h4 {
        font-size: 16px;
    }
    .how-to-take-box-heading {
        padding: 20px 18px;
        gap: 30px;
    }
}
@media(max-width:576px){
    .target-score-box {
        width: 100%;
    }
    .how-to-take-box {
        width: 100%;
    }
}