@import url(https://fonts.googleapis.com/css2?family=Roboto&amp;display=swap);

body {
    font-family: Tahoma;    
}

code {
    font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace
}

@font-face {
    font-family: "DunbarTall Book";
    src: url("https://db.onlinewebfonts.com/t/83ff56b865731422aa7e00795c7e6c40.eot");
    src: url("https://db.onlinewebfonts.com/t/83ff56b865731422aa7e00795c7e6c40.eot?#iefix")format("embedded-opentype"), 
        url("https://db.onlinewebfonts.com/t/83ff56b865731422aa7e00795c7e6c40.woff2")format("woff2"), 
        url("https://db.onlinewebfonts.com/t/83ff56b865731422aa7e00795c7e6c40.woff")format("woff"), 
        url("https://db.onlinewebfonts.com/t/83ff56b865731422aa7e00795c7e6c40.ttf")format("truetype"), 
        url("https://db.onlinewebfonts.com/t/83ff56b865731422aa7e00795c7e6c40.svg#DunbarTall Book")format("svg");
}

@font-face {
    font-family: "DunbarTall Medium";
    src: url("https://db.onlinewebfonts.com/t/0dea38f6b2c0a9d048839cb39a74e1de.eot");
    src: url("https://db.onlinewebfonts.com/t/0dea38f6b2c0a9d048839cb39a74e1de.eot?#iefix")format("embedded-opentype"), 
        url("https://db.onlinewebfonts.com/t/0dea38f6b2c0a9d048839cb39a74e1de.woff2")format("woff2"), 
        url("https://db.onlinewebfonts.com/t/0dea38f6b2c0a9d048839cb39a74e1de.woff")format("woff"), 
        url("https://db.onlinewebfonts.com/t/0dea38f6b2c0a9d048839cb39a74e1de.ttf")format("truetype"), 
        url("https://db.onlinewebfonts.com/t/0dea38f6b2c0a9d048839cb39a74e1de.svg#DunbarTall Medium")format("svg");
}

@font-face {
    font-family: "DunbarText Bold";
    src: url("https://db.onlinewebfonts.com/t/f55738853f4e80de99d381bf25687d6f.eot");
    src: url("https://db.onlinewebfonts.com/t/f55738853f4e80de99d381bf25687d6f.eot?#iefix")format("embedded-opentype"), 
        url("https://db.onlinewebfonts.com/t/f55738853f4e80de99d381bf25687d6f.woff2")format("woff2"), 
        url("https://db.onlinewebfonts.com/t/f55738853f4e80de99d381bf25687d6f.woff")format("woff"), 
        url("https://db.onlinewebfonts.com/t/f55738853f4e80de99d381bf25687d6f.ttf")format("truetype"), 
        url("https://db.onlinewebfonts.com/t/f55738853f4e80de99d381bf25687d6f.svg#DunbarText Bold")format("svg");
}

.App {
    text-align: center;
    /*background-color: #eef1f8*/
}

.back {
    background-color: #eef1f8
}

.App-logo {
    height: 40vmin;
    pointer-events: none
}

@media (prefers-reduced-motion:no-preference) {
    .App-logo {
        -webkit-animation: App-logo-float 3s ease-in-out infinite;
        animation: App-logo-float 3s ease-in-out infinite
    }
}

.App-header {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    flex-direction: column;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: calc(10px + 2vmin)
}

.App-link {
    color: #704cb6
}

@-webkit-keyframes App-logo-float {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes App-logo-float {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.custom-sidebar {
    width: 20%;
    min-height: 100%;
    background-color: #f1f4fb;
    border-top-right-radius: 40px;
    border-color: #000;
    border-width: 2px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .16), 0 0 0 1px rgba(0, 0, 0, .08)
}

.custom-sidebar-content {
    width: 80%;
    min-height: 100% !important;
    background-color: #f7f7f7
}

.custom-sidebar-logo {
    color: #abd147;
    font-size: larger;
    width: 100%;
    text-align: center;
    padding: 10px
}

.custom-sidebar-menu-item {
    padding: 10px
}

.custom-sidebar-menu-item-inner {
    padding: 10px 20px;
    text-align: left
}

    .custom-sidebar-menu-item-inner-active,
    .custom-sidebar-menu-item-inner:hover {
        background-color: #2d56c2;
        color: #fff !important;
        border-radius: 8px
    }

        .custom-sidebar-menu-item-inner-active a,
        .custom-sidebar-menu-item-inner:hover a {
            color: #fff !important
        }

    .custom-sidebar-menu-item-inner a {
        color: #000
    }

.custom-sidebar-content-nav {
    background-color: #e4e8f1;
    height: 50px;
    text-align: right
}

/*# sourceMappingURL=main.e0a5f1dc.chunk.css.map */

.carousel .carousel-control-next,
.carousel .carousel-control-prev {
    text-decoration: none;
    background: #2d8e84;
    opacity: 1;
    width: 45px;
    height: 45px;
    top: 50%;
    transition: .3s;
}

    .carousel .carousel-control-next:hover,
    .carousel .carousel-control-prev:hover {
        background: #000;
    }

.carousel .carousel-control-next {
    right: 50px;
}

.carousel .carousel-control-prev {
    left: 50px;
}

.carousel-control-next .carousel-control-next-icon,
.carousel-control-prev .carousel-control-prev-icon {
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-control-next-icon:after, .carousel-control-prev-icon:after {
    font-size: 23px;
}

.navbar .collapse {
    transition: .3s;
}

.navbar-nav .nav-item a.dropdown-item {
    padding: .5rem 1rem;
}

.ripple.ripple-surface.btn.btn-primary {
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%), 0 2px 10px 0 rgb(0 0 0 / 10%);
    border: none;
    padding: 0.625rem 1.5rem 0.5rem;
    font-size: .75rem;
    line-height: 1.5;
    border-radius: 4px;
    position: relative;
}

    .ripple.ripple-surface.btn.btn-primary:hover {
        box-shadow: 0 4px 10px 0 rgb(0 0 0 / 20%), 0 4px 20px 0 rgb(0 0 0 / 10%);
    }

    .ripple.ripple-surface.btn.btn-primary:active {
        box-shadow: 0 4px 10px 0 rgb(0 0 0 / 20%), 0 4px 20px 0 rgb(0 0 0 / 10%);
    }

.navbar-light.navbar {
    box-shadow: 0 4px 12px 0 rgb(0 0 0 / 7%), 0 2px 4px rgb(0 0 0 / 5%);
    padding: 20px 0px;
}

.coursesSection {
    padding: 70px 0px 100px;
}

    .coursesSection .textWrapper {
        text-align: left;
    }

        a.btn.secCustomBtn {
            overflow: hidden;
            vertical-align: middle;
            display: inline-block;
            border: none;
            text-transform: uppercase;
            border-radius: 5px;
            font-size: 16px;
            font-weight: 600;
            line-height: 1;
            padding: 20.5px 29px;
            background: #2d8e84;
            color: #fff;
            position: relative;
            box-shadow: none;
        }

            a.btn.secCustomBtn i {
                padding-left: 10px;
            }

            a.btn.secCustomBtn::before {
                content: '';
                position: absolute;
                height: 0%;
                left: 50%;
                top: 50%;
                width: 600%;
                background-color: black;
                -webkit-transform: translateX(-50%) translateY(-50%) rotate(60deg);
                -ms-transform: translateX(-50%) translateY(-50%) rotate(60deg);
                transform: translateX(-50%) translateY(-50%) rotate(60deg);
                -webkit-transition: 0.7s ease;
                transition: 0.7s ease;
            }

           a.btn.secCustomBtn:hover::before {
                height: 999%;
            }

            a.btn.secCustomBtn span {
                position: relative;
                z-index: 1;
            }

.card-Wrapper .card {
    margin: 45px 15px 0;
    border-bottom: 3px solid #2d8e84;
    box-shadow: 0px 6px 20px 0px rgb(0 0 0 / 6%);
}

    .card-Wrapper .card .card-body {
        height: 100%;
        transition: .3s;
        padding:20px;
    }

        .card-Wrapper .card .card-body a {
            text-decoration: none;
            color: #000;
            display: block;
            transition: .3s;
        }

            .card-Wrapper .card .card-body a:hover {
                color: #2d8e84;
            }

            .card-Wrapper .card .card-body a.btn.secCustomBtn {
                color: #fff;
                padding: 12px;
                display: flex;
                align-items: center;
                justify-content: center;
            }

        .card-Wrapper .card .card-body .card-title a.btn.secCustomBtn i {
            font-size: inherit;
        }

        .card-Wrapper .card .card-body .card-title .topIcon {
            display: inline-block;
            background: #f3f7fb;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            border: 1px solid #f3f7fb;
            transition:.3s;
        }

.card-Wrapper .slick-list .slick-track {
    display: flex;
    align-items: center;
}

.card-Wrapper .card .card-body .card-title .topIcon i {
    font-size: 26px;
    color: #2d8e84;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.card-Wrapper .card .card-body:hover .card-title .topIcon {
    background-color: #2d8e84;
}

    .card-Wrapper .card .card-body:hover .card-title .topIcon i {
        color: #fff;
    }

/* .card-Wrapper .card.slick-center .card-body {
        min-height:400px;
    }
    .card-Wrapper .card.slick-center .card-body p.card-text {
        display: block;
        -webkit-line-clamp: inherit;
    }*/

.card-Wrapper .card.slick-center .card-body .card-title {
    background: #fff;
}

    .card-Wrapper .card.slick-center .card-body .card-title i {
        color: #2d8e84;
    }

.card-Wrapper .card.slick-center {
    background: #2d8e84;
    color: white;
}

.card-Wrapper .slick-arrow {
    color: #000;
    font-size: 24px;
    top: 0;
    border: 1px solid #2d8e84;
    width: 40px;
    background: #fff;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
    z-index: 2;
    position: absolute;
    margin-left: auto;
}

    .card-Wrapper .slick-arrow:hover {
        background: #000;
        color: #fff;
        border: 1px solid #000;
    }

    .card-Wrapper .slick-arrow:before {
        font-size: 0;
    }

.card-Wrapper .slick-prev.slick-arrow {
    left: 15px;
    top: 50%;
}

.card-Wrapper .slick-next.slick-arrow {
    right: 15px;
    top: 50%;
}

.card .card-body {
    padding: 1.5rem;
}

    .card .card-body h3 {
        padding: 0px 0 10px;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-top: 20px !important;
        font-size: 19px;
        font-weight: 500;
        margin-bottom: 0;
        padding-bottom: 5px;
    }

h1.head-title {
    color: #000;
    text-transform: uppercase;
    font-size: 30px;
    position: relative;
    text-align: left;
    display: inline-block;
    margin-bottom: 0px;
    letter-spacing: 1px;
}

    h1.head-title span {
        color: #2d8e84;
    }

        h1.head-title span img {
            width: 24px;
        }

.textWrapper h1.head-title {
    font-size: 20px;
    color: #2d8e84;
    display: flex;
    align-items: center;
    gap: 3px;
    line-height: 1;
}

.textWrapper p {
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    text-align: left;
    padding-bottom: 50px;
}

.faqPageWrapper {
    background: linear-gradient(90deg, rgb(1 54 49 / 84%) 0%, rgba(45, 142, 132, 1) 63%, rgb(1 54 49 / 85%) 100%);
}

    .faqPageWrapper h1.head-title span img {
        width: 80px;
    }

    .faqPageWrapper h1.head-title {
        color: #fff;
        font-size: 30px;
        gap: 10px;
        flex-direction: column;
        align-items: start;
    }

    .faqPageWrapper .textWrapper p {
        color: #fff;
        text-transform: uppercase;
        display: inline-block;
        padding: 20px 0;
        font-size: 50px;
        line-height: normal;
    }

        .faqPageWrapper .textWrapper p span {
            text-transform: lowercase;
            font-size: 50px;
        }

    .faqPageWrapper .textWrapper {
        text-align: left;
    }

.card-Wrapper .card .card-body .card-title p {
    font-style: italic;
}

.coursesSection-Wrap {
    position: relative;
}

    .coursesSection-Wrap .category-arrow {
        position: absolute;
        z-index: -1;
        top: 56px;
        left:0;
        right:0;
    }

        .coursesSection-Wrap .category-arrow img {
            width: 100%;
        }


section.chooseUs {
    padding: 70px 0px 50px;
    background-image: url(/media/ChooseUs.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    position: relative;
}

    section.chooseUs::after {
        content: '';
        width: 100%;
        height: 100%;
        background: #000;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        opacity: 0.5;
    }

.chooseText h1.head-title {
    z-index: 99;
    color: #fff;
}

.chooseText .seprator::before, .chooseText .seprator::after {
    background: #fff;
}

section.chooseUs .chooseInner .chooseText p {
    color: #fff;
    font-size: 20px;
}

section.chooseUs .chooseInner {
    position: relative;
    z-index: 995;
}

    section.chooseUs .chooseInner .chooseBoxes-Wrapper {
        padding-top: 40px;
    }

        section.chooseUs .chooseInner .chooseBoxes-Wrapper .chooseBox {
            display: inline-block;
            padding: 10px 30px;
            border: 1px solid #fff;
            transition: .3s;
            margin-right: 20px;
            margin-bottom: 20px;
        }

            section.chooseUs .chooseInner .chooseBoxes-Wrapper .chooseBox .boxImage img {
                width: 100%;
                max-width: 110px;
            }

            section.chooseUs .chooseInner .chooseBoxes-Wrapper .chooseBox:hover {
                background: #04040457;
            }

            section.chooseUs .chooseInner .chooseBoxes-Wrapper .chooseBox .boxContent h4 {
                font-size: 18px;
                color: #ffff;
                line-height: 30px;
                margin: 0;
                transition: .3s
            }

            section.chooseUs .chooseInner .chooseBoxes-Wrapper .chooseBox:hover h4 {
                color: #000;
            }


            section.chooseUs .chooseInner .chooseBoxes-Wrapper .chooseBox .boxImage {
                margin-bottom: 15px;
            }





section.expertsSection {
    padding: 70px 0;
}

    section.expertsSection .expertBox .expertText {
        padding: 10px 0;
        position: relative;
    }

.expertBox .expertImg img {
    width: 100%;
    transition: .3s;
}

section.expertsSection .expertBox .expertText a {
    text-decoration: none;
    color: #000;
    font-size: 24px;
    width: 100%;
    display: block;
    padding-bottom: 0px;
    font-family: 'afacad-font';
}

section.expertsSection .expertBox .expertText p {
    color: #000;
    display: inline;
    font-family: afacad-font-regular;
    font-size: 19px;
}


.expertsSection .expertBox {
    transition: .3s;
    margin-bottom: 20px;
}

.expertBox .team-social-btn {
    padding-top: 15px;
}

section.expertsSection .expertBox .expertText .team-social-btn ul li {
    display: inline-block;
    padding: 0 3px;
}

    section.expertsSection .expertBox .expertText .team-social-btn ul li a {
        background: #2d8e84;
        color: #fff;
        border: 0;
        width: 30px;
        height: 30px;
        padding: 0;
        line-height: 30px;
        font-size: 16px;
        transition: .3s;
        border: 1px solid #2d8e84;
    }

.expertBox .expertImg {
    border: 1px solid lightgrey;
    border-width: 7px;
    padding: 5px;
}

section.expertsSection .expertBox .expertText .team-social-btn ul li a:hover {
    color: #2d8e84;
    background: #fff;
}

section.expertsSection .expertBox .expertText .team-social-btn ul {
    list-style: none;
    padding: 0;
}

.expertText {
    padding: 20px;
    text-align: center;
}

.intro-Wrap .intro-text p {
    color: #fff;
}
    .expertText a {
        text-decoration: none;
        color: #000;
        font-size: 30px;
        width: 100%;
        display: block;
        font-family: 'afacad-font';
    }
        .expertText a:hover {
            color: #000;
        }

    .expertText p {
        margin: 0;
        color: #000;
        font-family: afacad-font-regular;
        font-size:23px;
        display: inline;
    }

section.ftco-section {
    padding: 70px 0;
    background-color: #f3f7fb;
}

    section.ftco-section .wrapper {
        text-align: left;
        box-shadow: 2px 2px 10px #808080de;
    }

        section.ftco-section .wrapper .info-wrap {
            /*background: #237c73;*/
            text-align: left;
            padding: 40px 30px;
            background-image: linear-gradient(rgb(4 4 4 / 55%), rgb(45 142 132)), url(/media/contact-us.jpg);
            background-repeat: no-repeat;
            background-size: cover;
            position:relative;
        }

.info-wrap .animate-img {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

    .info-wrap .animate-img .animate-img-inner {
        -webkit-animation: jumpAni 7s linear infinite;
        animation: jumpAni 7s linear infinite;
    }

@keyframes jumpAni {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

            section.ftco-section .wrapper .info-wrap h3 {
                color: #fff;
                text-transform: capitalize;
                font-size: 28px;
                font-weight: 800;
            }

            section.ftco-section .wrapper .info-wrap p {
                color: #fff;
                padding-bottom:30px;
            }

            section.ftco-section .wrapper .info-wrap .dbox {
                align-items: center;
                padding-bottom: 20px;
            }

                section.ftco-section .wrapper .info-wrap .dbox .icon {
                    color: #fff;
                    font-size: 20px;
                    border-radius: 40px;
                }

                section.ftco-section .wrapper .info-wrap .dbox .text {
                    padding-left: 20px;
                }

                    section.ftco-section .wrapper .info-wrap .dbox .text p {
                        margin: 0;
                        font-size: 16px;
                        padding:0;
                    }
                        section.ftco-section .wrapper .info-wrap .dbox .text p span {
                            font-weight:bold;
                        }

                        section.ftco-section .wrapper .info-wrap .dbox .text p a {
                            color: #fff;
                        }

        section.ftco-section .wrapper .contact-wrap {
            padding: 40px 30px;
            background-color:#fff;
        }

            section.ftco-section .wrapper .contact-wrap .seprator {
                width: 35px;
                margin-left: 75px;
            }

form.contactForm .form-group {
    position: relative;
}

    form.contactForm .form-group input,
    section.ftco-section .wrapper .contact-wrap form.contactForm .form-group textarea,
    form.contactForm .form-group select {
        box-shadow: none;
        border-radius: 0;
        border: 1px solid #000;
        transition: .3s;
        padding: 10px 15px;
    }

section.ftco-section .wrapper .contact-wrap form.contactForm .form-group {
    position: relative;
    margin-bottom: 40px;
}

    section.ftco-section .wrapper .contact-wrap form.contactForm .form-group input {
        box-shadow: none;
        border-radius: 0;
        border: 1px solid #000;
    }

    section.ftco-section .wrapper .contact-wrap form.contactForm .form-group small {
        position: absolute;
    }

form.contactForm .form-group label {
    position: absolute;
    top: 50%;
    left: 10px;
    padding: 0 5px;
    transform: translateY(-50%);
    color: #808080;
    font-size: 16px;
    pointer-events: none;
    transition: 0.3s;
}

form.contactForm .form-group textarea + label {
    top: 25px;
}

form.contactForm .form-group input:focus ~ label,
form.contactForm .form-group input:not(:placeholder-shown) ~ label,
form.contactForm .form-group select:focus ~ label,
form.contactForm .form-group select:not(:placeholder-shown) ~ label,
section.ftco-section .wrapper .contact-wrap form.contactForm .form-group textarea:focus ~ label,
section.ftco-section .wrapper .contact-wrap form.contactForm .form-group textarea:not(:placeholder-shown) ~ label {
    color: #2d8e84;
    top: 0;
    font-size: 14px;
    background: #fff;
}

section.ftco-section .wrapper .contact-wrap form.contactForm .form-group .SendBtn {
    background: #2d8e84;
    border: 1px solid #2d8e84;
    color: #fff;
}

    section.ftco-section .wrapper .contact-wrap form.contactForm .form-group .SendBtn:hover {
        background: #fff;
        color: #2d8e84;
    }

section.testimonialSection {
    padding: 70px 0;
}

section.testimonialSection p {
    width: 70%;
    margin: 0 auto;
    font-size: 16px;
}

.testimonial-Items .testimonial-box .testimonial-pic {
    box-shadow: 2px 3px 6px -3px rgba(0, 0, 0, 0.35);
    background: #FFF;
    width: 100px;
    height: 100px;
    position: relative;
    display: inline-block;
    border: 5px solid #FFF;
    margin: -50px auto 0;
    border-radius: 50%;
}

    .testimonial-Items .testimonial-box .testimonial-pic img {
        border-radius: 50%;
        width: 100%;
    }

.testimonial-Items .testimonial-box {
    margin: 70px 0 0;
    background-color: #f5f5f5;
    text-align: center;
    padding: 0 15px 15px;
    border-width: 1px 1px 3px;
    border-style: solid;
    border-color: #dfdfdf #dfdfdf #138e82;
    margin-left: 15px;
    margin-right: 15px;
}

    .testimonial-Items .testimonial-box .testimonial-text {
        padding: 15px;
        position: relative;
        line-height: 24px;
        margin: 0;
        font-size: 14px;
        color: #767676;
    }

        .testimonial-Items .testimonial-box .testimonial-text p {
            margin: 0;
            width: 100%;
        }

    .testimonial-Items .testimonial-box .testimonial-seprator {
        width: 30px;
        height: 3px;
        background: #2d8e84;
        margin: 0 auto 20px;
        border-radius: 50px;
    }

    .testimonial-Items .testimonial-box .testimonial-detail strong.testimonial-name {
        display: block;
        margin-bottom: 5px;
        font-size: 18px;
        font-family: "Roboto Slab", serif;
        color: #767676;
    }

.testimonial-Items .slick-arrow {
    font-size: 20px;
    z-index: 1;
    color: #2d8e84;
}

    .testimonial-Items .slick-arrow:hover {
        color: #fff;
    }

    .testimonial-Items .slick-arrow i {
        border: 1px solid #2d8e84;
        padding: 10px;
        background: #fff;
    }

    .testimonial-Items .slick-arrow:hover i {
        background: #2d8e84;
    }

    .testimonial-Items .slick-arrow::before {
        display: none;
    }

.testimonial-Items .slick-next.slick-arrow {
    right: 34px;
}

.testimonial-Items .slick-prev.slick-arrow {
    left: 16px;
}

.testimonial-Items .testimonial-box .testimonial-detail span.testimonial-position {
    font-size: 14px;
    font-style: italic;
    color: #767676;
}

section.counter-section {
   position:relative;
}

    section.counter-section .counter-inner {
        background-color: #217a71;
        padding: 25px 0;
        color: white;
        width: 97%;
        margin-inline: auto;
        border-radius: 20px;
        margin-bottom: -40px;
        position: relative;
        z-index: 1;
    }

    section.counter-section .counterBox-Wrap {
        padding-left: 0;
        border-right: 1px solid #fff;
        position: relative;
        /*padding: 20px 0;*/
    }

    section.counter-section .counterBox {
        margin-bottom: 20px;
    }

    section.counter-section .counterBox-Wrap:last-child {
        border-right: none;
    }

    section.counter-section .counterBox .counterIcon span.icon-cell i {
        width: 70px;
        height: 70px;
        border: 1px solid #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 15px;
        font-size: 24px;
        border-radius: 50px;
    }

    section.counter-section .counterBox .counterIcon span.icon-cell i {
        width: 70px;
        height: 70px;
        border: 1px solid #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 15px;
        font-size: 24px;
        border-radius: 50px;
    }

    section.counter-section .counterBox .counterText .counter {
        font-size: 36px;
        font-weight: 700;
    }

    section.counter-section .counterBox .counterText span {
        font-size: 20px;
        font-style: italic;
        letter-spacing:2px;
    }


.aboutUs-section {
    padding-bottom: 80px;
}
.images-inline-wrapper {
    display: flex;
    align-items: center;
    gap: 30px;
}

    .images-inline-wrapper .images-inline .about-box {
        background-image: url(/media/about_1_3.png);
        background-size: contain;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 50px 15px;
        border-radius: 10px;
        box-shadow: 0px 4px 30px 0px rgb(19 61 117 / 12%);
        position: relative;
        width: 100%;
        max-width: 200px;
        min-width: 200px;
    }

        .images-inline-wrapper .images-inline .about-box::after {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            background: -webkit-linear-gradient(top, rgba(13, 94, 244, 0) 0%, rgba(13, 94, 244, 0.6) 100%);
            background: linear-gradient(180deg, rgba(13, 94, 244, 0) 0%, rgba(13, 94, 244, 0.6) 100%);
            border-radius: 10px;
        }

.images-inline.aboutAnimateImg {
    position: relative;
    -webkit-animation: jumpAni 7s linear infinite;
    animation: jumpAni 7s linear infinite;
}

    .images-inline.aboutAnimateImg:before {
        content: '';
        width: 90px;
        height: 90px;
        border: 1px solid #2d8e84;
        position: absolute;
        left: 0;
        bottom: 15px;
        border-width: 5px;
        border-radius: 50%;
    }

    .images-inline.aboutAnimateImg::after {
        content: '';
        width: 70px;
        height: 70px;
        border: 1px solid black;
        position: absolute;
        left: 26%;
        bottom: 0%;
        border-width: 7px;
        border-radius: 50%;
    }

        .images-inline-wrapper .images-inline .about-box h3 {
            color: #fff;
            position: relative;
            z-index: 1;
            font-size: 44px;
        }

        .images-inline-wrapper .images-inline .about-box p {
            color: #fff;
            font-size: 17px;
            line-height: 22px;
            position: relative;
            z-index: 1;
        }

        .images-inline-wrapper .images-inline .about-box h3 span {
            color: #2d8e84;
            font-weight: 800;
        }

.images-inline-wrapper .images-inline img {
    width: 100%;
    transition: .3s;
}
.images-inline-wrapper .images-inline .about-left-img {
    overflow: hidden;
    border-radius: 10px;
}

    .images-inline-wrapper .images-inline .about-left-img:hover img {
        transform: scale(1.1);
    }

.aboutUs-section .about-right-content {
    text-align: left;
}

    .aboutUs-section .about-right-content .textWrapper p {
        padding-bottom: 15px;
        padding-top: 10px;
    }

    .aboutUs-section .about-right-content .textWrapper span {
        font-size: 17px;
        line-height: 1.75;
        color: #4d5765;
    }

    .aboutUs-section .about-right-content .checkList-wrap {
        padding-top: 30px;
    }

        .aboutUs-section .about-right-content .checkList-wrap .checkList-inner {
            display: flex;
            gap: 20px;
        }

        .aboutUs-section .about-right-content .checkList-wrap .checkList ul {
            padding: 0;
            margin: 0;
            list-style: none;
        }

            .aboutUs-section .about-right-content .checkList-wrap .checkList ul li {
                margin-bottom: 10px;
                font-weight: 500;
                position: relative;
                color: #0f2239;
                text-transform: capitalize;
                font-size: 17px;
            }

        .aboutUs-section .about-right-content .checkList-wrap .checkList-inner img {
            width: 100%;
            border-radius: 10px;
        }

        .aboutUs-section .about-right-content .checkList-wrap .checkList ul li i {
            padding-right: 10px;
            color: #2d8e84;
        }

section.topCourses-section {
    background-color: #f3f7fb;
    padding: 70px 0;
}

    section.topCourses-section .topCourses-inner {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px;
    }

        section.topCourses-section .topCourses-inner .textWrapper {
            flex: 1 1 auto;
        }

            section.topCourses-section .topCourses-inner .textWrapper p {
                padding: 0;
            }

.coursesCard-wrap .coursesCard-box {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.coursesCard-box .course-card-img {
    height: 200px;
    overflow: hidden;
}

.coursesCard-box .course-card-img img {
    width: 100%;
    height:100%;
    transition: .3s;
}

.coursesCard-wrap .coursesCard-box .course-card-text {
    padding: 30px;
    text-align: left;
}

    .coursesCard-wrap .coursesCard-box .course-card-text a {
        font-size: 20px;
        text-decoration: none;
        color: #0f2239;
        text-transform: capitalize;
        height: 87px;
        display: block;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        display: -webkit-box;
        transition: .3s;
    }

    .coursesCard-wrap .coursesCard-box .course-card-text .course-text-inline {
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
        border-top: 1px solid #2d8e84;
        border-style: dashed;
        border-left: 0;
        border-bottom: 0;
        border-right: 0;
        padding-top: 20px;
    }

        .coursesCard-wrap .coursesCard-box .course-card-text .course-text-inline p {
            margin: 0;
            color: #4d5765;
            font-size: 14px;
        }

            .coursesCard-wrap .coursesCard-box .course-card-text .course-text-inline p span {
                display: block;
            }

                .coursesCard-wrap .coursesCard-box .course-card-text .course-text-inline p span:first-child {
                    color: #2d8e84;
                    font-weight: 700;
                }

.coursesCard-wrap .coursesCard-box:hover img {
    transform: scale(1.1);
}

.coursesCard-wrap .coursesCard-box .course-card-text a:hover {
    color: #2d8e84;
}

.coursesCard-wrap .coursesCard-box .course-card-text a.btn.secCustomBtn {
    text-transform: uppercase;
    height: auto;
    color: #fff;
    padding: 12px;
    font-size: 16px;
}

footer {
    padding: 70px 0 50px;
    background: #000;
    border-top: 3px solid #000;
    position: relative;
}

    footer .footerLogo {
        position: relative;
        z-index: 20;
        border-radius: 5px;
    }

    footer .footerText {
        position: relative;
        padding-top: 15px;
        z-index: 20;
    }

        footer .footerText p {
            color: #fff;
            font-size: 16px;
        }

        footer .footerText .social-icon a {
            color: #fff;
            padding-right: 5px;
        }

    footer .footerLogo img {
        width: 160px;
    }


    footer .footerHead h3 {
        color: #fff;
        font-size: 22px;
        display: inline-block;
        margin: 0;
        position: relative;
        text-transform: uppercase;
        padding-bottom: 5px;
    }

        footer .footerHead h3::after {
            content: "";
            width: 50%;
            height: 3px;
            background: #2d8e84;
            position: absolute;
            left: 0;
            border-radius: 50px;
            bottom: 0;
        }

    footer ul {
        padding: 0;
        list-style: none;
        padding-top: 15px;
    }

        footer ul.service li {
            line-height: 45px;
            border-bottom: 1px solid #fff;
        }

            footer ul.service li a {
                text-decoration: none;
                color: #ffff;
                font-size: 18px;
            }

        footer ul li a:hover {
            color: #fff;
        }

        footer ul.Contact li {
            margin-bottom: 20px;
            position: relative;
            padding-left: 50px;
            color: #fff;
            font-size: 18px;
        }
            footer ul.Contact li a {
                text-decoration: none;
                color: #fff;
                text-transform: capitalize;
            }
            footer ul.Contact li strong {
                width: 100%;
                display: block;
                color: #fff;
                text-transform: uppercase;
                font-size: 16px;
            }

            footer ul.Contact li i {
                position: absolute;
                left: 0;
                top: 5px;
                text-align: center;
                font-size: 18px;
                width: 40px;
                height: 40px;
                line-height: 39px;
                border: 1px solid #fff;
                color: #fff;
            }
.footerImgWrap {
    display: flex;
    align-items: center;
    gap: 10px;
}
.footerImg {
    background-color: #fff;
    text-align: center;
    /*padding: 10px;
    border-radius: 12px;*/
}

    .footerImg img {
        height: 100px;
        object-fit: contain;
        width: 100%;
    }

    .footerBottom {
        padding: 10px 0;
        font-size: 16px;
    }

.formWrapper .card-text {
    margin: 0;
}

.form-outline .form-control.active ~ .form-label, .form-outline .form-control:focus ~ .form-label {
    -webkit-transform: translateY(-1rem) translateY(0.1rem) scale(.8);
    transform: translateY(-1rem) translateY(0.1rem) scale(.8);
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-error .form-control:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    }

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

.custom-alerts .alert-danger {
    padding: 5px;
    color: #ff0500;
    background-color: #f1918f;
    border-color: #ff0500;
}

.custom-alerts .success {
    padding: 5px;
    color: #2b6300;
    background-color: #8bff74;
    border-color: #2b6300;
}

.backBtn {
    position: fixed;
    z-index: 999;
    right: 50px;
    bottom: 50px;
}

    .backBtn a.topBtn {
        background: #2d8e84;
        color: #fff;
        padding: 7px 14px;
        font-size: 26px;
        box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease 0s;
        border: 1px solid #2d8e84;
        display: none;
    }

        .backBtn a.topBtn:hover {
            background: #fff;
            color: #2d8e84;
            border: 1px solid #2d8e84;
            box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
        }
.topBar {
    width: 100%;
    background: #2d8e84;
    padding: 10px 0 ;
}

ul.barList {
    display: flex;
    flex-wrap:wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.barList li {
    color: #fff;
    font-size: 17px;
}

ul.barList li a {
    text-decoration: none;
    color: #fff;
}

ul.barList li i {
    margin-right: 5px;
}

ul.barList li:not(:last-child) {
    padding: 0 20px 0 0;
    margin: 0 17px 0 0;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.followText {
    text-align: right;
}

    .followText ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .followText ul li {
            color: #fff;
            font-size: 17px;
        }

            .followText ul li a {
                text-decoration: none;
                color: #fff;
                padding-right: 10px;
                font-size:17px;
            }

            .followText ul li span.social-title {
                margin-right: 10px;
            }

header {
    background: #2d8e84;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    position: relative;
    z-index: 99;
}

    header nav.navbar {
        padding: 0;
        background-color: #fff;
        box-shadow: none;
    }

        header nav.navbar a.navbar-brand {
            padding: 0;
            position: relative;
            z-index: 9;
            width: 150px;
            display: flex;
            height: 80px;
            margin: 0;
            align-items: center;
            transition: .2s;
        }

            header nav.navbar a.navbar-brand img {
                width: 80px;
            }

.navbar-nav .nav-item a.dropdown-item {
    position: relative;
    text-align: center;
    padding: 0;
    padding-bottom: 3px;
}

    .navbar-nav .nav-item a.dropdown-item i {
        transition: .3s;
    }

    .navbar-nav .nav-item a.dropdown-item span {
        padding-left: 5px;
    }

    .navbar-nav .nav-item a.dropdown-item[aria-expanded="true"] i {
        transform: rotate(180deg);
    }

nav.navbar div.navbar-collapse {
    transition: .3s;
}

header nav.navbar button.navbar-toggler {
    border: none;
    outline: none;
    margin-left: auto;
}

    header nav.navbar button.navbar-toggler:focus {
        box-shadow: none;
    }

    header nav.navbar button.navbar-toggler span.menuIcon {
        width: 100%;
        height: 3px;
        left: 0;
        background: rgb(45, 142, 132);
        bottom: 0;
        transition: .3s;
        margin-left: 0;
        border: none;
        float: left;
        margin: 3px;
        min-width: 4px;
        border-radius: 10px;
        outline: none;
    }

nav.navbar .mobileMenu {
    display: none;
}

ul.navbar-nav {
    position: relative;
    flex: 1 1 auto;
    justify-content: center;
}

    ul.navbar-nav li.nav-item {
        position: relative;
    }
        ul.navbar-nav li.nav-item a.nav-link {
            font-size: 16px;
            color: #000;
            font-family: "DunbarTall Book";
            padding: 28px 10px;
            letter-spacing: 1px;
        }

        ul.navbar-nav li.nav-item:hover > a.nav-link {
            color: #2d8e84;
        }

            ul.navbar-nav li.nav-item a.nav-link span {
                transition: .3s;
            }

        ul.navbar-nav li.nav-item:hover a.nav-link span.fa {
            transform: rotate(180deg);
        }

        ul.navbar-nav li.nav-item > ul.sub-menu li.nav-item a.nav-link span.fa {
            transform: none;
        }

        ul.navbar-nav li.nav-item ul.sub-menu {
            position: absolute;
            list-style: none;
            min-width: 190px;
            width: max-content;
            padding: 0;
            left: -14px;
            display: none;
            border: 1px solid rgba(0, 0, 0, 0.05);
            -webkit-animation: slide-up 0.3s ease-out;
            -moz-animation: slide-up 0.3s ease-out;
            -ms-animation: slide-up 0.3s ease-out;
            -o-animation: slide-up 0.3s ease-out;
            animation: slide-up 0.3s ease-out;
            background-color: #fff;
            box-shadow: 0 0 10px 0 rgb(0 0 0 / 7%);
        }

        ul.navbar-nav li.nav-item:hover > ul.sub-menu {
            display: block;
            z-index: 9;
        }

        @keyframes slide-up {
            0% {
                -webkit-transform: translateY(10px);
                -moz-transform: translateY(10px);
                -ms-transform: translateY(10px);
                -o-transform: translateY(10px);
                transform: translateY(10px);
            }

            100% {
                -webkit-transform: translateY(0);
                -moz-transform: translateY(0);
                -ms-transform: translateY(0);
                -o-transform: translateY(0);
                transform: translateY(0);
            }
        }

        ul.navbar-nav li.nav-item ul.sub-menu li {
            padding: 0 8px;
        }

            ul.navbar-nav li.nav-item ul.sub-menu li a {
                text-align: left;
                padding: 9px 13px;
                text-decoration: none;
                font-size: 13px;
                display: block;
                white-space: normal;
                display: flex;
                align-items: center;
                justify-content: space-between;
                letter-spacing: 1px;
                font-family: "DunbarTall Book";
                gap: 8px;
                border-bottom: 1px dashed rgb(0 0 0 / 26%);
                background: none;
            }

            ul.navbar-nav li.nav-item ul.sub-menu > li:last-child > a {
                border: 0;
            }

            ul.navbar-nav li.nav-item ul.sub-menu li a span.far {
                float: right;
                padding-top: 5px;
            }

.navbar-nav .nav-item ul.subMenu {
    background: #fff;
    z-index: 1;
    width: 100%;
    text-transform: capitalize;
    min-width: 260px;
    transition: .3s;
    box-shadow: 1px 1px 6px rgb(45 142 132);
    overflow: hidden;
    flex-direction: column;
    position: absolute;
    top: 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 28px;
}

ul.navbar-nav li.nav-item ul.sub-menu li > .secondMenu {
    top: 0px;
    left: 100%;
    width: 300px;
    right: auto;
}

    ul.navbar-nav li.nav-item ul.sub-menu li > .secondMenu.courseListMenu {
        overflow: auto;
        height: 400px;
        top: -50px;
    }

.secondMenu.courseListMenu::-webkit-scrollbar {
    width: 4px;
}

.secondMenu.courseListMenu::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 6px;
}

.secondMenu.courseListMenu::-webkit-scrollbar-thumb {
    background: #3c726d;
    border-radius: 6px;
}


    /*ul.navbar-nav li.nav-item ul.sub-menu li .secondMenu li:hover a {
    color: #fff;
    background-color: #2d8e84;
}*/

.bannerImages {
    overflow: hidden;
}

    .bannerImages .imageWrapper {
        overflow: hidden;
    }

.carousel-item img {
    width: 100%;
    animation: zoom-in-zoom-out 10s ease infinite;
}

.carousel-inner .carousel-item {
    position: relative;
}

   /* .carousel-inner .carousel-item::after {
        content: '';
        background: #00000057;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
    }*/

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1, 1.1);
    }

    100% {
        transform: scale(1);
    }
}

div.bankDetails {
    display: flex;
    padding-top: 25px;
}

    div.bankDetails div {
        margin-right: 20px;
        border: 1px solid;
        padding: 10px;
        box-shadow: 2px 2px 10px lightgrey;
        border-color: darkgray;
    }

        div.bankDetails div label {
            padding-bottom: 5px;
        }

div.fieldsWrap .form-outline {
    text-align: left;
    margin-bottom: 20px;
}

div.fieldsWrap div.divCampus {
    text-align: left;
    margin-bottom: 20px;
}

div.fieldsWrap div.divDays {
    text-align: left;
}

div.paymentMethod label {
    padding-left: 10px;
}

div.fieldsWrap div.divTerms input[type="radio"] {
    padding: 0;
    margin: 0;
}

div.divTerms label {
    padding-right: 20px;
    padding-left: 5px;
}

input[type="radio"] {
    appearance: none;
    background-color: #fff;
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 18px;
    height: 18px;
    border: 2px solid rgb(45, 142, 132);
    position: relative;
    margin-top: 5px;
}

    input[type="radio"]::before {
        content: "";
        width: 10px;
        height: 10px;
        transition: 120ms transform ease-in-out;
        box-shadow: inset 1em 1em rgb(45, 142, 132);
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        visibility: hidden;
    }

    input[type="radio"]:checked::before {
        opacity: 1;
        visibility: visible;
    }

.form-outline {
    margin-bottom: 10px;
}

   /* div.divStudent span.selection span.select2-selection.select2-selection--single span {
        line-height: 40px;
    }*/

.divStudent .select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 0;
    top: 65%;
}

.card .card-body h2 {
    padding-bottom: 20px;
    margin: 0;
    font-size: 24px;
    font-weight: 700;
}


div.fieldsWrap .form-outline > input {
    padding: 10px 14px;
}

div.DisagreeReasonsWrapper {
    padding-bottom: 10px;
}

    div.DisagreeReasonsWrapper input[type="checkbox"] {
        width: 18px;
        height: 18px;
        accent-color: #2d8e84;
    }

    div.DisagreeReasonsWrapper label {
        padding-left: 10px;
        line-height: 2;
    }

textarea.SpecifyTextArea {
    width: 100%;
    height: 90px;
    padding: 5px 10px;
}

    textarea.SpecifyTextArea + span.help-block {
        margin: 0;
    }

div.fieldsWrap div.divTimings input[type="radio"] {
    padding: 0;
}

div.fieldsWrap div.divTimings input + label {
    padding-left: 10px;
    letter-spacing: 1px;
}

div.boxHeight {
    padding: 104px 0;
    margin: 0 auto;
}
.scheduleImg {
    flex:1;
}

    .scheduleImg img {
        width: 100% !important;
    }

    .scheduleImg .donateBtn {
        padding-top: 10px !important;
    }


.video-responsive {
    /*padding: 48px 0;*/
    padding-bottom: 20px;
}

.videoSection .textWrapper p {
    padding-bottom: 25px;
}

    .video-responsive iframe {
        width: 100%;
        height: 100%;
        box-shadow: 0px 8px 15px rgb(26 18 18 / 37%);
        min-height: 328px;
    }

.videoSection .slick-slider .slick-slide {
    margin: 0 20px;
}
.videoSection {
    padding-top: 70px;
}

.serviceSection {
    padding-top: 50px;
}

    .serviceSection .textWrapper p {
        padding-bottom: 0;
    }

    .serviceSection .ServiceBoxCol {
        margin-top: 20px;
    }

.ServiceBox-wrap {
    text-align: center;
    padding: 25px 15px;
    position: relative;
    z-index: 1;
    height: 100%;
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
    border: 1px solid rgb(0 0 0 / 15%);
}

    .ServiceBox-wrap .serviceIcon {
        padding-bottom: 15px;
    }

        .ServiceBox-wrap .serviceIcon i {
            font-size: 34px;
            color: #2d8e84;
        }

    .ServiceBox-wrap h4 {
        font-size: 20px;
        margin: 0;
        color: #000;
        font-family: "DunbarTall Medium";
    }

    .ServiceBox-wrap p {
        margin: 0;
        font-size: 14px;
        padding-top: 15px;
        font-family: "DunbarTall Book";
        color: #000;
        letter-spacing: 1px;
    }

.seprator {
    position: relative;
    width: 35px;
    margin: 0 auto 40px;
}

    .seprator img {
        width: 27px;
        position: relative;
    }

    .seprator::before, .seprator::after {
        content: '';
        background: #000;
        right: 20px;
        position: absolute;
        top: 50%;
        left: 40px;
        width: 70px;
        height: 2px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .seprator::before {
        left: auto;
        right: 40px;
    }

.scheduleSection {
    background: #eef1f8;
}

    .scheduleSection .card {
        padding: 36px 30px;
        flex: 2;
    }

        .scheduleSection .card .card-body {
            padding: 0;
        }

.form-outline.divStudent span.select2.select2-container.select2-container--below {
    width: 100% !important;
    text-align: left;
}

.select2-container {
    width: 100% !important;
}

.scheduleSection .card .card-body {
    padding: 0;
}

    .scheduleSection .card .card-body h2 {
        font-size: 24px;
        font-family: "DunbarTall Medium";
        letter-spacing: 3px;
        color: #000;
    }

.card .card-body .divStudent span.select2-selection {
    text-align: center;
    border-radius: 0;
    border: 1px solid #2d8e84 !important;
    font-weight: 400;
    font-size: 14px;
    padding: 10px 12px;
    height: 45px;
    background-image: url(/media/caret-down.png);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: right 10px center;
    text-align: left;
    font-family: 'DunbarTall Book';
    letter-spacing: 1px;
}

         .card .card-body .divStudent span.select2-selection .select2-selection__rendered {
            line-height: normal;
            padding: 0;
        }

     .card .card-body .divStudent span.select2-selection__arrow {
        right: 15px;
        top: 5px;
        display: none;
    }

         .card .card-body .divStudent span.select2-selection__arrow b {
            border-width: 7px;
        }

.card .card-body .custom-select {
    border-radius: 0;
    border: 1px solid #2d8e84 !important;
    font-weight: 400;
    font-size: 14px;
    padding: 10px 12px;
    height: 45px;
    outline: 0;
    font-family: 'DunbarTall Book';
    letter-spacing: 1px;
}

.course_selectd_wrapper #nextCourse label {
    font-weight: 500;
    padding-bottom: 5px;
}

.course_selectd_wrapper #nextCourse {
    padding-block: 5px;
    margin-bottom: 15px;
}

.card .card-body span.text-danger {
    display: block;
    text-align: left;
    font-size: 12px;
    letter-spacing: 1px;
    font-family: 'DunbarTall Book';
    padding-top: 4px;
}

.EnrollStudentMessage {
}

    .EnrollStudentMessage .alert {
        padding: 7px 10px;
        text-align: left;
    }

    .EnrollStudentMessage .enrollmsgItem {
        padding-bottom: 5px;
        font-size: 15px;
    }

        .EnrollStudentMessage .enrollmsgItem span {
            display: inline-block;
            width: 60px;
            font-weight: 500;
        }

    .EnrollStudentMessage .alert .enrollmsgItem:last-child {
        padding: 0;
    }

.course_selectd_wrapper label {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 8px;
}

    .course_selectd_wrapper label input[type="radio"] {
        margin: 0;
    }


.card .card-body a#btn_forget_std_id {
    color: #2d8e84;
    font-size: 15px;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    font-family: 'DunbarTall Book';
    letter-spacing: 1px;
    display: inline-block;
    padding-top: 15px;
}

.StudentIdWrap {
    margin-bottom: 20px;
}

.StudentIdWrap input {
    border-radius: 0;
    border: 1px solid #2d8e84;
    font-weight: 400;
    font-size: 15px;
    padding: 10.2px 12px;
    outline: none;
}

.adminLoginPage form.adminForm button.btn-primary {
    background: #2d8e84;
}

.adminLoginPage form.adminForm button.btn.btn-primary:active:not(.btn-active), .btn.btn-primary:focus:not(.btn-active), .btn.btn-primary:hover:not(.btn-active) {
    background: #2d8e84 !important;
}

.loginSideImg img {
    width: 100%;
}


.headBtn-wrap {
    text-align: right;
}

    .headBtn-wrap a.btn.customBtn {
        padding: 10px 12px;
    }

.btn.customBtn {
    padding: 10px;
    background: #2d8e84;
    font-size: 14px;
    text-transform: capitalize;
    position: relative;
    color: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    font-family: 'DunbarTall Book';
    letter-spacing: 1px;
}

.customBtn::after {
    animation: opacityFallbackOut .5s step-end forwards;
    backface-visibility: hidden;
    background-color: #fff;
    clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
    content: "";
    height: 100%;
    border-radius:4px;
    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%;
}

.btn.customBtn span {
    position: relative;
    z-index: 1;
}

.btn.customBtn:hover::after {
    animation: opacityFallbackIn 0s step-start forwards;
    clip-path: polygon(0 0, 101% 0, 101% 101%, 0 101%);
}

.btn.customBtn:hover span {
    color: #2d8e84;
}

.provinceWrapper {
    font-family: 'afacad-font';
    background-color: #f3f7fb;
}

.provinceBanner {
    position: relative;
}

    .provinceBanner img {
        width: 100%;
    }

    .provinceBanner::before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: linear-gradient(rgba(0, 0, 0, 0), rgb(0 0 0 / 49%));
    }

    .provinceBanner .provinceBread {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width:100%;
    }

        .provinceBanner .provinceBread h1 {
            margin: 0;
            color: #fff;
            text-transform: uppercase;
            font-size: 150px;
            text-shadow: 7px 9px 10px black;
        }

