img {
    border: 0 none;
    height: auto;
    max-width: 100%;
}

body {

    margin: auto 0;
    padding: 0 !important;
    background: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #080000;
}

p {
    margin: 0 0 10px 0;
    word-wrap: break-word;
    letter-spacing: .3px;
}

a {
    text-decoration: none;
}

a:hover {
    color: inherit;
}

html {
    scroll-behavior: smooth;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

h2 {
    font-family: "IBM Plex Sans", sans-serif;
}

.heading_h2 {
    font-size: 40px;
    font-weight: bold;
    color: #000;
}

header {
    background-color: #fff;
   
    font-size: 20px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}

header a strong {
    font-weight: 500;
}

footer {
    background-color: #252525;
}

.footer_btm {
    padding: 24px 0;
    border-top: 1px solid #818181;
    margin-top: 30px;
}

.footer_btm:before {
    content: '';
    position: absolute;
    left: 10%;
    width: 30%;
    height: 1px;
    background-color: #ffffff;
    top: -1px;
}

.stream_detail_footer h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 20px;
    margin-top: 50px;
}

.stream_detail_footer p {
    margin-bottom: 20px;
}

.stream_detail_footer a {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    transition: all 0.3s ease;
}

.stream_detail_footer a:hover {
    color: red;
}

.marquee_section {
    padding: 13px 15px;
    background-color: #C8F5CE;
    font-size: 14px;
    line-height: 14px;
    color: #000;
    display: none;
}

.marquee_section span {
    padding: 0 15px;
}

.banner_section {
    background: aliceblue;
    padding: 90px 0 130px;
}

.banner_section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/bnr_bg_top_left.png), url(../images/bnr_bg_top_btm_left.png), url(../images/bnr_bg_top_right.png), url(../images/bnr_bg_right_btm.png);
    background-position: left 34px, left bottom, right 34px, right bottom;
    background-repeat: no-repeat;
}

.heading_h1 {
    font-size: 43px;
    margin-top: -18px;
    font-weight: bold;
    line-height: 55px;
    font-family: emoji;
}

.heading_h1 span {
    display: inline-block;
}



.heading_h1 span:before,
.heading_h1 span:after {
    content: '';
    position: absolute;
    bottom: 4px;
    height: 61px;
    width: 125px;
}

.heading_h1 span:before {
    background: url(../images/Isolation_Mode_left.png);
    left: 26px;
    background-repeat: no-repeat;
}

.heading_h1 span:after {
    background: url(../images/Isolation_Mode_right.png);
    right: 26px;
    background-repeat: no-repeat;
}

.left_bnr p {
    padding: 0 46px 20px;
}

.form_setion {
    background-color: #fff;
    padding: 0px 10px 21px 10px;
    border-radius: 16px;
}

.form_setion h2 {
    font-size: 26px;
    line-height: 40px;
    font-weight: 500;
    color: #244b7d;
    font-family: "IBM Plex Sans", sans-serif;
}

.font_12 {
    font-size: 12px;
    color: #5B5B5B;
}

.country_code {
    position: absolute;
    top: 5px;
}

.country_code select {
    border: 0px solid;
    background-color: transparent;
    outline: none;
}

.number_block input {
    padding-left: 60px;
}

.number_block input {
    padding-left: 60px;
}

.country_code:before {
    position: absolute;
    right: -5px;
    top: 0px;
    width: 1px;
    height: 26px;
    background-color: #adadad;
    content: '';
}

.section_course {
    /* padding: 0 0 60px; */
    background-color: #F0FFFD;
}

.course_info {
    padding: 30px;
    box-shadow: 0px 6px 6px #d1d1d191;
    border-radius: 5px;
    max-width: 1075px;
    width: 100%;
    margin: -95px auto 0;
    background-color: #fff;
    z-index: 4;
    position: relative;
}

.course_info .box_1 {
    text-align: center;
    border-right: 2px solid #e9e9e9;
    padding: 0 30px;
    height: 88px;
    line-height: 88px;
    position: relative;
}

.course_info .box_1:last-child {
    border-right: 0px solid;
}

.section_course h2 {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    margin: 0 0 40px;
    font-family: "IBM Plex Sans", sans-serif;
}

.academic_box {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
}

.exclusive_section {
    background: url(../images/bg_new.png);
    background-size: cover;
    padding: 50px 0 77px;
    background-repeat: no-repeat;
}

.exclusive_section::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: url(../images/apart_bg.png);
    top: 0;
    left: 0;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
}

.exclusive_section .container {
    z-index: 2;
    position: relative;
}

.exclusive_section h2 {
    margin: 0 0 50px;
    font-size: 50px;
    font-weight: bold;
}

.exclusive_section .card_block {
    padding: 20px 40px 0;
    background-color: #fff;
    border-radius: 5px;
}

.exclusive_section .card_block table td {
    font-weight: bold;
    font-size: 18px;
    padding: 20px;
    border-color: #10BEA5;
}

.exclusive_section .card_block table th {
    padding: 20px;
    font-size: 25px;
    font-weight: 600;
    border-color: #10BEA5;
}

.exclusive_section .card_block table td:nth-child(1) {
    text-align: left;
}

