:root {
    --fontcolor: #313131;
    --fontcolor2: #666666;
    --colorwhite: #fff;
    --bluecolor: #636FD8;
    --lightblue: #0277DC;
    --redcolor: #f67c49;
    --redcolor2: #D2293B;
    --gray-colore: #EDF0F3;
    --graybg: #F3F3F3;
    --yellowcolor: #E3D523;
    --black: #282828;
    --footerbg: #00294D;
    --w-full: 100%;
    --H-full: 100%;
    --Radius-full: 100%;
    --asap: 'Asap', sans-serif;
    --asap-condensed: 'Asap Condensed', sans-serif;
    --lato: 'Lato', sans-serif;
    --noto: 'Noto Serif', serif;
    --font60: bold 6rem/6.5rem var(--noto);
    --font30: normal 3rem/4.2rem var(--asap);
    --font48: bold 4.8rem/5.5rem var(--asap);
    --font36: bold 3.6rem/4.2rem var(--asap);
    --font24: bold 2.4rem/3.6rem var(--asap);
    --font21: normal 2.1rem/2.8rem var(--asap);
    --font18: normal 1.8rem/3rem var(--lato);
    --font16: normal 1.6rem/2.6rem var(--lato)
}

.wa-widget-send-button {
    margin: 0 0 80px 0 !important;
}

