/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

html {
    scroll-behavior:smooth;
}

@font-face {
    font-family: Avenir;
    src: url(../org_assets/Avenir_font/AvenirLTStd-Black.otf);
    font-weight:900;
}

@font-face {
    font-family: Avenir;
    src: url(../org_assets/Avenir_font/AvenirLTStd-Light.otf);
    font-weight: 300;
}

@font-face {
    font-family: Avenir;
    src: url(../org_assets/Avenir_font/AvenirLTStd-Medium.otf);
    font-weight: 400;
}

@font-face {
    font-family: Avenir;
    src: url(../org_assets/Avenir_font/AvenirLTStd-Book.otf);
    font-weight: 500;
}

@font-face {
    font-family: Avenir;
    src: url(../org_assets/Avenir_font/AvenirLTStd-Heavy.otf);
    font-weight: 700;
}

body {
    font-family: Avenir;
    font-weight: 500;
}

button.bottom-to-top-button {
    position: fixed;
    bottom: 40px;
    font-size: 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: bottom 0.5s ease;
    right: 30px;
    border: 1px solid #015c30;
    background: #fff;
    color: #015c30;
    z-index: 999;
    width: 50px;
    height: 50px;
    padding: 0;
}

    button.bottom-to-top-button:hover {
        background: #015c30;
        color: #fff;
    }
a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a {
    color: #0077cc;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}

header nav.navbar {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #f6f7f8;
    padding-left: 40px;
    padding-right: 40px;
}

a.navbar-brand img {
    width: 100px;
}

    header nav.navbar div.navbar-collapse {
        transition: 0.2s;
    }
    button.navbar-toggler span {
        display: block;
        height: 4px;
        width: 35px;
        background-color: #2b8b80;
        transition: .3s;
        border-radius: 10px;
        margin-left: auto;
        position: absolute;
        top:0;
    }

    button.navbar-toggler span:first-child {
        left: 0;
        transform: translateY(-12px);
    }

header nav.navbar button.navbar-toggler {
    position: relative;
    border: none;
    box-shadow: none;
}

button.navbar-toggler[aria-expanded="true"] span:first-child {
    rotate: 45deg;
    transform: none;
    width: 40px;
}

button.navbar-toggler[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
    transform: translateX(40px);
}

button.navbar-toggler[aria-expanded="true"] span:nth-child(3) {
    rotate: 135deg;
    transform: none;
    width: 40px;
}

button.navbar-toggler span:nth-child(2) {
    left: 0;
}

button.navbar-toggler span:nth-child(3) {
    transform: translateY(12px);
    left: 0;
}
    header nav.navbar ul.navbar-nav {
        flex: 1;
        justify-content: center;
    }

.navbar-nav li.nav-item a.nav-link {
    padding: 10px 20px;
    color: #09090B;
    transition:.2s;
}

    .navbar-nav li.nav-item a.nav-link:hover {
        color: #2c8e84;
    }

.btn.custom_green_btn {
    background-color: #2C8E84;
    color: #fff;
    padding: 8px 16px;
    border-radius: 50px;
    box-shadow: none;
    transition: opacity 300ms cubic-bezier(.694, 0, 0.335, 1), background-color 100ms cubic-bezier(.694, 0, 0.335, 1), color 100ms cubic-bezier(.694, 0, 0.335, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    white-space: nowrap;
    position: relative;
    appearance: none;
    display: inline-block;
    text-rendering: geometricprecision;
    box-sizing: border-box;
    border: 0;
}

    .btn.custom_green_btn::after {
        animation: opacityFallbackOut .5s step-end forwards;
        backface-visibility: hidden;
        background-color: #000000;
        clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        transform: translateZ(0);
        transition: clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1), -webkit-clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1);
        width: 100%;
        border-radius: 50px;
    }
    .btn.custom_green_btn:hover {
        box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
    }
    .btn.custom_green_btn:hover::after {
        animation: opacityFallbackIn 0s step-start forwards;
        clip-path: polygon(0 0, 101% 0, 101% 101%, 0 101%);
    }

    .btn.custom_green_btn span {
        position: relative;
        z-index: 1;
    }

a.btn.custom_blue_btn {
    background-color: #4776B7;
    color: #fff;
    padding: 8px 16px;
    border-radius: 50px;
    transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
}

    a.btn.custom_blue_btn:hover {
        box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
        transform: translateY(-2px);
    }

.btnsWrapper {
    display: flex;
    gap: 20px;
}

button.slick-arrow {
    position: absolute;
    background-color: #00000014;
    border: none;
    cursor: pointer;
    color: #09090B;
    padding: 3px 25px;
    font-size: 26px;
    line-height: normal;
    display: none !important;
}

button.slickNext.slick-arrow {
    right: 82px;
    bottom: 50px;
    top: inherit;
    border-radius: 0 20px 20px 0;
}

button.slickPrev.slick-arrow {
    top: inherit;
    bottom: 50px;
    right: 142px;
    left: inherit;
    z-index: 1;
    border-radius: 20px 0 0 20px;
}

    button.slickPrev.slick-arrow::after {
        content: '';
        width: 1px;
        height: 20px;
        background-color: grey;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

footer {
    background-color: #2C8E84;
}
.footer_logo img {
    width: 100px;
}
    footer .footer_Inner {
        padding: 80px 44px 40px;
        border-bottom: 1px solid #96b1ac;
    }

        footer .footer_Inner .footerText {
            padding: 15px 0 24px;
        }

            footer .footer_Inner .footerText p {
                margin: 0;
                font-size: 16px;
                line-height: 28px;
                color: #fff;
            }

        footer .footer_Inner .footerForm {
            display: flex;
            gap: 8px;
        }

            footer .footer_Inner .footerForm .footerField {
                flex: 1;
            }

                footer .footer_Inner .footerForm .footerField input.form-control {
                    font-size: 14px;
                    line-height: 20px;
                    padding: 12px 24px;
                    border-radius: 30px;
                    box-shadow: none;
                    color: #71717A;
                }

                    footer .footer_Inner .footerForm .footerField input.form-control::placeholder {
                        color: #71717A;
                    }

            footer .footer_Inner .footerForm a.btn.footerBtn {
                background-color: #09090B;
                color: #fff;
                padding: 12px 20px;
                font-size: 14px;
                line-height: 20px;
                border-radius: 30px;
            }

        footer .footer_Inner .privacyPolicy {
            padding-top: 16px;
        }

            footer .footer_Inner .privacyPolicy span {
                color: #fff;
                font-size: 12px;
                line-height: 20px;
            }

.footer_right_content .footer_head {
    padding-bottom: 16px;
}

    .footer_right_content .footer_head span {
        font-size: 18px;
        line-height: 18px;
        color: #fff;
        font-weight: 700;
    }

.footer_right_content .footerList ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

    .footer_right_content .footerList ul a {
        font-size: 16px;
        line-height: 20px;
        color: #fff;
        text-decoration: none;
        display: flex;
        gap: 8px;
    }

    .footer_right_content .footerList ul li {
        font-size: 16px;
        line-height: 20px;
        color: #fff;
    }

footer .footer_bottom {
    padding: 40px 44px;
}

    footer .footer_bottom p.reservedText {
        margin: 0;
        color: #fff;
        font-size: 14px;
        line-height: 20px;
    }

    footer .footer_bottom ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        gap: 24px;
        justify-content: end;
    }

        footer .footer_bottom ul li a {
            color: #fff;
            text-decoration: none;
            font-size: 14px;
            line-height: 20px;
        }