.exclusive_section .card_block table tr:nth-last-child(1) td {
    border-width: 0px;
}

.button_getFree {
    text-align: center;
    background-color: #F0B942;
    border: 2px solid #F0B942;
    width: 290px;
    display: inline-block;
    padding: 16px 10px;
    color: #252525;
    font-size: 17px;
    font-weight: 600;
    border-radius: 33px;
    margin-bottom: auto;
    transition: all 0.5s ease;
}

.name_deatail h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 5px;
}

.name_deatail p {
    color: #E21F4E;
    font-weight: 600;
}

.pic_left {
    width: 50px;
    height: 50px;
    background-color: #f0f0f0;
    border: 1px solid #d6d6d6;
}

.mbbs_abord {
    padding: 40px 0 50px;
    background-color: #F0FFFD;
}

.mbbs_abord h2 {
    font-size: 40px;
    font-weight: 600;
    padding: 0 0 60px;
    line-height: 48px;
    font-family: "IBM Plex Sans", sans-serif;
}

.krickstart_block {
    justify-content: center;
}

.krickstart_block .details {
    padding: 25px 25px 20px;
    background-color: #fff;
    max-width: 360px;
    margin-right: 83px;
    margin-bottom: 50px;
}

.krickstart_block .details:nth-child(3),
.krickstart_block .details:nth-child(6),
.krickstart_block .details:last-child {
    margin-right: 0;
}

.krickstart_block .details span {
    max-width: 81px;
    width: 100%;
    display: inline-block;
    margin-left: -64px;
}

.krickstart_block .details .right_detail h4 {
    font-size: 19px;
    font-weight: 600;
    margin: 0 0 8px;
    line-height: 26px;
    color: #252525;
    font-family: "IBM Plex Sans", sans-serif;
}

.krickstart_block .details .right_detail p {
    margin: 0;
    font-size: 14px;
    color: #5B5B5B;
    line-height: 20px;
}

.krickstart_block .details .right_detail {
    padding-left: 25px;
}

.popular_countries {
    padding: 90px 0 100px;
    background-color: #F0FFFD;
}

.popular_countries h2 {
    margin-bottom: 80px;
}

.popular_countries .btn_block {
    position: absolute;
    top: -28px;
    width: 100%;
    z-index: 3;
}

.affordable_block {
    padding: 20px 0;
    position: relative;
}

.affordable_block .container {
    background: url(../images/making_dream_bg.png);
    padding: 50px;
    max-width: 1260px;
}

.mbbs_dreamBlock {
    background: rgb(251 255 255 / 95%);
    max-width: 614px;
    width: 100%;
    border-radius: 10px;
    padding: 35px;
}

.affordable_block:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 50%;
    left: 0;
    right: 0;
    background-color: #F0FFFD;
}

.affordable_block h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 400;
    color: #037D84;
    font-family: "IBM Plex Sans", sans-serif;
}

.affordable_block h2 strong {
    font-weight: 600;
}

.affordable_block p {
    padding: 15px 0 10px;
    color: #252525;
    font-weight: 300;
    font-size: 15px;
}

.affordable_block .button_getFree {
    text-decoration: underline;
}

.discoverSection {
    padding: 90px 0;
}

.discover_block {
    margin: 60px 0 20px;
    gap: 30px;
    justify-content: center;
}

.innerBlockDiscover {
    max-width: 290px;
    width: 100%;
    background-color: #f5f5f5;
    border-radius: 12px;
    padding: 0 0 30px;
}

.innerBlockDiscover p {
    font-size: 12px;
    padding: 0 25px;
    text-align: center;
    line-height: 19px;
    color: #5B5B5B;
    margin: 0;
}

.innerBlockDiscover h5 {
    position: relative;
    padding: 0 15px;
    text-align: center;
    margin: -20px 0 25px;
}

.innerBlockDiscover h5 span {
    display: block;
    background-color: #037D84;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    padding: 14px 0;
    border-radius: 29px;
    width: 100%;
}

.discoverSection h2+p {
    color: #5B5B5B;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    margin: 20px 0 0;
}

.banner_section .container {
    position: relative;
    z-index: 2;
}

