
@font-face {
  font-family: 'Montserrat';
  src: url('https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2') format('woff2');
  font-display: swap;

}


body {
    font-family: 'Montserrat', sans-serif;
    padding-top: 57px;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 95%;
}

    .container.cstm-fl {
        max-width: 100%;
    }

ul {
    list-style: none;
}

img {
    max-width: 100%;
}

div#collapsibleNavbar {
    justify-content: end;
}

.sec-padd-sml {
    padding: 30px 0px;
}

a {
    text-decoration: none;
}

.navbar-brand img {
    width: 250px;
}

.navbar {
    width: 100%;
    height: 80px;
}

.navbar-dark .navbar-nav .nav-link {
    color: #2D3E51;
    font-weight: 500;
}

.navbar-nav .nav-item {
    padding: 0px 10px;
}

.head-m {
    background: #dfeccb;
}

    .head-m .container {
        position: relative;
    }

.cntct-n {
    position: absolute;
    z-index: 99;
    right: 3%;
    top: 30%;
}

    .cntct-n p {
        font-weight: 500;
        color: #2D3E51;
    }

        .cntct-n p .fa {
            background: #2d3e51;
            color: #fff;
            padding: 5px;
            border-radius: 50%;
            font-size: 12px;
        }

.hero-section {
    position: relative;
    min-height: 380px;
    background-size: cover;
    display: flex;
    align-items: center;
}

.enq {
    position: relative;
    z-index: 99;
    padding: 120px 0 50px;
    text-align: center;
    position: relative;
    width: 80%;
    margin: 0 auto;
}

    .enq h2 {
        font-size: 36px;
        color: #fff;
        font-weight: 600;
    }

    .enq form input[type="text"] {
        width: 50%;
        height: 44px;
        padding: 0px 20px;
        border-radius: 25px;
        border: 0;
        box-shadow: none !important;
        outline: none !important;
    }

.enq-search-wrap form {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60%;
    margin: 0 auto;
}

.enq form input[type="submit"] {
    height: 44px;
    font-weight: 500;
    position: relative;
    padding: 0px 20px;
    background: #86bc42;
    color: #fff;
    left: -50px;
    border: 0;
    top: 0px;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
    width: 140px;
}

.sec-padd {
    padding: 50px 0px;
}

.kart-head:before {
    content: '';
    position: absolute;
    background: #86BC42;
    height: 100%;
    z-index: 999999999;
    width: 5px;
    left: 0;
}

.kart-head {
    position: relative;
    padding-left: 20px;
}

.btn-reg {
    width: 100%;
    background: #2D3E51;
    color: #fff;
    padding: 20px 0px;
    transition: .5s;
    border-radius: 0;
    border: 2px solid #0000;
    font-weight: 600;
}

.uni-logo {
    width: 160px;
    margin: 20px;
    text-align: center;
}

.poplr-imgtext {
    color: #fff;
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    background: linear-gradient(180deg, rgba(45, 62, 81, 0.4) 91.48%, rgba(72, 72, 72, 0) 100%);
    padding: 10px 30px;
}

.poplr-cntry h4, .poplr-cntry p {
    margin-bottom: 0;
}

.poplr-flag img {
    min-height: 50px;
    max-height: 50px;
    object-fit: contain;
}

.poplr-cntry p {
    font-weight: 500;
}

.poplr-crs-img {
    position: relative;
}

.poplr-cntry h4 {
    font-weight: 600;
}

.poplr-crs-txt p {
    margin-bottom: 10px;
    font-size: 18px;
    color: #2D3E51;
    font-weight: 500;
}

.poplr-crs-txt {
    padding: 15px 25px;
}

.poplr-crs-s {
    background: #eef3ec;
}

.poplr-crs-box {
    margin: 10px 20px;
    background: #fff;
    box-shadow: 0px 4px 6px 2px #D9D9D9;
}

.flx-new {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

    .flx-new a {
        color: #2D3E51;
        text-decoration: none;
        font-size: 18px;
        font-weight: 600;
    }

.ns-text h4 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 16px;
}

.ns-text p {
    font-size: 12px;
    margin-bottom: 10px;
}

.ns-text a {
    color: #205F08;
    text-decoration: none;
    font-weight: 600;
}

footer {
    background: #FAFFF3;
    padding: 24px 0 0 0;
}

.footer-logo {
    width: 240px;
    margin-bottom: 30px;
}

    .footer-logo a {
        display: block;
    }

        .footer-logo a img {
            width: 100%;
        }

.ftr-list {
    flex: 1;
    padding-left: 20px;
}

.footer-bottom {
    border-top: 1px solid #86BC42;
    padding: 10px 0;
}

p.copyright {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 0;
    color: #263238;
}

.f-social-link {
    color: #263238;
    transition: all .3s ease-in;
}

    .f-social-link + .f-social-link {
        margin-left: 13px;
        font-size: 16px;
    }

    .f-social-link:hover {
        color: #86BC42;
    }

.ftr-head {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.ftr-head2 {
    font-size: 16px;
    font-weight: 600;
    color: #263238;
    width: fit-content;
}

.news-ftr ul {
    list-style: inside;
    color: #fff;
    padding: 10px 0px;
}

    .news-ftr ul li a {
        font-size: 14px;
        color: #fff;
        text-decoration: none;
    }

.news-ftr form {
    display: flex;
    align-items: center;
}

    .news-ftr form input[type="email"] {
        width: 55%;
        font-size: 13px;
        height: 40px;
        padding: 0px 12px;
    }

    .news-ftr form input[type="submit"] {
        background: #86bc42;
        color: #fff;
        border: none;
        height: 40px;
    }

.ftr-list ul {
    list-style: none;
    padding: 0;
}

    .ftr-list ul li a {
        font-size: 14px;
        color: #263238;
        text-decoration: none;
        font-weight: 500;
    }

    .ftr-list ul li {
        padding-bottom: 5px;
    }

.bx-4 {
    display: flex;
    justify-content: space-between;
}

    .bx-4 ul {
        flex: 0 0 50%;
    }

.news-ftr {
    margin-bottom: 30px;
}

.ftr-end p {
    margin-bottom: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-top: 40px;
}

.owl-nav button {
    position: absolute;
    top: 35%;
    background: #2d3e51 !important;
    height: 25px;
    width: 25px;
    border-radius: 50% !important;
}

    .owl-nav button.owl-prev {
        left: -38px;
    }

    .owl-nav button.owl-next {
        right: -40px;
    }

    .owl-nav button span {
        color: #fff;
        font-size: 20px !important;
        line-height: 20px;
    }

body.offcanvas-active {
    overflow: hidden;
}

.offcanvas-header {
    display: none;
}

.screen-darken {
    height: 100%;
    width: 0%;
    z-index: 30;
    position: fixed;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(34, 34, 34, 0.6);
    transition: opacity .2s linear, visibility 0.2s, width 2s ease-in;
}

    .screen-darken.active {
        z-index: 10;
        transition: opacity .3s ease, width 0s;
        opacity: 1;
        width: 100%;
        visibility: visible;
    }


.header-desk-search {
    position: relative;
    padding-right: 50px;
}

.header-desk-search-btn {
    position: absolute;
}

.header-desk-search-bar {
    margin-left: 0px;
}

.header-desk-search-input {
    width: 330px;
    background-color: #fff;
    box-shadow: none !important;
    height: 40px;
    padding: 7px 14px;
    font-size: 16px;
    border-radius: 8px 0 0 8px;
    outline: none !important;
    border: 1px solid #c1c1c1a8;
}

.header-desk-search-btn {
    transition: all .3s ease-in;
    position: absolute;
    top: 0;
    width: 50px;
    height: 40px;
    background-color: #86BC42;
    border: none !important;
    border-radius: 0 8px 8px 0;
}

    .header-desk-search-btn img {
        filter: brightness(0) invert(1);
        transition: all .3s ease-in;
        width: 20px;
    }

    .header-desk-search-btn:hover {
        background-color: #75a933
    }

.dropdown-menu {
    margin-bottom: 14px;
}

    .dropdown-menu .dropdown-item {
        font-size: 14px;
    }

.dropdown-item.active, .dropdown-item:active {
    background-color: #e9ecef;
    color: #1e2125;
}

.header-transparent .header-desk-search-bar {
    display: none !important;
}

.header-transparent.header-fixed .header-desk-search-bar {
    display: block !important;
}

ul {
    list-style: none;
    padding: 0;
}

    ul.navbar-nav ul {
        padding: 0;
    }

.drpdwn-left > ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.drpdwn-left > ul::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

.drpdwn-left > ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #dfeccb;
}

.drpdwn-left {
    display: inline-block;
    width: 100%;
    height: 100%;
    background: #fff;
    border-right: 1px solid #eee;
    min-height: 250px;
    position: relative;
}

.drpdwn-leftft ul li {
    width: 100%;
    line-height: 19px;
}

.drpdwn-right {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0px;
    padding: 12px 5.1%;
    display: none;
}

li.left-menu-tabs {
    display: inline-block;
    width: 100%;
    margin: 5px auto;
    padding-left: 0px !important;
}

.drpdwn-left > ul {
    display: flex;
    justify-content: flex-start;
    background: transparent;
    width: 20%;
    flex-direction: column;
    max-height: 500px;
    padding: 0;
    border-right: 1px solid #c7bbbb;
    overflow: auto;
    margin-top: 7px;
}

.drpdwn-right {
    margin-top: 3px;
}

.drpdwn-right {
    width: 84%;
    margin-left: 16%;
}


.dropdown-menu.megamenu {
    margin-top: 0px !important;
}

.drpdwn-left .drpdwn-right ul li label {
    color: #595959;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
    font-size: 18px;
}

.drpdwn-left .drpdwn-right ul li {
    width: 32%;
    font-weight: 400;
    float: none !important;
    vertical-align: top;
}

.drpdwn-left .drpdwn-right ul li {
    color: #444;
    margin-bottom: 10px;
    font-size: 14px;
    width: 25%;
}

.left-menu-tabs li {
    display: inline-block;
}

label.menuTab-div.mesublabel {
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
    bottom: 0;
    font-size: 14px;
    padding: 5px 14px !important;
    width: 100%;
    cursor: pointer;
    display: inline-block;
    /* width: 214px; */
    color: #444;
    position: relative;
    font-weight: 400;
}

.drpdwn-left .drpdwn-right ul li ul li {
    width: 100%;
    margin-bottom: 12px;
}

.drpdwn-right.active {
    display: block;
}

.drpdwn-right ul li a {
    color: #444;
    transition: all 0.5s;
}

.drpdwn-right ul li ul li > a img {
    width: 19px;
    margin-right: 2px;
    margin-top: -1px;
}

.drpdwn-right ul li ul li > a:hover, .drpdwn-right ul li a:hover {
    color: #86bc42;
    cursor: pointer;
}

.left-menu-tabs i.LeftArrowIcon {
    display: none;
}

.navbar i.LeftArrowIcon:after {
    content: '';
    position: absolute;
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    top: 18px;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    right: 12px;
}

.left-menu-tabs label.menuTab-div.mesublabel {
    transition: all 0.5s;
}

    .left-menu-tabs label.menuTab-div.mesublabel.active {
        color: #3f7816;
        border-bottom-color: #dfeccb;
        background: #dfeccb;
    }

.dropdown-menu.megamenu {
    background: #ebebeb;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgb(62 122 25);
}

.main-nav .navbar a.pnl_a.gaTrack {
    color: #595959;
}

.drpdwn-left .drpdwn-right ul li {
    color: #444;
    font-size: 14px;
    width: 32%;
    margin: 0px 2px 8px;
}

.drpdwn-right a:before {
    display: none;
}

/*.drpdwn-left .drpdwn-right ul > li {
    width: 95%;
    font-weight: 400;
    float: none !important;
    vertical-align: top;
}*/

div#collapsibleNavbar {
    justify-content: end;
}

li.left-menu-tabs {
    position: static !important;
}

.drpdwn-left p {
    font-weight: 600;
    padding: 5px 20px;
    margin: 0 0 5px 0;
    font-size: 20px;
}

.drpdwn-right ul {
    display: flex;
    flex-wrap: wrap;
}

    .drpdwn-right ul ul li {
        flex: 0 0 22%;
        margin: 5px 0 10px 10px !important
    }

.megamenu ul li:before {
    display: none;
}

label.mesublabel.active:after {
    content: '\f178';
    font-family: 'FontAwesome';
    position: absolute;
    padding-left: 12px;
}

.right-menu-tabs label:before {
    content: '\f078';
    font-family: 'FontAwesome';
    position: absolute;
    font-size: 11px;
    right: 4px;
    top: 8px;
    font-weight: normal;
    transition: all 0.5s;
    transform: rotate(-90deg);
}

.right-menu-tabs label.active:before {
    transform: rotate(0deg);
    top: 9px;
}

.rightmenu_tabs_wrpr .right-menu-tabs label {
    width: auto !important;
    padding: 6px 22px 6px 10px !important;
    font-size: 14px !important;
}

a.bottom-link:after {
    content: '';
    position: absolute;
    top: 7px;
    left: 0px;
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 50%;
}

drpdwn-right ul li a img {
    width: 22px;
    padding-right: 2px;
}

.right-menu-tabs label {
    font-size: 15px !important;
    padding: 0 !important;
}


