.pte-knowledge-banner {
    background: var(--blue-color);
    position: relative;
    padding: 70px 0 387px;
}
.pte-knowledge-banner-shape {
    position: absolute;
    left: 0;
    bottom: -1px;
    right: 0;
    width: 100%;
    display: flex;
    z-index: 0;
}
.pte-knowledge-banner-shape svg{
    width: 100%;
    height: auto;
}
.pte-knowledge-banner-bg {
    position: absolute;
    display: flex;
    bottom: 100px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
}
.pte-knowledge-banner-bg svg{
    width: 100%;
    height: auto;
}
.pte-knowledge-banner-content {
    position: relative;
    z-index: 2;
    max-width: 946px;
    text-align: center;
    margin: 0 auto;
}
.pte-knowledge-banner-content h1 {
    color: var(--white-color);
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}
.pte-knowledge-banner-content p {
    color: var(--colorE9E9E9);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin: 20px auto 70px;
    max-width: 80%;
}
.pte-knowledge-banner-link {
    border-radius: 2000px;
    background: var(--light-blue2);
    box-shadow: 0 4px 4px 0 var(--box-shadow-color3);
    max-width: 406px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    text-decoration: none;
}
.pte-knowledge-banner-link a {
    color: var(--white-color);
    text-align: center;
    font-family: var(--font-family-heading);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    width: 50%;
    display: block;
    padding: 20px;
}
.pte-knowledge-banner-link a.active {
    background: var(--white-color);
    color: var(--blue-color);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    border-radius: 2000px;
}
.pte-knowledge-question-inner {
    display: flex;
    gap: 30px;
    flex-flow: wrap;
    justify-content: center;
    max-width: 962px;
    margin: -154px auto 0;
    position: relative;
    z-index: 2;
}
.pte-knowledge-question-box-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.pte-knowledge-question-box-content a.comman-btn {
    margin: auto 0 0;
}
.pte-knowledge-question-box {
    border-radius: 16px;
    border: 1px solid var(--colorE5EAF4);
    background: var(--white-color);
    box-shadow: 0 15px 35px 0 var( --box-shadow-color);
    width: calc(50% - 15px);
    padding: 40px;
    display: flex;
    gap: 30px;
}
.pte-knowledge-question-inner .academic{
    display: flex;
}
.pte-knowledge-question-inner .academic.active {
    display: none;
}
.pte-knowledge-question-inner .core{
    display: flex;
}
.pte-knowledge-question-inner .core.active {
    display: none;
}
.pte-knowledge-question-box-content p {
    color: var(--dark-blue);
    font-family: var(--font-family-heading);
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 10px;
}
.pte-knowledge-question-box-content p + span {
    color: var(--text-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    display: flex;
    margin-bottom: 25px;
}
.pte-knowledge-question-box-icon {
    display: flex;
    padding-top: 8px;
}
.we-help-inner {
    display: flex;
    width: 100%;
    border-top: 3px solid var(--blue-color);
    border-radius: 8px 8px 16px 16px;
    background: var(--white-color);
    box-shadow: 0 10px 35px 8px var(--box-shadow-color2);
}
.we-help-inner-box {
    width: 100%;
    text-align: center;
    padding: 46px 30px 50px;
    position: relative;
}
.we-help-inner-box-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto;
    background: var(--main-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.we-help-inner-box-icon svg{
    height: 16px;
    width: auto;
}
.we-help-inner-box-icon svg path {
    fill: var(--white-color);
}
.we-help-inner-box-content span {
    color: var(--dark-blue);
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    display: block;
    margin: 30px 0 9px;
}
span.counter-box {
    display: flex;
    align-items: center;
    justify-content: center;
}
span.counter-box span{
    margin: 0 !important;
}
.we-help-inner-box-content p {
    color: var(--text-color);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}
.we-help-inner-box:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    height: 100%;
    background: var(--colorE5EAF4);
    width: 1px;
}
.we-help-inner-box:last-child:after {
    display: none;
}
.we-evaluate-bg {
    display: flex;
}
.we-evaluate-bg svg{
    width: 100%;
    height: auto;
}
.we-evaluate-inner {
    position: relative;
}
.we-evaluate-inner .heading {
    max-width: 475px;
    position: absolute;
}
.we-evaluate-inner .heading {
    max-width: 475px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-bottom: 0;
}
.key-scoring-inner {
    display: flex;
    gap: 50px;
    align-items: center;
}
.key-scoring-inner-left {
    display: flex;
    border-radius: 7.508px;
    max-width: 674px;
    flex: 0 0 674px;
    width: 100%;
    box-shadow: 0 4px 60px 0 var(--box-shadow-color4);
    position: relative;
}
.key-scoring-parameters-right {
    padding: 22px 34px;
    width: 100%;
}
.key-scoring-parameters-right h3 {
    color: var(--black-color);
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}
.key-scoring-parameters-right-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 40px;
}
.key-scoring-parameters-right-box p {
    color: var(--black-color);
    font-family: var(--font-family-heading);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.key-scoring-inner-right h3 {
    color: var(--dark-blue);
    font-size: 34px;
    font-style: normal;
    font-weight: 800;
    line-height: 150%;
    margin-bottom: 10px;
}
.key-scoring-inner-right p {
    color: var(--text-color);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 30px;
}
.key-scoring-right-box {
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
}
.key-scoring-right-box:last-child {
    margin-bottom: 0;
}
.key-scoring-right-icon {
    display: flex;
    padding-top: 6px;
}
.key-scoring-right-content span {
    color: var(--text-color);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
    display: block;
    margin-bottom: 10px;
}
.key-scoring-right-content small {
    color: var(--text-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}
.key-scoring-img2 {
    position: absolute;
    bottom: -72px;
    right: 78px;
    box-shadow: 0 20px 50px 0 var(--box-shadow-color);
}
.pte-knowledge-question-box-icon svg {
    width: 28px;
    height: 28px;
}


@media(max-width:1350px){
    .pte-knowledge-banner-content h1 {
        font-size: 44px;
    }
    .pte-knowledge-banner-content {
        max-width: 886px;
    }
    .pte-knowledge-question-inner {
        gap: 24px;
    }
    .pte-knowledge-question-box {
        width: calc(50% - 12px);
        padding: 30px;
        gap: 24px;
    }
    .we-help-inner-box {
        padding: 40px 20px 40px;
    } 
    .we-help-inner-box-content span {
        font-size: 32px;
        margin: 30px 0 9px;
    }
    .key-scoring-inner-right h3 {
        font-size: 30px;
        margin-bottom: 8px;
    }
    .key-scoring-right-content span {
        margin-bottom: 6px;
    }
    .key-scoring-right-box {
        margin-bottom: 16px;
    }
    .key-scoring-inner {
        gap: 30px;
    }
    .key-scoring-inner-left {
        max-width: 50%;
        flex: 0 0 50%;
        width: 100%;
        box-shadow: 0 4px 60px 0 var(--box-shadow-color4);
        position: relative;
    }
}
@media (max-width: 1200px) {
    .pte-knowledge-banner-content h1 {
        font-size: 40px;
    }
    .pte-knowledge-banner-content p {
        font-size: 16px;
        margin: 20px auto 50px;
        max-width: 80%;
    }
    .pte-knowledge-banner {
        padding: 60px 0 350px;
    }
    .pte-knowledge-question-box-content p {
        font-size: 20px;
        margin-bottom: 6px;
    }
    .pte-knowledge-question-box {
        padding: 24px;
        gap: 20px;
    }
    .pte-knowledge-question-box-icon {
        padding-top: 3px;
    }
    .pte-knowledge-question-box-content p + span {
        margin-bottom: 20px;
    }
    .we-help-inner-box-content p {
        font-size: 16px;
    }
    .we-help-inner-box-content span {
        font-size: 30px;
        margin: 24px 0 9px;
    }
    .we-evaluate-inner .heading {
        max-width: 395px;
    }
    .key-scoring-inner-right h3 {
        font-size: 26px;
        margin-bottom: 6px;
    }
}
@media(max-width:991px){
    .pte-knowledge-banner-link a {
        font-size: 14px;
        padding: 16px;
    }
    .pte-knowledge-banner-link a.active {
        font-size: 14px;
    }
    .pte-knowledge-banner-link {
        max-width: 356px;
    }
    .pte-knowledge-question-box-content p {
        font-size: 18px;
    }
    .pte-knowledge-question-box-icon svg {
        width: 24px;
        height: 24px;
    }
    .we-evaluate-inner .heading {
        max-width: 345px;
    }
    .key-scoring-inner-right h3 {
        font-size: 22px;
        margin-bottom: 6px;
    }
    .key-scoring-img2 {
        bottom: -32px;
        right: 78px;
        max-width: 30%;
        display: flex;
    }
}
@media (max-width: 767px) {
    .we-help-inner-box-content span {
        font-size: 26px;
        margin: 20px 0 8px;
    }
    .we-help-inner-box-content p {
        font-size: 14px;
    }
    .we-help-inner-box {
        padding: 30px 15px 30px;
        width: 50%;
    }
    .we-help-inner-box-icon {
        width: 38px;
        height: 38px;
    }
    .we-help-inner-box-icon svg {
        width: 16px;
        height: 16px;
    }
    .we-evaluate-inner .heading {
        max-width: 300px;
    }
    .we-help-inner {
        flex-flow: wrap;
    }
    .we-help-inner-box:nth-child(2):after {
        display: none;
    }
    .we-help-inner-box:nth-child(1), .we-help-inner-box:nth-child(2) {
        border-bottom: 1px solid var(--colorE5EAF4);
    }
    .key-scoring-inner {
        flex-flow: wrap;
    }
    .key-scoring-inner-left {
        max-width: 500px;
        flex: 0 0 100%;
        width: 100%;
        margin: 0 auto;
    }
    .key-scoring-inner:nth-child(odd) {
        flex-direction: column-reverse;
    }
    .key-scoring-inner-right h3 {
        font-size: 18px;
        margin-bottom: 6px;
    }
    .key-scoring-inner-right p {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .key-scoring-right-content span {
        font-size: 16px;
        margin-bottom: 0;
    }
    .key-scoring-right-icon svg {
        width: 18px;
        height: 18px;
    }
    .key-scoring-right-icon {
        padding-top: 5px;
    }
    .key-scoring-right-content small {
        font-size: 14px;
    }
}
@media (max-width: 600px) {
    .we-evaluate-inner .heading {
        max-width: 475px;
        position: static;
        transform: unset;
        margin-bottom: 0;
    }
    .we-evaluate-inner {
        flex-direction: column-reverse;
        gap: 30px;
        display: flex;
    }
    .pte-knowledge-question-box {
        width: 100%;
    }
}