.story_block {
    background: url(../images/sucess_story_bg.png);
    padding: 55px 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.story_block h2 {
    margin-bottom: 50px;
    font-size: 52px;
}

.story_block h2 strong {
    color: #C8F5CE;
}

.story_box .discribe {
    border: 2px solid #10BEA5;
    border-radius: 11px;
    background-color: #fff;
    height: 300px;
    padding: 25px;
    font-size: 14px;
    position: relative;
}

.story_box span {
    margin-top: -60px;
    position: relative;
    display: block;
    width: 100%;
}

.story_box h4 {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    margin: 20px 0 6px;
}

.story_box p {
    font-size: 15px;
    color: #fff;
}

.feature_in {
    padding: 40px 0;
    background-color: #F0FFFD;
}

.feature_innerPics {
    margin-top: 40px;
}

/* .feature_innerPics .slick-list{
    padding-right: 0px !important;
} */


/*** Responsive Css End here ***/
@media(max-width:770px) {
    body {
        font-size: 14px;
        line-height: 20px;
    }

    header {
        padding: 15px 0;
        /*        background-color: #030303;*/
    }

    .logo img {
        width: 90px;
    }

    .banner_section:before {
        display: none;
    }

    .banner_section {
        height: 100%;
        padding: 30px 18px 50px;
    }

    .profile_bnr {
        padding: 0;
    }

    .heading_h1 {
        font-size: 27px;
        line-height: 38px;
    }

    .heading_h1 strong {
        font-size: 30px;
        line-height: 50px;
    }

    .heading_h1 span:before,
    .heading_h1 span:after {
        bottom: 2px;
        height: 39px;
        width: 79px;
    }

    .heading_h1 span:after {
        right: 9px;
        background: url(../images/Isolation_Mode_right_mob.png);
    }

    .heading_h1 span:before {
        left: 7px;
        background: url(../images/Isolation_Mode_left_mob.png);
    }

    .banner_section p br {
        display: none;
    }

    .banner_section p {
        padding: 0 18px 10px;
    }

    .heading_h2 {
        font-size: 20px;
        line-height: 28px;
    }

    .exclusive_section h2 {
        margin: 0 0 25px;
        font-size: 27px;
    }

    .exclusive_section {
        padding: 35px 0 50px;
        background: #008087;
    }

    .exclusive_section::before {
        background: url(../images/apart_bg_mob.png);
        background-size: cover;
        background-repeat: no-repeat;
    }

    .flag_country {
        width: 242px;
    }

    .stream_detail_footer h3 {
        font-size: 18px;
        margin: 10px 0;
        line-height: 28px;
    }

    .stream_detail_footer p {
        margin-bottom: 10px;
    }

    .stream_detail_footer a {
        font-size: 14px;
    }

    .stream_detail_footer {
        padding: 0 0 40px;
    }

    .footer_btm {
        padding: 15px 0;
        margin-top: 10px;
    }

    footer {
        padding: 50px 20px 20px;
    }


    .form_setion h2 {
        font-size: 18px;
        line-height: 25px;
    }

    .form_setion p {
        padding: 0;
    }

    .section_course {
        padding: 50px 18px;
    }

    .course_info {
        padding: 10px 0;
        margin: 0;
    }

    .section_course h2 {
        font-size: 17px;
        margin: 0 0 30px;
    }

    .course_info .box_1 {
        height: 107px;
        line-height: 87px;
        flex: 0 0 50%;
        border-right: 0px solid;
        border-bottom: 1px solid #e9e9e9;
        padding: 10px 0;
    }

    .course_info .box_1:last-child,
    .course_info .box_1:nth-last-child(2) {
        border-bottom: 0px solid;
    }

    .course_info .box_1:nth-child(odd) span {
        display: inline-block;
        width: 100%;
        border-right: 1px solid #e9e9e9;
    }

    .marquee_section {
        padding: 10px 15px;
        margin-top: 5px;
    }

    .mbbs_abord {
        padding: 0 0 60px;
    }

    .mbbs_abord h2 {
        font-size: 17px;
        padding: 0 40px 30px;
        line-height: 28px;
        margin: 0;
    }

    .krickstart_block {
        justify-content: flex-start;
        padding: 0 30px 0 64px;
        width: 100%;
    }

    .krickstart_block .details {
        padding: 14px;
        max-width: 255px;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .krickstart_block .details:last-child {
        margin-bottom: 0px;
    }

    .krickstart_block .details .right_detail {
        padding-left: 18px;
    }

    .krickstart_block .details span {
        max-width: 56px;
        width: 100%;
        display: inline-block;
        margin-left: -42px;
    }

    .krickstart_block .details .right_detail h4 {
        font-size: 15px;
        line-height: 22px;
    }

    .krickstart_block .details .right_detail p {
        margin: 0;
        font-size: 12px;
        line-height: 17px;
    }

    .button_getFree {
        width: 202px;
        padding: 9px;
        font-size: 12px;
    }

    .popular_countries .btn_block {
        top: -21px;
    }

    .popular_countries {
        padding: 70px 0 50px;
    }

    .popular_countries h2 {
        margin-bottom: 30px;
        padding: 0 81px;
    }

    .discoverSection {
        padding: 40px 0 60px;
    }

    .discoverSection h2+p {
        font-size: 14px;
        line-height: 20px;
        margin: 20px 0 0;
        padding: 0 26px;
    }

    .discover_block {
        margin: 30px 0 0;
        gap: 28px;
        justify-content: center;
    }

    .affordable_block {
        padding: 0 0 20px;
    }

    .affordable_block h2 {
        font-size: 36px;
        line-height: 44px;
        text-align: center;
    }

    .affordable_block h2 strong br {
        display: none;
    }

    .affordable_block p {
        padding: 12px 0 20px;
        text-align: center;
        line-height: 25px;
    }

    .affordable_block .btn_block {
        text-align: center;
    }

    .exclusive_section .card_block {
        padding: 15px 0 0;
    }

    .exclusive_section .card_block table td {
        font-weight: 600;
        font-size: 12px;
        padding: 12px;
    }

    .exclusive_section .card_block table th {
        padding: 12px;
        font-size: 16px;
    }

    .exclusive_section .card_block table img {
        width: 17px;
    }

    .story_box {
        margin: 0 0 25px;
    }

    .story_block {
        padding: 30px 0px;
    }

    .story_block h2 {
        margin-bottom: 25px;
        font-size: 27px;
    }

    .story_box .discribe {
        height: auto;
        padding: 18px 19px 70px;
    }

    .story_box h4 {
        font-size: 16px;
        margin: 10px 0;
    }

    .story_box p {
        font-size: 12px;
    }

    .feature_in p {
        font-size: 12px;
    }

    .affordable_block .container {
        background: url(../images/businessman-woman_mobile.png);
        padding: 90px 25px;
    }

    .mbbs_dreamBlock {
        padding: 60px 20px;
    }

}

.box_1 img {
    width: 100px;
    margin-top: -15px;
}

.discribespan img {
    width: 80px;
    border-radius: 50%;
}




.breadcrumb-section {
    background: #183b5b;
}

.breadcrumb-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    padding: 20px;
}

.breadcrumb-title {
    li {

        list-style: none;
        color: #fff !important;
    }

    & a {
        color: #fff;
    }
}

.all-university {
    padding: 20px 0 0 0;

    h2 {
        color: #000;
        font-size: 22px;
    }

    & p {
        color: #000;
    }

    & a {
        color: #004aad;
    }

    & .college-card {
        padding: 20px;
        box-shadow: 0px 0px 13px #e4e5e5;
        border-radius: 10px;
    }

    & .college-img img {
        border-radius: 5px;
    }

    & .college-content {
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding: 20px;


    }
}

/* nav bar   */

/* ===== DROPDOWN FIXED ===== */

.dropdown-menu {
    margin-top: 0;
    border: none !important;
}

/* Bootstrap show */
.dropdown.show>.dropdown-menu {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

/* Mega menu full width */
.dropdown.position-static .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
}

/* Navbar cleanup */
.navbar-toggler:focus {
    box-shadow: none !important;
}

/* Optional spacing */
.navbar-expand-lg .navbar-nav {
    gap: 10px;
}


.navbar-nav {
    font-size: large;
    font-weight: 500;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        justify-content: space-around;
    }

    & .navbar-collapse {
        padding-top: 5px;
    }
}