.menu_picture {
    display: flex;
    padding: 10px 20px;
}

.left_pictr {
    flex: 0 0 30%;
}

.right_menus ul {
    display: flex;
    flex-wrap: wrap;
}

    .right_menus ul li {
        flex: 0 0 30%;
        margin: 10px 10px;
    }

.right_menus {
    padding: 5px 15px;
}

    .right_menus ul li a:before {
        display: none;
    }

.main-nav .navbar .navbar-nav .nav-item .right_menus ul li a {
    color: #595959;
}

.main-responsive-nav {
    display: none;
}

.side-univ a.heading-md {
    display: none;
}


.nav-link.counceling-btn {
    background-color: #ffd400;
    color: #000000 !important;
    padding: 8px 16px !important;
    border-radius: 7px;
    font-weight: 600;
    transition: all .3s ease-in;
    width: auto !important;
    display: inline-block;
}

    .nav-link.counceling-btn img {
        margin-right: 5px;
        transition: all .3s ease-in;
        width: 22px;
        margin-top: -1px;
    }

    .nav-link.counceling-btn:hover {
        background-color: #86bc42;
        color: #fff !important;
    }

        .nav-link.counceling-btn:hover img {
            filter: brightness(0) invert(1) !important;
        }

.clg_bxtxt .intro-banner-icon img {
    width: auto !important;
}

.intro-banner-icon span {
    font-size: 12px;
}

.collg_bx .sitebtn-group .sitebtn {
    margin-right: 4px;
}


.adslider .item-ad img {
    height: 150px;
}

.side-ad {
    margin: 20px 0;
}

.drpdwn-right img {
    width: 20px;
    margin-right: 5px;
}

.nav-tabs .nav-link:hover {
    color: #86bc42 !important;
    border: 1px solid #86bc42 !important;
}

.nav-tabs .nav-link.active:hover {
    color: #fff !important;
}

.header-desk-search .typeahead__field input {
    height: 45px;
    border-radius: 25px 0 0 25px;
}

.enq-search-wrap .typeahead__field, .enq-search-wrap .typeahead__query {
    background: transparent;
}

.typeahead__container.hint .typeahead__query > :last-child, .typeahead__hint {
    background: #fff;
    border-radius: 0px 0 0 0px;
}

.typeahead__container.cstmselect .typeahead__query input {
    padding-left: 40px;
}

.typeahead__container.cstmselect {
    position: relative;
}

.cstmselect img {
    position: absolute;
    top: 10px;
    z-index: 999;
    left: 12px;
    width: 18px;
    height: 18px;
}

.typeahead__cancel-button {
    font-size: 20px;
    top: 1px;
    right: -3px;
}

.lead-hdr-info {
    width: 100%;
    margin-top: 7px;
    padding-left: 5px;
}

    .lead-hdr-info p {
        margin: 0;
        color: #fff;
    }

@media(min-width:799.98px) {

    .apply-form-modal .modal-dialog {
        max-width: 720px;
    }
}


@media(min-width:799.98px) {
    .search_hdr span {
        display: none;
    }

    .search_hdr a.header-search-btn {
        border: 0;
    }

    .search_hdr a.header-search-btn img {
            width: 25px;
    }
}

/*********** header index ***********/
@media(min-width:1199.98px) {
    body.header-transparent {
        padding-top: 0;
    }

        body.header-transparent section.header {
            background-color: transparent;
            border: none;
        }

        body.header-transparent .navbar-brand {
            filter: brightness(0) invert(1);
        }

        body.header-transparent.header-fixed .header {
            border-bottom: 1px solid #86BC42;
            background: #fff;
        }

        body.header-transparent.header-fixed .navbar-brand {
            filter: none;
        }

        body.header-transparent ul.navbar-nav .nav-link {
            color: #fff;
        }

        body.header-transparent.header-fixed ul.navbar-nav .nav-link {
            color: #1D2C3A;
        }
}

/*********** header index ***********/
section.header {
    color: #333;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    padding: 0;
    z-index: 9999;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #86BC42;
    background-color: #fff;
}

.navbar-brand {
    width: 239px;
    padding: 0;
}

    .navbar-brand img {
        width: 100%;
    }

body.header-fixed .header {
    background: #fff;
}

ul.navbar-nav .nav-link {
    color: #1D2C3A;
    font-weight: 500;
}

.icnimg-hover {
    display: none;
}

.ucbox {
    border: 1px solid #CBCBCB;
    border-radius: 6px;
    margin-bottom: 15px;
    display: flex !important;
    flex: 0 0 24%;
    margin-right: 1%;
    transition: all 0.5s;
    min-height: 68px;
    position: relative;
    align-items: center;
}

.sm_boxswrpr {
    display: flex;
    flex-wrap: wrap;
    padding-top: 15px;
}

.ucbox p {
    margin: 0;
}

.bx_txt {
    max-width: 200px;
}

.ucbox a {
    align-items: center;
    padding: 15px 10px;
    width: 100%;
    display: block;
}

.bx_icn {
    padding-right: 10px;
}

.bx_txt h6 {
    transition: all 0.5s;
    font-size: 15px;
    margin-bottom: 0;
    font-weight: 500;
    color: #1D2C3A;
}

.ucbox:after {
    content: '\f054 ';
    font-family: 'FontAwesome';
    position: absolute;
    right: 10px;
    top: 50%;
    transition: all 0.5s;
    color: #86bc42;
    transform: translateY(-50%);
}

.bx_txt p {
    transition: all 0.5s;
    color: #545454;
    font-size: 14px;
}

.ucbox:hover {
    background: #86BC42;
    color: #fff;
}

    .ucbox:hover .bx_txt h6 {
        color: #fff;
    }

    .ucbox:hover .bx_txt p {
        color: #fff;
    }

    .ucbox:hover::after {
        color: #fff;
    }

    .ucbox:hover .bx_icn img {
        display: none;
        transition: all 0.5s;
    }

        .ucbox:hover .bx_icn img.icnimg-hover {
            display: block;
            transition: all 0.5s;
        }

nav .nav-tabs .nav-link, nav .nav-tabs .nav-link:hover {
    font-weight: 500;
    font-size: 15px;
    border: 0;
    color: #707070;
    border: 1px solid #C1C1C1;
    position: relative;
    padding: 4px 11px;
    border-radius: 5px;
    margin: 3px;
    text-transform: capitalize;
}

nav .nav-tabs {
    border-bottom: 1px solid #E1E1E1;
}

    nav .nav-tabs .nav-link.active {
        background: #86bc42;
        border-color: #86bc42;
        color: #fff;
    }

.sitehdng h3 {
    display: inline-block;
    border-top: 4px solid #86BC42;
    padding-top: 15px;
}

div#nav-course-tab {
    flex-wrap: nowrap;
    overflow: auto;
    overflow-y: hidden;
}

/*
 *  STYLE 2
 */
#nav-course-tab::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#nav-course-tab::-webkit-scrollbar {
    height: 5px;
    background-color: #F5F5F5;
}

#nav-course-tab::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #86bc42;
}

.row_padd {
    padding: 30px 0;
}

.colleges_bx_wrppr {
    display: flex;
}

.collg_bx {
    width: calc(33.33% - 10px);
    margin-right: 10px;
    display: flex;
    box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin-bottom: 15px;
}

.clg_img {
    flex: 0 0 43%;
}

.sm_boxswrpr-slider .collg_bx {
    width: calc(100% - 10px);
}

.fac_wrp img {
    width: 14px !important;
}

.avg_sal {
    margin-top: auto;
    margin-bottom: 4px;
}

.clg_bxtxt {
    flex: 0 0 55%;
    flex-flow: column;
    display: flex;
    padding: 7px 7px;
}

.d-flex.fcl_list {
    flex-wrap: wrap;
}

.clg_img img {
    width: 100%;
    height: 100%;
    border-top-left-radius: 4px;
    object-fit: cover;
    border-bottom-left-radius: 4px;
}

.colleges_bx_wrppr {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 10px);
}

.d-flex.fac_wrp {
    font-weight: 500;
    font-size: 11px;
    line-height: 123.4%;
    flex: 0 0 48%;
    text-align: justify;
    align-items: center;
    margin-bottom: 4px;
    letter-spacing: 0.5px;
    color: #2d3e50;
}

.clg_bxtxt h5 {
    font-size: 16px;
    font-weight: 600;
    position: relative;
    line-height: 20px;
}

span.location {
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
}

.facility {
    padding: 10px 0;
}

    .facility p {
        margin-bottom: 4px;
        color: #000;
        font-size: 13px;
        font-weight: 600;
    }

.fac_wrp span {
    padding-left: 4px;
}

.avg_sal p {
    font-size: 12px;
    letter-spacing: 0.045em;
    color: #1D2C3A;
    margin: 0;
    font-weight: 500;
}

.sitebtn {
    background: #263238;
    border-radius: 4px;
    color: #fff;
    font-size: 10px;
    display: inline-block;
    padding: 6px 12px;
    transition: all .3s ease-in;
    min-width: 100px;
    text-align: center;
}

.clg_bxtxt h5:after {
    content: '';
    position: absolute;
    background: #86bc42;
    height: 2px;
    width: 80px;
    bottom: 0;
    left: 0;
}

.sitebtn:hover {
    background: #86bc42;
    color: #fff;
}

a.viewall {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #272A33;
}

.state-slider {
    width: 85%;
    margin: 0 auto;
}

.states_wrpr {
    background: #F8FFEF;
    padding: 25px 0;
}

.state-logo {
    background: #fff;
    text-align: center;
    border: 1px solid #F8FFEF;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    padding: 10px;
}

    .state-logo img {
        height: 82px;
        object-fit: contain;
        margin-bottom: 10px;
    }

    .state-logo p {
        margin: 0;
        color: #1D2C3A;
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
    }

.bestclgbox {
    background: #FFFFFF;
    box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 10px;
}

    .bestclgbox h4 {
        font-weight: 600;
        font-size: 15px;
        line-height: 15px;
        position: relative;
        line-height: 20px;
        padding-bottom: 8px;
        margin: 0;
    }

.bstclg_text {
    display: flex;
    justify-content: space-between;
    padding: 10px 5px;
    align-items: center;
}

a.explr {
    color: #205F08;
    font-weight: 600;
    font-size: 14px;
}

.bstclg_text h4:after {
    content: '';
    position: absolute;
    background: #86bc42;
    height: 2px;
    width: 80px;
    bottom: 0;
    left: 0;
}

.qry_form {
    background: #86BC42;
    padding: 15px 15px;
}

.fromhdng {
    text-align: center;
    margin-bottom: 20px;
    color: #fff;
}

    .fromhdng h4 {
        font-size: 20px;
    }

.s-form span.input-group-text {
    background: #fff;
}

.s-form input.form-control, .s-form .form-select {
    border-left: 0;
    padding-left: 0;
}

a.half-width-img {
    width: 50%;
    display: inline-block;
    padding: 0 5px;
}

.ad_row {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.star_wrp {
    display: flex;
    list-style: none;
}

.navbar {
    width: 100%;
    height: 80px;
}

.star_wrp li {
    padding: 0 4px;
    font-size: 22px;
}

.side-ad img {
    width: 100%;
}

.star_wrp li i.fa-star {
    display: none;
}

.star_wrp li.selected i.fa-star {
    display: inline-block;
    color: #FF912C;
}

.star_wrp li.selected i.fa-star-o {
    display: none;
}

.choosertng {
    display: flex;
    align-items: center;
}

    .choosertng p {
        min-width: 121px;
        padding-right: 10px;
    }

.writrvws {
    padding: 30px 0;
}

.testml_full {
    text-align: left;
    border: 1px solid #016FB9;
    border-radius: 5px;
    padding: 15px 20px;
    margin-bottom: 20px;
}

    .testml_full .name p {
        text-align: left;
        letter-spacing: 0.01em;
        font-weight: 600;
    }

span.loctn {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #666666;
    padding-left: 12px;
    position: relative;
    top: -1px;
}

.rtng_posted {
    display: flex;
    align-items: center;
}

    .rtng_posted p {
        margin: 0;
        padding-left: 15px;
        font-weight: 600;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
    }

    .rtng_posted span {
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        font-weight: 500;
        padding: 0 4px;
        letter-spacing: 0.01em;
        color: #666666;
    }

.allreviews {
    padding: 30px 0;
    margin: 0;
}

.admsn_form {
    padding: 25px 0;
}

.admsn_form {
    width: 80%;
}

    .admsn_form .row.side-query-form-box {
        padding-top: 20px;
    }

    .admsn_form textarea.form-control, .select2-container--default .select2-selection--single .select2-selection__rendered, .admsn_form input.form-control {
        background-color: #eee !important;
    }

    .admsn_form form img {
        left: 20px !important;
    }

    .admsn_form .form-group {
        margin-top: 0;
        margin-bottom: 12px;
    }

    .admsn_form .form-group {
        margin-top: 0 !important;
    }

    .admsn_form .form-switch input[type='checkbox'] + label:before {
        background-color: #eee !important;
    }

.blg_pagin {
    display: flex;
    justify-content: center;
}

.page-item.active .page-link {
    background-color: #8dc04d;
    border-color: #8dc04d;
}

.page-link {
    color: #8dc04d;
}

li.p-placements-icon-item {
    flex: 0 0 31%;
}

#placements li.p-placements-icon-item {
    flex: 0 0 16%;
}

