.tab-content-new {
    display: none;
}
.tab-content-new.active {
    display: block;
}
.key-features {
    text-align: center;
    margin-bottom: 30px;
}
.key-features p {
    font-size: 20px;
    font-weight: 600;
}
.key-features ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: wrap;
    gap: 15px;
}
.key-features ul li {
    font-size: 18px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
}
.key-features ul li svg {
    width: 20px;
    height: auto;
}
.pte-academic-global-content-box-outer {
    display: flex;
    flex-flow: wrap;
    column-gap: 30px;
    row-gap: 30px;
    justify-content: center;
}
.pte-academic-key-features .pte-academic-global-content-box {
    width: calc(50% - 15px);
    padding: 24px 30px;
    background-color: #fff;
    border-radius: 10px;
    margin: 0;
    box-shadow: 3px 3px 32px rgba(0, 0, 0, .12);
}
.pte-academic-key-feature-icon {
    display: flex;
    align-items: center;
    column-gap: 15px;
    margin-bottom: 15px;
}
.pte-academic-key-feature-icon img {
    width: 30px;
    height: 30px;
}
.pte-academic-key-feature-icon h3{
    color: #212121;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin: 0px 0 0px;
    position: relative;
}
.pte-academic-global-content-box p {
    font-weight: 400;
    line-height: 180%;
    letter-spacing: 0.32px;
    margin-bottom: 0px;
}
.pte-academic-table-inner td {
    width: 33.33%;
}
.pte-academic-speaking-writing-box {
    background: #fff;
    padding: 24px 30px;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 24px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .20);
}
.pte-academic-speaking-writing-box h3 {
    color: #212121;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin: 0px 0 10px;
    position: relative;
}
.pte-academic-speaking-writing-content p {
    margin-top: 10px;
}
.pte-academic-speaking-writing-content ul {
    margin-top: 10px;
    margin-left: 15px;
}
.pte-academic-speaking-writing-content ul li {
    font-size: 16px;
    line-height: 180%;
    margin-left: 18px;
    position: relative;
    color: #616161;
}
.pte-academic-speaking-writing-content ul li:after {
    position: absolute;
    content: "";
    left: -18px;
    top: 10px;
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 50%;
}
.pte-academic-cta {
    padding: 40px;
    border-radius: 20px;
    background: var(--main-color);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 30px;
    align-items: center;
}
.pte-academic-cta-btn-img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.pte-academic-cta-btn-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.pte-academic-cta-content {
    position: relative;
    z-index: 1;
}
.pte-academic-cta-content h4 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 10px;
}
.pte-academic-cta-content p {
    color: #e3e3e3;
}
.comman-btn.comman-btn-white {
    color: var(--main-color);
}
.comman-btn.comman-btn-white:before {
    background: #fff;
}
.comman-btn.comman-btn-white:after {
    border-color: #fff;
}
.comman-btn.comman-btn-white:hover {
    color: #fff;
}
.pte-academic-speaking-writing-box + .pte-academic-cta {
    margin-bottom: 24px;
}
.perdiction-file-help-box-icon img {
    width: 40px;
    height: auto;
}
.practice-pages-tab {
    left: 0;
    right: 0;
}
.pte-academic-speaking-writing-box a {
    color: var(--main-color);
    font-size: 16px;
    display: inline-block;
    text-decoration: underline;
    font-weight: 500;
}

@media (max-width: 1350px) {
    .pte-academic-global-content-box-outer {
        column-gap: 20px;
        row-gap: 20px;
    }
    .pte-academic-speaking-writing-box h3 {
        font-size: 16px;
    }
    .pte-academic-cta {
        flex-flow: wrap;
        row-gap: 20px;
        padding: 24px;
    }
    .pte-academic-cta-content h4 {
        font-size: 20px;
        margin-bottom: 6px;
    }
}
@media (max-width: 767px) {
    .pte-academic-key-features .pte-academic-global-content-box {
        width: 100%;
    }
    .pte-academic-key-feature-icon {
        column-gap: 10px;
        margin-bottom: 10px;
    }
    .pte-academic-key-feature-icon img {
        width: 24px;
        height: 24px;
    }
    .pte-academic-key-feature-icon h3{
        font-size: 14px;
    }
    .pte-academic-global-content-box p {
        font-size: 14px  !important;
    }
    .pte-academic-speaking-writing-box {
        padding: 18px 18px;
        margin-bottom: 20px;
    }
    .pte-academic-speaking-writing-box h3 {
        font-size: 14px;
    }
    .pte-academic-speaking-writing-content ul li {
        font-size: 14px;
    }
    .key-features ul li {
        font-size: 14px;
        gap: 6px;
    }
    .key-features ul li svg {
        width: 16px;
        height: auto;
    }
    .practice-pages-tab {
        padding: 0 10px;
        top: -26px;
    }
    ul.practice-pages-tab-box {
        border-radius: 8px;
        padding: 8px;
    }
    .pte-academic-key-features .pte-academic-global-content-box {
        padding: 20px 20px;
    }
    .perdiction-file-help-box-icon img {
        width: 30px;
    }
}