@media (min-width: 992px) {
    .dropdown:hover>.dropdown-menu {
        display: block;
    }
}




/* Important for mega menu */
.dropdown-menu {
    pointer-events: auto;
}


.header-btn {
    color: #fff;
    border: 1px solid #ffffff;
    border-radius: 8px;
    padding: 12px 15px;
    background: #252525;
}

.header-btn:hover {
    transform: translateY(-2px);
    color: #fff;


}

.header-btn:focus {
    box-shadow: none !important;
}

.nav-link {
    color: #00204b;
    /*font-weight: bold;*/
}


.nav-link:focus,
.nav-link:hover {
    color: #051e41;
}

.nav-link:focus-visible {
    outline-color: #ffff;

}


.dropdown-item {
    color: #212529 !important;
    font-size: 15px;
    font-weight: 500 !important;
}



.right-content-area {
    position: sticky;
    top: 33px;
}



.college-heading-area {
    padding: 1.75rem 0 0 0;

    h1 {
        font-size: 2.25rem;
    }

}

.content-area {
    margin-top: 1.25rem;

    h2 {
        font-size: 24px;
    }

    .col-lg-7 {
        margin-top: 5px;
        padding-right: 24px;
        padding-left: 24px;
    }


}

.highlight-content {
    li {
        list-style: none;
        background: #fff;
        padding: 16px 10px 10px 10px;
        margin: 8px 8px;
        border-radius: 30px;
    }

    & span {
        padding-right: 9px;
    }

}

.recognition-div {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;

    h2 {
        font-size: 1.5rem;
        margin: 1.25rem 1.25rem;

    }

    & td {
        border: 1px solid #000;

        padding: 16px;
        text-align: center;
    }

}


.why-choose-div {

    margin-top: 1.75rem;
    margin-bottom: 1.75rem;

    h2 {
        font-size: 1.5rem;
        margin: 1.25rem 1.25rem;

    }

    span {
        font-weight: 600;
    }
}



.course-section {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;

    h2 {
        font-size: 1.5rem;
        margin: 1.25rem 1.25rem;

    }

    & table {
        width: 100%;
        border: 1px solid #000000;
        padding: 10px 10px;
    }

    & td {
        padding: 15px 10px;
        border: 1px solid #000;
        font-weight: 500;
    }
}

.seat-matrix-section {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;

    h2 {
        font-size: 1.5rem;
        margin: 1.25rem 1.25rem;
    }

    & li {
        display: flex;
        justify-content: center;
        background: #ffffff;
        padding: 16px;
        border-radius: 35px;
        box-shadow: 0px 0px 4px #a7a7a7;

        font-size: 22px;
        color: #0e223d;
        margin: 5px;

        span {
            font-weight: 700;
        }

    }

    & span {
        padding-right: 5px;
    }


}


.eligibility-section {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;

    h2 {
        font-size: 1.5rem;
        margin: 1.25rem 1.25rem;
    }

    & li {
        list-style-type: circle;
        list-style-position: inside;
        padding-left: 5px;
    }


}