#placements .p-placements-icon img {
    height: 80px;
}

ul.p-placements-icon-list.d-flex.flex-wrap {
    justify-content: flex-start;
}

.p-placements-icon-item h4.card-title {
    color: #000;
    font-size: 20px;
}

.table_contents {
    background: #eee;
    border: 1px solid #ccc;
    padding: 15px 10px;
    margin: 20px 0;
}

    .table_contents ol li {
        padding: 3px 0px;
    }


.admsn_form .modal-header {
    background-color: #86BC42;
    justify-content: flex-start;
    padding: 10px 16px;
    position: relative;
    border-bottom: none;
}

    .admsn_form .modal-header h3 {
        font-size: 20px;
        color: #fff;
        margin-bottom: 0;
        letter-spacing: .3px;
    }

    .admsn_form .modal-header > img {
        width: 44px;
        background-color: #fff;
        padding: 5px;
        border-radius: 50%;
        margin-right: 12px;
    }

.topheadbar_modal {
    background-color: #FFD400;
}

    .topheadbar_modal ul {
        display: block;
        text-align: center;
        padding: 0 12px;
        font-size: 12px;
        margin: 0;
        align-items: self-start;
        flex-wrap: wrap;
    }

        .topheadbar_modal ul li {
            position: relative;
            padding-left: 8px;
            line-height: 26px;
            font-weight: 500;
            color: #000;
            display: inline-block;
            margin: 0 10px;
        }

            .topheadbar_modal ul li::before {
                content: '';
                width: 4px;
                height: 4px;
                border-radius: 50%;
                background-color: #111;
                position: absolute;
                left: 0;
                top: 11px;
            }

.enq form select {
    width: 50%;
    height: 44px;
    padding: 0px 20px;
    border-radius: 25px;
    border: 0;
    box-shadow: none !important;
    outline: none !important;
}

.sm_boxswrpr .bx_icn img {
    max-width: 32px;
}

ul.side-univ-list {
    padding: 0;
    list-style: none;
}


a.nav-link.dropdown-toggle {
    cursor: pointer;
}

.colleges_bx_wrppr .clg_img img {
    height: 180px;
    object-fit: cover;
}

.colleges_bx_wrppr .clg_bxtxt {
    min-height: 190px;
}

.colleges_bx_wrppr.sm_boxswrpr-slider .collg_bx {
    flex-direction: column;
    border: 1px solid #86bc42;
}

.colleges_bx_wrppr .d-flex.fac_wrp {
    flex: 0 0 25%;
}

.popularArticle .latest-newsBlock a {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.06em;
    color: #1D2C3A !important;
    margin-bottom: 6px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all .3s ease-in;
}

.block.popularArticle.visaApplication h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 0.06em;
    color: #FFFFFF;
    background-color: #86BC42;
    padding: 14px 16px;
    text-align: center;
    border-radius: 2px 2px 0 0;
}

.block.popularArticle.visaApplication {
    border: 1px solid #86bc42;
    border-radius: 4px;
    padding-top: 0;
}


.latest-newsBlock {
    padding: 0 9px;
}

.block.relEvents.relPosts h1 {
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    color: #2D3E51;
}

.block.relEvents.relPosts {
    padding: 20px;
}

.intro-banner-share .fa {
    font-family: 'FontAwesome' !important;
    font-weight: 500;
}

.viewdetails h1 {
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    color: #2D3E51;
    margin-bottom: 6px;
}

.collg_bx {
    position: relative;
    top: 0;
    transition: all 0.5s;
}

    .collg_bx:hover {
        top: -10px;
    }

.colleges_bx_wrppr.sm_boxswrpr-slider .slick-list {
    padding-top: 15px;
}




.drpdwn-bottom-right {
    display: none;
}

ul.rightmenu_tabs_wrpr {
    display: flex;
    flex-wrap: wrap;
}

.rightmenu_tabs_wrpr li.right-menu-tabs {
    width: auto !important;
}

.drpdwn-bottom-right.active {
    display: block;
    position: absolute;
    top: 50px;
    left: 0;
}

ul.rightmenu_tabs_wrpr {
    position: relative;
}

.rightmenu_tabs_wrpr label.menuTab-div.mesublabel:after {
    display: none;
}

.loadmore img {
    width: 55px;
}

.loadmore {
    text-align: center;
    margin-bottom: 25px;
}

.loadmoreHide {
    display: none;
}



@media all and (max-width:1440px) {
    .f-facilities-icon {
        height: auto !important;
        margin-bottom: 0px;
    }

    .f-facilities-icon-item {
        margin-right: 15px !important;
    }
}



@media (max-width:1460px) {

	.top-colleges-cta .sitebtn {
		min-width: 78px;
	}

	.innrtabs_wrp li {
		font-size: 12px !important;
	}

	.e-exam-footer li {
		font-size: 13px!important;
	}

	.top-colleges-cta a.viewall_link {
		font-size: 13px;
	}

}


@media all and (min-width:991px) {
    .bestclgbox img {
        min-height: 250px !important;
        object-fit: cover;
        max-height: 250px;
    }
}



/* ============ mobile view ============ */
@media all and (max-width:991px) {
    .offcanvas-header {
        display: block;
    }

    .mobile-offcanvas {
        visibility: hidden;
        transform: translateX(-100%);
        border-radius: 0;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 80%;
        z-index: 1200;
        overflow-y: scroll;
        overflow-x: hidden;
        transition: visibility .3s ease-in-out, transform .3s ease-in-out;
    }

        .mobile-offcanvas.show {
            visibility: visible;
            transform: translateX(0);
        }

        .mobile-offcanvas .container, .mobile-offcanvas .container-fluid {
            display: block;
        }

    .drpdwn-left > ul {
        padding: 0;
        width: 100%;
    }

    .drpdwn-right {
        padding: 12px 8px;
    }

    .drpdwn-right {
        margin-left: 0;
    }

    .drpdwn-left .drpdwn-right ul li {
        width: 48%;
    }

    .drpdwn-right ul li a img {
        width: 19px;
        margin-right: 2px;
        margin-top: -1px;
    }
    /*ul.rightmenu_tabs_wrpr {
        flex-wrap: nowrap;
        overflow: visible;
    }*/

    li.right-menu-tabs {
        flex: 0 0 100%;
    }

    .rightmenu_tabs_wrpr li.right-menu-tabs {
        position: relative;
    }

    .drpdwn-right ul ul li {
        flex: 0 0 100%;
    }

    .drpdwn-bottom-right {
        background: #fff;
        z-index: 99;
    }
}



@media(max-width:768px) {
    .collg_bx {
        flex: 0 0 99%;
    }

    .ucbox {
        flex: auto;
        width: 100%;
        margin-right: 0 !important;
    }

    .owl-nav button.owl-next {
        right: 0;
    }

    .owl-nav button.owl-prev {
        left: 0;
    }
}

@media(max-width:640px) {
    .cntct-n {
        display: none;
    }

    .navbar-brand img {
        width: 200px;
		height:auto;
    }

    .container.cstm-fl {
        justify-content: space-between;
    }

    .kart-head h2 {
        font-size: 26px;
    }

    .edugate-text p {
        padding: 0;
        font-size: 15px;
        text-align: justify;
    }

    .reg-heading h4 {
        font-size: 26px;
    }

    .enq h2 {
        font-size: 23px;
        padding: 10px 0px;
    }

    .enq form input[type="text"] {
        height: 30px;
        font-size: 12px;
        width: calc(100% - 110px);
        border-radius: 25px 0 0 25px;
    }

    .enq form input[type="submit"] {
        height: 30px;
        width: 100px;
        left: -1px;
        font-size: 13px;
    }

    .enq form {
        margin-bottom: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

    .breadcrumb-h ul li a {
        line-height: 17px;
        font-size: 10px;
    }

    .breadcrumb-h ul {
        flex-wrap: wrap;
    }

        .breadcrumb-h ul li span {
            font-size: 10px;
            padding: 0 4px;
        }

    .exam-scr p {
        font-size: 14px;
    }

    .price-main h3 {
        font-size: 16px;
    }

    .crs-ofr a {
        font-size: 12px;
    }

    .top-crs-box h2 {
        font-size: 14px;
    }

    .top-crs-ic {
        flex: 0 0 50%;
    }

    .top-crs-des {
        flex-wrap: wrap;
    }

    .icn-sec {
        flex-direction: column;
        flex-wrap: wrap;
    }

    .icn-bx {
        padding: 10px 0px;
    }

    .uni-bg {
        background-size: auto;
        background-position: center;
        height: 310px;
    }

    .t-stream-box a {
        padding: 3px 5px;
        font-size: 10px;
        margin: 4px;
        border-radius: 0;
    }

    .course-heading h2 {
        font-size: 16px;
    }

    .fee-cnt p.grn-clr {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .fee-fnl {
        flex-wrap: wrap;
    }

        .fee-fnl h4 {
            margin-top: 16px;
            flex: 0 0 100%;
        }

    .btn-fee {
        flex: 0 0 50%;
        margin-top: 16px;
    }

        .btn-fee a {
            font-size: 10px;
        }

            .btn-fee a .fa {
                font-size: 16px;
            }

            .btn-fee a .fa-download {
                font-size: 13px !important;
            }

    .price-main {
        flex-direction: column;
        align-items: start;
    }

    .cstm-p p {
        font-size: 14px;
        padding: 6px 0px;
    }

    .pageiuni-li {
        background: #dfeccbb0;
        margin: 10px 4px;
        padding: 5px 0px;
    }

    .uni-row .pageiuni-li {
        padding: 8px 0px;
    }

    .owl-theme .owl-dots .owl-dot span {
        width: 8px !important;
        height: 8px !important;
    }

    .owl-theme .owl-dots .owl-dot.active span {
        width: 22px !important;
        height: 8px !important;
    }

    .filter-acc {
        background: #fff;
        padding: 0px 20px;
    }

    .course-sec {
        padding: 0 !important;
    }

    .filter-d2 {
        display: none;
    }

    .fil-img.filter-d1 {
        display: flex !important;
    }
}

.navbar .megamenu {
    padding: 0rem;
}

#recognitions .plc_img_hdng {
    display: flex;
    align-items: center;
}

    #recognitions .plc_img_hdng .p-placements-icon {
        flex: 0 0 25%;
    }

#recognitions .plc_hdng {
    padding-left: 10px;
}

    #recognitions .plc_hdng h4 {
        font-size: 18px !important;
        margin: 0;
    }

#recognitions ul.p-placements-icon-list {
    justify-content: flex-start;
}


span.ndate {
    display: inline-block !important;
}

.popularArticle .latest-newsBlock p {
    margin-bottom: 0px;
}

.block.popularArticle.visaApplication {
    padding-bottom: 0;
    margin-bottom: 20px;
}

.latest-newsBlock {
    border-bottom: 1px solid #86BC42;
}

    .latest-newsBlock:last-child {
        border: 0;
    }

    .latest-newsBlock a:hover {
        color: #86bc42 !important;
    }


#nav-tabContent .bx_txt h6 {
    min-height: 36px;
}


.enq-search-wrap form input {
    border-radius: 25px 0 0 25px;
    height: 45px;
}

.typeahead__button button {
    border-radius: 0 25px 25px 0 !important;
    height: 45px;
}


/* ============ desktop view ============ */
@media all and (min-width:992px) {
    .navbar .has-megamenu {
        position: static !important;
    }

    .navbar .megamenu {
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 80%;
        margin-top: 0;
    }
}

/* ============ desktop view .end// ============ */

/*megamenu css*/

/* ============ mobile view ============ */
@media(max-width:640px) {
    
    .enq-search-wrap form {
       width:100%;
    }
    .mesublabel.active i.LeftArrowIcon:after {
        transform: rotate(225deg) !important;
    }

    .navbar i.LeftArrowIcon:after {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }

    .drpdwn-left {
        width: 100%;
        min-height: auto;
    }

    label.menuTab-div.mesublabel {
        width: 100%;
    }

    .drpdwn-right {
        position: unset;
        height: auto;
        width: 100%;
        left: unset;
        top: unset;
        padding: 0 8px 2px 16px;
    }

    .navbar-nav .nav-item {
        padding: 0;
    }

    .container.cstm-fl {
        padding: 0;
    }

    .drpdwn-left > ul {
        display: block;
    }

    li.left-menu-tabs {
        display: block;
    }

    .navbar i.LeftArrowIcon:after {
        right: 12px;
    }

    .enq h2, .hero-section .enq h2 {
        font-size: 22px;
    }

    li.left-menu-tabs {
        width: 100%;
    }

    .drpdwn-right {
        padding: 8px 10px;
    }

    .drpdwn-left .drpdwn-right ul li {
        margin-bottom: 0;
    }

    li.left-menu-tabs + li.left-menu-tabs {
        border-top: 1px solid #dbdbdb;
    }

    .typeahead__button button {
        height: 40px;
    }

    .enq-search-wrap form input {
        height: 40px;
        padding-right: 15px;
    }
}


.cstm_ad90 img {
    height: 90px;
    width: 100%;
    object-fit: cover !important;
}

.cstm_ad90 {
    width: 100%;
    display: block;
    margin: 20px 0;
}

a.sidead {
    display: block;
    margin: 3px 0;
}

.sideadscolm img {
    width: 100%;
}