.provinceContentCenter {
    display: flex;
    align-items: center;
    padding: 20px 0;
    gap: 15px;
}

    .provinceContentCenter .provinceLogo img {
        width: 100%;
    }

    .provinceContentCenter .provinceLogo {
        width: 200px;
    }

    .provinceContentCenter .ProvinceContentText {
        text-align: left;
    }

        .provinceContentCenter .ProvinceContentText p {
            font-family: 'afacad-font-regular';
            font-size: 20px;
            margin: 0;
        }

            .provinceContentCenter .ProvinceContentText p span {
                font-family: 'afacad-font';
            }
        .provinceWrapper .provinceImg img {
            border-radius: 5px;
            width: 100%;
            border: 1px solid #2d8e84;
            border-width: 2px;
            box-shadow: 0 4px 12px 0 rgba(0,0,0,.07),0 2px 4px rgba(0,0,0,.05);
        }

    .provinceWrapper .selectBox label {
        text-align: left;
        display: block;
        padding-bottom: 5px;
        font-size: 24px;
        font-weight: 500;
    }

.provinceWrapper .selectBox select {
    border: 1px solid #2d8e84;
    padding: 10px 12px;
    font-size: 22px;
    box-shadow: none;
    background-image: url(/images/caret-down.svg);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: right;
    font-family: afacad-font-regular;
}

    div.ProvinceDataWrap.province-data-show {
        display: block !important;
    }