.admission-section {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;

    h2 {
        font-size: 1.5rem;
        margin: 1.25rem 1.25rem;

    }

    & table {
        width: 100%;
        border: 1px solid #000000;
        padding: 10px 10px;
    }

    & td {
        padding: 15px 10px;
        border: 1px solid #000;
        font-weight: 500;
    }
}


.document-section {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;

    h2 {
        font-size: 1.5rem;
        margin: 1.25rem 1.25rem;
    }

    & span {
        font-weight: 600;
    }
}

.fee-section {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;

    h2 {
        font-size: 1.5rem;
        margin: 1.25rem 1.25rem;
    }

    & tr {
        box-shadow: 0px 0px 1px #000000;
        border-radius: 10px;
    }

    & td {
        padding: 16px 10px;

    }

    & span {
        font-weight: 500;
    }

    & table {
        width: 100%;
    }
}


.cutoff-section {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;

    h2 {
        font-size: 1.5rem;
        margin: 1.25rem 1.25rem;
    }

    & span {
        font-weight: 600;
    }

    & li {
        list-style-type: none;
    }
}

.cutoff-content {
    table {
        width: 100%;
        box-shadow: 0px 0px 5px #004aad;
        border: 1px solid #ffffff;
    }

    & td {
        border: 1px solid #000;
        padding: 10px;
        font-weight: 500;
    }

    & tr:nth-child(1) {
        background: #004aad;
        color: #fff;
    }
}


.student-life {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;

    h2 {
        font-size: 1.5rem;
        /*margin: 1.25rem 1.25rem;*/
    }

    & span {
        font-weight: 600;
    }
}


.faq-section {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;

    h2 {
        font-size: 1.5rem;
        margin: 1.25rem 1.25rem;
    }

}

/* .img-area {
    box-shadow: 0px 0px 5px #004aad;
    margin-bottom: 10px;
} */

.img-area {
    width: 100%;
    margin-bottom: 48px;
}

.img-area img {
    width: 100%;
    height: auto;
    display: block;
    box-shadow: 0px 0px 18px #95a1b0;
    border-radius: 7px;
}


.form-area {

    padding: 10px 27px;
    padding-top: 10px;
    margin-bottom: 1.75rem;
    border-radius: 15px;

    h2 {
        font-size: 1.5rem;
        margin: 1.25rem 1.25rem;
    }
}


/*.footer-section {*/
/*    background: #000;*/
/*    height: 60px;*/
/*    color: #fff;*/
/*    margin-top: 20px;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/

/*}*/

.mobile-img {
    display: none;
}

/*   css for mobile */


@media (max-width: 575.98px) {
    .mobile-img {
        display: block;

        img {
            width: 100%;
        }
    }


    .img-area {
        display: none;
    }

    .colon {
        display: none;
    }






    .college-heading-area {
        padding: 1.0rem 0;

        h1 {
            font-size: 1.75rem;
        }


    }


    .university-content h2 {
        text-align: center;
    }

    .highlight-content {

        li {
            list-style: none;
            background: #ffffff;
            padding: 13px 10px;
            margin: 8px 8px;
            border-radius: 30px;
        }

        & span {
            padding-right: 9px;
        }

        & ul {
            padding-left: 0rem !important;
        }



    }

    .highlight-section {
        h2 {
            text-align: center;
        }
    }

    .recognition-div {
        margin-top: 1.75rem;
        margin-bottom: 1.75rem;

        h2 {
            font-size: 1.5rem;
            margin: 1.25rem 1.25rem;
            text-align: center;

        }

        & td {
            border: 1px solid #000;

            padding: 16px;
            text-align: center;
        }

    }


    .why-choose-div {

        margin-top: 1.75rem;
        margin-bottom: 1.75rem;

        h2 {
            font-size: 1.5rem;
            margin: 1.25rem 1.25rem;
            text-align: center;

        }

        span {
            font-weight: 600;
        }
    }



    .course-section {
        margin-top: 1.75rem;
        margin-bottom: 1.75rem;

        h2 {
            font-size: 1.5rem;
            margin: 1.25rem 1.25rem;
            text-align: center;

        }

        & table {
            width: 100%;
            border: 1px solid #000000;
            padding: 10px 10px;
        }

        & td {
            padding: 15px 10px;
            border: 1px solid #000;
            font-weight: 500;
        }
    }

    .seat-matrix-section {
        margin-top: 1.75rem;
        margin-bottom: 1.75rem;

        h2 {
            font-size: 1.5rem;
            margin: 1.25rem 1.25rem;
            text-align: center;
        }

        & li {
            display: flex;
            justify-content: center;
            background: #ffffff;
            padding: 20px;
            border-radius: 35px;
            box-shadow: 0px 0px 2px #1c1818;

            font-size: 18px;
            color: #000000;
            margin: 5px;

            span {
                font-weight: 600;
            }
        }

    }


    .eligibility-section {
        margin-top: 1.75rem;
        margin-bottom: 1.75rem;

        h2 {
            font-size: 1.5rem;
            margin: 1.25rem 1.25rem;
            text-align: center;
        }

        & li {
            list-style-type: circle;
            list-style-position: inside;
            padding-left: 5px;
        }


    }

    .admission-section {
        margin-top: 1.75rem;
        margin-bottom: 1.75rem;

        h2 {
            font-size: 1.5rem;
            margin: 1.25rem 1.25rem;
            text-align: center;

        }

        & table {
            width: 100%;
            border: 1px solid #000000;
            padding: 10px 10px;
        }

        & td {
            padding: 15px 10px;
            border: 1px solid #000;
            font-weight: 500;
        }
    }


    .document-section {
        margin-top: 1.75rem;
        margin-bottom: 1.75rem;

        h2 {
            font-size: 1.5rem;
            margin: 1.25rem 1.25rem;
            text-align: center;
        }

        & span {
            font-weight: 600;
        }
    }

    .fee-section {
        margin-top: 1.75rem;
        margin-bottom: 1.75rem;

        h2 {
            font-size: 1.5rem;
            margin: 1.25rem 1.25rem;
            text-align: center;
        }

        & tr {
            box-shadow: 0px 0px 1px #000000;
            border-radius: 10px;
        }

        & td {
            padding: 16px 10px;

        }

        & span {
            font-weight: 500;
        }
    }


    .cutoff-section {
        margin-top: 1.75rem;
        margin-bottom: 1.75rem;

        h2 {
            font-size: 1.5rem;
            margin: 1.25rem 1.25rem;
            text-align: center;
        }

        & span {
            font-weight: 600;
        }

        & li {
            list-style-type: none;
        }
    }

    .student-life {
        margin-top: 1.75rem;
        margin-bottom: 1.75rem;

        h2 {
            font-size: 1.5rem;
            margin: 1.25rem 1.25rem;
            text-align: center;
        }

        & span {
            font-weight: 600;
        }
    }


    .faq-section {
        margin-top: 1.75rem;
        margin-bottom: 1.75rem;

        h2 {
            font-size: 1.5rem;
            margin: 1.25rem 1.25rem;
            text-align: center;
        }

    }

    .img-area {
        box-shadow: 0px 0px 5px #004aad;
        margin-bottom: 10px;
    }

    .form-area {

        padding: 10px 20px;
        padding-top: 10px;
        margin-bottom: 1.75rem;

        h2 {
            font-size: 1.5rem;
            margin: 1.25rem 1.25rem;
        }
    }


    /*.footer-section {*/
    /*    background: #000;*/
    /*    height: 60px;*/
    /*    color: #fff;*/
    /*    margin-top: 20px;*/
    /*    display: flex;*/
    /*    justify-content: center;*/
    /*    align-items: center;*/

    /*}*/
}




