{"id":34,"date":"2026-06-14T13:39:58","date_gmt":"2026-06-14T13:39:58","guid":{"rendered":"https:\/\/intuitioncentres.com\/exam-centres\/?page_id=34"},"modified":"2026-07-30T07:49:33","modified_gmt":"2026-07-30T07:49:33","slug":"late-fees","status":"publish","type":"page","link":"https:\/\/intuitioncentres.com\/exam-centres\/late-fees\/","title":{"rendered":"Late Fees &amp; Cancellations"},"content":{"rendered":"\n<style>\n  \/* Cancellation of Exams page \u2014 scoped for a WordPress Custom HTML block. *\/\n  .iec-cancellation,\n  .iec-cancellation * {\n    box-sizing: border-box;\n  }\n\n  .iec-cancellation {\n    --orange: #ed5623;\n    --orange-dark: #c94317;\n    --orange-soft: #fff2ec;\n    --teal: #21d5cd;\n    --teal-dark: #087f7b;\n    --teal-soft: #eafcfb;\n    --ink: #172c3a;\n    --muted: #5f6f79;\n    --line: #dfe9ec;\n    --surface: #ffffff;\n    --page: #f7fafb;\n    --shadow: 0 18px 45px rgba(20, 49, 64, 0.09);\n    max-width: 1180px;\n    margin: 30px auto;\n    padding: clamp(18px, 3vw, 38px);\n    color: var(--ink);\n    background:\n      radial-gradient(circle at 92% 2%, rgba(33, 213, 205, 0.14), transparent 25%),\n      radial-gradient(circle at 7% 12%, rgba(237, 86, 35, 0.10), transparent 22%),\n      var(--page);\n    border: 1px solid #edf2f3;\n    border-radius: 28px;\n    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Arial, sans-serif;\n    line-height: 1.55;\n    overflow: hidden;\n  }\n\n  .iec-cancellation a { color: inherit; }\n\n  .iec-cancellation h1,\n  .iec-cancellation h2,\n  .iec-cancellation h3,\n  .iec-cancellation p { margin-top: 0; }\n\n  .iec-cancellation p:last-child,\n  .iec-cancellation ul:last-child { margin-bottom: 0; }\n\n  .iec-cancellation .iec-cancel-hero {\n    display: grid;\n    grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.88fr);\n    align-items: center;\n    gap: clamp(28px, 6vw, 72px);\n    padding: clamp(12px, 2vw, 24px) 0 28px;\n  }\n\n  .iec-cancellation .iec-cancel-eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 9px;\n    margin-bottom: 12px;\n    color: var(--orange-dark);\n    font-size: 0.82rem;\n    font-weight: 800;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n  }\n\n  .iec-cancellation .iec-cancel-eyebrow::before {\n    width: 28px;\n    height: 3px;\n    content: \"\";\n    background: var(--orange);\n    border-radius: 999px;\n  }\n\n  .iec-cancellation .iec-cancel-hero h1 {\n    max-width: 720px;\n    margin-bottom: 16px;\n    font-size: clamp(2.65rem, 6vw, 5.3rem);\n    line-height: 0.98;\n    letter-spacing: -0.055em;\n  }\n\n  .iec-cancellation .iec-cancel-hero h1 span { color: var(--orange); }\n\n  .iec-cancellation .iec-cancel-intro {\n    max-width: 720px;\n    margin-bottom: 25px;\n    color: var(--muted);\n    font-size: clamp(1rem, 1.4vw, 1.15rem);\n  }\n\n  .iec-cancellation .iec-cancel-actions {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 12px;\n  }\n\n  .iec-cancellation .iec-cancel-button {\n    display: inline-flex;\n    min-height: 48px;\n    align-items: center;\n    justify-content: center;\n    gap: 10px;\n    padding: 12px 21px;\n    border: 1px solid transparent;\n    border-radius: 14px;\n    background: var(--orange);\n    color: #fff;\n    box-shadow: 0 10px 24px rgba(237, 86, 35, 0.24);\n    font-size: 1.02rem;\n    font-weight: 800;\n    text-decoration: none;\n    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;\n  }\n\n  .iec-cancellation .iec-cancel-button:hover,\n  .iec-cancellation .iec-cancel-button:focus-visible {\n    background: var(--orange-dark);\n    box-shadow: 0 14px 30px rgba(237, 86, 35, 0.30);\n    transform: translateY(-2px);\n  }\n\n  .iec-cancellation .iec-cancel-button--secondary {\n    border-color: rgba(8, 127, 123, 0.22);\n    background: rgba(255, 255, 255, 0.82);\n    color: var(--teal-dark);\n    box-shadow: none;\n  }\n\n  .iec-cancellation .iec-cancel-button--secondary:hover,\n  .iec-cancellation .iec-cancel-button--secondary:focus-visible {\n    background: var(--teal-soft);\n    box-shadow: none;\n  }\n\n  .iec-cancellation .iec-cancel-hero-art {\n    display: grid;\n    min-height: 300px;\n    place-items: center;\n    position: relative;\n  }\n\n  .iec-cancellation .iec-cancel-hero-art::before,\n  .iec-cancellation .iec-cancel-hero-art::after {\n    position: absolute;\n    border-radius: 999px;\n    content: \"\";\n  }\n\n  .iec-cancellation .iec-cancel-hero-art::before {\n    width: 285px;\n    height: 285px;\n    background: rgba(33, 213, 205, 0.12);\n  }\n\n  .iec-cancellation .iec-cancel-hero-art::after {\n    top: 14px;\n    right: 4%;\n    width: 92px;\n    height: 92px;\n    background: rgba(237, 86, 35, 0.14);\n  }\n\n  .iec-cancellation .iec-cancel-hero-art svg {\n    z-index: 1;\n    width: min(100%, 410px);\n    height: auto;\n    filter: drop-shadow(0 18px 18px rgba(20, 49, 64, 0.10));\n  }\n\n  .iec-cancellation .iec-cancel-notice {\n    display: grid;\n    grid-template-columns: auto 1fr;\n    gap: 14px;\n    align-items: start;\n    margin: 2px 0 clamp(34px, 5vw, 58px);\n    padding: 17px 19px;\n    border: 1px solid rgba(8, 127, 123, 0.24);\n    border-radius: 17px;\n    background: rgba(234, 252, 251, 0.82);\n    box-shadow: 0 10px 26px rgba(8, 127, 123, 0.06);\n  }\n\n  .iec-cancellation .iec-cancel-notice--orange {\n    border-color: rgba(201, 67, 23, 0.22);\n    background: rgba(255, 242, 236, 0.88);\n    box-shadow: 0 10px 26px rgba(201, 67, 23, 0.05);\n  }\n\n  .iec-cancellation .iec-cancel-notice strong {\n    display: block;\n    margin-bottom: 4px;\n    color: var(--teal-dark);\n    font-size: 1.14rem;\n    line-height: 1.4;\n  }\n\n  .iec-cancellation .iec-cancel-notice--orange strong { color: var(--orange-dark); }\n\n  .iec-cancellation .iec-cancel-notice p {\n    margin-bottom: 0;\n    color: #3d5e61;\n    font-size: 1.06rem;\n    line-height: 1.65;\n  }\n\n  .iec-cancellation .iec-cancel-notice--orange p { color: #67493f; }\n\n  .iec-cancellation .iec-cancel-icon-badge,\n  .iec-cancellation .iec-cancel-card-icon,\n  .iec-cancellation .iec-cancel-link-icon {\n    display: inline-grid;\n    place-items: center;\n    flex: 0 0 auto;\n  }\n\n  .iec-cancellation .iec-cancel-icon-badge {\n    width: 43px;\n    height: 43px;\n    border-radius: 14px;\n    background: var(--teal);\n    color: #073f3d;\n  }\n\n  .iec-cancellation .iec-cancel-notice--orange .iec-cancel-icon-badge {\n    background: var(--orange);\n    color: #fff;\n  }\n\n  .iec-cancellation .iec-cancel-icon-badge svg,\n  .iec-cancellation .iec-cancel-card-icon svg,\n  .iec-cancellation .iec-cancel-link-icon svg,\n  .iec-cancellation .iec-cancel-button svg {\n    width: 24px;\n    height: 24px;\n    fill: none;\n    stroke: currentColor;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n    stroke-width: 2;\n  }\n\n  .iec-cancellation .iec-cancel-button svg { width: 20px; height: 20px; }\n\n  .iec-cancellation .iec-cancel-section-heading {\n    margin-bottom: 24px;\n    text-align: center;\n  }\n\n  .iec-cancellation .iec-cancel-kicker {\n    display: block;\n    margin-bottom: 7px;\n    color: var(--orange-dark);\n    font-size: 0.78rem;\n    font-weight: 800;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n  }\n\n  .iec-cancellation .iec-cancel-section-heading h2 {\n    margin-bottom: 8px;\n    font-size: clamp(1.9rem, 4vw, 3rem);\n    letter-spacing: -0.035em;\n  }\n\n  .iec-cancellation .iec-cancel-section-heading p {\n    max-width: 760px;\n    margin-right: auto;\n    margin-bottom: 0;\n    margin-left: auto;\n    color: var(--muted);\n    font-size: clamp(1.02rem, 1.35vw, 1.13rem);\n    line-height: 1.65;\n  }\n\n  .iec-cancellation .iec-cancel-date-stack {\n    display: grid;\n    gap: 20px;\n    margin-bottom: clamp(48px, 7vw, 76px);\n  }\n\n  .iec-cancellation .iec-cancel-table-card {\n    overflow: hidden;\n    border: 1px solid var(--line);\n    border-radius: 22px;\n    background: var(--surface);\n    box-shadow: var(--shadow);\n  }\n\n  .iec-cancellation .iec-cancel-table-title {\n    display: flex;\n    align-items: center;\n    gap: 13px;\n    padding: 20px 22px;\n    border-bottom: 1px solid var(--line);\n    background: linear-gradient(135deg, rgba(234, 252, 251, 0.92), rgba(255, 255, 255, 0.96));\n  }\n\n  .iec-cancellation .iec-cancel-table-title--orange {\n    background: linear-gradient(135deg, rgba(255, 242, 236, 0.95), rgba(255, 255, 255, 0.96));\n  }\n\n  .iec-cancellation .iec-cancel-card-icon {\n    width: 48px;\n    height: 48px;\n    border-radius: 15px;\n    background: var(--teal);\n    color: #073f3d;\n  }\n\n  .iec-cancellation .iec-cancel-table-title--orange .iec-cancel-card-icon {\n    background: var(--orange);\n    color: #fff;\n  }\n\n  .iec-cancellation .iec-cancel-table-title h3 {\n    margin-bottom: 2px;\n    font-size: clamp(1.35rem, 2.5vw, 1.7rem);\n    letter-spacing: -0.02em;\n  }\n\n  .iec-cancellation .iec-cancel-table-title p {\n    margin-bottom: 0;\n    color: var(--muted);\n    font-size: 1.03rem;\n    line-height: 1.5;\n  }\n\n  .iec-cancellation .iec-cancel-availability-note {\n    margin: 0;\n    padding: 14px 20px;\n    border-bottom: 1px solid rgba(201, 67, 23, 0.18);\n    background: var(--orange-soft);\n    color: #67493f;\n    font-size: clamp(1rem, 1.25vw, 1.08rem);\n    font-weight: 700;\n    line-height: 1.55;\n  }\n\n  .iec-cancellation .iec-cancel-availability-note strong {\n    color: var(--orange-dark);\n    font-weight: 900;\n  }\n\n  .iec-cancellation .iec-cancel-swipe-hint {\n    display: none;\n    margin: 0;\n    padding: 10px 18px;\n    border-bottom: 1px solid var(--line);\n    background: #fbfdfd;\n    color: var(--muted);\n    font-size: 0.9rem;\n    font-weight: 750;\n  }\n\n  .iec-cancellation .iec-cancel-table-scroll {\n    width: 100%;\n    overflow-x: auto;\n    -webkit-overflow-scrolling: touch;\n  }\n\n  .iec-cancellation table {\n    width: 100%;\n    min-width: 790px;\n    border-collapse: collapse;\n    text-align: left;\n  }\n\n  .iec-cancellation th,\n  .iec-cancellation td {\n    padding: 15px 17px;\n    border-bottom: 1px solid var(--line);\n    vertical-align: middle;\n  }\n\n  .iec-cancellation th {\n    background: #f3f8f9;\n    color: #334c5a;\n    font-size: 0.9rem;\n    font-weight: 800;\n    letter-spacing: 0.055em;\n    text-transform: uppercase;\n  }\n\n  .iec-cancellation td {\n    font-size: clamp(1rem, 1.2vw, 1.08rem);\n    line-height: 1.5;\n  }\n\n  .iec-cancellation tbody tr:last-child td { border-bottom: 0; }\n  .iec-cancellation tbody tr:nth-child(even) td { background: #fbfdfd; }\n  .iec-cancellation tbody tr:hover td { background: var(--teal-soft); }\n\n  .iec-cancellation td:first-child {\n    color: var(--orange-dark);\n    font-weight: 850;\n  }\n\n  .iec-cancellation .iec-cancel-date {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    white-space: nowrap;\n    font-weight: 750;\n  }\n\n  .iec-cancellation .iec-cancel-date::before {\n    width: 8px;\n    height: 8px;\n    content: \"\";\n    border-radius: 50%;\n    background: var(--teal);\n    box-shadow: 0 0 0 4px rgba(33, 213, 205, 0.13);\n  }\n\n  .iec-cancellation .iec-cancel-policy-grid {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 18px;\n    margin-bottom: 20px;\n  }\n\n  .iec-cancellation .iec-cancel-policy-card {\n    position: relative;\n    padding: 25px 23px 23px;\n    border: 1px solid var(--line);\n    border-radius: 21px;\n    background: var(--surface);\n    box-shadow: var(--shadow);\n    overflow: hidden;\n  }\n\n  .iec-cancellation .iec-cancel-policy-card::before {\n    position: absolute;\n    top: 0;\n    right: 0;\n    left: 0;\n    height: 5px;\n    content: \"\";\n    background: var(--teal);\n  }\n\n  .iec-cancellation .iec-cancel-policy-card--orange::before,\n  .iec-cancellation .iec-cancel-policy-card--danger::before { background: var(--orange); }\n\n  .iec-cancellation .iec-cancel-policy-number {\n    display: inline-flex;\n    min-width: 58px;\n    min-height: 58px;\n    align-items: center;\n    justify-content: center;\n    margin-bottom: 17px;\n    padding: 8px;\n    border-radius: 17px;\n    background: var(--teal-soft);\n    color: var(--teal-dark);\n    font-size: 1.3rem;\n    font-weight: 900;\n  }\n\n  .iec-cancellation .iec-cancel-policy-card--orange .iec-cancel-policy-number,\n  .iec-cancellation .iec-cancel-policy-card--danger .iec-cancel-policy-number {\n    background: var(--orange-soft);\n    color: var(--orange-dark);\n  }\n\n  .iec-cancellation .iec-cancel-policy-card h3 {\n    margin-bottom: 8px;\n    font-size: 1.32rem;\n    letter-spacing: -0.02em;\n  }\n\n  .iec-cancellation .iec-cancel-policy-card p {\n    margin-bottom: 0;\n    color: var(--muted);\n    font-size: 1.07rem;\n    line-height: 1.65;\n  }\n\n  .iec-cancellation .iec-cancel-fee {\n    display: block;\n    margin-top: 14px;\n    color: var(--ink);\n    font-size: 1.14rem;\n    font-weight: 900;\n  }\n\n  .iec-cancellation .iec-cancel-no-refund {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 16px;\n    margin-bottom: clamp(48px, 7vw, 76px);\n  }\n\n  .iec-cancellation .iec-cancel-alert-card {\n    display: flex;\n    gap: 14px;\n    align-items: flex-start;\n    padding: 20px;\n    border: 1px solid rgba(201, 67, 23, 0.22);\n    border-radius: 18px;\n    background: var(--orange-soft);\n  }\n\n  .iec-cancellation .iec-cancel-alert-card .iec-cancel-icon-badge {\n    width: 42px;\n    height: 42px;\n    background: var(--orange);\n    color: #fff;\n  }\n\n  .iec-cancellation .iec-cancel-alert-card strong {\n    display: block;\n    margin-bottom: 4px;\n    color: var(--orange-dark);\n    font-size: 1.14rem;\n    line-height: 1.4;\n  }\n\n  .iec-cancellation .iec-cancel-alert-card p {\n    margin-bottom: 0;\n    color: #67493f;\n    font-size: 1.05rem;\n    line-height: 1.62;\n  }\n\n  .iec-cancellation .iec-cancel-links {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 14px;\n    margin-bottom: 28px;\n  }\n\n  .iec-cancellation .iec-cancel-link-card {\n    display: flex;\n    min-height: 112px;\n    align-items: center;\n    gap: 13px;\n    padding: 18px;\n    border: 1px solid var(--line);\n    border-radius: 18px;\n    background: var(--surface);\n    box-shadow: 0 12px 28px rgba(20, 49, 64, 0.07);\n    text-decoration: none;\n    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;\n  }\n\n  .iec-cancellation .iec-cancel-link-card:hover,\n  .iec-cancellation .iec-cancel-link-card:focus-visible {\n    border-color: rgba(8, 127, 123, 0.33);\n    box-shadow: 0 16px 34px rgba(20, 49, 64, 0.11);\n    transform: translateY(-3px);\n  }\n\n  .iec-cancellation .iec-cancel-link-icon {\n    width: 46px;\n    height: 46px;\n    border-radius: 14px;\n    background: var(--teal-soft);\n    color: var(--teal-dark);\n  }\n\n  .iec-cancellation .iec-cancel-link-card:nth-child(even) .iec-cancel-link-icon {\n    background: var(--orange-soft);\n    color: var(--orange-dark);\n  }\n\n  .iec-cancellation .iec-cancel-link-card strong {\n    display: block;\n    margin-bottom: 3px;\n    font-size: 1.08rem;\n    line-height: 1.35;\n  }\n\n  .iec-cancellation .iec-cancel-link-card span {\n    color: var(--muted);\n    font-size: 0.98rem;\n    line-height: 1.45;\n  }\n\n  .iec-cancellation .iec-cancel-cta {\n    display: grid;\n    grid-template-columns: minmax(0, 1fr) auto;\n    gap: 22px;\n    align-items: center;\n    padding: clamp(23px, 4vw, 34px);\n    border-radius: 23px;\n    background: linear-gradient(135deg, #123540, #0b6e6b);\n    color: #fff;\n    box-shadow: 0 20px 45px rgba(8, 72, 70, 0.18);\n  }\n\n  .iec-cancellation .iec-cancel-cta h2 {\n    margin-bottom: 7px;\n    font-size: clamp(1.55rem, 3vw, 2.25rem);\n    letter-spacing: -0.035em;\n  }\n\n  .iec-cancellation .iec-cancel-cta p {\n    max-width: 740px;\n    margin-bottom: 0;\n    color: rgba(255, 255, 255, 0.84);\n    font-size: 1.08rem;\n    line-height: 1.62;\n  }\n\n  .iec-cancellation .iec-cancel-cta .iec-cancel-button {\n    white-space: nowrap;\n  }\n\n  .iec-cancellation .iec-cancel-small-note {\n    margin: 18px auto 0;\n    color: var(--muted);\n    font-size: 1rem;\n    line-height: 1.55;\n    text-align: center;\n  }\n\n\n  .iec-cancellation .iec-cancel-bottom-box {\n    margin-top: clamp(48px, 7vw, 76px);\n    padding: clamp(24px, 4vw, 40px);\n    border: 2px solid rgba(201, 67, 23, 0.20);\n    border-radius: 26px;\n    background:\n      linear-gradient(145deg, rgba(255, 242, 236, 0.72), rgba(255, 255, 255, 0.98) 42%),\n      var(--surface);\n    box-shadow: 0 22px 50px rgba(20, 49, 64, 0.10);\n  }\n\n  .iec-cancellation .iec-cancel-bottom-box > .iec-cancel-section-heading {\n    margin-bottom: 26px;\n  }\n\n  .iec-cancellation .iec-cancel-bottom-box .iec-cancel-policy-grid {\n    margin-top: 24px;\n  }\n\n  .iec-cancellation .iec-cancel-bottom-box .iec-cancel-no-refund {\n    margin-bottom: 28px;\n  }\n\n  .iec-cancellation .iec-cancel-bottom-box .iec-cancel-cta {\n    margin-top: 26px;\n  }\n\n\n\n  \/* Enlarged typography for improved readability across the whole page. *\/\n  .iec-cancellation {\n    max-width: 1240px;\n    font-size: 1.2rem;\n    line-height: 1.68;\n  }\n\n  .iec-cancellation .iec-cancel-eyebrow,\n  .iec-cancellation .iec-cancel-kicker {\n    font-size: 1rem;\n  }\n\n  .iec-cancellation .iec-cancel-intro {\n    font-size: clamp(1.22rem, 1.7vw, 1.45rem);\n    line-height: 1.68;\n  }\n\n  .iec-cancellation .iec-cancel-button {\n    min-height: 54px;\n    padding: 14px 23px;\n    font-size: 1.15rem;\n  }\n\n  .iec-cancellation .iec-cancel-section-heading h2 {\n    font-size: clamp(2.35rem, 4.8vw, 3.65rem);\n    line-height: 1.08;\n  }\n\n  .iec-cancellation .iec-cancel-section-heading p {\n    max-width: 860px;\n    font-size: clamp(1.18rem, 1.55vw, 1.36rem);\n    line-height: 1.7;\n  }\n\n  .iec-cancellation .iec-cancel-table-title {\n    padding: 24px 26px;\n  }\n\n  .iec-cancellation .iec-cancel-table-title h3 {\n    font-size: clamp(1.62rem, 2.8vw, 2.08rem);\n    line-height: 1.2;\n  }\n\n  .iec-cancellation .iec-cancel-table-title p {\n    font-size: 1.2rem;\n    line-height: 1.55;\n  }\n\n  .iec-cancellation .iec-cancel-availability-note {\n    padding: 20px 24px;\n    font-size: clamp(1.18rem, 1.55vw, 1.36rem);\n    font-weight: 650;\n    line-height: 1.72;\n  }\n\n  .iec-cancellation .iec-cancel-availability-note strong {\n    font-weight: 900;\n  }\n\n  .iec-cancellation .iec-cancel-swipe-hint {\n    padding: 13px 20px;\n    font-size: 1rem;\n  }\n\n  .iec-cancellation table {\n    min-width: 980px;\n  }\n\n  .iec-cancellation th,\n  .iec-cancellation td {\n    padding: 19px 20px;\n  }\n\n  .iec-cancellation th {\n    font-size: clamp(1rem, 1.2vw, 1.12rem);\n    line-height: 1.45;\n  }\n\n  .iec-cancellation td {\n    font-size: clamp(1.16rem, 1.45vw, 1.32rem);\n    line-height: 1.6;\n  }\n\n  .iec-cancellation .iec-cancel-notice {\n    padding: 23px 24px;\n  }\n\n  .iec-cancellation .iec-cancel-notice strong {\n    font-size: 1.34rem;\n    line-height: 1.42;\n  }\n\n  .iec-cancellation .iec-cancel-notice p {\n    font-size: 1.2rem;\n    line-height: 1.72;\n  }\n\n  .iec-cancellation .iec-cancel-policy-card {\n    padding: 30px 27px 28px;\n  }\n\n  .iec-cancellation .iec-cancel-policy-number {\n    min-width: 64px;\n    min-height: 64px;\n    font-size: 1.5rem;\n  }\n\n  .iec-cancellation .iec-cancel-policy-card h3 {\n    font-size: 1.5rem;\n    line-height: 1.35;\n  }\n\n  .iec-cancellation .iec-cancel-policy-card p {\n    font-size: 1.2rem;\n    line-height: 1.72;\n  }\n\n  .iec-cancellation .iec-cancel-fee {\n    font-size: 1.32rem;\n    line-height: 1.5;\n  }\n\n  .iec-cancellation .iec-cancel-alert-card {\n    padding: 24px;\n  }\n\n  .iec-cancellation .iec-cancel-alert-card strong {\n    font-size: 1.32rem;\n    line-height: 1.42;\n  }\n\n  .iec-cancellation .iec-cancel-alert-card p {\n    font-size: 1.18rem;\n    line-height: 1.7;\n  }\n\n  .iec-cancellation .iec-cancel-link-card {\n    min-height: 132px;\n    padding: 22px;\n  }\n\n  .iec-cancellation .iec-cancel-link-card strong {\n    font-size: 1.24rem;\n    line-height: 1.4;\n  }\n\n  .iec-cancellation .iec-cancel-link-card span {\n    font-size: 1.1rem;\n    line-height: 1.55;\n  }\n\n  .iec-cancellation .iec-cancel-cta h2 {\n    font-size: clamp(2rem, 3.8vw, 2.9rem);\n    line-height: 1.12;\n  }\n\n  .iec-cancellation .iec-cancel-cta p {\n    font-size: 1.2rem;\n    line-height: 1.7;\n  }\n\n  .iec-cancellation .iec-cancel-small-note {\n    font-size: 1.14rem;\n    line-height: 1.65;\n  }\n\n  .iec-cancellation .iec-cancel-bottom-box {\n    padding: clamp(30px, 5vw, 52px);\n  }\n\n  .iec-cancellation .iec-cancel-bottom-box > .iec-cancel-section-heading h2 {\n    font-size: clamp(2.9rem, 6vw, 5.1rem);\n    line-height: 0.99;\n    letter-spacing: -0.052em;\n  }\n\n  @media (max-width: 900px) {\n    .iec-cancellation .iec-cancel-hero {\n      grid-template-columns: 1fr;\n    }\n\n    .iec-cancellation .iec-cancel-hero-art {\n      min-height: 240px;\n      order: -1;\n    }\n\n    .iec-cancellation .iec-cancel-hero-art::before {\n      width: 230px;\n      height: 230px;\n    }\n\n    .iec-cancellation .iec-cancel-hero-art svg { width: min(100%, 320px); }\n    .iec-cancellation .iec-cancel-policy-grid { grid-template-columns: 1fr; }\n    .iec-cancellation .iec-cancel-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }\n  }\n\n  @media (max-width: 650px) {\n    .iec-cancellation {\n      margin: 14px auto;\n      border-radius: 20px;\n    }\n\n    .iec-cancellation .iec-cancel-hero h1 {\n      font-size: clamp(2.65rem, 14vw, 4.25rem);\n    }\n\n    .iec-cancellation .iec-cancel-bottom-box > .iec-cancel-section-heading h2 {\n      font-size: clamp(2.65rem, 13vw, 4.2rem);\n    }\n\n    .iec-cancellation .iec-cancel-actions,\n    .iec-cancellation .iec-cancel-button { width: 100%; }\n\n    .iec-cancellation .iec-cancel-notice {\n      grid-template-columns: 1fr;\n    }\n\n    .iec-cancellation .iec-cancel-table-title {\n      align-items: flex-start;\n      padding: 18px;\n    }\n\n    .iec-cancellation .iec-cancel-swipe-hint { display: block; }\n\n    .iec-cancellation th,\n    .iec-cancellation td { padding: 13px 14px; }\n\n    .iec-cancellation .iec-cancel-no-refund,\n    .iec-cancellation .iec-cancel-links,\n    .iec-cancellation .iec-cancel-cta {\n      grid-template-columns: 1fr;\n    }\n\n    .iec-cancellation .iec-cancel-link-card { min-height: 96px; }\n\n    .iec-cancellation .iec-cancel-bottom-box {\n      padding: 22px 17px;\n      border-radius: 20px;\n    }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .iec-cancellation *,\n    .iec-cancellation *::before,\n    .iec-cancellation *::after {\n      scroll-behavior: auto !important;\n      transition: none !important;\n    }\n  }\n<\/style>\n\n<section aria-labelledby=\"iec-cancel-title\" class=\"iec-cancellation\">\n <header class=\"iec-cancel-hero\">\n  <div>\n   <span class=\"iec-cancel-eyebrow\">\n    Exam entry deadlines\n   <\/span>\n   <h1 id=\"iec-cancel-title\">\n    Late entry \/\n    <span>\n     deadline dates\n    <\/span>\n   <\/h1>\n   <p class=\"iec-cancel-intro\">\n    Check the entry, late-fee, amendment-fee and high-late-fee dates before submitting an exam application. Cancellation and refund information is provided in a separate section at the bottom of this page.\n   <\/p>\n   <div class=\"iec-cancel-actions\">\n    <a class=\"iec-cancel-button\" href=\"#iec-cancel-dates\">\n     <svg aria-hidden=\"true\" viewbox=\"0 0 24 24\">\n      <rect height=\"16\" rx=\"2\" width=\"18\" x=\"3\" y=\"5\">\n      <\/rect>\n      <path d=\"M16 3v4M8 3v4M3 10h18\">\n      <\/path>\n     <\/svg>\n     View deadline dates\n    <\/a>\n    <a class=\"iec-cancel-button iec-cancel-button--secondary\" href=\"#iec-cancellation-information\">\n     View cancellation information\n    <\/a>\n   <\/div>\n  <\/div>\n  <div aria-hidden=\"true\" class=\"iec-cancel-hero-art\">\n   <svg role=\"img\" viewbox=\"0 0 520 390\">\n    <rect fill=\"#fff\" height=\"282\" rx=\"28\" stroke=\"#dfe9ec\" stroke-width=\"6\" width=\"304\" x=\"108\" y=\"54\">\n    <\/rect>\n    <rect fill=\"#21d5cd\" height=\"72\" rx=\"28\" width=\"304\" x=\"108\" y=\"54\">\n    <\/rect>\n    <path d=\"M108 100h304\" opacity=\".2\" stroke=\"#087f7b\" stroke-width=\"6\">\n    <\/path>\n    <path d=\"M170 34v42M350 34v42\" stroke=\"#172c3a\" stroke-linecap=\"round\" stroke-width=\"14\">\n    <\/path>\n    <g fill=\"#eafcfb\" stroke=\"#087f7b\" stroke-width=\"3\">\n     <rect height=\"50\" rx=\"10\" width=\"58\" x=\"145\" y=\"155\">\n     <\/rect>\n     <rect height=\"50\" rx=\"10\" width=\"58\" x=\"231\" y=\"155\">\n     <\/rect>\n     <rect height=\"50\" rx=\"10\" width=\"58\" x=\"317\" y=\"155\">\n     <\/rect>\n     <rect height=\"50\" rx=\"10\" width=\"58\" x=\"145\" y=\"225\">\n     <\/rect>\n     <rect height=\"50\" rx=\"10\" width=\"58\" x=\"231\" y=\"225\">\n     <\/rect>\n    <\/g>\n    <rect fill=\"#fff2ec\" height=\"50\" rx=\"10\" stroke=\"#ed5623\" stroke-width=\"4\" width=\"58\" x=\"317\" y=\"225\">\n    <\/rect>\n    <path d=\"m330 238 32 25m0-25-32 25\" stroke=\"#ed5623\" stroke-linecap=\"round\" stroke-width=\"6\">\n    <\/path>\n    <circle cx=\"399\" cy=\"293\" fill=\"#ed5623\" r=\"62\">\n    <\/circle>\n    <path d=\"M374 293h50M399 268v50\" stroke=\"#fff\" stroke-linecap=\"round\" stroke-width=\"10\" transform=\"rotate(45 399 293)\">\n    <\/path>\n    <path d=\"M75 307c32-4 48-18 59-43\" fill=\"none\" stroke=\"#21d5cd\" stroke-linecap=\"round\" stroke-width=\"8\">\n    <\/path>\n    <circle cx=\"64\" cy=\"309\" fill=\"#21d5cd\" r=\"12\">\n    <\/circle>\n   <\/svg>\n  <\/div>\n <\/header>\n <section aria-labelledby=\"iec-cancel-dates-title\" id=\"iec-cancel-dates\">\n  <div class=\"iec-cancel-section-heading\">\n   <span class=\"iec-cancel-kicker\">\n    Key exam-entry dates\n   <\/span>\n   <h2 id=\"iec-cancel-dates-title\">\n    Entry and late-fee deadlines\n   <\/h2>\n   <p>\n    Use the tables below to check the entry deadline and the dates from which late, amendment and high-late fees apply for each qualification and exam series.\n   <\/p>\n  <\/div>\n  <div class=\"iec-cancel-date-stack\">\n   <article class=\"iec-cancel-table-card\">\n    <div class=\"iec-cancel-table-title\">\n     <span aria-hidden=\"true\" class=\"iec-cancel-card-icon\">\n      <svg viewbox=\"0 0 24 24\">\n       <rect height=\"16\" rx=\"2\" width=\"18\" x=\"3\" y=\"5\">\n       <\/rect>\n       <path d=\"M16 3v4M8 3v4M3 10h18\">\n       <\/path>\n      <\/svg>\n     <\/span>\n     <div>\n      <h3>\n       AS \/ A Level important dates\n      <\/h3>\n      <p>\n       June exam series\n      <\/p>\n     <\/div>\n    <\/div>\n    <p class=\"iec-cancel-availability-note\">\n     <strong>Late-entry charges \u2014 subject to availability.<\/strong>\n     If the subject is available to purchase, you may submit the entry. After purchase, the Exams Administration Team will contact you to complete the additional payment: <strong>\u00a3110 after the first deadline date<\/strong> or <strong>\u00a3220 after the second deadline date<\/strong>.\n    <\/p>\n    <p class=\"iec-cancel-swipe-hint\">\n     Swipe left or right to view all deadline columns.\n    <\/p>\n    <div aria-label=\"AS and A Level important dates\" class=\"iec-cancel-table-scroll\" role=\"region\" tabindex=\"0\">\n     <table>\n      <thead>\n       <tr>\n        <th scope=\"col\">\n         Exam series\n        <\/th>\n        <th scope=\"col\">\n         Entry deadline\n        <\/th>\n        <th scope=\"col\">\n         Late fees charged from\n        <\/th>\n        <th scope=\"col\">\n         Amendment fees charged from\n        <\/th>\n        <th scope=\"col\">\n         High late fees charged from\n        <\/th>\n       <\/tr>\n      <\/thead>\n      <tbody>\n       <tr>\n        <td>\n         June\n        <\/td>\n        <td>\n         <span class=\"iec-cancel-date\">\n          10 February\n         <\/span>\n        <\/td>\n        <td>\n         <span class=\"iec-cancel-date\">\n          11 February\n         <\/span>\n        <\/td>\n        <td>\n         <span class=\"iec-cancel-date\">\n          10 April\n         <\/span>\n        <\/td>\n        <td>\n         <span class=\"iec-cancel-date\">\n          11 April\n         <\/span>\n        <\/td>\n       <\/tr>\n      <\/tbody>\n     <\/table>\n    <\/div>\n   <\/article>\n   <article class=\"iec-cancel-table-card\">\n    <div class=\"iec-cancel-table-title iec-cancel-table-title--orange\">\n     <span aria-hidden=\"true\" class=\"iec-cancel-card-icon\">\n      <svg viewbox=\"0 0 24 24\">\n       <rect height=\"16\" rx=\"2\" width=\"18\" x=\"3\" y=\"5\">\n       <\/rect>\n       <path d=\"M16 3v4M8 3v4M3 10h18\">\n       <\/path>\n      <\/svg>\n     <\/span>\n     <div>\n      <h3>\n       International GCSE important dates\n      <\/h3>\n      <p>\n       November and June exam series\n      <\/p>\n     <\/div>\n    <\/div>\n    <p class=\"iec-cancel-availability-note\">\n     <strong>Late-entry charges \u2014 subject to availability.<\/strong>\n     If the subject is available to purchase, you may submit the entry. After purchase, the Exams Administration Team will contact you to complete the additional payment: <strong>\u00a3110 after the first deadline date<\/strong> or <strong>\u00a3220 after the second deadline date<\/strong>.\n    <\/p>\n    <p class=\"iec-cancel-swipe-hint\">\n     Swipe left or right to view all deadline columns.\n    <\/p>\n    <div aria-label=\"International GCSE important dates\" class=\"iec-cancel-table-scroll\" role=\"region\" tabindex=\"0\">\n     <table>\n      <thead>\n       <tr>\n        <th scope=\"col\">\n         Exam series\n        <\/th>\n        <th scope=\"col\">\n         Entry deadline\n        <\/th>\n        <th scope=\"col\">\n         Late fees charged from\n        <\/th>\n        <th scope=\"col\">\n         Amendment fees charged from\n        <\/th>\n        <th scope=\"col\">\n         High late fees charged from\n        <\/th>\n       <\/tr>\n      <\/thead>\n      <tbody>\n       <tr>\n        <td>\n         November\n        <\/td>\n        <td>\n         <span class=\"iec-cancel-date\">\n          25 September\n         <\/span>\n        <\/td>\n        <td>\n         <span class=\"iec-cancel-date\">\n          26 September\n         <\/span>\n        <\/td>\n        <td>\n         <span class=\"iec-cancel-date\">\n          1 November\n         <\/span>\n        <\/td>\n        <td>\n         <span class=\"iec-cancel-date\">\n          2 November\n         <\/span>\n        <\/td>\n       <\/tr>\n       <tr>\n        <td>\n         June\n        <\/td>\n        <td>\n         <span class=\"iec-cancel-date\">\n          10 February\n         <\/span>\n        <\/td>\n        <td>\n         <span class=\"iec-cancel-date\">\n          11 February\n         <\/span>\n        <\/td>\n        <td>\n         <span class=\"iec-cancel-date\">\n          20 March\n         <\/span>\n        <\/td>\n        <td>\n         <span class=\"iec-cancel-date\">\n          21 March\n         <\/span>\n        <\/td>\n       <\/tr>\n      <\/tbody>\n     <\/table>\n    <\/div>\n   <\/article>\n   <article class=\"iec-cancel-table-card\">\n    <div class=\"iec-cancel-table-title\">\n     <span aria-hidden=\"true\" class=\"iec-cancel-card-icon\">\n      <svg viewbox=\"0 0 24 24\">\n       <rect height=\"16\" rx=\"2\" width=\"18\" x=\"3\" y=\"5\">\n       <\/rect>\n       <path d=\"M16 3v4M8 3v4M3 10h18\">\n       <\/path>\n      <\/svg>\n     <\/span>\n     <div>\n      <h3>\n       GCSE important dates\n      <\/h3>\n      <p>\n       November and June exam series\n      <\/p>\n     <\/div>\n    <\/div>\n    <p class=\"iec-cancel-availability-note\">\n     <strong>Late-entry charges \u2014 subject to availability.<\/strong>\n     If the subject is available to purchase, you may submit the entry. After purchase, the Exams Administration Team will contact you to complete the additional payment: <strong>\u00a3110 after the first deadline date<\/strong> or <strong>\u00a3220 after the second deadline date<\/strong>.\n    <\/p>\n    <p class=\"iec-cancel-swipe-hint\">\n     Swipe left or right to view all deadline columns.\n    <\/p>\n    <div aria-label=\"GCSE important dates\" class=\"iec-cancel-table-scroll\" role=\"region\" tabindex=\"0\">\n     <table>\n      <thead>\n       <tr>\n        <th scope=\"col\">\n         Exam series\n        <\/th>\n        <th scope=\"col\">\n         Entry deadline\n        <\/th>\n        <th scope=\"col\">\n         Late fees charged from\n        <\/th>\n        <th scope=\"col\">\n         Amendment fees charged from\n        <\/th>\n        <th scope=\"col\">\n         High late fees charged from\n        <\/th>\n       <\/tr>\n      <\/thead>\n      <tbody>\n       <tr>\n        <td>\n         November\n        <\/td>\n        <td>\n         <span class=\"iec-cancel-date\">\n          25 September\n         <\/span>\n        <\/td>\n        <td>\n         <span class=\"iec-cancel-date\">\n          26 September\n         <\/span>\n        <\/td>\n        <td>\n         <span class=\"iec-cancel-date\">\n          1 November\n         <\/span>\n        <\/td>\n        <td>\n         <span class=\"iec-cancel-date\">\n          2 November\n         <\/span>\n        <\/td>\n       <\/tr>\n       <tr>\n        <td>\n         June\n        <\/td>\n        <td>\n         <span class=\"iec-cancel-date\">\n          15 February\n         <\/span>\n        <\/td>\n        <td>\n         <span class=\"iec-cancel-date\">\n          16 February\n         <\/span>\n        <\/td>\n        <td>\n         <span class=\"iec-cancel-date\">\n          10 April\n         <\/span>\n        <\/td>\n        <td>\n         <span class=\"iec-cancel-date\">\n          11 April\n         <\/span>\n        <\/td>\n       <\/tr>\n      <\/tbody>\n     <\/table>\n    <\/div>\n   <\/article>\n  <\/div>\n <\/section>\n <section aria-labelledby=\"iec-cancel-links-title\">\n  <div class=\"iec-cancel-section-heading\">\n   <span class=\"iec-cancel-kicker\">\n    Official information\n   <\/span>\n   <h2 id=\"iec-cancel-links-title\">\n    Exam timetable links\n   <\/h2>\n   <p>\n    Use the official awarding-organisation pages below to check examination dates and published timetables.\n   <\/p>\n  <\/div>\n  <div class=\"iec-cancel-links\">\n   <a class=\"iec-cancel-link-card\" href=\"https:\/\/qualifications.pearson.com\/en\/support\/support-topics\/exams\/exam-timetables.html\" rel=\"noopener noreferrer\" target=\"_blank\">\n    <span aria-hidden=\"true\" class=\"iec-cancel-link-icon\">\n     <svg viewbox=\"0 0 24 24\">\n      <path d=\"M14 4h6v6M20 4l-9 9\">\n      <\/path>\n      <path d=\"M18 13v6a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6\">\n      <\/path>\n     <\/svg>\n    <\/span>\n    <span>\n     <strong>\n      Pearson Edexcel\n     <\/strong>\n     <span>\n      View exam timetables\n     <\/span>\n    <\/span>\n   <\/a>\n   <a class=\"iec-cancel-link-card\" href=\"https:\/\/www.aqa.org.uk\/exams-administration\/dates-and-timetables\" rel=\"noopener noreferrer\" target=\"_blank\">\n    <span aria-hidden=\"true\" class=\"iec-cancel-link-icon\">\n     <svg viewbox=\"0 0 24 24\">\n      <path d=\"M14 4h6v6M20 4l-9 9\">\n      <\/path>\n      <path d=\"M18 13v6a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6\">\n      <\/path>\n     <\/svg>\n    <\/span>\n    <span>\n     <strong>\n      AQA\n     <\/strong>\n     <span>\n      View dates and timetables\n     <\/span>\n    <\/span>\n   <\/a>\n   <a class=\"iec-cancel-link-card\" href=\"https:\/\/www.ocr.org.uk\/administration\/key-dates-and-timetables\/\" rel=\"noopener noreferrer\" target=\"_blank\">\n    <span aria-hidden=\"true\" class=\"iec-cancel-link-icon\">\n     <svg viewbox=\"0 0 24 24\">\n      <path d=\"M14 4h6v6M20 4l-9 9\">\n      <\/path>\n      <path d=\"M18 13v6a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6\">\n      <\/path>\n     <\/svg>\n    <\/span>\n    <span>\n     <strong>\n      OCR\n     <\/strong>\n     <span>\n      View key dates and timetables\n     <\/span>\n    <\/span>\n   <\/a>\n   <a class=\"iec-cancel-link-card\" href=\"https:\/\/www.cambridgeinternational.org\/exam-administration\/cambridge-exams-officers-guide\/phase-1-preparation\/timetabling-exams\/exam-timetables\" rel=\"noopener noreferrer\" target=\"_blank\">\n    <span aria-hidden=\"true\" class=\"iec-cancel-link-icon\">\n     <svg viewbox=\"0 0 24 24\">\n      <path d=\"M14 4h6v6M20 4l-9 9\">\n      <\/path>\n      <path d=\"M18 13v6a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6\">\n      <\/path>\n     <\/svg>\n    <\/span>\n    <span>\n     <strong>\n      Cambridge International\n     <\/strong>\n     <span>\n      View exam timetables\n     <\/span>\n    <\/span>\n   <\/a>\n  <\/div>\n <\/section>\n <section aria-labelledby=\"iec-cancellation-information-title\" class=\"iec-cancel-bottom-box\" id=\"iec-cancellation-information\">\n  <div class=\"iec-cancel-section-heading\">\n   <span class=\"iec-cancel-kicker\">\n    Withdrawals and refunds\n   <\/span>\n   <h2 id=\"iec-cancellation-information-title\">\n    Cancellation information\n   <\/h2>\n   <p>\n    All cancellation instructions, administration fees, refund terms and contact details are grouped below. The date the written request is received determines which terms apply.\n   <\/p>\n  <\/div>\n  <aside aria-label=\"Written cancellation requirement\" class=\"iec-cancel-notice\">\n   <span aria-hidden=\"true\" class=\"iec-cancel-icon-badge\">\n    <svg viewbox=\"0 0 24 24\">\n     <path d=\"M4 4h16v16H4z\">\n     <\/path>\n     <path d=\"m4 6 8 6 8-6\">\n     <\/path>\n    <\/svg>\n   <\/span>\n   <div>\n    <strong>\n     All cancellations must be made in writing\n    <\/strong>\n    <p>\n     Send your withdrawal request to\n     <a href=\"mailto:examsofficer@intuitioncentres.com\">\n      <strong>\n       examsofficer@intuitioncentres.com\n      <\/strong>\n     <\/a>\n     . Your request should clearly identify the candidate and the exam entries to be cancelled.\n    <\/p>\n   <\/div>\n  <\/aside>\n  <section aria-labelledby=\"iec-cancel-policy-title\">\n   <div class=\"iec-cancel-section-heading\">\n    <span class=\"iec-cancel-kicker\">\n     Refund policy\n    <\/span>\n    <h2 id=\"iec-cancel-policy-title\">\n     How timing affects your refund\n    <\/h2>\n    <p>\n     Administration fees are charged per subject. Entries cancelled after the relevant cut-off points are not eligible for a refund.\n    <\/p>\n   <\/div>\n   <div class=\"iec-cancel-policy-grid\">\n    <article class=\"iec-cancel-policy-card\">\n     <span class=\"iec-cancel-policy-number\">\n      01\n     <\/span>\n     <h3>\n      Before the entry deadline\n     <\/h3>\n     <p>\n      Cancellations received before the entry deadline will receive a full refund, less the administration fee per subject.\n     <\/p>\n     <span class=\"iec-cancel-fee\">\n      \u00a350 administration fee per subject\n     <\/span>\n    <\/article>\n    <article class=\"iec-cancel-policy-card iec-cancel-policy-card--orange\">\n     <span class=\"iec-cancel-policy-number\">\n      02\n     <\/span>\n     <h3>\n      After the first late-fee deadline\n     <\/h3>\n     <p>\n      Entries made before the entry deadline but withdrawn after the first late-fee deadline will receive a refund, less the administration fee.\n     <\/p>\n     <span class=\"iec-cancel-fee\">\n      \u00a3100 administration fee per subject\n     <\/span>\n    <\/article>\n    <article class=\"iec-cancel-policy-card iec-cancel-policy-card--danger\">\n     <span class=\"iec-cancel-policy-number\">\n      03\n     <\/span>\n     <h3>\n      After the high-late-fee date\n     <\/h3>\n     <p>\n      Cancellations received after the high-late-fee date are not eligible for a refund. Including those who entered after the first deadline date\n     <\/p>\n     <span class=\"iec-cancel-fee\">\n      No refund\n     <\/span>\n    <\/article>\n   <\/div>\n   <div class=\"iec-cancel-no-refund\">\n    <article class=\"iec-cancel-alert-card\">\n     <span aria-hidden=\"true\" class=\"iec-cancel-icon-badge\">\n      <svg viewbox=\"0 0 24 24\">\n       <path d=\"M12 3 2.5 20h19L12 3Z\">\n       <\/path>\n       <path d=\"M12 9v5M12 17h.01\">\n       <\/path>\n      <\/svg>\n     <\/span>\n     <div>\n      <strong>\n       Entries made after the entry deadline\n      <\/strong>\n      <p>\n       If an exam entry was made after the entry deadline and the candidate later withdraws, no refund will be issued.\n      <\/p>\n     <\/div>\n    <\/article>\n    <article class=\"iec-cancel-alert-card\">\n     <span aria-hidden=\"true\" class=\"iec-cancel-icon-badge\">\n      <svg viewbox=\"0 0 24 24\">\n       <circle cx=\"12\" cy=\"12\" r=\"9\">\n       <\/circle>\n       <path d=\"m9 9 6 6M15 9l-6 6\">\n       <\/path>\n      <\/svg>\n     <\/span>\n     <div>\n      <strong>\n       High-late-fee cut-off\n      <\/strong>\n      <p>\n       Once the high-late-fee date has passed, exam fees are non-refundable.\n      <\/p>\n     <\/div>\n    <\/article>\n   <\/div>\n  <\/section>\n  <aside aria-label=\"Check before sending\" class=\"iec-cancel-notice iec-cancel-notice--orange\">\n   <span aria-hidden=\"true\" class=\"iec-cancel-icon-badge\">\n    <svg viewbox=\"0 0 24 24\">\n     <path d=\"M12 3 2.5 20h19L12 3Z\">\n     <\/path>\n     <path d=\"M12 9v5M12 17h.01\">\n     <\/path>\n    <\/svg>\n   <\/span>\n   <div>\n    <strong>\n     Please check your request carefully\n    <\/strong>\n    <p>\n     State the candidate\u2019s full name and clearly list every subject, paper or unit you wish to cancel. A cancellation is not complete until it has been received in writing.\n    <\/p>\n   <\/div>\n  <\/aside>\n  <section aria-labelledby=\"iec-cancel-cta-title\" class=\"iec-cancel-cta\">\n   <div>\n    <h2 id=\"iec-cancel-cta-title\">\n     Need to cancel an exam entry?\n    <\/h2>\n    <p>\n     Email the Exams Officer as soon as possible. The date your written request is received will determine which cancellation terms apply.\n    <\/p>\n   <\/div>\n   <a class=\"iec-cancel-button\" href=\"mailto:examsofficer@intuitioncentres.com?subject=Exam%20cancellation%20request\">\n    Contact the Exams Officer\n   <\/a>\n  <\/section>\n  <p class=\"iec-cancel-small-note\">\n   Please review these dates and terms before submitting an exam application or cancellation request.\n  <\/p>\n <\/section>\n<\/section>\n\n","protected":false},"excerpt":{"rendered":"<p>Exam entry deadlines Late entry \/ deadline dates Check the entry, late-fee, amendment-fee and high-late-fee dates before submitting an exam application. Cancellation and refund information is provided in a separate section at the bottom of this page. View deadline dates View cancellation information Key exam-entry dates Entry and late-fee deadlines Use the tables below to [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-34","page","type-page","status-publish","hentry","post"],"_links":{"self":[{"href":"https:\/\/intuitioncentres.com\/exam-centres\/wp-json\/wp\/v2\/pages\/34","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/intuitioncentres.com\/exam-centres\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/intuitioncentres.com\/exam-centres\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/intuitioncentres.com\/exam-centres\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/intuitioncentres.com\/exam-centres\/wp-json\/wp\/v2\/comments?post=34"}],"version-history":[{"count":9,"href":"https:\/\/intuitioncentres.com\/exam-centres\/wp-json\/wp\/v2\/pages\/34\/revisions"}],"predecessor-version":[{"id":1034,"href":"https:\/\/intuitioncentres.com\/exam-centres\/wp-json\/wp\/v2\/pages\/34\/revisions\/1034"}],"wp:attachment":[{"href":"https:\/\/intuitioncentres.com\/exam-centres\/wp-json\/wp\/v2\/media?parent=34"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}