.animated-button1 {
    background: linear-gradient(-30deg, #86bc42 50%, #83b642 50%);
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    overflow: hidden;
    color: #f7d4d4;
    font-size: 20px;
    letter-spacing: 2.5px;
    text-align: center;
    text-decoration: none;
}

    .animated-button1::before {
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: #ad8585;
        opacity: 0;
        -webkit-transition: .2s opacity ease-in-out;
        transition: .2s opacity ease-in-out;
    }

    .animated-button1:hover::before {
        opacity: 0.2;
    }

    .animated-button1 span {
        position: absolute;
    }

        .animated-button1 span:nth-child(1) {
            top: 0px;
            left: 0px;
            width: 100%;
            height: 5px;
            background: -webkit-gradient(linear, right top, left top, from(rgba(43, 8, 8, 0)), to(#fed300));
            background: linear-gradient(to left, rgba(43, 8, 8, 0), #fed300);
            -webkit-animation: 2s animateTop linear infinite;
            animation: 2s animateTop linear infinite;
        }

@keyframes animateTop {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.animated-button1 span:nth-child(2) {
    top: 0px;
    right: 0px;
    height: 100%;
    width: 5px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(43, 8, 8, 0)), to(#fed300));
    background: linear-gradient(to top, rgba(43, 8, 8, 0), #fed300);
    -webkit-animation: 2s animateRight linear -1s infinite;
    animation: 2s animateRight linear -1s infinite;
}

@keyframes animateRight {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

.animated-button1 span:nth-child(3) {
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 5px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(43, 8, 8, 0)), to(#fed300));
    background: linear-gradient(to right, rgba(43, 8, 8, 0), #fed300);
    -webkit-animation: 2s animateBottom linear infinite;
    animation: 2s animateBottom linear infinite;
}

@keyframes animateBottom {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.animated-button1 span:nth-child(4) {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 5px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 8, 8, 0)), to(#fed300));
    background: linear-gradient(to bottom, rgba(43, 8, 8, 0), #fed300);
    -webkit-animation: 2s animateLeft linear -1s infinite;
    animation: 2s animateLeft linear -1s infinite;
}

@keyframes animateLeft {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

li.top-colleges-item {
    position: relative;
    top: 0;
    transition: all 0.5s;
}

    li.top-colleges-item:hover {
        top: -10px;
    }

.top-colleges-box {
    border: 1px solid #86bc42;
}

.flogo_links ul {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    padding: 12px 0;
    border-bottom: 1px solid;
    border-top: 1px solid;
    margin-top: 10px;
}

.flogo_links ul li {
        padding: 0 12px;
        border-right: 1px solid;
}

.flogo_links ul li a {
            color: #000;
            font-size: 14px;
}

a.cmplt_link {
    display: block;
    margin-bottom: 20px;
    color: #000;
    text-align: center;
    font-weight: 500;
}

.flogo_links ul li:last-child {
    border: 0;
}

.notfoundpage .img-rounded-box img {
    max-width: 130px;
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin-bottom: 15px;
}

.notfoundpage h5.text-black {
    color: #000;
}

.error-page h2.headline.text-warning {
    font-size: 45px;
}
.cstmspace { padding-top:10rem; }


.box_no_img  .top-colleges-img-text {
    position: relative;
    background: none;
    padding: 10px 10px 0;
}

.box_no_img .top-colleges-img-text h5 {
    color: #000;
}

.box_no_img .top-colleges-img-text span {
    display: none;
}

.clg_bxtxt {
    padding-top: 0;
    padding-bottom: 0;
}

.tab-content li, .tab-content p, .course-single-text p, .course-single-text span, .articles-signle-wrapper p, .articles-signle-wrapper span, .tab-content td, .tab-content font {
    font-weight: 400; 
    font-size: 15px;
    line-height: 21px;
    color: #333;
    font-family: 'Montserrat' !important;
}


.box_no_img .top-colleges-img-text h5 {
    min-height: 38px;
}

.articles-signle-wrapper h1 span, .articles-signle-wrapper h1, .course-single-text h1 span, .course-single-text h1, .course-signle-wrapper h1 {
    font-weight: 500;
    font-size: 32px;
    line-height:25px;
    color: #333;
    font-family: montserrat !important;
}
.articles-signle-wrapper h2 span,.articles-signle-wrapper h2, .course-single-text h2 span, .course-single-text h2, .course-signle-wrapper h2 {
    font-weight: 500;
    font-size: 26px;
    line-height: 25px; 
    color: #333;
    font-family: montserrat !important;
}


.articles-signle-wrapper h3 span, .course-signle-wrapper h3 span, .articles-signle-wrapper h3, .course-signle-wrapper h3, .course-single-text h3 {
    font-weight: 500;
    font-size: 22px;
    line-height: 25px;
    color: #333;
    font-family: montserrat !important;
}
.articles-signle-wrapper h4 span, .course-signle-wrapper h4 span, .articles-signle-wrapper h4, .course-signle-wrapper h4, .course-single-text h4  {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #333;
    font-family: montserrat !important;
}
.articles-signle-wrapper h5 span, .course-signle-wrapper h5 span, .articles-signle-wrapper h5, .course-signle-wrapper h5, .course-single-text h5 {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #333;
    font-family: montserrat !important;
}
.articles-signle-wrapper h6 span, .course-signle-wrapper h6 span, .articles-signle-wrapper h6, .course-signle-wrapper h6, .course-single-text h6 {
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    color: #333;
    font-family: montserrat !important;
}

.box_custom_width .collg-item {
    width: 33.33%;
}


@media(max-width:640px) {
  li.p-placements-icon-item {
		flex: 0 0 100%;
  }
  .box_custom_width .collg-item {
    width: 100%;
  }
  .cstmspace { padding-top:4rem; }
 
   .error-page.error-content {
		padding: 15px;
	}

	.notfoundpage .img-rounded-box img {
		width: 65px;
		height: 65px;
	}

	.notfoundpage h5.text-black {
		font-size: 17px;
	}
    #seachBox .search-box {
        padding: 12px;
    }

    .search-box input {
        height: 40px; 
    }

    .sitebtn-group.d-flex.flex-wrap {
        justify-content: space-around;
        width: 75%;
    }

    button.sitebtn {
        margin-top: 5px !important;
    }
}



.qa_wrap h5 {
    color: #2D3E51;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
}

.qa_wrap h5 span {
    color: #2D3E51;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

.qabox {
    border-radius: 11px;
    border: 1px solid #86BC42;
    background: #FFF;
    padding: 20px;
    margin-bottom: 20px;
}

.qa_header {
    border-bottom: 1px solid #86BC42;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.qstn_askedby h6 {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
}

.askby p {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.askby p span {
    color: #205F08;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
}

span.views {
    color: #000;
    font-size: 14px;
    position: relative;
    padding-left: 10px;
}

.qaheadr_qstn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.askby {
    display: flex;
    align-items: center;
    gap: 10px;
}

span.views:before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 5px;
    height: 5px;
    background: #86BC42;
    border-radius: 50%;
}


.qabox p {
    font-size: 14px;
    color: #000;
}

button.postanswbtn {
    border-radius: 2px;
    background: #FFC107;
    border: 0;
    padding: 7px 15px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 123.4%; 
    letter-spacing: 0.54px;
}

.timebtn p {
    text-align: right;
}

.post_answrarea {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 20px 0 0 0;
}

.post_answrarea textarea {
    border-radius: 6px;
    background: #F3F3F3;
    padding: 6px;
    font-size: 14px;
}

.submt_answr {
    border-radius: 5px;
    background: #86BC42;
    border: 0;
    width: 200px;
    color: #fff;
    margin: 0 auto;
    padding: 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 123.4%;
    letter-spacing: 0.54px;
}

.ans_row {
    display: flex;
    gap: 20px;
    border-bottom: 1px solid #C1C1C1;
    margin-bottom: 20px;
}

.name_initial p {
    background: #EB5C5C;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 21.6px;
    font-style: normal;
    font-weight: 600;
    color: #fff;
}

.answrby h6 {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 4px;
}

.answrby span {
    color: #000;
    font-size: 14px;
}

.answrby {
    margin-bottom: 12px;
}

.like_share {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.like_share button {
    border: 0;
    background: transparent;
}

.like_share button span {
    font-size: 14px;
    color: #000;
}

.like_share i.fa.fa-thumbs-up {
    color: #FFC107;
}

.like_share i.fa.fa-thumbs-down {
    color: #c1c1c1;
}

.like_share i.fa.fa-share-alt {
    color: #205F08;
}

.viewall_answ {
    text-align: center;
}

.viewall_answ button {
    color: #2A7AFF;
    font-size: 16px;
    line-height: normal;
    font-weight: 600;
    border: 0;
    background: transparent;
}

.answr_wrap {
    display: none;
}

.answr_wrap:first-child {
    display: block;
}

.main_answer p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

span.readmore {
    color: #2A7AFF;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    line-height: normal;
    position: relative;
    top: -5px;
}

.main_answer p {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Number of lines to show */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

span.readmore {
    color: #2A7AFF;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    line-height: normal;
    position: relative;
    top: -5px;
}

.main_answer.full-text p {
    display: block;
}

.qa_answers.allshow .answr_wrap {
    display: block;
}


#askModal button.btn-close, #answerModal button.btn-close {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 9999;
}

.sitelogo {
    text-align: center;
    margin-bottom: 20px;
    padding: 10px;
}

.mdl_left {
    text-align: center;
}

.mdl_left h6 {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    margin-top: 15px;
}

.mdl_left p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; /* 166.667% */
}

.mdl_right .form-control, .mdl_right .form-select {
    border-radius: 5px;
    border: 1px solid #47C317;
    background: #FFF;
    font-size: 14px;
    min-height: 40px;
}

.mdl_right label.form-check-label {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

.mdl_right p {
    font-size: 14px;
    font-weight: 500;
}

.mdl_right a {
    color: #2A7AFF;
    text-decoration: none;
}

select.form-select {
    -webkit-appearance: auto;
    padding-left: 6px;
}
button.submtbtn {
    border-radius: 6px;
    background: #205F08;
    color: #fff;
    width: 100%;
    border: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    padding: 10px;
}

.mdl_right .form-control:focus, .mdl_right .form-select:focus { box-shadow:none; }



.allpage_faqs button.accordion-button {
    font-size: 16px;
    line-height: 20px;
    color: #2D3E51 !important;
}

.allpage_faqs button.accordion-button:focus {
    box-shadow: none;
}

.allpage_faqs .accordion-button:not(.collapsed) {
    background: #F5FFE9 !important;
}



.allpage_faqs .accordion-item {
    margin-bottom: 10px;
    border: 0;
    border-bottom: 1px solid #e1e1e1;
}



button.askusbtn {
    border-radius: 3px;
    border: 1px solid #205F08;
    background: #F7FFED;
    padding: 7px 20px;
    position: relative;
    top: 3px;
    right: 2px;
}



/*************************************************/




.bgl_green {
    background: #F1FFDF;
}

.claimbox {
    width: 90%;
    margin: 0 auto;
    padding: 35px 35px 0;
}

.claimleft h3 {
    color: #000;
    font-size: 31.566px;
    font-weight: 700;
    line-height: normal;
}

.claimleft ul li {
    color: #000;
    font-size: 19px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 15px;
}

.claimleft ul {
    margin-top: 25px;
}

.claimform {
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0px 2.16px 15.6px 0px rgba(0, 0, 0, 0.15);
    padding: 20px 20px 25px;
    width: 90%;
    margin: 0 auto;
}

.radioflex {
    display: flex;
    gap: 30px;
    margin-bottom: 20px;
}

.claimform label {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}


.claimform .form-floating .form-control, .claimform  .form-select {
    border-radius: 5px;
    border: 1px solid #47C317;
    background: #FFF;
    padding: 5px 11px !important;
    height: 46px;
}

.claimform .form-floating>label {
    padding: 0;
    top: 10px;
    left: 10px;
    height: auto;
    background: #fff;
}
.claimform .form-floating .form-control:focus, select#floatingSelect:focus, .form-check-input:focus {
    box-shadow: none;
}

.form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
    top: -2px;
    opacity: 1;
}

.claimform  select#floatingSelect {
    -webkit-appearance: initial;
    padding-top: 10px;
    height: 45px;
}

button.formsubmit {
    border-radius: 6px;
    background: #205F08;
    width: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border: 0;
    padding: 10px;
}

.claimform .form-check-input:checked {
    background-color: #205f08;
    border-color: #205f08;
}

/*************************************************/

.newtext .text_adjust {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Number of lines to show */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 20px;
}


.newtext.full-text .text_adjust {
    display: block;
}



.topnew_notf {
    padding: 20px;
    border-radius: 20px;
}

.whatsnew h4 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
}

.newtext p {
    color: #000;
    font-size: 16px;
    line-height: normal;
}

.newtext {
    border-bottom: 1px dashed #205F08;
    margin-bottom: 15px;
    padding-bottom: 12px;
}

.top_notification h4 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
}

ul.notf_list li span {
    color: #205F08;
    font-size: 16px;
    line-height: normal;
}

ul.notf_list {
    list-style: none;
    padding-left: 5px;
}

ul.notf_list li {
    margin-bottom: 5px;
}

ul.notf_list li a {
    color: #000;
    font-size: 16px;
}


/***********************/

.questnbox {
    border-radius: 11px;
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
}

.questtext h6 {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-bottom: 25px;
}

.collegename {
    color: #205F08;
}

.questtext p {
    color: #000;
    font-size: 15px;
}

.sitebtnnew {
    border-radius: 7px;
    background: #205F08;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    border: 0;
    width: 160px;
    padding: 10px;
}

/*********************/


.subhdng {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
}

.whyjoin {
    padding: 20px;
}

.collg_rating_hdr {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 15px;
}

.rank_highlite p {
    color: #2D3E51;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}

.rank_highlite h6 {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    color: #000;
}

.rankhdr span {
    color: #2D3E51;
    font-size: 14px;
    font-weight: 500;
}

.dflexbtwn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rankhdr {
    border-bottom: 1px solid #86BC42;
    margin-bottom: 12px;
    padding-bottom: 5px;
}

.catgry_ranks {
    display: flex;
    justify-content: space-between;
}

.rankfrom {
    display: flex;
    gap: 15px;
}

.rank_course p {
    font-size: 15px;
    margin: 0;
}

.airank h6 {
    font-size: 18px;
    color: #000;
}

.remark {
    border-radius: 12px;
    background: #FFF6DB;
    padding: 10px;
    margin: 18px 0;
}

.remark p {
    margin: 0;
    color: #000;
    font-size: 18px;
}

.remark i {
    color: #FFC107;
    margin-right: 4px;
}

.rankbox {
    border-bottom: 1px dashed #C1C1C1;
    margin-bottom: 20px;
}



/******************************/


.rvwBlock {
    display: flex;
    justify-content: space-around;
    margin-bottom: 10px;
    padding: 10px;
    align-items: center;
}

.providerReviews {
    border-bottom: 1px dashed #c1c1c1;
    margin-bottom: 20px;
    padding-bottom: 15px;
}


.ratingAll {
    margin-bottom: 0
}

.rvwScore {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.rvwScore h3 {
    width: 55px;
    font-size: 2.125rem;
    text-align: center
}

.rvwScore h3 {
    font-size: 53.97px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
}

.ReviewMobile .rvwScore {
    display: flex;
    align-items: center;
    margin-top: 12px
}

.ReviewMobile .infrontRvws {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start
}

.ReviewMobile .rvwProgress .heading {
    margin: 0;
    height: 16px
}

.starwrap i {
    color: #FFC107;
}

.starwrap {
    display: flex;
    gap: 8px;
}

.starBar .loadbar {
    width: 150px;
}

.fillBar {
    width: 88%;
    height: 10px;
    background: #FFC107;
    border-radius: 7px;
}

.starPrgrs {
    font-size: 14.5px;
    color: #000;
}

.starBar.disablefilter,.starBar.disablefilter .starC a {
    color: #e3e3e3;
    pointer-events: none
}

.rvwRight {
    display: block;
    position: relative
}

.rvwRight:before {
    content: "";
    position: absolute;
    height: 87%;
    width: 1px;
    top: 15px;
    left: -5px
}
.infrontRvws i {
    font-size: 20px;
}

.infrontRvws .starwrap {
    justify-content: center;
    gap: 20px;
    margin: 15px 0;
}

.refrnceTxt span {
    font-size: 15px;
}
.starBar {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
    align-items: center;
    gap: 10px;
}

.componetText,.cRating {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}
.break_rating_star {
    display: flex;
    align-items: center;
    gap: 16px;
}
.componetText {
    width: 140px;
}
.allRvws {
    margin: 0;
    padding: 10px;
    border-top: 1px solid #e6e5e5;
    border-bottom: 1px solid #e6e5e5
}


.new-title {
    font-size: 20px;
    color: #000;
    font-weight: 600
}


.starC a {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
}

.rtng-cmpt {
    margin-bottom: 5px;
    margin-top: 15px
}

.rvwProgress .heading {
    font-size: 1rem;
    margin-bottom: 7px;
    font-weight: 600;
    margin-top: 12px
}

.break_rating_star .empty_stars.starBg {
    top: 4px
}

.rvwProgress .heading {
    margin-top: 0
}
.loadbar {
    height: 10px;
    border-radius: 7px;
    background-color: #e1e1e1;
    margin: 0;
    position: relative;
    display: inline-block;
}

.new_rating,.starBg {
    display: inline-block
}

.starBg {
    background: url(https://images.shiksha.ws/public/images/ratingicon.svg) no-repeat;
    background-position: 0 -10px;
    width: 65px;
    height: 10px;
    background-size: 65px 20px
}

i.empty_stars {
    position: relative;
    top: -1px
}

.starC {
    width: 80px;
    text-align: right;
    padding-right: 5px;
}

.rvwLeft h6, .rvwRight h6 {
    font-size: 18.856px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #000;
}

.rvwLeft h6 span, .rvwRight h6 span {
    font-weight: 400;
    color: #8E8E8E;
}


/***********************************/

.reviewslist {
    padding: 20px;
}

.reviewtags_wrp {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 20px 0;
}

.tagbtn {
    border-radius: 15px;
    background: #B6D78B;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    border: 0;
    padding: 7px 18px;
}

h6.rvw_count {
    font-size: 16px;
    font-weight: 600;
}

.rvw_hdr {
    display: flex;
    justify-content: space-between;
}

.rwv_left_hdr {
    display: flex;
    gap: 15px;
    align-items: center;
}

.rvw_text h6 {
    font-weight: 600;
    font-size: 16px;
}

.rvw_text p {
    font-size: 16px;
    line-height: 20px; 
}
.reviewbox {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px;
}

.viewmore_revw {
    text-align: center;
}

.more_link {
    background: transparent;
    border: 0;
    color: #2A7AFF;
    font-size: 15px;
    font-weight: 600;
}

.ribbon {
  width: 120px;
  height: 120px;
  overflow: hidden;
  position: absolute;
  top: -10px;
  right: -7px;
}

.ribbon__content {
  left: -22px;
  top: 17px;
  transform: rotate(45deg);
  position: absolute;
  display: block;
  width: 200px;
  padding: 10px 0;
  background-color: #86bc42;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: capitalize;
  text-align: center;
  font-weight: 500;
  border: 1px dotted #fff;
  outline: 2px solid #ffffff;
}

/* Pseudo-elements for ribbon corners */
.ribbon::before,
.ribbon::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-style: solid;
  border-width: 5px;
}

.ribbon::before {
  top: 0;
  left: 0px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-color: #86bc42;
}

.ribbon::after {
  bottom: 0px;
  right: 0;
  border-top-color: transparent;
  border-right-color: transparent;
  border-color: #86bc42;
}





/************************************28 august********************************************/



.namebox {
    width: 75px;
    height: 75px;
    background: #EB5C5C;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 600;
    font-size: 30px;
}

.course-level {
  list-style-type: none;
  padding: 0;
  display:flex;
}

.course-level li {
    margin: 0 5px 0 0;
    width: 60px;
    text-align: center;
    height: 35px;
    position: relative;
}

.course-level label,
.course-level input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}

.course-level input[type="radio"] {
  opacity: 0.01;
  z-index: 100;
}

.course-level input[type="radio"]:checked+label,
.Checked+label {
    background: #EAFDD3;
    border-color: #47C317;
    color: #000;
}

.course-level label {
  padding: 5px;
  border: 1px solid #dafbb1;
  border-radius: 15px;
  z-index: 90;
  color: #969696;
  font-size: 14px;
  font-weight: 500;
}

.course-level label:hover {
  background: #DDD;
}
.missingboxwrap {
    border-radius: 7px;
    background: #FFF9E7;
    padding: 10px;
}
.msngbox_overflow {
    overflow-x: auto;
    gap: 15px;
    flex-wrap: nowrap;
}

.missingbox {
    flex: 0 0 30%;
    text-align: center;
}

.missingbox p {
    min-height: 75PX;
    FONT-SIZE: 14PX;
}
.missingbox {
    border-radius: 13px;
    border: 1px #B0B0B0;
    background: #FFF;
    padding: 12PX;
}



.leftprofile {
    border-radius: 7px;
    background: #F8FFF0;
}

.leftprofile .prfl_brfupr {
    justify-content: space-around;
    gap: 20px;
    padding: 30px 10px 15px;
    display: flex;
    position: relative;
}

.prfbrf h6 {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
}

.prfbrf p {
    font-size: 14px;
    margin-bottom: 8px;
    color: #000;
}

.dflexbtwn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dobgnd div {
    padding: 10PX;
}

.dobgnd p {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}
.dobgnd span {
    font-weight: 500;
       color: #000;
}
.missingboxwrap {
    border-radius: 7px;
    background: #FFF9E7;
    padding: 10px;
}

.missingbox {
    border-radius: 13px;
    border: 1px #B0B0B0;
    background: #FFF;
    padding: 12PX;
}

.dobgnd{
    border-radius: 0px 0px 7px 7px;
    background: #EAFFD2;
    padding: 5px 10px;

}
.prflname_comp > span {
    border-radius: 8.5px;
    background: #9EBCEE;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    padding: 3px 9px;
    position: absolute;
    top: 60px;
    left: 15px;
}

.prflname_comp {
    position: relative;
}
.prfbrf button {
    margin-top: 10px;
    width: auto !important;
    min-width: auto !important;
    font-size: 14px;
    padding: 6px 10px;
    font-weight: 500;
}


.prfbrf p i {
    margin-right: 5px;
}


.missingboxwrap .btn {
    border-radius: 6px;
    font-weight: 500;
    padding: 6px 15px;
    font-size: 13px;
}

.intrestbox {
    border-radius: 7px;
    border: 1px solid #86BC42;
    background: #FFF;
    padding: 10px;
    margin-bottom: 15px;
}
.intrst h6 {
    margin-top: 5px;
    font-size: 15px;
}
.smallint_box {
    border-radius: 9px;
    border: 1px solid #A2A2A2;
    margin: 15px 0;
    padding: 15px 10px;
    max-width: 340px;
    position: relative;
}
.hdngbtn button {
    color: #2A7AFF;
    font-size: 14px;
    font-weight: 500;
    background: transparent !important;
    border: 0;
}

button.editintrest {
    position: absolute;
    right: 0;
    border: 0;
    background: transparent;
    top: 5px;
}
.edulevel button {
    color: #2A7AFF;
    font-size: 14px;
    font-weight: 500;
    background: transparent;
    border: 0;
}


.edulevel span {
    font-size: 14px;
    display: block;
}

.edulevel {
    padding-left: 35px;
    padding-bottom: 20px;
    position: relative;
}

.edulevel h6 {
    font-size: 16px;
    font-weight: 600;
}

.education_levels {
    padding-top: 20px;
}

.edulevel:before {
    content: '\f058';
    position: absolute;
    left: 4px;
    font-family: 'FontAwesome';
    color: #86bc42;
    font-size: 18px;
    top: -3px;
    background: #fff;
    z-index: 9;
}

.edulevel:after {
    content: '';
    position: absolute;
    left: 10px;
    top: 12px;
    border: 1px dashed #86bc42;
    height: 100%;
    z-index: 1;
}

.edulevel:last-child::after { display:none; }

.proflpage_modals button.btn-close {
    position: absolute;
    right: 12px;
    top: 10px;
    font-size: 12px;
    z-index: 9999;
    color: #000;
    opacity: 1;
}
#editprofileModal .course-level li {
    width: 120px;
}
.proflpage_modals select {
    -webkit-appearance: inherit !important;
    padding-left: 12px !important;
}

.proflpage_modals .form-control, .proflpage_modals select {
    border-color: #47C317;
}

.proflpage_modals .mdlbtns button {
    width: 45%;
    padding: 7px;
    font-weight: 500;
    border-radius: 10px;
}

.proflpage_modals .transbtn {
    border-color: #000;
    color: #000;
    height: 40px;
}

.prfl_dropdwn #dropdownMenuLink {
    position: absolute;
    right: 6px;
    min-width: auto;
    top: 5px;
}

.dropdown-toggle:after {
    display: none;
}


.profile-pic-container {
    width: 90px;
    height: 90px;
    margin: 0 0 20px 0;
    border-radius: 50%;
    border:1px solid #ddd;
    position:relative;
    background-color:#f9f9f9;
}

.icon-container {
    display:flex;
    justify-content:center;
    align-items:center;
    height:100%;
    position: relative;
}

.icon-container img {
    width: 60%;
    height: 60%;
}

#profilePreview {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top:0;
    left: 0;
    display:none;
    border-radius: 50%;
}

.profile-pic-container + input[type="file"] {
    display:none; 
}

.profile-pic-container:hover {
    cursor: pointer;
}


.icon-container i {
    position: absolute;
    right: 5px;
    bottom: 5px;
    background: #a9a9a9;
    padding: 5px;
    border-radius: 50%;
    z-index: 999;
}



.dflxfollow {
    display: flex;
    gap: 10px;
    align-items: center;
}

.dflxfollow p {
    font-weight: 500;
    padding-right: 20px;
    border-right: 1px solid #000;
}

.dflxfollow p:last-child {
    border: 0;
    padding: 0;
}

button.back {
    border-radius:2px;
    background:#FFC107;
    border:0;
    padding:5px 10px;
    font-weight:500;
}

.back i {
    font-size:12px;
    position:relative;
    top:-1px;
    font-weight:normal;
    padding-right:4px;
}



.fullprf_banner img {
    width:100%;
}

.interseted_colleglist {
    display: flex;
}

.interseted_colleglist .collg_bx {
    width: calc(50% - 20px);
    flex-direction: column;
}

.clg_img img {
      height: 180px;
      object-fit: cover;
}
.custom_width_profile {
     width: 75%;
     margin: -30px auto 0;
}


.profilebox {
    border-radius: 8px;
    background: #F3FFE5;
    margin-bottom: 30px;
    position: relative;
}

.prflebrf {
    display: flex;
    align-items: flex-end;
    gap: 20px;
    padding: 20px;
}

.namebox {
    width: 75px;
    height: 75px;
    background: #EB5C5C;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 600;
    font-size: 30px;
}

.prfdtl h5 {
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    margin: 0;
}

.prfdtl span {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: #000;
}

.contactinfo a {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: #000;
    padding-right: 15px;
    border-right: 1px solid #000;
    margin-right: 15px;
}

.contactinfo a:last-child {
    border: 0;
    padding: 0;
}


.prfile_btm {
    border-radius: 0px 0px 8px 8px;
    background: #E5ECDC;
    padding: 30px;
    display: flex;
    gap: 30px;
}

.edudtls h5 {
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
}

.edudtls span {
    font-size: 14px;
    color: #000;
}
.editprofile a {
    position: absolute;
    right: 15px;
    top: 6px;
    color: #2A7AFF;
    font-size: 15px;
    font-weight: 600;
}

#sidemenuprofile .side_prfhdr {
    background: #F0FFDE;
    position: relative;
}

#sidemenuprofile .logout {
    position: absolute;
    border: 0;
    background: transparent;
    right: 10px;
    bottom: 10px;
    font-weight: 500;
}

.side_prfhdr .prflebrf {
    align-items: center;
}

#sidemenuprofile .sidemenu ul li a {
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    color: #000;
    padding: 10px;
}

#sidemenuprofile .sidemenu ul li {
    padding: 20px 0px  20px 20px;
    border-bottom: 1px solid #D4D4D4;
}
#sidemenuprofile .sidemenu ul li:last-child { border:0; }
#sidemenuprofile .sidemenu {
    padding-top: 20px;
}


  .top-colleges-img-text.updated_clgbox {
        position: relative!important;
        background: none!important;
    }

    span.location {
        color: #000!important;
    }

    .collg_bx h5 {
        color: #000!important;
    }

        .collg_bx h5:after {
            background: #86bc42!important;
        }

    .colleges_bx_wrppr .clg_bxtxt {
        min-height: auto!important;
    }

    ul.clg_briefs img {
        position: relative!important;
        height: auto !important;
        width: auto !important;
        border-radius: 0 !important;
    }

    .clg_briefs span {
        color: #000!important;
    }

    ul.clg_briefs {
        align-items: center!important;
        gap: 10px;
        margin-bottom: 0px;
    }


    .updated_clgbox {
        padding-left: 10px!important;
        display: flex!important;
        align-items: flex-start!important;
        flex-direction: row!important;
        justify-content: flex-start!important;
        gap: 15px!important;
    }

    .clgbx_leftimg img {
        position: relative!important;
    }

    .clgbx_leftimg img {
        width: 52px !important;
        max-width: 100px!important;
    }

    .apprvby img {
        width: auto !important;
        position: relative!important;
        height: auto !important;
        border-radius: 0;
        margin-left: 5px;
    }


    .innrtabs_wrp li {
        color: #000!important;
        font-size: 13px!important;
        border-right: 1px solid #000!important;
        line-height: 18px!important;
		padding-right:16px;
    }

    .innrtabs_wrp ul {
        gap: 20px!important;
    }

    .innrtabs_wrp ul li:last-child {
       border: 0!important;
    }

    .updated_clgbox img {
        position: relative!important;
    }

    .intro-banner-icon img {
        width: auto!important;
        height: auto !important;
        border-radius: 0!important;
    }

    .clgtxt_brf {
        padding: 0 10px!important;
    }
	
	.hero-img-list {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		overflow: hidden;
		margin-bottom: 0 !important;
	}
	
	.listupdated_box .top-colleges-img {
		padding: 0;
	}

	.listupdated_box .top-colleges-img-text {
		position: relative;
		background: 0 0;
		color: #000;
		padding: 10px;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		gap: 12px;
		align-items: center;
	}
	
	.listupdated_box .top-colleges-img-text img {
	    position: relative;
		object-fit: contain;
		height: 70px;
		width: 90px;
	}

	.listupdated_box  .top-colleges-img-text h4 {
		color: #000;
	}

	.listupdated_box .top-colleges-img-text h4:before {
		background: #86bc42;
    }
	.unvlink p {
		color: #000;
	}
	
	.ribbon {
        width: 120px;
        height: 120px;
        overflow: hidden;
        position: absolute;
        top: -10px;
        right: -7px;
    }

    .ribbon__content {
        left: -27px;
        top: 15px;
        transform: rotate(45deg);
        position: absolute;
        display: block;
        width: 200px;
        padding: 10px 0 10px 20px;
        background-color: #86bc42;
        color: #fff;
        text-transform: capitalize;
        text-align: center;
        font-weight: 500;
        outline: 2px solid #ffffff;
    }

    /* Pseudo-elements for ribbon corners */
    .ribbon::before,
    .ribbon::after {
        content: "";
        position: absolute;
        z-index: -1;
        border-style: solid;
        border-width: 5px;
    }

    .ribbon::before {
        top: 0;
        left: 0px;
        border-top-color: transparent;
        border-right-color: transparent;
        border-color: #86bc42;
    }

    .ribbon::after {
        bottom: 0px;
        right: 0;
        border-top-color: transparent;
        border-right-color: transparent;
        border-color: #86bc42;
    }
	
	
	.bestclgbox.update_bstclgbox {
		margin: 5px;
	}
	
	.innrtabs_wrp li a {
		color: #86bc42;
		font-weight: 600;
	}
	
	
	

	.updtdhdr_list {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}

	.mark_fvrt_verified {
		padding: 8px;
		text-align: right;
	}

	.mark_favbtn {
		border: 0;
		background: transparent;
	}

	.listcrd_review h6 {
		font-size: 12px;
		margin-bottom: 8px;
	}

	.listcrd_review .rvwScore {
		flex-direction: row;
		align-items: flex-start;
		justify-content: flex-start;
	}
   .listcrd_review .rvwScore h3 {
		font-size: 20px;
	}
	.listcrd_review .rvwScore b {
		font-size: 20px;
		width:40px;
	}

	.listcrd_review .starwrap {
		margin: 0 !important;
	}

	.listcrd_review .infrontRvws .starwrap {
		gap: 8px;
		justify-content: flex-start;
	}

	.listcrd_review .refrnceTxt span {
		font-size: 12px;
		display: inline-block;
	}
	.mark_fvrt_verified .infrontRvws i {
		font-size: 15px;
	}

	.mark_fvrt_verified i.fa.fa-heart {
		color: #ff0000;
	}

	.img_hrtwrap {
		display: flex;
		justify-content: flex-end;
		gap: 5px;
		margin-bottom: 5px;
	}

	.is_verified img {
		object-fit: contain;
		max-width:90px;
	}
		
		
		
	.listcrd_review .rvwLeft {
		align-items: center;
		display: flex;
		gap: 10px;
	}

	.listcrd_review {
		padding: 0 10px;
	}

	.listcrd_review .rvwLeft h6 span {
		display: block;
	}	
		
	.listcrd_review .infrontRvws i {
		font-size: 16px;
	}
	.featicon {
		position: absolute;
		right: -5px;
		top: 50%;
		transform: translateY(-50%);
	}

	.featicon img {
		max-width: 150px;
		height: 130px;
		object-fit: contain;
	}

	.onlymobile { display:none !important; }
	
	
		
	.nwupdt .mark_fvrt_verified {
		padding: 0;
	}

	.nwupdt .mark_fvrt_verified i {
		font-size: 15px;
	}

	.nwupdt .mark_favbtn {
		padding-right: 0;
	}
	.intro-banner-icon .is_verified img {
		max-height: max-content;
		max-width: 90px;
	}
	
	.cdcms_section1 h2 {
		font-size: 26px;
		font-weight: 600;
	}
	
	.bggrey { background:#F8F9FA!important;  }
	
	.ftr-list.implinkss {
		flex: 0 0 20%;
	}

	.ftr-list.implinkss h3.ftr-head2 {
		font-size: 17px;
		font-weight: 600;
		margin-bottom: 5px;
	}

	.bg_darkgrey {
		background: #84bd3e !important;
	}

	.newslettr_section .heading:before {
		display: none;
	}

	.nwsltr_wrap {
		display: flex;
		align-items: center;
		gap: 20px;
	}

	.nwsfield {
		flex: 0 0 19%;
	}

	.nwsfield.form-group input, .nwsfield.form-group select {
		border-radius: 4px;
		background: #FFF;
		height: 50px;
		padding: 14px;
		border: 0;
	}

	.nwsltr_wrap .form-group+.form-group {
		margin: 0;
	}

	button.newsbtn {
		width: 100%;
		display: block;
		border-radius: 4px;
		background: #ffd400;
		height: 50px;
		border: 0;
		color: #000;
	}
	ul.btm_ftrlinks {
		border: 0;
		justify-content: center;
	}

	ul.btm_ftrlinks li {
		padding: 0 15px;
	}

	.newsfilter ul.navbar-nav {
	    display: flex;
	    gap: 10px;
	    flex-direction: row;
	}

	.newsfilter .btn.dropdown-toggle {
	     padding-left: 0;
		 min-width: auto;
		 padding-right: 0;
		 font-weight: 500;
	}

	.newsfilter a.nav-link {
	    color: #000;
	}
	.newsfilter .dropdown-toggle::after {
	    display: inline-block;
	    margin-left: .255em;
	    vertical-align: .255em;
	    content: "";
	    border-top: .3em solid;
	    border-right: .3em solid transparent;
	    border-bottom: 0;
	    border-left: .3em solid transparent;
	}

	.newsfilter {
	    border-bottom:1px solid #DEDEDE;
		margin-bottom: 20px;
	}

	.newsfilter  a.btn.dropdown-toggle:focus {
	    box-shadow: none;
	}

	.newsfilter  ul.dropdown-menu {
	    padding: 0px;
	}

	.newsfilter .navbar-nav .dropdown-menu li {
	    border-bottom: 1px solid #ddd;
	    padding: 0 10px;
	}

	.newsfilter .navbar-nav .dropdown-menu li:last-child {
	    border: 0;
	}

	.upd_newsbox {
	    display: flex;
	    gap: 20px;
	    align-items: center;
	    border-bottom: 1px solid #DEDEDE;
	    margin-bottom: 10px;
	    padding: 10px 0;
	    justify-content: space-between;
	}

	.newstxt h6 {
	    font-size: 17px;
	    font-weight: 600;
	    margin-bottom: 18px;
	}

	.newstxt p {
	    font-size: 15px;
	    font-weight: 500;
	    line-height: 22px; /* 157.143% */
	}

	.newsbttm {
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
	    margin-top: 20px;
	}

	.athrdate ul {
	    display: flex;
	    padding: 0;
	    margin: 0;
	}

	.athrdate li {
	    color: #000;
	    border-right: 1px solid;
	    padding-right: 12px;
	    font-weight: 500;
	    font-size: 14px;
	    margin-right: 12px;
	}

	.athrdate li:last-child {
	    border: 0;
	}
	.tags h5 {
		margin: 0;
		font-size: 16px;
		color: #000;
		font-weight: 600;
	}

	.authr_tags {
	    display: flex;
	    gap: 10px;
	    flex-direction: column;
        align-items: flex-start;
	}

	.tags {
	    display: flex;
	    gap: 15px;
		align-items: center;
	}

	.tags p {
	    border-radius: 6px;
	    border: 1px solid #9F9F9F;
	    padding: 2px 6px;
	    font-size: 11px;
	    margin: 0;
	}

	.newsbttm .sitebtn {
	    padding: 8px 10px;
	    font-size: 14px;
	    min-width: 120px;
	}

	.subbreadcrmb { margin-bottom: 10px; }
	
	.newstxt {
		flex: 0 0 80%;
	}
	
	
	
	.pagination {
		display: flex;
		align-items: center;
		justify-content:center;
	}

	.page-numbers {
		list-style: none;
		display: flex;
		gap: 10px;
		margin:0;
	}

	.page-numbers li a {
		text-decoration: none;
		padding: 10px 15px;
		border-radius: 50%;
		font-size: 16px;
		color: #000;
		display: inline-block;
		transition: all 0.5s;
	}

	.page-numbers li a:hover,
	.page-numbers li a.active {
		color: #205f08;
		font-weight: 600;
	}

	.pagination .btn {
		color: #000;
		border: 1px solid #000;
		border-radius: 50%;
		width: 40px;
		font-size: 14px;
		height: 40px;
		display: flex;
		justify-content: center;
		align-items: center;
		cursor: pointer;
		transition: background-color 0.3s;
		min-width: auto;
	}

	.pagination .btn:hover {
		background-color: #86bc42;
		border-color: #86bc42;
		color: #fff;
	}
	
	.sidetrnd_crs {
		display: flex;
		align-items: center;
		padding: 5px;
		margin-bottom: 10px;
		border-bottom: 1px solid #83b642;
	}

	.sidecrs_img img {
		max-width: 100px;
	}

	.sidecrs_text {
		padding-left: 8px;
	}
	.b0 { border-bottom: 0px;}
	
    .header-desk-search input.js-typeahead.txtIndexSearch {
		width: 350px !important;
	}
	

	   .p-lightbox1 a {
            display: block;
        }
        
        .title {
            font-size: 24px;
            font-weight: bold;
            color: white;
            text-align: center;
            position: absolute;
            top: 20px;
            width: 100%;
        }
        .image-container, .video-container {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
        }
        .image-container img, .video-container amp-video {
            width: 80%;
            border-radius: 10px;
        }
	
	
	
	 .webstory_container {
			display: flex;
			gap: 20px;
			padding:50px 0;
		}

		.sidestrybox {
			background: #F1FFDF;
			padding: 25px;
		}

		.sidestrybox ul li a {
			font-size: 16px;
			font-style: normal;
			font-weight: 500;
			line-height: normal;
			color: #000;
			text-decoration: none;
		}

		.sidestrybox ul {
			list-style: none;
			padding: 0;
			margin: 0;
		}

		.sidestrybox ul li {
			margin-bottom:5px;
		}
		
		.webstry_box .card {
			border: 0;
			position: relative;
			padding-top: 130%;
			overflow: hidden;
			border-radius: 11px;
		}

		.webstry_box .card > img {
			position: absolute;
			top: 0;
		}

		.webstry_box { 
			border-radius:11px;
			background:#FFF;
			box-shadow:0px 2.16px 11.7px 0px rgba(0, 0, 0, 0.15);
			transition:all 0.5s;
			flex: 0 0 24%;
		}

		.webstry_box .card-img-top {
			width:100%;
		}

		.webstry_text h6 {
			margin: 0 0 10px 0;
			font-size:15px;
			color:#fff;
			font-style:normal;
			font-weight:500;
			text-align:center;
		}

		.webstry_text {
			padding: 10px;
			position: absolute;
			width: 100%;
			bottom: 0;
			background: rgba(0, 0, 0, 0.6);
		}


		.webstry_text span {
			font-size: 12px;
			font-style: normal;
			color: #fff;
		}

		.webstry_box:hover {
			box-shadow: 0px 15px 11.7px 0px rgba(0, 0, 0, 0.15);
		}
		.webstorybox_wraps {
			display: flex;
			flex-wrap: wrap;
			gap: 12px;
		}

		.sidestory {  
			flex: 0 0 16%;
			margin-top: 20px;
		}

		.rightsidestory {
		   flex: 0 0 84%; 
		}

		.dflexbtwn { display:flex; justify-content:space-between; align-items:center; }

		.sidestory h4 {
			font-size: 22px;
			font-style: normal;
			font-weight: 700;
		}

		.rightsidestory h3 {
			font-size: 30px;
			font-style: normal;
			font-weight: 700;
			text-align: center;
			margin-bottom: 20px;
		}
			
	
	
	
	
	  amp-story {
            overflow: initial !important;
        }
        
        button.mfp-arrow { 
            display: none !important;
        }
        .mfp-close-btn-in .mfp-close {
            color: #fffafa;
            font-weight: 500;
            font-size: 49px;
            background: #fcaf21;
        }
         amp-story-page {
				text-align: center;
				color: #fff;
				font-size: 20px !important;
			}

			amp-story-page h2 {
				font-size: 30px;
				margin-bottom:20px;
			}
			amp-story-page p {
				font-size: 14px;
			}
		.sidestory h4 {
		    font-size: 22px;
		    font-style: normal;
		    font-weight: 700;
		}

		.rightsidestory h3 {
		    font-size: 30px;
		    font-style: normal;
		    font-weight: 700;
		    text-align: center;
		    margin-bottom: 20px;
		}
		[template=vertical] {
		    align-content: end !important;
		}

		span.credit {
		    position: absolute;
		    right: 10px;
		    bottom: 10px;
		}

		.readmr_btn {
		    display: inline-block;
		    background: #86bc42;
		    padding: 6px 10px;
		    border-radius: 5px;
		    color: #fff;
		    text-decoration: none;
		    transition: all 0.5s;
			margin-top:10px;
		}

		.readmr_btn:hover {
		    background: #000;
		    color: #fff;
		}
		.top_optnlogo {
		    position: absolute;
		    top: 20px;
		    left: 15px;
		}
		 
		.top_optnlogo img {
		    max-width: 150px;
			width:50px;
		}
		
		
		.backbtnamp {
		    background: #86bc42;
		    position: absolute;
		    z-index: 99;
		    color: #fff;
		    width: 30px;
		    text-align: center;
		    right: 15px;
		    padding: 6px 0; 
			cursor:pointer;
		    border-radius: 7px;
		    top: 10px;
		}

		.backbtnamp i {
		    font-size: 18px;
		}
	



        .bgll_green { background:#F4FFF0; }

	    	.contactsleft h6 {
			    color: #3B9C17;
			    font-size: 16px;
			    font-weight: 500;
			    line-height: normal;
			}

			.contactsleft h2 {
			    font-size: 35px;
			    font-weight: 500;
			    color: #000;
			    margin: 15px 0 25px 0px;
			}

			.contactsleft p {
			    color: #545454;
			    font-size: 18px;
			}

			.loca_email {
			    display: flex;
			    align-items: flex-start;
			    gap: 40px;
			    margin-top: 40px;
			}

			.contpart i {
			    color: #4CA82A;
			    font-size: 18px;
			}

			.contpart {
			    display: flex;
			    gap: 10px;
			}

			.cnt_icn {
			    width: 24px;
			    text-align: center;
			}

			.cnt_txt h5 {
			    font-size: 18px;
			    font-weight: 600;
			    color: #000;
			}

			.cnt_txt p {
			    font-size: 15px;
			    font-weight: 500;
			    max-width: 290px;
			    line-height: 26px;
			}
			.contactform {
			    border-radius: 18px;
			    border: 1px solid #000;
			    padding: 40px 25px;
			}

			.contactform textarea {
			    height: 125px !important;
			}
			.mapfull {
				margin-bottom: -8px;
			}
           .subhdng_grn {
			    color: #3B9C17;
			    font-size: 16px;
			}

			.page_content h4 {
			    font-size: 18px;
			    font-weight: 600;
			    margin: 20px 0 15px 0;
			}

			.page_content p {
			    color: #000;
			    text-align: justify;
			    font-size: 15px;
			    font-weight: 400;
			    line-height: 20px; /* 142.857% */
			}

			.storycontent_wrap {
				background: #0202028f;
				padding: 20px;
			}

			amp-story-grid-layer {
				padding: 0;
	        }
			amp-story-grid-layer {
			  opacity: 0;
			  transition: opacity 0.5s ease;
			}

			.i-amphtml-story-loaded amp-story-grid-layer {
			  opacity: 1;
			}
	
	
	.top_enq_img .enq {
		padding: 0;
		width: auto;
		margin: 20px 0 0;
	}

	.top_enq_img {
		display: flex;
		justify-content: space-between;
	}

	.top_enq_img h1 {
		color: #1d2c3a;
		font-size: 24px;
		font-weight: 700;
		text-align: left;
		letter-spacing: 0.3px;
		line-height: 46px;
	}

	.enq-search-wrap form {
		margin:  20px 0;
		width: 100%;
		max-width:530px;
	}

	span.hglt_txt {
		color: #4CA82A;
	}
	span.highlite_icn {
		position: relative;
	}

	span.highlite_icn img {
		position: absolute;
		bottom: -15px;
		left: 0;
	}
	.hero_poplr_row {
		margin-top: 35px;
	}

	.hero_poplr_row ul {
		display: flex;
		gap: 25px;
		flex-wrap: wrap;
	}

	.hero_poplr_row ul li a {
		color: #205F08;
		font-size: 15px;
		font-weight: 400;
	}
	
	.adsbox {
		border: 1px solid #86bc42;
		margin-bottom: 15px;
		background:#fff;
	}

	.adclg_img h5 {
		font-weight: 700;
		font-size: 16px;
		line-height: 17px;
		color: #fbfbfb;
		margin-bottom: 5px;
		padding-bottom: 4px;
		position: relative;
	}

	.adclg_img h5 a {
		color: #1d2c3a;
	}

	.adclg_img h5:after {
		content: "";
		position: absolute;
		width: 80px;
		left: 0;
		height: 1px;
		background-color: #86bc42;
		border-radius: 1px;
		bottom: 0;
	}

	.adsbox .clgtxt_brf span {
		font-size: 15px;
		color: #1d2c3a;
	}

	.adsbox .clg_bxtxt {
		display: flex;
		flex-direction: row;
	}

	.adsbox .clg_bxtxt p {
		font-size: 14px;
	}

	.adclg_img img {
		width: 60px;
		height: 60px;
		object-fit: contain;
	}

	
	
	.header-desk-search .typeahead__query {
		width: 350px;
	}
	.fixed-bottom-navs { 
   	   opacity: 0;
       transform: translateY(100%);
       transition: opacity 0.5s ease, transform 0.5s ease;
	} 
	
	
	.fixed-bottom-navs.active {
		opacity: 1;
        transform: translateY(0);
	}
		
	.fixed-bottom-navs .nav-pills .nav-item .transftrbtn:hover {
		background: #86bc42 !important;
		color: #fff !important;
		
	}

	.fixed-bottom-navs .nav-pills .nav-item .filledbtn_ftr:hover {
		background: #86bc42 !important;
		color: #fff !important;
	    border-color: #86bc42 !important;
	}
	
	
	.cstm_pagination {
		margin-top: 20px;
	}
	.cstm_pagination a.page-link {
		border: 0;
		background: transparent !important;
		padding: 8px;
	}

	.cstm_pagination .page-item:first-child, .cstm_pagination .page-item:last-child {
		border: 1px solid #000;
		border-radius: 50%;
	}

	.cstm_pagination ul.pagination {
		gap: 8px;
	}

	.cstm_pagination .page-item {
		width: 40px;
		height: 40px;
		text-align: center;
	}

	.cstm_pagination a.page-link i {
		font-weight: 500;
	}
	.page-link:focus { box-shadow:none; }
	
	#exampleModalCommon .modal-footer {
		justify-content: space-between;
		padding-left: 0;
		padding-right: 0;
		
	}

	#exampleModalCommon .modal-footer .col-7 {
		padding-left: 0;
	}


	#exampleModalCommon .modal-footer .row {
		width: 100%;
	}
	
	.course-single-container div#about {
		padding-top: 0;
	}
	
	
	.sidenewform {
    border-radius: 9px;
    border: 2.812px solid #7fbc51;
    background: #FFF;
    padding: 14px;
    margin-bottom: 15px;
}