.aslil-sanskar {
    padding: 0 50px;

}


.btn-section {
    display: flex;
    justify-content: center;
}

.page-btn {
    width: max-content;
    background: #004aad;
    color: #fff;
    padding: 13px 25px;
    font-size: 16px;
    border-radius: 14px;
    font-weight: 300;
}



.college-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #eee;

    overflow: hidden;
}

.college-img img.college-thumb {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.college-content {

    flex-grow: 1;



}


.breadcrumb-area {
    display: none;
}

.footer-content {
    h4 {
        font-size: 1.25rem;
    }
}




.index-marquee {
    .marquee_section {
        padding: 13px 15px;
        background-color: #d7d7d7;
        font-size: 14px;
        line-height: 14px;
        color: #000000;
    }
}





/***************06-06-2025********************/


.sticky-top {
    position: sticky;
    top: 0;
    z-index: 10;
    background: #fff;
    box-shadow: 0px 0px 5px #919191;


}

.img-area img {
    min-height: 350px;
}


body {
    background: #00000017;
}


.student-life {
    background: #fff;
    padding: 10px 10px;
    border-radius: 10px;
}

.document-section {
    background: #fff;
    padding: 10px 10px;
    border-radius: 10px;
}

.cutoff-section {
    background: #fff;
    padding: 10px 10px;
    border-radius: 10px;
}

.fee-structure-section {
    background: #fff;
    padding: 10px 10px;
    border-radius: 10px;
}

.admission-section {
    background: #fff;
    padding: 10px 10px;
    border-radius: 10px;
}

.eligibility-section {
    background: #fff;
    padding: 10px 10px;
    border-radius: 10px;
}


.course-section {
    background: #fff;
    padding: 7px 22px 25px 22px;
    border-radius: 10px;
}

.why-choose-div {
    background: #fff;
    padding: 10px 10px;
    border-radius: 10px;
}

.recognition-div {
    background: #fff;
    padding: 10px 10px;
    border-radius: 10px;
}



section:has(h2.py-3) {
    background-color: #fff;
    padding: 10px 10px;
    border-radius: 10px;
}


.university-content {
    background: #fff;
    padding: 17px 22px;
    border-radius: 15px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 8px #dbd4d4;
}

/* Mobile */
@media (max-width: 768px) {
    .university-content {
        background: transparent;
        padding: 17px 0px;
        border-radius: 15px;
        margin-bottom: 10px;
        box-shadow: none;
        text-align: justify;
    }
}


.fee-section {
    background: #fff;
    padding: 10px 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.right-content-area {
    img {
        box-shadow: 0px 0px 8px #dbd4d4;
        border-radius: 10px;
        max-height: 400px;
        object-fit: cover;
    }
}

.accordion-header {
    button {
        color: #000 !important;
    }

    .accordion-button:focus {
        box-shadow: none !important;
    }

    .accordion-button:not(.collapsed) {
        background: #e8e8e8;
    }
}



.accordion-item {
    padding-top: 5px;
}

.col-lg-7 {
    padding: 0 10px 0;
}


.g-5,
.gy-5 {
    --bs-gutter-x: 0rem !important;
}



.section_about {
    background-color: aliceblue;

    span {
        font-size: 21px;
        color: rgb(32 68 113);
        font-weight: 600;
    }

}





/* Ensure all cards have equal height */
.top-university .card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    /* Take full height of the column */
}

/* Make all images same height and cover the container */
.top-university .card-image-wrapper {
    height: 200px;
    /* Set a fixed height for images */
    overflow: hidden;
}

.top-university .card-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Crop images if needed */
}