div.ProvinceDataWrap .alert-info {
    background: none;
    color: inherit;
    text-align: left;
}

.provinceWrapper .allLinksData {
    text-align: left;
}

    .provinceWrapper .allLinksData h3 {
        margin: 0;
        font-size: 33px;
    }

div.ProvinceDataWrap {
    padding-bottom: 50px;
}
.provinceWrapper .allLinksData div#divlinks li.nav-item ul li.nav-item {
    width: 23%;
}
        .provinceWrapper .allLinksData div#divlinks li.nav-item::marker {
            font-size: 0;
            content:'';
        }

.provinceWrapper .allLinksData div#divlinks li.nav-item ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    gap: 18px;
    margin: 0;
}

            .provinceWrapper .allLinksData div#divlinks li.nav-item ul ul.sub-menu.secondMenu {
                display: block;
                padding-top: 5px;
                list-style: none;
            }

    .provinceWrapper .allLinksData div#divlinks li.nav-item a.nav-link {
        color: #fff;
        font-size: 20px;
        padding: 5px;
        margin-bottom: 10px;
        position: relative;
        font-family: 'afacad-font-regular';
        box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
        background-color: #2d8e84;
        text-align: center;
    }

        .provinceWrapper .allLinksData div#divlinks li.nav-item ul ul.sub-menu.secondMenu li {
            padding-bottom: 15px;
            line-height: normal;
        }

            .provinceWrapper .allLinksData div#divlinks li.nav-item ul ul.sub-menu.secondMenu li a {
                color: #000;
                text-decoration: none;
                font-size: 20px;
                font-family: 'afacad-font-regular';
                padding-left: 15px;
                position:relative;
            }
                .provinceWrapper .allLinksData div#divlinks li.nav-item ul ul.sub-menu.secondMenu li a::before {
                    content: '';
                    width: 6px;
                    height: 6px;
                    background-color: #000;
                    position: absolute;
                    left: 0;
                    top: 11px;
                    border-radius: 50px;
                }
                .provinceWrapper .allLinksData div#divlinks li.nav-item ul ul.sub-menu.secondMenu li a img {
                    width: 27px;
                    margin-right: 5px;
                    display: none;
                }
    .provinceWrapper .allLinksData div#divlinks li.nav-item ul ul.sub-menu.secondMenu li a:hover {
        color: #0f7142;
    }