.sidenewform h2 {
    color: #1D2C3A;
    font-size: 20px;
    text-align: center;
}

.sidenewform h6 {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}

.sidenewform i {
    position: absolute;
    left: 14px;
    top: 14px;
    font-size: 12px;
}

.sidenewform .form-group .form-control {
    border-radius: 4.681px;
    border: 1px solid #2D3E51 !important;!i;!;
    margin-bottom: 10px;
    height: 38px;
}

#formRegisterSide {
    margin-top: 15px;
}

.sidenewform .input-group .form-control {
    border-radius: 4.681px;
    border: 1px solid #2D3E51 !important;
    margin-bottom: 10px;
    height: 38px;
    padding-left: 30px;
}

.sidenewform .input-group-text {
    background: transparent;
    height: 38px;
    border: 1px solid #2D3E51 !important;
}

.sidenewform .input-group i {
    left: 62px;
    z-index: 99;
}

.sidenewform .js-typeahead.form-control {
    border-radius: 4.681px;
    border: 1px solid #2D3E51 !important;
    margin-bottom: 10px;
    height: 38px;
}

.sidenewform p {
    color: #1D2C3A;
    font-size: 12px;
    font-weight: 400;
}

.sidenewform .form-control::placeholder {
    font-size: 14px;
    font-weight: 400;
}