/* Optional: ensure all card footers align at the bottom */
.top-university .card-footer {
    padding: 10px;
}



.top-university {
    background-color: #87a4c9;

    .row {
        row-gap: 10px;
    }

    .card-footer {
        background: none;
        border-top: none;
    }


}

.form-control {
    padding: 16px 5px;
}

.btn {
    background-color: rgb(32 68 113);
    padding: 13px 28px;
}


.college-content {
    .btn {


        padding: 8px 20px;
        border-radius: 30px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        white-space: nowrap;
    }
}


.breadcrumb {
    a {
        color: #fff;
        font-size: 20px;
    }
}

/*footer {*/
/*    line-height: 33px;*/
/*    background-color: #87a4c9;*/

/*    color: #fff;*/
/*    padding-top: 60px;*/
/*    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;*/
/*}*/

footer h5 {
    font-weight: 600;
    margin-bottom: 20px;
    color: #f0f0f0;
}

footer p {
    font-size: 0.95rem;
    color: #fff;
}

footer ul {
    padding-left: 0;
}

footer ul li {
    margin-bottom: 10px;
    list-style: none;
}

footer ul li a {
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

footer ul li a:hover {
    text-decoration: underline;
    color: #ffc107;
    /* Bootstrap warning color or customize */
}

footer .btn-outline-light {
    border-radius: 30px;
    padding: 8px 20px;
    font-size: 0.9rem;
    transition: background 0.3s ease, color 0.3s ease;
}

footer .btn-outline-light:hover {
    background-color: #ffc107;
    color: #000;
    border-color: #ffc107;
}

/* Responsive tweaks */
@media (max-width: 768px) {
    footer .text-md-end {
        text-align: left !important;
    }

    footer .btn-outline-light {
        margin-top: 10px;
    }
}

.footer-bottom {
    /*background-color: #204471;*/
    color: #ccc;
    font-size: 18px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.footer-bottom:hover {
    background-color: #000;
    /* deeper dark on hover */
    color: #fff;
}

.left_bnr {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: left;
    padding: 20px;
}

.profile_bnr img {
    max-width: 200px;
    height: auto;
    margin-bottom: 20px;
}


@media(max-width:591px) {
    .heading_h1 {
        padding: 10 0 !important;
        font-size: 24px !important;
    }

    .form-control,
    .form-select {
        border-radius: 12px !important;
    }
}


.heading_h1 {
    font-weight: 700;
    line-height: 1.3;
    color: #204471;
    padding: 0 10px;
    font-size: 45px;
    /* default for large screens */
}

/* Extra large devices (1200px and up) */
@media (min-width: 1200px) {
    .heading_h1 {
        font-size: 40px;
    }
}

/* Large devices (992px to 1199px) */
@media (max-width: 1199px) and (min-width: 992px) {
    .heading_h1 {
        font-size: 37px;
    }
}

/* Medium devices (768px to 991px) */
@media (max-width: 991px) and (min-width: 768px) {
    .heading_h1 {
        font-size: 33px;
    }
}

/* Small devices (576px to 767px) */
@media (max-width: 767px) and (min-width: 576px) {
    .heading_h1 {
        font-size: 27px;
    }
}

/* Extra small devices (up to 575px) */
@media (max-width: 575px) {
    .heading_h1 {
        font-size: 25px;
    }
}





.heading_h1 span {
    display: inline-block;
    position: relative;
    z-index: 2;
}

.heading_h1 strong {
    color: #ffdb70;
}

.left_bnr p {
    font-size: 1rem;
    max-width: 600px;
    margin: 0 auto;
    color: #d4e3f4;
}

/* Form Section */
 .form_setion {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  margin-top: 0px;
  padding-bottom: 10px;
} 

.form_setion h2 {
    font-size: 1.5rem;
    color: #204471;
    font-weight: 600;
}

.form-control {
    padding: 14px 14px;
    font-size: 1rem;
    border-radius: 0px;
    border: 1px solid #c3c9cf;
    transition: border-color 0.3s;
}

.form-control:focus {
    border-color: #2a5d9f;
    box-shadow: none;
}

.error-message {
    color: #d9534f;
    font-size: 0.85rem;
    margin-top: 4px;
}

/* Form Button */
.form-btn {
    background-color: #2a5d9f;
    padding: 10px 30px;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    border-radius: 30px;
    transition: background-color 0.3s ease;
}

.form-btn:hover {
    background-color: #1d3f71;
    color: #fff;
}


/* Responsive */
@media (max-width: 768px) {
    .banner_section {
        text-align: center;
    }

    .left_bnr {
        align-items: center;
        text-align: center;
    }

    .form_setion {
        margin-top: 20px;
    }
}


.user-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.form-select {
    padding: 7px !important;
    border-radius: 0px;
}


@media (max-width: 768px) {

    #ddlccode,
    #txtmobile {
        width: 100% !important;
        margin-bottom: 10px;
    }


    .form_setion {
        margin-top: 20px;
    }

    .contact-section {
        padding: 0 0 20px 0 !important;
    }
}



/* Main container */
.university-content {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

/* h3 styling */
.university-content h3 {
    font-size: 24px !important;
    color: #1a237e;
    margin-bottom: 20px;
    padding-bottom: 8px;
    border-bottom: 2px solid #e0e0e0;
}

/* Table styling */
.university-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    overflow-x: auto;
}

.university-content table th,
.university-content table td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: left;
    font-size: 15px;
}