.provinceBottomText {
    padding-top: 20px;
    padding-bottom: 20px;
}
.DisclaimerAccordion > p {
    text-align: left;
    margin: 0;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 5px;
    line-height: normal;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.DisclaimerAccordion {
    text-align: left;
}

    .DisclaimerAccordion p span i {
        color: red;
        font-size: 24px;
    }

.accordion.DisclaimerAccordion .accordion-item {
    background: none;
    border: none;
}

.DisclaimerAccordion .accordion-item button.accordion-button {
    color: #fff;
    font-size: 20px;
    padding: 10px;
    position: relative;
    font-family: 'afacad-font-regular';
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    background-color: #2d8e84;
    text-align: center;
    border-radius: 0;
}

        .DisclaimerAccordion .accordion-item button.accordion-button::after {
            background-image: none;
            border: solid black;
            border-width: 0 2px 2px 0;
            display: inline-block;
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            width: 10px;
            transition: .1s;
            height: 10px;
            display:none;
        }

.accordion.DisclaimerAccordion .accordion-item .accordion-body {
    padding: 14px;
    border: 1px solid lightgrey;
    background: white;
}

    .accordion.DisclaimerAccordion .accordion-item .accordion-body p {
        padding: 0;
        text-align: left;
        text-decoration: none;
        font-size: 20px;
        line-height: normal;
        font-family: 'afacad-font-regular';
        margin: 0;
    }

.DisclaimerAccordion .accordion-item button.accordion-button[aria-expanded="true"] {
    background-color: #2d8e84;
    color: #fff;
    border-bottom: 1px solid #2d8e84;
}

    .DisclaimerAccordion .accordion-item button.accordion-button[aria-expanded="true"]::after {
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        border-color: #fff;
    }

.accordion.DisclaimerAccordion .accordion-item div.accordion-collapse {
    transition: .2s;
}


div.ProvinceDataWrap .alert-info .infoHead p {
    margin: 0;
    font-size: 30px;
    font-family: 'afacad-font';
    letter-spacing: 1px;
    display: inline-block;
    color: #000;
    position: relative;
}

    div.ProvinceDataWrap .alert-info ul {
        list-style: none;
        padding: 0;
        margin: 0;
        padding: 5px 0;
    }

        div.ProvinceDataWrap .alert-info ul li {
            display: flex;
            gap: 10px;
            border-bottom: 1px dashed darkgrey;
            padding-bottom: 10px;
            margin-bottom: 15px;
        }

    div.ProvinceDataWrap .alert-info ul li span:first-child {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #000;
        flex:0 0 auto;
    }

    div.ProvinceDataWrap .alert-info ul li span:first-child i {
        font-size: 20px;
    }

    div.ProvinceDataWrap .alert-info ul li span:last-child {
        font-size: 22px;
        line-height: 14px;
    }

        div.ProvinceDataWrap .alert-info ul li span label {
            font-family: 'afacad-font-regular';
            display: block;
            line-height: 30px;
            padding-top: 5px;
        }

        div.ProvinceDataWrap .alert-info ul li span strong {
            letter-spacing: 1px;
            color: #2d8e84;
        }

    .errorPage .errorText {
        padding: 50px 0;
    }

    .errorWrap {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .errorWrap .errorImage {
        width: 280px;
    }

    .errorWrap .errorImage img {
        width: 100%;
    }

    .errorPage .errorText h3 {
        font-size: 120px;
        margin: 0;
        text-transform: capitalize;
        font-weight: 800;
        background: -webkit-linear-gradient(#2d8e84, #22b7a7);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .errorPage .errorText h1 {
        margin: 0;
        font-size: 110px;
        font-weight: 700;
        text-shadow: 0px 2px 15px black;
        color: #fff;
        letter-spacing: 10px;
    }

    .errorPage .errorText p {
        margin: 0;
        font-size: 28px;
        color: #000;
        text-transform: capitalize;
        padding-bottom: 20px;
    }

    .errorPage {
        background-color: #f3f7fb;
        position: relative;
    }

    .scheduleSection .provinceFormWrapper {
        padding: 0;
        border: 1px solid #2d8e84;
        border-width: 5px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        position: relative;
        background: #fff;
        border-radius: 25px;
    }

.scheduleSection .boxHeight {
    padding: 70px 10px;
    align-items: start;
}

    .provinceFormWrapper .card-body form .form-group {
        margin-bottom: 30px !important;
    }

    .scheduleSection .provinceFormWrapper .card-body {
        padding: 0;
    }

    .scheduleSection .provinceFormWrapper .card-body label.foamHead {
        display: block;
        background: #2d8e84;
        border-radius: 17px 17px 0 0;
        padding: 12px 10px;
        text-transform: uppercase;
        color: #fff;
        letter-spacing: 2px;
        line-height: normal;
    }

    .scheduleSection .provinceFormWrapper .card-body label.foamHead h2 {
        margin: 0;
        font-weight: 400;
        font-size: 25px;
    }

    .scheduleSection .provinceFormWrapper form.contactForm {
        padding: 40px 0;
        margin: 0 auto;
        justify-content: center;
    }

    


/*ADMIN PANEL CSS*/
.aside.aside-dark .aside-logo {
    background: transparent;
    height: 85px;
}

.aside.aside-dark .aside-logo {
    background: transparent;
}

.aside.aside-light.aside-hoverable.aside-dark .menu .menu-item .menu-link:hover {
    background: linear-gradient(45deg, #2e7a73, #36c5b6);
    margin: 0 15px;
    padding: 12px;
    border-radius: 5px;
}

    .aside.aside-light.aside-hoverable.aside-dark .menu .menu-item .menu-link:hover .menu-bullet .bullet {
        background: #fff;
    }

.aside-dark .menu .menu-item .menu-link.active {
    background: linear-gradient(45deg, #2e7a73, #36c5b6);
    margin: 0 15px;
    padding: 12px;
    border-radius: 5px;
}

    .aside-dark .menu .menu-item .menu-link.active .menu-bullet .bullet {
        background: #fff;
    }

.StudentInfo {
    text-align: left;
    font-size: 24px;
    padding: 20px 30px;
    background: linear-gradient(45deg, #2e7a73, #36c5b6);
    color: #fff;
}

    .StudentInfo.filterText {
        background: transparent;
        padding-left: 0;
        color: #000;
        display: inline-block;
    }

.infoWrapper {
    padding: 0;
}

.header-fixed.toolbar-fixed .wrapper {
    padding-top: 103px;
}

.btnWrapper {
    text-align: right;
}

@media screen and (max-width:575px) {
    section.teacherSection .card .cardImage img {
        max-width: 200px;
    }

    section.teacherSection .card .cardText {
        padding-left: 15px;
    }

    section.teacherSection .card .cardImage {
        padding-right: 15px;
    }
}


div#imageCollection .card {
    margin-bottom: 30px;
    position: relative;
}

    div#imageCollection .card img.card-img-top {
        width: 100%;
        height: 230px;
        object-fit: contain;
    }

    div#imageCollection .card .card-body {
        position: absolute;
        left: 0;
        right: 0;
        background: #0e0e0e91;
        color: #fff;
        bottom: 0;
        padding: 15px;
        opacity: 0;
        transition: .3s;
    }

        div#imageCollection .card .card-body .card-title {
            margin: 0;
        }

    div#imageCollection .card:hover .card-body {
        opacity: 1;
        bottom: 40%;
    }

@font-face {
    font-family: afacad-font;
    src: url(/media/Afacad-font/static/Afacad-Bold.ttf);
    font-weight: 500;
}
@font-face {
    font-family: afacad-font-regular;
    src: url(/media/Afacad-font/static/Afacad-Regular.ttf);
    font-weight:400;
}

@font-face {
    font-family: JosefinSans;
    src: url(/media/font/JosefinSans-SemiBold.ttf);
    font-weight: 600;
}

.topHeader-heading h3 {
    font-family: JosefinSans;
    text-align: center;
    color: #0d4da1;
    font-size:30px;
}

.aboutUs-page {
    background: linear-gradient(90deg, rgb(1 54 49 / 84%) 0%, rgba(45, 142, 132, 1) 63%, rgb(1 54 49 / 85%) 100%);
}

.intro-Wrap {
    padding-top: 40px;
    position: relative;
}

    .intro-Wrap .intro-text {
        text-align: left;
    }

    .intro-Wrap h3 {
        color: #fff;
        position: relative;
        text-align: center;
        font-size: 50px;
        font-family: afacad-font;
        padding:0 12px;
    }

.videoWrapper {
    padding: 50px 0;
}

    .videoWrapper iframe {
        width: 100%;
        height: 350px;
    }

.courseText {
    text-align: left;
}

    .courseText .courseContent {
        background-image: url('@Model.FilePath');
        padding: 30px 12px;
    }

        .courseText .courseContent .detailWrapper {
            padding-bottom: 20px;
        }

    .courseText span {
        font-size: 22px;
        color: #2d8e84;
        position: relative;
    }

    .courseText label {
        padding-bottom: 20px;
        width: 100%;
        text-align: justify;
    }

        .courseText label.HeadLabel {
            color: #000;
            text-transform: uppercase;
            font-size: 30px;
            position: relative;
            text-align: left;
            display: inline-block;
            margin-bottom: 0px;
            letter-spacing: 1px;
            padding-top: 0;
        }

.detailBottom {
    box-shadow: 0px 9px 14px #fbfbfb;
    border-radius: 10px;
    padding-bottom: 10px;
    overflow: hidden;
    border: 1px solid #ecf1f9;
}

    .detailBottom div.nav.nav-tabs {
        border: none;
    }

        .detailBottom div.nav.nav-tabs button.nav-link.active {
            border: none;
            color: #2d8e84;
            font-weight: 500;
            border-top: 2px solid #2d8e84;
            background: #fff;
        }

        .detailBottom div.nav.nav-tabs button.nav-link {
            font-size: 18px;
            font-weight: 400;
            letter-spacing: 2px;
            color: #000;
            flex: 1 1 auto;
            background-color: #ecf1f9;
            border-radius: 0;
            border-left: 1px solid #fff;
        }

            .detailBottom div.nav.nav-tabs button.nav-link:first-child {
                border-left: 0;
            }

    .detailBottom div.tab-content {
        padding: 20px;
    }

        .detailBottom div.tab-content div.tab-pane h1 {
            margin: 0;
            font-size: 26px;
            text-transform: uppercase;
            font-weight: 500;
            color: #000;
        }

        .detailBottom div.tab-content div.tab-pane p {
            padding: 0;
            font-size: 18px;
            padding-top: 15px;
            line-height: 30px;
            color: #000;
        }

.courseInfoWraper {
    box-shadow: 0px 9px 14px #fbfbfb;
    border-radius: 10px;
    border: 1px solid #ecf1f9;
    padding: 30px;
}

    .courseInfoWraper h2 {
        margin: 0;
        margin-bottom: 15px;
        font-size: 24px;
        color: #2d8e84;
        font-weight: 500;
        display: inline-block;
    }

    .courseInfoWraper .detailBox {
        border-bottom: 1px dashed #2d8e84;
        padding: 10px 0;
    }

        .courseInfoWraper .detailBox label {
            padding: 0;
            display: inline;
            padding-left: 20px;
            font-size: 18px;
            color: #000;
            font-weight: 300;
        }

        .courseInfoWraper .detailBox span {
            font-size: 18px;
            color: #000;
            font-weight: 500;
        }

.detailWrapper .detailBox {
    box-shadow: 5px 0 5px -5px #333;
    padding: 0 12px;
}

    .detailWrapper .detailBox:last-child {
        box-shadow: none;
    }

.courseText p {
    padding-bottom: 20px;
    padding-top: 20px;
    width: 100%;
    margin: 0;
    text-align: justify;
}

.faqsText {
    padding: 50px 0;
    text-align: left;
}

p.question .faqBox, p.answer .faqBox {
    width: 30px;
    height: 30px;
    background: #2d8e84;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border-radius: 50px;
    position: absolute;
}

p.question {
    cursor: pointer;
}

div.faqPage p.answer {
    display: none;
}

    p.answer .faqBox {
        background: #58cdc1;
    }

.faqAcor-wrap {
}

    .faqAcor-wrap .faqAcor-inner {
        text-align: left;
        margin-bottom: 15px;
        border: 2px solid transparent;
    }

        .faqAcor-wrap .faqAcor-inner.active {
            border: 2px solid #fff;
        }

        .faqAcor-wrap .faqAcor-inner p.question {
            display: flex;
            margin: 0;
            padding: 15px;
            gap: 10px;
            align-items: center;
            background-color: white;
            font-size: 20px;
            font-weight: 500;
            color: #000;
        }

            .faqAcor-wrap .faqAcor-inner p.question span:first-child {
                flex: 1 1 auto;
            }

        .faqAcor-wrap .faqAcor-inner p.answer {
            padding: 25px 15px;
            background-color: #49afa4fc;
            font-size: 18px;
            line-height: 32px;
            color: #fff;
            margin:0;
        }

            .faqAcor-wrap .faqAcor-inner.active span.icon {
                transform: rotate(180deg);
            }

        .faqAcor-wrap .faqAcor-inner span.icon {
            transition: .3s;
        }

        .faqAcor-wrap .faqAcor-inner.active p.question {
            color: #296862;
        }

.courseSection {
    background: #f3f7fb;
    padding: 50px 0;
}

    .courseSection .coursesCard-box {
        margin-bottom: 24px;
    }

    .courseSection .textWrapper p {
        padding-bottom: 30px;
    }

.courseBanner-img img {
    width: 100%;
}

.textWrapper h3.head-title {
    font-size: 26px;
    text-transform: uppercase;
    text-align: left;
    color: #868686;
    letter-spacing: 2px;
}

.courseSection .shortCourse-wrap {
    border: 1px solid rgba(0,0,0,.125);
    margin-bottom: 30px;
    border-bottom: 2px solid #2d8e84;
    border-radius: 8px;
    transition: .3s;
}

    .courseSection .shortCourse-wrap:hover {
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        margin-top: -10px;
    }

    .courseSection .shortCourse-wrap .courseImg img {
        width: 100%;
    }

    .courseSection .shortCourse-wrap .courseHead {
        padding: 20px;
        border-bottom: 1px solid rgba(0,0,0,.125);
        height: 89px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #2d8e84;
        color: #fff;
    }

        .courseSection .shortCourse-wrap .courseHead h5 {
            margin: 0;
            font-size: 22px;
            font-weight: 600;
        }

    .courseSection .shortCourse-wrap .courseDetail {
        padding: 20px;
        text-align: left;
    }

        .courseSection .shortCourse-wrap .courseDetail p {
            font-size: 18px;
            color: #a9a6a6;
            text-transform: capitalize;
        }

        .courseSection .shortCourse-wrap .courseDetail a.enrollBtn {
            padding: 8px 15px;
            background: #2d8e84;
            text-decoration: none;
            color: #fff;
            border: 1px solid #2d8e84;
            transition: .3s;
        }

            .courseSection .shortCourse-wrap .courseDetail a.enrollBtn:hover {
                border: 1px solid #2d8e84;
                background: transparent;
                color: #2d8e84;
            }

        .courseSection .shortCourse-wrap .courseDetail p:first-child {
            color: #000;
        }

        .courseSection .shortCourse-wrap .courseDetail p:nth-child(3) {
            margin-bottom: 30px;
        }

.modal-dialog {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#courseModal .modal-content {
    background-image: url(../media/Bano-Qabil-popup.jpeg);
    background-repeat: no-repeat;
    background-size: 100%;
    max-height: 350px;
    background-position: center;
    border: none;
    box-shadow: none;
}
    #courseModal .modal-content.aptitudeContent {
        background:none;
    }
        #courseModal .modal-content.aptitudeContent .modal-body {
            padding: 0;
        }

            #courseModal .modal-content.aptitudeContent .modal-body img {
                width: 100%;
            }

        #courseModal .modal-content.aptitudeContent button.btn-close {
            z-index: 999;
        }

        #courseModal .modal-content.aptitudeContent .modal-header {
            padding: 0;
        }
    #courseModal .modal-content .modal-header {
        /*background: #2d8e84;*/
        color: #fff;
        flex: 2 2 auto;
    }

