/*  ================ Table of Content End ================
        1. Fonts
        2. Reset
        3. Variables
        4. Global
        5. Header
        6. Home
      

    ================ Table of Content End ================ */
/*------------------------------------------------------------
	Page Loading
-------------------------------------------------------------*/
/* .no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.counter {
    animation-duration: 1s;
    animation-delay: 0s;
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background: url(../image/loader.gif) center no-repeat #1c1c1c;
} */

/* ======== Reset ======== */

*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

ol,
ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: black;
}

a:active,
a:focus {
    outline: none;
}

/* ======== Variables ========*/
:root {
    --green-light: #0d7e52;
    --green-dark: #0d7e52;
    --bg-orange: #bdb108;
}

/* ======== Global ========*/

html {
    scroll-behavior: smooth;
}

body {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    font-family: Arial, sans-serif;
}

/* h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
} */
.bg-footer {
    background-color: var(--green-dark);
}

.bg-green-light {
    background-color: var(--green-light);
}

.bg-green-dark {
    background-color: var(--green-dark);
}

.bg-orange {
    background-color: var(--bg-orange);
}

.bg-blue {
    background-color: #051f57;
}

.bg-transparent {
    background-color: transparent !important;
}

.box-shadow-none {
    box-shadow: none !important;
}

.text-sm {
    font-size: 14px;
}

.text-xsm {
    font-size: 12px;
    font-weight: bold;
}

.text-md {
    font-size: 16px;
}

.h-40 {
    height: 40px;
}

.opcity-75 {
    opacity: 0.75;
}

.cus-hover:hover {
    background-color: #06633f7c;
}

.hover-none:hover {
    background-color: var(--green-dark) !important;

}

.text-xlight {
    color: #666;
}

.t-color {
    color: var(--green-dark);
}

a:hover {
    color: var(--green-dark);
}

.c-btn {
    box-shadow: none !important;
    border: none !important;
}

.pointer {
    cursor: pointer;
}

.cus-form {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    background: none !important;
}

.cus-form-control {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    /* background: none !important; */
}

.cus-eff {
    -webkit-text-stroke: 1px #fff;
    color: transparent;
}

.btn-outline {
    outline: 1px solid #0d7e52;
    color: #0d7e52;
}

.btn-outline:hover {
    background-color: #0d7e52;
    color: #fff;
}

.list-style li {
    list-style-type: disc;

}

.bg-light-success {
    background-color: #d1e7dd;
}

/* ~~~~~~~~~~~~~~ Gloabal Classes End ~~~~~~~~~~~~~~~~~~~ */

.header-form-select {
    background-color: var(--green-light);
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    color: white;

}

.-cus-form-select {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.ob-t-f {
    object-fit: cover !important;
}

.cus-badge {
    background-color: #0d6efd;
    width: 40px;
    height: 10px;
    border-right: 10px solid var(--green-dark);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    right: -25px;
    top: -15px;
    font-size: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

/************************** Global Font size *********************** */
.fs-10 {
    font-size: 10px;
}

.fs-11 {
    font-size: 11px;
}

.fs-13 {
    font-size: 13px;
}

.fs-15 {
    font-size: 15px;
}
.fs-18 {
    font-size: 18px;
}
.fs-20 {
    font-size: 20px;
}

/*============================== Mobile View========================= */

.offcanvas.slider-left {
    max-width: 70% !important;
}

.btn-close.c-close {
    background: url(../image/close.png) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    border: 0;
    opacity: 1 !important;
}

/* Mobile View Profile Icon style */
.mobile-view-profile-icon {
    width: 75px;
    height: 75px;
    background-color: #07b673;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.desktop-view-heaeder {
    height: 92px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #f5fffc !important;
    /* opacity: 0.; */
    color: var(--green-dark);
    border-left: 2px solid var(--green-dark);
}

.col-megamenu .dropdown-item {
    height: 40px;
    line-height: 40px;

}

.col-megamenu li .submenu-2 .table {
    width: 881px;
    background: transparent;

}

submenu-drop-down-item {
    position: relative;
}

.col-megamenu li .submenu-2 {
    position: absolute;
    left: 255px;
    top: 1px;
    background: #F5FFFC;
    border-left: 1px solid #e5e6e7;
    box-shadow: none;
    border: 0;
    padding-top: 1px;
    display: none;
    transition: all ease-in-out 0.5s;
}

.submenu-drop-down-item:hover .submenu-2 {
    display: block;

}

/********************** Login page style *************** */
.or {
    position: relative;
    z-index: 1;
    display: inline-block;
    background: rgb(255, 255, 255);
    font-size: 12px;
    color: rgb(51, 51, 51);
    padding: 2px 5px;
}

.textor::after {
    content: "";
    display: block;
    border-top: 1px solid rgb(204, 204, 204);
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    height: 0px;
    transform: translateX(-50%);
    width: 100%;
}

/* ************************Home/Hero style************************** */
.hero {
    width: 100%;
    height: calc(90vh - 90px);
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)), url("../image/hero.jpeg");
    background-size: cover;
    background-position: center;
    background-repeat: none;
    object-fit: cover;
}

