<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
ul.practice-pages-tab-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #0d56f9;
    border-radius: 10px;
    padding: 10px;
}
ul.practice-pages-tab-box li {
    width: 25%;
    flex: 0 0 25%;
    text-align: center;
}
ul.practice-pages-tab-box li a {
    width: 100%;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    column-gap: 8px;
    border-radius: 10px;
}
ul.practice-pages-tab-box li a.active {
    color: #0d56f9;
    background: #fff;
}
ul.practice-pages-tab-box a svg {
    width: 22px;
    height: 22px;
}
ul.practice-pages-tab-box a svg path{
    stroke: #fff;
}
ul.practice-pages-tab-box a.active svg path{
    stroke: #0d56f9;
}
.pte-academic-baner {
    display: flex;
    column-gap: 30px;
    align-items: center;
}
.pte-academic-baner-left {
    max-width: 900px;
    margin: 0 auto 30px;
    text-align: center;
}
.pte-academic-baner-right {
    width: 50%;
    display: flex;
    justify-content: flex-end;
}
.pte-academic-baner-right img {
    width: 100%;
    max-width: 500px;
}
.pte-academic-baner-left p {
    color: #212121;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
    letter-spacing: 0.32px;
    margin-top: 25px;
}
.practice-pages-tab-outer{
    position: relative;
}
.pte-practice-question-box {
    display: flex;
    align-items: center;
    column-gap: 30px;
    margin-bottom: 40px;
    background: #ffff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .20);
    padding: 24px;
    border-radius: 20px;
}
.pte-practice-question-box:last-child {
    margin-bottom: 0px;
}
.pte-practice-question-box-content {
    width: 50%;
}
.pte-practice-question-box-table {
    width: 50%;
    /* padding: 24px; */
    background: #fff;
    border-radius: 20px;
    /* box-shadow: 0 0 20px 0 rgba(0, 0, 0, .20); */
}
.pte-practice-question-box-table-box {
    border: 1px solid #E2EAFE;
    border-radius: 20px;
    overflow: auto;
}
.pte-practice-question-box-table-box td {
    padding: 14px 20px;
    border-right: 1px solid #E2EAFE;
    border-top: 1px solid #E2EAFE;
    min-width: 160px;
}
.pte-practice-question-box-table-box p {
    color: #212121;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    word-wrap: break-word;
}
.pte-practice-question-box-table-box table tbody tr:nth-child(even) {
    background-color: #FBFBFB;
}
.pte-practice-question-box-table-box table {
    width: 100%;
}
.pte-practice-question-box-table-box td:last-child {
    border-right: 0px solid #E2EAFE;
}
.pte-practice-question-box-table-box tr:first-child td {
    border-top: 0px solid #E2EAFE;
}
h3, .pte-academic-heading {
    color: #212121;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin: 0px 0 10px;
    position: relative;
}
.pte-practice-question-box-content p {
    margin-bottom: 10px;
    line-height: 180%;
}
.pte-practice-question-box-content p:last-child {
    margin-bottom: 0px;
}
 .know-more-btn {
    color: var(--main-color);
    font-size: 18px;
    display: inline-block;
    text-decoration: underline;
    font-weight: 500;
}
.pte-practice-question-box-btn {
    margin-bottom: 24px;
    margin-top: 14px;
}
.achive-score-tab-tabing .nav-link.active:after {
    position: absolute;
    content: "";
    left: 0;
    height: 100%;
    width: 4px;
    background: var(--main-color);
}
.pte-practice-question-box-btn {
    display: flex;
    align-items: center;
    column-gap: 30px;
}
.perdiction-file-help-innaer {
    display: flex;
    column-gap: 30px;
    row-gap: 30px;
    flex-flow: wrap;
    justify-content: center;
}
.perdiction-file-help-box {
    border-radius: 10px;
    background: #DEE8FF;
    padding: 30px 30px;
    text-align: left;
    width: calc(33.33% - 20px);
}
.perdiction-file-help-box span {
    border-radius: 15px;
    background: #fff;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    font-size: 30px;
    color: #0D56F9;
    font-weight: 600;
    font-family: 'plus-jakarta-sans';
}
.perdiction-file-help-box h4 {
    color: #212121;
    text-align: left;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin: 24px 0 10px;
}
.perdiction-file-help-box p {
    line-height: 180%;
}
.achive-score-tab {
    display: flex;
    column-gap: 24px;
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .10);
    border-radius: 8px;
    overflow: hidden;
}
.achive-score-tab-tabing {
    display: flex;
    flex-direction: column;
    width: 320px;
    flex: 0 0 320px;
    background: #dfe9ff;
}
.achive-score-tab-tabing .nav-link:first-child{
    border-top: 0px solid #0d56f930;
}
.achive-score-tab-tabing .nav-link {
    border: 0;
    background: transparent;
    text-align: left;
    font-size: 16px;
    padding: 18px 24px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 10px;
    position: relative;
    border-top: 1px solid #0d56f930;
}
.achive-score-tab-tabing .nav-link.active {
    color: #007bff;
    background: #fff;
}
.tab-pane {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.tab-pane.active {
    display: block;
    opacity: 1;
}
.achive-score-tab-content .pte-academic-global-content-box.pte-academic-ai-evalution-box {
    padding: 30px;
}
.pte-ai-evalution-content {
    display: flex;
    align-items: center;
    column-gap: 24px;
}
.pte-ai-evalution-right .main-heading h2,
.pte-ai-evalution-right .main-heading p{
    text-align: center;
    margin: 0 auto !important;
}
.pte-ai-evalution-right {
    width: 100%;
}
.pte-ai-evalution-right h2, .pte-ai-evalution-right p {
    text-align: left;
}
.pte-ai-evalution-right .main-heading.main-heading1 p {
    margin: 0;
}
.pte-ai-evalution-right ul {
    margin-bottom: 0px;
    margin-top: 16px;
}
.pte-ai-evalution-right ul li {
    display: flex;
    align-items: flex-start;
    column-gap: 10px;
    font-size: 16px;
    line-height: 180%;
    margin-bottom: 10px;
    padding-left: 16px;
    position: relative;
}
.pte-ai-evalution-right ul li:after {
    position: absolute;
    content: "";
    left: 0;
    top: 11px;
    width: 6px;
    height: 6px;
    background: #212121;
    border-radius: 50%;
}
.bg-dark-gray{
    background-color: #dfeaf6;
}
ul.practice-pages-tab-box li span {
    display: flex;
    line-height: 1;
}
.practice-pages-tab {
    position: absolute;
    width: 100%;
    z-index: 1;
    top: -33px;
    width: 100%;
    max-width: 1350px;
    padding: 0 15px;
    margin: 0 auto;
}
.practice-pages-tab-outer .main-heading {
    margin-top: 30px;
}
.pte-academic-table-inner {
    border: 1px solid #E2EAFE;
    border-radius: 20px;
    overflow: auto;
}
.pte-academic-table-inner table {
    width: 100%;
    border-collapse: collapse;
}
.pte-academic-table-inner tr:first-child td {
    border-top: 0px solid #E2EAFE;
}
.pte-academic-table-inner td {
    padding: 14px 20px;
    border-right: 1px solid #E2EAFE;
    border-top: 1px solid #E2EAFE;
    min-width: 160px;
}
.pte-academic-table-inner td p {
    color: #212121;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    word-wrap: break-word;
}
.pte-academic-table-inner td:last-child {
    border-right: 0px solid #E2EAFE;
}
.pte-academic-table-inner table tbody tr:nth-child(even) {
    background-color: #FBFBFB;
}



@media(max-width:991px){
    .banner-heading {
        font-size: 35px;
    }
    .pte-academic-baner-left p {
        font-size: 16px;
        margin-top: 15px;
    }
    ul.practice-pages-tab-box li a {
        padding: 14px;
        font-size: 16px;
        column-gap: 6px;
    }
    ul.practice-pages-tab-box a svg {
        width: 18px;
        height: 18px;
    }
    ul.practice-pages-tab-box li a:after {
        bottom: -10px;
        border-top: 12px solid #0d56f9;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
    }
    .achive-score-tab-content .pte-academic-global-content-box.pte-academic-ai-evalution-box {
        padding: 20px;
    }
    .achive-score-tab-tabing .nav-link {
        font-size: 14px;
        padding: 16px 20px;
        column-gap: 10px;
    }
    h3, .pte-academic-heading {
        font-size: 16px;
        margin: 0px 0 8px;
    }
    .comman-btn, p {
        font-size: 14px;
    }
    .pte-practice-question-box-table-box td {
        padding: 10px 16px;
        font-size: 14px;
        min-width: 120px;
    }
    .know-more-btn {
        font-size: 16px;
    }
    .pte-practice-question-box-btn {
        column-gap: 20px;
    }
    .achive-score-tab-tabing {
        width: 270px;
        flex: 0 0 270px;
    }
    .perdiction-file-help-box span {
        width: 50px;
        height: 50px;
        font-size: 22px;
    }
    .perdiction-file-help-box {
        padding: 20px 20px;
    }
    .perdiction-file-help-box h4 {
        font-size: 16px;
        margin: 18px 0 8px;
    }
}

@media(max-width:767px){
    .perdiction-file-help-box {
        width: calc(50% - 15px);
    }
    .pte-ai-evalution-content {
        flex-flow: wrap;
        row-gap: 20px;
    }
    .pte-ai-evalution-left {
        width: calc(100% - 0px);
        text-align: center;
    }
    .pte-ai-evalution-right {
        width: calc(100% - 0px);
    }
    p {
        font-size: 14px !important;
    }
    .pte-ai-evalution-right ul li {
        font-size: 14px;
        margin-bottom: 8px;
    }
    .pte-ai-evalution-right ul li:after {
        top: 10px;
    }
    .pte-academic-baner {
        flex-flow: wrap;
        row-gap: 20px;
    }
    .pte-academic-baner-left {
        width: 100%;
    }
    .pte-academic-baner-right {
        width: 100%;
        justify-content: center;
    }
    .achive-score-tab-tabing {
        width: 100%;
        flex: 0 0 100%;
    }
    .achive-score-tab-tabing .nav-link.active {
        background: #0d56f9;
        order: 1;
        color: #fff;
    }
    .achive-score-tab-tabing .nav-link {
        font-size: 14px;
        padding: 12px 20px;
        order: 0;
    }
    .achive-score-tab-tabing .nav-link.active:after {
        height: auto;
        width: auto;
        background: transparent;
        border-top: 10px solid var(--main-color);
        bottom: -9px;
        left: 50%;
        transform: translateX(-50%);
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        top: auto;
    }
    .achive-score-tab-content .pte-academic-global-content-box.pte-academic-ai-evalution-box {
        padding: 18px;
    }
    .achive-score-tab {
        flex-direction: column;
    }
    .banner-heading {
        font-size: 24px;
    }
}

@media(max-width:576px){
    .perdiction-file-help-box {
        width: calc(100% - 0px);
    }
    ul.practice-pages-tab-box li a {
        padding: 10px;
        font-size: 14px;
        column-gap: 6px;
    }
    ul.practice-pages-tab-box a svg{
        display: none;
    }
}</pre></body></html>