.sidenewform .form-switch input[type=checkbox]+label {
    width: 65px;
    height: 30px;
}


.sidenewform .form-switch input[type=checkbox]:checked+label:after {
    background-color: #fff;
    left: 38px;
}

.sidenewform .form-switch input[type=checkbox]:checked+label:before{
    background: #77bc5d;
}

.sidenewform .form-switch input[type=checkbox]+label:after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #fff;
    position: absolute;
    left: 2px;
    top: 3px;
    border-radius: 25px;
    -ms-transform: scale(0);
    -webkit-transition: all .12s ease-in;
    transition: all .3s ease-in;
}

.sidenewform .form-switch input[type=checkbox]+label:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(120, 120, 128, 0.16);
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 23px;
}

.sidenewform .form-switch input[type=checkbox]+label .switch-text {
    position: absolute;
    top: 7px;
    left: 32px;
    color: #6A6D6F;
}


.sidenewform .switch-text:after {
    content: 'No';
    position: absolute;
    left: 0px;
}

.sidenewform .form-switch input[type=checkbox]:checked+label .switch-text:after {
    content: 'Yes';
}

.sidenewform .form-switch input[type=checkbox]:checked+label .switch-text {
    color: #000;
    position: absolute;
    top: 6px;
    left: 8px;
    color: #fff;
}