.home-search {
    padding: 10px 8px 8px;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    border-radius: 6px;
    text-align: center;
}

/* *******************************Mobile view Home page section************************************ */
.mobile-welcome-tag h1 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    margin-bottom: 15px;
    margin-top: 10px;
    text-shadow: 0 1px 4px rgba(0, 0, 0, .4);
}

.mobile-view-home {
    margin-bottom: 20px;
}

.mobile-view-home ul {
    display: flex;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
}

.mobile-view-home ul li {
    width: 25%;
    display: flex;
    align-items: center;
    font-size: .75rem;
    color: #fff;
    text-align: center;
}

.desktop-view-ul li {
    position: relative;
}

.desktop-view-ul li:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
    left: -11px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: .7;

}

.mobile-view-home ul li strong {
    font-size: .875rem;
    font-weight: 600;
    display: block;
}

.mobile-view-home ul li:last-child {
    border: none;
}

h2.tbSec2,
.tbSec2,
.tbSec2Native {
    display: block;
    background: #fff;
    padding: 12px;
    border-bottom: 1px solid #DFDFDF;
    margin: 0px;
}

.course-name {
    text-align: center;
}

/* ******************************* Stream section ******************************** */
.nav-pills .nav-link.stream-link.active {
    background-color: transparent !important;
    color: var(--green-dark) !important;
    font-weight: bold;
    border-radius: 0;
    border-bottom: 3px solid var(--green-light) !important;
}

.subject-img {
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0 auto;
}

.stream-box:hover {
    transition: all 0.5s ease-in-out;
}

.stream-box:hover {
    transform: translateY(-15px);
    box-shadow: 0px 10px 15px -10px #777777;
}

/* carosule next/pre icon  */
.carousel-control-next-icon {
    background-image: url(../image/next.png) !important;

}

.carousel-control-prev-icon {
    background-image: url(../image/back.png) !important;

}

/* **************************** Featured Colleges ************************ */

.featured-college {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.32), 0 0 2px 0 rgba(0, 0, 0, 0.16);
}

.img-wrap {
    border: 1px solid #d2d2d2;
    width: 70px;
    height: 52px;
    border-radius: 2px;
    position: relative;
}

.img-wrap img {
    height: 100%;
    width: 100%;
}

.bg-blue-mask {
    height: 26px;
    border-radius: 2px;
    background-color: #051f57;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    justify-content: start;
    align-items: center;
    color: #fff;
}

.bg-blue-mask h5 {
    margin-bottom: 0;
}

.featured-img img {
    width: 100%;
    height: 145px;
    object-fit: cover;
}

/* ******************************** Latest Article ********************************** */

.sec-heading h4.listing-heading {
    position: relative;
    font-size: 20px;
    font-weight: bold;

}

