.breadcrumb-text h1:after {
    background-color: transparent;
}

.required::after {
    content: " *";
    color: red;
}

.error-message {
    font-size: 12px;
}

.custom-container {
    max-width: 1455px;
    padding-right: 16px;
    padding-left: 16px;
    margin: auto;
}

.image-section {
    border-radius: 28px;
    background-image: url("../img/admission/pattern.png"),
        url("../img/admission/bg.jpg");
    background-position: 0 0, 100%;
    background-size: auto, cover;
    padding: 60px 0;
}

@media screen and (max-width: 479px) {
    .image-section {
        background-image: linear-gradient(#00000080, #00000080),
            url("../img/admission/pattern.png"),
            url("../img/admission/bg.jpg");
        background-position: 0 0, 0 0, 100%;
        background-size: auto, cover, cover;
    }
}

.image-inner {
    max-width: 1318px;
    padding-right: 24px;
    padding-left: 24px;
    margin: 0 40px;
}

.mini-title {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    opacity: 1;
    color: rgb(254, 183, 25);
    text-transform: uppercase;
    /* letter-spacing: 1.4px; */
    font-size: 20px;
}

.short-section {
    margin-top: 24px;
}

.short-section-inner {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    opacity: 1;
    font-family: "League Spartan", sans-serif;
    font-size: 48px;
    line-height: 1.25em;
    margin-top: 0;
    margin-bottom: 0;
    color: white;
}

@media screen and (max-width: 479px) {
    .short-section-inner {
        font-size: 30px;
    }

    .image-inner {
        margin: 0 10px;
    }
}

@media screen and (min-width: 478px) and (max-width: 767px) {
    .short-section-inner {
        font-size: 32px;
    }

    .image-inner {
        margin: 0 20px;
    }
}

.long-section {
    margin-top: 10%;
}

.title-button {
    grid-column-gap: 32px;
    grid-row-gap: 24px;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-end;
    display: flex;
}

.title-wrapper {
    max-width: 600px;
}

.long-inner-container {
    max-width: 472px;
}

.long-title {
    font-family: 'League Spartan';
    font-size: 20px;
    line-height: 1.5en;
    font-weight: 300;
    letter-spacing: -.02em;
    margin-bottom: 0;
    color: white;
}

.enroll-button {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
    padding-top: 40px;
    justify-content: flex-start;
}

.enroll-button-inner:hover {
    color: white;
    transform: scale3d(.94, .94, 1.01);
}

.enroll-button-inner {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border: 1px solid rgb(26, 131, 70);
    border-radius: 300px;
    background-color: rgb(26, 131, 70);
    color: white;
    font-size: 16px;
    line-height: 1.115em;
    text-align: center;
    transform-style: preserve-3d;
    justify-content: center;
    align-items: center;
    padding: 20px 26px;
    font-weight: 400;
    text-decoration: none;
    transition: transform .3s;
    display: flex;
}

@media screen and (max-width: 767px) {
    .enroll-button {
        justify-content: center;
    }
}

@media screen and (max-width: 991px) {
    .enroll-button {
        justify-content: center;
        align-items: center;
    }
}

.choose-title-outer {
    display: flex;
    justify-content: center;
}

.choose-title {
    font-family: "League Spartan";
    color: #245240;
    font-size: 48px;
    line-height: 1.25em;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
    max-width: 468px;
    text-align: center;
}

@media screen and (max-width: 479px) {
    .choose-title {
        font-size: 30px;
    }

    .choose-card {
        padding: 0 20px;
    }
}

@media screen and (max-width: 767px) {
    .choose-title {
        font-size: 32px;
    }
}

@media screen and (max-width: 991px) {
    .choose-title {
        font-size: 36px;
    }
}

.reason {
    padding-top: 40px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d1e5dd;
    max-width: 350px;
    margin-bottom: -1px;
    position: relative;
}

.choose-icon {
    border-radius: 16px;
    overflow: hidden;
    min-width: 48px;
    max-width: 48px;
    min-height: 48px;
    max-height: 48px;
}

.choose-card {
    grid-column-gap: 24px;
    flex-direction: column;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    gap: 20px;
}

.main-reason {
    font-size: 18px;
    line-height: 1.25em;
    font-weight: bold;
}

.choose-main-container {
    justify-content: space-around;
}

.sub-reason {
    color: #6a847a;
}

.feedback-container {
    max-width: 1318px;
    padding-right: 24px;
    padding-left: 24px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 120px;
    padding-bottom: 160px;
}

@media screen and (max-width: 767px) {
    .feedback-container {
        padding-right: 16px;
        padding-left: 16px;
    }

    .feedback-title {
        grid-column-gap: var(--main-spacers--small);
        grid-row-gap: var(--main-spacers--small);
        flex-flow: column;
        justify-content: space-between;
        align-items: flex-start;
    }

    .custom-form-container {
        padding-right: 16px;
        padding-left: 16px;
    }
}

.feedback-mini-title {
    grid-column-gap: 32px;
    grid-row-gap: 24px;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-end;
    display: flex;
}

.feedback-inner-title {
    max-width: 580px;
}

.subtitle-grid {
    margin-bottom: 16px;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    text-align: center;
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-auto-columns: auto;
    grid-auto-flow: column dense;
    justify-content: center;
    place-items: center;
    display: grid;
    justify-content: start;
    text-transform: uppercase;
}

.heading-line-wrapper {
    width: 24px;
    height: 2px;
    position: relative;
}

.heading-line {
    width: 100%;
    height: 2px;
    position: absolute;
    inset: 0% auto auto 0%;
    background-color: #feb719;
}

.feedback-large-title {
    font-family: "League Spartan", sans-serif;
    color: #245240;
    font-size: 48px;
    line-height: 1.25em;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
}

@media screen and (max-width: 479px) {
    .feedback-large-title {
        font-size: 30px;
    }
}

@media screen and (max-width: 767px) {
    .feedback-large-title {
        font-size: 32px;
    }
}

@media screen and (max-width: 991px) {
    .feedback-large-title {
        font-size: 36px;
    }
}

.testimonials {
    margin-top: 40px;
}

.feedback-image {
    max-width: 100%;
    width: 100%;
    min-height: 100%;
    border-radius: 28px;
    position: relative;
    overflow: hidden;
    aspect-ratio: 1;
    place-self: stretch stretch;
}

.feedback-image img {
    border: 0;
    vertical-align: middle;
    width: 100%;
    min-height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 991px) {
    .feedback-image {
        border-radius: 16px;
    }
}

.testimonial-grid {
    display: grid;
    grid-column-gap: 26px;
    grid-row-gap: 34px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
}

@media screen and (max-width: 991px) {
    .testimonial-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 767px) {
    .testimonial-grid {
        grid-template-columns: 1fr;
    }
}

.feedback-card {
    padding: 68px 40px 43px;
}

@media screen and (max-width: 991px) {
    .feedback-card {
        padding-top: 40px;
        padding-bottom: 32px;
    }
}

@media screen and (max-width: 767px) {
    .feedback-card {
        padding: 32px 16px 26px;
    }
}

@media screen and (max-width: 479px) {
    .feedback-card {
        padding-right: 24px;
        padding-left: 24px;
    }
}

.feedback-card {
    place-self: stretch stretch;
    border: 1px solid #bbc8c3;
    border-radius: 28px;
    border-color: #ededed;
    background-color: #f7f8f5;
    box-shadow: none;
    flex-flow: column;
    justify-content: space-between;
    min-width: 100%;
    min-height: 100%;
    display: flex;
    overflow: hidden;
}

.feedback-text {
    line-height: 1.5em;
    letter-spacing: -.02em;
    margin-bottom: 0;
    margin-top: 0;
    font-family: 'Poppins', sans-serif;
    color: #6a847a;
    font-size: 16px;
}

.student-name {
    color: #245240;
    font-size: 20px;
    line-height: 1.25em;
    font-weight: 500;
}

.parent {
    letter-spacing: 1.4px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.25em;
    color: #6a847a;
}

.choose-main-wrapper {
    padding: 80px 0;
    background-color: #edf6e9;
}

.form-section {
    padding: 100px 20px;
    background-color: #edf6e9;
}

.custom-form-container {
    max-width: 1318px;
    margin-left: auto;
    margin-right: auto;
}

.form-title-main {
    font-family: "League Spartan", sans-serif;
    color: #245240;
    font-size: 75px;
    line-height: 1.115em;
    letter-spacing: -.02em;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
}

.form-title-sub {
    font-family: "Poppins", sans-serif;
    color: #6a847a;
    font-size: 16px;
    font-weight: 400;
    margin-top: 8px;
}

.form-links-section {
    margin-top: 32px;
}

.form-icon {
    border-radius: 16px;
    overflow: hidden;
    min-width: 48px;
    max-width: 48px;
    min-height: 48px;
    max-height: 48px;
}

.form-links-custom {
    font-size: 18px;
    line-height: 1.25em;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #245240;
    letter-spacing: 1px;
}

.form-grid-contact {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.form-grid-link {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    text-align: left;
    grid-template-rows: auto;
    grid-template-columns: auto 1fr;
    place-items: center start;
}

.form-titles {
    margin-bottom: 10px;
}

.form-title-smaller {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #245240;
    display: block;
    font-size: 1.75em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.form-title-smaller-sub {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #33475b;
    font-weight: bolder;
    text-align: justify;
    max-width: 600px;
}

.main-admission-form {
    max-width: 600px;
}

.form-label {
    font-size: 14px;
    width: 130px;
    color: #33475b;
    display: block;
    float: none;
    width: auto;
    font-weight: 500;
    line-height: 20px;
    padding-top: 0;
    margin-bottom: 4px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.form-input {
    width: 100%;
    height: 40px;
    padding: 9px 10px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    color: #33475b;
    border: 1px solid #cbd6e2;
    box-sizing: border-box;
    min-height: 27px;
    border-radius: 15px;
    background-clip: padding-box;
    background-color: #f5f8fa;
}

.form-textarea {
    height: unset;
}

#captcha_reset,
.captcha_error {
    margin: 0 15px;
}

.form-button-submit {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    line-height: 12px;
    position: relative;
    text-align: center;
    transition: all .15s linear;
    background-color: #ff7a59;
    border-color: #ff7a59;
    color: #fff;
    border-radius: 15px;
    border-style: solid;
    border-width: 1px;
    font-size: 14px;
    padding: 12px 24px;
}