.sliderImagesWrap .ImgItem img {
    width: 100%;
}

.sliderImagesWrap button.slick-next.slick-arrow {
    right: 0;
    height: 100%;
}

.sliderImagesWrap.slick-initialized.slick-slider {
    margin: 0;
}

.sliderImagesWrap ul.slick-dots {
    bottom: 50px;
    left: 70px;
    width: auto;
}

    .sliderImagesWrap ul.slick-dots li {
        margin: 0;
    }

        .sliderImagesWrap ul.slick-dots li button::before {
            color: #fff;
            opacity: 0.6;
            font-size: 10px;
        }

        .sliderImagesWrap ul.slick-dots li.slick-active button::before {
            opacity: 1;
        }

section.changeSection {
    padding: 68px 44px;
    background-image: url('/org_images/layer_1.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}

span.greyText {
    font-size: 14px;
    color: #A4ABBD;
    padding-bottom: 5px;
    display: inline-block;
}

h3.text-head {
    font-size: 32px;
    color: #09090B;
    margin: 0;
    padding-bottom: 16px;
    font-weight: 700;
}

.changeWrap .btnsWrapper {
    gap: 16px;
}

p.section_content {
    color: #09090B;
    font-size: 18px;
    font-weight: 300;
}

section.signatureSection {
    padding: 76px 44px 60px;
    background-color: #f5f8f9;
}

    section.signatureSection .row.CourseBox_Row {
        padding-top: 56px;
    }

.course_box_wrapper {
    padding: 8px;
    background-color: #fff;
    border-radius: 48px;
    transition: .3s;
}

    .course_box_wrapper:hover {
        box-shadow: 0 8px 40px #0000001f;
    }

    .course_box_wrapper .course_img img {
        width: 100%;
        border-radius: 42px;
    }

    .course_box_wrapper .course_Box_inner {
        position: relative;
    }

        .course_box_wrapper .course_Box_inner .course_text {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            padding: 20px 10px;
            background: linear-gradient(rgba(0, 0, 0, 0), rgb(0 0 0));
            border-radius: 0 0 40px 40px;
        }

.courseImgWrap {
    position: relative;
}

    .courseImgWrap .program_Student {
        background: rgb(255 255 255 / 0%);
        backdrop-filter: blur(10px);
        display: inline-block;
        padding: 12px 16px;
        border-radius: 50px;
        position: absolute;
        bottom: 15px;
        color: #fff;
        left: 15px;
        font-size: 14px;
        line-height: 19px;
    }

.course_Box_inner .course_text p {
    color: #fff;
    margin: 0;
    font-weight: 500;
    font-size: 17px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 3em;
    line-height: 1.5em;
}

.course_box_wrapper .course_detail {
    padding: 20px 0;
    display: flex;
    align-items: center;
    gap: 18px;
    justify-content: center;
}

    .course_box_wrapper .course_detail .detailBox {
        padding: 16px 14px;
        background-color: #EAF4F3;
        border-radius: 50px;
        display: flex;
        gap: 5px;
    }

    .course_box_wrapper .course_detail .courseIcon {
        width: 48px;
        height: 48px;
        background-color: #EAF4F3;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .course_box_wrapper .course_detail .detailBox span {
        font-size: 12px;
        font-weight: 600;
        color: #000000;
        padding-right: 7px;
    }

        .course_box_wrapper .course_detail .detailBox span:first-child {
            border-right: 1px solid #000000;
        }

a.btn.custom_green_btn.courseBtn {
    box-shadow: none;
    border: 1px solid #96B1AC;
    padding: 12px 32px;
    border-radius: 50px;
    color: #09090B;
    font-weight: 500;
    font-size: 16px;
    background: transparent;
    display:inline-flex;
}

    a.btn.custom_green_btn.courseBtn:hover {
        color:#fff;
    }
    section.categoriesSection {
        padding: 76px 44px;
        background-color: #f5f8f9;
        background-image: url('/org_images/layer_2.png');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: right;
    }

.category_box {
    padding: 15px 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #FFFFFF;
    border-radius: 30px;
    box-shadow: 0 3px 12px #4b4b4b14;
    border: 1px solid transparent;
    transition: .2s;
}

    .category_box .category_txt {
        flex: 1 1 auto;
    }

    .category_box:hover {
        border: 1px solid #96B1AC;
    }

    .category_box .category_txt span {
        font-size: 19px;
        line-height: 28px;
        color: #1B1D1F;
    }

    .category_box .category_icon {
        width: 44px;
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
    }

    .category_box:hover .category_icon {
        background-color: #2C8E84;
        box-shadow: -4px 4px 20px #20b48624;
    }

        .category_box .category_icon img.hoverImg {
            display: none;
        }

    .category_box:hover .category_icon img.hoverImg {
        display: block;
    }

    .category_box:hover .category_icon img.defaultImg {
        display: none;
    }

        .category_box .category_icon img {
            transition: .2s;
        }

section.categoriesSection a {
    text-decoration: none;
}

.category_box_Row {
    row-gap: 24px;
}

section.formSection {
    padding: 66px 44px;
    background-image: url('/org_images/green_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}

    .formWrap {
        text-align: center;
        padding-bottom: 36px;
    }

    .formWrap h1 {
        font-size: 40px;
        line-height: 56px;
        color: #201E1E;
        margin: 0;
        padding-bottom: 8px;
        font-weight: 600;
    }

    .formWrap p {
        font-size: 18px;
        line-height: 24px;
        color: #000000a8;
        margin: 0;
    }

.form-fields-wrap {
    display: flex;
    align-items: center;
    gap: 16px;
}

    .form-fields-wrap .form-input {
        flex: 1 1 auto;
    }

        .form-fields-wrap .form-input input.form-control {
            box-shadow: none;
            padding: 13px 12px;
            color: #201E1E;
            border-radius: 50px;
            background-image: url(/org_images/right-icon.png);
            background-repeat: no-repeat;
            background-position: right 20px center;
        }

            .form-fields-wrap .form-input input.form-control::placeholder {
                color: #201E1E;
            }

    .form-fields-wrap .form-button a.btn.custom_green_btn {
        padding: 13px 37px;
    }

section.programSection {
    padding: 76px 44px 84px;
    background-image: url(/org_images/layer_3.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

    section.programSection .program_row {
        padding-top: 62px;
    }

    section.programSection .course_box_wrapper {
        box-shadow: 0 0px 30px 0 #00000024;
    }

        section.programSection .course_box_wrapper .program_Head {
            padding: 24px 18px;
        }

            section.programSection .course_box_wrapper .program_Head a {
                text-decoration: none;
                color: #000000;
            }

            section.programSection .course_box_wrapper .program_Head h3 {
                margin: 0;
                font-size: 22px;
                color: #000000;
                transition: .2s;
                font-weight: 400;
            }

            section.programSection .course_box_wrapper .program_Head h3:hover {
                color: #2c8e84;
            }

section.leaderSection {
    padding: 74px 44px;
    background-color: #f6f8fb;
}

/*.LeaderImg {
    padding: 12px 10px;
    background-color: #E5EFF7;
    border-radius: 48px;
}*/

.LeaderImg {
    float: left;
    width: 32%;
    margin-right: 20px;
    background: #E5EFF7;
    padding: 12px 10px;
    border-radius: 48px;
}

.leaderBottom_text {
    position: absolute;
    bottom: 0;
    background: rgb(255 255 255 / 0%);
    backdrop-filter: blur(10px);
    color: #fff;
    padding: 25px 30px;
}

.LeaderImg .LeaderImg_inner {
    position: relative;
    border-radius: 42px;
    overflow: hidden;
}

.leaderBottom_text span {
    font-size: 12px;
    font-weight: 100;
    text-align: left;
    display: inline-block;
}

.leaderBottom_text p {
    margin: 0;
    padding-bottom: 7px;
    font-weight: 400;
    font-size: 16px;
}

section.leaderSection.directorMessage .LeaderImg {
    float: right;
    margin-right: 0;
    margin-left: 20px;
}

.LeaderImg img {
    border-radius: 42px;
    width: 100%;
}

section.leaderSection.directorMessage {
    background-color: #2c8e84;
}

    section.leaderSection.directorMessage h3.text-head {
        color: #fff;
    }

    section.leaderSection.directorMessage p.section_content {
        color: #fff;
    }

section.programSection.provinceSection {
    background-color: #f3f8f8;
    padding-bottom: 52px;
}

    section.programSection.provinceSection .course_box_wrapper {
        margin-bottom: 32px;
    }

section.numberSection {
    padding: 76px 44px;
}

.numberBox_wrap {
    background-color: #f7f9f9;
    padding: 20px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 100px;
    background-image: url(/org_images/layer_4.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}

    .numberBox_wrap .NumberIcon img {
        width: 48px;
    }
    .numberBox_wrap .numbertext h3 {
        font-weight: 700;
        margin: 0;
        font-size: 30px;
    }

    .numberBox_wrap .numbertext p {
        margin: 0;
        font-size: 16px;
        font-weight: 100;
        color: #09090B;
        line-height: 22px;
    }

        .numberBox_wrap .numbertext p b {
            font-weight: 700;
        }

section.signatureSection.campusSection {
    background-color: #f6f9f9;
    background-image: url(/org_images/layer_2.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}

.campusSection .course_box_wrapper .course_detail .detailBox span:first-child {
    border: none;
    padding: 0;
    font-size: 16px;
}

.campusSection .course_box_wrapper .course_detail .detailBox {
    padding: 13px 18px;
}

.campusSection .course_box_wrapper .course_detail {
    justify-content: space-between;
}

.course_box_wrapper .course_Box_inner .campus_overlay_img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .course_box_wrapper .course_Box_inner .campus_overlay_img img {
        width: 50px;
        animation: mover 0.7s infinite alternate;
    }

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}


.campusSection .course_box_wrapper .course_Box_inner .course_text {
    padding: 20px;
}

section.newsSection {
    padding: 70px 44px 70px;
}

    section.newsSection .newsBtnWrap {
        padding-top: 24px;
    }

        section.newsSection .newsBtnWrap a.btn.newsBtn {
            font-size: 16px;
            line-height: 20px;
            background-color: #2C8E84;
            border-radius: 4px;
            box-shadow: none;
            padding: 15px 20px;
            color: #fff;
            font-weight: 500;
            border: 1px solid #2C8E84;
            transition: .3s;
        }

            section.newsSection .newsBtnWrap a.btn.newsBtn:hover {
                background: transparent;
                color: #2C8E84;
            }

.newsBoxes_Wrapper .newsBox {
    padding: 24px;
    border: 1px solid #96b1ac;
    border-radius: 48px;
    margin-bottom: 32px;
}

    .newsBoxes_Wrapper .newsBox:last-child {
        margin: 0;
    }

    .newsBoxes_Wrapper .newsBox .events {
        padding: 6px 16px;
        background-color: #abd2ce;
        border-radius: 20px;
        display: inline-flex;
        align-items: center;
    }

        .newsBoxes_Wrapper .newsBox .events.news {
            background-color: #91add4;
        }

        .newsBoxes_Wrapper .newsBox .events span {
            font-size: 14px;
            color: #09090B;
            font-weight: 700;
        }

    .newsBoxes_Wrapper .newsBox .newstext {
        padding: 20px 0;
    }

        .newsBoxes_Wrapper .newsBox .newstext h3 {
            margin: 0;
            font-size: 24px;
            line-height: 32px;
        }

    .newsBoxes_Wrapper .newsBox .eventBtn_wrap a.btn.eventBtn {
        padding: 7px 16px;
        box-shadow: none;
        border: 1px solid #96b1ac;
        border-radius: 30px;
        display: inline-flex;
        gap: 8px;
        align-items: center;
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
        transition: .2s;
        color: #09090B;
    }

        .newsBoxes_Wrapper .newsBox .eventBtn_wrap a.btn.eventBtn:hover {
            background-color: #2c8e84;
            color: #fff;
        }

section.testimonialSection {
    padding: 84px 44px 44px;
}

    section.testimonialSection .studentWrapper {
        display: flex;
        align-items: center;
        justify-content: end;
        gap: 16px;
    }

.studentWrapper .student_imgs img {
    position: relative;
}

    .studentWrapper .student_imgs img:nth-child(2) {
        right: -56px;
    }

    .studentWrapper .student_imgs img:nth-child(3) {
        right: -36px;
    }

    .studentWrapper .student_imgs img:nth-child(4) {
        right: -18px;
    }

    .studentWrapper .student_imgs img:first-child {
        right: -72px;
    }

.studentWrapper p {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    color: #000000;
}

.studentWrapper span {
    font-size: 14px;
    color: #A4ABBD;
    font-weight: 300;
}

.TestimonialBox_Wrap {
    padding: 17px 19px 20px;
    border: 1px solid #96b1ac;
    border-radius: 48px;
    margin-bottom: 32px;
}

    .TestimonialBox_Wrap .testimonial_head {
        display: flex;
        align-items: center;
        padding-bottom: 20px;
    }

        .TestimonialBox_Wrap .testimonial_head .testimonial-title {
            display: flex;
            align-items: center;
            gap: 10px;
            flex: 1;
        }

.testimonial_head .testimonial-title .testimonial-student p {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    line-height: normal;
}

.testimonial_head .testimonial-title .testimonial-student span {
    color: #000000;
    font-size: 14px;
    font-weight: 100;
}

.TestimonialBox_Wrap .testimonial_head .test_rating i {
    color: #FFAA00;
}

.TestimonialBox_Wrap .testimonial_content p {
    margin: 0;
    font-size: 18px;
    font-weight: 300;
    color: #000;
}

.testimonial_greenBox {
    background-color: #2C8E84;
    border-radius: 48px;
    padding: 32px 24px;
}

    .testimonial_greenBox p {
        margin: 0;
        font-size: 18px;
        color: #fff;
        font-weight: 700;
        padding-bottom: 53px;
    }

    .testimonial_greenBox span {
        text-align: right;
        font-size: 58px;
        color: #fff;
        font-weight: 700;
        line-height: 50px;
        display: block;
    }

.testimonial_greenBox_wrap {
    margin-bottom: 32px;
}




.scheduleSection {
    padding: 70px 0;
    background: url(../org_images/registrationBg.png);
    position: relative;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center right;
}
    .scheduleSection::after {
        content: '';
        background: linear-gradient(to right, #A4ABBD11, #2C8E8411);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1; 
    }
    .provinceFormWrapper,
    .scheduleSection div.bannerWrap {
        position: relative;
        z-index: 10;
    }
    label.foamHead {
        display: block;
    }

    .foamHead h2 {
        margin: 0;
        font-size: 40px;
        font-weight: 900;
        line-height: 54.64px;
        text-align: center;
        padding-bottom: 16px;
    }
    .foamHead p {
        font-size: 18px;
        font-weight: 400;
        line-height: 24.59px;
        text-align: center;
        color: #71717A;
    }

.personalInfo {
    padding-top: 8px;
    padding-bottom: 20px;
}

    .personalInfo h5 {
        font-size: 18px;
        font-weight: 800;
        line-height: 24.59px;
        text-align: left;
        margin: 0;
        padding-bottom: 8px;
    }

    .personalInfo p {
        margin: 0;
        color: #71717A;
        font-size: 16px;
        font-weight: 400;
        line-height: 21.86px;
        text-align: left;
    }
.fieldsWrap .form-group {
    margin-bottom: 20px;
}
.form-group select.form-control {
    padding: 11px 20px;
    border-radius: 40px;
    background-color: #F4F8F8;
    border: 1px solid #96B1AC;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #71717A;
    box-shadow: none;
    background-image: url(../org_images/select_icon.png);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: right 20px center;
}
.form-group input.form-control {
    padding: 11px 20px;
    border-radius: 40px;
    background-color: #F4F8F8;
    border: 1px solid #96B1AC;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    box-shadow: none;
    color: #71717A;
}

.SubmitBtn button.btn.btn-primary {
    background: #2C8E84;
    padding: 11px 20px;
    border-radius: 30px;
    box-shadow: none;
    border-color: #2C8E84;
}

    .SubmitBtn button.btn.btn-primary span {
        font-size: 16px;
        font-weight: 800;
        line-height: 24px;
        text-align: left;
    }
.fieldsWrap .form-group span.help-block {
    color: red;
}
.errorIcon {
    width: 48px;
    height: 48px;
    background-color: #fee2e2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin: 0 auto 20px;
}

    .errorIcon i {
        font-size: 24px;
        color: #dc2626;
        line-height: normal;
    }

.errorModal .modal-body span {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 10px;
    display: inline-block;
}

.errorModal .modal-body p {
    color: #6b7280;
    font-size: 16px;
    font-weight: 400;
}

.errorModal .modal-body button.btn.btn-secondary {
    background-color: #dc2626;
    border-color: #dc2626;
    width: 100%;
    border-radius: 6px;
    box-shadow: none;
}

.errorModal.fade.modal .modal-dialog {
    transform: scale(0.8);
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

.errorModal.show.modal .modal-dialog {
    transform: scale(1);
    opacity: 1;
}
.RegistrationDetailForm .form-group {
    margin-bottom: 20px;
    position:relative;
}

    .RegistrationDetailForm .form-group label {
        display: block;
        font-size: 16px;
        padding-bottom: 5px;
        font-weight: 400;
    }

    .RegistrationDetailForm .form-group span {
        padding: 11px 20px;
        border-radius: 40px;
        background-color: #F4F8F8;
        border: 1px solid #96B1AC;
        font-size: 16px;
        line-height: 24px;
        text-align: left;
        box-shadow: none;
        color: #71717A;
        display: block;
        font-weight: 400;
        cursor: not-allowed;
        background: #d3d3d38f;
    }
        .RegistrationDetailForm .form-group span.help-block {
            border: 0;
            background: transparent;
            padding: 0;
            font-weight: 300;
            color: red;
        }
.smartPhoneText.has-error span.text-danger {
    color: red !important;
}
.the-datepicker__container.the-datepicker__container--responsive {
    left: 0 !important;
    right: 0;
}

.the-datepicker__main .the-datepicker__close a.the-datepicker__button {
    font-size: 21px;
    padding: 0;
    color: #fff;
    width: 26px;
    height: 26px;
}

.the-datepicker__main .the-datepicker__go a.the-datepicker__button {
    color: #ffff;
    font-size: 18px;
}

.the-datepicker__main .the-datepicker__month select.the-datepicker__select {
    width: 100%;
    padding: 8px;
    border: 1px solid #97b1ac;
    border-radius: 4px;
    font-size: 14px;
    outline: none;
    background: #fff;
    border-radius: 4.8px;
}

.the-datepicker__main .the-datepicker__header .the-datepicker__navigation {
    display: flex;
    align-items: center;    
    gap: 10px;
    margin:0;
}

    .the-datepicker__main .the-datepicker__navigation .the-datepicker__go {
        width: auto;
    }

.the-datepicker__main .the-datepicker__navigation .the-datepicker__state {
    width: auto;
    flex: 1;
    display: flex;
    align-items: center;
    gap: 10px;
}

.the-datepicker__main .the-datepicker__year a.the-datepicker__year-button {
    color: #000;
    background: #fff;
    font-size: 16px;
    padding: 8px;
}

.the-datepicker__container .the-datepicker__main .the-datepicker__header {
    background-color: #2c8e84;
    padding: 8px;
}

.the-datepicker__main .the-datepicker__close a.the-datepicker__button:hover {
    background: transparent;
}

.the-datepicker__main .the-datepicker__year a.the-datepicker__year-button:hover {
    background: #fff;
}

.the-datepicker__main .the-datepicker__go a.the-datepicker__button:hover {
    background: transparent;
}

.the-datepicker__main .the-datepicker__body.the-datepicker__body--swipeable {
    margin: 0;
    padding: 0;
}

.the-datepicker__container.the-datepicker__container--responsive .the-datepicker__main table.the-datepicker__table {
    width: 100% !important;
}

.the-datepicker__tables thead.the-datepicker__calendar-header {
    background: #2c8e8430;
}

    .the-datepicker__tables thead.the-datepicker__calendar-header th.the-datepicker__week-day {
        color: #000;
        font-weight: 700;
    }

tbody.the-datepicker__calendar-body td.the-datepicker__cell {
    border-bottom: 1px solid #96B1AC;
    padding: 5px;
}

    tbody.the-datepicker__calendar-body td.the-datepicker__cell span.the-datepicker__button-content {
        background: transparent;
        border: 0;
        cursor: pointer;
        padding: 3px !important;
        font-size: 14px;
        color: #000000a8;
        font-weight: 700;
    }

.the-datepicker__main td.the-datepicker__cell--selected a.the-datepicker__button .the-datepicker__button-content {
    background: #2c8e84 !important;
    color: #fff;
    box-shadow: 3px 3px 6px darkgrey;
}
tbody.the-datepicker__calendar-body .the-datepicker__row:nth-last-child(2) td.the-datepicker__cell {
    border: 0;
}
    .the-datepicker__main td.the-datepicker__cell--selected a.the-datepicker__button .the-datepicker__button-content:hover {
        background: #2c8e84 !important;
    }

tbody.the-datepicker__calendar-body td.the-datepicker__cell span.the-datepicker__button-content:hover {
    background: transparent !important;
}

.the-datepicker__main td.the-datepicker__cell--selected a.the-datepicker__button:hover {
    background: transparent;
}

.the-datepicker__main td.the-datepicker__cell a.the-datepicker__button {
    background: #fff !important;
}

tbody.the-datepicker__years-body td.the-datepicker__cell {
    padding: 4px;
}

    tbody.the-datepicker__years-body td.the-datepicker__cell span.the-datepicker__button-content.the-datepicker__year-cell-content {
        background: transparent;
        cursor: pointer;
        color: #000;
    }

.the-datepicker__main td.the-datepicker__cell--selected a.the-datepicker__button .the-datepicker__button-content {
    color: #fff !important;
}

.RegistrationDetailForm .form-group span.the-datepicker__deselect {
    right: 0;
    top: 50%;
    padding: 0;
    background: transparent;
    border: 0;
    cursor: pointer;
    display: block;
}

    .RegistrationDetailForm .form-group span.the-datepicker__deselect a.the-datepicker__deselect-button {
        color: #2c8e84;
        font-size: 18px;
    }
.pictureBoxWrapper {
    height: 100%;
    min-height: 77.2px;
    margin-bottom: 20px;
}
.pictureBox-inner img.pictureBox-inner {
    height: 184px;
    width: 160px;
    border: 1px dashed grey;
}

.pictureBoxWrapper .pictureBox {
    height: 184px;
    width: 160px;
    border: 2px dashed #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #888;
    font-size: 12px;
    font-family: Arial, sans-serif;
    background-color: #f9f9f9;
    border-radius: 4px;
}
.RegistrationDetailForm .form-group.custom-file-wrap input {
    padding: 6px 12px;
}

    .RegistrationDetailForm .form-group.custom-file-wrap input::-webkit-file-upload-button {
        padding: 11px;
    }
.RegistrationDetailForm .form-group textarea {
    padding: 11px 20px;
    border-radius: 14px;
    background-color: #F4F8F8;
    border: 1px solid #96B1AC;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    box-shadow: none;
    color: #71717A;
    resize: none;
}
    .RegistrationDetailForm .form-group textarea::-webkit-scrollbar {
        width: 7px;
    }

    .RegistrationDetailForm .form-group textarea::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .RegistrationDetailForm .form-group textarea::-webkit-scrollbar-thumb {
        background: #2d8e84;
    }

.smartPhoneText label {
    display: block;
    font-size: 16px;
    padding-bottom: 5px;
    font-weight: 400;
}

.smartPhoneText .radioBtnWrap {
    display: flex;
    align-items: center;
    gap: 15px;
}

    .smartPhoneText .radioBtnWrap label {
        font-weight: 300;
    }

    .smartPhoneText .radioBtnWrap input[type="radio"] {
        accent-color: #2d8e84;
    }
.RegistrationDetailBtn .btn.custom_green_btn {
    width: 25%;
    padding: 12px 16px;
}

section.videoSection {
    padding: 0 44px 70px;
}

.row.video-boxes-wrapper {
    padding-top: 50px;
}

.video-box {
    border: 1px solid #96B1AC;
    padding: 13px;
    border-radius: 48px;
    box-shadow: 0px 4px 4px 0px #00000040;
    position: relative;
    margin-bottom: 20px;
}

    .video-box img {
        height: 100%;
        width: 100%;
    }

        .video-box img.video-thumbnail {
            width: 100%;
            min-height: 203px;
            object-fit: cover;
        }

    .video-box .video-box-inner {
        position: relative;
        border-radius: 40px;
        min-height: 203px;
        overflow: hidden;
    }

    .video-box button.play-btn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 50%;
        font-size: 24px;
        cursor: pointer;
        border: 0;
        background: transparent;
        z-index: 10;
    }

    .video-box div.youtube-container {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: none;
        background-color: black;
    }
        .video-box div.youtube-container iframe {
            width: 100%;
            height: 100%;
        }
.videoContent {
    padding-top: 12px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
}

    .videoContent p {
        margin: 0;
        font-size: 22px;
        font-weight: 700;
        line-height: 28.8px;
        text-align: left;
    }
section.videoSection a.btn.custom_green_btn,
section.newsSection a.btn.custom_green_btn {
    display: inline-block;
    padding: 12px 32px;
}
.newsBoxWrapper {
    border: 1px solid #96B1AC;
    padding: 13px;
    border-radius: 48px;
    box-shadow: 0px 4px 4px 0px #00000014;
    position: relative;
    margin-bottom: 20px;
}

.NewImg_wrap {
    position: relative;
}

    .NewImg_wrap img {
        width: 100%;
        border-radius: 40px;
    }

    .NewImg_wrap span {
        font-size: 12px;
        font-weight: 700;
        line-height: 14.4px;
        text-align: left;
        display: inline-block;
        padding: 10px 15px;
        background-color: #fff;
        border-radius: 50px;
        position: absolute;
        left: 25px;
        color: #4776B7;
        top: 18px;
        z-index: 5;
    }

.newsContent {
    padding: 12px 15px;
}

    .newsContent h4 {
        font-size: 22px;
        font-weight: 700;
        line-height: 28.8px;
        text-align: left;
    }

    .newsContent p {
        color: #00000099;
        font-size: 14px;
        font-weight: 300;
        line-height: 16.8px;
        text-align: left;
        padding-bottom: 6px;
    }

.eventBtn_wrap a.btn.eventBtn {
    padding: 6px 13px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    text-align: left;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border: 1px solid #96B1AC;
    border-radius: 50px;
}

    .eventBtn_wrap a.btn.eventBtn span:last-child {
        line-height: normal;
    }
.newsContent ul {
    list-style: none;
    padding: 0;
}

    .newsContent ul li {
        padding-bottom: 12px;
    }

        .newsContent ul li div {
            display: flex;
            align-items: center;
            gap: 10px;
        }

            .newsContent ul li div span {
                display: flex;
                align-items: center;
                gap: 10px;
                color: #000000CC;
                font-size: 16px;
                font-weight: 300;
                line-height: normal;
                text-align: left;
            }

                .newsContent ul li div span span:first-child {
                    padding-right: 10px;
                    border-right: 1px solid #000000CC;
                }

.eventBtn_wrap.event_see_more a.btn.eventBtn {
    padding: 12px;
    width: 100%;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    text-align: left;
    box-shadow: none;
    transition: .3s;
    color: #09090B;
}

    .eventBtn_wrap.event_see_more a.btn.eventBtn:hover {
        background: #000;
        color: #ffff;
    }

.FaqsSection {
    padding: 40px;
}
    .FaqsSection h3.text-head {
        text-transform: uppercase;
    }
.faqBoxWrapper {
    border: 1px solid #96B1AC;
    padding: 13px;
    border-radius: 48px;
    box-shadow: 0px 4px 4px 0px #00000014;
    position: relative;
    margin-bottom: 20px;
}

    .faqBoxWrapper h3 {
        font-size: 24px;
        font-weight: 600;
    }

    .faqBoxWrapper p {
        color: #00000099;
        font-size: 16px;
        font-weight: 300;
        text-align: left;
        margin: 0;
    }

    .faqBoxWrapper .faqBoxInner {
        background-color: #f7f9f9;
        padding: 15px 20px;
        border-radius: 35px;
    }

@media (min-width: 1701px) {
    section .formSection .row .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    footer .footer_Inner .row .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}

@media (min-width: 1200px) {
    section.formSection .col-xl-4 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    footer .footer_Inner .col-xl-4 {
        flex: 0 0 auto;
        width: 40%;
    }
    footer .footer_Inner .col-xl-6 {
        width: 50%;
        margin-left: auto;
    }
}

@media (min-width:1550px) {
    .leaderContentInline {
        display: flex;
        gap: 20px;
    }

    .leaderContentInline .LeaderImg {
        margin: 0;
        width: auto;
        flex: 1;
    }

    section.leaderSection.directorMessage .leaderContentInline .LeaderImg {
        margin: 0;
    }

    section.leaderSection.directorMessage .leaderContentInline .LeaderImg {
        width: auto;
        order: 2;
    }

    .leaderContentInline .leaderContent {
        flex: 2;
    }
}

@media (min-width:1440px) {
    .LeaderImg {
        width: 26.5%;
    }
    .numberBox_wrap {
        padding: 14px;
        gap: 12px;
    }
    .numberBox_wrap .numbertext h3 {
        font-size: 44px;
    }
    .numberBox_wrap .numbertext p {
        font-size: 19px;
        line-height: 27px;
    }
    .numberBox_wrap .NumberIcon img {
        width: 60px;
    }
}

        @media (max-width:1199px){
/*            .LeaderImg {
                border-radius: 36px;
            }*/
            section.signatureSection.campusSection {
                background-size: cover;
                background-position: inherit;
            }
            .category_box {
                gap: 8px;
                padding: 15px 13px;
            }
            .navbar-nav li.nav-item a.nav-link {
                padding: 10px 12px;
                font-size: 15px;
            }

            header nav.navbar {
                padding-left: 20px;
                padding-right: 20px;
            }

            .btnsWrapper {
                gap: 10px;
            }

            a.btn.custom_green_btn {
                font-size: 14px;
            }

            a.btn.custom_blue_btn {
                font-size: 14px;
            }
        }

        @media (max-width:1337px) and (min-width:1200px) {
            .course_box_wrapper .course_detail {
                gap: 6px;
                padding: 20px 5px 26px;
            }

                .course_box_wrapper .course_detail .detailBox {
                    padding: 11px 10px;
                }

                .course_box_wrapper .course_detail .courseIcon {
                    width: 40px;
                    height: 40px;
                }
        }
        @media (max-width:1199px) {
            section.numberSection {
                padding-bottom: 56px;
            }
            .numberBox_wrap {
                margin-bottom: 20px;
            }
            .course_box_wrapper {
                margin-bottom: 24px;
            }
        }
        @media (max-width:1024px) and (min-width:992px){
            .navbar-nav li.nav-item a.nav-link {
                padding: 10px 9px;
            }
      
            .newsBoxes_Wrapper .newsBox .newstext h3 {
                font-size: 20px;
                line-height: 26px;
            }
            .numberBox_wrap .numbertext p {
                font-size: 19px;
            }
            .course_box_wrapper .course_detail {
                gap: 8px;
            }

            .course_box_wrapper .course_detail .detailBox {
                padding: 16px 10px;
            }
        }
        @media (max-width:991px){
            .faqBoxWrapper h3 {
                font-size: 20px;
            }
            .RegistrationDetailBtn .btn.custom_green_btn {
                width: 50%;
            }
            .course_box_wrapper .course_detail {
                padding: 10px 10px 0px;
                justify-content:space-between;
            }
            .LeaderImg {
                width: 50%;
            }
            header nav.navbar {
                padding-left: 0px;
            }
            header nav.navbar div.navbar-collapse {
                padding-bottom: 20px;
            }
            footer .footer_Inner {
                padding: 60px 44px 20px;
            }

            .footer_right_content {
                padding-bottom: 20px;
            }
            section.newsSection .newsBtnWrap a.btn.newsBtn {
                padding: 15px;
            }
            .newsBoxes_Wrapper .newsBox .newstext h3 {
                font-size: 17px;
                line-height: 24px;
            }

            section.signatureSection .row.CourseBox_Row {
                padding-top: 40px;
            }
            section.programSection .program_row {
                padding-top: 40px;
            }
            section.programSection .course_box_wrapper .program_Head h3 {
                font-size: 26px;
            }

            section.programSection .course_box_wrapper .program_Head {
                padding: 10px;
            }
            .formWrap h1 {
                font-size: 33px;
            }
            .category_box {
                gap: 10px;
                padding: 15px 18px;
            }
            section.signatureSection .row.CourseBox_Row {
                padding-top: 36px;
            }
            .navbar-nav li.nav-item a.nav-link {
                font-size: 18px;
                padding: 12px;
            }

            h3.text-head {
                font-size: 30px;
                padding-bottom: 18px;
            }
            section.changeSection h3.text-head {
                font-size: 25px;
            }
        }

        @media (max-width:767px) {
            .leaderBottom_text p {
                font-size: 15px;
            }
            .leaderBottom_text {
                padding: 15px 20px;
            }
            .videoContent {
                padding-top: 15px;
                padding-bottom: 5px;
            }
            
            .newsBoxes_Wrapper .newsBox {
                margin-bottom: 20px;
            }
/*            .LeaderImg {
                border-radius: 48px;
            }*/
            footer .footer_bottom ul li a {
                font-size: 13px;
            }

            footer .footer_bottom ul {
                gap: 12px;
            }

            footer .footer_bottom {
                padding: 20px;
            }

            footer .footer_bottom p.reservedText {
                font-size: 13px;
            }
            footer .footer_Inner {
                padding: 40px 20px 40px;
            }
            .footer_right_content .footer_head {
                padding-bottom: 5px;
            }
            .footer_right_content {
                padding-bottom: 0;
                padding-top: 10px;
                margin-bottom: 15px;
            }
            section.newsSection h3.text-head {
                font-size: 30px;
            }
            .newsBoxes_Wrapper {
                padding-top: 32px;
            }
            section.programSection .course_box_wrapper .program_Head h3 {
                font-size: 19px;
            }
            section.categoriesSection {
                background-size: cover;
                background-position: left;
            }
            .category_box {
                gap: 7px;
                padding: 15px 12px;
            }

            .category_img img {
                width: 24px;
            }

            .category_box .category_txt span {
                font-size: 16px;
                line-height: normal;
            }
            section.testimonialSection .studentWrapper {
                padding-top: 12px;
            }
            .changeWrap {
                padding-bottom: 25px;
            }
            html body .App section {
                padding-left: 20px;
                padding-right: 20px;
            }
                html body .App section.sliderSection {
                    padding: 0;
                }
            button.slickPrev.slick-arrow {
                bottom: 30px;
                right: 80px;
            }

            button.slickNext.slick-arrow {
                bottom: 30px;
                right:30px;
            }

            button.slick-arrow {
                padding: 0px 20px;
            }

            .sliderImagesWrap ul.slick-dots {
                bottom: 30px;
                left:30px;
            }
            .course_Box_inner .course_text p {
                font-size: 14px;
            }

            .course_box_wrapper .course_detail {
                gap: 8px;
                padding: 20px 0px 26px;
            }

                .course_box_wrapper .course_detail .detailBox {
                    padding: 12px;
                }

                .course_box_wrapper .course_detail .courseIcon {
                    width: 42px;
                    height: 42px;
                }

                .course_box_wrapper .course_detail .detailBox span:last-child {
                    padding: 0;
                }
        }

        @media (max-width:575px) {
            .faqBoxWrapper h3 {
                font-size: 18px;
            }

            .faqBoxWrapper p {
                font-size: 14px;
            }
            .leaderBottom_text p {
                font-size: 18px;
            }

            .leaderBottom_text span {
                font-size: 14px;
            }
            section.leaderSection.directorMessage .LeaderImg {
                float: none;
                margin: 0;
            }
            .leaderContent {
                padding-top: 30px;
            }

                .leaderContent h3.text-head {
                    font-size: 26px;
                }

            p.section_content {
                font-size: 14px;
            }
            .LeaderImg {
                float: none;
                width: 100%;
                padding-bottom: 15px;
            }
            .row.video-boxes-wrapper {
                padding-top: 30px;
            }
            .newsContent h4 {
                font-size: 20px;
            }

            .videoContent p {
                font-size: 18px;
            }
            .foamHead h2 {
                font-size: 26px;
                line-height: normal;
            }

            .foamHead p {
                font-size: 16px;
                line-height: 22px;
            }

            .scheduleSection {
                padding: 50px 0;
            }
            .numberBox_wrap {
                padding: 13px 9px;
                gap: 8px;
            }

            .numberBox_wrap .numbertext p {
                font-size: 13px;
                line-height: 18px;
            }

            .numberBox_wrap .NumberIcon img {
                width: 36px;
            }

            section.numberSection .row .col {
                width: 50%;
                flex: 1 1 auto;
            }

            .numberBox_wrap .numbertext h3 {
                font-size: 24px;
            }
            .courseImgWrap .program_Student {
                left: 10px;
                bottom: 10px;
                padding: 6px 8px;
                font-size: 12px;
            }
         
            html body .App section.leaderSection {
                padding: 40px 12px;
            }
            .numberBox_wrap .NumberIcon {
                padding-bottom: 20px;
            }
            header nav.navbar {
                padding: 0;
            }
            a.navbar-brand img {
                width: 70px;
            }

            button.navbar-toggler span {
                width: 25px;
                height: 3px;
                right: 5px;
            }

                button.navbar-toggler span:first-child {
                    transform: translateY(-8px);
                }

                button.navbar-toggler span:nth-child(3) {
                    transform: translateY(8px);
                }

            button.navbar-toggler[aria-expanded="true"] span:first-child {
                width: 30px;
            }

            button.navbar-toggler[aria-expanded="true"] span:nth-child(3) {
                width: 30px;
            }

            button.slick-arrow {
                font-size: 20px;
                padding: 0 16px;
            }

            button.slickPrev.slick-arrow {
                right: 69px;
            }

            .sliderImagesWrap ul.slick-dots li button::before {
                font-size: 8px;
            }

            .slick-dots li button {
                width: 15px;
                height: 15px;
                padding: 5px 3px;
            }

            .sliderImagesWrap ul.slick-dots li {
                width: 15px;
                height: 15px;
            }
            .student_imgs {
                flex: 1;
                display: flex;
            }

            .studnetText {
                flex: 1;
                text-align: right;
            }

            .studentWrapper .student_imgs img:first-child {
                right: 0;
            }

            .studentWrapper .student_imgs img:nth-child(2) {
                right: 12px;
            }

            .studentWrapper .student_imgs img:nth-child(3) {
                right: 24px;
            }

            .studentWrapper .student_imgs img:nth-child(4) {
                right: 36px;
            }

            .studentWrapper .student_imgs img:last-child {
                right: 48px;
            }
            footer .footer_bottom ul {
                justify-content: center;
            }

            footer .footer_bottom {
                padding: 15px 0;
            }

                footer .footer_bottom p.reservedText {
                    text-align: center;
                }
            footer .footer_Inner {
                padding-left: 0;
                padding-right: 0;
            }
            section.newsSection h3.text-head {
                font-size: 22px;
            }
            section.programSection.provinceSection .course_box_wrapper {
                margin-bottom: 15px;
            }
            section.changeSection h3.text-head {
                font-size: 22px;
            }
            .course_box_wrapper {
                margin-bottom: 20px;
                border-radius: 48px;
            }
            section.programSection .course_box_wrapper .program_Head {
                padding: 10px 10px;
            }
            section.programSection .course_box_wrapper .program_Head h3 {
                font-size: 14px;
            }
            .program_row .col-sm-6 {
                width: 50%;
            }
            .formWrap h1 {
                font-size: 28px;
                line-height: normal;
            }
            .studentWrapper .student_imgs img {
                width: 52px;
            }
            .studentWrapper p {
                font-size: 22px;
            }

            .studentWrapper span {
                font-size: 16px;
            }
            html body .App section {
                padding-left: 0;
                padding-right: 0;
                padding-top: 40px;
                padding-bottom: 40px;
            }

            section.changeSection {
                padding-top: 40px;
                padding-bottom: 40px;
            }

            .changeWrap .btnsWrapper {
                gap: 12px;
            }

            h3.text-head {
                font-size: 22px;
                padding-bottom: 14px;
            }
            .course_box_wrapper .course_detail {
                justify-content: inherit;
            }

                .course_box_wrapper .course_detail .detailBox {
                    flex: 1;
                    justify-content: center;
                }

                    .course_box_wrapper .course_detail .detailBox span {
                        font-size: 14px;
                    }

                .course_box_wrapper .course_detail .courseIcon {
                    width: 45px;
                    height: 45px;
                }
           
        }
        
        @media (max-width:480px) {
            .leaderContent h3.text-head {
                font-size: 22px;
            }
            .RegistrationDetailBtn .btn.custom_green_btn {
                width: 100%;
            }
            .RegistrationDetailForm .form-group span, .form-group input.form-control, .form-group select.form-control, .RegistrationDetailForm .form-group textarea {
                font-size: 14px;
            }
            .form-group select.form-control,
            .form-group input.form-control {
                font-size: 14px;
            }

            .studentWrapper .student_imgs img {
                width: 38px;
            }

            .studentWrapper p {
                font-size: 18px;
            }

            .studentWrapper span {
                font-size: 12px;
            }
            .numberBox_wrap .numbertext p b {
                display: block;
            }
            .numberBox_wrap .numbertext h3 {
                font-size: 20px;
            }

            .numberBox_wrap .numbertext p {
                font-size: 12px;
                line-height: normal;
            }

            .numberBox_wrap .NumberIcon img {
                width: 32px;
            }
          
            button.slickPrev.slick-arrow,
            button.slickNext.slick-arrow,
            .sliderImagesWrap ul.slick-dots {
                bottom: 20px;
            }

            footer .footer_Inner .footerForm .footerField input.form-control {
                padding: 10px 14px;
                line-height: normal;
                font-size: 14px;
            }

            footer .footer_Inner .footerForm a.btn.footerBtn {
                padding: 11px 14px;
                font-size: 13px;
                line-height: normal;
            }
            .formWrap h1 {
                font-size: 22px;
                font-weight: 700;
            }

            .formWrap p {
                font-size: 14px;
                line-height: 18px;
            }
            .form-fields-wrap .form-input input.form-control {
                padding: 10px 14px;
                line-height: normal;
                font-size: 14px;
                background-size: 15px;
                background-position: right 15px center;
            }
                
            .form-fields-wrap .form-button a.btn.custom_green_btn {
                padding: 11px 14px;
                font-size: 13px;
                line-height: normal;
            }

            .form-fields-wrap {
                gap: 8px;
            }
           
            .changeWrap h3.text-head {
                width: 100%;
                max-width: 88%;
                line-height: 28px;
                font-size: 20px;
            }

            p.section_content {
                font-size: 14px;
            }
        }

        @media (max-width:380px) {
            p.section_content br {
                display:none;
            }
        }