.free-quiz-heading {
    font-size: 15px;
}

/* appBanner-hero */
.appBanner-hero {
    width: 100%;
    height: 312px;
    background: #7bc9ab80;
    background-size: cover;
    background-position: center;
    background-repeat: none;

}

.b41d {

    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    background: #0d7e52;
    border: 1px solid #0d7e52;
    border-radius: 50px;
    padding: 7px 16px 6px;
    cursor: pointer;
    color: #fff;

}

.b41d {
    color: #fff !important;
}

.askbg {
    background-color: #07412b;
}

/* ****************************** Top Exame this Month Section ************************************* */
ul.examlist li {
    list-style: none;
    margin: 0 10px 10px 0;
    display: inline-block;
    cursor: pointer;
    max-width: 100%;
}

.capsule {
    display: block;
    padding: 9px 16px;
    border-radius: 50px;
    min-width: 50px;
    border: 1px solid var(--green-dark);
    color: var(--green-dark);
    line-height: .875rem;
    font-size: .875rem;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    outline: none;
    box-shadow: none;
}

.capsule:hover {
    background-color: var(--green-dark);
    color: #fff;
}

/* ********************* Predict Colleges based on exams you have taken ************** */
/* ***************** Slick Reset ******************** */
.slick-slide {

    min-height: 157px !important;
}

.slick-arrow {
    width: 37px;
    height: 80px;
    padding: 15px 10px;
    z-index: 1;
    /* background: #fff!important; */
    background-color: var(--green-dark);
}

.slick-prev {
    right: auto;
    left: 0;
    box-shadow: 7px 0 9px -2px rgba(0, 0, 0, .3);
    border-radius: 0 6px 6px 0;
}

.slick-next {
    left: auto;
    right: 0;
    box-shadow: -7px 0 9px -2px rgba(0, 0, 0, .3);
    cursor: pointer;
    border-radius: 6px 0 0 6px;
}

.slick-arrow:hover {
    color: #fff;
    outline: 0;
    background: var(--green-dark);
}

/* **************** Bootstrap  Reset *************** */
.accordion-item {
    border: none !important;
}

.accordion-button:not(.collapsed) {
    background-color: transparent !important;
}

.accordion-button:focus {
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    box-shadow: none !important;
}

.form-control.kkk {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: transparent !important;
    background-clip: padding-box;
    border: none !important;

    box-shadow: none !important;

}

.form-check-input:checked {
    background-color: #0d7e52;
    border-color: #0d7e52;
    box-shadow: none !important;
}

/*  */
/* ************************* Footer Section *************************** */
.icon-box {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
}

.footer-link li {
    margin-bottom: 7px;
}

.footer-link li {
    font-size: 14px;
    color: #fff;
}

/* ********************** College Listing ************************ */
.scroll-body {
    height: 200px;
    overflow-y: scroll;
}

/* width */
.scroll-body::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.scroll-body::-webkit-scrollbar-track {
    background: transparent;

}

/* Handle */
.scroll-body::-webkit-scrollbar-thumb {
    background: #0d7e52;

}

/* Handle on hover */
.scroll-body::-webkit-scrollbar-thumb:hover {
    background: #0d7e52;
}

.college-logo {
    width: 71px;
    height: 69px;
}

.college-title h3 {
    font-size: 16px;
    color: #000;
}

.college-title p span {
    position: relative;
    font-size: 12px;
}

.college-title p span::after {
    content: "";
    display: inline-block;
    width: 2px;
    height: 2px;
    background-color: #b5b5b5;
    border-radius: 50%;
    margin-left: 6px;
    margin-right: 6px;
}

.wishlist {
    width: 34px;
    height: 34px;
    padding: 8px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #dfdfdf;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.form-check.wish-check {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.form-check-input.wish:checked[type=checkbox] {
    background-image: url(../image/wish.png) !important;
}