.modal-header p {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
}

.modal-header button.btn-close {
    opacity: 1;
    position: absolute;
    right: 8px;
    top: 8px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 3px 0 0;
    padding: 5px;
    font-size:22px;
}

.modal-body p {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px;
    padding-top: 10px;
}

.modal-footer button.btn.custombtn {
    box-shadow: none;
    background: #2d8e84;
    color: #fff;
    padding-top: 8px;
    border-radius: 0;
    border: 1px solid #2d8e84;
    transition: .3s;
}

    .modal-footer button.btn.custombtn:hover {
        border: 1px solid #2d8e84;
        background: transparent;
        color: #2d8e84;
    }

.modal.bootCampModal {
    padding:20px;
}

    .modal.bootCampModal .modal-dialog {
        max-width: 500px;
        margin: 0 auto;
        height: 100%;
        overflow: auto;
    }

        .modal.bootCampModal .modal-dialog .modal-content {
            height: 100%;
            overflow:auto;
        }

    .modal.bootCampModal .modal-header h5.modal-title {
        font-size: 24px;
        color: #fff;
        line-height: 34px
    }

    .modal.bootCampModal .modal-dialog {
        max-width: 500px;
    }

    .modal.bootCampModal .modal-header {
        padding: 10px;
        position: relative;
        background: #21645f;
    }

        .modal.bootCampModal .modal-header button.close {
            color: #fff;
            opacity: 1;
            position: absolute;
            top: 5px;
            right: 10px;
            font-size: 24px;
        }

    .modal.bootCampModal .modal-body ul {
        margin: 0;
        text-align: left;
        list-style: none;
    }

        .modal.bootCampModal .modal-body ul li {
            margin: 15px 0;
        }

            .modal.bootCampModal .modal-body ul li ul li {
                margin: 0;
            }

            .modal.bootCampModal .modal-body ul li span.campusTop {
                display: block;
                width: 100%;
                padding: 6px 10px 8px;
                background: linear-gradient(rgb(33 100 95) 0%, rgb(31, 80, 77) 100%);
                color: #fff;
                box-shadow: inset 0 2px 0 0 hsl(0deg 0% 100% / 20%), inset 0 -1px 0 0 rgb(0 0 0 / 25%), 0 2px 6px 0 rgb(0 0 0 / 10%);
            }

                .modal.bootCampModal .modal-body ul li ul.days span.DaysWrap {
                    display: block;
                    width: 100%;
                    padding: 6px 10px 8px;
                    background: linear-gradient(rgb(37, 124, 117) 0%, rgb(33, 100, 95) 100%);
                    color: #fff;
                    box-shadow: inset 0 2px 0 0 hsl(0deg 0% 100% / 20%), inset 0 -1px 0 0 rgb(0 0 0 / 25%), 0 2px 6px 0 rgb(0 0 0 / 10%);
                }

            .modal.bootCampModal .modal-body ul li ul span.timeWrap {
                padding: 6px 10px 8px;
                display: block;
                width: 100%;
                background: linear-gradient(rgb(45, 142, 132) 0%, rgb(37, 124, 117) 100%);
                color: #fff;
                box-shadow: inset 0 2px 0 0 hsl(0deg 0% 100% / 20%), inset 0 -1px 0 0 rgb(0 0 0 / 25%), 0 2px 6px 0 rgb(0 0 0 / 10%);
            }

    .modal.bootCampModal .selectedCampus h6 {
        margin: 0;
        text-align: left;
        font-size: 24px;
        margin-bottom: 15px;
        padding: 0px 10px 10px 0;
    }

    .modal.bootCampModal .modal-body {
        padding: 10px;
    }
/*   .courseText span::before {
        content: '';
        height: 10px;
        width: 10px;
        background: #2d8e84;
        position: absolute;
        bottom: -8px;
        border-radius: 50%;
        z-index: 1;
        animation-name: example;
        animation-duration: 5s;.courseText
        animation-iteration-count: infinite;
    }

@-webkit-keyframes example {
    0% {
        left: 0;
    }

    50% {
        left: 100%;
    }

    100% {
        left: 0;
    }
}
*/
.fieldsWrap .form {
    text-align: left;
}


.aside-menu .menu-column .menu-item .menu-content .menu-section {
    font-size: 20px;
}

.menu-icon {
    padding-right: 20px;
    display: none;
}

.accuntDetilText {
    padding: 15px 0;
}

    .accuntDetilText span {
        display: block;
        font-size: 20px;
    }

.paragraphnote {
    text-align: left;
    padding-bottom: 20px;
}

    .paragraphnote span {
        line-height: normal;
        font-size: 14px;
        font-family: 'DunbarTall Book';
        letter-spacing: 1px;
    }

        .paragraphnote span span {
            font-weight: 500;
        }

.refundDetailWrap {
    padding-bottom: 15px;
}

    .refundDetailWrap h4 {
        text-align: left;
        margin: 0;
        padding-bottom: 10px;
        font-size: 24px;
        font-weight: 700;
    }

div.bankChrgesText {
    text-align: left;
    padding-bottom: 20px;
    font-family: 'DunbarTall Book';
    letter-spacing: 1px;
    font-size: 14px;
    color: #000;
}

    div.RefundFormFieldsWrapper .refundField {
        text-align: left;
        flex:1;
    }

        div.RefundFormFieldsWrapper .refundField label {
            display: block;
            font-size: 18px;
            text-transform: capitalize;
        }

        div.RefundFormFieldsWrapper .refundField label p{
            /*display: block;*/
            color: #000;
            font-size: 18px;
            text-transform: capitalize;
        }

    div.RefundFormFieldsWrapper .refundField-inline {
        display: flex;
        margin-bottom: 10px;
        flex-wrap: wrap;
    }

    div.RefundFormFieldsWrapper .refundField label:first-child {
        font-size: 20px;
        font-weight: 500;
        color: #2d8e84;
    }

    div.reqfieldsWrapper .reqFieldsInline {
        text-align: left;
        margin-bottom: 10px;
    }

        div.reqfieldsWrapper .reqFieldsInline select {
            border-radius: 0;
            border: 1px solid #2d8e84;
            font-weight: 400;
            font-size: 14px;
            padding: 9px 12px;
            outline: none;
            font-family: 'DunbarTall Book';
            letter-spacing: 1px;
            background-image: url(/media/caret-down.png);
            background-repeat: no-repeat;
            background-size: 12px;
            background-position: right 10px center;
        }

        div.reqfieldsWrapper .reqFieldsInline input {
            width: 100%;
            padding: 9px 12px;
            border: 1px solid #2d8e84;
            font-family: 'DunbarTall Book';
            font-size: 14px;
            letter-spacing: 1px;
            outline: none;
        }

        div.reqfieldsWrapper .reqFieldsInline label {
            display: block;
            padding-bottom: 3px;
            font-size: 14px;
            font-weight: 500;
            font-family: 'DunbarTall Medium';
            letter-spacing: 1px;
            color: #000;
        }

.otpFieldBox {
    width: 60%;
    margin-inline: auto;
    padding: 12px 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 12px;
}

    .otpFieldBox .otpIcon {
        width: 40px;
        height: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #2d8e84;
        border-radius: 6px;
        color: #fff;
        font-size: 20px;
        margin-bottom: 15px;
    }

    .otpFieldBox .otpMessage {
        background-color: #d4edda;
        color: #155724;
        border: 1px solid #c3e6cb;
        border-radius: 5px;
        padding: 10px;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        gap: 10px;
        justify-content: center;
    }

        .otpFieldBox .otpMessage p {
            margin: 0;
            font-family: "DunbarTall Book";
            letter-spacing: 1px;
            font-size: 14px;
        }

        .otpFieldBox .otpMessage .otpCheckIcon {
            width: 22px;
            height: 22px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #2d8e84;
            color: #fff;
            border-radius: 50px;
            font-size: 12px;
            flex: 0 0 auto;
        }

.admitCard-wrap {
    padding: 50px 0;
}

.card.admitCardWidth {
    width: 100%;
    max-width: 50%;
    margin: 0 auto;
    border-radius: 10px;
}

.resultBtnWrap {
    padding: 20px 0 0;
}

