body,
html {
    height: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    background: #fff;
    line-height: 1.2;
    font-weight: 400 !important;
}

/*---------------Font Start---------------*/

.font-weight-extrabold {
    font-weight: 800 !important;
    font-family: "Montserrat", sans-serif;
}

.font-weight-bold {
    font-weight: 700 !important;
    font-family: "Montserrat", sans-serif;
}

.font-weight-semibold {
    font-weight: 600 !important;
    font-family: "Montserrat", sans-serif;
}

.font-weight-medium {
    font-weight: 500 !important;
    font-family: "Montserrat", sans-serif;
}

.font-weight-normal {
    font-weight: 400 !important;
    font-family: "Montserrat", sans-serif;
}

.font-weight-light {
    font-weight: 300 !important;
    font-family: "Montserrat", sans-serif;
}

/*---------------Font familly End---------------*/

/*---------------Font Size---------------*/

.font-size-10 {
    font-size: 10px;
}

.font-size-11 {
    font-size: 11px;
}

.font-size-12 {
    font-size: 12px;
}

.font-size-13 {
    font-size: 13px;
}

.font-size-14 {
    font-size: 14px !important;
}

.font-size-15 {
    font-size: 15px;
}

.font-size-16 {
    font-size: 16px !important;
}

.font-size-17 {
    font-size: 17px;
}

.font-size-18 {
    font-size: 18px !important;
}

.font-size-19 {
    font-size: 19px;
}

.font-size-20 {
    font-size: 20px;
}

.font-size-21 {
    font-size: 21px !important;
}

.font-size-22 {
    font-size: 22px !important;
}

.font-size-23 {
    font-size: 23px;
}

.font-size-24 {
    font-size: 24px !important;
}

.font-size-25 {
    font-size: 25px;
}

.font-size-26 {
    font-size: 26px;
}

.font-size-27 {
    font-size: 27px;
}

.font-size-28 {
    font-size: 28px;
}

.font-size-30 {
    font-size: 30px;
}

.font-size-32 {
    font-size: 32px;
}

.font-size-34 {
    font-size: 34px;
}

.font-size-36 {
    font-size: 36px;
}

.font-size-38 {
    font-size: 38px;
}

.font-size-40 {
    font-size: 40px;
}

.font-size-42 {
    font-size: 42px;
}

.font-size-48 {
    font-size: 48px;
}

.font-size-55 {
    font-size: 55px;
}

.font-size-60 {
    font-size: 60px;
}

.line-hight-1 {
    line-height: 1;
}

.line-hight-2 {
    line-height: 1.1;
}

.line-hight-22 {
    line-height: 1.3;
}

.line-hight-3 {
    line-height: 1.6;
}

.line-hight-4 {
    line-height: 1.8;
}

.line-hight-normal {
    line-height: normal;
}

.leter1 {
    letter-spacing: 1px;
}

.shadow-sm {
    box-shadow: 0 0.125rem 1.25rem rgba(0, 0, 0, 0.075) !important;
}

.rounded {
    border-radius: 0.8rem !important;
}

/*---------------Font Size End---------------*/

.form-control {
    height: calc(2em + 0.75rem + 2px);
    font-size: 14px;
    padding: 0.375rem 2rem;
    border-color: #aee1cf !important;
}

.form-control:focus {
    box-shadow: none;
}

[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    outline: none !important;
}

body ::-webkit-input-placeholder {
    color: #000;
    opacity: 1;
    font-weight: 500 !important;
    font-family: "Montserrat", sans-serif;
}

body ::-moz-placeholder {
    color: #000;
    opacity: 1;
    font-weight: 500 !important;
    font-family: "Montserrat", sans-serif;
}

body :-ms-input-placeholder {
    color: #000;
    opacity: 1;
    font-weight: 500 !important;
    font-family: "Montserrat", sans-serif;
}

body :-moz-placeholder {
    color: #000;
    opacity: 1;
    font-weight: 500 !important;
    font-family: "Montserrat", sans-serif;
}

.custom-file-input {
    height: calc(2em + 0.75rem + 2px);
}

