/* ----- website header footer start ----*/
/*! CSS Used from: https://studyinindia.gov.in/Content/css/style-main-Slogin.css */
/*! @import https://studyinindia.gov.in/Content/css/font-awesome.min.css */
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-phone:before {
    content: "\f095";
}
/*! end @import */
::selection {
    background: #333333;
    color: #fff;
    text-shadow: none;
}

:active, :focus {
    outline: none !important;
}

a {
    color: #808080;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #ffc20e;
        text-decoration: none;
    }

    a img {
        border: none;
    }

img {
    max-width: 100%;
}

ul {
    margin-bottom: 10px;
}

html a {
    -webkit-font-smoothing: antialiased;
}

img {
    max-width: 100%;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul ul {
        margin-left: 2px;
    }

header.header .main--header-wrap .main--header-main, header.header .main--header-wrap .main--header-main ul.social--icons, header.header .menu_navbar .menu--navbar-inner, header.header .menu_navbar .menu--navbar-inner .navigation {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    header.header .main--header-wrap .main--header-main, header.header .main--header-wrap .main--header-main ul.social--icons, header.header .menu_navbar .menu--navbar-inner, header.header .menu_navbar .menu--navbar-inner .navigation {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

header.header .main--header-wrap .main--header-main, header.header .menu_navbar .menu--navbar-inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: "Poppins";
}

a, div, header, i, img, li, nav, ul {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

:focus {
    outline: 0;
}

ul {
    list-style: none;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

img {
    border-style: none;
}

img {
    max-width: 100%;
}

img {
    vertical-align: middle;
}

header.header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 11;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: #ffffff;
}

    header.header .main--header-wrap {
        padding: 5px 0px 5px 0px;
    }

.menu_navbar {
    background-color: #ffc20e;
}

header.header .main--header-wrap .main--header-main .moelogo {
    max-width: 325px;
}

header.header .main--header-wrap .main--header-main .siilogo {
    max-width: 136px;
}

header.header .menu_navbar .menu--navbar-inner {
    padding: 12px 0;
}

    header.header .menu_navbar .menu--navbar-inner li {
        text-transform: none;
        font-size: 15px;
        font-weight: 100;
        position: relative;
        padding-right: 15px;
    }

        header.header .menu_navbar .menu--navbar-inner li a {
            color: #4b5231;
            padding: 24px 0;
            font-weight: 600;
            margin-bottom: 15px;
        }

    header.header .menu_navbar .menu--navbar-inner .navigation li a:hover {
        color: #4B5231;
    }

    header.header .menu_navbar .menu--navbar-inner .navigation li:last-child a {
        margin-right: 0;
    }

    header.header .menu_navbar .menu--navbar-inner .navigation li .dropdown-down {
        width: max-content;
        display: none;
        position: absolute;
        -webkit-box-shadow: 0 0 13.5px rgb(34 33 33 / 20%);
        box-shadow: 0 0 13.5px rgb(34 33 33 / 20%);
        margin-top: 4px;
    }

        header.header .menu_navbar .menu--navbar-inner .navigation li .dropdown-down li {
            font-size: .938em;
            margin: 1px 0px 1px 0px;
            background-color: #ffc20e;
        }

.btn-header {
    font-size: 12px;
    padding: 16px;
    color: #004043;
    font-weight: 600;
}

    .btn-header:hover {
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        background-color: #195255;
        color: #ffffff;
    }

header.header .menu_navbar .menu--navbar-inner .navigation li .dropdown-down li a {
    color: #4b5231;
    display: block;
    padding: 10px 20px;
    margin: 0;
    border-bottom: 1px solid #ffc20e;
    font-size: 14px;
}

    header.header .menu_navbar .menu--navbar-inner .navigation li .dropdown-down li a:hover {
        color: #004043;
        border-top: none;
        background-color: #ffc20e;
    }

header.header .menu_navbar .menu--navbar-inner .navigation li .dropdown-down:before {
    width: 0;
    height: 0;
    border-bottom: 0 solid rgba(0,0,0,0);
    border-color: rgba(0,0,0,0) rgba(0,0,0,0) #fff;
    border-style: solid;
    border-width: 0 15px 15px;
    position: absolute;
    top: -6px;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: -1;
}

header.header .menu_navbar .menu--navbar-inner .navigation li:hover .dropdown-down {
    display: block;
    top: calc(100% + 15px);
    padding: 0px 0;
    cursor: pointer;
}

@media screen and (max-width:1024px) {
    header.header.desktop--header {
        display: none;
    }
}

@media screen and (max-width:1266px) {
    .container-nav {
        width: 1040px;
    }
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    scrollbar-width: thin;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #2aa5ab;
    -webkit-box-shadow: inset 0 0 6px rgb(66, 198, 192);
}

::-webkit-scrollbar {
    width: 5px;
    height: 2px;
}

*, *::after, *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: #2aa5ab;
    text-decoration: none;
   
}

button {
    border: none;
    background: none;
    font-size: inherit;
    color: inherit;
   
    padding: 0;
    cursor: pointer;
    outline: none;
}

a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

[class^="fa"] {
    font-style: normal;
}

.head-loginbtn {
    background-color: #004043;
    border-radius: 4px;
    padding: 8px 25px;
    color: #fff;
    border: 1px solid #004043;
}

.head-registerbtn {
    border: 1px solid #004043;
    border-radius: 4px;
    padding: 8px 25px;
    color: #004043;
    margin-left: 0px;
}

.tophead-cta {
    background-color: #E6F0F0;
    border-radius: 4px;
    padding: 6px 15px;
    color: #0F6B6F;
    font-size: 10px;
    margin-left: -25px;
    font-weight: 600;
}
/*! CSS Used from: https://studyinindia.gov.in/Content/css/bootstrap.min.css */
header, nav {
    display: block;
}

a {
    background-color: transparent;
}

    a:active, a:hover {
        outline: 0;
    }

img {
    border: 0;
}

button {
    margin: 0;
    font: inherit;
    color: inherit;
}

button {
    overflow: visible;
}

button {
    text-transform: none;
}

button {
    -webkit-appearance: button;
    cursor: pointer;
}

@media print {
    *, :after, :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

button {
 
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #337ab7;
    text-decoration: none;
}

    a:focus, a:hover {
        color: #23527c;
        text-decoration: underline;
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

img {
    vertical-align: middle;
}

[role=button] {
    cursor: pointer;
}

ul {
    margin-top: 0;
    margin-bottom: 10px;
}

    ul ul {
        margin-bottom: 0;
    }

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width:768px) /*{.container{width:750px}}*/ @media (min-width:992px) {
    .container {
        width: 970px;
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px;
    }
}

.container:after, .container:before {
    display: table;
    content: " ";
}

.container:after {
    clear: both;
}
/*! CSS Used from: https://studyinindia.gov.in/assets/Student/css/font-awesome.min.css */
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 14px;
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-phone:before {
    content: "\f095";
}
/*! CSS Used fontfaces */

::selection {
    background: #333333;
    color: #fff;
    text-shadow: none;
}

:active, :focus {
    outline: none !important;
}

a {
    color: #808080;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #ffc20e;
        text-decoration: none;
    }

    a img {
        border: none;
    }

img {
    max-width: 100%;
}

ul {
    margin-bottom: 10px;
}

html a {
    -webkit-font-smoothing: antialiased;
}

img {
    max-width: 100%;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul ul {
        margin-left: 2px;
    }

.btn {
    font-size: 13px;
    padding: 8px 22px;
}

.menu-mobile--container .close-menu--bar a, .menu-mobile--container .social ul, .menu-mobile--main-menu li, .menu-mobile--main-menu li a {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .btn, .menu-mobile--container .close-menu--bar a, .menu-mobile--main-menu li, .menu-mobile--main-menu li a {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

.btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.menu-mobile--main-menu li {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: "Poppins";
}

.menu-mobile--container .close-menu--bar a {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

a, div, img, li, ul {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

:focus {
    outline: 0;
}

ul {
    list-style: none;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

img {
    border-style: none;
}

[class^=sii-] {
    font-family: study-india !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sii-instagram:before {
    content: "";
}

.sii-youtube:before {
    content: "";
}

.sii-facebook:before {
    content: "";
}

.sii-twitter:before {
    content: "";
}

img {
    max-width: 100%;
}

img {
    vertical-align: middle;
}

.btn {
    display: -ms-inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 14px 30px;
    background-color: #ffc20e;
    border-radius: 8px;
    color: #fff;
    outline: 0;
    border: 0;
    text-transform: capitalize;
    font: 400 1.25em "Poppins";
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    font-weight: 500;
}

.btn-primary {
    background-image: -o-linear-gradient(2deg, #009297 0, #3bc6cd 100%);
    background-image: linear-gradient(88deg, #009297, #3bc6cd);
}

    .btn-primary:hover {
        background-image: -o-linear-gradient(2deg, #3bc6cd 0, #009297 100%);
        background-image: linear-gradient(88deg, #3bc6cd, #009297);
    }

    .btn-primary:active, .btn-primary:focus {
        background-color: #f68623;
        background-image: inherit;
    }

.margin--b20 {
    margin-bottom: 20px;
}

.menu-mobile--container {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -100%;
    margin-top: 0;
    height: 100%;
    z-index: 0;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    width: 95%;
    -webkit-filter: drop-shadow(0 0 13.5px rgba(34,33,33,.2));
    filter: drop-shadow(0 0 13.5px rgba(34,33,33,.2));
    background-color: #fff;
    padding: 25px 20px;
    overflow-y: scroll;
    overflow-x: hidden;
}

    .menu-mobile--container.show {
        right: 0;
        z-index: 9999;
        display: block;
        overflow: hidden;
    }

    .menu-mobile--container ul li {
        position: relative;
        height: auto;
        overflow: hidden;
        padding: 7px 9px;
    }

    .menu-mobile--container a {
        height: auto;
        -webkit-tap-highlight-color: transparent;
    }

    .menu-mobile--container .close-menu--bar a {
        width: 100%;
        text-align: center;
        text-decoration: none;
        position: relative;
        z-index: 9;
    }

    .menu-mobile--container .close-menu--bar img {
        width: 30px;
    }

    .menu-mobile--container .social {
        padding: 10px 10px 10px 10px;
        border-top: 1px solid #b9eaed;
        border-bottom: 1px solid #b9eaed;
        margin-top: 20px;
    }

        .menu-mobile--container .social ul li {
            padding: 0 30px 0 20px;
        }

            .menu-mobile--container .social ul li a {
                color: #13393b;
                font-size: 1.5em;
            }

.menu-mobile--main-menu {
    overflow: hidden;
    overflow-y: auto;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 10px;
}

    .menu-mobile--main-menu li {
        -webkit-transition: all .15s ease-in-out;
        -o-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out;
    }

        .menu-mobile--main-menu li.has-submenu:after {
            content: "\e90d";
            font-family: study-india;
            font-size: 12px;
            color: #000;
        }

        .menu-mobile--main-menu li a {
            font-size: 1em;
            width: 100%;
            font-weight: 100;
            text-transform: uppercase;
            text-decoration: none;
            color: #000;
            font-weight: 400;
        }

    .menu-mobile--main-menu.inner-scroll {
        height: calc(90vh - 275px);
        padding: 15px 0 105px;
        border-bottom: none;
    }

.menu-mobile--slide {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #b3f3f7;
    border-left: 1px solid rgba(0,0,0,.1);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform .6s cubic-bezier(.785, .135, .15, .86);
    transition: -webkit-transform .6s cubic-bezier(.785, .135, .15, .86);
    -o-transition: transform .6s cubic-bezier(.785, .135, .15, .86);
    transition: transform .6s cubic-bezier(.785, .135, .15, .86);
    transition: transform .6s cubic-bezier(.785, .135, .15, .86), -webkit-transform .6s cubic-bezier(.785, .135, .15, .86);
    will-change: transform;
    overflow: hidden;
    overflow-y: scroll;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    z-index: 2;
}

    .menu-mobile--slide > li:first-child {
        font-size: 1em;
        font-weight: 400;
        padding: 20px 10px;
        position: -webkit-sticky;
        position: sticky;
        top: 0px;
        left: 0;
    }

    .menu-mobile--slide li, .menu-mobile--slide li a {
        font-size: 1em;
        font-weight: 100;
        font-family: "Poppins";
    }

        .menu-mobile--slide li a {
            padding: 4px 0;
            display: block;
            color: #000000;
            text-decoration: none;
            text-transform: uppercase;
            font-weight: 500;
        }

    .menu-mobile--slide ul {
        padding-top: 80px;
    }

    .menu-mobile--slide li {
        padding: 0px 25px !important;
    }

        .menu-mobile--slide li:before {
            background-color: inherit !important;
        }

@media screen and (max-width:1024px) {
    .btn {
        font-size: 1.0em;
    }

    .btn-primary {
        padding: 15px 30px;
        border-radius: 30px;
    }
}

@media only screen and (min-width:1025px) {
    .menu-mobile--container {
        display: none;
    }
}

@media only screen and (max-width:550px) {
    .menu-mobile--container {
        background-color: #c8fcff !important;
    }

    .btn {
        font-size: 1.0em;
    }

    .btn-mob {
        padding: 8px 13px !important;
        font-size: 10px !important;
        border-radius: 5px;
        background: #13393b;
    }
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    scrollbar-width: thin;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #2aa5ab;
    -webkit-box-shadow: inset 0 0 6px rgb(66, 198, 192);
}

::-webkit-scrollbar {
    width: 5px;
    height: 2px;
}

*, *::after, *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: #2aa5ab;
    text-decoration: none;
   
}

    a:hover, a:focus {
        text-decoration: none;
        outline: none;
    }

    a:hover, a:focus {
        text-decoration: none;
        outline: none;
    }
/*! CSS Used from: https://studyinindia.gov.in/Content/css/bootstrap.min.css */
a {
    background-color: transparent;
}

    a:active, a:hover {
        outline: 0;
    }

img {
    border: 0;
}

@media print {
    *, :after, :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

        a[href^="#"]:after {
            content: "";
        }

    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: #337ab7;
    text-decoration: none;
}

    a:focus, a:hover {
        color: #23527c;
        text-decoration: underline;
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

img {
    vertical-align: middle;
}

ul {
    margin-top: 0;
    margin-bottom: 10px;
}

    ul ul {
        margin-bottom: 0;
    }

@media (min-width:768px) /*{.container{width:750px}}*/ @media (min-width:992px) {
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .btn:active:focus, .btn:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:focus, .btn:hover {
        color: #333;
        text-decoration: none;
    }

    .btn:active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
        box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    }

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

    .btn-primary:focus {
        color: #fff;
        background-color: #286090;
        border-color: #122b40;
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

    .btn-primary:active {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

        .btn-primary:active:focus, .btn-primary:active:hover {
            color: #fff;
            background-color: #204d74;
            border-color: #122b40;
        }

    .btn-primary:active {
        background-image: none;
    }

.show {
    display: block !important;
}
/*! CSS Used from: https://studyinindia.gov.in/Content/css/custom-bootstrap-margin-padding.css */
.mt-20 {
    margin-top: 20px !important;
}


/*! CSS Used from: https://studyinindia.gov.in/Content/css/style-main-Slogin.css */
::selection {
    background: #333333;
    color: #fff;
    text-shadow: none;
}

:active, :focus {
    outline: none !important;
}

a {
    color: #808080;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #ffc20e;
        text-decoration: none;
    }

    a img {
        border: none;
    }

img {
    max-width: 100%;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h3, h4 {
    font-family: "Poppins";
    font-weight: 100;
    line-height: 1.42857143;
    color: #333333;
}

    h4 a {
        color: #333333;
    }

p, ul {
    margin-bottom: 10px;
}

html a {
    -webkit-font-smoothing: antialiased;
}

img {
    max-width: 100%;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.line-bottom {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

    .line-bottom:after {
        bottom: -1px;
        content: "";
        height: 2px;
        left: 0;
        position: absolute;
        width: 50px;
    }

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.text-white {
    color: #fff;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default:focus {
        color: #fff;
        border-color: #8c8c8c;
    }

    .btn-default:hover {
        color: #333;
        border-color: #adadad;
    }

    .btn-default:active {
        color: #fff;
        border-color: #adadad;
    }

        .btn-default:active:hover, .btn-default:active:focus {
            color: #333;
            border-color: #8c8c8c;
        }

    .btn-default:active {
        background-image: none;
    }

    .btn-default:hover {
        background-color: #eeeeee;
        border-color: #eeeeee;
    }

.btn {
    font-size: 13px;
    padding: 8px 22px;
}

.footer--social-media li {
    transition: transform 500ms;
}

    .footer--social-media li:hover {
        transform: translateY(-5px);
    }

.line-bottom:after {
    background-color: rgba(0, 0, 0, 0);
}

.line-bottom:after {
    border: 1px solid #ffc20e;
}

footer .footer--content-left, footer .footer--content-left .innter-wrap, footer .footer--content-list.contacts ul li, footer .footer--content-wrap, footer .footer--copyrights-wrap .copyrights-content, footer .footer--copyrights-wrap .copyrights-content ul, footer .footer--social-media ul {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.btn, footer .footer--content-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

footer .footer--copyrights-wrap .copyrights-content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: "Poppins";
}

a, div, footer, h3, h4, img, li, p, span, ul {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

:focus {
    outline: 0;
}

ul {
    list-style: none;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

img {
    border-style: none;
}

[class^=sii-] {
    font-family: study-india !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sii-phone:before {
    content: "";
}

.sii-company:before {
    content: "";
}

.sii-email:before {
    content: "";
}

.sii-phone:before {
    content: "";
}

p {
    font-size: 1.0em;
    line-height: 30px;
    color: #000;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: left;
}

h3, h4, p {
    font-family: "Poppins";
}

h3 {
    font-weight: 500;
    font-size: 2.0rem;
    margin-bottom: 10px;
}

h3 {
    font-weight: 600;
    font-size: 1.2rem;
    margin-bottom: 10px;
    margin-top: 20px;
}

h4 {
    font-weight: 100;
}

img {
    max-width: 100%;
}

img {
    vertical-align: middle;
}

.container--responsive {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.btn {
    display: -ms-inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 14px 30px;
    background-color: #ffc20e;
    border-radius: 8px;
    color: #fff;
    outline: 0;
    border: 0;
    text-transform: capitalize;
    font: 400 1.25em "Poppins";
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    font-weight: 500;
}

#scroll {
    display: none;
}

#scroll {
    position: fixed;
    right: 49px;
    bottom: 30px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    z-index: 3;
    line-height: 30px;
    text-align: center;
    -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    box-shadow: rgb(0 0 0 / 20%) 0px 12px 28px 0px, rgb(0 0 0 / 10%) 0px 2px 4px 0px, rgb(255 255 255 / 5%) 0px 0px 0px 1px inset;
}



@media screen and (max-width:1024px) {
    .container--responsive {
        padding: 0 20px;
    }

    .btn {
        font-size: 1.0em;
    }
}

@media only screen and (max-width:768px) {
    .btn-group-justified {
        display: none !important;
    }

   }

@media only screen and (min-width:1025px) {
    .btn-group-justified {
        display: none !important;
    }
}

@media only screen and (max-width:1024px) {
    .btn-group-justified {
        display: none !important;
    }
}

@media only screen and (max-width:1280px) {
    .btn-footr {
        display: none;
    }
}

@media screen and (max-width:768px) {
    
}

@media only screen and (max-width:550px) {
    .azadi-mahotsav-mb {
        margin-bottom: 20px !important;
    }

  

    .btn {
        font-size: 1.0em;
    }

    .btn-footr {
        position: fixed !important;
        left: 0 !important;
        bottom: 0 !important;
        border-right: 1px solid #cecccc;
        z-index: 11;
    }

    #scroll {
        bottom: 50px !important;
    }

    .btn-footr a:hover {
        background-color: #FFC20E !important;
        box-shadow: inset 0px 5px 20px #00000029;
    }

    .btn-footr-radius {
        border-radius: 0px !important;
    }

    .btn-radius-reglog {
        border-top-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
        color: #ffffff;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 13px;
        background-color: #13393b;
    }

    .btn-group-justified {
        display: block !important;
    }

    .footer--copyrights-wrap {
        margin-bottom: 35px !important;
    }

    #scroll {
        bottom: 25px;
        right: 7px;
    }
}

.pt-8 {
    padding-top: 3px;
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    scrollbar-width: thin;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #2aa5ab;
    -webkit-box-shadow: inset 0 0 6px rgb(66, 198, 192);
}

::-webkit-scrollbar {
    width: 5px;
    height: 2px;
}

*, *::after, *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: #2aa5ab;
    text-decoration: none;
 
}

.copyrights-content p {
    color: #ffffff;
}

a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

.institute-portal-align {
    text-align: right;
}

.institute-portal-bl {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

    .institute-portal-bl:after {
        bottom: -1px;
        content: "";
        height: 2px;
        right: 0;
        position: absolute;
        width: 50px;
        border: 1px solid #ffc20e;
    }

.copyrights-content ul {
    align-items: center;
}

.azadi-mahotsav-mb {
    margin-bottom: 100px;
}

.f-size-10 {
    font-size: 10px;
}

.awesome {
    -webkit-animation: colorchange 20s infinite alternate;
}

[class^="fa"] {
    font-style: normal;
}
/*! CSS Used from: https://studyinindia.gov.in/Content/css/bootstrap.min.css */
footer {
    display: block;
}

a {
    background-color: transparent;
}

    a:active, a:hover {
        outline: 0;
    }

img {
    border: 0;
}

@media print {
    *, :after, :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

        a[href^="#"]:after {
            content: "";
        }

    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    h3, p {
        orphans: 3;
        widows: 3;
    }

    h3 {
        page-break-after: avoid;
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: #337ab7;
    text-decoration: none;
}

    a:focus, a:hover {
        color: #23527c;
        text-decoration: underline;
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

img {
    vertical-align: middle;
}

[role=button] {
    cursor: pointer;
}

h3, h4 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h4 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

p {
    margin: 0 0 10px;
}

ul {
    margin-top: 0;
    margin-bottom: 10px;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width:768px) /*{.container{width:750px}}*/ @media (min-width:992px) {
    .container {
        width: 970px;
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px;
    }
}

.row {
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 20px;
}

.col-md-12, .col-md-2, .col-md-4, .col-sm-2, .col-sm-6, .col-xs-6 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-6 {
    float: left;
}

.col-xs-6 {
    width: 50%;
}

@media (min-width:768px) {
    .col-sm-2, .col-sm-6 {
        float: left;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }
}

@media (min-width:992px) {
    .col-md-12, .col-md-2, .col-md-4 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .btn:active:focus, .btn:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:focus, .btn:hover {
        color: #fff;
        text-decoration: none;
    }

    .btn:active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
        box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    }

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default:focus {
        color: #333;
        background-color: #009297;
        border-color: #8c8c8c;
    }

    .btn-default:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .btn-default:active {
        color: #333;
        background-color: #009297;
        border-color: #adadad;
    }

        .btn-default:active:focus, .btn-default:active:hover {
            color: #333;
            background-color: #009297;
            border-color: #8c8c8c;
        }

    .btn-default:active {
        background-image: none;
    }

.btn-group {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .btn-group > .btn {
        position: relative;
        float: left;
    }

        .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
            z-index: 2;
        }

        .btn-group > .btn:first-child {
            margin-left: 0;
        }

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

    .btn-group-justified > .btn {
        display: table-cell;
        float: none;
        width: 1%;
    }

.container:after, .container:before, .row:after, .row:before {
    display: table;
    content: " ";
}

.container:after, .row:after {
    clear: both;
}
/*! CSS Used from: https://studyinindia.gov.in/Content/css/custom-bootstrap-margin-padding.css */
.mt-0 {
    margin-top: 0 !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.pt-30 {
    padding-top: 30px !important;
}
/*! CSS Used from: https://studyinindia.gov.in/Content/css/colors/theme-skin-color-set-1.css */
.line-bottom:after {
    background-color: rgba(0, 0, 0, 0);
}
/*! CSS Used from: Embedded */
.btn-default {
    background-color: #009297 !important;
    border-color: #009297 !important;
    color: #fff !important;
}
/*! CSS Used keyframes */
@-webkit-keyframes colorchange {
    0% {
        color: #ffc20e;
    }

    10% {
        color: #fff;
    }

    20% {
        color: #ffc20e;
    }

    30% {
        color: #fff;
    }

    40% {
        color: #ffc20e;
    }

    50% {
        color: #fff;
    }

    60% {
        color: #ffc20e;
    }

    70% {
        color: #fff;
    }

    80% {
        color: #ffc20e;
    }

    90% {
        color: #fff;
    }

    100% {
        color: #ffc20e;
    }
}

/*! CSS Used from: https://studyinindia.gov.in/bundle/css?v=rR-1WRobWCp9_Xvqog8KRud5zsVNDsR4yQfHnuEL7fQ1 */
a {
    background-color: transparent;
}

    a:active, a:hover {
        outline: 0;
    }

img {
    border: 0;
}

@media print {
    *, :after, :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

        a[href^="#"]:after {
            content: "";
        }

    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: #337ab7;
    text-decoration: none;
}

    a:focus, a:hover {
        color: #23527c;
        text-decoration: underline;
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

img {
    vertical-align: middle;
}

@media (min-width:768px) /*{.container{width:750px}}*/ @media (min-width:992px) {
}
/*! CSS Used from: https://studyinindia.gov.in/Content/css/style-main.css */
::selection {
    background: #333333;
    color: #fff;
    text-shadow: none;
}

:active, :focus {
    outline: none !important;
}

a {
    color: #808080;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #ffc20e;
        text-decoration: none;
    }

    a img {
        border: none;
    }

img {
    max-width: 100%;
}

html a {
    -webkit-font-smoothing: antialiased;
}

img {
    max-width: 100%;
}

.mobile_menu_wrapper .mobile--header-main, .mobile_menu_wrapper .mobile--header-main .mobile--right-menu {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .mobile_menu_wrapper .mobile--header-main, .mobile_menu_wrapper .mobile--header-main .mobile--right-menu {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .mobile_menu_wrapper .mobile--header-main, .mobile_menu_wrapper .mobile--header-main .mobile--right-menu {
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            font-family: "Poppins";
        }

a, div, img {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

:focus {
    outline: 0;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

img {
    border-style: none;
}

img {
    max-width: 100%;
}

img {
    vertical-align: middle;
}

.hamburger {
    position: relative;
    width: 25px;
    height: 20px;
    margin-right: 20px;
    display: none;
}

.mobile_menu_wrapper {
    padding: 14px 15px;
    position: fixed;
    background-color: #ffffff;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 101;
}

.hamburger {
    position: relative;
    width: 25px;
    height: 20px;
    margin-right: 20px;
    display: none;
}

@media only screen and (min-width:1025px) {
    .mobile_menu_wrapper {
        display: none;
    }
}

@media only screen and (max-width:1024px) {
    .hamburger {
        display: block;
        margin-right: 0;
        cursor: pointer;
    }
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    scrollbar-width: thin;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #2aa5ab;
    -webkit-box-shadow: inset 0 0 6px rgb(66, 198, 192);
}

::-webkit-scrollbar {
    width: 5px;
    height: 2px;
}

*, *::after, *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: #2aa5ab;
    text-decoration: none;
  

}

    a:hover, a:focus {
        text-decoration: none;
        outline: none;
    }

    a:hover, a:focus {
        text-decoration: none;
        outline: none;
    }

.logo-siim {
    width: 120px;
}

.logo-ministm {
    width: 175px;
}

/*! CSS Used from: https://studyinindia.gov.in/bundle/css?v=rR-1WRobWCp9_Xvqog8KRud5zsVNDsR4yQfHnuEL7fQ1 */
a {
    background-color: transparent;
}

    a:active, a:hover {
        outline: 0;
    }

@media print {
    *, :after, :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: #337ab7;
    text-decoration: none;
}

    a:focus, a:hover {
        color: #23527c;
        text-decoration: underline;
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

ul {
    margin-top: 0;
    margin-bottom: 10px;
}

@media (min-width:768px) /*{.container{width:750px}}*/ @media (min-width:992px) {
}
/*! CSS Used from: https://studyinindia.gov.in/Content/css/style-main.css */
::selection {
    background: #333333;
    color: #fff;
    text-shadow: none;
}

:active, :focus {
    outline: none !important;
}

a {
    color: #808080;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #ffc20e;
        text-decoration: none;
    }

ul {
    margin-bottom: 10px;
}

html a {
    -webkit-font-smoothing: antialiased;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a, li, ul {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

:focus {
    outline: 0;
}

ul {
    list-style: none;
}

.header-login-section {
    background-color: #009297;
    padding: 0px 25px 0px 25px;
    position: relative;
    top: 0px;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
    display: none;
}

@media only screen and (max-width:550px) {
    .header-login-section {
        display: block;
        text-align: center;
        padding: 0px 15px 0px 15px !important;
        border-radius: 0px;
        top: -4px;
    }

    .top-institue-text {
        padding: 12px 6px !important;
        display: inline-block;
        font-size: 11px !important;
    }

        .top-institue-text a {
            color: #fff;
        }
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    scrollbar-width: thin;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #2aa5ab;
    -webkit-box-shadow: inset 0 0 6px rgb(66, 198, 192);
}

::-webkit-scrollbar {
    width: 5px;
    height: 2px;
}

*, *::after, *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: #2aa5ab;
    text-decoration: none;
    
}

.top-institue-text {
    font-size: 9px;
    line-height: 15px;
    padding: 25px;
}

a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

a:hover, a:focus {
    text-decoration: none;
    outline: none;
}


.menu-mobile--slide.show {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}


/*! CSS Used from: https://newsii.azurewebsites.net/V2/vendors/ti-icons/css/themify-icons.css */
[class^="ti-"] {
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ti-id-badge:before {
    content: "\e699";
}

.ti-hand-point-up:before {
    content: "\e71a";
}
/*! CSS Used from: https://newsii.azurewebsites.net/assets/Student/css/font-awesome.min.css */
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 14px;
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%;
}

.fa-user:before {
    content: "\f007";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-university:before {
    content: "\f19c";
}

.fa-graduation-cap:before {
    content: "\f19d";
}
/*! CSS Used from: https://newsii.azurewebsites.net/V2/css/style.css */
*, *::before, *::after {
    box-sizing: border-box;
}

nav {
    display: block;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

strong {
    font-weight: 500;
    color: #000;
}

a {
    color: #009196;
    text-decoration: none;
    background-color: transparent;
}

    a:hover {
        color: #0056b3;
        text-decoration: underline;
    }

button {
    border-radius: 0;
}

    button:focus {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color;
    }

button {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button {
    overflow: visible;
}

button {
    text-transform: none;
}

button, [type="button"] {
    -webkit-appearance: button;
}

    button:not(:disabled), [type="button"]:not(:disabled) {
        cursor: pointer;
    }

.btn {
    display: -ms-inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 7px 22px;
    background-color: #2aa5ab;
    border-radius: 37px;
    color: #fff;
    outline: 0;
    border: 0;
    text-transform: capitalize;
    font: 400 1.25em;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    font-weight: 500;
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

.btn:hover {
    color: #ffffff;
    text-decoration: none;
}

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn:disabled {
    opacity: 0.65;
}

.collapse:not(.show) {
    display: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

    .nav-link:hover, .nav-link:focus {
        text-decoration: none;
    }

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
    }

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

        .navbar-expand-lg .navbar-nav {
            flex-direction: row;
            margin-left: 20px;
        }

            .navbar-expand-lg .navbar-nav .nav-link {
                padding-right: 1.0rem;
                padding-left: 1.0rem;
                margin-right: 1em;
            }

        .navbar-expand-lg .navbar-collapse {
            display: flex !important;
            flex-basis: auto;
            margin: 10px 0px;
        }
}

.navbar-light .navbar-nav .nav-link {
    color: #ffffff;
    background-color: #00666a;
    border-radius: 10px;
    font-weight: 500;
}

    .navbar-light .navbar-nav .nav-link:hover {
        background-color: #FF9900;
        border-radius: 10px;
        font-weight: 500;
    }

    .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
        color: rgb(255 255 255);
        box-shadow: 10px 5px 20px #00000029;
    }

.bg-light {
    background-color: #fbdfb5 !important;
}

.mr-1 {
    margin-right: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mr-2 {
    margin-right: 0.5rem !important;
}

.m-name-student {
    margin-right: 22px !important;
}

.mr-auto {
    margin-right: auto !important;
}

@media print {
    *, *::before, *::after {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    p {
        orphans: 3;
        widows: 3;
    }

    .navbar {
        display: none;
    }
}

a, div, p {
    text-shadow: none;
}

    [type=button]:focus, a:active, a:focus, a:visited {
        outline: 0;
    }

button:focus {
    outline: none;
    outline-width: 0;
    outline-color: transparent;
    box-shadow: none;
    outline-style: none;
}

.btn, .btn:active, .btn:focus, .btn:hover, .btn:visited, a, a:active, a:checked, a:focus, a:hover, a:visited, button, button:active, button:hover, button:visited, div {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

    .btn:active:focus, .btn:focus, button, button:active, button:checked, button:focus, button:hover, button:visited {
        outline: 0;
        outline-offset: 0;
    }

    a:focus {
        border-color: transparent;
        outline: none;
    }

p {
    font-size: 0.875rem;
    margin-bottom: .5rem;
    line-height: 1.3rem;
}

.btn {
    font-size: 0.875rem;
    line-height: 1;
    font-weight: 100;
}

    .btn a {
        color: #fff;
    }

        .btn a:hover {
            color: #fff;
            text-decoration: none;
        }

    .btn i {
        font-size: 1rem;
    }

ul {
    padding-left: 1rem;
    font-size: 0.775rem;
}

    ul li {
        line-height: 1.8;
    }

.fixed-top-menu {
    position: fixed;
    top: 70px;
    right: 0;
    left: 0;
    z-index: 1030;
}

.navbar {
    font-weight: 400;
    transition: background 0.25s ease;
}

@media (max-width: 991px) {
    .navbar {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        display: none;
        background-color: #00666a;
    }

    .navbar-collapse {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 0.5rem;
    }
}

a:hover, a:focus {
    outline: none;
    text-decoration: none;
}

.menu-icon-color {
    color: #ffffff;
}

.color-teal {
    color: #ffffff;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #009297;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.active-nav {
    color: #ffffff !important;
}

.btn-pupup {
    position: relative;
}

.btn-home-logout {
    box-shadow: 1px 5px 20px #cccccc;
    padding: 7px 22px;
    font-size: 0.775rem;
    align-items: end;
    background-color: #0066AA;
    margin-right: 20px;
}
/*! CSS Used fontfaces */
@font-face {
    font-family: 'themify';
    src: url('https://newsii.azurewebsites.net/V2/vendors/ti-icons/fonts/themify.eot');
    src: url('https://newsii.azurewebsites.net/V2/vendors/ti-icons/fonts/themify.eot?#iefix') format('embedded-opentype'), url('https://newsii.azurewebsites.net/V2/vendors/ti-icons/fonts/themify.woff') format('woff'), url('https://newsii.azurewebsites.net/V2/vendors/ti-icons/fonts/themify.ttf') format('truetype'), url('https://newsii.azurewebsites.net/V2/vendors/ti-icons/fonts/themify.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 6px;
}

/*! CSS Used from: https://studyinindia.azurewebsites.net/V2/vendors/ti-icons/css/themify-icons.css */
[class^="ti-"] {
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ti-id-badge:before {
    content: "\e699";
}

.ti-hand-point-up:before {
    content: "\e71a";
}
/*! CSS Used from: https://studyinindia.azurewebsites.net/assets/Student/css/font-awesome.min.css */
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 14px;
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%;
}

.fa-user:before {
    content: "\f007";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-university:before {
    content: "\f19c";
}

.fa-graduation-cap:before {
    content: "\f19d";
}
/*! CSS Used from: https://studyinindia.azurewebsites.net/V2/css/style.css */
*, *::before, *::after {
    box-sizing: border-box;
}

nav {
    display: block;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

strong {
    font-weight: 500;
    color: #000;
}

a {
    color: #009196;
    text-decoration: none;
    background-color: transparent;
}

    a:hover {
        color: #0056b3;
        text-decoration: underline;
    }

button {
    border-radius: 0;
}

    button:focus {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color;
    }

button {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button {
    overflow: visible;
}

button {
    text-transform: none;
}

button, [type="button"] {
    -webkit-appearance: button;
}

    button:not(:disabled), [type="button"]:not(:disabled) {
        cursor: pointer;
    }

.btn {
    display: -ms-inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 7px 22px;
    background-color: #2aa5ab;
    border-radius: 37px;
    color: #fff;
    outline: 0;
    border: 0;
    text-transform: capitalize;
    font: 400 1.25em;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    font-weight: 500;
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

.btn:hover {
    color: #ffffff;
    text-decoration: none;
}

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn:disabled {
    opacity: 0.65;
}

.collapse:not(.show) {
    display: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

    .nav-link:hover, .nav-link:focus {
        text-decoration: none;
    }

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
    }

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

        .navbar-expand-lg .navbar-nav {
            flex-direction: row;
            margin-left: 20px;
        }

            .navbar-expand-lg .navbar-nav .nav-link {
                padding-right: 1.0rem;
                padding-left: 1.0rem;
                margin-right: 1em;
            }

        .navbar-expand-lg .navbar-collapse {
            display: flex !important;
            flex-basis: auto;
            margin: 10px 0px;
        }
}

.navbar-light .navbar-nav .nav-link {
    color: #ffffff;
    background-color: #00666a;
    border-radius: 10px;
    font-weight: 500;
    font-size:12px;
}

    .navbar-light .navbar-nav .nav-link:hover {
        background-color: #FF9900;
        border-radius: 10px;
        font-weight: 500;
    }

    .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
        color: rgb(255 255 255);
        box-shadow: 10px 5px 20px #00000029;
    }

.bg-light {
    background-color: #fbdfb5 !important;
}

.mr-1 {
    margin-right: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mr-2 {
    margin-right: 0.5rem !important;
}

.m-name-student {
    margin-right: 22px !important;
}

.mr-auto {
    margin-right: auto !important;
}

@media print {
    *, *::before, *::after {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    p {
        orphans: 3;
        widows: 3;
    }

    .navbar {
        display: none;
    }
}

a, div, p {
    text-shadow: none;
}

    [type=button]:focus, a:active, a:focus, a:visited {
        outline: 0;
    }

button:focus {
    outline: none;
    outline-width: 0;
    outline-color: transparent;
    box-shadow: none;
    outline-style: none;
}

.btn, .btn:active, .btn:focus, .btn:hover, .btn:visited, a, a:active, a:checked, a:focus, a:hover, a:visited, button, button:active, button:hover, button:visited, div {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

    .btn:active:focus, .btn:focus, button, button:active, button:checked, button:focus, button:hover, button:visited {
        outline: 0;
        outline-offset: 0;
    }

    a:focus {
        border-color: transparent;
        outline: none;
    }

p {
    font-size: 0.875rem;
    margin-bottom: .5rem;
    line-height: 1.3rem;
}

.btn {
    font-size: 0.875rem;
    line-height: 1;
    font-weight: 100;
}

    .btn a {
        color: #fff;
    }

        .btn a:hover {
            color: #fff;
            text-decoration: none;
        }

    .btn i {
        font-size: 1rem;
    }

ul {
    padding-left: 1rem;
    font-size: 0.775rem;
}

    ul li {
        line-height: 1.8;
    }

.fixed-top-menu {
    position: fixed;
    top: 70px;
    right: 0;
    left: 0;
    z-index: 1030;
}

.navbar {
    font-weight: 400;
    transition: background 0.25s ease;
}

@media (max-width: 991px) {
    .navbar {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        display: none;
        background-color: #00666a;
    }

    .navbar-collapse {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 0.5rem;
    }
}

a:hover, a:focus {
    outline: none;
    text-decoration: none;
}

.menu-icon-color {
    color: #ffffff;
}

.color-teal {
    color: #ffffff;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #009297;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.active-nav {
    color: #ffffff !important;
}

.btn-pupup {
    position: relative;
}

.btn-home-logout {
    box-shadow: 1px 5px 20px #cccccc;
    padding: 7px 22px;
    font-size: 0.775rem;
    align-items: end;
    background-color: #00666a;
    margin-right: 20px;
}
/*! CSS Used fontfaces */
@font-face {
    font-family: 'themify';
    src: url('https://studyinindia.azurewebsites.net/V2/vendors/ti-icons/fonts/themify.eot');
    src: url('https://studyinindia.azurewebsites.net/V2/vendors/ti-icons/fonts/themify.eot?#iefix') format('embedded-opentype'), url('https://studyinindia.azurewebsites.net/V2/vendors/ti-icons/fonts/themify.woff') format('woff'), url('https://studyinindia.azurewebsites.net/V2/vendors/ti-icons/fonts/themify.ttf') format('truetype'), url('https://studyinindia.azurewebsites.net/V2/vendors/ti-icons/fonts/themify.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
.mr-0 {
    margin-right: 0 !important;
}

.mr-1 {
    margin-right: 0.25rem !important;
}

.mr-2 {
    margin-right: 0.5rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mr-5 {
    margin-right: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

@media (min-width: 992px) {
    .mr-lg-2 {
        margin-right: 0.5rem !important;
    }
}

.text-center {
    text-align: center !important;
}

@media (max-width: 576px) {
    .dropdown-menu {
        min-width: 16rem !important;
    }

    .btn-notable {
        margin-left: 0px !important;
    }

    .grade-modelt {
        margin-top: 0px !important;
    }

    .d-none {
        display: none;
    }

    .navbar .navbar-menu-wrapper {
        width: calc(100% - 308px) !important;
    }

    .whatsapp-m {
        margin-top: 4px;
    }

    .navbar .navbar-menu-wrapper .navbar-toggler.navbar-toggler-right {
        display: none;
    }

    .navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown {
        right: 25px;
        top: 70px;
        width: 60% !important;
    }

    .navbar .navbar-menu-wrapper {
        padding-right: 30px !important;
    }

    .navbar .navbar-brand-wrapper .brand-logo-mini img {
        margin-left: 8px !important;
        height: 36px !important;
    }
}

@media print {
    *, *::before, *::after {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    img {
        page-break-inside: avoid;
    }

    p {
        orphans: 3;
        widows: 3;
    }

    .navbar {
        display: none;
    }
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .dropdown-menu {
    animation-name: dropdownAnimation;
    -webkit-animation-duration: 0.25s;
    -moz-animation-duration: 0.25s;
    -ms-animation-duration: 0.25s;
    -o-animation-duration: 0.25s;
    animation-duration: 0.25s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

.form-control, .form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: 0;
}

a, div, h4, h5, p, span {
    text-shadow: none;
}

    [type=button]:focus, a:active, a:focus, a:visited {
        outline: 0;
    }

input, .form-control:focus, input:focus, button:focus {
    outline: none;
    outline-width: 0;
    outline-color: transparent;
    box-shadow: none;
    outline-style: none;
}

    .btn, .btn:active, .btn:focus, .btn:hover, .btn:visited, a, a:active, a:checked, a:focus, a:hover, a:visited, button, button:active, button:hover, button:visited, div, input, input:active, input:focus, input:hover, input:visited {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

        .btn:active:focus, .btn:focus, button, button:active, button:checked, button:focus, button:hover, button:visited {
            outline: 0;
            outline-offset: 0;
        }

        a:focus, input:focus {
            border-color: transparent;
            outline: none;
        }

h4, h5 {
    font-weight: 500;
    line-height: 1;
}

p {
    font-size: 0.875rem;
    margin-bottom: .5rem;
    line-height: 1.3rem;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 1rem;
}

.btn {
    font-size: 0.875rem;
    line-height: 1;
    font-weight: 100;
}

    .btn a {
        color: #fff;
    }

        .btn a:hover {
            color: #fff;
            text-decoration: none;
        }

    .btn i {
        font-size: 1rem;
    }

    .btn.btn-sm {
        font-size: 0.875rem;
        align-items: flex-end;
    }

.dropdown .dropdown-toggle:after {
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
    font: normal normal normal 24px/1 "themify";
    content: "\e64b";
    width: auto;
    height: auto;
    vertical-align: middle;
    line-height: .625rem;
    font-size: .875rem;
    margin-left: .3rem;
}

.dropdown .dropdown-menu {
    margin-top: 0;
    font-size: 0.875rem;
    box-shadow: 0px 1px 15px 1px rgba(230, 234, 236, 0.35);
    border-radius: 0;
}

.form-control {
    border: 1px solid #a7a7a9;
    font-weight: 400;
    font-size: 0.875rem;
    border-radius: 10px;
}

ul {
    padding-left: 1rem;
    font-size: 0.775rem;
}

    ul li {
        line-height: 1.8;
    }

.navbar {
    font-weight: 400;
    transition: background 0.25s ease;
}

    .navbar .navbar-brand-wrapper {
        background: #00666a;
        transition: width 0.25s ease, background 0.25s ease;
        -webkit-transition: width 0.25s ease, background 0.25s ease;
        -moz-transition: width 0.25s ease, background 0.25s ease;
        -ms-transition: width 0.25s ease, background 0.25s ease;
        width: 237px;
        height: 70px;
        padding-left: 60px;
    }

        .navbar .navbar-brand-wrapper .navbar-brand {
            color: #27367f;
            font-size: 1.5rem;
            margin-right: -160px;
            padding: .25rem 0;
        }

            .navbar .navbar-brand-wrapper .navbar-brand.brand-logo-mini {
                display: none;
            }

            .navbar .navbar-brand-wrapper .navbar-brand:active, .navbar .navbar-brand-wrapper .navbar-brand:focus, .navbar .navbar-brand-wrapper .navbar-brand:hover {
                color: #1b2658;
            }

            .navbar .navbar-brand-wrapper .navbar-brand img {
                height: 44px;
                margin: auto;
                vertical-align: middle;
            }

        .navbar .navbar-brand-wrapper .brand-logo-mini {
            padding-left: 0;
            text-align: center;
        }

            .navbar .navbar-brand-wrapper .brand-logo-mini img {
                margin: auto;
                height: 50px;
                margin-left: 128px;
            }

    .navbar .navbar-menu-wrapper {
        background-image: #00666a;
        transition: width 0.25s ease;
        -webkit-transition: width 0.25s ease;
        -moz-transition: width 0.25s ease;
        -ms-transition: width 0.25s ease;
        color: #9b9b9b;
        padding-left: 2.55rem;
        padding-right: 30px;
        width: calc(100% - 425px);
        height: 70px;
    }

@media (max-width: 991px) {
    .navbar .navbar-menu-wrapper {
        padding-left: 15px;
        padding-right: 24px;
    }
}

.navbar .navbar-menu-wrapper .navbar-toggler {
    border: 0;
    color: inherit;
    font-size: 1.25rem;
    padding: 0;
    border-radius: 0;
}

@media (max-width: 991px) {
    .navbar .navbar-menu-wrapper .navbar-toggler.navbar-toggler-right {
        padding-left: 26px;
        padding-right: 0;
    }
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item {
    margin-left: 1rem;
    margin-right: 1rem;
}

    .navbar .navbar-menu-wrapper .navbar-nav .nav-item:last-child {
        margin-right: 0;
    }

    .navbar .navbar-menu-wrapper .navbar-nav .nav-item .nav-link {
        color: inherit;
        font-size: 1rem;
        color: #AFE2DE;
    }

    .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search {
        margin-left: 2rem;
    }

    .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-profile {
        margin-left: .2rem;
    }

.profile-dropd {
    width: 20px;
    border-radius: 0px;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .dropdown-menu {
    border: none;
    -webkit-box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.2);
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown {
    position: absolute;
    font-size: 0.9rem;
    margin-top: 0;
    right: 0;
    left: auto;
    top: 70px;
    border-radius: 10px;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown i {
    margin-right: .5rem;
    vertical-align: middle;
}

@media (max-width: 991px) {
    .navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown {
        position: static;
    }

        .navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown {
            right: 20px;
            top: 70px;
            width: calc(38% - 40px);
        }
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .count-indicator {
    position: relative;
    padding: 0;
    text-align: center;
}

    .navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .count-indicator i {
        font-size: 1.0rem;
        margin-right: 0;
        vertical-align: middle;
    }

    .navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .count-indicator:after {
        display: none;
    }

@media (max-width: 991px) {
    .navbar {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        display: none;
        background-color: #00666a;
    }

        .navbar .navbar-brand-wrapper {
            width: 55px;
        }

            .navbar .navbar-brand-wrapper .navbar-brand.brand-logo {
                display: none;
            }

            .navbar .navbar-brand-wrapper .navbar-brand.brand-logo-mini {
                display: inline-block;
            }
}

@media (max-width: 480px) {
    .navbar .navbar-brand-wrapper {
        width: 55px;
    }

        .navbar .navbar-brand-wrapper .brand-logo-mini {
            padding-top: 0px;
        }
}

.text-highlight {
    color: #087479;
    margin-bottom: 1.2rem;
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: 500;
}

.modal-box {
    font-family: "Roboto", sans-serif;
}

    .modal-box .modal {
        top: 90px !important;
    }

    .modal-box .modal-dialog {
        width: 450px;
        margin: 20px auto 0;
    }

        .modal-box .modal-dialog .modal-content {
            text-align: center;
            border: none;
            position: relative;
        }

            .modal-box .modal-dialog .modal-content:before {
                content: "";
                background: #ffffff;
                width: 100%;
                height: 80px;
                border-radius: 6px 6px 0 0;
                position: absolute;
                top: 0;
                left: 0;
            }

            .modal-box .modal-dialog .modal-content .close {
                color: #000;
                font-size: 25px;
                text-shadow: none;
                opacity: 1;
                position: absolute;
                left: auto;
                top: 5px;
                right: 10px;
                z-index: 1;
                transition: all 0.3s;
            }

                .modal-box .modal-dialog .modal-content .close span {
                    margin: -2px 0 0 0;
                    display: block;
                }

                .modal-box .modal-dialog .modal-content .close:hover {
                    color: #fff;
                }

            .modal-box .modal-dialog .modal-content .modal-body {
                padding: 15px 25px 30px !important;
            }

                .modal-box .modal-dialog .modal-content .modal-body .icon {
                    color: #ffc20e;
                    background: #fff;
                    font-size: 65px;
                    line-height: 84px;
                    width: 83px;
                    height: 83px;
                    margin: 0 auto;
                    border-radius: 100px;
                    transform: translateY(-18px);
                    padding-left: 11px;
                }

        .modal-box .modal-dialog .modal-detailed:before {
            content: "";
            background: #8C0052;
            width: 100%;
            height: 30px;
            position: absolute;
            top: 0;
            left: 0;
        }

@media only screen and (max-width: 576px) {
    .modal-dialog {
        width: 93% !important;
    }
}

@media only screen and (max-width: 379px) {
    .btn-notable {
        padding: 7px 12px !important;
    }

    .navbar .navbar-brand-wrapper .brand-logo-mini img {
        margin-left: -16px !important;
        height: 30px !important;
    }
}

a:hover, a:focus {
    outline: none;
    text-decoration: none;
}

#accordion .panel {
    border: none;
    border-radius: 40px;
}

#accordion .panel-body {
    border-top: 0px none;
    color: #808080;
}

.pl-0 {
    padding-left: 0px;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #009297;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.btn-notable {
    box-shadow: 1px 5px 20px #cccccc;
    padding: 7px 22px;
    font-size: 0.875rem;
    align-items: end;
    margin-top: 50px;
    background-color: #00666a;
    margin-left: 20px;
}

.btn-yellow {
    color: #fff;
    background-color: #ffdb72;
}

.content-inner {
    max-height: 15px;
    overflow: hidden;
    transition: max-height 0.25s ease;
}

    .content-inner p {
        line-height: 1.5;
    }

.read-more {
    display: inline-block;
    margin-top: 10px;
    font-weight: 400;
    cursor: pointer;
    font-size: 14px;
    color: #077377;
}

.col-magenta {
    color: #8c0052;
}

.color-magenta {
    background-color: #8c0052;
    color: #ffffff;
}

    .color-magenta:before {
        background: #ffffff;
        height: 30px !important;
    }

.btn-detailed-notif {
    color: #ffc20e;
    opacity: 0.9;
    font-weight: 500;
    padding: 3px 16px 0px !important;
    z-index: 9999;
    position: relative;
}

.otp-dropdwn {
    margin-top: 5px;
    border-radius: 5px;
    height: 20px;
    width: 172px;
}

.modal-innrdel {
    margin-top: 35px;
}

.modal-header-update {
    display: block !important;
    padding: 3px 15px !important;
}

.update-modal p {
    color: #000000;
}

.body-message h4 {
    font-size: 16px;
    color: #067176;
}

.modal-body-acc h4 {
    font-size: 16px !important;
    color: #000000 !important;
    font-weight: 400 !important;
}

.modal-body-acc p {
    color: #000000 !important;
}

.bodymsg-marg {
    margin-top: 15px;
}

.close-nupdate {
    color: #ffffff !important;
    opacity: 1.0 !important;
}

.acc-delete {
    color: red;
}
/*! CSS Used keyframes */
@keyframes dropdownAnimation {
    from {
        opacity: 0;
        transform: translate3d(0, -30px, 0);
    }

    to {
        opacity: 1;
        transform: none;
        transform: translate3d(0, 0px, 0);
    }
}

.sliderInner .discIndLftIn {
    position: absolute;
    top: 108px px !important;
    text-align: center;
}
    .sliderInner .discIndLftIn p {
        color: #fff;
        font-size: 30px;
    }

.courseDivCnt {
    width: 100%;
    float: left;
}

.courseDivLft {
    width: 30%;
    float: left;
}

.courseDivRgt {
    width: 70%;
    float: left;
}

.courseLstOneIn {
    width: 100%;
    float: left;
    background: #fff;
    border: 1px solid #0061ff;
    position: relative;
    box-shadow: 3px 3px 10px #bfbfbf;
    transition: all 0.5s;
    cursor: pointer;
    height: 575px;
}

.courseLstImg {
    width: 100%;
    float: left;
    height: 130px;
    overflow: hidden;
}

    .courseLstImg img {
        width: 100%;
    }

.courseLstCnt {
    width: 100%;
    float: left;
    padding: 15px
}

    .courseLstCnt h2 {
        width: 100%;
        float: left;
        font-size: 17px;
        line-height: 27px;
        margin-bottom: 15px;
        color: #435c85
    }

        .courseLstCnt h2 i {
            font-size: 20px;
            color: #f6951d
        }

    .courseLstCnt ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .courseLstCnt ul li {
            width: 50%;
            float: left;
            margin-bottom: 15px;
            padding-left: 35px;
            position: relative;
            font-size: 17px
        }

            .courseLstCnt ul li i {
                position: absolute;
                top: 5px;
                left: 0;
                font-size: 20px;
                color: #f6951d;
            }

            .courseLstCnt ul li span {
                display: block;
                font-weight: 600;
                color: #435c85;
                font-size: 16px;
            }

.rdMoreCourse {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 130px;
    height: 40px;
    background: #3178ec;
    text-align: center;
    line-height: 40px;
    color: #fff;
    border-top-left-radius: 10px;
    transition: all 0.5s;
}

.courseLstOneIn:hover {
    border: 1px solid #f6951d;
    transition: all 0.5s
}

    .courseLstOneIn:hover .rdMoreCourse {
        background: #f6951d;
        color: #fff;
        transition: all 0.5s;
    }

.courseLstOne {
    margin-bottom: 30px
}

.collegeCourseDiv {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.courseDivRgt.courseDetailsPgDiv {
    width: 100%
}

.collegeLogoC {
    position: absolute;
    top: 15px;
    right: 15px
}

    .collegeLogoC img {
        width: 80px
    }

.courseDivRgt.courseDetailsPgDiv {
    padding: 10px
}

    .courseDivRgt.courseDetailsPgDiv .courseLstCnt {
        padding: 0
    }

    .courseDivRgt.courseDetailsPgDiv .courseLstOne {
        padding: 0
    }

    .courseDivRgt.courseDetailsPgDiv .courseLstOneIn {
        background: transparent;
        border: none;
        box-shadow: none;
        pad
    }

.cardCourse {
    width: 100%;
    float: left;
    margin-bottom: 25px;
    background: #fff;
    padding: 35px;
    border-radius: 8px;
    box-shadow: 3px 3px 10px #bfbfbf;
}

.courseDivRgt.courseDetailsPgDiv .courseLstCnt ul li {
    width: 33.3%
}

.sliderInner.sliderCourseIn .discIndLftIn .dis_1 .dis_1InIcn img {
    width: 72px
}

.sliderInner.sliderCourseIn .discIndLftIn .lrnIndHdng span {
    font-size: 33px;
    font-weight: normal;
    margin-top: 11px;
}

.sliderInner.sliderCourseIn .dis_1In {
    border: none;
}

.sliderInner.sliderCourseIn .discIndLftIn {
    top: 4px
}

.collegeCourseDiv p {
    font-size: 17px;
    line-height: 28px
}

.collegeCourseDiv h2 {
    font-size: 19px
}

.courseLstSldr .dis_1In {
    border: none;
}

.sliderInner.courseLstSldr .discIndLftIn {
    top: 4px
}

    .sliderInner.courseLstSldr .discIndLftIn .dis_1 .dis_1InIcn img {
        width: 72px;
    }

    .sliderInner.courseLstSldr .discIndLftIn .lrnIndHdng span {
        font-size: 33px;
        font-weight: normal;
        margin-top: 11px;
    }



    @media only screen and (max-width:767px){
        .courseDivRgt.courseDetailsPgDiv .courseLstCnt ul li {
            width: 100%
        }

        .collegeCourseDiv p {
            text-align: justify;
        }

        .courseDivRgt {
            width: 100%;
            padding: 0
        }
    }