.pte-academic-baner {
    display: flex;
    align-items: center;
    column-gap: 24px;
}
.pte-academic-baner-left {
    width: 50%;
}
.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;
}
.pte-academic-baner-right {
    display: flex;
    justify-content: flex-end;
    width: 50%;
}
.pte-academic-tab-content {
    display: flex;
    line-height: 200%;
    align-items: center;
    column-gap: 24px;
}
.pte-academic-tab-content p {
    margin-bottom: 24px;
}
.pte-academic-tab-content-left {
    width: calc(50% - 12px);
    text-align: center;
}
.pte-academic-tab-content-right .main-heading{
    text-align: left;
}
.pte-academic-tab-content-right .main-heading h2{
    text-align: left;
}
.pte-academic-tab-content-right {
    width: calc(50% - 12px);
    
}
.pte-academic-tab-content p:last-child {
    margin-bottom: 0px;
}
.pte-academic-tab ul {
    display: flex;
    justify-content: space-between;
    background: var(--main-color);
    border-radius: 10px;
    overflow: hidden;
    padding: 10px;
}
.pte-academic-tab ul li {
    width: 16.6%;
}
.pte-academic-tab ul li a {
    color: #fff;
    text-align: center;
    width: 100%;
    display: block;
    padding: 12px 6px;
    font-size: 14px;
    border-radius: 10px;
    font-weight: 500;
}
.pte-academic-tab-outer .container{
    position: relative;
}
.pte-academic-tab {
    position: absolute;
    width: calc(100% - 30px);
    top:-100px;
    left: 15px;
    right: 15px;
}
.pte-academic-tab ul li a.active {
    background: #fff;
    color: var(--main-color);
    font-weight: 600;
}
.academic-notes {
    background: #DFE9FF;
    padding:15px 20px 15px 24px;
    border-radius: 6px;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    margin-bottom: 60px;
}
.academic-notes p {
    font-size: 16px;
    font-weight: 600;
    line-height: 170%;
}
.academic-notes:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 6px;
    height: 100%;
    background: var(--main-color);
}
 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-academic-global-content-box p {
    font-weight: 400;
    line-height: 180%;
    letter-spacing: 0.32px;
    margin-bottom: 10px;
}
.pte-academic-global-content-box p:last-child {
    margin-bottom: 0px;
}
.pte-academic-global-content-box{
    margin-bottom: 30px;
}
.pte-academic-global-content-box:last-child{
    margin-bottom: 0;
}
.pte-academic-key-features-outer {
    background: #dfeaf6;
}
.pte-academic-key-features-outer .pte-academic-global-content-box-outer {
    display: flex;
    flex-flow: wrap;
    column-gap: 24px;
    row-gap: 24px;
}
.pte-academic-key-features-outer .pte-academic-global-content-box {
    padding: 24px 30px;
    background-color: #fff;
    border-radius: 10px;
    width: calc(50% - 12px);
    margin: 0;
}
.pte-academic-key-feature-icon img {
    width: 30px;
    height: 30px;
}
.pte-academic-key-feature-icon h3{
    margin-bottom: 0;
}
.pte-academic-key-feature-icon {
    display: flex;
    align-items: center;
    column-gap: 15px;
    margin-bottom: 15px;
}
.pte-academic-table .pricing-feature-inner tbody td {
    width: 25%;
    white-space: pre-wrap;
}
.pte-academic-table .pricing-feature-inner tbody td p{
    max-width: 250px;
    white-space: pre-wrap;
}
.pte-academic-table-inner table {
    width: 100%;
    border-collapse: collapse;
}
.pte-academic-table-inner{
    border: 1px solid #E2EAFE;
    border-radius: 20px;
    overflow: auto;
}
.pte-academic-table-inner th {
    padding:20px 20px;
    border-right: 1px solid #E2EAFE;
    background-color: #F6F9FF;
}
.pte-academic-table-inner th:last-child {
    border-right: 0;
}
.pte-academic-table-inner th p{
    color: #212121;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 154%;
    text-align: center;
    white-space: nowrap;
    font-family: 'plus-jakarta-sans';
}
.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 {
    padding:14px 20px;
    border-right: 1px solid #E2EAFE;
    border-top: 1px solid #E2EAFE;
    min-width: 160px;
}
.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;
}
.pte-academic-table-inner.pte-academic-table-second td p{
    min-width: 100px;
}
.pte-academic-ai-evalution-box ul li {
    margin-bottom: 10px;
    list-style: disc !important;
    margin-left: 18px;
    line-height: 200%;
    letter-spacing: 0.1px;
    color: #212121;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}
.pte-academic-ai-evalution-box{
    margin-bottom: 30px;
}
.pte-academic-ai-evalution-box:last-child{
    margin-bottom: 0px;
}
.pte-academic-score-update-box-content{
    position: relative;
    z-index: 2;
}
.pte-academic-score-update-box-content h2 {
    
    text-align: left;
}
.pte-academic-score-update-box-content p {
    line-height: 180%;
    margin-bottom: 24px;
}
.pte-academic-score-update-box-btn{
    text-align: center;
}
section.comman-padding.pte-academic-score-update {
    background-color: #dfeaf6;
}
.pte-academic-score-distribution-content {
    margin-top: 40px;
}
.pte-academic-score-distribution-content p {
    margin-bottom: 20px;
    line-height: 180%;
}
.pte-academic-score-distribution-content p:last-child {
    margin-bottom: 0px;
}
.pte-academic-score-distribution-content a {
    margin-bottom: 20px;
    margin-top: 10px;
    display: inline-block;
}
.pte-academic-score-requirements .academic-notes {
    margin-bottom: 0;
}
.perdiction-file-help-innaer {
    display: flex;
    column-gap: 30px;
    row-gap: 30px;
    flex-flow: wrap;
}
.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 ul li {
    margin-bottom: 6px;
    list-style: disc !important;
    margin-left: 18px;
    line-height: 200%;
    letter-spacing: 0.1px;
    color: #212121;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    position: relative;
}
.perdiction-file-help-box ul li:last-child {
    margin-bottom: 0px;
}
.pte-academic-ai-evalution-box p {
    margin-bottom: 10px;
    line-height: 180%;
}
.pte-academic-ai-evalution-box ul {
    margin-bottom: 20px;
}
.pte-academic-ai-evalution-box ul:last-child {
    margin-bottom: 0px;
}
.pte-academic-ai-evalution-box p:last-child {
    margin-bottom: 0px;
}
.pte-academic-ai-evalution-box ul li:last-child{
    margin-bottom: 0;
}
.understand-pte-score-report-outer {
    display: flex;
    align-items: center;
    column-gap: 24px;
    margin-bottom: 24px;
}
.understand-pte-score-report-content {
    width: 50%;
}
.understand-pte-score-report-image {
    width: 50%;
    text-align: center;
}
.understand-pte-score-report .pte-academic-ai-evalution-box h4 {
    margin-bottom: 10px;
    font-size: 18px;
}
.pte-academic-score-update-box-content p:last-child{
    margin-bottom: 0;
}
.content {
    font-size: 18px;
    line-height: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 10; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.3s ease;
    max-height: 297px;
    padding-right: 4px;
}
.content.expanded {
  -webkit-line-clamp: unset;
    overflow: auto;
}
.content + .read-more.hidden {
   display: none;
}
.pte-academic-global-content-box.global-content-item {
    width: calc(33.33% - 20px);
    text-align: left;
    border: 0;
    border-radius: 20px;
    padding: 30px;
    position: relative;
    box-shadow: 3px 3px 32px rgba(0, 0, 0, .1);
    overflow: hidden;
    transition: .4s ease-out;
    margin-bottom: 0;
}
.content.expanded::-webkit-scrollbar {
    width: 4px;
}
.content.expanded::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.content.expanded::-webkit-scrollbar-thumb {
    background: #888;
}
.pte-academic-global-content-box-outer {
    display: flex;
    flex-flow: wrap;
    column-gap: 30px;
    row-gap: 30px;
    justify-content: center;
}
.global-content-item button {
    padding: 0;
    border: 0;
    background: transparent;
    font-size: 14px;
    text-decoration: underline;
    color: #0d56f9 !important;
    font-weight: 500;
    margin-top: 5px;
    cursor: pointer;
}
.pte-academic-global-content-box.global-content-item h3 {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.pte-academic-global-content-box.global-content-item h3 svg {
    display: flex;
    width: 30px;
    height: 30px;
}
.pte-ai-evalution-content {
    display: flex;
    align-items: center;
    column-gap: 24px;
}
.pte-ai-evalution-right .main-heading.main-heading1 p{
    margin: 0;
}
.pte-ai-evalution-left {
    width: calc(45% - 12px);
}
.pte-ai-evalution-right {
    width: calc(55% - 12px);
}
.pte-ai-evalution-right h2, .pte-ai-evalution-right p {
    text-align: left;
}
.pte-ai-evalution-right ul {
    margin-bottom: 20px;
    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;
}
.pte-ai-evalution-right p {
    margin-bottom: 10px;
}
.pte-ai-evalution-right p:last-child {
    margin-bottom: 0px;
}
.pte-ai-evalution-right ul li:last-child {
    margin-bottom: 15px;
}
.pte-ai-evalution-right ul li svg {
    flex: 0 0 24px;
    height: auto;
    padding-top: 2px;
}
.pte-ai-evalution-right h5 {
    color: #212121;
    font-size: 20px;
    letter-spacing: 1.5px;
}
.pte-academic-global-content-box-outer.pte-academic-score-requirements{
    margin-top: 60px;
}
.pte-academic-global-content-box-outer.pte-academic-score-requirements .pte-academic-global-content-box.global-content-item {
    background: #fff;
}
.pte-academic-global-content-text ul li {
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 12px;
    padding-left: 15px;
    position: relative;
}
.pte-academic-global-content-text ul li:last-child {
    margin-bottom: 0px;
}
.pte-academic-global-content-text ul {
    margin-top: 20px;
}
.pte-academic-global-content-text ul li:after {
    position: absolute;
    content: "";
    left: 0;
    top: 8px;
    width: 7px;
    height: 7px;
    background: #212121;
    border-radius: 50%;
}
.pte-academic-score-update-box .academic-notes {
    margin: 60px auto 0;
    background: #fff;
}
.perdiction-file-help-box p {
    line-height: 180%;
}
.exam-day-guide-outer .pte-academic-ai-evalution-box {
    display: flex;
    align-items: center;
    column-gap: 30px;
}
.pte-academic-ai-evalution-box-content {
    width: calc(50% - 15px);
}
.pte-academic-ai-evalution-box-img {
    width: calc(50% - 15px);
    text-align: center;
}
.achive-our-score-outer {
    display: flex;
    column-gap: 24px;
    row-gap: 24px;
    flex-flow: wrap;
}
.achive-our-score-outer .pte-academic-global-content-box.pte-academic-ai-evalution-box {
    width: calc(50% - 12px);
    background: #fff;
    padding: 24px 30px;
    border-radius: 20px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .20);
    margin-bottom: 0;
}
.pte-academic-tab-content {
    padding-top: 0px;
}
.pte-academic-tab-content .main-heading.main-heading1 {
    margin-bottom: 24px;
}
.pte-academic-tab-content .main-heading.main-heading1 p {
    max-width: 820px;
}
.pte-academic-score-update-box-content {
    display: flex;
    align-items: center;
    column-gap: 24px;
    flex-direction: row-reverse;
}
.pte-academic-score-update-box-content-right {
    width: calc(55% - 12px);
}
.pte-academic-score-update-box-content-left {
    width: calc(45% - 12px);
    text-align: right;
}
.score-update-second .academic-notes {
    margin-bottom: 0;
    margin-top: 60px;
}
.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-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:hover  {
    color: #fff;
}
.comman-btn.comman-btn-white:before {
    background: #fff;
}
.comman-btn.comman-btn-white:after {
    border-color: #fff;
}
.tab-pane {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.tab-pane.active {
    display: block;
    opacity: 1;
}
.nav-link.active {
    background: #007bff;
    color: white;
    font-weight: bold;
}
.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-content .pte-academic-global-content-box.pte-academic-ai-evalution-box {
    padding: 30px;
}
.achive-score-tab-tabing .nav-link {
    border: 0;
    background: transparent;
    text-align: left;
    font-size: 15px;
    padding: 18px 24px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 10px;
    position: relative;
}
.achive-score-tab-tabing .nav-link.active {
    color: #007bff;
    background: #fff;
}
.achive-score-tab-tabing .nav-link.active:after{
    position: absolute;
    content: "";
    left:  0;
    height: 100%;
    width: 4px;
    background: var(--main-color);
}
.achive-score-tab-tabing .nav-link.active svg path{
    stroke: #007bff;
}
.achive-score-tab-tabing .nav-link svg{
    display: none;
}
.exam-day-guide-outer .pte-academic-ai-evalution-box {
    margin-bottom: 80px;
}
.exam-day-guide-outer .pte-academic-ai-evalution-box:last-child {
    margin-bottom: 0px;
}
.global-acceptance .global-content-item button{
    display: none;
}
.global-acceptance .pte-academic-global-content-box.global-content-item h3 {
    flex-direction: column-reverse;
    text-align: left;
}
.global-acceptance .pte-academic-global-content-box.global-content-item h3 img {
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
    border-radius: 25px;
    display: flex;
    opacity: .9;
}
.global-acceptance .pte-academic-global-content-text.content div {
    overflow: auto;
    height: calc(100% - 30px);
    padding:0 5px ;
}
.global-acceptance .pte-academic-global-content-text.content {
    position: absolute;
    bottom: 0;
    transition: .4s;
    background: #DFE9FF;
    left: 0;
    width: 100%;
    display: block;
    max-height: 0;
    padding: 20px;
   max-height: 60px;
}
.global-acceptance .pte-academic-global-content-box.global-content-item .pte-academic-global-content-text.content p{
    color: var(--main-color);
    text-align: center;
}
.global-acceptance .pte-academic-global-content-box.global-content-item:hover .pte-academic-global-content-text.content {
    height: 100%;
    max-height: 100%;
    visibility: visible;
    opacity: 1;
}
.global-acceptance .pte-academic-global-content-text.content div::-webkit-scrollbar {
    width: 4px;
}
.global-acceptance .pte-academic-global-content-text.content div::-webkit-scrollbar-track {
    background: #DFE9FF;
}
.global-acceptance .pte-academic-global-content-text.content div::-webkit-scrollbar-thumb {
    background: #DFE9FF;
}
.global-acceptance .pte-academic-global-content-box.global-content-item:hover .pte-academic-global-content-text.content div::-webkit-scrollbar-thumb {
    background: #c1c1c1;
}
.global-acceptance .pte-academic-global-content-box.global-content-item{
    padding: 0;
    box-shadow: none;
}
.global-acceptance .pte-academic-global-content-text.content h3{
    margin: 0;
    color: var(--main-color);
    padding-bottom: 10px;
}
.understand-pte-score-report-image img {
    background: #b7cdff;
    padding: 14px;
    border-radius: 10px;
}
.global-acceptance .pte-academic-global-content-text.content a {
    font-weight: 600;
}
.pte-academic-cta-btn-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.pte-academic-structure .pte-academic-table .pte-academic-table-inner + p{
    margin-top: 24px;
    line-height: 200%;
    font-weight: 600;
}
.bg-dark-gray{
    background-color: #dfeaf6;
}
.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-content ul li {
    font-size: 16px;
    line-height: 180%;
    margin-left: 18px;
    position: relative;
    color: #616161;
}
.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:after {
    position: absolute;
    content: "";
    left: -18px;
    top: 10px;
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 50%;
}
.pte-academic-speaking-writing-box .pte-academic-table-inner {
    margin-bottom: 24px;
}
.pte-academic-speaking-writing-content p:last-child{
    margin-bottom: 0;
    margin-top: 10px;
}
.pte-academic-speaking-writing-box .academic-notes {
    margin: 20px 0 10px;
}
.pte-academic-speaking-writing-box a {
    color: var(--main-color);
    font-size: 16px;
    display: inline-block;
}
.pte-exam-format-no td.single-line-data p {
    text-align: center;
    font-size: 16px;
}
.pte-exam-format-no td.single-line-data {
    background: #0d56f92b;
}
.pte-exam-format-no th, .pte-exam-format-no td {
    width: 50%;
    text-align: center;
}
.pte-academic-speaking-writing-box .academic-notes p{
    margin: 0;
}
.pte-academic-speaking-writing-box .academic-notes{
    max-width: 100%;
}
.enhance-your-pte-praparation .academic-notes{
    margin: 30px auto 0;
    max-width: 100%;
}
.pte-academic-speaking-writing-box + .pte-academic-cta {
    margin-bottom: 24px;
}
.pte-academic-speaking-writing-content2 {
    padding: 0 20px 20px;
    border: 1px solid #dfe9ff;
    border-radius: 20px;
    overflow: hidden;
}
.pte-academic-speaking-writing-content2 > p:first-child {
    background: #bed2ff;
    padding: 16px 20px;
    margin: 0 -20px;
    color: #0d56f9;
}
.pte-exam-fees p{
    margin-bottom: 15px !important;
}
.pte-exam-fees h2{
    margin-bottom: 8px !important;
}
.pte-exam-fees p:last-child{
    margin-bottom: 0px !important;
}
.pte-exam-fees .comman-btn{
    margin-top: 30px !important;
}
.payment-mathods{
    background-color: #fff;
}
.payment-mathods.pte-academic-key-features-outer .pte-academic-global-content-box {
    background-color: #DEE8FF;
}
.pte-exam-registration-box {
    display: flex;
    column-gap: 30px;
}
.pte-exam-registration-outer {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}
.pte-exam-registration-box-right {
    width: 100%;
    padding: 20px;
    border-radius: 20px;
    background: #0d56f920;
    position: relative;
}
.pte-exam-registration-box-right:after {
    position: absolute;
    content: "";
    left: -70px;
    width: 2px;
    height: 100%;
    border-left: 2px dashed red;
    top: 0;
    background: transparent;
}
.pte-exam-registration-box-left {
    flex: 0 0 60px;
    width: 60px;
}
.pte-exam-registration-box:last-child .pte-exam-registration-box-right:after{
    display: none;
}
.pte-exam-registration-box-right:after {
    position: absolute;
    content: "";
    left: -61px;
    width: 3px;
    height: 100%;
    border-left: 3px dashed #0d56f9;
    top: 40px;
    background: transparent;
    z-index: 0;
}
.pte-exam-registration-box-left span {
    width: 60px;
    height: 60px;
    display: flex;
    background: #0d56f9;
    color: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 22px;
    font-weight: 500;
    position: relative;
    z-index: 1;
}
.pte-exam-registration-box-left small {
    font-size: 16px;
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 4px 0 10px 0 ;
    font-weight: 500;
    position: relative;
    z-index: 1;
    background-color: #fff;
}
span.pte-academic-heading {
    display: inline-block;
}
.pte-exam-registration-box-right p {
    margin-bottom: 5px;
}
.pte-exam-registration-box-right p:last-child {
    margin-bottom: 0px;
}
.pte-exam-registration-box-right ul li {
    margin-bottom: 5px;
    list-style: disc !important;
    margin-left: 18px;
    line-height: 200%;
    letter-spacing: 0.1px;
    color: #212121;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}
.pte-academic-ai-evalution-box-img img {
    max-width: 550px;
    width: 100%;
}
.pte-ai-evalution-left img {
    max-width: 550px;
    width: 100%;
}
.pte-academic-baner-right img {
    max-width: 580px;
    width: 100%;
}
.pte-academic-tab-content-left img {
    max-width: 540px;
    width: 100%;
}
.product-work.pte-academic-tab-outer {
    padding-top: 140px;
}
.product-work.pte-academic-tab-outer .pte-academic-tab {
    top: -140px;
}
.pte-academic-ai-evalution-box ul li a, .pte-ai-evalution-right ul li a, .pte-exam-registration-box-right ul li a,
.pte-academic-speaking-writing-content ul li a {
    text-decoration: underline;
    color: var(--main-color);
}
.faq-accordion__entry_list li {
    display: flex;
    column-gap: 10px;
}
.accordion-header-icon {
    display: flex;
}
.faq-accordion__entry-header-link{
    align-items: center;
}
.faq-accordion__entry-body ul ol {
    padding: 0;
}
.faq-accordion__entry-body ul ol li{
    padding: 0 0 0 15px;
}
.pte-academic-speaking-writing-content img {
    max-width: 50%;
    width: 100%;
    border: 5px solid #b7cdff;
    border-radius: 20px;
    margin-top: 24px;
}
.pte-academic-dark-table-inner table tbody tr:nth-child(odd) {
    background: #fff;
}
.pte-academic-table-inner.pte-academic-dark-table-inner {
    margin-bottom: 30px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .20);
}
.pte-academic-table-inner.pte-academic-table-inner-top{
    margin: 24px 0 0 0;
}
.pte-academic-table-score-compare {
    display: flex;
    column-gap: 24px;
    flex-flow: wrap;
}
.pte-academic-table-score-compare .pte-academic-table.pte-academic-table-first {
    width: calc(50% - 12px);
}
.pte-academic-speaking-writing-content ul ul {
    margin: 0 0 10px 15px;
}
.score-calculator-outer {
    display: flex;
    column-gap: 30px;
}
.score-calculator .academic-notes {
    margin-bottom: 0;
    margin-top: 40px;
    max-width: 100%;
}
.score-calculator-inner {
    width: calc(50% - 12px);
    border: 2px solid #0d56f930;
    border-radius: 20px;
    overflow: hidden;
}
.score-calculator-heading {
    padding: 14px 20px;
    background: #d1dffe;
}
.score-calculator-heading h5 {
    font-size: 16px;
    font-weight: 600;
}
.score-calculator-box {
    display: flex;
    padding: 20px;
    justify-content: space-between;
}
.score-calculator-box-content p {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}
.score-calculator-box-content input {
    padding: 10px;
    border-radius: 10px;
    border: 2px solid #d1dffe;
    font-size: 18px;
    max-width: 150px;
    width: 100%;
    text-align: center;
}
.score-calculator-box-content input::placeholder {
    color: #cfcfcf;
}
.score-calculator-box-content {
    max-width: 150px;
    text-align: center;
    min-width: 150px;
}
.show-calculator-answer p {
    width: 100%;
    background: #d1dffe;
    padding: 10px;
    border-radius: 10px;
    font-size: 18px;
    margin: 0;
    min-height: 47px;
}
.table-center .pte-academic-table-inner td {
    text-align: center;
}
.pte-score-guide .pte-academic-table-inner td{
    min-width: 140px;
}
.pte-score-guide-description .academic-notes {
    max-width: 100%;
    margin: 0;
}
.score-calculator-box-content select {
    padding: 10px;
    border-radius: 10px;
    border: 2px solid #d1dffe;
    font-size: 18px;
    max-width: 150px;
    width: 100%;
    text-align: left;
    cursor: pointer;
    background-image: url(../svg/down-arrow-2.svg);
    appearance: none;
    background-position: center right 12px;
    background-repeat: no-repeat;
    background-color: transparent;
}
.perdiction-file-help-innaer-center .perdiction-file-help-innaer {
    justify-content: center;
}
.duolingo-global-acceptance .pte-academic-global-content-text.content h3 {
    color: #3c5d87;
}
.duolingo-global-acceptance .pte-academic-global-content-text.content {
    background: #ffe1bc;
}
.duolingo-global-acceptance .pte-academic-global-content-box.global-content-item .pte-academic-global-content-text.content p {
    color: #3c5d87;
}
.bg-duolingo{
    background-color: #ffc80010 !important; 
}
.bg-dark-duolingo{
    background-color: #ffc80025 !important; 
}
.duolingo-pages .pte-academic-ai-evalution-box ul li a, 
.duolingo-pages .pte-ai-evalution-right ul li a, 
.duolingo-pages .pte-exam-registration-box-right ul li a, 
.duolingo-pages .pte-academic-speaking-writing-content ul li a,
.duolingo-pages .pte-academic-ai-evalution-box-content a,
.duolingo-pages .pte-ai-evalution-right a {
    text-decoration: underline;
    color: #ffc800;
}
a.you-tube-link {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
a.you-tube-link svg{
   flex: 0 0 30px;
   height: auto;
}
.duolingo-scoring-distribution .perdiction-file-help-box {
    background: #fff7da;
}
.duolingo-scoring-distribution .perdiction-file-help-box span {
    color: #ffc800;
}
.pte-academic-key-features-outer.duolingo-helping-hand .pte-academic-global-content-box,
.duolingo-pages .perdiction-file-help-box {
    background-color: #f4eedd;
}
.duolingo-pages .perdiction-file-help-box span{
    color: #ffc800;
}
.duolingo-product.main-cta .custom-institute-software-inner {
    background-color: #ffc800;
    background-image: url(../svg/duolingo-cta-bg.svg);
}
.duolingo-product.main-cta .custom-institute-software-inner .main-heading h2 {
    color: #083156;
}
.duolingo-product.main-cta .custom-institute-software-inner .main-heading p {
    color: #3d4d5c;
}
.comman-btn.yellow-comman-btn {
    color: #ffc800 !important;
    text-decoration: none !important;
}
.comman-btn.yellow-comman-btn::before {
    background-color: #083156 !important;
}
.comman-btn.yellow-comman-btn:after {
    border-color: #083156 !important;
}
.comman-btn.yellow-comman-btn:hover {
    color: #083156 !important;
}
.duolingo-pages .pte-academic-speaking-writing-content2 > p:first-child {
    background: #fff8e3;
    color: #ffc800;
}
.duolingo-pages .pte-academic-speaking-writing-content2 {
    border: 1px solid #ffedad;
}
.duolingo-pages .pte-academic-cta {
    background: #ffc800;
}
.duolingo-pages .pte-academic-speaking-writing-box h3 + p {
    margin-bottom: 20px;
}
.duolingo-pages .pte-academic-cta-content h4 {
    color: #083156;
}
.duolingo-pages .pte-academic-cta-content p {
    color: #3d4d5c;
}
.duolingo-pages .pte-academic-cta-btn .comman-btn.comman-btn-white:after {
    border-color: #083156;
}
.duolingo-pages .pte-academic-cta-btn .comman-btn.comman-btn-white:before {
    background-color: #083156;
}
.duolingo-pages .pte-academic-cta-btn .comman-btn.comman-btn-white {
    color: #fff;
}
.duolingo-pages .pte-academic-cta-btn .comman-btn.comman-btn-white:hover {
    color: #083156;
}
.duolingo-exam-pattertn-box-img img {
    width: 100%;
    display: flex;
    max-width: 700px;
}
.duolingo-exam-pattertn-box-img {
    display: flex;
    margin-top: 20px;
    justify-content: center;
}
.duolingo-pages .academic-notes {
    background: #f4eedd;
}
.duolingo-pages .academic-notes:after {
    background: #ffc800;
}
a.you-tube-video-btn {
    display: inline-flex;
    align-items: center;
    border: 1px solid #f90d11;
    padding: 8px 10px;
    color: #f90d11 !important;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: 500;
    border-radius: 10px;
    column-gap: 8px;
    margin-top: 20px;
}
.duolingo-pages .pte-exam-registration-box-left span {
    background: #ffc800;
}
.duolingo-pages .pte-exam-registration-box-right {
    background: #f8e9b5;
}
.duolingo-pages .pte-exam-registration-box-right:after {
    border-left-color:  #ffc800;
}
.duolingo-pages .pte-academic-global-content-box a {
    color: #ffc800;
}
.duolingo-pages .pte-academic-table-inner th {
    border-right-color:  #fff2bc;
    background-color: #faf1ca;
}
.duolingo-pages .pte-academic-speaking-writing-content img {
    border-color: #fff7eb;
    margin: 24px auto 0;
    width: 100%;
    max-width: 600px;
    display: block;
}
.duolingo-pages .pte-academic-table-inner td {
    border-right-color: #fff2bc;
    border-top-color: #fff2bc;
}
.duolingo-pages .pte-academic-table-inner {
    border-color:  #fff2bc;
}
.duolingo-pages .pte-academic-table-inner table tbody tr:nth-child(even) {
    background-color: #fcf9ed;
}
p.duolingo-table-title {
    text-align: center;
    padding: 10px;
    font-size: 18px;
    color: #ffc800;
    font-weight: 500;
    background: rgb(8 49 86);
}
.duolingo-pages .perdiction-file-help-box a {
    color: #ffc800;
}
.score-calculator-duolingo .score-calculator-heading {
    background: #ffd9abcc;
}
.score-calculator-duolingo .score-calculator-inner {
    border-color: #ffd9abcc;
}
.score-calculator-duolingo .show-calculator-answer p {
    background: #ffd9abcc;
}
.score-calculator-duolingo .score-calculator-box-content input {
    border: 2px solid #ffd9abcc;
}
.score-calculator-duolingo .score-calculator-outer:last-child .score-calculator-inner {
    margin-top: 30px;
}
.duolingo-table-main-title .pte-academic-table-inner {
    border-radius: 0 0 20px 20px;
}
.duolingo-table-main-title .duolingo-table-title {
    border-radius: 20px 20px 0 0;
}
.duolingo-table-inner th{
    width: 50%;
}
.you-tube-btn-single-line .you-tube-video-btn {
    margin: 0;
}
.you-tube-btn-single-line {
    display: inline-flex;
    align-items: center;
    column-gap: 10px;
    flex-flow: wrap;
    row-gap: 5px;
}
.bg-ielts{
    background-color: #fff0f1;
}
.bg-dark-ielts{
    background: #e3183725;
}
.ielts-pages .perdiction-file-help-box {
    background: #fff0f1;
}
.ielts-pages .perdiction-file-help-box span {
    color: #e31837;
}
.ielts-pages .pte-academic-cta {
    background: #e31837;
}
.ielts-pages .comman-btn.comman-btn-white{
    color: #e31837;
}
.ielts-pages .comman-btn.comman-btn-white:hover{
    color: #fff;
}
.score-calculator-ielts .score-calculator-outer:last-child .score-calculator-inner {
    margin-top: 30px;
}
.score-calculator-ielts .score-calculator-heading {
    background: #e3183725;
}
.score-calculator-ielts .score-calculator-box {
    background: #fff;
}
.score-calculator-ielts .score-calculator-inner{
    border-color: #e3183725;
}
.score-calculator-ielts .score-calculator-box-content input{
    border-color: #e3183725;
}
.score-calculator-ielts .show-calculator-answer p {
    background: #e3183725;
}
.ielts-product.main-cta .custom-institute-software-inner {
    background-color: #e31837;
    background-image: url(../svg/ielts-cta-bg.svg);
}
.ielts-total-band-box {
    padding: 30px;
    border-radius: 20px;
    max-width: 500px;
    width: 100%;
    box-shadow: 0 0 35px rgba(0, 0, 0, .1);
    text-align: center;
    position: relative;
    margin: 0 0 0 auto;
}
.ielts-total-band-choose {
    margin-bottom: 24px;
}
.ielts-total-band-choose {
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
}
.ielts-total-band-choose label {
    font-size: 16px;
    font-weight: 500;
    color: #2e2e2e;
    display: flex;
    align-items: center;
    column-gap: 6px;
    cursor: pointer;
}
.ielts-total-band-choose input {
    margin: 0;
    width: 20px;
    height: 20px;
    appearance: none;
    border: 1px solid #858585;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}
.ielts-total-band-choose input:checked{
    border-color: #e31837;
}
.ielts-total-band-choose input:checked:after{
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    background-color: #e31837;
    border-radius: 50%;
}
.ielts-total-band-box-form .floating-select {
    background-color: #fff0f1;
}
.comman-btn.comman-btn-red::before, .ielts-product .core-preparations-tab-box ul li:after {
    background-color: #e31837;
}
.comman-btn.comman-btn-red:after {
    border-color: #e31837;
}
.comman-btn.comman-btn-red:hover {
    color: #e31837;
}
.score-calculator-ielts .score-calculator-box-content input {
    background: transparent;
}
.score-calculator-ielts .score-calculator-box-content input::placeholder {
    color: #969696;
}
.ielts-total-band-box .form-button {
    display: flex;
    column-gap: 20px;
    justify-content: center;
}
.ielts-total-band-box .form-button button {
    width: 150px;
    margin-top: 0 !important;
}
button.comman-btn.comman-btn-red.resetScore:before {
    width: 0;
}
button.comman-btn.comman-btn-red.resetScore {
    color: #e31837;
}
button.comman-btn.comman-btn-red.resetScore:hover:before {
    width:100%;
}
button.comman-btn.comman-btn-red.resetScore:hover {
    color: #fff;
}
div#showResult p {
    margin-top: 20px;
    font-size: 16px;
}
div#showResult p strong {
    font-size: 20px;
}
.ielts-table p.duolingo-table-title {
    background: #e31837;
    color: #fff;
}
.ielts-table .pte-academic-table-inner th {
    border-right-color: #ffdadf;
    background-color: #e318371f;
    width: 50%;
}
.ielts-table .pte-academic-table-inner{
    border-color: #ffdadf;
}
.ielts-table .pte-academic-table-inner td {
    border-right-color: #ffdadf;
    border-top-color: #ffdadf;
}
.ielts-table .pte-academic-table-inner table tbody tr:nth-child(even) {
    background-color: #f8e5e7;
}
.ielts-table .pte-academic-dark-table-inner table tbody tr:nth-child(odd) {
    background: #fff9fa;
}
.ielts-total-band-box-form h4 {
    color: #212121;
    font-weight: 600;
    line-height: 150%;
    font-style: normal;
    font-size: 20px;
    margin-bottom: 20px;
}
.celpip-product.main-cta .custom-institute-software-inner {
    background-color: #baa86b;
    background-image: url(../svg/celpip-cta-bg.svg);
}
.bg-celpip{
    background-color: #baa86b15;
}
.bg-dark-celpip{
    background-color: #baa86b24;
}
.score-calculator-celpip .score-calculator-heading {
    background: #eee9da;
}
.score-calculator-celpip .score-calculator-inner {
    border-color: #eee9da;
}
.score-calculator-celpip .score-calculator-box-content input {
    border-color:  #eee9da;
}
.score-calculator-celpip .show-calculator-answer p {
    background: #eee9da;
}
.celpip-table .pte-academic-table-inner th {
    background: #f0eeea;
    border-right-color: #eee9da;
}
.celpip-table .pte-academic-table-inner td:first-child {
    text-align: left;
}
.celpip-table .pte-academic-table-inner td {
    border-right-color: #eee9da;
    border-top-color: #eee9da;
    text-align: center;
}
.celpip-table .pte-academic-table-inner table tbody tr:nth-child(even) {
    background-color: #f6f4f2;
}
.celpip-pages .pte-academic-baner-left a {
    color: #baa86b;
}
.pte-academic-baner-right.duolingo-about-baner img {
    max-width: 480px;
}
.pte-academic-ai-evalution-box-img.duolingo-about-small-img img {
    max-width: 420px;
}



@media(min-width:1440px){
    .pte-academic-banner{
        min-height: 417px;
    }
}
@media (min-width: 1300px) {
    .pte-academic-banner-about .banner-heading{
      min-height: 203px;
    }
    .pte-academic-banner-about .pte-academic-baner-left p{
      min-height: 163px;
    }
    .pte-academic-baner-exam-paatern h1.banner-heading {
      min-height: 203px;
    }
    .pte-academic-baner-exam-paatern .pte-academic-baner-left p{
      min-height: 130px;
    }
  }
@media(min-width:1151px){
    .tab-icon-down{
        display: none;
    }
}
@media(max-width: 1350px){
    .pte-academic-tab ul li a {
        padding: 10px 5px;
        font-size: 14px;
    }
    
    h3, .pte-academic-heading {
        font-size: 16px;
    }
    .global-acceptance .pte-academic-global-content-text.content {
        padding: 14px;
        max-height: 50px;
    }
    .comman-btn, p {
        font-size: 14px;
    }
    .pte-academic-global-content-box-outer {
        column-gap: 20px;
        row-gap: 20px;
    }
    .pte-academic-global-content-box.global-content-item {
        width: calc(33.33% - 14px);
    }
    .perdiction-file-help-box {
        padding: 20px;
    }
    .perdiction-file-help-box span {
        border-radius: 10px;
        width: 50px;
        height: 50px;
        font-size: 24px;
    }
    .perdiction-file-help-box h4 {
        font-size: 16px;
        margin: 14px 0 6px;
    }
    .perdiction-file-help-innaer {
        column-gap: 20px;
        row-gap: 20px;
    }
    .perdiction-file-help-box {
        width: calc(33.33% - 14px);
    }
    .pte-academic-cta {
        flex-flow: wrap;
        row-gap: 20px;
        padding: 24px;
    }
    .pte-academic-cta-content h4 {
        font-size: 20px;
        margin-bottom: 6px;
    }
    .exam-day-guide-outer .pte-academic-ai-evalution-box {
        margin-bottom: 60px;
    }
    .pte-academic-ai-evalution-box ul li {
        font-size: 14px;
    }
    .pte-academic-tab-content {
        padding-top: 0px;
    }
    .achive-score-tab-tabing .nav-link {
        font-size: 14px;
        padding: 14px 20px;
    }
    .achive-score-tab-tabing {
        width: 271px;
        flex: 0 0 271px;
    }
    .achive-score-tab-content .pte-academic-global-content-box.pte-academic-ai-evalution-box {
        padding: 20px 20px 20px 10px;
    }
    .academic-notes {
        margin-bottom: 40px;
    }
    .pte-academic-speaking-writing-content2 > p:first-child {
        padding: 14px 16px;
        margin: 0 -14px;
    }
    .pte-academic-speaking-writing-content2 {
        padding: 0 14px 16px;
        border-radius: 14px;
    }
    .pte-academic-speaking-writing-content ul li {
        font-size: 14px;
    }
    .pte-academic-speaking-writing-content ul li:after {
        left: -12px;
        top: 11px;
        width: 5px;
        height: 5px;
    }
    .pte-academic-speaking-writing-content ul {
        margin-left: 5px;
    }
    .academic-notes p {
        font-size: 14px;
    }
    .academic-notes {
        padding: 12px 18px 12px 18px;
    }
    .academic-notes:after {
        width: 5px;
    }
    .pte-academic-table-inner th p {
        font-size: 12px;
    }
    .pte-academic-table-inner th {
        padding: 14px 14px;
    }
    .pte-exam-format-no td.single-line-data p {
        font-size: 14px;
    }
    .pte-academic-table-inner td {
        padding: 12px 14px;
    }
    .pte-academic-table-inner td p {
        font-size: 12px;
    }
    .pte-academic-speaking-writing-box a {
        font-size: 14px;
    }
}
@media(max-width:1250px){
    .pte-academic-tab ul li a {
        font-size: 13px;
    }
}
@media(max-width:1200px){
    .pte-academic-baner {
        flex-flow: wrap;
        row-gap: 20px;
    }
    .pte-academic-baner-left {
        width: 100%;
    }
    .pte-academic-baner-right {
        margin: 0 auto;
        width: 100%;
        justify-content: center;
    }
    .pte-academic-tab-content {
        flex-flow: wrap;
        row-gap: 30px;
    }
    .pte-academic-tab-content-left {
        width: calc(100% - 0px);
        text-align: center;
        order: 2;
    }
    .pte-academic-tab-content-right {
        width: calc(100% - 0px);
        order: 1;
    }
    .pte-academic-tab-content-right .main-heading.main-heading1 p {
        max-width: 100%;
    }
}
@media(max-width:1150px){
    .pte-academic-tab ul {
        flex-direction: column;
    }
    .pte-academic-tab {
        position: absolute;
        width: calc(100% - 30px);
        top: -100px;
        left: 15px;
        right: 15px;
        max-width: 600px;
        margin: 0 auto;
        z-index: 1;
    }
    .pte-academic-tab ul li {
        width: 100%;
        order: 1;
        text-align: left;
    }
    .pte-academic-tab ul li.active {
        order: 0;
    }
    .pte-academic-tab ul li a:not(.active) {
        position: absolute;
        top: -999em;
    }
    .pte-academic-tab.expanded ul li a:not(.active) {
        position: relative;
        top: auto;
    }
    .pte-academic-tab ul li a {
        text-align: left;
        padding: 10px 15px;
    }
    li.tab-icon-down {
        position: absolute;
        right: 15px;
        left: auto;
        width: 20px !important;
        top: 16px;
    }
    li.tab-icon-down svg{
        transform-origin: center;
        transition: all 0.4s;
    }
    .expanded li.tab-icon-down svg{
        transform: rotate(180deg);
    }
    .score-calculator-outer {
        display: flex;
        column-gap: 20px;
    }
    .score-calculator-box-content select {
        max-width: 130px;
    }
    .score-calculator-box-content input {
        max-width: 130px;
    }
    .score-calculator-box-content {
        max-width: 130px;
        min-width: 130px;
    }
}
@media(max-width:991px){
    .pte-academic-global-content-box.global-content-item {
        width: calc(50% - 10px);
    }
    .pte-ai-evalution-content {
        flex-flow: wrap;
        row-gap: 30px;
    }
    .pte-ai-evalution-left {
        width: calc(100% - 0px);
        text-align: center;
    }
    .pte-ai-evalution-right {
        width: calc(100% - 0px);
    }
    .pte-academic-ai-evalution-box {
        flex-flow: wrap;
        row-gap: 20px;
    }
    .pte-academic-ai-evalution-box-content {
        width: calc(100% - 0px);
        order: 2;
    }
    .pte-academic-ai-evalution-box-img {
        width: calc(100% - 0px);
        text-align: center;
        order: 1;
    }
    .pte-academic-ai-evalution-box-img img{
        max-width: 400px;
        margin: 0 auto;
        width: 100%;
    }
    .perdiction-file-help-box {
        width: calc(50% - 10px);
    }
    .pte-academic-ai-evalution-box ul {
        margin-bottom: 10px;
    }
    .achive-score-tab-content .pte-academic-global-content-box.pte-academic-ai-evalution-box {
        padding: 18px 18px 18px 0px;
    } 
    .pte-academic-speaking-writing-content img {
        max-width: 70%;
        margin-top: 20px;
        border: 4px solid #b7cdff;
    }  
    .score-calculator-box-content input {
        max-width: 120px;
    }
    .score-calculator-box-content {
        max-width: 120px;
        min-width: 120px;
    }
    .score-calculator-heading h5 {
        font-size: 14px;
    }
    .score-calculator-heading {
        padding: 12px 18px;
    }
    .score-calculator-box {
        padding: 15px;
    }
    .score-calculator-box-content p {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .score-calculator-box-content select {
        font-size: 14px;
        max-width: 120px;
        background-size: 12px;
    }
    .score-calculator-box-content input {
        font-size: 14px;
        max-width: 120px;
    }
    .show-calculator-answer p {
        font-size: 14px;
        min-height: 42px;
    }
}
@media(max-width: 860px){
    .score-calculator-outer.score-calculator-outer-core {
        flex-flow: wrap;
        row-gap: 24px;
    }
    .score-calculator-outer.score-calculator-outer-core .score-calculator-inner {
        width: calc(100% - 0px);
    }
}
@media(max-width: 767px){
    p {
        font-size: 14px !important;
    }
    h3, .pte-academic-heading {
        font-size: 14px;
    }
    .pte-academic-key-features-outer .pte-academic-global-content-box {
        padding: 20px 20px;
        width: calc(100% - 0px);
    }
    .pte-academic-ai-evalution-box ul li {
        font-size: 12px;
    }
    .understand-pte-score-report-outer {
        flex-flow: wrap;
        row-gap: 20px;
    }
    .understand-pte-score-report-content {
        width: 100%;
    }
    .understand-pte-score-report-image {
        width: 100%;
    }
    .pte-ai-evalution-right ul li {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .pte-ai-evalution-right ul li svg {
        flex: 0 0 20px;
    }
    .academic-notes {
        margin-bottom: 30px;
    }
    .exam-day-guide-outer .pte-academic-ai-evalution-box {
        margin-bottom: 40px;
    }
    .mt-top-80 {
        margin-top: 40px !important;
    }
    .pte-academic-baner-right img {
        margin-bottom: 40px;
    }
    .product-work.pte-academic-tab-outer {
        padding-top: 100px;
    }
    .product-work.pte-academic-tab-outer .pte-academic-tab {
        top: -100px;
    }
    .pte-exam-registration-box-right:after{
        display: none;
    }
    .pte-exam-registration-box {
        display: flex;
        column-gap: 30px;
        flex-direction: column;
    }
    .pte-exam-registration-box-left span {
        width: 50px;
        height: 50px;
        font-size: 16px;
        bottom: -25px;
        border: 3px solid #fff;
    }
    .pte-exam-registration-box-left {
        flex: 0 0 50px;
        width: 50px;
        margin: 0 auto;
    }
    .pte-exam-registration-outer {
        row-gap: 0;
    }
    .pte-exam-registration-box-right {
        padding: 30px 20px 20px;
    }
    .pte-exam-registration-box-right ul li {
        font-size: 14px;
    }
    .pte-academic-table-score-compare{
        row-gap: 24px;
    }
    .pte-academic-table-score-compare .pte-academic-table.pte-academic-table-first {
        width: calc(100% - 0px);
    }
    .pte-academic-speaking-writing-content img {
        max-width: 100%;
    } 
    .pte-academic-speaking-writing-box {
        padding: 18px 18px;
        margin-bottom: 20px;
    } 
    .pte-academic-key-feature-icon img {
        width: 24px;
        height: 24px;
    }
    .pte-academic-key-feature-icon {
        column-gap: 10px;
        margin-bottom: 10px;
    }
    .pte-ai-evalution-right ul {
        margin-bottom: 16px;
        margin-top: 12px;
    }
    .score-calculator-outer {
        flex-flow: wrap;
        row-gap: 20px;
    }
    .score-calculator-inner {
        width: calc(100% - 0px);
    }
}
@media(max-width: 576px){
    .pte-academic-global-content-box.global-content-item {
        width: calc(100% - 0px);
    }
    .perdiction-file-help-box {
        width: calc(100% - 10px);
    }
    .achive-score-tab {
        flex-direction: column;
    }
    .achive-score-tab-tabing {
        width: 100%;
        flex: 0 0 100%;
    }
    .achive-score-tab-content .pte-academic-global-content-box.pte-academic-ai-evalution-box {
        padding: 18px;
    }
    .achive-score-tab-tabing .nav-link {
        font-size: 14px;
        padding: 12px 20px;
        order: 0;
    }
    .achive-score-tab-tabing .nav-link.active {
        background: #0d56f9;
        order: 1;
        color: #fff;
    }
    .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;
    }
    a.you-tube-video-btn {
        padding: 6px 8px;
        font-size: 12px;
        column-gap: 4px;
    }
    a.you-tube-video-btn svg {
        width: 20px;
        height: 20px;
    }
}
@media (max-width: 450px) {
    .score-calculator-outer-core .score-calculator-box {
        flex-flow: wrap;
        row-gap: 10px;
    }
    .score-calculator-outer-core .score-calculator-box-content {
        max-width: 100%;
        min-width: 100%;
        text-align: left;
    }
    .score-calculator-outer-core .score-calculator-box-content input {
        font-size: 14px;
        max-width: 100%;
    }
    .score-calculator-outer-core .score-calculator-box-content select {
        max-width: 100%;
    }
}
@media (max-width: 420px) {
    .pte-academic-banner .pte-academic-baner-left {
        min-height: 369px;
    }
    .pte-academic-banner-about h1.banner-heading {
      min-height: 192px;
    }
    .pte-academic-banner-about .pte-academic-baner-left p {
      min-height: 152px;
    }
    .pte-academic-baner-exam-paatern h1.banner-heading {
      min-height: 192px;
    }
    .pte-academic-baner-exam-paatern .pte-academic-baner-left p{
      min-height: 127px;
    }
    .pte-academic-baner-result .pte-academic-baner-left p {
      min-height: 177px;
    }
    .pte-academic-baner-result .banner-heading {
      min-height: 96px;
    }
    .pte-academic-baner-calculator h1.banner-heading {
      min-height: 144px;
    } 
    .pte-academic-baner-calculator .pte-academic-baner-left p{
      min-height: 126px;
    }
}
  @media (max-width: 417px) {
      .pte-academic-baner-eligibility h1.banner-heading {
          min-height: 192px;
      }
      .pte-academic-baner-eligibility .pte-academic-baner-left p{
          min-height: 177px;
      }
}