.desktop_footer {
    background: var(--footerbg);
    padding: 7rem 0 2.4rem;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.desktop_footer .f-menu {
    width: 18%;
}

.desktop_footer .f-menu ul li a:hover {
    color: var(--redcolor2);
}

.desktop_footer .footer_address p a:hover {
    color: #d2293b;
}

.desktop_footer .f-menu:last-child {
    width: 26.5%;
    padding-right: 0;
}

.desktop_footer .footer_socmedia ul li a img {
    transition: all .5s ease-in-out;
}

.desktop_footer .footer_socmedia ul li a:hover img {
    transform: translateY(-5px);
}

.desktop_footer .f-menu h5 {
    font: bold 1.8rem/2.2rem var(--lato);
    color: var(--colorwhite);
}

.desktop_footer .f-menu ul {
    margin: 3rem 0 5.4rem;
}

.desktop_footer .f-menu ul li a {
    font: normal 1.6rem/3.2rem var(--lato);
    color: var(--colorwhite);
    opacity: 0.77;
}

.desktop_footer .news_letter {
    border: .1rem solid rgb(255 255 255 / 15%);
    padding: 1.5rem;
}

.desktop_footer .news_letter h5 {
    font: 300 3rem/3.6rem var(--lato);
    text-align: center;
}

.desktop_footer .news_letter .student_alumbtn,
.mobile_footer .news_letter .student_alumbtn {
    box-shadow: 0px 3px 10px #00000012;
    border-radius: 2.1rem;
    background: var(--redcolor2);
    color: var(--colorwhite);
    padding: 1rem 2rem;
    margin-top: 1.5rem;
    font: 500 1.7rem/2.2rem var(--lato);
    position: relative;
}

.desktop_footer .news_letter .student_alumbtn {
    text-align: center;
}

.desktop_footer .news_letter .student_alumbtn img {
    margin-left: 1rem;
}

.desktop_footer .footer_logo {
    margin-top: 4.3rem;
}

.desktop_footer .footer_address {
    padding-bottom: 5rem;
}

.desktop_footer .footer_address p a {
    display: inline-flex;
}

.desktop_footer .footer_address p,
.desktop_footer .footer_address p a,
.copyright p,
.copyright p a {
    font: 500 1.4rem/2.6rem var(--lato);
    color: var(--colorwhite);
    padding: 0px;
}

.desktop_footer .footer_address p:last-child {
    padding: 0;
}

.desktop_footer .footer_address p {
    padding: 2.5rem 0;
}

.desktop_footer .footer_socmedia {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: auto;
    padding: 4.2rem 0 3.1rem;
    border-top: .1rem solid rgb(255 255 255 / 30%);
}

.desktop_footer .footer_socmedia ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.desktop_footer .footer_socmedia ul li {
    margin: 0 .3rem;
}

.desktop_footer .footer_socmedia span {
    font: bold 1.6rem/1.9rem var(--lato);
    color: var(--colorwhite);
    margin-right: .6rem;
}

.desktop_footer .copyright p a {
    display: inline-flex;
}

.desktop_footer .copyright p a:hover {
    color: #ffb300;
}

.inqu .btn {
    position: fixed;
    top: 50%;
    bottom: auto;
    right: -40px;
    z-index: 99;
    transform: rotate(-90deg);
    background: #3a7ef5;
    border: none;
    color: #fff;
    font: 900 1.6rem/1.9rem var(--lato);
    display: none;
}

.inqu .form_wrapper {
    width: 100%;
    background-color: #fff;
    padding: 30px;
    max-width: 500px;
    transition: all .5s ease-in-out;
    right: -100%;
    position: fixed;
    bottom: 0px;
    z-index: 999;
    transition: 0.9s;
}

.inqu .form_wrapper .cross_btn {
    width: 40px;
    height: 40px;
    background: #3a7ef5;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    left: 0px;
    flex-direction: column;
    top: 0px;
    font-size: 22px;
    position: absolute;
}

.inqu .form_wrapper .cross_btn span {
    transform: rotate(-45deg);
    width: 25px;
    height: 2px;
    display: block;
    background-color: #000;
}

.inqu .form_wrapper .cross_btn span:nth-of-type(2) {
    transform: rotate(45deg);
    margin-top: -2px;
}

.inqu .form_wrapper .cross_btn span {
    transform: rotate(-45deg);
    width: 25px;
    height: 2px;
    display: block;
    background-color: #000;
}

.btn {
    background: #3a7ef5;
    padding: 18px 20px;
    color: #024764;
    font-family: var(--primary-font3);
    font-size: 21px;
    line-height: 1;
    font-weight: 700;
    box-shadow: 0 5px 10px #0000001F;
    display: inline-block;
}

.inqu .nav360_btn {
    background: #3a7ef5;
    padding: 0.6rem 1.1rem .7rem .9rem;
    border-radius: 2.3rem;
    font: 900 1.6rem/1.9rem var(--lato);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #fff;
}

.mobile_footer {
    background: var(--footerbg);
    padding: 3.5rem 0;
    display: none;
}

.mobile_footer ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.mobile_footer ul li {
    padding: 2.5rem 0;
    border-bottom: .1rem solid rgb(255 255 255 / 44%);
    width: 48%;
}

.mobile_footer ul li a {
    font: bold 1.8rem/2.2rem var(--lato);
    color: var(--colorwhite);
    text-align: left;
}

.mobile_footer ul li a img {
    transition: all .5s ease-in-out;
}

.mobile_footer ul li a:hover img {
    transform: translateY(-7px);
}

.mobile_footer ul li a:hover {
    color: #D22E40;
}

.mobile_footer .footer_logo {
    margin: 2rem 0;
}

.mobile_footer .footer_address p a {
    display: inline-flex;
}

.mobile_footer .footer_address p,
.copyright p,
.copyright p a,
.copyright p span {
    font: 500 1.4rem/2.6rem var(--lato);
    color: var(--colorwhite);
}

.mobile_footer .footer_address p a {
    font: bold 1.8rem/3rem var(--lato);
    color: var(--colorwhite);
}

.mobile_footer .footer_address p a:hover {
    color: #D22E40;
}

.mobile_footer .footer_address p:last-child {
    margin-top: 2rem;
}

.mobile_footer .footer_socmedia {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: auto;
    padding: 3rem 0 2rem;
    justify-content: center;
}

.mobile_footer .footer_socmedia ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.mobile_footer .footer_socmedia ul li {
    margin: 0 0.3rem;
    width: auto;
    border: none;
    padding: 0;
}

.mobile_footer .footer_socmedia span {
    font: bold 1.6rem/1.9rem var(--lato);
    color: var(--colorwhite);
    margin-right: .6rem;
}

.mobile_footer .copyright {
    margin-top: 0;
    padding: 2rem 0;
    border-color: #ffffff1f;
}

.mobile_footer .copyright p a {
    display: inline-flex;
}

.f-menu-bottom {
    display: var(--flex);
    justify-content: space-between;
    width: var(--w-full);
    text-align: center;
    margin-top: 4rem;
    padding-top: 4rem;
    border-top: .2rem solid #ffffff1c;
}

.mobile-bottom-menu {
    display: none;
}

.mobile-menu {
    display: none;
}

@media (max-width: 1649px) {
    .desktop_footer .footer_address {
        padding-bottom: 3rem;
    }

    .desktop_footer .f-menu ul {
        margin: 2rem 0 3.5rem;
    }

    .desktop_footer .news_letter .student_alumbtn,
    .mobile_footer .news_letter .student_alumbtn {
        font: 500 1.6rem/2.2rem var(--lato);
    }

    .desktop_footer .footer_address p {
        padding: 1.5rem 0;
    }

    .desktop_footer .footer_logo {
        margin-top: 3rem;
    }

    .desktop_footer .footer_socmedia {
        padding: 2.4rem 0;
    }

    .desktop_footer .footer_socmedia ul {
        margin: 0;
    }
}

@media (max-width: 1399px) {
    .desktop_footer .news_letter h5 {
        font: 300 2.4rem/3.4rem var(--lato);
    }

    .desktop_footer .f-menu ul li a {
        font-size: 10px;
    }

    .desktop_footer .news_letter .student_alumbtn,
    .mobile_footer .news_letter .student_alumbtn {
        font: 500 1.4rem/2.2rem var(--lato);
    }

    .desktop_footer {
        padding-bottom: 30px;
    }

    .desktop_footer .f-menu ul {
        margin: 2.2rem 0 4.1rem;
    }

    .desktop_footer .f-menu h5 {
        font-size: 13px;
    }

    .desktop_footer .f-menu:last-child {
        width: 27.5%;
    }

    .desktop_footer .footer_address p a {
        font-size: 11px;
        font-weight: 500;
    }

    .desktop_footer .footer_address p {
        font-size: 11px;
        font-weight: 400;
    }

    .desktop_footer .footer_logo {
        width: 194px;
    }

    .desktop_footer .footer_logo img {
        width: 100%;
    }

    .desktop_footer .news_letter .student_alumbtn {
        font-size: 10px;
    }

    .desktop_footer .news_letter h5 {
        font-size: 16px;
    }

    .desktop_footer .footer_socmedia span {
        font-size: 13px;
    }

    .desktop_footer .footer_socmedia {
        padding: 30px 0;
    }

    .desktop_footer .footer_socmedia ul {
        margin: 0px;
    }

    .copyright p,
    .copyright p span,
    .copyright p span a {
        font-size: 11px;
    }

    .desktop_footer .footer_logo a {
        width: 100%;
    }
}

@media (max-width: 1199px) {
    .desktop_footer .f-menu {
        width: 18%;
        padding-right: 1rem;
    }

    .desktop_footer .f-menu:last-child {
        width: 32.5%;
    }
}

.apply_button {
    border: 1px solid #b6081d;
    text-align: center;
    color: #b6081d;
    border-radius: 4px;
    padding: 0.2rem 0.5rem;
}

.apply_button:hover {
    background-color: #b6081d;
    color: #fff !important;
}

a .whatup_icon {
    position: fixed;
    transition: all .5s ease-in-out;
    display: flex;
    align-items: center;
    bottom: 0px;
    right: 0px;
    z-index: 9;
}

.btn360 {
    position: fixed;
    bottom: 0px;
    left: 10px;
    padding: 8px;
    background-color: #fff;
    width: 80px;
    height: 80px;
}

@media (max-width: 991px) {
    #whatsapp-chat-widget .wa-chat-bubble {
        bottom: 70px !important;
    }

    #whatsapp-chat-widget .wa-widget-send-button {
        bottom: 60px !important;
    }

    #whatsapp-chat-widget .wa-chat-box {
        bottom: 70px !important;
    }

    inqu .btn {
        display: block;
    }

    a .whatup_icon {
        bottom: 8rem;
        right: 1rem;
        z-index: 9;
    }

    .btn360 {
        display: block !important;
        width: 6rem;
        height: 5.3rem;
        bottom: 8rem;
        padding: 1rem;
        z-index: 9;
        background-color: #FFC107;
    }

    .desktop_footer {
        display: none;
    }

    .mobile_footer {
        display: block;
        padding: 0 3.5rem;
    }

    .mobile_footer {
        margin-bottom: 62px;
    }

    .mobile_footer .copyright {
        padding: 2rem 0 3.3rem;
    }

    .mobile_footer .news_letter h5 {
        display: none;
    }

    .mobile_footer .news_letter .student_alumbtn {
        font: 500 1.6rem/1.9rem var(--lato);
        margin: 3.8rem 0 2rem;
    }

    .mobile_footer .news_letter .student_alumbtn img {
        margin-left: 1rem;
    }

    .mobile-bottom-menu {
        background: #2858A1;
        position: fixed;
        bottom: 0;
        z-index: 9999;
        width: 100%;
        display: block;
    }

    .mobile-bottom-menu>ul {
        align-items: flex-end;
        display: flex;
        justify-content: space-between;
        list-style: none;
        margin: 0;
        z-index: 999999;
        position: relative;
    }

    .mobile-bottom-menu ul p,
    .mobile-bottom-menu ul figure {
        margin: 0;
        color: #fff;
        transition: 0.3s;
    }

    .mobile-bottom-menu ul figure {
        margin-bottom: 1.5rem;
        height: 2rem;
    }

    .mobile-bottom-menu>ul>li {
        text-align: center;
        transition: 0.3s;
        width: 25%;
        background: #2858A1;
    }

    .mobile-bottom-menu>ul>li a {
        padding: 10px 0;
        display: block;
    }

    .togglee.active {
        background: #313131;
        position: relative;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .togglee.active::before {
        width: 5rem;
        height: .2rem;
        background: #FFB300;
        position: absolute;
        top: 0;
        content: "";
    }

    .mobile-bottom-menu>li a:hover {
        background: #154082;
    }

    .mobile-bottom-menu ul p {
        font-size: 12px;
        color: #fff;
        margin-top: -9px;
        padding: 0;
    }

    .goback a {
        background-image: linear-gradient(#0161A0, #0676C0);
    }

    .mobile-bottom-menu ul li:hover figure {
        transform: translateY(2px);
    }

    .mobile-bottom-menu ul li:last-child {
        border-right: 0;
    }

    .mob_courses {
        background: #26384a;
        padding: 0 4rem 4rem 2.5rem;
        transition: 0.5s;
        width: 100%;
        overflow-y: scroll;
        padding-bottom: 10rem;
    }

    .mob_courses.show1 {
        transform: translateY(0);
        height: 100vh;
    }

    .mcourse_wrap {
        width: 100%;
        height: auto;
        position: relative;
        padding: 4.5rem 3.4rem 0;
    }

    .mcourse_wrap::before {
        width: 0.5rem;
        height: 100%;
        background: url(../images/std-before.svg);
        background-repeat: no-repeat;
        position: absolute;
        left: 0;
        top: 0rem;
        content: "";
        z-index: 1;
        background-size: cover;
    }

    .mob_heading {
        font: bold 1.6rem/4.6rem var(--asap);
        letter-spacing: 2.82px;
        padding-bottom: 2.5rem;
        position: relative;
        color: #fff;
        margin-bottom: 4rem;
    }

    .mob_heading::before {
        width: 5.1rem;
        height: 0.1rem;
        z-index: 1;
        bottom: 0;
        position: absolute;
        left: 0;
        content: "";
        background: #fff;
    }

    .gdprogram li {
        position: relative;
        padding-bottom: 1rem;
        margin: 1rem 0 2rem;
    }

    .gdprogram li a:hover,
    .gdprogram li a span:hover,
    .mobpgm_list li a:hover p,
    .mob_admissions .admission_link a:hover {
        color: #FFB300
    }

    .gdprogram li::before {
        width: 5rem;
        height: 0.1rem;
        background: #fff;
        position: absolute;
        left: 0;
        content: "";
        bottom: 0;
        opacity: .2;
    }

    .gdprogram .program,
    .gdprogram a span {
        font: 600 1.1rem/1.6rem var(--asap);
        color: var(--colorwhite);
    }

    .gdprogram a span {
        font: normal 1.2rem/2rem var(--asap);
        display: block;
        color: #949ba4;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .mobpgm_list li a {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        padding: 2rem 0;
        border-bottom: 0.1rem solid rgb(255 255 255 / 21%);
    }

    .mobpgm_list li a p {
        font-size: 1.8rem;
        font-family: var(--lato);
    }

    .view_allbtn {
        font: 500 1rem/2rem var(--lato);
        background: #fff;
        padding: 0.7rem;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 2.1rem;
        margin: 2rem auto 0;
        max-width: 21rem;
    }

    .view_allbtn img {
        margin-left: 1rem;
    }

    .view_allbtn:hover,
    .mob_admissions .mob_applybtn:hover {
        background: #FFB300;
        color: #000;
    }

    .mob_applybtn:hover img {
        filter: invert(1);
    }

    .mob_admissions,
    .mob_contact {
        background: #F3F3F3;
        transition: 0.5s;
        width: 100%;
        padding: 4.5rem 2.5rem 10rem;
        text-align: center;
        overflow-y: scroll;
    }

    .mob_admissions .mob_heading,
    .mob_contact .mob_heading {
        color: #313131;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .mob_admissions .mob_heading::before,
    .mob_contact .mob_heading::before {
        background: #313131;
        left: inherit;
    }

    .mob_admissions .admission_link {
        background: #fff;
        padding: 4.2rem 5.5rem;
    }

    .mob_admissions .admission_link a {
        font: normal 1.2rem/2.5rem var(--lato);
        margin-bottom: 2.2rem;
    }

    .mob_admissions .admission_link a:last-child {
        margin-bottom: 0;
    }

    .mob_admissions .mob_applybtn {
        font: 700 1.3rem/1.5rem var(--lato);
        color: #fff;
        padding: .6rem 3rem;
        line-height: 1.953;
        background: #f67c49;
        border-radius: 3.5rem;
        margin-top: 3.5rem;
    }

    .mob_admissions .mob_applybtn img {
        margin-left: 1.5rem;
    }

    .mob_admissions .admission_helpbox {
        margin: 2.9rem 0;
        text-align: center;
    }

    .mob_admissions .admission_helpbox p {
        font: normal 1rem/2rem var(--lato);
        margin: 1.8rem 0 .8rem;
    }

    .mob_admissions .admission_helpbox a {
        font: 600 1.7rem/2.4rem var(--asap);
        color: #0277DC;
    }

    .mob_admissions .admission_helpbox a:hover,
    .mob_contact .call_box a:hover,
    .mob_contact .call_box.mail_box a:hover {
        color: #FFB300;
    }

    .mob_contact {
        text-align: center;
    }

    .mob_contact.show3 {
        transform: translateY(0);
        height: 100vh;
    }

    .mob_contact .call_box {
        box-shadow: 0 .3rem .6rem #00000008;
        border-radius: .8rem;
        background: #fff;
        text-align: center;
        width: 100%;
        padding: 1.8rem;
        margin-bottom: 1.5rem;
    }

    .mob_contact .call_box a {
        font: 700 1.1rem/1.5rem var(--lato);
        color: #262626;
    }

    .mob_contact .call_box img {
        margin-bottom: 1.5rem;
    }

    .mob_contact .call_box.mail_box a {
        font-weight: normal;
        color: #000;
    }

    .mob_contact .mobaddress_box {
        margin-top: 2rem;
        padding: 0 20rem;
    }

    .mob_contact .mobaddress_box h6 {
        font: bold 1.8rem/2.2rem var(--lato);
        letter-spacing: 2.7px;
        color: #000;
        margin-bottom: 1.8rem;
    }

    .mob_contact .mobaddress_box p {
        font: normal 1rem/1.5rem var(--lato);
        color: #333333;
        max-width: 400px;
        margin: 0 auto;
    }

    .mob_search {
        background: #2A2A2A;
        position: absolute;
        bottom: 0rem;
        left: 0;
        transition: 0.5s;
        width: 100%;
        transform: translateY(100%);
        height: 0;
    }

    .mob_search.show4 {
        transform: translateY(0);
        height: 100vh;
    }

    .mob_menu {
        background: #F3F3F3;
        position: absolute;
        bottom: 0rem;
        left: 0;
        transition: 0.5s;
        width: 100%;
        transform: translateY(100%);
        height: 0;
        overflow-y: scroll;
        padding-bottom: 10rem;
    }

    .mob_menu.show2 {
        transform: translateY(0);
        height: 100vh;
    }

    .main_link {
        background: #22384B;
    }

    .dd-show+.m-drop-sub a {
        color: #fff;
    }

    .main_link li li {
        padding: 0 0 0 10px;
        border: none;
    }

    .main_link li {
        padding: 3.5rem 2rem 2.2rem;
        border-bottom: 0.1rem solid rgb(255 255 255 / 19%);
    }

    .main_link li a {
        font: bold 1.8rem/2.2rem var(--lato);
        letter-spacing: 0.45px;
        font-size: 16px;
        color: #fff;
    }

    .main_link li a:hover,
    .mob_menu .bottom_link a:hover {
        color: #FFB300;
    }

    .m-drop-sub {
        height: 0;
        transition: 0.5s;
        overflow: hidden;
        width: 100%;
        margin-top: 1rem;
    }

    .dd-show+.m-drop-sub {
        height: auto !important;
    }

    .main-links>li>a.dd-show,
    .m-drop-sub a:hover {
        color: #D93E3E;
    }

    .m-drop-sub a {
        padding: .7rem 1rem;
        position: relative;
    }

    .m-drop-sub a {
        font: normal 1.6rem/2.6rem var(--lato) !important;
    }

    .m-drop-sub a:before {
        background: #ffffff;
        position: absolute;
        left: 0;
        height: 0.1rem;
        width: 0.5rem;
        content: '';
        bottom: 0;
        top: 0;
        margin: auto;
        transition: 0.5s;
    }

    .m-drop-sub a:last-child {
        border-bottom: 0;
    }

    .m-drop>a {
        position: relative;
    }

    .m-drop>a:before {
        content: '+';
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        font-size: 3rem;
        font-weight: 400;
        line-height: 2rem;
        height: 2rem;
        transition: 0.5s;
        opacity: .5;
    }

    .m-drop a.dd-show:before {
        transform: rotate(45deg);
        opacity: 1;
    }

    .megha-box label {
        color: #000;
        font-size: 1.5rem;
        font-weight: 600;
    }

    .m-drop-sub::-webkit-scrollbar {
        width: 3px;
    }

    .m-drop-sub::-webkit-scrollbar-track {
        background-color: #999;
        border-radius: 10px;
    }

    .m-drop-sub::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background: #FFB300;
    }

    .mob_menu .bottom_link {
        display: flex;
        justify-content: space-between;
        width: 100%;
        flex-wrap: wrap;
        padding: 3.8rem 2.7rem;
    }

    .mob_menu .bottom_link a {
        font: normal 1.8rem/2.2rem var(--lato);
        width: 49%;
        color: #000;
        margin-bottom: 2.4rem;
    }

    footer {
        margin-bottom: 7rem;
        padding: 5rem 0 0;
    }

    .f-menu,
    .app-btn {
        display: none;
    }

    .mobile-menu,
    .f-menu.Follow_menu {
        display: block;
        width: 100%;
        text-align: center;
        padding: 0;
    }

    .small-btm {
        padding: 2rem 0;
        margin-top: 2rem;
        border-top: .2rem solid #ffffff1a;
    }

    footer .Follow_menu span {
        margin-bottom: 1rem;
        font-size: 1.4rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1.4px;
    }

    .copyright {
        margin-top: 1rem;
        padding: 2rem 0;
        border-color: #ffffff1f;
    }

    footer .container {
        text-align: center;
    }

    .copyright p {
        width: 100%;
    }

    .mob_menu.m-pop.sec.show2 {
        padding-top: 0px !important;
    }

    .mob_menu.m-pop.sec.show2 .main_link {
        padding-top: 50px;
    }
}

@media (max-width:767px) {
    .wa-chat-box {
        right: 56px !important;
        margin-bottom: 14rem;
    }

    .mobile_footer .footer_address p a {
        font: 600 1.6rem/2.6rem var(--lato);
    }

    .mob_contact .mobaddress_box {
        padding: 0 3rem;
    }

    .mob_admissions .admission_link a {
        margin-bottom: 15px;
    }

    .mob_admissions .admission_helpbox p {
        margin-top: 0px;
    }

    .mobile_footer {
        padding: 30px 0 0;
    }

    .mobile_footer .footer_socmedia {
        padding: 2rem 0 1rem;
    }

    .mobile_footer .copyright {
        padding-top: 10px;
    }

    .mobile_footer ul li {
        padding: 2rem 0;
    }

    .mobile_footer ul li a {
        font-size: 18px;
    }

    footer .container {
        padding: 0 30px;
    }

    .mobile_footer .footer_address p a {
        font-size: 18px;
    }

    .copyright p,
    .copyright p span,
    .copyright p span a {
        font-size: 14px;
        line-height: 1.8;
    }

    footer .container .col-lg-12 {
        padding: 0px;
    }

    .mobile_footer .footer_logo {
        width: 200px;
        margin: 2rem auto;
    }

    .view_allbtn {
        font-size: 16px;
    }

    .mobile_footer .footer_logo img {
        width: 100%;
    }

    .main_link li {
        padding: 2.5rem 2rem 2.2rem;
    }
}

@media (max-width:575px) {
    .mob_contact .mobaddress_box {
        padding: 0;
    }

    .mobile_footer ul li {
        padding: 1.5rem 0;
    }

    .mob_admissions .admission_link {
        padding: 2.2rem 2.5rem;
    }

    .mob_menu .bottom_link a {
        margin-bottom: 1.8rem;
    }

    .mcourse_wrap {
        padding: 1.5rem 0rem 0 2rem;
    }

    .mob_courses {
        padding: 0 2rem 0rem 2rem;
    }

    .mob_heading {
        font: bold 1rem/1.6rem var(--asap);
        letter-spacing: 2px;
        padding-bottom: 1rem;
        line-height: 1.5;
        margin-bottom: 1rem;
    }

    .mobpgm_list li a {
        padding: 1.5rem 0;
    }

    .main_link .m-drop {
        padding: 1.5rem 2rem 1rem;
    }
}

@media (max-width:375px) {
    .mobile_footer ul li a {
        font: bold 1.6rem/2.2rem var(--lato);
    }

    .mobile_footer {
        padding: 30px 0 30px;
        margin-bottom: 57px;
    }

    .mobile_footer ul li {
        padding: 1.5rem 0;
    }

    .mobile_footer .news_letter .student_alumbtn {
        font: 500 1.4rem/1.9rem var(--lato);
    }

    .mobile_footer .footer_address p a {
        font: bold 1.6rem/2.6rem var(--lato);
    }

    .mobile_footer .copyright {
        padding: 1rem 0 2.3rem;
    }

    .mobile-bottom-menu ul p {
        font-size: 1rem;
    }

    .mcourse_wrap {
        padding: 2rem 0rem 0 1.5rem;
    }

    .mob_admissions,
    .mob_contact {
        padding: 2rem;
    }

    .mob_admissions .admission_link {
        padding: 2.2rem 1.5rem;
    }

    .mob_admissions .admission_link a {
        font: normal 1.1 var(--lato);
        margin-bottom: 1.5rem;
    }

    .mob_admissions .mob_applybtn,
    .mob_contact .call_box a {
        font: normal 1rem/1.5rem var(--lato);
    }

    .mob_admissions .admission_helpbox a {
        font: 600 1.4rem var(--asap);
    }

    .mob_contact .call_box a {
        font-weight: bold;
    }

    .mob_contact .mobaddress_box h6 {
        letter-spacing: 2px;
        margin-bottom: 1.5rem;
    }

    .main_link .m-drop {
        padding: 2rem 2rem 1rem;
    }

    .mob_menu .bottom_link {
        padding: 2.8rem 2rem;
    }

    .mob_menu .bottom_link a {
        font: normal 1.6rem/2.2rem var(--lato);
        margin-bottom: 2rem;
    }

    .mobile_footer .news_letter .student_alumbtn {
        font-size: 11px;
    }
}

@media(max-width: 340px) {

    .gdprogram .program,
    .gdprogram a span {
        font-size: 30px;
    }

    .gdprogram li {
        margin: 2.5rem 0;
    }
}

.div_para p {
    text-align: justify;
}

.btn-animate {
    color: #fff;
    animation: btnBlink 2s infinite ease-in-out;
}

@keyframes btnBlink {

    0%,
    49% {
        color: #f67c49;
    }

    50%,
    100% {
        color: #fff;
    }
}