.custom-file-label {
    height: calc(2em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    line-height: 2;
    font-size: 14px;
}

.custom-file-label::after {
    height: calc(2em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 2;
}

/*---------------Text Color Start---------------*/

.text-primary {
    color: #17c787 !important;
}

.text-dark {
    color: #333 !important;
}

.text-muted {
    color: #8c8c8c !important;
}

.text-danger {
    color: #f7941d !important;
}

/*---------------Text Color End---------------*/

/*---------------Button Start---------------*/

.btn.focus,
.btn:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

.btn-danger {
    background-color: #ef4036;
    border-color: #ef4036;
}

.btn-danger:hover,
.btn-check:focus + .btn-danger,
.btn-danger:focus {
    background-color: #dc382f;
    border-color: #dc382f;
}

.btn-primary {
    background-color: #17c787;
    border-color: #17c787;
}

.btn-primary:hover,
.btn-check:focus + .btn-primary,
.btn-primary:focus {
    background-color: #08e192;
    border-color: #08e192;
}

.btn-success {
    background-color: #aee1cf;
    border-color: #aee1cf;
    color: #333333;
}

.btn-success:hover,
.btn-check:focus + .btn-success,
.btn-success:focus {
    background-color: #333333;
    border-color: #333333;
}

.btn-light {
    background-color: #fff;
    border-color: #000;
    color: #000;
}

.btn-light:hover,
.btn-check:focus + .btn-light,
.btn-light:focus {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

/*---------------Button End---------------*/

/*---------------BG Background Start---------------*/

.bg-primary {
    background-color: #17c787 !important;
}

.bg-primary-light {
    background-color: #e6fff6 !important;
}

.bg-light {
    background-color: #ebf1ef !important;
}

.bg-gradient {
    background: linear-gradient(
        91.34deg,
        #78e7c4 0.16%,
        #48997c 100%
    ) !important;
}

.bg-trance-white {
    background-color: rgba(252, 252, 252, 0.2) !important;
}

.bg-gray {
    background-color: #f3f3f3 !important;
}

.bg-dark {
    background-color: #333 !important;
}

/*---------------BG Background End---------------*/

.homepad {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0.5rem 1rem;
        color: #fff;
    }

    .navbar-expand-lg .navbar-nav li.nav-item.whatsapp-btn a {
        padding: 0.4rem 1.5rem;
    }

    .container {
        max-width: 1120px;
    }

    .navbar-dark .navbar-nav .nav-link:focus,
    .navbar-dark .navbar-nav .nav-link:hover {
        color: #17c787;
    }
}

.genuine-university .select-drop-col {
    flex: 0 0 auto;
    width: 28.333%;
}

.genuine-university .search-col {
    flex: 0 0 auto;
    width: 15%;
}

.college-saarthi-btn .btn {
    min-width: 130px;
}

.college-saarthiprocess {
    margin-right: -120px;
}

.compare-course .btn {
    border-color: #333 !important;
    color: #333;
    min-width: 138px;
}

.compare-course .btn.active,
.compare-course .btn:hover {
    background-color: #333;
    color: #fff;
}

.owl-theme .owl-dots {
    -webkit-tap-highlight-color: transparent;
    margin-top: 3rem;
    text-align: center;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 0 10px 0 0px;
    border: 0px;
    background: #cfd3d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 0.2s ease;
    border-radius: 40px;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #17c787;
}

.top-trending-courses {
    border-top-left-radius: 38px;
    border-bottom-left-radius: 38px;
    padding: 28px 42px;
}

.top-trending-courses .tittle-courses {
    min-width: 80px;
}

.top-trending-courses::after {
    content: "";
    display: block;
    position: absolute;
    background: #333;
    top: 0;
    bottom: 0;
    width: 100%;
    right: -100%;
}

.universities-based .universities-based-box {
    border: 1px solid #aee1cf;
    border-radius: 29px;
    min-height: 96px;
}

.universities-based .universities-based-box::before {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border-radius: 40px;
    position: absolute;
    transition: all 0.2s;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.universities-based .universities-based-box:hover::before {
    width: 76px;
    height: 76px;
    background: #aee1cf;
}

.universities-based .universities-based-box:hover {
    box-shadow: 2px 1px 6px 4px rgba(0, 0, 0, 0.13);
}

.get-search-section::before {
    background: #fff;
    content: "";
    display: block;
    width: 170px;
    position: absolute;
    right: -60px;
    top: -5px;
    bottom: -5px;
    border-radius: 100px;
}

.get-search-section::after {
    background: #4a9e80;
    content: "";
    display: block;
    width: 50px;
    position: absolute;
    right: 1%;
    border-radius: 100px;
    top: 50%;
    transform: translateY(-50%);
    height: 50px;
}

.stopsolution .badge {
    min-width: 52px;
    line-height: 36px;
    height: 54px;
}

.stopsolution .list-group-item {
    box-shadow: 0px 3px 12px rgba(75, 75, 75, 0.08);
    border-radius: 24px;
}

.stopsolution-col .stopsolution-box {
    width: 357px;
}

.stop-solution-silider-col {
    width: 205px;
}

.stopsolution-device {
    left: -17px;
    top: -3px;
    bottom: 0;
    z-index: 999;
    width: 244px;
    height: 536px;
}
.homepad .modal-content {
    z-index: 9999;
}

.UGC-DEB .owl-stage-outer {
    padding: 10px 0px;
}

.quite-interesting .magnifyingglass {
    width: 166px;
    height: 118px;
    bottom: -20px;
    right: -5px;
    background-size: 100% !important;
}

.social_media a {
    background: url(../images/social-media_icon.png) no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.social_media a.fb {
    background-position: -7px center;
}

.social_media a.url {
    background-position: -56px center;
}

.social_media a.in {
    background-position: -104px center;
}

.social_media a.ig {
    background-position: -152px center;
}

.social_media a.be {
    background-position: -199px center;
}

.heading-line img {
    max-width: 90px;
}

footer {
    padding: 3rem 0 3rem;
}

.take-admission .number-text {
    font-size: 6rem;
    line-height: 1;
    left: 31px;
    top: -36px;
    color: rgba(0, 0, 0, 0.1);
}

.take-admission .admition-img {
    min-height: 13vw;
}

.semester-list {
    border: 1px solid #17c787;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}

.semester-list ul li {
    background: url(../images/semester-bullet.png) no-repeat;
    background-position: 0 9px;
}

.choose-section .choose-section-icon {
    background: #aee1cf;
    width: 50px;
    height: 50px;
    min-width: 50px;
    line-height: 46px;
}

.clean-section .choose-section-icon {
    background: #aee1cf;
    width: 20px;
    height: 20px;
    min-width: 20px;
    line-height: 46px;
}

.clean-section .clean-box {
    min-height: 70px;
    border: 1px solid #aee1cf;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    box-shadow: none;
}

.accordionhome .accordion-item {
    border-width: 0px 0px 1px;
}

.accordion-button::after {
    height: 32px;
    width: 34px;
    left: auto;
    position: absolute;
    right: -4px;
    background: #17c787 url(../images/faq-arrow.png) no-repeat !important;
    border-radius: 9px;
    background-position: center !important;
    background-size: 20px !important;
    transform: inherit !important;
}

.accordion-button::before {
    width: 12px;
    height: 12px;
    content: "";
    position: absolute;
    background: #17c787;
    left: 0;
    border-radius: 32px;
}

.accordion-button:not(.collapsed) {
    border-bottom: 1px solid #dee2e6 !important;
    padding-bottom: 18px !important;
}

.accordion-button:not(.collapsed) {
    border-bottom: 1px solid #dee2e6 !important;
    padding-bottom: 18px !important;
}

.heading-line {
    top: -5px;
}

.navbar-expand-lg .navbar-nav li.dropdown .dropdown-menu li a {
    padding: 12px 15px;
    font-size: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    line-height: 1;
}
.navbar-expand-lg
    .navbar-nav
    li.dropdown
    .dropdown-menu
    li
    .dropdown-item:focus,
.navbar-expand-lg
    .navbar-nav
    li.dropdown
    .dropdown-menu
    li
    .dropdown-item:hover {
    color: #fff;
    background-color: #333;
}

.navbar-expand-lg
    .navbar-nav
    li.dropdown
    .dropdown-menu
    li.submenudropdown:hover
    > a {
    background-color: #333;
}
.navbar-expand-lg
    .navbar-nav
    li.dropdown
    .dropdown-menu
    li.submenudropdown:hover
    ul.dropdown-menu {
    width: 20rem;
}
.navbar-expand-lg
    .navbar-nav
    li.dropdown
    .dropdown-menu
    li.submenudropdown
    > a::after {
    content: "";
    width: 0px;
    height: 0px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-left: auto;
    position: absolute;
    top: 13px;
    right: 15px;
}
.navbar-expand-lg .navbar-nav li.dropdown .dropdown-menu {
    -webkit-transition: all 0.2s;
    transition: all 0.2s; /*top: 35px; max-height: 0px;overflow: hidden;*/
    padding: 0;
    border: none;
    border-radius: 0;
    background-color: #17c787; /*min-width: 20rem;*/
}

@media screen and (min-width: 992px) {
    .navbar-expand-lg
        .navbar-nav
        li.dropdown
        .dropdown-menu
        li.submenudropdown
        ul.dropdown-menu {
        left: 100%;
        right: auto;
        top: 0px;
        width: 0px;
        overflow: hidden;
        max-height: 0;
        opacity: 0;
        min-width: inherit;
        display: none;
    }
    .navbar-expand-lg .navbar-nav li.dropdown .dropdown-menu {
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        top: 35px;
        position: absolute;
        opacity: 0;
        max-height: 0px;
        overflow: hidden;
        padding: 0;
        border: none;
        border-radius: 0;
        background-color: #17c787;
        min-width: 20rem;
        display: none;
    }
    .navbar-expand-lg
        .navbar-nav
        li.dropdown
        .dropdown-menu
        li.submenudropdown
        ul.dropdown-menu {
        display: initial !important;
    }
    .navbar-expand-lg .navbar-nav li.dropdown .dropdown-menu.show {
        opacity: 1;
        max-height: 2000px;
        overflow: visible;
        display: block;
    }
    .navbar-expand-lg .navbar-nav li.nav-item.dropdown > a::after {
        margin-left: 0.455em;
        vertical-align: middle;
        border-top: 0.5em solid;
        border-right: 0.5em solid transparent;
        border-left: 0.5em solid transparent;
    }
}

@media screen and (max-width: 991px) {
    .navbar-expand-lg
        .navbar-nav
        li.dropdown
        .dropdown-menu
        li.submenudropdown.dropdown
        .dropdown-menu {
        display: block !important;
        min-width: 100%;
        background-color: #444343;
    }
}

@media screen and (max-width: 991px) {
    /*-------------Menu Design Start--------------*/

    .header-top .nav-menu .navbar-collapse {
        position: absolute;
        top: 38px;
        right: 0;
        left: 0;
        background: #333;
        z-index: 9;
        padding: 0px;
        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    }

    .header-top ul.navbar-nav li.nav-item.dropdown > a::after {
        border: solid #fff;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        float: right;
        margin-left: 0;
        margin-top: 5px;
    }

    .header-top ul.navbar-nav li.nav-item.show .dropdown-menu.submenu {
        background: #1c6dc4;
        margin-top: 0;
        border-bottom: 1px solid rgba(193, 193, 193, 0.3) !important;
        padding-top: 0;
    }

    .header-top ul.navbar-nav > li.show > a {
        border: none;
        background: #1c6dc4;
    }

    .header-top
        ul.navbar-nav
        .dropdown-menu.submenu
        ul.list-unstyled
        li.nav-item
        a {
        color: #fff !important;
        font-size: 14px;
    }

    .header-top
        ul.navbar-nav
        .dropdown-menu.submenu
        ul.list-unstyled
        li.nav-item:hover
        a {
        color: #ff5400 !important;
    }

    .header-top
        ul.navbar-nav
        .dropdown-menu.submenu
        ul.list-unstyled
        li.nav-item
        a::before {
        content: "";
        background: #fff !important;
        width: 4px;
        height: 4px;
        display: inline-block;
        vertical-align: middle !important;
        margin-right: 10px;
        border-radius: 100%;
    }

    .header-top
        ul.navbar-nav
        .dropdown-menu.submenu
        ul.list-unstyled
        li.nav-item:hover
        a::before {
        background: #ff5400 !important;
    }

    .header-top ul.navbar-nav > li > a {
        letter-spacing: 1px;
        padding: 0.8rem 1rem !important;
        color: #fff !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

    .header-top ul.navbar-nav > li > a:hover {
        background: #17c787;
    }

    /*.header-top .nav-menu button {width: 100%; border-radius: 0; padding: 4px !important;}*/

    /*-------------Menu Design End--------------*/
}

.heading_with_border_center {
    position: relative;
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
}
.compare-add-btn {
    width: 200px !important;
}

.compare-table {
    padding: 17px 70px 17px 25px !important;
    text-align: center;
}

.card-img-uni {
    height: 80px !important;
}

.compare-approval {
    /* padding: 13px 75px 20px 0!important; */
    padding: 17px 70px 17px 25px !important;
}

.com-ap {
    color: blue;
}

.compare-card-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 2rem;
    gap: 2rem;
    margin: auto;
}

.compare-card-row .compare-card {
    display: flex;
    flex-direction: column;
}
.compare-card-row .compare-card .card {
    flex-grow: 1;
}

@media (max-width: 991.98px) {
    .compare-card-overflow {
        overflow-x: scroll;
    }
    .compare-card-row .compare-card {
        min-width: 310px;
    }
}
/* @media screen and (min-width: 1200px) {
.compare-table-margin{
    margin-left: 199px;
    margin-right: 199px;
    margin-top: 50px;
    
}
} */

#topUniModal .modal-header i {
    margin: 5px;
}
#topUniModal .font-size-medium {
    font-size: medium;
}

/* about page */
.About_border_right {
    border-right: 1px solid;
}

.compare-btn-slider {
    width: 10%;
}

.vission-mission {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.user_top {
    margin-top: -60px;
}
.user img {
    max-width: 80px;
}

.blog-mb-2 {
    margin-bottom: 35px;
}

/* blog  */
.card-img-top {
    width: 100%;
    /*height: 280px !important;*/
}

.blog_detail h1 strong,
.blog_detail h2 strong,
.blog_detail h3 strong,
.blog_detail h4 strong,
.blog_detail h5 strong,
.blog_detail h6 strong {
    color: #17c787;
    font-family: "Montserrat", sans-serif;
}
.blog_detail p {
    color: #8c8c8c;
    line-height: 1.6;
    font-family: "Montserrat", sans-serif;
}
.blog_detail span {
    font-family: "Montserrat", sans-serif;
}
.bloglist {
    display: flex !important;
    flex-wrap: wrap;
}
.notfound-page {
    padding: 6rem 0 3rem;
}
.notfound-page h2 {
    font-size: 17rem;
    line-height: normal;
}
.notfound-page img {
    max-width: 330px;
    width: 100%;
}
.notfound-page > div {
    margin: 0 auto !important;
    float: none;
}
.notfound-page p {
    font-size: 22px;
    line-height: 1.3;
}
.notfound-page a.btn {
    background-color: #0c4b84;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 50px;
    padding: 12px 30px 10px;
    font-size: 15px;
    margin-top: 22px;
}
.notfound-page a.btn:hover {
    background-color: #fff;
    color: #0c4b84;
}
.notfound-page h2 {
    font-size: 10rem;
    line-height: 1;
    margin-top: 15px;
}
.inner-header.blogdetails:after {
    display: none;
}
.inner-header.blogdetails {
    margin-bottom: 60px;
}

@media screen and (max-width: 991px) {
    /*.card-img-top {height: 230px !important;}*/
}

@media screen and (max-width: 767px) {
    .card-img-top {
        height: auto !important;
    }
    .notfound-page h2 {
        font-size: 8rem;
    }
    .notfound-page img {
        max-width: 250px;
    }
    .notfound-page p {
        font-size: 18px;
    }
    .notfound-page a.btn {
        margin-top: 5px;
    }
    .inner-header.blogdetails {
        margin-bottom: 40px;
    }
}

.dropdown-select {
    margin-top: 20px;
    margin-bottom: 20px;
}

.blog-detail-section {
    margin-bottom: 20px;
}

.user {
    padding-left: 15px;
}

.blog-section {
    margin-top: 120px;
}

.inner-header-blog {
    padding-top: 200px;
    padding-bottom: 100px;
    position: relative;
}

.inner-header-blog:before {
    top: 0;
    right: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}
.inner-header-blog {
    padding-bottom: 250px;
    padding-top: 150px;
    text-align: center;
    margin-bottom: 50px;
}
.inner-header-blog:before,
.white-section:after {
    content: "";
    width: 100%;
    left: 0;
    position: absolute;
}

.inner-header-blog .container {
    padding-left: 4%;
    padding-right: 4%;
    position: relative;
}
.inner-header-blog:after {
    content: "";
    /* background: url(../images/top-bannercurve.png) center/auto 180px no-repeat; */
    width: 100%;
    height: 180px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.img-circle {
    border-radius: 50%;
}

.page-item.active .page-link {
    background-color: #17c787;
    border-color: #17c787;
    color: white !important;
}