.admitCard-wrap.studentResult.refundBox .card.admitCardWidth {
    padding: 0;
    border-color: #2d8e84;
    border-radius: 10px;
    border-width: 4px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

    .admitCard-wrap.studentResult.refundBox .card.admitCardWidth .card-body {
        padding: 0;
    }

        .admitCard-wrap.studentResult.refundBox .card.admitCardWidth .card-body h2 {
            padding: 10px 10px 15px 10px;
            background-color: #2d8e84;
            color: #fff;
            border-radius: 3px 3px 0 0;
        }

        .admitCard-wrap.studentResult.refundBox .card.admitCardWidth .card-body .form-outline.divStudent {
            padding: 20px;
            margin: 0;
        }

@media (max-width:991px) {
    .card.admitCardWidth {
        width: 100%;
        max-width: 100%;
    }
    .detailBottom {
        margin-bottom: 30px;
    }
    .menu-icon {
        display: block;
    }

    .detailWrapper .detailBox {
        width: 24%;
    }
    .boxHeight .card.admitCardWidth {
        width: 100%;
        max-width: 100%;
    }
}


@media (max-width:767px) {
    .refundDetailWrap {
        padding: 10px;
        margin-top: 10px;
    }

        .refundDetailWrap h4 {
            text-align: left;
            margin: 0;
            padding-bottom: 10px;
            font-size: 24px;
            font-weight: 700;
        }

    div.reqfieldsWrapper {
        flex-direction: column;
    }

    div.RefundFormFieldsWrapper .refundField-inline {
        flex-direction: column;
        margin: 0;
    }

    div.RefundFormFieldsWrapper .refundField {
        border-bottom: 1px solid #2d8e84;
        padding-bottom: 5px;
        padding-top: 5px;
    }
    .faqAcor-wrap .faqAcor-inner p.question {
        font-size: 16px;
    }

    .faqAcor-wrap .faqAcor-inner p.answer {
        font-size: 16px;
        padding: 15px;
    }

    .faqPageWrapper .textWrapper p {
        font-size: 40px;
    }

        .faqPageWrapper .textWrapper p span {
            font-size: 40px;
        }

    .faqPageWrapper h1.head-title {
        font-size: 24px;
    }
    .detailWrapper .detailBox {
        width: 32%;
    }

        .detailWrapper .detailBox:last-child {
            box-shadow: 5px 0 5px -5px #333;
        }
    .intro-Wrap h3 {
        font-size: 40px;
    }
}
@media (max-width:575px) {
    .intro-Wrap h3 {
        font-size: 38px;
    }
}

@media (max-width:480px) {
    .intro-Wrap h3 {
        font-size: 28px;
    }
    .detailWrapper .detailBox {
        width: 49%;
    }

        .detailWrapper .detailBox:nth-child(even) {
            box-shadow: none;
        }
}


@media screen and (max-width:991px) {
    .aside-fixed .aside {
        display: block;
        position: fixed;
        z-index: 999;
        top: 0;
        bottom: 0;
        padding: 10px 0;
        width: 0;
        transition: .3s;
    }

        .aside-fixed .aside.asideOpen {
            width: 300px;
        }
}

@media print {
    @page {
        margin: 0;
        size:landscape;
    }
    table.cardTable tr th {
        -webkit-print-color-adjust: exact;
        color-adjust: exact;
        background-color: #0f7142 !important;
    }

    .stdPassWrap .admitCard-inner {
        -webkit-print-color-adjust: exact;
        color-adjust: exact;
        background-image: url('/media/pass-bottom-bg.jpg') !important;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        position: relative;
    }

        .stdPassWrap .admitCard-inner::after {
            content: '';
            -webkit-print-color-adjust: exact;
            color-adjust: exact;
            background-image: url('/media/logo.png') !important;
            background-repeat: no-repeat;
            background-position: center;
            background-size: auto;
            opacity: 0.1;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 1;
            pointer-events: none;
        }
    .admitCard {
        width: 100% !important;
    }
    .printBtn {
        display:none;
    }
    header {
        display: none;
    }
    footer {
        display:none;
    }
    .footerBottom {
        display:none;
    }
    th h2 {
        font-size: 20px !important;
        margin: 0;
    }
    th p {
        font-size: 16px !important;
    }
    th a {
        font-size: 18px !important;
    }
    .admitCard-wrap th img {
        width: 100px !important;
    }
    table.cardTable tr th {
        font-size:20px !important;
    }

}



.InterviewSection {
    padding: 50px 0;
    text-align: left;
}

    .InterviewSection p.highlightedInstruction {
        margin: 0;
        padding: 10px;
        text-align: center;
        background: #0d67a5;
        color: #fff;
        display: inline;
        border-radius: 4px;
        box-shadow: 3px 3px 4px darkgrey;
        font-weight: 500;
    }

    .InterviewSection .highlightedBox {
        text-align: center;
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .InterviewSection .Logo {
        width: 120px;
    }

        .InterviewSection .Logo img {
            width: 100%;
        }

        .InterviewSection .Logo.rightLogo {
            margin-left: auto;
            width: 130px;
        }

    .InterviewSection .topText {
        text-align: center;
    }

        .InterviewSection .topText h2 {
            font-size: 30px;
            font-weight: 600;
            font-family: sans-serif;
            margin: 0;
        }

        .InterviewSection .topText h5 {
            font-size: 22px;
            font-weight: 600;
            padding-top: 8px
        }
        .InterviewSection .topText h4 {
            font-size: 20px;
        }
.contentText {
    text-align: left;
    padding: 20px 0;
}

h4.interView-head {
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    text-decoration: underline;
}

.contentText ul li {
    padding-left: 10px;
    line-height: 30px;
    font-size: 18px;
}

.InterviewSection .dateAndTime {
    text-align: left;
}

    .InterviewSection .dateAndTime > div span {
        font-size: 16px;
    }

        .InterviewSection .dateAndTime > div span:last-child {
            color: #000;
            font-weight: bold;
        }

.InterviewSection .stdImage {
    width: 160px;
    height: 180px;
    border: 1px solid;
    margin-top: 5px;
}

    .InterviewSection .stdImage img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.InterviewSection .infoWrap {
    text-align: left;
    padding-bottom: 8px;
}

    .InterviewSection .infoWrap span {
        font-size: 18px;
        font-weight: 600;
    }

        .InterviewSection .infoWrap span.orangeText {
            font-weight: bold;
            color: #000;
            padding-left: 10px;
        }

        .InterviewSection .infoWrap span.lightText {
            font-weight: 400;
        }

    .InterviewSection .table > thead th {
        font-size: 16px;
        font-weight: 500;
        text-align: center;
        white-space: nowrap;
    }

.InterviewSection .table tbody td {
    font-size: 14px;
    font-weight: 500;
    text-align: left;
}

    .InterviewSection .table tbody td small {
        font-weight: normal;
        font-size: 13px;
    }

.InterviewSection table ul {
    margin: 0;
}

.InterviewSection .listText {
    text-align: left;
}

    .InterviewSection .listText ul {
        list-style: auto;
    }

        .InterviewSection .listText ul li {
            line-height: 30px;
            padding-left: 10px;
            font-size: 18px;
            font-weight: 600;
        }

            .InterviewSection .listText ul li span {
                font-weight: 400;
                padding-left: 10px;
            }
            .listContentWrapper {
                display: flex;
                gap: 20px;
            }
        .InterviewSection .listText.secondList h5 {
            font-size: 22px;
            font-weight: 600;
            text-decoration: underline;
        }

        .InterviewSection .listText.secondList ul li {
            padding: 0;
        }

            .InterviewSection .listText.secondList ul li > div {
                display: flex;
                padding-bottom: 5px;
            }

            .InterviewSection .listText.secondList ul li span.line {
                width: 220px;
                display: inline-block;
                border-bottom: 1px solid #000;
            }

            .InterviewSection .listText.secondList ul li span:first-child {
                width: 105px;
                display: inline-block;
            }

.InterviewSection .courseint-text {
    display: flex;
}

    .InterviewSection .courseint-text span.line {
        width: 350px;
        display: inline-block;
        border-bottom: 1px solid #000;
        margin-left: 5px;
    }

    .InterviewSection .courseint-text span {
        font-size: 18px;
    }

.InterviewSection .courseRight {
    padding-bottom: 10px;
    display: flex;
}

    .InterviewSection .courseRight span.line {
        display: inline-block;
        border-bottom: 1px solid #000;
        width: 290px;
    }

    .InterviewSection .courseRight span:first-child {
        width: 155px;
        display: inline-block;
    }

.InterviewSection .interBottom-text p {
    margin: 0;
    font-size: 18px;
}

.InterviewSection .interBottom-date .innerDate {
    display: flex;
    align-items: end;
}

    .InterviewSection .interBottom-date .innerDate span.line {
        width: 100%;
        border-bottom: 1px solid #000;
        margin-left: 10px;
    }

    .InterviewSection .interBottom-date .innerDate span {
        font-size: 18px;
    }

.InterviewSection p {
    font-size: 18px;
}

.InterviewSection .securityText .securityInner {
    display: flex;
}

    .InterviewSection .securityText .securityInner span {
        font-size: 18px;
        width: 195px;
    }

        .InterviewSection .securityText .securityInner span.line {
            border-bottom: 1px solid #000;
            width: calc(100% - 195px);
        }

.InterviewSection ul {
    margin: 0;
}

.InterviewSection .form-group {
    margin-bottom: 20px;
}

    .InterviewSection .form-group label {
        font-size: 18px;
        padding-bottom: 10px;
    }

    .InterviewSection .form-group select, .InterviewSection .form-group input, .InterviewSection td select, .InterviewSection td input {
        box-shadow: none;
        height: 40px;
        border-radius: 0;
        border: 1px solid #2d8e84;
    }

        .InterviewSection .form-group select:focus, .InterviewSection .form-group input:focus,
        .InterviewSection td select:focus, .InterviewSection td input:focus {
            box-shadow: none;
        }

.InterviewSection .table tbody td input.btn-xs.btn-primary {
    background: #2d8e84;
    border-color: #2d8e84;
    border-radius: 6px;
    padding: 5px 12px;
    font-size: 15px;
    box-shadow: none;
    transition: .3s;
}

    .InterviewSection .table tbody td input.btn-xs.btn-primary:hover {
        border-color: #2d8e84;
        background: #fff;
        color: #2d8e84;
    }

.InterviewSection .table tbody td.closeBtn {
    position: relative;
}

    .InterviewSection .table tbody td.closeBtn input.btn-xs.btn-danger {
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #2d8e84;
        border-color: #2d8e84;
        color: #fff;
        border-radius: 6px;
        padding: 0px 10px 4px;
        line-height: normal;
        font-size: 18px;
        box-shadow: none;
    }
.InterviewSection table ul li {
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 5px;
}

.InterviewSection table tbody ul {
    padding-left: 24px;
}

.InterviewSection table tbody + thead + tbody ul {
    list-style: auto;
}

.ScrutinyBox {
    padding: 15px;
    border: 1px solid #000;
}

    .ScrutinyBox p {
        text-align: center;
        font-weight: 500;
    }


@media (max-width:575px) {

    .InterviewSection .listText.secondList ul li {
        width: 100%;
    }


    .InterviewSection .Logo {
        width: 80px;
    }

        .InterviewSection .Logo.rightLogo {
            width: 90px;
        }

    .InterviewSection .topText {
        padding-top: 10px;
    }

        .InterviewSection .topText h2 {
            font-size: 21px;
        }

        .InterviewSection .topText h5 {
            font-size: 16px;
        }

        .InterviewSection .topText h4 {
            font-size: 15px;
        }
}

@media (max-width:480px) {

    .InterviewSection .Logo {
        width: 60px;
    }

    .InterviewSection .topText h2 {
        font-size: 18px;
    }
    .InterviewSection .topText h4 {
        font-size: 15px;
    }
    .InterviewSection .topText h5 {
        font-size: 16px;
        padding-top: 5px;
        margin-bottom: 5px;
    }

    .InterviewSection .Logo.rightLogo {
        width: 80px;
    }

    .InterviewSection .stdImage {
        margin-bottom: 20px;
    }

    .InterviewSection .infoWrap span {
        font-size: 15px;
    }

    .InterviewSection p {
        font-size: 16px;
    }

    .InterviewSection .listText ul li {
        font-size: 16px;
        line-height: 26px;
    }

    .InterviewSection .listText.secondList h5 {
        font-size: 17px;
    }

    .InterviewSection .interBottom-text p {
        font-size: 16px;
    }

    .InterviewSection .interBottom-date .innerDate span {
        font-size: 16px;
    }

    .InterviewSection .securityText .securityInner span {
        font-size: 16px;
        width: 180px;
    }

    .InterviewSection table ul {
        padding-left: 20px;
    }
}


@media print {
    @page {
        size: 11in 19in;
        margin: 0 !important;
        /*margin: 20px 0;*/
    }

    .admitCard-wrap .admitCard {
        width: 100% !important;
    }

    .admitCard-wrap .container {
        max-width: 100% !important;
    }

    .passListWrap ul li {
        padding-bottom: 5px !important;
        font-size: 14px !important;
    }

    .passListWrap h2 {
        font-size: 18px !important;
    }

    .passListWrapContent {
        margin-top: 0px !important;
    }

    .studentName span {
        font-size: 16px !important;
    }


    .InterviewSection .interviewbtnsWrap {
        display: none !important;
    }

    .InterviewSection {
        padding:10px !important;
    }
        .InterviewSection .row {
            display:flex !important;
        }
            .InterviewSection .row .col-md-7 {
                width: 58.33333333%;
            }
            .InterviewSection .row .col-md-5 {
                width: 41.66666667%;
            }
            .InterviewSection .row .col-md-6 {
                width: 33.33333333% !important;
            }

            .InterviewSection .row .col-md-9 {
                width: 75%;
            }

            .InterviewSection .row .col-md-3 {
                width: 25%;
            }

            .InterviewSection .row .col-md-10 {
                width: 83%;
            }
            .InterviewSection .row .row .col-md-4 {
                width: 33.33333333% !important;
            }
        .InterviewSection .row .col-md-2 {
            width: 17%;
        }
        .InterviewSection .interviewbtnsWrap {
                display: none;
            }
        .InterviewSection table ul li {
            font-size:12px !important;
            padding-bottom:2px !important;
        }
        .InterviewSection .container {
            max-width: 100%;
        }
        .InterviewSection .stdImage {
            width: 110px !important;
            height:130px !important;
            margin-top:10px !important;
        }
        .InterviewSection .Logo
        {
            width: 90px !important;
        }

    .InterviewSection .topText h2 {
        font-size: 24px;
    }

    .InterviewSection .topText h5 {
        font-size: 18px;
    }

    .InterviewSection .Logo.rightLogo {
        width: 100px !important;
    }

    h4.interView-head {
        font-size: 14px !important;
        margin: 0 !important;
    }

    .contentText ul li {
        font-size: 12px !important;
        line-height: 18px !important;
    }

    .InterviewSection .dateAndTime > div span {
        font-size: 12px !important;
        line-height: 16px;
        display: block;
    }

    .contentText ul {
        margin: 0 !important;
    }

    .InterviewSection .listText.secondList ul li > div {
        padding: 0 !important;
    }

    .contentText {
        padding: 10px 0 !important;
    }

    .InterviewSection .stdImage {
        margin-bottom: 10px !important;
    }

    .InterviewSection .infoWrap span {
        font-size: 12px !important;
    }

    .InterviewSection p {
        font-size: 12px !important;
    }

    .InterviewSection .listText ul li {
        font-size: 12px !important;
        line-height: 16px !important;
    }

    .InterviewSection .listText.secondList h5 {
        font-size: 14px !important;
    }

    .InterviewSection .interBottom-text p {
        font-size: 14px !important;
    }

    .InterviewSection .interBottom-date .innerDate span {
        font-size: 14px !important;
    }

    .InterviewSection .securityText .securityInner span {
        font-size: 14px !important;
        width: 180px !important;
    }

    .ScrutinyBox p {
        padding-bottom:5px !important;
        font-size: 15px !important;
    }

    .InterviewSection table ul {
        padding-left: 20px !important;
    }

    .InterviewSection .table thead th, .InterviewSection .table tbody td {
        padding: 2px 10px !important;
        font-size: 12px !important;
        line-height: 16px !important;
    }

    .InterviewSection .infoWrap {
        padding-bottom: 0 !important;
    }
    .InterviewSection .courseint-text span {
        font-size: 14px !important;
    }
    .InterviewSection .courseint-text span.line {
        font-size: 14px !important;
        display: flex !important;
        align-items: end;
    }

    .InterviewSection p {
        margin: 0 !important;
    }

    .InterviewSection .listText {
        padding-top: 15px !important;
    }

    .InterviewSection .courseRight span:first-child {
        width: 220px !important;
    }

    .row.ManagingText {
        padding-bottom: 10px !important;
    }

    .InterviewSection hr {
        display: none !important;
    }

    .InterviewSection .listText.secondList ul li span:first-child {
        width: 80px !important;
    }

    .InterviewSection .securityText .securityInner span {
        width: 150px !important;
    }

    .InterviewSection ul {
        padding-top: 5px !important;
    }

    .InterviewSection .listText ul, .InterviewSection table ul {
        padding-top: 0 !important;
    }

    .InterviewSection table {
        margin-bottom: 0 !important;
    }

    

}


@font-face {
    font-family: loginFont;
    src: url('/org_assets/login_font/DancingScript-Bold.ttf');
    font-weight: 500;
}

.loginPage_Wrapper {
    display: flex;
    align-items: center;
}

    .loginPage_Wrapper .loginLeft_Content {
        width: 55%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: radial-gradient(circle, #ffffff 25%, #f0f0f0 75%);
    }

.loginLeft_Content .loginLeft_Content_inner img.mainLogo {
    width: 110px;
    position: relative;
    top: 30px;
}

.loginPage_Wrapper .loginLeft_Content img {
    width: 90px;
}

.loginPage_Wrapper .loginLeft_Content h1 {
    font-family: 'loginFont';
    font-size: 70px;
    color: #000;
    margin: 0;
    line-height: normal;
    position: relative;
    top: 30px;
    text-shadow: 2px 2px 0px #fff;
}

.loginPage_Wrapper .loginLeft_Content h2 {
    color: #0f7142;
    text-transform: uppercase;
    font-size: 70px;
    margin: 0;
}

.loginLeft_Content .loginText_inline {
    display: flex;
    align-items: end;
    gap: 30px;
    padding-top: 30px;
}

.loginPage_Wrapper .loginLeft_Content p {
    margin: 0;
    font-size: 26px;
}

.loginPage_Wrapper .loginLeft_Content img {
    width: 90px;
}

.loginPage_Wrapper .loginPage_form_wrapper {
    width: 45%;
    height: 100%;
}

.mobileText {
    display: none;
    padding-bottom: 20px;
}

    .mobileText h1 {
        font-family: 'loginFont';
        font-size: 60px;
        color: #000;
        margin: 0;
        line-height: normal;
        position: relative;
        top: 25px;
        text-shadow: 2px 2px 0px #fff;
    }

    .mobileText h2 {
        color: #0f7142;
        text-transform: uppercase;
        font-size: 60px;
        margin: 0;
    }

.loginPage_Wrapper .loginPage_form_wrapper form {
    padding: 30px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.loginpageRight_content {
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.loginpageRight_content h1 {
    margin: 0;
    font-size: 40px;
    color: #0f7142;
    padding-bottom: 10px;
}
   
.loginpageRight_content p {
    margin: 0;
    font-size: 22px;
}

.loginpageRight_content .mobileImg {
    text-align: right;
    display: none;
}

.loginpageRight_content .mobileImg img {
    width: 110px;
}

.loginPage_form_wrapper form .formField {
    margin-bottom: 20px;
}

.loginPage_form_wrapper form .formField label {
    font-size: 18px;
    padding-bottom: 5px;
}

.formField .formFieldBox {
    display: flex;
    align-items: center;
    border: 1px solid #e4e6ef;
    border-radius: .475rem;
    position: relative;
}

    .formField .formFieldBox i {
        padding: .75rem 1rem;
        height: 44px;
        display: flex;
        align-items: center;
        color: #0f7142;
        background: #0f714217;
        border-radius: 5px 0 0 5px;
        font-size: 16px;
    }

    .formField .formFieldBox input.form-control {
        border: 0;
        padding: 10px;
        font-size: 16px;
        border-radius: 0 5px 5px 0;
    }

        .formField .formFieldBox input.form-control:-internal-autofill-selected {
            background:none;
        }

        .loginPage_form_wrapper form .formField span.error {
            display: none;
            color: red;
            font-size: 14px;
            padding-top: 5px;
        }

.formField .formFieldBox span#togglePassword {
    position: absolute;
    right: 0;
}

.formField .formFieldBox i.passEye {
    padding: 0;
    height: auto;
    background: none;
    border-radius: 0;
    color: #000;
    padding-right: 10px;
}

.loginPage_form_wrapper form button#btnSignIn {
    width: 100%;
    background: #0f7142;
    color: #fff;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
}

.modal-content .modal-header {
    background-color: #2d8e84;
    color: #fff;
    border: 0;
    padding: 10px 10px 15px;
}

div#forgetStudentIdModal {
    overflow: hidden;
}

.modal .modal-content {
    border: 0;
}

.modal-content .modal-header h5.modal-title {
    line-height: normal;
}

.modal-content .modal-header button.btn.btn-closeModal {
    padding: 0px;
    line-height: normal;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffff;
    box-shadow: none;
    font-size: 18px;
}

.modal-content .modal-body {
    padding: 15px 10px;
}

    .modal-content .modal-body .form-outline {
        margin: 0;
    }

        .modal-content .modal-body .form-outline span.select2-selection.select2-selection--single {
            text-align: center;
            border-radius: 0;
            border: 1px solid #2d8e84 !important;
            font-weight: 400;
            font-size: 15px;
            padding: 10px 12px;
            height: 45px;
            background-image: url(/media/caret-down.png);
            background-repeat: no-repeat;
            background-size: 12px;
            background-position: right 10px center;
            text-align: left;
        }

            .modal-content .modal-body .form-outline span.select2-selection.select2-selection--single span.select2-selection__rendered {
                line-height: normal;
                padding: 0;
            }

            .modal-content .modal-body .form-outline span.select2-selection.select2-selection--single span.select2-selection__arrow {
                display: none;
            }

li.select2-results__option.select2-results__message {
    text-align: left;
    line-height: normal;
    padding-top: 0;
}

.select2-container .select2-selection--single .select2-selection__clear {
    right: 20px;
    font-size: 16px;
}

.listBtnWrapper .btn.customBtn.DonateBtn {
    align-items: center;
    appearance: none;
    border: 0;
    border-radius: 6px;
    box-shadow: rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, rgba(58, 65, 111, .5) 0 -3px 0 inset;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    list-style: none;
    overflow: hidden;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: box-shadow .15s, transform .15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    will-change: box-shadow, transform;
    background: #2d8e84;
    font-size: 16px;
    animation: pulse 1.5s infinite;
}

    .listBtnWrapper .btn.customBtn.DonateBtn:focus {
        box-shadow: #2d8e84 0 0 0 1.5px inset, rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #2d8e84 0 -3px 0 inset;
    }

    .listBtnWrapper .btn.customBtn.DonateBtn:hover {
        box-shadow: rgb(45 142 132) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #2d8e84 0 -3px 0 inset;
        transform: translateY(-2px);
    }

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

@media (max-width:1299px) {
    .card .card-body h3 {
        font-size: 16px;
    }

    .textWrapper p {
        font-size: 33px;
    }
}

@media screen and (max-width:1199px) and (min-width:992px) {
    .navbar > .container, .navbar > .container-fluid, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container-xl, .navbar > .container-xxl {
        max-width: 1100px;
    }
}

@media screen and (max-width:1199px) {
    .footerImgWrap {
        display: block;
    }

        .footerImgWrap .footerImg:first-child {
            margin-bottom: 20px;
        }

    .provinceWrapper .allLinksData div#divlinks li.nav-item ul {
        row-gap: 10px;
    }

        .provinceWrapper .allLinksData div#divlinks li.nav-item ul li.nav-item {
            flex: inherit;
            width: 31%;
        }

    .provinceWrapper .allLinksData div#divlinks li.nav-item a.nav-link {
        font-size: 23px;
    }

    .provinceBanner .provinceBread h1 {
        font-size: 120px;
    }

    .card .card-body h3 {
        font-size: 22px;
    }

    .coursesSection-Wrap .category-arrow {
        display: none;
    }

    .coursesSection .textWrapper {
        text-align: center;
    }

        .coursesSection .textWrapper h1.head-title {
            justify-content: center;
        }

        .coursesSection .textWrapper p {
            text-align: center;
            padding-bottom: 20px;
            font-size: 40px;
        }

    .direction-l:before, .direction-r:before {
        right: -30px;
    }

    .direction-r:before {
        left: -28px;
    }

    header nav.navbar a.navbar-brand img {
        width: 100px;
    }

    header nav.navbar a.navbar-brand::before {
        left: 0;
        right: 0;
        width: 130px;
        min-height: auto;
    }

    header nav.navbar a.navbar-brand {
        width: 130px;
    }

    ul.navbar-nav {
        justify-content: center;
        flex: 1 1;
    }

        ul.navbar-nav li.nav-item a.nav-link {
            font-size: 14px;
        }

    a.btn.customBtn {
        font-size: 14px;
    }
}