.university-content table th {
    background-color: #f5f5f5;
    color: #333;
    font-weight: 600;
}

.university-content table tr:nth-child(even) {
    background-color: #fafafa;
}

.university-content table tr:hover {
    background-color: #f1f1f1;
}

/* UL LI styling */
.university-content ul {
    padding-left: 20px;
    margin: 15px 0;
}

.university-content ul li {
    font-size: 16px;
    color: #444;
    margin-bottom: 10px;
    line-height: 1.6;
    list-style-type: disc;
}

/* Responsive Design */
@media (max-width: 768px) {
    .university-content {
        padding: 15px;
    }

    .university-content h3 {
        font-size: 20px;
    }

    .university-content table th,
    .university-content table td {
        font-size: 14px;
        padding: 10px;
    }

    .university-content ul li {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .university-content h3 {
        font-size: 18px;
    }

    .university-content table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    .university-content ul li {
        font-size: 14px;
    }
}




.marquee-container {
    background-color: #ff1717;
    color: #fff;
    padding: 10px 0;
    overflow: hidden;
    position: relative;
}

.marquee-text {
    display: inline-block;
    white-space: nowrap;
    font-size: 18px;
    font-weight: bold;
    animation: marquee 12s linear infinite;
}

@keyframes marquee {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}



.rank-section {
    .contact-form h3 {
        color: #0b4ea2;
        font-weight: 600;
    }

    .contact-form .form-control {
        border-radius: 8px;
        border: 1px solid #ced4da;
        padding: 10px 12px;
        transition: all 0.3s ease;
    }

    .contact-form .form-control:focus {
        border-color: #0b4ea2;
        box-shadow: 0 0 6px rgba(11, 78, 162, 0.3);
    }

    .contact-form .form-check-label {
        font-size: 0.9rem;
    }

    .contact-form .btn-primary {
        background-color: #0b4ea2;
        border-color: #0b4ea2;
        transition: all 0.3s ease;
        border-radius: 50px;
    }

    .contact-form .btn-primary:hover {
        background-color: #09367a;
        border-color: #09367a;
    }

    .contact-form .lbl {
        font-weight: 500;
        font-size: 0.95rem;
    }

    .text-danger {
        font-size: 0.85rem;
    }
}

.hero-content {
    ul li {
        list-style-type: disc;
        line-height: 2;
        font-weight: 500;
        font-size: 18px;

        i {
            color: #ff0002;
            font-weight: #ff0002;
        }
    }
}



.bottom-form {
    background-color: aliceblue;
    padding: 10px 10px;

    .form_setion {
        background-color: transparent !important;

        h2 {
            color: rgb(32, 68, 113) !important;
        }
    }
}


.sm-list {
    ul li {
        list-style-type: none;
        font-size: 17px;
        line-height: 1.7;
        background: #fff;
        margin: 11px 0;
        padding: 7px;
        border-radius: 21px;
        box-shadow: inset 0px 0px 0px #20447185;
        border: 1px solid #20447157;
        color: #3c3c3cd9;
    }
}






@media screen and (min-width: 767px) {
    .form_section {
        margin-top: 70px !important;
    }
}

.error-message {
    color: red;
    font-size: 12px;
    margin: 0px;
}





.slider-container {
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background: #fff;
}

.slider-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    min-width: 100%;
    box-sizing: border-box;
    padding: 30px;

}

.slide p {
    font-size: 16px;
    color: #333;
    margin: 0;
}

.slide h6 {
    margin-top: 15px;
    font-weight: bold;
    color: #094e99;
}

.dots {
    text-align: center;
    margin-top: 15px;
}

.dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 6px;
    background-color: #ccc;
    border-radius: 50%;
    cursor: pointer;
}

.dot.active {
    background-color: #007bff;
}

@media (max-width: 600px) {
    .slide p {
        font-size: 15px;
    }
}


.list-size {
    border-bottom: none;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        gap: 10px;
    }

    .list-size {
        font-size: 14px;
        white-space: nowrap;
    }

    .dropdown.position-static .dropdown-menu {
        width: 50%;
        left: 20%;

    }
}

.grouped-item li {
    list-style: none;
}