.form-check-input.wish:checked {
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

.form-check-input.wish {
    background-image: url(../image/vector.png) !important;
    border: none !important;
    box-shadow: none !important;
}

.college-listing:hover {
    box-shadow: 0 4px 8px rgba(16, 24, 64, .1);
}

.register-now-box {
    background-color: #bdddd19f;
}

.nav-pills .nav-link.login-select.active,
.nav-pills .show>.nav-link {
    color: var(--green-dark) !important;
    background-color: transparent !important;
}

/* 
._circle{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid var(--green-dark);
    background-color: var();
} */

/* ********************** Colleges Details section *********************** */

.college-banner-hero img {
    width: 100%;
    object-fit: cover;
    border-radius: 0 0 24px 24px;
}

.college-details-logo {
    position: relative;
    bottom: 70px;
    width: 160px;
    height: 160px;
    padding: 24px;
    background: #fcfcfc;
    border: 2px solid #fff;
    box-shadow: 0 2.62857px 2.62857px rgba(0, 0, 0, .05);
    backdrop-filter: blur(1.31429px);
    -webkit-backdrop-filter: blur(1.31429px);
    border-radius: 15px;
    margin-right: 24px;
    flex-shrink: 0;

}

.college-details-logo .col-details-logo {
    width: 112px;
    height: 112px;
    object-fit: contain;
}

.college-title h1 {
    display: -webkit-box;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: var(--green-light);
    margin: unset;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.col-details-button button {
    width: max-content;
}

.nav-pills .nav-link.col-deatails.active,
.nav-pills .show>.nav-link {
    color: var(--green-dark) !important;
    background-color: transparent !important;
    border-bottom: 2px solid var(--green-dark);
    border-radius: 0;
}

.table-list {
    cursor: pointer;
    color: var(--green-light);
}

table.table_of_highlightstbody,
td,
tfoot,
th,
thead,
tr {
    border-color: inherit;
    border-style: dashed;
    border-width: 0;
}

table.table_of_highlights tr {
    border-bottom: 1px dashed #cacaca !important;
}

.table.table_of_highlights tr td:not(:last-child) {
    border-right: 1px dashed #cacaca !important;

}

.popular-program-inner-box {
    box-shadow: 0 0 4px rgba(16, 24, 64, .12);
}
.table.course-fee-table td:nth-child(1){
    width: 15%;
}
.table.course-fee-table td:nth-child(2){
    width: 23%;
}
/* .table.course-fee-table td:nth-child(3){
    width: 20%;
} */
/* *************************** College Top Ranking Section *********************************** */
.our_features ul li {
    position: relative;
}

.our_features ul li:first-child:before {
    width: 0;
    height: 0;

}

.our_features ul li:before {
    color: #999;
    border-radius: 50%;
    position: absolute;
    left: 0;
    width: 4px;
    height: 4px;
    background: #666;
    content: "";
    top: 50%;
    margin-top: -3px;
}

/* =================================== Exame listing =================== */
ul.exame-Features li{ 
    padding: 0 12px; 
    border-right: 1px solid #999;
}
 
ul.exame-Features li a{
    font-size: 14px;
}
ul.exame-Features li:last-child{
    border-right: none;
}
/* ================================ Course Deatails ========================= */
 .list-style-disc {
    list-style-type: disc;
 }
/* Responsive style */
@media (max-width:768px) {
    /* .text-sm {
        font-size: 16px !important;
    } */

    /* .text-xsm {
        font-size: 16px !important;
    } */
    .footer-img {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer-img img {
        max-width: 60% !important;
        margin: 0 auto !important;
    }

    .footer-contact>h3 {
        font-size: 35px !important;
    }

    .footer-contact div p {
        font-size: 23px !important;
        margin-left: 10px;
    }

    /* .footer-contact div .fw{
        font-size: 30px!important;
    } */
    .footer-contact div {
        margin-bottom: 10px;
    }

    .icon-box {
        width: 60px;
        height: 60px;
        margin: 0 10px;
    }

    .footer-link li a {
        font-size: 18px;
    }
}