@media screen and (max-width:1024px) {
    header nav.navbar a.navbar-brand::before {
        right: -5px;
    }

    ul.navbar-nav li.nav-item a.nav-link {
        font-size: 13px;
        padding: 23px 11px;
    }
    .otpFieldBox {
        width: 100%;
    }
}

@media screen and (max-width:991px) {
    .provinceWrapper .allLinksData div#divlinks li.nav-item ul li.nav-item {
        width: 48%;
    }

    .provinceWrapper .allLinksData div#divlinks li.nav-item ul {
        gap: 20px;
    }

    .provinceBanner .provinceBread h1 {
        font-size: 80px;
    }

    .errorPage .errorText p {
        font-size: 21px;
        font-weight: 500;
    }

    .errorPage .errorText h3 {
        font-size: 110px;
    }

    .provinceContentCenter .provinceLogo {
        width: 360px;
    }

    div.ProvinceDataWrap .alert-info {
        margin-top: 20px;
        width: 100%;
    }

    .coursesCard-box .course-card-img img {
        min-height: 200px;
        max-height: 250px;
    }

    .coursesCard-box .course-card-img {
        height: auto;
    }

    .coursesCard-wrap .coursesCard-box {
        margin-bottom: 24px;
    }

    section.topCourses-section .topCourses-inner .textWrapper p {
        text-align: left;
    }

    .topCourses-section .textWrapper h1.head-title {
        justify-content: start;
    }

    .coursesSection .textWrapper p {
        font-size: 35px;
    }

    .videoSection .textWrapper p {
        text-align: center;
        font-size: 35px;
    }

    .textWrapper p {
        font-size: 35px;
        text-align: center;
    }

    .textWrapper h1.head-title {
        justify-content: center;
    }

    .aboutUs-section .about-right-content .textWrapper p {
        text-align: center;
    }

    .images-inline-wrapper {
        justify-content: center;
    }
    /*.images-inline-wrapper .images-inline .about-box {
        height:280px;
    }*/
    .aboutUs-section .orderDesign {
        order: 2;
    }

    .aboutUs-section .row {
        gap: 40px;
    }

    .admitCard-wrap tr th img {
        width: 100px;
    }

    tr th h2 {
        font-size: 24px;
    }

    tr th p {
        font-size: 20px;
        padding: 0;
    }

    .admitCard-wrap .admitCard {
        width: 90%;
    }

    a.btn.customBtn {
        font-size: 16px;
    }

    section.counter-section .counterBox-Wrap:nth-child(2) {
        border-right: none;
    }

        section.counter-section .counterBox-Wrap:nth-child(2) .counterBox {
            border-right: none;
        }

    .direction-l:before, .direction-r:before {
        right: -24px;
    }

    .direction-r:before {
        left: -23px;
    }

    .mobileMenu .navbar-nav .dropdown-menu {
        display: none;
        border-radius: 0;
        background: none;
        padding-left: 30px;
    }

    .navbar-nav .nav-item a.dropdown-item {
        text-align: left;
    }

    .navbar-nav .nav-item {
        display: block;
        padding-left: 0;
        margin: 0;
        padding-right: 0;
    }

        .navbar-nav .nav-item ul.subMenu {
            position: inherit;
            top: 5px;
        }

            .navbar-nav .nav-item ul.subMenu li.nav-item {
                padding: 0.5rem 0.8rem;
            }

        .navbar-nav .nav-item a.dropdown-item:hover::after {
            display: none
        }

    .navbar-light .navbar-toggler:focus {
        box-shadow: none;
        border: 0;
        padding-left: 30px;
        padding-top: 0;
        padding-bottom: 0;
    }

    .mobileMenu .navbar-nav .dropdown-menu a.dropdown-item {
        color: #fff;
        font-size: 18px;
        padding: 0.5rem 20px;
        position: relative;
    }

        .mobileMenu .navbar-nav .dropdown-menu a.dropdown-item::before {
            content: '';
            width: 5px;
            height: 5px;
            background: #2d8e84;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translate(-50%, -50%);
        }

        .mobileMenu .navbar-nav .dropdown-menu a.dropdown-item span.rotate {
            transform: rotate(45deg);
        }

        .mobileMenu .navbar-nav .dropdown-menu a.dropdown-item:focus,
        .mobileMenu .navbar-nav .dropdown-menu a.dropdown-item:active,
        .mobileMenu .navbar-nav .dropdown-menu a.dropdown-item:hover {
            background: none;
        }

    ul.navbar-nav li.nav-item a.nav-link span:last-child {
        float: right;
        transition: .2s;
    }

    ul.navbar-nav li.nav-item {
        border-bottom: 1px solid #2d8e84;
    }

        ul.navbar-nav li.nav-item a.nav-link span.rotate {
            transform: rotate(45deg);
        }

    .mobileMenu .navbar-nav .dropdown-menu a.dropdown-item.show span.far {
        transform: rotate(45deg);
    }

    .mobileMenu .navbar-nav .dropdown-menu a.dropdown-item span.far {
        font-size: 16px;
        float: right;
        transition: .2s;
    }

    header nav.navbar a.navbar-brand img {
        width: 100px;
    }

    .scheduleSection .card {
        padding: 24px;
    }

        .scheduleSection .card .card-body h2 {
            font-size: 26px;
        }

    nav.navbar div.navbar-collapse {
        display: none;
    }

    ul.navbar-nav {
        display: block;
        height: 100vh;
    }

        ul.navbar-nav li.nav-item ul.sub-menu {
            margin-top: 0;
            position: inherit;
            top: 0;
            height: 0;
            overflow: hidden;
            left: 0;
            display: none;
            border-radius: 0px;
            transition: .3s;
        }

    nav.navbar .mobileMenu {
        display: block;
        position: fixed;
        z-index: 100;
        right: 0px;
        background: #000;
        top: 0;
        bottom: 0;
        width: 0;
        transition: .3s;
        overflow: auto;
    }

        nav.navbar .mobileMenu.openMenu {
            width: 95%;
        }

        nav.navbar .mobileMenu .sideTop {
            display: flex;
            justify-content: space-between;
            position: relative;
            padding: 20px;
        }

    ul.navbar-nav li.nav-item a.nav-link {
        padding: 15px 20px;
        color: #fff;
        font-size: 16px;
    }

        ul.navbar-nav li.nav-item a.nav-link.dropdown-toggle::after {
            display: none;
        }

    nav.navbar .mobileMenu .sideTop .closeBtn {
        padding-right: 20px;
    }

        nav.navbar .mobileMenu .sideTop .closeBtn a.closeMenu {
            font-size: 30px;
            color: #fff;
        }

    nav.navbar .mobileMenu .sideTop .logo {
        width: 200px;
    }

        nav.navbar .mobileMenu .sideTop .logo img {
            width: 120px;
        }
}

@media screen and (max-width:767px) {
    .scheduleSection .card {
        flex: inherit;
        margin-bottom: 20px;
    }

    .scheduleSection .boxHeight > .scheduleImg:first-child {
        order: 2;
        margin: 0 10px;
    }

    .scheduleSection .card .card-body h2 {
        font-size: 23px;
    }

    .scheduleSection .card .card-body .divStudent span.select2-selection__arrow {
        top: 0;
        height: 24px;
    }

    .footerImgWrap {
        display: flex;
    }

        .footerImgWrap .footerImg:first-child {
            margin: 0;
        }

    .provinceBanner .provinceBread h1 {
        font-size: 60px;
    }

    .scheduleSection .boxHeight {
        padding: 50px 10px;
    }

    .errorWrap .errorImage {
        display: none;
    }

    .errorPage::after {
        content: '';
        background-image: url(/images/error_image.png);
        position: absolute;
        top: 0;
        height: 100%;
        width: 100%;
        left: 0;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        opacity: 0.2;
        z-index: 1;
    }

    .errorWrap {
        position: relative;
        z-index: 5;
    }

    .provinceWrapper .allLinksData div#divlinks li.nav-item ul li.nav-item {
        width: 48%;
    }

    .provinceWrapper .allLinksData div#divlinks li.nav-item ul {
        justify-content: center;
    }

    .coursesCard-box .course-card-img img {
        max-height: 100%;
        min-height: auto;
    }

    .images-inline-wrapper .images-inline .about-box {
        min-width: 160px;
        padding: 40px 15px;
    }

    .coursesSection .textWrapper p {
        font-size: 30px;
    }

    table.studentInfo tr td {
        font-size: 14px;
    }

    .admitCard-wrap tr th img {
        width: 100px;
    }

    tr th h2 {
        font-size: 22px;
    }

    tr th p {
        font-size: 18px;
        padding: 0;
    }

    tr td a {
        font-size: 18px;
    }

    .admitCard-wrap .admitCard {
        width: 100%;
    }

    table.cardTable thead tr th {
        font-size: 22px;
    }

    table.studentInfo tr td:first-child {
        font-size: 14px;
        padding: 14px 4px;
    }

    table.cardVenue th, table.cardVenue td {
        font-size: 16px;
    }

    .studentImg-Td .studentImg img {
        height: 140px;
    }

    .studentImg-Td .studentImg {
        height: 140px;
    }

    section.chooseUs .chooseInner .chooseBoxes-Wrapper .chooseBox .boxImage img {
        max-width: 90px;
    }

    section.expertsSection {
        padding-bottom: 0;
    }

    section.chooseUs .chooseInner .chooseBoxes-Wrapper .chooseBox {
        width: 45%;
    }

        section.chooseUs .chooseInner .chooseBoxes-Wrapper .chooseBox:nth-child(even) {
            margin-right: 0;
        }

    .carousel .carousel-control-next, .carousel .carousel-control-prev {
        width: 35px;
        height: 35px;
    }

    .carousel-control-next-icon:after, .carousel-control-prev-icon:after {
        font-size: 18px;
    }

    section.counter-section .counterBox-Wrap {
        padding-left: 12px;
    }

    .footerHead {
        padding-top: 30px;
    }

    section.counter-section .counterBox-Wrap:last-child .counterBox {
        border-bottom: none;
        margin: 0;
    }

    .card-Wrapper .card {
        margin: 40px 15px 0;
    }

    .coursesSection {
        padding-bottom: 50px;
    }

    .seprator {
        margin-bottom: 10px;
    }


    header nav.navbar a.navbar-brand {
        width: 180px;
    }

        header nav.navbar a.navbar-brand::before {
            right: -15px;
        }

    .card .card-body h2 {
        font-size: 16px;
    }

    .stdPassWrap .card .card-body h2 {
        font-size: 24px;
    }

    .admitCard-wrap.studentResult .card .card-body {
        padding: 20px 0px;
    }

    .studentResult .card .card-body h2 {
        font-size: 20px;
    }

    .admitCard-wrap.studentResult .card .card-body h2 {
        font-size: 22px;
    }

    .admitCard-wrap.studentResult {
        padding: 50px 15px;
    }

    .contactBox h4 {
        font-size: 20px;
    }

    .contactBox i {
        font-size: 36px;
    }

    h4.queryCall {
        font-size: 20px;
    }

    .scheduleSection .card {
        padding: 24px;
    }



    .card .card-body h3 {
        font-size: 20px;
    }

    div.bankDetails {
        display: block;
    }

        div.bankDetails div {
            margin-right: 0;
        }

            div.bankDetails div:last-child {
                margin-top: 20px;
            }

    .stdPassWrap .studentImg-Td .studentImg img {
        height: auto;
    }

    .stdPassWrap .studentImg-Td .studentImg {
        height: auto;
        width: 150px;
    }

    .stdPassWrap table.studentInfo tr td:first-child {
        padding: 10px;
    }

    .stdPassWrap .passListWrap ul li {
        font-size: 14px;
    }

    .stdPassWrap .passListWrap h2 {
        font-size: 17px;
    }

    .stdPassWrap .studentName p.stdId {
        margin-top: 8px;
    }

        .stdPassWrap .studentName p.stdId span {
            font-size: 15px;
        }

    .stdPassWrap .studentName span {
        font-size: 20px;
    }

    .stdPassWrap .studentName p {
        font-size: 17px;
    }

    .stdPassWrap table.cardTable thead tr th {
        font-size: 18px;
    }

    .stdPassWrap .admitCard-wrap tr th img {
        width: 80px;
    }
}