.fullsbmtbtn input {
    width: 100%;
    border-radius: 6.562px;
    background: #7fbc51;
    font-size: 15px;
    font-weight: 600;
    padding: 12px;
}


.top-colleges-item .refrnceTxt span {
    font-weight: 500;
    color: #000;
}

.dtlicons_rating {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
     flex-wrap: wrap;
}





.testmode {
    border-radius: 14.571px;
    background: #2D3E51;
   
    font-size: 11px;
    padding:  5px 10px;
	color:#fff;
    font-weight: 500;
}

.e-exam-notf p {
    font-size: 13px;
    border-radius: 5px;
    font-style: normal;
    font-weight: 600;
    margin: 0;
    padding: 7px 10px;
}

.e-exam-notf {
    padding-right: 10px;
    border: 0;
}

.bg_blue {
    background: #DBEAFE;
	color:#2563EB;

}
.verfff_img img {
    max-height: 40px !important;
    position: absolute;
    top: 0;
    margin: 0;
}

li.verfff_img {
    position: relative;
    width: 80px;
}
.e-exam-head {
    border: 0!important;
}

.e-exam-footer {
    border: 0!important;
}


.bg_examcoming {
    background: #F0E1FF;
    color: #8252E9;
}

.bg_orange {
    background: #FEE2E2;
    color: #DC2626;
}
.bg_dgreen {
    background: #DCFCE7;
    color: #16A34A;
}