@media screen and (max-width:575px) {
    .admitCard-wrap.studentResult.refundBox .card.admitCardWidth .card-body h2 {
        padding: 10px 5px 15px;
        font-size: 16px;
    }
    .card .card-body a#btn_forget_std_id {
        font-size: 16px;
    }
    .card .card-body ul.nav-tabs li.nav-item button {
        font-size: 10px !important;
        padding-inline: 0 !important;
        padding-block: 15px;
    }

    .card .card-body ul.nav-tabs {
        margin-inline: 10px !important;
        margin-bottom: 0px !important;
    }

    .admitCard-wrap.studentResult.refundBox .card.admitCardWidth .card-body .form-outline.divStudent {
        padding: 20px 10px 20px;
    }

    .admitCard-wrap.stdPassWrap tr th img {
        background-color: #fff;
        border-radius: 4px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }

    .stdPassWrap table.mobileTable th {
        padding-top: 10px;
    }

    .stdPassWrap table.cardTable thead tr th {
        font-size: 16px;
        padding: 6px;
        border-radius: 6px;
    }

    .admitCard-wrap.stdPassWrap table.cardTable {
        margin-top: 5px;
    }

    .stdPassWrap .passListWrap ul li {
        font-size: 12px;
    }

    .stdPassWrap .passListWrap h2 {
        font-size: 15px;
    }

    table.desktopTable tr th:nth-child(2) {
        display: none;
    }

    .stdPassWrap table.mobileTable {
        display: inline;
    }

    .admitCard-wrap.stdPassWrap table tr.innerTableRow {
        display: flex;
        flex-direction: column;
    }

    .stdPassWrap .passListWrapContent {
        flex-direction: column;
        margin-top: 15px;
    }

    .stdPassWrap .passListWrap {
        flex: 1 1 auto;
        width: 100%;
        order: 3;
    }

    .scheduleImg .donateBtn a.btn.customBtn {
        font-size: 14px;
        padding: 6px 8px;
    }

    header nav.navbar a.navbar-brand img {
        width: 80px;
    }

    .accordion.DisclaimerAccordion .accordion-item {
        margin-bottom: 20px;
    }

    .provinceBanner .provinceBread h1 {
        font-size: 40px;
    }

    ul.barList li {
        font-size: 16px;
    }

    .videoSection .textWrapper p {
        font-size: 30px;
    }

    .textWrapper p {
        font-size: 30px;
    }

    .aboutUs-section .about-right-content .textWrapper p {
        font-size: 30px;
        padding-top: 0;
    }

    .aboutUs-section .about-right-content .checkList-wrap .checkList ul li {
        font-size: 16px;
    }

    .aboutUs-section .about-right-content .checkList-wrap .checkList-inner {
        flex-direction: column;
    }

    .images-inline-wrapper {
        flex-direction: column;
    }

    .images-inline.aboutAnimateImg {
        display: none;
    }

    .images-inline-wrapper .images-inline {
        flex: 1 1 auto;
        width: 100%;
    }

        .images-inline-wrapper .images-inline .about-box {
            min-width: 100%;
            background: none;
            background: black;
            margin-bottom: 14px;
        }

    table.cardVenue th, table.cardVenue td {
        font-size: 16px;
    }

    section.ftco-section .wrapper .contact-wrap .seprator {
        margin-left: auto;
    }

    section.ftco-section .wrapper .contact-wrap h1.head-title {
        text-align: center;
        display: block;
    }

    section.counter-section .counterBox-Wrap {
        border-right: none;
    }

        section.counter-section .counterBox-Wrap:after {
            content: '';
            width: 50%;
            height: 1px;
            background: #fff;
            position: absolute;
            left: 0;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        section.counter-section .counterBox-Wrap:last-child:after {
            display: none;
        }

    h1.head-title {
        font-size: 23px;
    }

    .seprator::before, .seprator::after {
        width: 55px;
    }

    .contactSection .contactBox {
        text-align: left;
        display: flex;
        align-items: center;
        padding-bottom: 20px;
    }

        .contactSection .contactBox i {
            margin: inherit;
            width: 55px;
            height: 55px;
            font-size: 24px;
            margin-right: 20px;
        }

        .contactSection .contactBox h4 {
            margin: 0;
        }

    .video-responsive {
        padding: 24px 0px;
    }

    .firstVideo .video-responsive {
        padding-bottom: 0;
        padding-top: 10px;
    }

    .videoSection {
        padding-top: 40px;
    }



    .scheduleSection .card .card-body {
        padding: 0;
    }

    div.boxHeight {
        padding: 52px 0;
    }
}

@media screen and (max-width:540px) {
    .provinceWrapper .allLinksData div#divlinks li.nav-item a.nav-link {
        padding-top: 5px;
    }

    .provinceWrapper .allLinksData div#divlinks li.nav-item ul {
        display: block;
    }

        .provinceWrapper .allLinksData div#divlinks li.nav-item ul li.nav-item {
            width: 100%;
            margin-bottom: 30px;
        }
}

@media screen and (max-width:490px) {
    .otpFieldBox .otpMessage p {
        font-size: 12px;
    }
    .stdPassWrap span.text-danger {
        font-size: 13px;
    }

    .customBtn,
    .stdPassWrap .printBtn button {
        padding: 8px 12px !important;
        font-size: 14px;
    }

    table.cardVenue th, table.cardVenue td {
        font-size: 14px;
    }

    td.studentImg-Td {
        display: block;
        padding-top: 20px;
        padding-bottom: 20px;
        border: 1px solid #000;
        border-top: 0;
    }


    td.studentInfo-wrap {
        display: block;
        order: 2;
    }

    table.innerTable tr:first-child {
        display: flex;
        flex-direction: column;
    }


    table.studentInfo tr:first-child {
        display: contents;
    }

    .studentImg-Td .studentImg img {
        width: 100%;
        height: 160px;
    }

    .studentImg-Td .studentImg {
        height: 160px;
    }
    /*.studentImg-Td .studentImg img {
        width: 110px;
        height: 125px;
    }*/

    .admitCard-wrap tr th img {
        width: 80px;
    }

    tr th h2 {
        font-size: 18px;
    }

    tr th p {
        font-size: 16px;
    }

    table.cardTable thead tr th {
        font-size: 20px;
    }

    .admitCard .admitCard-inner {
        padding: 20px 10px;
    }

    .stdPassWrap td.studentImg-Td {
        display: initial;
        padding: 0;
        border: none;
    }
}

@media screen and (max-width:480px) {
    .errorPage .errorText h3 {
        font-size: 100px;
    }

    .errorPage .errorText h1 {
        font-size: 90px;
    }

    .errorPage .errorText p {
        font-size: 18px;
    }

    .provinceBread ul li {
        font-size: 24px;
    }

    .provinceBread ul {
        bottom: 15px;
    }

    .provinceContentCenter .provinceLogo {
        width: 100px;
    }

    .provinceContentCenter {
        flex-direction: column;
        align-items: start;
    }

    .studentResult .card .card-body h2 {
        font-size: 17px;
    }

    .coursesSection .textWrapper p {
        font-size: 26px;
    }

    .mobileMenu .navbar-nav .dropdown-menu {
        padding-left: 16px;
        padding-top: 0;
    }

        .mobileMenu .navbar-nav .dropdown-menu a.dropdown-item {
            font-size: 14px;
            padding: 0.5rem;
        }

    .carousel .carousel-control-next, .carousel .carousel-control-prev {
        width: 30px;
        height: 30px;
        top: 40%;
    }

    .carousel .carousel-control-prev {
        left: 30px;
    }

    .carousel .carousel-control-next {
        right: 30px;
    }

    .carousel-control-next-icon:after, .carousel-control-prev-icon:after {
        font-size: 16px;
    }

    .contactBox h4 {
        font-size: 16px;
    }

    .contactBox i {
        font-size: 30px;
    }

    h4.queryCall {
        font-size: 16px;
        margin-bottom: 0;
        padding-bottom: 24px;
    }

    .paymentMethod .checkbox-Wrap {
        display: flex;
    }

    div.paymentMethod label {
        padding-left: 0;
        width: 90%;
        margin-left: auto;
    }
}

@media screen and (max-width:425px) {
    .bannerImages ul.slick-dots {
        right: 0;
    }

        .bannerImages ul.slick-dots li button::before {
            font-size: 10px;
        }

        .bannerImages ul.slick-dots li.slick-active button::before {
            font-size: 15px;
        }
}

@media (max-width: 991px) {
    .loginPage_Wrapper .loginLeft_Content {
        width: 50%;
        padding: 0 20px;
    }

    .loginPage_Wrapper .loginPage_form_wrapper {
        width: 50%;
    }

    .loginPage_Wrapper .loginLeft_Content h1 {
        font-size: 55px;
        top: 23px;
    }

    .loginPage_Wrapper .loginLeft_Content h2 {
        font-size: 55px;
    }

    .loginLeft_Content .loginText_inline {
        gap: 20px;
    }

    .loginPage_Wrapper .loginLeft_Content p {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .loginPage_Wrapper .loginLeft_Content {
        display: none;
    }

    .loginPage_Wrapper .loginPage_form_wrapper {
        width: 100%;
        padding: 20px;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .mobileText {
        display: block;
    }

    .loginPage_Wrapper .loginPage_form_wrapper form {
        height: auto;
        background-color: #f0f0f0b0;
        border-radius: 20px;
        box-shadow: rgb(0 0 0 / 18%) 2px 4px 8px;
        width: 100%;
    }

    .loginpageRight_content h1 {
        font-size: 35px;
    }

    .loginpageRight_content p {
        font-size: 20px;
    }

    .loginpageRight_content .mobileImg {
        display: block;
    }

    .loginPage_form_wrapper form button#btnSignIn {
        margin-top: 20px;
    }
}

@media (max-width: 575px) {
    .loginPage_Wrapper .loginPage_form_wrapper form {
        padding: 20px;
    }

    .mobileText h1 {
        font-size: 50px;
        top: 20px;
    }

    .mobileText h2 {
        font-size: 50px;
    }

    .loginpageRight_content h1 {
        font-size: 30px;
        padding-bottom: 5px;
    }

    .loginpageRight_content p {
        font-size: 18px;
    }

    .loginpageRight_content .mobileImg img {
        width: 90px;
    }
}

@media (max-width: 480px) {
    .mobileText h1 {
        font-size: 40px;
        top: 15px;
    }

    .mobileText h2 {
        font-size: 40px;
    }

    .loginpageRight_content h1 {
        font-size: 25px;
    }

    .loginpageRight_content p {
        font-size: 16px;
    }

    .loginpageRight_content .mobileImg img {
        width: 80px;
    }
}

section.download-app-section {
    padding: 50px 0;
}

.registerBox {
    padding: 24px;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

    .registerBox .register-head h3 {
        margin: 0;
        font-family: "DunbarTall Medium";
        color: #000;
        font-size: 30px;
        padding-bottom: 15px;
    }

    .registerBox .register-head h4 {
        margin: 0;
        text-align: left;
        font-family: 'DunbarTall Book';
        color: #000;
        font-size: 20px;
        letter-spacing: 1px;
        padding-bottom: 8px;
    }

    .registerBox .register-head p {
        text-align: left;
        margin: 0;
        color: #000;
        font-family: 'DunbarTall Book';
        letter-spacing: 1px;
        padding-bottom: 15px;
        font-size: 15px;
    }

.register-body form .form-group {
    text-align: left;
    margin-bottom: 20px;
}

    .register-body form .form-group label {
        font-family: 'DunbarTall Medium';
        font-size: 15px;
        color: #000;
        padding-bottom: 7px;
        letter-spacing: 1px;
        display: flex;
        align-items: center;
    }

        .register-body form .form-group label svg {
            stroke: rgb(45, 142, 132);
            width: 18px;
            height: 18px;
            margin-right: 5px;
        }

    .register-body form .form-group input {
        border: 1px solid #e5e7eb;
        border-width: 2px;
        padding: 16px;
        line-height: normal;
        border-radius: 12px;
        box-shadow: none;
        font-family: 'DunbarTall Book';
        letter-spacing: 1px;
        font-size: 14px;
    }

.registerBox .logo {
    max-width: 250px;
    margin: 0 auto;
}

    .registerBox .logo img {
        width: 100%;
    }


section.register-banner-section {
    padding: 50px 0;
    background-image: linear-gradient(to right bottom in oklab, rgb(45, 142, 132) 0%, rgb(37, 121, 114) 100%);
}

    section.register-banner-section .register-banner-content {
        color: #fff;
    }

.registerFormBtn .btn.customBtn {
    padding: 10px 30px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    font-size: 16px;
    min-width: 170px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 100%;
    border-radius: 10px;
    gap: 5px;
    font-family: 'DunbarTall Medium';
}

    .registerFormBtn .btn.customBtn span.btn-loading {
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .registerFormBtn .btn.customBtn span.spinner {
        width: 18px;
        height: 18px;
        border: 2px solid #fff;
        border-top: 2px solid transparent;
        border-radius: 50%;
        animation: spin 0.8s linear infinite;
        display: inline-block;
    }

    .registerFormBtn .btn.customBtn:hover span.spinner {
        border-color: #2d8e84;
        border-top: 2px solid transparent;
    }

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

        section.register-banner-section .register-banner-content span {
            background-color: #c2fbd7;
            color: #288179;
            padding: 8px 20px;
            border-radius: 50px;
            font-family: 'DunbarTall Book';
            letter-spacing: 1px;
            font-size: 14px;
            box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }

        section.register-banner-section .register-banner-content h1 {
            margin: 0;
            font-family: 'DunbarTall Medium';
            font-size: 48px;
            line-height: normal;
            padding-block: 16px;
        }

        section.register-banner-section .register-banner-content p {
            margin: 0;
            font-family: 'DunbarTall Book';
            letter-spacing: 1px;
            font-size: 18px;
        }

        section.register-banner-section .register-banner-content span svg {
            width: 16px;
            height: 16px;
        }

.downloadBox {
    gap: 8px;
    display: flex;
    align-items: center;
    padding: 12px;
    background-color: #2d8e841a;
    border-radius: 8px;
    margin-block: 10px;
}

.registerBox .register-head .downloadBox p {
    padding: 0;
    font-size: 14px;
}

.downloadBox svg {
    width: 20px;
    height: 20px;
    margin-top: 0 !important;
    margin-right: 5px;
    stroke: #288179;
}

        .register-body .qr-code img {
            width: 250px;
        }

    .register-body .visit-text p {
        margin: 0;
        font-family: 'DunbarTall Book';
        letter-spacing: 1px;
        font-size: 14px;
        color: #000;
    }

        .register-body .visit-text p a {
            color: #277d76;
        }

        @media (max-width:767px) {
            section.register-banner-section .register-banner-content h1 {
                font-size: 42px;
            }

            section.register-banner-section .register-banner-content p {
                font-size: 16px;
            }

            .registerBox .logo {
                width: 190px;
            }

            .registerBox .register-head h3 {
                font-size: 26px;
            }

            .register-body form {
                padding-top: 10px;
            }
        }

        @media (max-width:575px) {
            section.register-banner-section {
                padding: 50px 0;
            }

            section.register-banner-section .register-banner-content h1 {
                font-size: 30px;
                padding-block: 10px;
            }

            section.register-banner-section .register-banner-content p {
                font-size: 15px;
            }

            section.register-banner-section .register-banner-content span {
                font-size: 13px;
                padding: 7px 15px;
                font-family: 'DunbarTall Medium';
            }

            .registerFormBtn .btn.customBtn {
                padding: 10px 30px !important;
                font-size: 15px;
            }
        }