.testmode.onlinetest {
    background: #1D737C;
}

.e-exam-head h3 a {
    color: #1D2C3A;
}	
	
	
.page-numbers li {
    border: 1px solid
}

.page-numbers li a {
    padding: 2px 10px!important
}

.cstm_pagination a.page-link.active {
    font-weight: 700
}	

.nwsfield .typeahead__container.cstmselect .typeahead__query input {
    padding-left: 15px
}

.nwsfield .typeahead__container.cstmselect .typeahead__query input::placeholder {
    font-weight: 500;
    color: #a0a0a0
}

	
.brsfutr_height { max-height:480px; height:480px; overflow:hidden; }


	
.banner_img img {
    object-fit: contain;
}
	
.univname_ratewrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.univname_ratewrap .rvwLeft {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding-right: 15px;
    padding-top: 5px;
}

.univname_ratewrap .rvwLeft h6 {
    padding-left: 15px;
}	
	
	.list_unvimglogo .intro-banner-icon {
		padding-left: 10px;
		margin:0;
	}
	
	
	
	.listpg_innrtbs li {
		flex: 0 0 25%;
	}

	.listpg_innrtbs ul {
		gap: 0 !important;
		justify-content: space-between;
	}
	
	.listpgbtns .sitebtn {
		font-size: 12px !important;
	}

	.listpgbtns {
		gap: 10px;
	}

@media(max-width:1400px){
	
	
	
	.heading h2 {
		font-size: 28px;
	}
	
}

@media(max-width:1480px) and (min-width:1250px) {
	.univname_ratewrap .rvwScore h3 {
		position: absolute;
		top: initial;
		left: 5px;
		line-height: 18px;
		width: auto;
	}

	.univname_ratewrap .rvwLeft {
		position: relative;
	}

	.univname_ratewrap .starwrap {
		padding-left: 50px;
		margin-bottom: 5px !important;
	}

	.univname_ratewrap .unvlink h4 {
		max-width: 220px;
	}
}

	
	
@media(min-width:840px){
	
	.fixed-bottom-navs .nav-pills .nav-item .transftrbtn {
		margin-right: 15px !important;
	}


	.fixed-bottom-navs .nav-pills .nav-item .filledbtn_ftr {
		margin-left: 15px !important;
	}
	
}
	

@media(max-width:640px){
	
	
	
	
	
	.univname_ratewrap .rvwScore h3 {
		position: absolute;
		top: initial;
		left: 5px;
		line-height: 18px;
		width: auto;
	}

	.univname_ratewrap .rvwLeft {
		position: relative;
		justify-content: space-between;
	}

	.univname_ratewrap .starwrap {
		padding-left: 50px;
		margin-bottom: 5px !important;
	}

	.univname_ratewrap .rvwScore {
		position: relative;
	}

	.univname_ratewrap .listcrd_review {
		width: 95%;
		margin-top: 5px;
	}
	
	
	
   .listpg_innrtbs ul {
		width: 100%;
		text-align: center;
	}
	.row.newlist_dsgn {
		margin: 0;
		padding: 0;
	}
	.univname_ratewrap {
		flex-wrap: wrap;
	}

	.listpg_innrtbs li {
		flex: 0 0 33%;
	}

	.innrtabs_wrp.listpg_innrtbs {
		justify-content: space-between;
		width: 100%;
	}

	.univname_ratewrap .rvwLeft h6 {
		padding-left: 0;
	}

	
	
	.listcrd_review .rvwScore b {
       font-size: 16px;
	   width:35px;
	}
	.claimbox {
        width:100%;
        padding: 40px 20px
    }

	.claimleft h3 {
			font-size: 22px
	}

	.claimleft ul li {
			font-size: 15px
	}

	.clmimg img {
			margin-bottom: 20px;
			max-width: 240px
	}

	.clmimg {
	   text-align: center
	}

	.claimform {
		width: 100%
	}
		
	
	.state-logo p {
       font-size: 14px;
	}
	
	.state-logo {
		padding: 5px;
	}
	
	.e-exam-notf p {
		padding: 5px 10px;
		font-size: 12px;
	}
	
	.e-exam-notf {
		padding-right: 10px;
		padding-left: 10px;
	}
	
	.top-colleges-item .innrtabs_wrp {
		justify-content: center;
		display: flex;
	}

	.top-colleges-item .top-colleges-left {
		margin-bottom: 0;
	}

	.top-colleges-item .flex_vw_btns {
		flex-direction: column-reverse;
	}

	.top-colleges-item .sitebtn-group {
		margin-bottom: 5px;
		margin-top: 0;
		margin-left: 0;
	}

	.authr_tags {
		gap: 10px;
		flex-wrap: wrap;
		margin-bottom: 10px;
	}

	
	amp-story-page p {
		font-size: 21px;
	}
	
	table {
		width: 100% !important;
	}
	.webstry_box .card {
		padding-top: 163%;
	}
    .custom_width_profile {
        width: 100%;
    }
    .prflebrf {
        padding:10px;
        gap:10px;
        justify-content:space-between;
        align-items:flex-start;
    }
    .namebox {
        height:55px;
        font-size:20px;
        width:55px;
    }

    .contactinfo a {
        font-size:12px;
        border:0;
        padding:0;
        margin:0;
    }

    .contactinfo {
        flex:0 0 50%;
    }

    .prfdtl {
        flex:0 0 42%;
    }

    .verifybtn button {
        min-width: 100px;
        padding: 7px !important;
    }

    .editprofile a {
        position: relative;
        top: 0;
        right: 0;
    }

    .editprofile {
        position: absolute;
        right: 12px;
        top: 80px;
    }

    .prfile_btm {
        gap: 15px;
        padding: 10px;
    }

    .edudtls h5 {
        font-size: 15px;
    }

    .edudtls span {
        font-size: 13px;
        line-height: normal;
        display: inline-block;
    }

    .missingbox {
        padding: 10px;
        flex: 0 0 65% !important;
    }

    .missingboxwrap .btn {
        font-size: 12px;
        padding: 6px 8px;
    }

    .missingboxwrap p {
        font-size: 12px;
    }
    .missingboxwrap { margin:20px 0; }

    .prflname_comp > span {
        top: 45px;
        left: 7px;
    }
	
	.best_clgslider  button.owl-prev, .best_clgslider button.owl-next {
		top: 75%;
	}
	
	.heading.has-cta {
		padding-right: 50px!important;
	}

    .img_hrtwrap {
		position: absolute;
		right: 24px;
		top: 5px;
	}

	.updtdhdr_list {
		flex-wrap: wrap;
	}

	.onlydesk img {
		display: none;
	}

	.listcrd_review .rvwLeft {
		display: flex;
        flex-direction: row;
        align-items: flex-start;
	}
	.listcrd_review .refrnceTxt span {
      font-size: 10px;
      color: #000;
	}
	.listcrd_review .infrontRvws .starwrap {
       gap: 5px;
	}
	.listcrd_review .infrontRvws i {
		font-size: 16px;
	}
	
	.onlymobile { display:block !important; }
	.intro-banner-icon .is_verified img {
		width: 70px !important;
	}
	
	
	
	.nwsltr_wrap {
	    flex-wrap: wrap;
	}

	.nwsfield {
		flex: 0 0 100%;
	}

	.ftr-list.implinkss {
	    flex: 0 0 49%;
	}

   .newsimg {
		width: 100%;
	}

	.newsimg img {
		width: 100%;
	}

	.newsfilter ul.navbar-nav {
		        flex-wrap: wrap;
	}

	.newsfilter a.nav-link {
		font-size: 12px;
	}

	.newsbttm {
		flex-wrap: wrap;
	}

	.athrdate li {
		font-size: 11px;
		padding-right: 5px;
		margin-right: 5px;
	}

	.tags p {
		font-size: 10px;
		padding: 5px;
		line-height: normal;
	}

	.tags {
		gap: 8px;
	}
	
	.tags h5 {
       margin: 0;
       font-size: 14px;
	}

	.upd_newsbox {
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}

	.newsbttm .sitebtn {
		font-size: 12px;
		padding: 7px 6px;
		margin-top: 5px;
	}
	
	.newsfilter ul.navbar-nav {
       gap: 0 10px;
	}
	.rightsidestory h3 {
		font-size: 21px;
	}
	
	.webstory_container {
		flex-wrap: wrap;
	}

	.sidestory {
		flex: 0 0 100% !important;
	}

	.rightsidestory {
		flex:  0 0 100%;
	}

	.webstorybox_wraps {
		justify-content: space-between;
		gap: 10px;
	}

	.webstry_box {
		flex: 0 0 48%;
	}

	.sidestrybox ul {
		display: flex;
		gap: 15px;
		flex-wrap: wrap;
	}

	.sidestrybox {
		padding: 15px;
	}
	.webstry_text {
		padding: 6px;
	}
	.webstry_text h6 {
		margin: 0 0 10px 0;
		font-size: 14px;
	}
	
	.backbtnamp {
		width: 20px;
		height: 20px;
		line-height: 15px;
		border-radius: 4px;
		right: 48px;
		top: 22px;
	}

	.backbtnamp i {
		font-size: 14px;
		padding: 0;
		line-height: 10px;
	}
	
	.loca_email {
		flex-wrap: wrap;
		gap: 10px;
		margin-top: 5px;
		margin-bottom: 20px;
	}

	.contactsleft h2 {
		font-size: 22px;
		margin-bottom: 10px;
	}

	.claimform.contactform {
		margin: 0;
		width: 100%;
	}
	
	
	        #askModal .mdl_left, #answerModal  .mdl_left {
				display: none;
			}

			.questnbox {
				padding: 20px;
		        flex-direction: column-reverse;
                text-align: center;
			}

			.sitebtnnew {
				font-size: 12px;
				width: 130px;
				padding: 8px;
			}
			.questtext span.collegename {
				display: block;
				margin-top: 10px;
			}
			.questtext h6 {
				margin-bottom: 10px;
			}

			.sitebtnnew.mt-3 {
				margin-top: 0px !important;
			}
			.topnew_notf {
				padding: 10px;
			}

			.newtext p {
				font-size: 14px;
			}

			.whatsnew {
				padding: 7px;
			}

			ul.notf_list li a {
				font-size: 13px;
			}

			ul.notf_list li span {
				font-size: 13px;
			}

			.cdcms_section1 h2 {
				font-size: 20px;
			}


			.qabox {
				padding: 10px;
			}

			.postanswbtn {
				font-size: 12px;
				padding: 5px;
			}

			.qaheadr_qstn {
				flex-wrap: wrap;
			}

			.timebtn {
				display: flex;
				justify-content: space-between;
				width: 100%;
				align-items: center;
				margin-top: 8px;
			}

			.timebtn p {
				margin: 0;
			}
			
			
			
			.reviewslist {
				padding: 10px;
			}

			.reviewtags_wrp {
				flex-wrap: wrap;
				gap: 10px;
			}

			.rvwBlock {
				flex-wrap: wrap;
				padding: 10px 0;
			}

			.tagbtn {
				font-size: 11px;
			}

			.whyjoin {
				padding: 10px 0;
			}

			.rvwScore h3 {
				font-size: 36px;
			}

			.rvwLeft h6, .rvwRight h6 {
				margin-bottom: 10px;
			}

			.rvwProgress {
				margin: 12px 0;
			}

			.writrvws {
				padding: 15px 0;
			}

			.admsn_form {
				width: 100%;
				padding-top: 0;
			}

			.writrvws .side-query-form-box {
				padding: 0;
			}

			span.select2.select2-container {
				width: 100% !important;
			}

			.remark p {
				font-size: 14px;
			}

			.name_initial p {
				width: 35px;
				height: 35px;
				font-size: 15px;
			}

			.rwv_left_hdr {
				gap: 10px;
			}

			.rvw_num h4 {
				font-size: 14px;
			}
			.rvw_num {
				text-align: center;
			}
	



}
