/* fonts */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
body {
    font-family: 'Poppins', sans-serif;
}

@import url(style-adm.css);

/* color */

:root {
    --dark-1: #0A4352;
    --dark-2: #0B7484;
    --yellow-had: #CD992D;
    --highlight: #0c7484;
    --black-1: #373736;
    --light-gray: #F1FDFF;
    --light-gray2: #FFF8EB;
    --white: #FFFFFF;
    --gray: #555A64;
    --stroke-clr: #E0E8F3;
    --main-bg: #F3FCFE;
    --red--: #EB5757;
    --green-3: #6FCF97;
    --second-bg: #F5F5F5;
    --para-col: rgba(94, 94, 94, 0.9);
    --gray-dark: rgba(94, 94, 94, 0.9);
    --gray-dark-2: rgba(111, 114, 115, 0.9);
    --web-blue: #013F70;
    --read-onl: #647B9C;
    --dash-bg: #F5F5F5;
    --ftr-btm: #03242c;
    --green-2: #27AE60;
    --bg-light: #EAF0FF;
    --ylw-col: #F2C94C;
    --web-gray: #8A8782;
    --grey-light-color-3: #EAEDF0;
    --t-base: 0.18s ease-in-out;
}

.overflow-hidden {
    overflow: hidden;
}

.color-highlight {
    color: var(--highlight);
}

.space-yy {
    padding: 25px 0;
}

.space-y {
    padding: 60px 0;
}

* {
    margin: 0;
    padding: 0;
}

.bg-main-col {
    background-color: var(--main-bg);
    padding: 30px 0;
}

.slash {
    color: var(--white);
}

.expired-col {
    color: var(--red--);
}

.active-col {
    color: var(--green-3);
}

.h-lvl {
    font-size: 25px;
    color: var(--dark-2);
}

.no-gutter {
    --bs-gutter-x: 0;
}

.text-center {
    text-align: center;
}

.no-btn-style {
    border-style: none;
    background-color: var(--white);
}


/* padding */

.pr-1 {
    padding-right: 15px;
}

.paid-col {
    color: var(--green-3);
}

.paid-bg {
    background-color: #6fcf977a;
}

.pending-col {
    color: var(--highlight);
}

.pending-bg {
    background-color: #cd992d52;
}

.brown-bg {
    background-color: #E3D6AB;
}

.green-bg {
    background-color: #219653;
}

.yellow-bg {
    background-color: #A0BE28;
}

.dark-blue-bg {
    background-color: var(--dark-1);
}

.sky-blue-bg {
    background-color: #2D9CDB;
}

.lite-green-bg {
    color: #BFE5F1;
}

.violet-bg {
    color: #C2A1CE;
}

.green-col {
    color: var(--green-2);
}

.red-col {
    color: var(--red--);
}

.ylw-col {
    color: var(--ylw-col);
}

.web-gray {
    color: var(--web-gray);
}


/* header */


/* topbar */

.topbar {
    background-color: var(--dark-1);
}

.topbar-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

.topbar-email {
    display: flex;
}

.topbar-section a i {
    font-size: 18px;
    padding-right: 15px;
    color: var(--highlight);
}

.topbar-section a i:hover {
    color: var(--white);
}

.topbar-section a {
    text-decoration: none;
    color: var(--white);
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
}

.topbar-section a:hover {
    color: var(--highlight);
}

.h-header-logo-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.logo {
    display: flex;
    justify-content: flex-start;
}

.login-signup-btn {
    display: flex;
    justify-content: flex-end;
    padding-top: 5px;
}

.login-signup-btn button {
    background-color: var(--highlight);
    border-style: none;
    border-radius: 4px;
    color: var(--white);
    height: 40px;
    min-width: 150px;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
}

.login-signup-btn button:hover {
    background-color: var(--dark-1);
}

@media only screen and (device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) {
    .logo img {
        width: 200px;
    }
    .login-signup-btn button {
        height: 25px;
        width: 100px;
        font-size: 12px;
        line-height: 18px;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .logo img {
        width: 200px;
    }
    .login-signup-btn button {
        height: 25px;
        width: 100px;
        font-size: 12px;
        line-height: 18px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .logo img {
        width: 200px;
    }
    .login-signup-btn button {
        height: 25px;
        width: 100px;
        font-size: 12px;
        line-height: 18px;
    }
}


/* navbar */

.hadia-nav {
    background-color: var(--highlight);
}

.h-nav-link {
    color: var(--white) !important;
}

.h-nav-link:hover {
    color: var(--dark-2) !important;
}

/* .h-navbar-nav li .dropdown-menu,
.h-navbar-nav li .dropdown-menu a:hover {
    background-color: var(--white) !important;
    color: var(--highlight) !important;
} */

.h-navbar-nav li .dropdown-menu .dropdown-item {
    color: var(--dark-2) !important;
}

.h-navbar-nav .h-nav-item .h-nav-link {
    padding: 10px 10px;
}

.h-nav-input {
    outline: none !important;
    border-style: none !important;
}

.h-b-s-navbar-nav li .dropdown-menu {
    margin-top: 8px;
}

.h-navbar-nav li .dropdown-menu{
    background-color: var(--highlight) !important;
    color: var(--highlight) !important;
}


.h-navbar-nav li .dropdown-menu .dropdown-item {
    color: var(--white) !important;
    background-color: var(--highlight);
}

.h-navbar-nav li .dropdown-menu .dropdown-item:hover {
    color: var(--dark-2) !important;
}

.h-nav-btn {
    color: var(--white);
}

.h-nav-btn:hover {
    color: var(--dark-2);
}


/* main-slider */

.carousel-item img {
    height: auto;
    width: 100%;
    position: relative;
}

.carousel-btm-box {
    position: absolute;
    bottom: 0;
    right: 40%;
    width: 250px;
    height: 50px;
    background: rgba(10, 67, 82, 0.74);
    border-radius: 3px 3px 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel-btm-box a {
    color: var(--white);
}

.carousel-btm-box a:hover {
    color: var(--highlight);
}

@media (min-width: 320px) and (max-width: 480px) {
    .carousel-item img {
        height: auto;
        width: 100%;
    }
    .carousel-btm-box {
        width: 200px;
        height: 30px;
        right: 25%;
    }
    .carousel-btm-box a {
        font-size: 14px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .carousel-item img {
        height: auto;
        width: 100%;
    }
    .carousel-btm-box {
        width: 200px;
        height: 30px;
        right: 25%;
    }
    .carousel-btm-box a {
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .carousel-item img {
        height: auto;
        width: 100%;
    }
    .carousel-btm-box {
        width: 200px;
        height: 30px;
        right: 35%;
    }
    .carousel-btm-box a {
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .carousel-item img {
        height: auto;
        width: 100%;
    }
    .carousel-btm-box {
        width: 200px;
        height: 30px;
        right: 35%;
    }
    .carousel-btm-box a {
        font-size: 14px;
    }
}


/* @media only screen and (-webkit-min-device-pixel-ratio: 2.75) {
    .carousel-item img{
        height: auto;
        width: 100%;
    }
    .carousel-btm-box{
        width: 200px;
        height: 30px;
        right: 35%;
        
    }
    .carousel-btm-box a{
        font-size: 14px;
    }

} */


/* home page noti */

.hp-noti {
    background-color: var(--white);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    padding: 10px 0 5px;
}

.hp-noti-news-btn-col {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hp-noti-news-btn {
    background-color: var(--highlight);
    color: var(--white);
    border-style: none;
    border-radius: 5px;
    padding: 5px 5px;
    width:140px
}

.hp-noti-news-btn:hover {
    background-color: var(--dark-2);
}

.hp-noti-mq {
    padding-top: 10px;
}

.hp-noti-newses-ul {
    list-style: none;
}

.hp-noti-newses {
    display: inline-block;
    padding: 0 20px;
}

.hp-noti-newses a {
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    color: var(--black-1);
}


/*  home page about */

.highlight-head {
    color: var(--highlight);
}

.hp-about-head {
    font-style: normal;
    font-weight: 600;
    font-size: 38px;
    line-height: 60px;
    text-align: center;
    text-transform: uppercase;
    color: var(--dark-1);
    padding-bottom: 20px;
}

.hp-about-img {
    margin-left: -20px;
}

.hp-about-img-col {
    overflow: hidden;
}

@media (min-width: 320px) and (max-width: 480px) {
    .hp-about-head {
        font-size: 22px;
        line-height: 30px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .hp-about-head {
        font-size: 22px;
        line-height: 30px;
    }
}

.hp-about-sub-head {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0.02em;
    color: var(--dark-1);
}

@media (min-width: 320px) and (max-width: 480px) {
    .hp-about-desc {
        margin-right: 0px !important;
    }
    .hp-about-sub-head {
        font-size: 19px;
        line-height: 30px;
    }
    .hp-about-descs {
        font-size: 16px !important;
    }
    .hp-about-desc button {
        text-align: center;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .hp-about-desc {
        margin-right: 0px !important;
    }
    .hp-about-sub-head {
        font-size: 19px;
        line-height: 30px;
    }
    .hp-about-descs {
        font-size: 16px !important;
    }
    .hp-about-desc button {
        text-align: center;
    }
}

.hp-about-desc {
    margin-right: 80px;
}

.hp-about-descs {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 31px;
    text-align: justify;
    color: rgba(94, 94, 94, 0.9);
}

.hp-about-desc-btn {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: var(--white);
    width: 143px;
    height: 42px;
    background-color: var(--highlight);
    border-style: none;
    border-radius: 3px;
    margin: 10px 5px 20px 5px;
}

.hp-about-desc-btn:hover {
    background-color: var(--dark-1);
}

.hp-about-desc-btn a {
    text-decoration: none;
    color: var(--white);
}

.hp-about-desc-btn a:hover {
    color: var(--white);
}


/* cta */

.hp-cta {
    background-image: url(/assets/images/hp-cta.png);
}

.cta-items {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 60px 0;
}

.cta-item-desc p {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

.cta-item-img {
    background-color: var(--highlight);
    border-radius: 50%;
}

.cta-item-img img {
    padding: 20px;
    width: auto;
    height: auto;
}

.cta-item-img:hover {
    background-color: var(--dark-1);
}

.cta-item-desc-num {
    font-style: normal;
    font-weight: bold;
    font-size: 34px;
    line-height: 51px;
    text-align: center;
    color: var(--white);
}

.cta-item-desc-title {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: var(--white);
}

@media only screen and (device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) {
    .cta-item-img img {
        width: 65px;
        padding: 10px;
    }
    .cta-item-img {
        padding: 2px;
    }
    .cta-items {
        padding: 10px 0;
    }
    .cta-item-desc-num {
        font-size: 14px;
        line-height: 18px;
    }
    .cta-item-desc-title {
        font-size: 10px;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .cta-item-img img {
        width: 65px;
        padding: 10px;
    }
    .cta-item-img {
        padding: 2px;
    }
    .cta-items {
        padding: 10px 0;
    }
    .cta-item-desc-num {
        font-size: 14px;
        line-height: 18px;
    }
    .cta-item-desc-title {
        font-size: 10px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .cta-item-img img {
        width: 65px;
        padding: 10px;
    }
    .cta-item-img {
        padding: 2px;
    }
    .cta-items {
        padding: 10px 0;
    }
    .cta-item-desc-num {
        font-size: 14px;
        line-height: 18px;
    }
    .cta-item-desc-title {
        font-size: 10px;
    }
}


/* hp courses */

.hp-courses {
    background-color: #F3FCFE;
    ;
}

.hp-courses-main-head {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: var(--dark-2);
}

.hp-courses-second-head {
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    text-align: center;
    color: var(--dark-1);
}


/* why-hadia */

.why-hadia {
    background-color: var(--white);
}

.why-hadia-head {
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 60px;
    text-align: center;
    color: var(--dark-1);
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 30px;
}

.why-hadia-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.why-hadia-inner-desc-head {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: var(--dark-1);
}

.why-hadia-inner-desc {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: rgba(94, 94, 94, 0.9);
}

.wh-card {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 5px;
}


/* events and updates*/

.hadia-events-updates {
    background-color: #F3FCFE;
}

.hadia-events-updates-sm-head {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: var(--dark-2);
}

.hadia-events-updates-big-head {
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 60px;
    text-align: center;
    color: var(--dark-1);
}

.eu-slider-main-contaier {
    max-width: 100%;
    width: 100% !important;
    padding: 1rem 0;
    margin: 0 auto;
}

.eu-slider-main .eu-slider-main-contaier .swiper-container .swiper-wrapper .swiper-slide .card-image {
    background: #ffffff;
    border: none;
    outline: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
    border-radius: 2px;
}

.eu-slider-main .eu-slider-main-contaier .swiper-container .swiper-wrapper .swiper-slide .card-image img {
    display: block;
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
}

.eu-slider-main .eu-slider-main-contaier .swiper-container .swiper-pagination-bullet {
    opacity: 0.8;
    background: #252a32;
}

.eu-slider-main .eu-slider-main-contaier .swiper-container .swiper-pagination-bullet-active {
    background: #ffffff;
}

.eu-slider-main .eu-slider-main-contaier .swiper-container .swiper-button-next,
.eu-slider-main .eu-slider-main-contaier .swiper-container .swiper-button-prev {
    background-image: none;
    background-size: 0;
    background-repeat: no-repeat;
    background-position: 0;
    margin-top: -1rem;
}

.eu-slider-main .eu-slider-main-contaier .swiper-container .swiper-button-next .arrow-icon,
.eu-slider-main .eu-slider-main-contaier .swiper-container .swiper-button-prev .arrow-icon {
    font-size: 2rem;
    color: #ffffff;
}

.eu-card-slider {
    position: relative;
}

.eu-card-slider-btn {
    position: absolute;
    top: 40px;
    left: 20px;
    width: 126px;
    height: 35px;
    background-color: var(--highlight);
    color: var(--white);
    border-style: none;
    border-radius: 30px;
}

.eu-card-slider-btn:hover {
    background-color: var(--dark-1);
}

.eu-card-slider-desc {
    position: absolute;
    bottom: 40px;
    padding: 5px 30px;
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 28px;
    color: var(--white);
    background-color: #00000099
}

@media (min-width: 320px) and (max-width: 480px) {
    .eu-card-slider-btn {
        width: 100px;
        height: 30px;
        top: 20px;
    }
    .eu-card-slider-desc {
        font-size: 12px;
        line-height: 18px;
        bottom: 20px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .eu-card-slider-btn {
        width: 100px;
        height: 30px;
        top: 20px;
    }
    .eu-card-slider-desc {
        font-size: 12px;
        line-height: 18px;
        bottom: 20px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .eu-card-slider-btn {
        width: 100px;
        height: 30px;
        top: 20px;
    }
    .eu-card-slider-desc {
        font-size: 16px;
        line-height: 20px;
        bottom: 20px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .eu-card-slider-btn {
        width: 100px;
        height: 30px;
        top: 20px;
    }
    .eu-card-slider-desc {
        font-size: 16px;
        line-height: 20px;
        bottom: 20px;
    }
}

@media only screen and (min-width: 820px) and (max-width: 1180px) {
    .eu-card-slider-btn {
        width: 100px;
        height: 30px;
        top: 20px;
    }
    .eu-card-slider-desc {
        font-size: 18px;
        line-height: 24px;
        bottom: 20px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .eu-card-slider-btn {
        width: 100px;
        height: 30px;
        top: 20px;
    }
    .eu-card-slider-desc {
        font-size: 16px;
        line-height: 22px;
        bottom: 20px;
    }
}


/* hp-bottom-cta */

.bottom-cta {
    background-image: url(/assets/images/hp-bottom-cta.png);
    height: 315px;
    width: auto;
    background-position: center;
    padding: 80px 0;
}

.hp-bottom-cta {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.hp-bottom-cta-main-header {
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 54px;
    text-align: center;
    color: var(--white);
}

.hp-bottom-cta-second-header {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: var(--white);
}

.hp-bottom-cta-button {
    background-color: var(--highlight);
    border-style: none;
    border-radius: 3px;
    color: var(--white);
    text-align: center;
    padding: 5px 17px;
}

.hp-bottom-cta-button:hover {
    background-color: var(--dark-1);
}

@media (min-width: 320px) and (max-width: 480px) {
    .hp-bottom-cta-main-header {
        font-size: 26px;
        line-height: 38px;
    }
    .bottom-cta {
        height: 280px;
        padding: 50px 0;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .hp-bottom-cta-main-header {
        font-size: 26px;
        line-height: 38px;
    }
    .bottom-cta {
        height: 280px;
        padding: 50px 0;
    }
}


/* footer */

.hadia-footer {
    background-color: var(--dark-1);
}

.hadia-footer-main-link {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    text-decoration: none;
    color: var(--white);
}

.hadia-footer-main-link:hover {
    color: var(--highlight);
}

.hadia-ho-add {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: var(--white);
}

.hadia-footer-mail-phone {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: var(--white);
    text-decoration: none;
}

.hadia-footer-mail-phone:hover {
    color: var(--yellow-had);
}

.hadia-footer-mail-phone i {
    color: var(--yellow-had);
}

.hadia-footer-sm i {
    font-size: 18px;
}

.hadia-footer-sm {
    color: var(--yellow-had);
    padding: 9px;
    border-radius: 50%;
}

.hadia-footer-sm:hover {
    color: var(--white);
    background-color: var(--highlight);
}

.footer-links-head {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 16px;
    color: var(--white);
    margin-top: 30px;
}

.footer-links a {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
    color: var(--white);
}

.footer-links a:hover {
    color: var(--yellow-had);
}

.hadia-footer-download-desc {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 23px;
    color: var(--white);
}

.ftr-bottom-bar {
    background-color: var(--ftr-btm);
}

.ftr-bottom-bar-para {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ftr-bottom-bar-para p {
    color: var(--white);
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 0;
    
}

@media (min-width: 320px) and (max-width: 767px) {
    .ftr-bottom-bar-para p {
        font-size: 10px;
        line-height: 16px;
    }

    .ftr-bottom-bar-para span {
        font-size: 10px;
        line-height: 16px;
    }
}

.ftr-bottom-bar-para span {
    font-size: 12px;
    line-height: 16px;
}
/* course list page */

.course-list-banner {
    background: url(/assets/images/course-list-banner.png);
    width: 100%;
}

.banner-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100px;
}

.banner-head {
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 30px;
    text-align: center;
    color: var(--white);
    margin-bottom: 0;
}

.banner-links {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
    color: var(--white);
}

.banner-links:hover {
    color: var(--highlight);
}


/* isotope */

.course-list-page-isotope {
    background-color: var(--main-bg);
}

.course-list-page-isotope-nav {
    display: flex;
    justify-content: center;
}

.course-list-page-isotope-nav-link .active {
    width: 189px;
    height: 39px;
    background-color: var(--dark-2) !important;
    color: var(--white);
    border-style: none;
    border-radius: 3px;
}

.course-list-page-isotope-nav-link {
    width: auto;
    height: auto;
    background-color: var(--white) !important;
    color: var(--dark-2) !important;
    border: solid 1px var(--dark-2) !important;
    border-radius: 3px;
    font-size: 16px;
    margin: 5px;
}

    .course-list-page-isotope-nav-link:hover .course-list-page-isotope-nav-link:focus {
        background-color: var(--dark-2) !important;
        color: var(--white) !important;
    }

.course-list-isotope-box {
    background-color: var(--white);
    max-height: 350px;
    min-height: 350px;
}

.course-list-isotope-main-box {
    margin: 20px 7px;
}

.course-list-isotope-logo-col {
    background-color: var(--highlight);
}

.course-list-isotope-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.course-list-isotope-logo img {
    padding: 40px 20px;
    margin-left: 0;
}

.course-list-isotope-details-head {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: var(--dark-1);
    padding-top: 10px;
}

.course-list-isotope-details-desc {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: var(--gray-dark);
    min-height: 175px;
    max-height: 175px;
    overflow: hidden;
}

.course-list-isotope-details-buttons {
    display: flex;
    justify-content: center;
}

.course-list-isotope-details-apply-btn {
    width: 130px;
    height: 40px;
    background-color: var(--dark-2);
    color: var(--white);
    border-style: none;
    border-radius: 3px;
    margin: 10px 5px 20px 5px;
}

.course-list-isotope-details-apply-btn a {
    text-decoration: none;
    color: var(--white);
}

.course-list-isotope-details-apply-btn a:hover {
    color: var(--white);
}

.course-list-isotope-details-apply-btn:hover {
    background-color: var(--highlight);
}

.course-list-isotope-details-more-btn {
    width: 130px;
    height: 40px;
    background-color: var(--white);
    color: var(--dark-2);
    border: 1px solid var(--dark-2);
    border-radius: 3px;
    margin: 10px 5px 20px 5px;
}

.course-list-isotope-details-more-btn:hover {
    background-color: var(--highlight);
    color: var(--white);
    border-style: none;
}

.course-list-isotope-details-apply-btn a {
    text-decoration: none;
}

.course-list-isotope-details-apply-btn a:hover {
    color: var(--white);
}

.course-list-isotope-details-more-btn a {
    text-decoration: none;
    color: var(--dark-2);
}

.course-list-isotope-details-more-btn a:hover {
    color: var(--white);
}

.h-crs-lst-istp-viewall-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 25px;
}

.h-crs-lst-istp-viewall-btn button {
    width: 130px;
    height: 38px;
    background-color: var(--dark-2);
    color: var(--white);
    border-radius: 3px;
    margin: 10px 5px 20px 5px;
    border-style: none;
}

.h-crs-lst-istp-viewall-btn button a {
    color: var(--white);
    text-decoration: none;
}

.h-crs-lst-istp-viewall-btn button:hover {
    background-color: var(--highlight);
}


/* apply for course desktop */

.apply-for-course-head {
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 60px;
    text-align: center;
    color: var(--dark-1);
}

.apply-course-structure {
    background: url(/assets/images/appy-course-bg.png);
    height: 90px;
    width: 1176px;
    margin: 160px 0;
    position: relative;
}

.apply-course-item-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    background-color: #FFEBEB;
    border-radius: 50%;
    position: absolute;
    left: 125px;
    bottom: 30px;
}

.apply-course-item-1:hover {
    background-color: var(--light-gray);
}

.apply-corse-desc-1 {
    position: absolute;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 33px;
    bottom: -60px;
    left: 80px;
    color: var(--gray);
}

.apply-course-item-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    background-color: #E1FFE6;
    border-radius: 50%;
    position: absolute;
    left: 380px;
    bottom: -45px;
}

.apply-course-item-2:hover {
    background-color: var(--stroke-clr);
}

.apply-corse-desc-2 {
    position: absolute;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 33px;
    text-align: center;
    bottom: -130px;
    left: 300px;
    color: var(--gray);
}

.apply-course-item-3 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    background-color: #FFEBEB;
    border-radius: 50%;
    position: absolute;
    left: 650px;
    bottom: 35px;
}

.apply-course-item-3:hover {
    background-color: var(--light-gray);
}

.apply-corse-desc-3 {
    position: absolute;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 33px;
    text-align: center;
    bottom: -50px;
    left: 580px;
    color: var(--gray);
}

.apply-course-item-4 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    background-color: #F1FDFF;
    border-radius: 50%;
    position: absolute;
    left: 900px;
    bottom: -40px;
}

.apply-course-item-4:hover {
    background-color: var(--stroke-clr);
}

.apply-course-desc-4 {
    position: absolute;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 33px;
    text-align: center;
    bottom: -130px;
    left: 850px;
    color: var(--gray);
}

@media (max-width: 1281px) {
    .apply-for-course {
        display: none
    }
}


/* apply for course mobile */

.apply-for-course-mobile-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.apply-for-course-mobile-box-img-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    background-color: #FFF8EB;
    border-radius: 50%;
}

.apply-for-course-mobile-box-img-1:hover {
    background-color: var(--light-gray);
}

.apply-for-course-mobile-box-img-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    background-color: #E1FFE6;
    border-radius: 50%;
}

.apply-for-course-mobile-box-img-2:hover {
    background-color: var(--stroke-clr);
}

.apply-for-course-mobile-box-img-3 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    background-color: #FFEBEB;
    border-radius: 50%;
}

.apply-for-course-mobile-box-img-3:hover {
    background-color: var(--light-gray);
}

.apply-for-course-mobile-box-img-4 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    background-color: #F1FDFF;
    border-radius: 50%;
}

.apply-for-course-mobile-box-img-4:hover {
    background-color: var(--stroke-clr);
}

.apply-for-course-mobile-box-desc {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 33px;
    text-align: center;
    color: var(--gray);
    padding: 10px 10px;
}

@media (min-width: 1281px) {
    .apply-for-course-mobile {
        display: none
    }
}


/* course details page */

.cd-container {
    background-color: var(--white);
    padding: 30px;
}

.cd-first-sec-head {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 23px;
    color: var(--dark-2);
    padding-bottom: 15px;
}

.cd-t-d-lvl {
    display: flex;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    color: #000;
    padding-bottom: 15px;
}

.cd-t-d {
    display: flex;
    align-items: center;
    padding-right: 35px;
}

.cd-lvl {
    display: flex;
    align-items: center;
}

@media (min-width: 320px) and (max-width: 480px) {
    .cd-first-sec-head {
        font-size: 30px;
        line-height: 40px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .cd-first-sec-head {
        font-size: 30px;
        line-height: 40px;
    }
}

.cd-first-sec-para {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.01em;
    color: var(--para-col);
}

.h-course-overview-left-sec {
    background-color: var(--white);
    padding: 30px;
}

.h-course-overview-main-head {
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 32px;
    color: var(--dark-1);
}

.h-course-overview-main-para {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.01em;
    color: var(--para-col);
}

.h-course-overview-req-head {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: var(--dark-1);
    padding-top: 30px;
}

.h-course-overview-req-icon {
    color: #219653;
    font-size: 20px;
    padding-right: 20px;
}

.h-course-overview-req-paras {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 32px;
}

.h-course-overview-right-sec {
    background-color: var(--white);
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.h-course-overview-right-apply-btn {
    width: 250px;
    height: 50px;
    border-style: none;
    background-color: var(--highlight);
    color: var(--white);
    border-radius: 5px;
}

.h-course-overview-right-apply-btn:hover {
    background-color: var(--dark-1);
}

@media (min-width: 768px) and (max-width: 1024px) {
    .h-course-overview-right-apply-btn {
        width: 160px;
        height: 40px;
    }
}

.h-course-overview-right-help-link {
    padding-top: 15px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #6FCF97;
    text-decoration: none;
}

.h-course-overview-right-help-link:hover {
    color: var(--dark-1);
}

.h-course-overview-right-second-sec {
    background-color: var(--white);
    margin: 40px 0;
    padding: 30px 0 30px 15px;
}

.h-course-overview-right-fee-head {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 32px;
    color: var(--para-col);
}

.h-course-overview-right-fee-amt {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 32px;
    color: var(--highlight);
}

.h-course-overview-right-course-include-head {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: var(--dark-1);
}

.h-course-overview-right-course-include-para {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: var(--para-col);
}

.h-course-overview-right-course-include-icon {
    color: var(--highlight);
    font-size: 20px;
    padding-right: 20px;
}

.h-course-overview-right-course-include-icon:hover {
    color: var(--green-3);
}

.h-course-course-curriculum {
    background-color: var(--white);
    padding: 40px 30px 30px 30px;
}

.h-course-course-curriculum-main-head {
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 32px;
    color: var(--dark-1);
}

.h-course-course-curriculum-para {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.01em;
    color: var(--para-col);
}

.h-course-curriculum-accordion-item {
    border-style: none;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-right: 15px;
}

.h-course-curriculum-accordion-button-head {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: var(--para-col);
    padding: 0;
}

.h-course-curriculum-accordion-level {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: var(--dark-1);
    padding-right: 10px;
}


/* contact us page */

.h-contact-detail-box {
    display: flex;
    padding: 30px 0;
    padding-left: 40px;
    background-color: var(--red--);
    margin: 30px 0;
}

.h-c-p-box {
    background-color: var(--light-gray);
}

.h-c-e-box {
    background-color: var(--light-gray2);
}

.h-c-h-box {
    background-color: #FFEBEB;
}

.h-c-w-box {
    background-color: #E1FFE6;
}

.h-c-d-b-left-phone {
    color: var(--dark-1);
}

.h-c-d-b-left-email {
    color: var(--highlight);
}

.h-c-d-b-left-headOffice {
    color: var(--red--);
}

.h-c-d-b-left-time {
    color: var(--green-3);
}

.h-c-d-b-head {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    color: var(--para-col);
}

.h-c-d-b-details {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    color: var(--dark-2);
}

.h-c-d-b-close {
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 15px;
    color: rgba(94, 94, 94, 0.9);
}

.h-contact-detail-box-left {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    width: 80px;
    background-color: var(--white);
    border-radius: 50%;
    margin-right: 15px;
}

.h-contact-detail-box-left i {
    font-size: 25px;
}

.h-contact-detail-box-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 0;
}

.h-contact-detail-box-right p {
    margin-bottom: 0;
}

.contact-map {
    overflow: hidden;
}


/* .h-contact-form-box{
    display: flex;
    justify-content: center;
    
    
} */

.h-contact-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--white);
    padding: 30px 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.h-contact-input-box {
    border: solid 1px var(--dark-2);
    outline: none;
    padding: 7px;
    margin: 7px 0;
    padding-left: 20px;
    ;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    color: rgba(111, 114, 115, 0.9);
    width: 360px;
    border-radius: 3px;
}

@media (min-width: 320px) and (max-width: 480px) {
    .h-contact-input-box {
        width: 300px !important;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .h-contact-input-box {
        width: 300px !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .h-contact-input-box {
        width: 300px !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .h-contact-input-box {
        width: 300px !important;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .h-contact-input-box {
        width: 200px;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .h-contact-input-box {
        width: 300px !important;
    }
}


/* ipad air */


/* @media only screen and (min-width: 820px) and (max-width: 1180px){
    .h-contact-input-box{
        width: 100px ;
    }
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1){

    .h-contact-input-box{
        width: 100px;
    }

} */

.h-contact-input-box {
    border: solid 1px var(--dark-2);
    outline: none;
    padding: 7px;
    margin: 7px 0;
    padding-left: 20px;
    ;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    color: rgba(111, 114, 115, 0.9);
    width: 400px;
}

.h-contact-input-button {
    padding: 10px 50px;
    border-style: none;
    border-radius: 3px;
    background-color: var(--highlight);
    color: var(--white);
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    margin: 7px;
}

.h-contact-input-button:hover {
    background-color: var(--dark-2);
}

@media (min-width: 320px) and (max-width: 480px) {
    .h-contact-detail-box {
        padding: 20px 0;
        padding-left: 40px;
    }
    .h-c-d-b-head {
        font-size: 16px;
    }
    .h-c-d-b-details {
        font-size: 12px;
    }
    .contact-map iframe {
        width: 360px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .h-contact-detail-box {
        padding: 20px 0;
        padding-left: 40px;
    }
    .h-c-d-b-head {
        font-size: 16px;
    }
    .h-c-d-b-details {
        font-size: 12px;
    }
    .contact-map iframe {
        width: 400px;
    }
}


/* about page */

.about-desc-main-head {
    font-style: normal;
    font-weight: 600;
    font-size: 38px;
    line-height: 60px;
    text-align: center;
    text-transform: uppercase;
}

.about-desc-sub-head {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0.02em;
    color: var(--dark-1);
    padding: 0 15px;
    padding-top: 30px;
}

.about-desc-para {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 1px;
    color: var(--para-col);
    padding: 10px 15px;
}

.about-img img {
    width: 100%;
}

.about-us-tab-section {
    background-color: var(--main-bg);
}

.about-us-p-tab-link {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    color: var(--dark-1) !important;
    background-color: var(--white) !important;
    border: 1px solid #F1F1F1 !important;
}

.about-us-p-tab-pills .about-us-p-tab-link:hover{
    background-color: var(--dark-2) !important;
    color: var(--white) !important;
}
.about-us-p-tab-pills .about-us-p-tab-link:focus {
    background-color: var(--dark-2) !important;
    color: var(--white) !important;
}

.about-us-p-icon {
    color: var(--highlight);
    float: left;
}

.about-us-p-tab-pills .about-us-p-tab-link .active {
    background-color: var(--dark-2) !important;
    color: var(--white) !important;
}

.about-us-p-tab-details {
    /* margin-left: 50px; */
}

.about-us-p-tab-details-head {
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 60px;
    color: var(--dark-1);
    padding: 0 10px;
}

.about-us-p-tab-details-desc {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 1px;
    color: var(--para-col);
    padding: 10px 10px;
}

.about-us-p-tab-details-point {
    list-style: none;
}

.about-us-p-tab-details-point {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 32px;
    color: var(--para-col);
}

.mdi-feather {
    color: var(--green-3);
    background-color: var(--white);
    border-radius: 50%;
    padding: 5px;
    margin-right: 10px;
}

@media (min-width: 320px) and (max-width: 480px) {
    .about-desc-main-head {
        font-size: 26px;
        line-height: 40px;
    }
    .about-desc-sub-head {
        font-size: 20px;
        line-height: 32px;
    }
    .about-us-p-tab-details-head {
        font-weight: 500;
        font-size: 24px;
        line-height: 30px;
        padding-top: 20px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .about-desc-main-head {
        font-size: 28px;
        line-height: 40px;
    }
    .about-desc-sub-head {
        font-size: 20px;
        line-height: 32px;
    }
    .about-us-p-tab-details-head {
        font-weight: 500;
        font-size: 22px;
        line-height: 30px;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 3) {
    .about-us-p-tab-details-head {
        font-weight: 500;
        font-size: 22px;
        line-height: 30px;
    }
}


/* career1 page */

.work-life-h-img {
    overflow: hidden;
}

.work-life-h-img img {
    padding: 10px 15px;
    width: 100%;
}

.how-it-works-hadia {
    background-color: var(--main-bg);
}

.join-team-section {
    background-color: var(--main-bg);
}

.jt-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.join-team-head {
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 31px;
    color: var(--dark-2);
}

@media (min-width: 320px) and (max-width: 480px) {
    .join-team-head {
        font-size: 33px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .join-team-head {
        font-size: 33px;
    }
}

.jt-apply {
    width: 250px;
    height: 60px;
    background-color: var(--highlight);
    border-style: none;
    border-radius: 3px;
    color: var(--white);
    margin-top: 25px;
    font-size: 24px;
}

.jt-apply:hover {
    background-color: var(--dark-1);
}

@media (min-width: 320px) and (max-width: 480px) {
    .jt-apply {
        width: 170px;
        height: 40px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .jt-apply {
        width: 170px;
        height: 40px;
    }
}

.work-life-hadia {
    background-color: var(--second-bg);
}

.wl-h-head {
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 60px;
    text-align: center;
    color: var(--dark-1);
    margin-bottom: 0;
}

.wl-para {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 31px;
    color: var(--para-col);
    padding: 10px 15px;
}

.hiw-head {
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 60px;
    text-align: center;
    color: var(--dark-1);
}

.hiw-para {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 31px;
    color: var(--para-col);
    padding: 10px;
}

.hiw-span {
    padding-right: 10px;
}

.op-hadia-head {
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 60px;
    text-align: center;
    color: var(--dark-1);
    margin-bottom: 0;
}

.carrer-1-nav-tabs {
    display: flex;
    justify-content: center;
    padding: 30px 0;
}

.career-1-nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 30px;
    border: 1px solid #0B7484 !important;
    background-color: var(--white) !important;
    color: var(--dark-2) !important;
    border-radius: 3px;
    margin: 10px 5px;
}

.carrer-1-nav-tabs .career-1-nav-item .career-1-nav-link .active {
    background-color: var(--dark-2) !important;
}

.career-1-accordion-body-top-head {
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 31px;
    color: var(--gray-dark);
}

.career-1-accordion-head {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: var(--dark-2);
}

.career-1-accordion-button:focus {
    z-index: 3;
    border-color: var(--highlight) !important;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(209, 206, 15, 0.25);
}

.career-1-accordion-body-top-desc {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 31px;
    text-align: justify;
    color: var(--gray-dark);
    padding: 10px 10px;
}

.career-1-accordion-btn button {
    width: 130px;
    height: 35px;
    background-color: var(--highlight);
    color: var(--white);
    border-style: none;
    border-radius: 3px;
}

.career-1-accordion-btn button:hover {
    background-color: var(--dark-1);
}


/* student-dashboard-page */


/* student-dashboard-navbar */

.sd-web-navbar {
    background-color: var(--dark-1) !important;
    color: var(--white) !important;
}

.sd-web-navbar-nav-link .active {
    color: var(--highlight) !important;
}

.sd-web-navbar-nav-link {
    color: var(--light-gray) !important;
}

.sd-web-navbar-nav-link:hover {
    color: var(--highlight) !important;
}

.sd-web-navbar-btn {
    background-color: var(--highlight);
    border-style: none;
    border-radius: 3px;
    padding: 5px 10px;
    margin: 0 10px;
}

.sd-web-navbar-btn i {
    font-size: 20px;
    color: var(--white);
}

.sd-web-navbar-btn:hover {
    background-color: var(--dark-2);
}


/* student-dashboard-navbar-end */

.sd-name-level {
    display: flex;
    justify-content: space-between;
}

.sd-name {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 36px;
    color: black;
    margin-bottom: 0;
}

.sd-level-box select {
    color: var(--highlight);
    padding: 5px 8px;
    background-color: var(--light-gray2);
    border-style: none;
    border-radius: 3px;
    outline: none;
}

.sd-pay-not-box {
    display: flex;
    align-items: center;
    justify-content: start;
    background-color: rgba(255, 142, 142, 0.22);
    margin-top: 45px;
    padding: 15px 10px;
}

.sd-pay-not-box p {
    margin-bottom: 0;
    padding: 0 15px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--red--);
}

.sd-pay-not-box a {
    text-decoration: none;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: var(--dark-1);
}

.sd-pay-not-box i {
    font-size: 25px;
    padding: 0 0 0 20px;
    color: var(--red--);
}

@media (min-width: 481px) and (max-width: 767px) {
    .sd-payment-notif-para {
        font-size: 13px;
        padding: 0 5px 0 15px;
    }
    .sd-pay-not-box a {
        line-height: 18px;
    }
    .sd-pay-not-box i {
        padding: 0 0 0 5px;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .sd-payment-notif-para {
        font-size: 12px;
        padding: 0 5px 0 15px;
    }
    .sd-pay-not-box a {
        line-height: 18px;
    }
    .sd-pay-not-box i {
        padding: 0 0 0 5px;
    }
}

.sd-teacher-live-banner-img-div {
    position: relative;
    overflow: hidden;
}

.sd-teacher-live-banner-img {
    width: 100%;
}

.sd-teacher-live-banner-head {
    position: absolute;
    font-style: normal;
    font-weight: 600;
    font-size: 29px;
    line-height: 43px;
    text-align: center;
    color: var(--white);
    top: 60px;
    left: 400px;
    margin-bottom: 0;
}

.sd-teacher-live-banner-para {
    position: absolute;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    color: var(--light-gray);
    text-align: center;
    top: 130px;
    left: 330px;
}

.sd-teacher-live-banner-btn {
    position: absolute;
    width: 150px;
    height: 40px;
    background-color: var(--highlight);
    border-style: none;
    color: var(--white);
    border-radius: 5px;
    position: absolute;
    top: 200px;
    left: 520px;
}

.sd-teacher-live-banner-btn:hover {
    background-color: var(--dark-1);
}

.sd-teacher-live-banner-teacher {
    position: absolute;
    bottom: 10px;
    left: 70px;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .sd-teacher-live-banner-head {
        top: 60px;
        left: 370px;
    }
    .sd-teacher-live-banner-para {
        top: 130px;
        left: 280px;
        font-size: 16px;
        line-height: 24px;
    }
    .sd-teacher-live-banner-btn {
        width: 140px;
        height: 40px;
        top: 210px;
        left: 500px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .sd-teacher-live-banner-head {
        top: 60px;
        left: 370px;
    }
    .sd-teacher-live-banner-para {
        top: 130px;
        left: 280px;
        font-size: 16px;
        line-height: 24px;
    }
    .sd-teacher-live-banner-btn {
        width: 130px;
        height: 40px;
        top: 210px;
        left: 480px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .sd-teacher-live-banner-img {
        width: auto;
        height: 200px;
    }
    .sd-teacher-live-banner-head {
        top: 30px;
        left: 200px;
        font-size: 18px;
        line-height: 28px;
    }
    .sd-teacher-live-banner-para {
        top: 70px;
        left: 120px;
        font-size: 14px;
        line-height: 20px;
    }
    .sd-teacher-live-banner-btn {
        width: 90px;
        height: 30px;
        top: 140px;
        left: 240px;
    }
    .sd-teacher-live-banner-teacher {
        top: 5px;
        left: 15px;
        width: 140px;
        height: auto;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .sd-teacher-live-banner-img {
        width: auto;
        height: 180px;
    }
    .sd-teacher-live-banner-head {
        top: 15px;
        left: 120px;
        font-size: 15px;
        line-height: 28px;
    }
    .sd-teacher-live-banner-para {
        top: 50px;
        left: 90px;
        font-size: 13px;
        line-height: 19px;
    }
    .sd-teacher-live-banner-btn {
        width: 80px;
        height: 30px;
        top: 130px;
        left: 180px;
    }
    .sd-teacher-live-banner-teacher {
        top: 13px;
        left: 10px;
        width: 120px;
        height: auto;
    }
}


/* ipad air */

@media only screen and (min-width: 820px) and (max-width: 1180px) {
    .sd-teacher-live-banner-img {
        width: auto;
        height: 220px;
    }
    .sd-teacher-live-banner-head {
        top: 35px;
        left: 250px;
        font-size: 20px;
        line-height: 28px;
    }
    .sd-teacher-live-banner-para {
        top: 90px;
        left: 170px;
        font-size: 16px;
        line-height: 22px;
    }
    .sd-teacher-live-banner-btn {
        width: 120px;
        height: 30px;
        top: 160px;
        left: 340px;
    }
    .sd-teacher-live-banner-teacher {
        top: 10px;
        left: 10px;
        width: 150px;
        height: auto;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .sd-teacher-live-banner-img {
        width: auto;
        height: 220px;
    }
    .sd-teacher-live-banner-head {
        top: 35px;
        left: 250px;
        font-size: 20px;
        line-height: 28px;
    }
    .sd-teacher-live-banner-para {
        top: 90px;
        left: 170px;
        font-size: 16px;
        line-height: 22px;
    }
    .sd-teacher-live-banner-btn {
        width: 120px;
        height: 30px;
        top: 160px;
        left: 330px;
    }
    .sd-teacher-live-banner-teacher {
        top: 10px;
        left: 10px;
        width: 150px;
        height: auto;
    }
}

.sd-myCourses {
    padding: 10px 10px;
}

.sd-myCourses-head {
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 60px;
    color: var(--dark-1);
}

.sd-myCourses-card-img {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.sd-myCourse-card-head {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: var(--light-gray);
}

.sd-myCourse-card-level {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 34px;
    color: var(--light-gray2);
}

.sd-myCourse-card-duration {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 34px;
    color: var(--light-gray2);
}

.sd-upcoming-classes-card {
    overflow: hidden;
    background-color: var(--light-gray);
    margin: 20px 10px;
}

.sd-upcoming-classes-card img {
    width: 100%;
}

.sd-upcoming-classes {
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 60px;
    color: var(--dark-1);
}

.sd-upcoming-classes-card-content {
    padding-left: 30px;
}

.sd-upcoming-classes-card-content-head {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 34px;
    color: var(--dark-1);
    margin-top: 20px;
}

.sd-upcoming-classes-card-content-teacher {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 34px;
    color: var(--para-col);
}

.sd-upcoming-classes-card-content-date {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 34px;
    color: var(--para-col);
}

.sd-upcoming-classes-card-content-calendar {
    padding-right: 10px;
    font-size: 20px;
}

.sd-upcoming-classes-card-teacher-content-name {
    padding-right: 10px;
    font-size: 20px;
}

.sd-my-courses-prgrs-bar {
    background-color: var(--highlight);
}

.sd-assignments-head {
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 60px;
    color: var(--dark-1);
    margin-bottom: 0;
}

.sd-assignments-inner-head a {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    text-decoration: none;
    color: var(--dark-2);
}

.sd-assignments-box {
    background-color: var(--main-bg);
}


/*   m slider */


/* Tr Job Post */

.job-item {
    background-color: #fff;
}

.job-tab .nav-tabs {
    margin-bottom: 60px;
    border-bottom: 0;
}

.job-tab .nav-tabs>li {
    float: none;
    display: inline;
}

.job-tab .nav-tabs li {
    margin-right: 15px;
}

.job-tab .nav-tabs li:last-child {
    margin-right: 0;
}

.job-tab .nav-tabs {
    position: relative;
    z-index: 1;
    display: inline-block;
}

.job-tab .nav-tabs:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    z-index: -1;
}

.job-tab .nav-tabs>li a {
    display: inline-block;
    background-color: #fff;
    border: none;
    border-radius: 30px;
    font-size: 14px;
    color: #000;
    padding: 5px 30px;
}

.job-tab .nav-tabs>li>a.active,
.job-tab .nav-tabs>li a.active>:focus,
.job-tab .nav-tabs>li>a.active:hover,
.job-tab .nav-tabs>li>a:hover {
    border: none;
    background-color: #008def;
    color: #fff;
}

.job-item {
    border-radius: 3px;
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
}

.job-item .btn.btn-primary {
    text-transform: capitalize;
}

.job-item .job-info {
    font-size: 14px;
    color: #000;
    overflow: hidden;
    padding: 40px 25px 20px;
}

.job-info .company-logo {
    margin-bottom: 30px;
}

.job-info .tr-title {
    margin-bottom: 15px;
}

.job-info .tr-title span {
    font-size: 14px;
    display: block;
}

.job-info .tr-title a {
    color: #000;
}

.job-info .tr-title a:hover {
    color: #008def;
}

.job-info ul {
    margin-bottom: 30px;
}

.job-meta li,
.job-meta li a {
    color: #646464;
}

.job-meta li a:hover {
    color: #008def;
}

.job-meta li {
    font-size: 12px;
    margin-bottom: 10px;
}

.job-meta li span i {
    color: #000;
}

.job-meta li i {
    margin-right: 15px;
}

.job-item .time {
    position: relative;
}

.job-item .time:after {
    position: absolute;
    content: "";
    bottom: 35px;
    left: -50px;
    width: 150%;
    height: 1px;
    background-color: #f5f4f5;
    z-index: -1;
}

.job-item:hover .time,
.job-item:hover .time:after {
    opacity: 0;
}

.job-item .time span {
    font-size: 12px;
    color: #bebebe;
    line-height: 25px;
}

.job-item .btn.btn-primary,
.role .btn.btn-primary,
.job-item .time a span {
    padding: 5px 10px;
    border-radius: 4px;
    line-height: 10px;
    font-size: 12px;
}

.job-item .time a span {
    color: #fff;
    background-color: #f1592a;
    border-color: #f1592a;
}

.job-item .time a span.part-time {
    background-color: #00aeef;
    border-color: #00aeef;
}

.job-item .time a span.freelance {
    background-color: #92278f;
    border-color: #92278f;
}

.job-item .item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-color: #008def;
    color: #fff;
    opacity: 0;
    -webkit-transition: all 800ms;
    -moz-transition: all 800ms;
    -ms-transition: all 800ms;
    -o-transition: all 800ms;
    transition: all 800ms;
}

.job-item:hover .item-overlay {
    opacity: 1;
}

.item-overlay .job-info {
    padding: 45px 25px 40px;
    overflow: hidden;
}

.item-overlay .btn.btn-primary {
    background-color: #007bd4;
    border-color: #007bd4;
    margin-bottom: 10px;
}

.item-overlay .job-info,
.item-overlay .job-info ul li,
.item-overlay .job-info ul li i,
.item-overlay .job-info .tr-title a {
    color: #fff;
}

.job-social {
    margin-top: 35px;
}

.job-social li {
    float: left;
}

.job-social li+li {
    margin-left: 15px;
}

.job-social li a i {
    margin-right: 0;
    font-size: 14px;
}

.job-social li a {
    width: 35px;
    height: 35px;
    text-align: center;
    display: block;
    background-color: #007bd4;
    line-height: 35px;
    border-radius: 100%;
    border: 1px solid #007bd4;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.job-social li:last-child a {
    background-color: #fff;
}

.job-social li:last-child a i {
    color: #008def;
}

.job-social li a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 100%;
    background-color: #008def;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.job-social li a:hover:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    padding: 5px;
}

.job-social li a:hover {
    border-color: #fff;
}

.job-social li a:hover i {
    color: #fff;
}

.tr-list {
    margin: 0;
    padding: 0;
    list-style: none;
}


/* events and updates details page */

.events-updates-details-section {
    background-color: var(--main-bg);
}

.eu-details-left {
    background-color: var(--white);
}

.events-updates-dt-main-img {
    padding-top: 20px;
}

.eu-details-date {
    padding-top: 15px;
}

.eu-details-head {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    color: var(--dark-2);
}

.eu-details-para {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 34px;
    color: var(--para-col);
}

.eu-details-recent-updates {
    background-color: var(--white);
    margin-top: 30px;
}

.eu-details-ru-cards {
    border-style: none;
    padding-top: 15px;
    padding: 0 5px;
}

.eu-details-ru {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 33px;
    color: var(--dark-1);
    padding: 20px 30px;
    margin-bottom: 0px;
}

.eu-details-ru-head {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    padding-top: 10px;
}

.eu-details-ru-head a {
    text-decoration: none;
    color: var(--dark-1);
}

.eu-details-ru-date {
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 14px;
    color: var(--para-col);
    display: flex;
}

.eu-details-ru-calendar {
    color: var(--dark-1);
    font-size: 20px;
}

.events-updates-dt-main-img-1 {
    overflow: hidden;
    padding: 30px 0;
}


/* .events-updates-dt-main-img-2 img {
	margin-left: 30px;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.events-updates-dt-main-img-2 img:hover {
	margin-left: 0;
} */

.events-updates-dt-main-img-2 {
    overflow: hidden;
}

@media (min-width: 320px) and (max-width: 480px) {
    .eu-dt-cat-col {
        padding-top: 20px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .eu-dt-cat-col {
        padding-top: 20px;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 3) {
    .eu-dt-cat-col {
        padding-top: 20px;
    }
}

@media only screen and (min-width: 820px) and (max-width: 1180px) {
    .eu-dt-cat-col {
        padding-top: 20px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .eu-dt-cat-col {
        padding-top: 20px;
    }
}


/*...............   events and updates eudi   .............*/

.eu-calendar {
    color: var(--dark-2);
    font-size: 25px;
}

.eu-cards-left-img {
    display: flex;
    justify-content: center;
    
}

.eu-cat-title {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 33px;
    color: var(--dark-1);
    margin-bottom: 0;
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.eu-date {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    color: var(--para-col);
    display: flex;
    margin-bottom: 0;
    padding: 5px 0;
}

.eu-card-head {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: var(--dark-1);
    padding: 3px 0;
    margin-bottom: 0;
}

.eu-card-para {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 23px;
    color: var(--para-col);
    margin-bottom: 0;
    padding: 3px 0;
}

.eu-card-btn {
    width: 100px;
    height: 30px;
    border-radius: 5px;
    background-color: var(--highlight);
    color: var(--white);
    border-style: none;
    margin: 5px 0;
}

.eu-card-btn a {
    color: var(--white);
}

.eu-card-btn:hover {
    background-color: var(--dark-1);
}

.item-overly-trans .eu-card-img-btn {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 23px;
    border-style: none;
    border-radius: 33px;
    text-decoration: none;
    color: var(--highlight);
    background-color: var(--light-gray2);
    width: 80px;
    height: 30px;
}

.item-overly-trans .eu-card-img-btn:hover {
    background-color: var(--dark-1);
}

.eu-card-body {
    padding: 5px 10px !important;
}

.eu-cat-items {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 33px;
    color: black;
    text-decoration: none;
}

.eu-cat-items:hover {
    color: var(--dark-2);
}

.eu-cat-items i {
    padding: 7px 9px;
    background-color: var(--highlight);
    color: var(--light-gray);
    border-radius: 50%;
}

.sptb {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.item2-gl .item2-gl-nav select {
    text-align: center;
}

.item2-gl-nav h6 {
    text-align: center;
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}

.item-overly-trans a {
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 2;
    background: #79808a;
    color: #fff;
    border-radius: 3px;
    padding: 5px;
}

.item-overly-trans .rating-stars .rating-stars-container .rating-star.sm {
    color: rgba(255, 255, 255, 0.5)
}

.item-overly-trans .rating-stars .rating-stars-container .rating-star.is--active,
.rating-stars .rating-stars-container .rating-star.is--hover {
    color: #f1c40f;
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}

@media (max-width:480px) {
    .tab-content.card-body .btn {
        min-width: 1.625rem;
    }
    .tab-content.card-body .progress-bar {
        display: none;
    }
}

.item-search-tabs .tab-content {
    background: 0 0!important;
    border: 0!important;
}

.item-search-tabs .tab-content {
    border: 1px solid rgba(0, 0, 0, .1);
    background: rgba(0, 0, 0, .2);
    padding: 15px;
    margin: 1px 5px 0 0;
    border-radius: 3px;
}

.tab-content.index-search-select .select2-container--default .select2-selection--single {
    border-radius: 0 !important
}

.item1-card-tab .tab-content .tab-pane {
    border: 1px solid #e0e8f3;
}

.item1-card-tab .tab-content {
    padding: 15px;
    text-align: initial;
}

.items-gallery .tab-content {
    padding: 15px;
    text-align: initial;
}

.item2-gl .tab-content {
    text-align: initial;
}

@media (min-width:767px) {
    .tab-content #tab-11 .item-card9-img {
        width: 400px;
    }
    .tab-content #tab-11 .item-card9-imgs img {
        height: 197px;
    }
    .tab-content #tab-11 .item-card2-img img {
        height: 197px;
    }
    .h-197 {
        height: 197px;
    }
}

@media (max-width:480px) {
    .tabs-menu ul.eductaional-tabs li a {
        margin: 0;
    }
    .tabs-menu ul.eductaional-tabs li {
        width: 100%!important;
    }
    .tab-content .tab-pane .card-body a {
        width: 100%;
        display: block;
    }
    .tab-content .tab-pane .card-body a.float-right {
        float: none!important;
    }
}

.details-tab-content {
    border-radius: 0 3px 0px 0px;
}

.event-card{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e0e8f3;
    border-radius: 3px;
}

.event-card>hr {
    margin-right: 0;
    margin-left: 0;
}

.event-card:hover {
    box-shadow: 0 5px 12px rgba(126, 142, 177, .2)
}

.event-card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.event-card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
}

.event-card {
    position: relative;
    margin-bottom: 1.5rem;
    width: 100%;
}

.event-card {
    position: relative;
    margin-bottom: 1.5rem;
    width: 100%;
}

.event-card .card {
    box-shadow: 0 10px 40px 0 rgba(62, 57, 107, .1), 0 2px 9px 0 rgba(62, 57, 107, .1);
}

@media print {
    .event-card {
        box-shadow: none;
        border: none;
    }
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.5rem;
}

.card-body>:last-child {
    margin-bottom: 0;
}

@media print {
    .card-body {
        padding: 0;
    }
}

.item-card9-img img {
    width: 100%;
}

.item-card9-img {
    height: 100%;
}

.item-card9-img .item-card9-imgs a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 98;
}

.item-card9-img .item-card9-imgs a i {
    margin: 0 auto;
    top: 35%;
    font-size: 40px;
    text-align: center;
    left: 0;
    right: 0;
    display: block;
    color: #fff;
    position: absolute;
}

.item-card9-img {
    position: relative;
    height: 100%;
}

@media (min-width:767px) {
    .tab-content #tab-11 .item-card9-img {
        width: 400px;
    }
    .tab-content #tab-11 .item-card9-imgs img {
        height: 197px;
    }
    .tab-content #tab-11 .item-card2-img img {
        height: 197px;
    }
    .h-197 {
        height: 197px;
    }
}

.item-card9-icons {
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 98;
}

.item-card9-icons a {
    width: 2rem;
    display: inline-block;
    height: 2rem;
    text-align: center;
    border-radius: 100px;
    line-height: 2rem;
    border-radius: 50px;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
}

.item-card9-icons a:hover {
    color: #fff;
}

.item-card9-cost h3 {
    margin-top: 5px;
}

.item-card9-imgs {
    position: relative;
}

.item-card9-imgs a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.item-card9-desc ul {
    display: inline-flex;
    margin-bottom: 0;
}

.item-card9-desc ul li {
    width: 50%;
    float: left;
}

.item-card9-img {
    height: 100% !important;
}

.item-card9-imgs {
    overflow: hidden;
}

.item-card9-imgs img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.item-card9-imgs:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

*::-ms-backdrop,
.item-card9-img {
    height: 100%;
}

@media(max-width:767px) {
     ::-ms-backdrop,
    .item-card9-img {
        height: inherit !important;
    }
     ::-ms-backdrop,
    .item-card9-imgs {
        height: 100% !important;
    }
}

@media(min-width:991px) {
    *::-ms-backdrop,
    .map-content-width .item-card9-imgs {
        height: 197px !important;
    }
    *::-ms-backdrop,
    .map-content-width .item-card9-imgs img {
        height: 100% !important;
        width: auto !important;
    }
    .map-content-width.card .item-card9-imgs img {
        height: 197px;
    }
}

.page-item.active .page-link {
    background-color: var(--dark-2);
}

.page-item .page-link {
    color: var(--gray);
}

.cover-image {
    background-size: cover!important;
    width: 100%;
    position: relative;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0;
    padding: 1.5rem 1.5rem;
    position: relative;
    height: 100%;
}

@media print {
    .card-body {
        padding: 0;
    }
}

.custom-control {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

.label-secondary {
    width: 35px;
    background-color: #E1E1E1;;
    color: #2e384d;
    border-radius: 50%;
}

.float-right {
    float: right!important;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
}


/*======== student-dashboard-courses 2 ========*/

.student-dashbrd-cont-flui {
    background-color: #F5F5F5;
}

.student-dashboard-main-banner {
    position: relative;
}

.sd-main-banner-icon {
    position: absolute;
    top: 40px;
    left: 160px;
}

.sd-main-banner-head {
    position: absolute;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 54px;
    text-align: center;
    color: var(--light-gray);
    top: 70px;
    left: 500px;
}

.sd-main-banner-level {
    position: absolute;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    color: var(--white);
    top: 140px;
    left: 500px;
}

.sd-main-banner-duration {
    position: absolute;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 34px;
    top: 180px;
    left: 500px;
    color: var(--light-gray2);
}

.sd-main-banner-progress {
    height: 13px;
    width: 650px;
    position: absolute;
    top: 240px;
    left: 500px;
}

.sd-main-banner-progress-bar {
    background-color: var(--dark-2);
}

@media (min-width: 481px) and (max-width: 767px) {
    .student-dashboard-main-banner-img {
        height: 140px;
    }
    .sd-main-banner-icon {
        position: absolute;
        top: 25px;
        left: 40px;
        width: 90px;
        height: auto;
    }
    .sd-main-banner-head {
        position: absolute;
        font-size: 24px;
        line-height: 40px;
        top: 20px;
        left: 150px;
    }
    .sd-main-banner-level {
        position: absolute;
        font-size: 16px;
        line-height: 24px;
        top: 50px;
        left: 150px;
    }
    .sd-main-banner-duration {
        position: absolute;
        font-size: 14px;
        line-height: 26px;
        top: 70px;
        left: 150px;
    }
    .sd-main-banner-progress {
        height: 13px;
        width: 300px;
        position: absolute;
        top: 100px;
        left: 150px;
    }
    .sd-web-navbar-brand img {
        width: 220px;
        height: auto;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .student-dashboard-main-banner-img {
        height: 140px;
    }
    .sd-main-banner-icon {
        position: absolute;
        top: 25px;
        left: 20px;
        width: 90px;
        height: auto;
    }
    .sd-main-banner-head {
        position: absolute;
        font-size: 18px;
        line-height: 30px;
        top: 25px;
        left: 120px;
    }
    .sd-main-banner-level {
        position: absolute;
        font-size: 16px;
        line-height: 24px;
        top: 50px;
        left: 120px;
    }
    .sd-main-banner-duration {
        position: absolute;
        font-size: 14px;
        line-height: 26px;
        top: 70px;
        left: 120px;
    }
    .sd-main-banner-progress {
        height: 13px;
        width: 240px;
        position: absolute;
        top: 100px;
        left: 120px;
    }
    .sd-web-navbar-brand img {
        width: 200px;
        height: auto;
    }
}


/* ipad air */

@media only screen and (min-width: 820px) and (max-width: 1180px) {
    .student-dashboard-main-banner-img {
        height: 140px;
    }
    .sd-main-banner-icon {
        position: absolute;
        top: 25px;
        left: 80px;
        width: 130px;
        height: auto;
    }
    .sd-main-banner-head {
        position: absolute;
        font-size: 26px;
        line-height: 30px;
        top: 30px;
        left: 280px;
    }
    .sd-main-banner-level {
        position: absolute;
        font-size: 18px;
        line-height: 30px;
        top: 65px;
        left: 280px;
    }
    .sd-main-banner-duration {
        position: absolute;
        font-size: 16px;
        line-height: 28px;
        top: 95px;
        left: 280px;
    }
    .sd-main-banner-progress {
        height: 13px;
        width: 380px;
        position: absolute;
        top: 130px;
        left: 280px;
    }
    .sd-web-navbar-brand img {
        width: 220px;
        height: auto;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .student-dashboard-main-banner-img {
        height: 160px;
    }
    .sd-main-banner-icon {
        position: absolute;
        top: 25px;
        left: 80px;
        width: 130px;
        height: auto;
    }
    .sd-main-banner-head {
        position: absolute;
        font-size: 26px;
        line-height: 30px;
        top: 30px;
        left: 280px;
    }
    .sd-main-banner-level {
        position: absolute;
        font-size: 18px;
        line-height: 30px;
        top: 65px;
        left: 280px;
    }
    .sd-main-banner-duration {
        position: absolute;
        font-size: 16px;
        line-height: 28px;
        top: 95px;
        left: 280px;
    }
    .sd-main-banner-progress {
        height: 13px;
        width: 380px;
        position: absolute;
        top: 130px;
        left: 280px;
    }
    .sd-web-navbar-brand img {
        width: 200px;
        height: auto;
    }
    .sd-web-navbar-brand img {
        width: 220px;
        height: auto;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 4) {
    .student-dashboard-main-banner-img {
        height: 140px;
    }
    .sd-main-banner-icon {
        position: absolute;
        top: 25px;
        left: 10px;
        width: 85px;
        height: auto;
    }
    .sd-main-banner-head {
        position: absolute;
        font-size: 18px;
        line-height: 30px;
        top: 25px;
        left: 100px;
    }
    .sd-main-banner-level {
        position: absolute;
        font-size: 16px;
        line-height: 24px;
        top: 50px;
        left: 100px;
    }
    .sd-main-banner-duration {
        position: absolute;
        font-size: 14px;
        line-height: 26px;
        top: 70px;
        left: 100px;
    }
    .sd-main-banner-progress {
        height: 13px;
        width: 240px;
        position: absolute;
        top: 100px;
        left: 100px;
    }
    .sd-web-navbar-brand img {
        width: 220px;
        height: auto;
    }
}


/* sd-courses-2 navbar */

.sd-courses-2-nav-pills {
    display: flex;
    justify-content: start;
}

.sd-courses-2-nav-item {
    padding: 20px 10px;
}

.sd-courses-2-nav-link {
    width: 140px;
    height: 40px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: var(--gray) !important;
    background-color: #E9EFFE !important;
}

.sd-courses-2-nav-link:hover {
    background-color: var(--highlight) !important;
    color: var(--white) !important;
}

.sd-courses-2-nav-item .nav-link:hover {
    background-color: var(--highlight) !important;
    color: var(--white) !important;
}
.sd-courses-2-nav-item .nav-link.active{
    background-color: var(--highlight) !important;
    color: var(--white) !important;
}

.sd-courses-2-nav-link .sd-active {
    background-color: var(--highlight) !important;
}


/* sd-classes */

.student-dashboard-main-banner img {
    max-height: 300px;
}

.sd-cse-2-tab-pane-cls-main {
    background-color: var(--white);
}

.sd-cse-2-tab-pane-cls-top-div {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
}

.sd-cse-2-tab-pane-cls-head {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: var(--web-blue);
}

.sd-cse-2-tab-pane-cls-filter-i {
    font-size: 24px;
    color: var(--dark-2);
}


/* 
.product-card {
	box-shadow: 0 12px 17px rgba(129, 140, 151, 0.1);
}
.product-card .product-image {
	width: 30%;
	height: auto;
	position: relative;
}
@media only screen and (max-width: 992px) {
	.product-card .product-image {
		max-height: 250px;
		width: 100%;
	}
}
.product-card .product-image .product-thumbnail {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media only screen and (min-width: 992px) {
	.product-card .product-image .product-thumbnail {
		position: absolute;
		top: 0;
		left: 0;
	}
}
@media only screen and (max-width: 991px) {
	.product-card .product-image .product-thumbnail {
		width: calc(100% - 48px);
	}
}
.product-card .product-details {
	position: relative;
	width: 70%;
}
@media only screen and (max-width: 992px) {
	.product-card .product-details {
		width: 100%;
	}
}
.product-card .product-details a:hover {
	text-decoration: none;
	color: #0062cc;
} */

.sd-cse-subj {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: var(--gray-dark-2);
    padding: 0 15px;
}

.sd-cse-subj:hover {
    color: var(--web-blue);
}

.sd-cse-2-vdo iframe {
    width: 250px;
}

.sd-cse-2-tab-pane-cls-main-head {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: var(--dark-1);
    text-decoration: none;
}

.sd-cse-2-tab-pane-cls-main-btn {
    width: 155px;
    height: 35px;
    border-style: none;
    background-color: #E5F7F8;
    border-radius: 25px;
    font-size: 14px;
    color: var(--dark-2);
}

.sd-cse-2-tab-pane-cls-main-btm span {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: var(--dark-2);
}

.sd-cse-2-tab-pane-cls-main-btm span i {
    font-size: 22px;
    padding-right: 10px;
}

.sd-cse-2-tab-pane-cls-main-btm button {
    width: 105px;
    height: 35px;
    background-color: var(--highlight);
    color: var(--white);
    border-style: none;
    border-radius: 5px;
}

.sd-cse-2-tab-pane-cls-main-btm button:hover {
    background-color: var(--dark-1);
}

.sd-cse-2-tab-pane-cls-main {
    padding: 15px;
}

.sd-cse-2-tab-pane-cls-center {
    padding-top: 8px;
}

.sd-cse-2-tab-pane-cls-center p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: var(--dark-2);
}

.sd-cse-2-tab-pane-cls-center p img {
    padding-right: 8px;
}

.sd-cse-2-tab-pane-cls-card {
    box-shadow: 0 12px 17px rgba(129, 140, 151, 0.1);
}

.sd-cse-2-tab-pane-cls-card .sd-cse-2-tab-pane-cls-card-vdo {
    width: 30%;
    height: auto;
    position: relative;
}

@media only screen and (max-width: 992px) {
    .sd-cse-2-tab-pane-cls-card .sd-cse-2-tab-pane-cls-card-vdo {
        max-height: 250px;
        width: 100%;
    }
}

.sd-cse-2-tab-pane-cls-card .sd-cse-2-tab-pane-cls-card-vdo .sd-cse-2-tab-pane-cls-card-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and (min-width: 992px) {
    .sd-cse-2-tab-pane-cls-card .sd-cse-2-tab-pane-cls-card-vdo .sd-cse-2-tab-pane-cls-card-thumbnail {
        position: absolute;
        top: 0;
        left: 0;
    }
}

@media only screen and (max-width: 991px) {
    .sd-cse-2-tab-pane-cls-card .sd-cse-2-tab-pane-cls-card-vdo .sd-cse-2-tab-pane-cls-card-thumbnail {
        width: calc(100% - 48px);
    }
}

.sd-cse-2-tab-pane-cls-card .sd-cse-2-tab-pane-cls-card-details {
    position: relative;
    width: 70%;
}

@media only screen and (max-width: 992px) {
    .sd-cse-2-tab-pane-cls-card .sd-cse-2-tab-pane-cls-card-details {
        width: 100%;
    }
}

.sd-cse-2-tab-pane-cls-card .sd-cse-2-tab-pane-cls-card-details a:hover {
    text-decoration: none;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .sd-cse-2-tab-pane-cls-center p {
        font-size: 16px;
        line-height: 23px;
    }
    .sd-cse-2-tab-pane-cls-main-head {
        font-size: 18px;
        line-height: 23px;
    }
    .sd-cse-2-tab-pane-cls-main-btn {
        width: 110px;
        height: 35px;
        font-size: 12px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .sd-cse-2-tab-pane-cls-center p {
        font-size: 16px;
        line-height: 23px;
    }
    .sd-cse-2-tab-pane-cls-main-head {
        font-size: 18px;
        line-height: 23px;
    }
    .sd-cse-2-tab-pane-cls-main-btn {
        width: 110px;
        height: 35px;
        font-size: 12px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .sd-cse-2-tab-pane-cls-center p {
        font-size: 14px;
        line-height: 20px;
    }
    .sd-cse-2-tab-pane-cls-main-head {
        font-size: 16px;
        line-height: 20px;
    }
    .sd-cse-2-tab-pane-cls-main-btn {
        width: 110px;
        height: 35px;
        font-size: 12px;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .sd-cse-2-tab-pane-cls-center p {
        font-size: 11px;
        line-height: 17px;
    }
    .sd-cse-2-tab-pane-cls-main-head {
        font-size: 12px;
        line-height: 20px;
    }
    .sd-cse-2-tab-pane-cls-main-btn {
        width: 110px;
        height: 35px;
        font-size: 12px;
    }
}


/* ipad air */

@media only screen and (min-width: 820px) and (max-width: 1180px) {
    .sd-cse-2-tab-pane-cls-center p {
        font-size: 14px;
        line-height: 20px;
    }
    .sd-cse-2-tab-pane-cls-main-head {
        font-size: 16px;
        line-height: 22px;
    }
    .sd-cse-2-tab-pane-cls-main-btn {
        width: 110px;
        height: 35px;
        font-size: 12px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .sd-cse-2-tab-pane-cls-center p {
        font-size: 12px;
        line-height: 18px;
    }
    .sd-cse-2-tab-pane-cls-main-head {
        font-size: 14px;
        line-height: 20px;
    }
    .sd-cse-2-tab-pane-cls-main-btn {
        width: 110px;
        height: 35px;
        font-size: 12px;
    }
}


/* sd-assgnments */

.sd-course-2-tab-pane-assignments-head {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: var(--web-blue);
}

.sd-course-2-tab-pane-assignments-box-col {
    padding: 30px 10px;
}

.sd-course-2-tab-pane-assignments-box {
    background: #F1FDFF;
    box-shadow: 0px 3px 20px rgba(97, 97, 97, 0.08);
    overflow: hidden;
    padding-bottom: 20px;
}

.sd-course-2-tab-pane-assignments-box-img-col {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sd-course-2-tab-pane-assignments-box-img {
    padding: 15px;
}

.sd-course-2-tab-pane-assignments-b-d-head {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: var(--dark-2);
    padding: 10px 0;
}

.sd-course-2-tab-pane-assignments-b-d-date {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    color: #647B9C;
}

.sd-course-2-tab-pane-assignments-b-d-online {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 23px;
    color: #647B9C;
}

.sd-course-2-tab-pane-assignments-b-d-online img {
    padding-right: 10px;
}

.sd-course-2-tab-pane-assignments-box-opt {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sd-course-2-tab-pane-assignments-box-opt-left {
    padding-left: 20px;
}

.sd-course-2-tab-pane-assignments-box-opt-left button {
    width: 125px;
    height: 35px;
    background-color: var(--highlight);
    color: var(--white);
    border-style: none;
    border-radius: 5px;
}

.sd-course-2-tab-pane-assignments-box-opt-left button:hover {
    background-color: var(--dark-2);
}

.sd-course-2-tab-pane-assignments-box-opt-right {
    padding-right: 20px;
}

.sd-course-2-tab-pane-assignments-box-opt-right i {
    font-size: 45px;
    color: var(--dark-2);
}

.sd-c-2-assg-hr {
    height: 2px !important;
    color: var(--web-blue);
}


/* sd-study material */

.sd-c-2-tab-sm-box {
    background-color: var(--white);
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 10px 10px;
    margin: 0 0 20px 0;
}

.sd-c-2-tab-sm-pdf {
    color: var(--highlight);
    background-color: var(--light-gray2);
    padding: 10px;
    border-radius: 50%;
}

.sd-c-2-tab-sm-pdf-dt {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: var(--web-blue);
    padding: 0 20px;
}

.sd-c-2-tab-sm-pdf-dowld {
    font-size: 22px;
    color: var(--gray);
    padding-left: 40px;
}

.sd-c-2-tab-sm-pdf-dowld:hover {
    color: var(--highlight);
}


/*======== notification page =========*/

.main-noti-con {
    background-color: var(--white);
}

.main-noti-icon {
    color: var(--highlight);
    font-size: 20px;
    padding-right: 20px;
}

.main-noti-desc {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: var(--black-1);
    padding: 10px 20px;
}

.main-noti-icon:hover,
.main-noti-desc:hover {
    color: var(--dark-2);
}


/* faq page */

.faq-main-head {
    font-style: normal;
    font-weight: 600;
    font-size: 38px;
    line-height: 60px;
    text-align: center;
    color: var(--dark-1);
}

.accordion dl,
.accordion-list {
    border: 1px solid #ddd;
}

.accordion dl:after,
.accordion-list:after {
    content: "";
    display: block;
    height: 1em;
    width: 100%;
    background-color: white;
}

.accordion dd,
.accordion__panel {
    background-color: #eee;
    font-size: 1em;
    line-height: 1.5em;
}

.faq-accordion-desc {
    padding: 1em 2em 1em 2em;
}

.accordion {
    position: relative;
    background-color: #eee;
}

.accordionTitle,
.accordion__Heading {
    background-color: white;
    text-align: center;
    padding: 1em;
    display: block;
    text-decoration: none;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    color: var(--dark-1);
    transition: background-color 0.5s ease-in-out;
}

.accordionTitle:before,
.accordion__Heading:before {
    content: "+";
    font-size: 1.5em;
    line-height: 0.5em;
    float: left;
    transition: transform 0.3s ease-in-out;
}

.accordionTitle:hover,
.accordion__Heading:hover {
    background-color: var(--dark-2);
    color: var(--white);
}

.accordionTitleActive,
.accordionTitle.is-expanded {
    background-color: var(--dark-2);
}

.accordionTitleActive:before,
.accordionTitle.is-expanded:before {
    transform: rotate(-225deg);
}

.accordionItem {
    height: auto;
    overflow: hidden;
    transition: max-height 1s;
}


/* @media screen and (min-width: 48em) {
    .accordionItem {
        max-height: auto;
        transition: max-height 0.5s;
    }
} */

.accordionItem.is-collapsed {
    max-height: 0;
}

.no-js .accordionItem.is-collapsed {
    max-height: auto;
}

.animateIn {
    -webkit-animation: accordionIn 0.45s normal ease-in-out both 1;
    animation: accordionIn 0.45s normal ease-in-out both 1;
}

.animateOut {
    -webkit-animation: accordionOut 0.45s alternate ease-in-out both 1;
    animation: accordionOut 0.45s alternate ease-in-out both 1;
}

@-webkit-keyframes accordionIn {
    0% {
        opacity: 0;
        transform: scale(0.9) rotateX(-60deg);
        transform-origin: 50% 0;
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes accordionIn {
    0% {
        opacity: 0;
        transform: scale(0.9) rotateX(-60deg);
        transform-origin: 50% 0;
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes accordionOut {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(0.9) rotateX(-60deg);
    }
}

@keyframes accordionOut {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(0.9) rotateX(-60deg);
    }
}


/*======= login form =======*/

.h-login-modal-body {
    width: 100%;
}

.h-login-card {
    border-style: none;
    background-color: var(--white);
}

.h-login-card:hover {
    border-style: none;
}

.h-login-head {
    display: flex;
    justify-content: center;
    position: relative;
    padding-bottom: 20px;
}

.h-login-head h5 {
    color: var(--dark-2);
    font-style: normal;
    font-weight: 600;
    font-size: 22.96px;
    line-height: 45px;
}

.h-login-close-icon {
    color: var(--highlight);
    font-size: 30px;
    position: absolute;
    right: 0;
    bottom: 30px;
}

.h-login-close-icon:hover {
    color: var(--dark-2);
}

.h-login-form-inp {
    position: relative;
    margin-bottom: 10px;
    margin-top: 10px
}

.h-login-form-inp i {
    position: absolute;
    color: var(--highlight);
    font-size: 24px;
    top: 7px;
    left: 10px;
}

.h-login-form-control {
    height: 50px;
    text-indent: 24px;
    font-size: 15px;
    border: 1px solid var(--highlight);
}

.h-login-form-control:focus {
    background-color: var(--main-bg);
    box-shadow: none;
    color: var(--para-col);
    border-color: var(--highlight);
}

.h-login-btn {
    height: 35px;
    width: 100%;
    font-size: 16px;
    color: var(--white);
    background-color: var(--highlight);
    border-style: none;
    border-radius: 3px;
}

.h-login-btn:hover {
    background-color: var(--dark-1);
    color: var(--white);
}

.login-with-google span {
    color: var(--gray)
}

.h-login-bottom {
    display: flex;
    justify-content: space-between;
}

.h-google-btn button {
    width: 150px;
    height: 40px;
    border-style: none;
    border-radius: 5px;
    color: var(--gray);
    background-color: var(--white);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.h-google-btn button:hover {
    background-color: var(--main-bg);
}

.h-login-bottom-p {
    color: var(--gray);
}

.h-login-bottom-p a {
    color: var(--green-3);
}

.h-login-bottom-p a:hover {
    color: var(--red--);
}

.h-index-forgot-psw {
    color: var(--red--);
}

.h-index-forgot-psw:hover {
    color: var(--green-3);
}


/*===== register form  =====*/

.h-register-card {
    border-style: none;
    background-color: var(--white);
}

.h-register-card:hover {
    border-style: none;
}

.h-register-head {
    display: flex;
    justify-content: center;
    position: relative;
    padding-bottom: 20px;
}

.h-register-head h5 {
    color: var(--dark-2);
    font-style: normal;
    font-weight: 600;
    font-size: 22.96px;
    line-height: 45px;
}

.h-register-close-icon {
    color: var(--highlight);
    font-size: 30px;
    position: absolute;
    right: 0;
    bottom: 30px;
}

.h-register-close-icon:hover {
    color: var(--dark-2);
}

.h-register-form-inp {
    position: relative;
    margin-bottom: 10px;
    margin-top: 10px
}

.h-register-form-inp i {
    position: absolute;
    color: var(--highlight);
    font-size: 24px;
    top: 7px;
    left: 10px;
}

.h-register-form-control {
    height: 50px;
    text-indent: 24px;
    font-size: 15px;
    border: 1px solid var(--highlight);
}

.h-register-form-control:focus {
    background-color: var(--main-bg);
    box-shadow: none;
    color: var(--para-col);
    border-color: var(--highlight);
}

.h-register {
    height: 35px;
    width: 100%;
    font-size: 12px;
    font-size: 16px;
    color: var(--white);
    background-color: var(--highlight);
    border-style: none;
    border-radius: 3px;
}

.h-register:hover {
    background-color: var(--dark-1);
    color: var(--white);
}

.h-register-bottom-p {
    color: var(--gray);
}

.h-register-bottom-p a {
    color: var(--green-3);
}

.h-register-bottom-p a:hover {
    color: var(--red--);
}

.h-index-forgot-need-hlp {
    color: var(--red--);
}

.h-index-forgot-need-hlp:hover {
    color: var(--green-3);
}

.h-register-bottom {
    display: flex;
    justify-content: space-between;
}


/*=== h-p why hadia  ===*/

.why-h-cols {
    padding-top: 60px;
}

.why-h-cards {
    position: relative;
    padding: 20px 20px;
    box-shadow: 0px 3px 20px rgba(97, 97, 97, 0.08);
}

.why-h-cards-img {
    background-color: var(--light-gray);
    border-radius: 50%;
    padding: 20px;
    position: absolute;
    top: -70px;
    left: 65px;
}

.why-h-cards-desc {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (min-width: 768px) and (max-width: 1024px) {}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {}

@media (min-width: 481px) and (max-width: 767px) {
    .why-h-cards {
        margin-top: 90px;
    }
    .why-h-cards-img {
        background-color: var(--light-gray);
        border-radius: 50%;
        padding: 20px;
        position: absolute;
        top: -70px;
        left: 180px;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .why-h-cards {
        margin-top: 90px;
    }
    .why-h-cards-img {
        background-color: var(--light-gray);
        border-radius: 50%;
        padding: 20px;
        position: absolute;
        top: -70px;
        left: 120px;
    }
}


/* ipad air */

@media only screen and (min-width: 820px) and (max-width: 1180px) {
    .why-h-cards-img {
        background-color: var(--light-gray);
        border-radius: 50%;
        padding: 20px;
        position: absolute;
        top: -70px;
        left: 15px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .why-h-cards-img {
        background-color: var(--light-gray);
        border-radius: 50%;
        padding: 20px;
        position: absolute;
        top: -70px;
        left: 15px;
    }
}


/*===== student dashboard second banner =====*/

.sd-second-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: var(--highlight);
    width: 100%;
    height: 200px;
}

.sd-second-banner-head {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    color: var(--white);
    text-align: center;
}


/*===== career dashboard =====*/

.cd-top-name {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 48px;
    color: #000000;
    padding-bottom: 20px;
}

.cd-top-notification {
    background: rgba(255, 210, 142, 0.22);
    padding: 10px 0;
    padding-left: 60px;
}

.cd-top-notification-desc {
    color: var(--red--);
    margin-bottom: 0;
}

.cd-top-notification-desc i {
    font-size: 25px;
    padding: 0 10px;
}

.cd-center-banner {
    position: relative;
    margin-top: 50px;
    background: #1F3A40;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cd-center-banner-head {
    font-style: normal;
    font-weight: 600;
    font-size: 29px;
    line-height: 43px;
    text-align: center;
    color: var(--white);
}

.cd-center-banner-desc {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: var(--white);
}

.cd-center-banner-btn {
    background-color: var(--highlight);
    color: var(--white);
    width: 150px;
    height: 40px;
    border-style: none;
    border-radius: 3px;
}

.cd-center-banner-btn:hover {
    background-color: var(--dark-2);
}

.h-student-profile-banner {
    background-color: var(--yellow-had);
    height: 100px;
    overflow-x:hidden;
}

.h-student-profile-banner-head {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    color: var(--white);
    text-align: center;
}

.h-student-profile-banner-links {
    display: flex;
    justify-content: center;
    align-items: center;
}

.h-student-profile-banner-links a {
    text-decoration: none;
    color: var(--white);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    padding: 0 10px;
}

.h-student-profile-banner-links a:hover {
    color: var(--dark-2);
}


/* h-application form page */

.h-appl-form-bg {
    background-color: #F5F5F5;
    ;
}

.h-app-form-top-div {
    background-color: var(--white);
    padding: 30px 30px;
}

.h-app-form-bottom-div {
    background-color: var(--white);
    margin-top: 40px;
    padding: 30px 30px;
}

.h-appli-form-inp {
    width: 100%;
    padding: 5px 10px;
    margin-bottom: 25px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 22px;
    height:42px;
    border: 0.748052px solid #E0E8F3;
    color: rgba(46, 56, 77, 0.9);
    outline: 0.748052px solid #eef0f5;
}

.h-appli-form-lbl {
    margin-bottom: 5px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: rgba(46, 56, 77, 0.9);
}

.h-appli-agree-btn {
    border: 1px solid #2D9CDB;
}

.h-appli-agree-desc {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    color: rgba(46, 56, 77, 0.9);
}

.h-appli-apply-btn {
    width: 143px;
    height: 39px;
    background: #CD992D;
    border-radius: 5px;
    border-style: none;
    margin-right: auto;
}

.h-appli-apply-btn a {
    text-decoration: none;
    color: var(--white);
}

.h-appli-apply-btn:hover {
    background-color: var(--dark-2);
}

.h-instr-appli {
    background-color: var(--white);
    padding: 25px 20px;
    margin: 0 10px;
}

.h-instr-appli-head {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 33px;
    color: var(--dark-1);
}

.h-instr-appli-desc {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 33px;
    color: var(--gray);
}

.h-instr-appli-desc i {
    color: var(--green-3);
}

.h-appli-apply-btn-col {
    display: flex;
    justify-content: end;
}


/* h-stdnt-profile-page */

.h-sdnt-ashboard-bg {
    background-color: #E8E8E8;
}

.h-sdnt-dash-bg {
    background-color: #E8E8E8;
}

.h-sdnt-dashboard-sidebar {
    background-color: var(--white);
    margin: 0 10px;
}

.sd-prof-rgt {
    margin: 0 10px;
}

.h-sdnt-dashboard-prof-dtls {
    padding: 15px;
}

.h-sdnt-dashboard-prof-dtls-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.h-sdnt-dashboard-content {
    background-color: var(--white);
}

.h-sdnt-dashboard-sidebar-head {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: var(--dark-1);
}

.h-sdnt-dashboard-sidebar-name {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.sd-prof-crd {
    margin: 0;
    padding: 0;
}

.sd-prof-cstm-ctrl {
    margin-bottom: 0;
    padding: 10px;
}

.sd-prof-cstm-ctrl:hover {
    background-color: var(--light-gray2);
}

.sd-prof-cstm-ctrl .active {
    border-right: 5px solid var(--highlight);
}

.sd-prof-lft-lnk {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: var(--gray);
    text-decoration: none;
    padding: 0px;
}

.sd-prof-lft-lnk:hover {
    color: var(--highlight);
}

.sd-prof-lft-lnk i {
    padding-right: 20px;
    font-size: 20px;
}

.sd-prof-bdge {
    padding: 3px 8px;
    color: var(--white);
    background-color: var(--green-3);
    border-radius: 50%;
    float: right;
    font-size: 13px;
}

.sd-prof-paym-bdg i {
    padding: 2px 4px;
    color: var(--white);
    background-color: var(--red--);
    border-radius: 50%;
    float: right;
    font-size: 16px;
}

.h-sdnt-dashboard-sidebar-links-hr {
    margin: 0;
    height: 1px;
    color: var(--gray);
    border: 0;
    width: 100%;
    height: 1px
}

.h-stdnt-prof-edit-prof {
    padding: 25px;
}

.h-stdnt-prof-edit-prof label {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: var(--gray-dark);
}

.h-stdnt-prof-edit-prof input {
    color: rgba(168, 168, 168, 0.9);
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    background: #FFFFFF;
    border: 1px solid #E1E1E1;
    padding: 4px;
    outline: none;
    
}

.h-stdnt-prof-edit-prof textarea {
    background: #FFFFFF;
    border: 1px solid #E1E1E1;
    padding: 4px;
    outline: none;
    margin-bottom: 20px;
}

.btn-upd-prof button {
    width: 143px;
    height: 36px;
    background-color: var(--highlight);
    color: var(--white);
    border-style: none;
    border-radius: 5px;
}

.btn-upd-prof button:hover {
    background-color: var(--dark-1);
}

.file-input {
    display: inline-block;
    text-align: left;
    /* background: #fff; */
    width: 450px;
    position: relative;
    border-radius: 3px;
    margin-bottom: 20px;
}

.file-input>[type='file'] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10;
    cursor: pointer;
}

.file-input>.button {
    display: inline-block;
    cursor: pointer;
    background-color: var(--highlight);
    color: var(--white);
    padding: 5px 20px;
    border-radius: 2px;
    margin-right: 8px;
}

.file-input:hover>.button {
    background-color: var(--dark-1);
}

.file-input>.label {
    color: #333;
    white-space: nowrap;
    opacity: .3;
}

.file-input.-chosen>.label {
    opacity: 1;
}


/*===== student dash my courses =====*/

.student-dash-bg {
    background-color: #E8E8E8;
}

.h-stdnt-dash-my-crs-head {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: var(--dark-1);
    margin-bottom: 30px;
}

.h-stdnt-dash-my-crs {
    background-color: var(--white);
    padding: 20px 10px;
}

.h-stdnt-dash-my-crs-item {
    margin-bottom: 35px;
}

.sd-m-crs-btm-col {
    padding: 0 20px;
}

.s-d-my-crs-nav-pills li button {
    width: 140px;
    background-color: var(--white);
    border: 1px solid var(--dark-1) !important;
    color: var(--gray-dark);
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
}

.s-d-my-crs-nav-pills {
    display: flex;
    justify-content: center;
}

.s-d-my-crs-nav-pills li button:hover {
    background-color: var(--highlight);
    color: var(--white);
}

.s-d-my-crs-nav-pills li {
    padding: 10px 10px;
}


/* student dashboard payment notification */

.stdnt-dash-payment-noti-div {
    background-color: var(--white);
    padding: 20px 40px;
}

.stdnt-dash-payment-noti-amt-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.stdnt-dash-payment-noti-method {
    padding: 10px;
    background-color: var(--light-gray2);
    margin-bottom: 20px;
}

.sd-mk-pay {
    padding-bottom: 30px;
}

.stdnt-dash-payment-noti-method-head {
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 16px;
    color: var(--gray)
}

.stdnt-dash-payment-noti-amt-box-amt {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: var(--dark-2);
}

.stdnt-dash-payment-noti-amt-box-trans {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 0px;
    padding: 10px 8px;
    border-radius: 3px;
}

.stdnt-dash-payment-noti-date {
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 16px;
    color: var(--gray-dark);
}

.stdnt-dash-payment-noti-method-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.stdnt-dash-payment-noti-method-icon i {
    font-size: 28px;
    color: var(--highlight);
}

.stdnt-dash-payment-noti-tble {
    margin-top: 60px;
}

.stdnt-dash-payment-noti-tble table
tr
td {
    border: 1px solid #E0E8F3;
    padding: 7px 25px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: rgba(46, 56, 77, 0.9);
}

.stdnt-dash-payment-noti-tble tr {}

.stdnt-dash-payment-noti-tble td {}

.stdnt-dash-payment-noti-addi {
    margin-top: 30px;
    display: flex;
    align-items: center;
}

.stdnt-dash-payment-noti-addi i {
    font-size: 28px;
    color: var(--highlight);
}

.stdnt-dash-payment-noti-addi span {
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: var(--gray-dark);
    text-decoration: none;
}

.stdnt-dash-payment-noti-pay-btn {
    margin-right: auto;
    margin: 40px 0;
}

.stdnt-dash-payment-noti-pay-btn button {
    background-color: var(--highlight);
    color: var(--white);
    border-style: none;
    border-radius: 5px;
    padding: 4px 13px;
}

.stdnt-dash-payment-noti-pay-btn button:hover {
    background-color: var(--dark-2);
}

@media (min-width: 320px) and (max-width: 480px) {
    .stdnt-dash-payment-noti-addi a {
        font-size: 12px;
        line-height: 18px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .stdnt-dash-payment-noti-addi a {
        font-size: 12px;
        line-height: px;
    }
}


/* student dashboard my application page */

.stdnt-dash-my-appli-div {
    background-color: var(--white);
    padding: 25px 15px;
}

.stdnt-dash-my-appli-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    background-color: var(--light-gray);
    margin: 20px 10px;
}

.stdnt-dash-my-appli-box-lft a {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: var(--dark-2);
    text-decoration: none;
}

.stdnt-dash-my-appli-box-lft p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: var(--gray);
    margin-bottom: 0;
}

.stdnt-dash-my-appli-box-rgt p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
}


/*===== h-student-dahboard-payment =====*/

.h-sd-scrl-tb {
    /* display: block;
    max-width: -moz-fit-content;
    max-width: fit-content; */
    margin: 0 auto;
    overflow-x: auto;
    white-space: nowrap;
}

@media (max-width: 800px) {
    .h-sd-scrl-tb {
        display: block;
        max-width: -moz-fit-content;
        max-width: fit-content;
        margin: 0 auto;
        overflow-x: auto;
        white-space: nowrap;
    }
}

.h-s-d-p-tble-dtl th {
    border-bottom: 5px solid var(--highlight);
    background-color: var(--light-gray);
    padding: 10px 0;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: var(--web-blue);
}

.h-s-d-p-tble-dtl tr {
    text-align: center;
}

.h-s-d-p-tble-dtl th {
    text-align: center;
}

.h-s-d-p-tble-dtl tr td {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    padding: 15px 10px;
}

.h-s-d-p-tble-dtl tr td i {
    color: var(--dark-2);
}

.h-s-d-p-tble-dtl tr td i:hover {
    color: var(--highlight);
}

.h-stdnt-dash-left-head {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: var(--dark-1);
}


/*==== student dash mail noti  ====*/

.stdnt-dash-mail-noti-div {
    background-color: var(--white);
    padding: 30px 30px;
    /* border-color: var(--gray) !important; */
}

.stdnt-dash-mail-noti-div-box {
    margin: 30px 0;
}

.h-s-d-form-check-switch {
    margin: 20px 0;
}

.h-s-d-form-check-switch .h-s-d-form-check-input:checked {
    background-color: var(--highlight) !important;
    border-color: var(--highlight);
}

.h-s-d-form-check-label {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: var(--gray-dark);
    padding-left: 10px;
}

.stdnt-dash-mail-noti-div-box button {
    width: 143px;
    height: 36px;
    background-color: var(--highlight);
    color: var(--white);
    border-style: none;
    border-radius: 8px;
    margin-top: 80px;
}

.stdnt-dash-mail-noti-div-box button:hover {
    background-color: var(--dark-2);
}


/*===== student dash board change password =====*/

.h-s-d-psw-change {
    background-color: var(--white);
    padding: 25px 20px;
}

.h-s-d-psw-change-lft p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: var(--gray-dark);
}

.h-s-d-psw-change-div {
    display: flex;
}

.h-s-d-psw-change-rgt {
    margin-left: 30px;
    display: flex;
    flex-direction: column;
}

.h-s-d-psw-change-rgt input {
    border: solid 1px rgba(168, 168, 168, 0.9);
    outline: none;
    margin-bottom: 20px;
    padding: 3px 15px;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    color: var(--gray);
    border-radius: 3px;
}

.h-s-d-psw-change-lft {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: var(--gray-dark);
}

.h-s-d-psw-change button {
    width: 143px;
    height: 36px;
    background-color: var(--highlight);
    color: var(--white);
    border-style: none;
    border-radius: 8px;
    margin: 30px 0;
}

.h-s-d-psw-change button:hover {
    background-color: var(--dark-2);
}


/* student  assignment page */

.stdnt-assg-page-bg {
    background-color: var(--dash-bg);
}

.student-assignment-page {
    padding: 30px 0;
}

.student-assignment-name {
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 23px;
    color: var(--dark-2);
    padding: 20px 10px 0 10px;
}

.student-assignment-submitted {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: var(--gray-dark);
    padding: 0px 10px;
}

.student-assignment-content {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 32px;
    color: var(--gray-dark);
    padding: 20px 10px;
}

.student-assignment-rd-onl {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 23px;
    text-decoration: none;
    color: var(--read-onl);
    padding: 10px;
}

.student-assignment-rd-onl img {
    padding-right: 20px;
}

.student-assignment-rd-onl:hover {
    color: var(--highlight);
}

.student-assignment-card {
    margin: 10px 10px;
}

.student-assignment-cards-div {
    display: flex;
}

.student-assignment-card i {
    font-size: 65px;
    text-align: center;
    color: var(--gray-dark);
}

.student-assignment-card-body a {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 23px;
    color: var(--read-onl);
    text-decoration: none;
    text-align: center;
}

.student-assignment-card-body a:hover {
    color: var(--highlight);
}

.student-assignment-card button {
    background-color: var(--dark-2);
    color: var(--white);
    border-style: none;
    padding: 5px;
}

.student-assignment-card button:hover {
    background-color: var(--highlight);
}

.student-assignment-start-btn {
    padding: 60px 10px;
    margin-left: auto;
    display: flex;
    justify-content: end;
}

.student-assignment-start-btn button {
    width: 140px;
    height: 40px;
    background-color: var(--highlight);
    color: var(--white);
    border-style: none;
    border-radius: 5px;
}

.student-assignment-start-btn button:hover {
    background-color: var(--dark-2);
}


/* student-page-assignment-upload */

.student-assignment-page-upload-top {
    background-color: var(--white);
    padding: 10px;
    margin: 10px;
}

.student-assignment-page-upload-file {
    margin: 40px 10px;
    padding: 40px 20px;
    border: 1px dashed rgba(94, 94, 94, 0.9);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.student-assignment-page-upload-file button {
    border-style: none;
    background-color: var(--dash-bg);
}

.student-assignment-page-upload-file i {
    font-size: 50px;
}

.student-assignment-page-upload-file a {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: var(--gray-dark);
    text-decoration: none;
}

.student-assignment-page-upload-cmnt {
    margin: 40px 10px;
    padding: 20px 15px;
    background-color: var(--white);
}

.student-assignment-page-upload-cmnt textarea {
    border-style: none;
    outline: none;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: var(--gray-dark-2);
}

.student-assignment-page-upload-sub-btn {
    padding: 10px;
}

.student-assignment-page-upload-sub-btn button {
    background-color: var(--highlight);
    color: var(--white);
    width: 140px;
    height: 40px;
    border-style: none;
    border-radius: 3px;
}

.student-assignment-page-upload-sub-btn button:hover {
    background-color: var(--dark-2);
}

@media (min-width: 320px) and (max-width: 480px) {
    .student-assignment-name {
        font-size: 20px;
        line-height: 23px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .student-assignment-name {
        font-size: 20px;
        line-height: 23px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .student-assignment-name {
        font-size: 20px;
        line-height: 23px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .student-assignment-name {
        font-size: 20px;
        line-height: 23px;
    }
}

@media only screen and (min-width: 820px) and (max-width: 1180px) {
    .student-assignment-name {
        font-size: 20px;
        line-height: 23px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .student-assignment-name {
        font-size: 20px;
        line-height: 23px;
    }
}


/*====== tab-pane-active ======*/

/*.nav-pills .nav-item .nav-link.active {
    color: var(--white) !important;
    background-color: var(--highlight) !important;
    border-style: none !important;
}*/

.carrer-1-nav-tabs .career-1-nav-item .career-1-nav-link .active {
    color: var(--white) !important;
    background-color: var(--highlight) !important;
    border-style: none !important;
}

.nav-tabs .nav-item .nav-link .active {
    color: var(--white) !important;
    background-color: var(--highlight) !important;
    border-style: none !important;
}


/* header after login */

.h-header-logo-sec .bell-account-icon button {
    background-color: var(--highlight);
    color: var(--white);
    border-style: none;
    border-radius: 3px;
    height: 45px;
    width: 45px;
    font-size: 24px;
}

.h-header-logo-sec .bell-account-icon button:hover {
    background-color: var(--dark-1);
}

.h-header-logo-sec .bell-account-icon .bell-btn {
    margin: 0 10px;
}

.bell-btn {
    position: relative;
}

.bell-bdg {
    position: absolute;
    /*padding: 3px 8px;*/
    background-color: #dc3545;
    border-radius: 50%;
    top: -10px;
    right: -7px;
    color: var(--white);
    font-size: 14px;
}


/* login-reg page */

.log-reg-bg {
    background-color: var(--main-bg);
}


/* news feed */

.newsfeed-cont {
    background-color: var(--white);
}

.news-feed-main {
    padding: 15px;
    margin: 60px 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 70%;
    background-color: var(--white);
}

.news-feed-1 {
    display: flex;
    padding: 0 10px;
}

.news-feed-1 a {
    padding: 0 10px;
}

.news-feed-1 span {
    padding: 0 10px;
}

.news-feed-desc-img {
    margin: 40px 10px 10px 10px;
}

.news-feed-s-discussion {
    padding: 10px 10px;
}

.news-feed-s-discussion i {
    color: var(--dark-2);
    font-size: 20px;
}

.news-feed-discussion-box {
    background-color: #FFF8EB;
}

.news-feed-discussion-cmnt {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 30px;
}

.news-feed-discussion-cmnt-box-replay {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 100px;
}

.news-feed-discussion-cmnt-in-box {
    padding-left: 10px;
}

.news-feed-discussion-cmnt-point {
    padding: 5px 0;
}

.news-feed-img {
    overflow: hidden;
}


/* dropdown */

.acnt-drpdwn::after {
    content: none !important;
}

.user-drp-mnu {
    padding: 0;
}

.user-drp-dwn {
    border-radius: 2px;
    padding: 8px 10px;
}

.user-drp-dwn i {
    color: var(--highlight);
    font-size: 20px;
    padding-right: 10px;
}

.user-drp-dwn.active {
    background-color: var(--dark-2);
    color: var(--white);
}

.user-drp-dwn:hover {
    color: var(--highlight);
    
}


.dropdown-item{
    background-color: var(--dark-2);
    color: var(--white);
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: var(--dark-2) ;
}

@media (min-width: 320px) and (max-width: 480px) {
    .h-header-logo-sec .bell-account-icon button {
        height: 35px;
        width: 35px;
        font-size: 20px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .h-header-logo-sec .bell-account-icon button {
        height: 35px;
        width: 35px;
        font-size: 20px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .h-header-logo-sec .bell-account-icon button {
        height: 40px;
        width: 40px;
        font-size: 20px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .h-header-logo-sec .bell-account-icon button {
        height: 40px;
        width: 40px;
        font-size: 20px;
    }
}

@media only screen and (min-width: 820px) and (max-width: 1180px) {
    .h-header-logo-sec .bell-account-icon button {
        height: 40px;
        width: 40px;
        font-size: 20px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .h-header-logo-sec .bell-account-icon button {
        height: 40px;
        width: 40px;
        font-size: 20px;
    }
}


/* sd-academic-performance age */

.h-db-academic {
    background-color: var(--white);
    padding: 30px 30px;
}

.h-sd-t-head {
    padding: 5px 25px;
    background-color: var(--light-gray);
}

.h-sd-acdm-para {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    color: var(--gray-dark-2);
    padding: 40px 30px 0;
}

.h-sd-acdm-sel-box {
    padding-top: 10px;
    display: flex;
    justify-content: center;
}

.h-sd-acdm-sel-box select {
    padding: 5px 110px;
    background: #FFFFFF;
    border: 1px solid #E1E1E1;
    outline: none;
}

.sd-acdem-tbl {
    margin-top: 60px;
}

.sd-acdm-tbl-head span {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: var(--black-1);
}

.sd-acdm-tbl-btm {
    display: flex;
    justify-content: flex-end;
    padding-right: 80px;
    padding-top: 10px;
    color: var(--highlight);
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
}


/* .sd-opt-bg{
    color: var(--highlight);
}

.sd-opt-bg:hover{
    background-color: var(--gray);
} */

.h-sd-acdm-sel-box select option {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: var(--gray-dark);
}

.h-db-acdm-no-data-avlb {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.h-db-acdm-no-data-avlb p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: var(--dark-1);
}


/* gallery page */

.gal-wrap {
    padding: 30px 30px 60px;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 4rem;
    margin-right: -2px;
}

.gallery .item {
    line-height: 0;
    display: contents;
}

.gallery .item .img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.gallery .item .img::before {
    position: absolute;
    content: "";
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg width='61' height='61' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.76581 41.8827c-.29383-.647-.56806-1.3332-.80312-1.9606-1.93564-5.3665-2.1917-11.1959-.73409-16.7117 1.45761-5.5159 4.55971-10.4563 8.8931-14.16324 4.3334-3.70695 9.6924-6.00446 15.3631-6.58652 5.6708-.58205 11.3841.57899 16.379 3.32847.2286.1248.4974.15359.7472.08006.2498-.07354.4601-.24338.5848-.47216.1247-.22879.1535-.49778.08-.7478-.0735-.25001-.2432-.46058-.4717-.58537C39.4631 1.12917 33.3562-.108803 27.2953.514513 21.2344 1.13783 15.5066 3.5929 10.8735 7.55331 6.24045 11.5137 2.92159 16.7918 1.35822 22.6858-.205144 28.5799.0610456 34.8106 2.1214 40.5495c.25465.7254.54847 1.4508.86188 2.1566.04731.1252.11971.2393.21276.3354.09306.0961.20478.1721.32829.2233.12352.0513.2562.0767.38989.0746.13369-.002.26555-.0314.38745-.0864.1219-.0549.23126-.1343.32136-.2332.09009-.0989.159-.2152.20248-.3417.04348-.1266.06062-.2607.05035-.3941-.01027-.1334-.04772-.2633-.11005-.3817v-.0196ZM55.8126 14.4155c-.1376-.221-.3574-.3782-.6108-.437-.2535-.0588-.5199-.0145-.7407.1233s-.3779.3577-.4367.6114c-.0587.2537-.0144.5204.1233.7414 3.9352 6.3228 5.1998 13.9513 3.5155 21.2073s-6.1795 13.5452-12.4967 17.484c-6.3173 3.9387-13.9391 5.2044-21.1887 3.5186-7.2497-1.6857-13.5333-6.1849-17.46861-12.5077-.06817-.1094-.1572-.2044-.26202-.2793-.10481-.075-.22336-.1286-.34886-.1577-.12551-.0292-.25552-.0333-.38261-.0121-.12709.0212-.24877.0672-.35809.1354-.10933.0682-.20416.1573-.27907.2622-.07492.1049-.12846.2236-.15756.3492-.0291.1256-.0332.2557-.01206.383.02114.1272.06711.2489.13528.3584 4.21063 6.7647 10.9337 11.5783 18.6903 13.3817 7.7566 1.8035 15.9113.4491 22.6701-3.7653 6.7589-4.2143 11.5682-10.9434 13.3701-18.7068 1.8018-7.7634.4486-15.9252-3.7621-22.69ZM51.3464 11.7884c.0829.103.1859.1882.3026.2504.1167.0622.2448.1.3765.1114.1317.0113.2644-.0042.3899-.0456.1256-.0414.2415-.1078.3408-.1952.0992-.0875.1798-.1941.2368-.3135.0569-.1194.0892-.2491.0947-.3813.0056-.1322-.0157-.2642-.0625-.388-.0468-.1237-.1181-.2368-.2097-.3322-.7263-.82644-1.498-1.61187-2.3114-2.35264-.0935-.09538-.2055-.17063-.3291-.22112-.1236-.05049-.2562-.07515-.3896-.07248-.1335.00268-.265.03263-.3865.08803-.1215.05539-.2304.13506-.32.23411-.0896.09905-.158.21539-.2011.34187-.043.12648-.0598.26043-.0492.39362.0106.1332.0482.26283.1107.38093.0624.1181.1483.22218.2524.30584.7581.69164 1.4775 1.42464 2.1547 2.19584Z' fill='%23fff'/%3E%3Cpath d='M31.3265 29.5117V15.435c0-.26-.1032-.5093-.2868-.6932-.1837-.1838-.4328-.2871-.6926-.2871-.2597 0-.5089.1033-.6925.2871-.1837.1839-.2869.4332-.2869.6932v14.0571H15.8323c-.2598 0-.5089.1032-.6926.2871-.1836.1838-.2868.4331-.2868.6931 0 .26.1032.5093.2868.6932.1837.1838.4328.2871.6926.2871h13.5354v15.1158c0 .26.1032.5093.2869.6931.1836.1839.4328.2871.6925.2871.2598 0 .5089-.1032.6926-.2871.1836-.1838.2868-.4331.2868-.6931V31.4722H44.862c.2597 0 .5088-.1033.6925-.2871.1837-.1838.2869-.4332.2869-.6932 0-.26-.1032-.5093-.2869-.6931-.1837-.1839-.4328-.2871-.6925-.2871H31.3265Z' fill='%23fff'/%3E%3C/svg%3E");
    height: 60px;
    width: 60px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(-0.7);
    opacity: 0;
    z-index: 2;
    transition: 0.2s;
    transform-origin: center center;
}

.gallery .item .img::after {
    content: "";
    display: block;
    position: absolute;
    background: #021107;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 1;
    transition: 0.2s;
}

.gallery .item:hover .img::before {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

.gallery .item:hover .img::after {
    opacity: 0.2;
}

.gallery.col-12 {
    margin-right: -2px;
}

.gallery.col-12 .item .img {
    width: calc(28.3% - 2px);
    padding-bottom: calc(28.3% - 2px);
    margin: 20px;
}

@media only screen and (min-width: 1px) and (max-width: 1023px) {
    .gallery.col-12 .item .img {
        width: calc(50% - 2px);
        padding-bottom: calc(50% - 2px);
        margin: 0 2px 2px 0;
    }
}

.gal-ld-more {
    display: flex;
    justify-content: center;
}

.gal-ld-more button {
    width: 158px;
    height: 40px;
    background-color: var(--highlight);
    border-style: none;
    color: var(--white);
    border-radius: 3px;
}

.gal-ld-more button:hover {
    background-color: var(--dark-1);
}


/* student dash dropdown  */

.sd-act-drp {
    margin-top: 24px !important;
}


/* whatsapp & phone */

.float .whatsapp i {
    position: fixed;
    padding: 11px 13px;
    bottom: 40px;
    right: 40px;
    background-color: var(--green-2);
    border-radius: 50%;
    text-align: center;
    font-size: 22px;
    z-index: 100;
}

.float .whatsapp:hover i {
    color: var(--black-1);
}

.float .whatsapp a {
    color: var(--white);
}

.float .phone a {
    position: fixed;
    padding: 9px 12px;
    bottom: 100px;
    right: 40px;
    background-color: var(--highlight);
    opacity: 0.85;
    color: var(--white);
    border-radius: 50%;
    text-align: center;
    font-size: 22px;
    z-index: 100;
}

.float .phone:hover i {
    color: var(--black-1);
}

.float .phone a {
    color: var(--white);
}

.my-float {
    margin-top: 16px;
}

@media (max-width:1281px) {
    .float {
        position: fixed;
        width: 10px;
        height: 10px;
        z-index: 100;
    }
}

@media (max-width:1025px) {
    .float {
        position: fixed;
        width: 10px;
        height: 10px;
        z-index: 100;
    }
}

@media (max-width:801px) {
    .float {
        position: fixed;
        width: 10px;
        height: 10px;
        z-index: 100;
    }
}

@media (max-width: 600px) {
    .float {
        position: fixed;
        width: 10px;
        height: 10px;
        z-index: 100;
    }
}

@media (max-width: 480px) {
    .float {
        position: fixed;
        width: 10px;
        height: 10px;
        z-index: 100;
    }
}

@media (max-width: 400px) {
    .float {
        position: fixed;
        width: 10px;
        height: 10px;
        z-index: 100;
    }
}

@media (max-width: 320px) {
    .float {
        position: fixed;
        width: 10px;
        height: 10px;
        z-index: 100;
    }
}


/* study materials search box */

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.h-sd-prof-sear {
    background-color: var(--highlight);
    border-color: var(--white);
    border-left: none;
}

.h-sd-prof-sear:hover {
    background-color: var(--dark-1);
}

.h-sd-prof-sear-inp {
    outline: none !important;
    border-style: none;
}


/* curriculum panel bg */

.curric-panel-bg {
    background-color: #f1f6f9;
}


/* quiz-page */

.quiz-box {
    background-color: var(--white);
    padding: 30px 30px 60px 30px;
    position: relative;
    top: -90px;
    margin: 0 15px;
}

.quiz-btn button {
    float: right;
    width: 141px;
    height: 40px;
    background-color: var(--highlight);
    color: var(--white);
    border-style: none;
    border-radius: 8px;
}

.quiz-head {
    position: relative;
}

.quiz-head p::before {
    content: '';
    margin: 0;
    position: absolute;
    height: 75px;
    display: block;
    width: 7px;
    background: var(--dark-2);
    border-radius: 8px;
    top: -5px;
    left: -15px;
}

.quiz-head p {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: var(--dark-2);
    margin-bottom: 7px;
}

.quiz-head span {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: var(--gray-dark-2);
}

.quiz-desc p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--gray-dark);
    padding-top: 60px;
}

.quiz-btn button:hover {
    background-color: var(--dark-2);
}

.quiz-btn {
    padding: 50px;
}


/* question page */

.qs-top-sec {
    background-color: var(--highlight);
    padding: 40px 0;
}

.qs-top-sec .cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.qs-top-desc {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: var(--white);
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .qs-top-desc {
        font-size: 15px;
    }
}

.qs-top-btn {
    width: 141px;
    height: 40px;
    background-color: var(--dark-2);
    color: var(--white);
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    border-style: none;
}

@media only screen and (max-width: 767px) {
    .qs-top-btn {
        margin-top: 20px;
    }
}

.qs-top-btn:hover {
    color: var(--highlight);
}

.quiz-question-bx {
    background-color: var(--white);
    padding: 20px 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.quiz-qstn {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: var(--dark-1);
}

.quiz-opt span {
    padding: 16px 24px;
    background-color: var(--light-gray);
    border-radius: 50%;
    margin-right: 30px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: var(--dark-1);
}

.quiz-options {
    margin-top: 60px;
}

.quiz-opt {
    display: block;
    margin: 20px 0;
}

.quiz-opt>input {
    /* HIDE RADIO */
    visibility: hidden;
    /* Makes input not-clickable */
    position: absolute;
    /* Remove input from document flow */
}

.quiz-opt>input+div {
    /* DIV STYLES */
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 8px;
    padding: 25px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.answed-quiz {
    background-color: var(--green-2) !important;
    color: var(--white);
}

.current-quiz {
    background-color: var(--gray) !important;
    color: var(--white);
}


/* option check */

.quiz-opt>input:checked+div {
    /* (RADIO CHECKED) DIV STYLES */
    background-color: var(--white);
    border: 2px solid var(--dark-2);
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1);
}

.quiz-opt>input:checked+div span {
    background-color: var(--dark-2);
    color: var(--white);
}


/* option wrong */

.quiz-opt>.opt-wrong+div {
    border: 2px solid var(--red--);
}

.quiz-opt>.opt-wrong+div span {
    background-color: var(--red--);
    color: var(--white);
}


/* option true */

.quiz-opt>.opt-true+div {
    border: 2px solid var(--green-2);
}

.quiz-opt>.opt-true+div span {
    background-color: var(--green-2);
    color: var(--white);
}

.quiz-result {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 15px;
    margin: 30px 0 20px;
}

.quiz-wrong {
    background-color: var(--light-gray2);
    border-radius: 8px;
}

.quiz-wrong i {
    font-size: 22px;
    margin-right: 15px;
}

.quiz-wrong span {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: var(--red--);
}

.quiz-wrong button {
    padding: 10px 15px;
    border-radius: 8px;
    background-color: var(--red--);
    color: var(--white);
    border-style: none;
}

@media only screen and (max-width: 767px) {
    .quiz-wrong button {
        font-size: 12px;
    }
    .quiz-wrong span {
        font-size: 14px;
    }
}

.quiz-wrong button:hover {
    background-color: var(--green-2);
}

.quiz-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: var(--light-gray2);
    border-radius: 8px;
}

.crrct-ans-head {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: var(--green-2);
}

.crrct-ans-desc {
    margin: 20px 0;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: var(--gray-dark-2);
}

.green-hr {
    clear: both;
    display: block;
    width: 100%;
    background-color: var(--green-2);
    height: 2px !important;
}

.quiz-time-take i {
    color: var(--red--);
    margin-right: 20px;
}

.quiz-time-take {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: var(--green-2);
}

.quiz-nxt-skp {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 20px 15px;
}

.quiz-skp {
    width: 140px;
    height: 40px;
    background: var(--white);
    border: 1px solid var(--dark-2);
    box-sizing: border-box;
    border-radius: 8px;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: var(--dark-2);
    margin-right: 20px;
}

.quiz-nxt {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    background-color: var(--dark-2);
    width: 140px;
    height: 40px;
    border-radius: 8px;
    color: var(--white);
    border: 1px solid var(--dark-2);
}

.quiz-nxt:hover {
    background-color: var(--white);
    color: var(--dark-2);
}

.quiz-skp:hover {
    background-color: var(--dark-2);
    color: var(--white);
}

.lft-qstn-nums p {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: var(--dark-1);
    padding: 20px 30px 0;
    margin-bottom: 0;
}

.lft-qstn-nums {
    background-color: var(--white);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.qust-nums {
    padding: 15px;
}

    .qust-nums a {
        text-align: center;
        padding: 10px 14px;
        background-color: var(--bg-light);
        border-radius: 50%;
    }

.qust-nums a:hover {
    background-color: var(--dark-2);
    color: var(--white);
}

.quiz-footer {
    display: flex;
    justify-content: center;
    background-color: var(--dark-2);
    color: var(--white);
    padding: 15px 0;
}

.quiz-footer span {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
}

@media only screen and (max-width: 767px) {
    .lft-qstn-nums {
        margin-top: 60px;
    }
}


/* Quiz result page */

.result-head {
    padding-top: 40px;
}

.quiz-head {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 53px;
}

.quiz-marks {
    padding-top: 70px;
}

.quiz-mark {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 53px;
}

.semi {
    position: relative;
    margin-left: 4px;
}

.semi::before {
    position: absolute;
    content: ":";
    left: -18px;
    top: -60%;
    height: 100%;
}


/* sd-payment-new  */

.sd-pay-box {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    justify-content: space-between;
    padding: 25px 15px;
    margin: 30px 0;
    border: 2px solid white;
    border-radius: 4px;
}

.sd-pay-box:hover {
    border-color: var(--dark-2);
}

.sd-pay-lft-top p {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    line-height: 28px;
    color: var(--black-1);
    margin-bottom: 0;
}

.sd-pay-lft-btm {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: var(--gray-dark-2);
}

.p-rgt-pay {
    padding-left: 20px;
}

.sd-pay-lft {
    display: flex;
    justify-content: end;
    align-items: center;
}

.sd-pay-lft button {
    background-color: var(--highlight);
    color: var(--white);
    border-style: none;
    padding: 5px 25px;
    border-radius: 5px;
}

.sd-pay-lft button:hover {
    background-color: var(--dark-2);
}

@media only screen and (max-width: 767px) {
    .sd-pay-box {
        justify-content: center;
    }
    .sd-pay-lft {
        padding: 15px 0 0 5px;
        display: flex;
        justify-content: start;
    }
}


/* sd-invoice */

.sd-inv-tbl {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.invoice-dtls {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: rgba(46, 56, 77, 0.9);
}

.add-item-i i {
    color: var(--highlight);
    font-size: 22px;
}

.sd-inv-btn {
    margin: 60px 0 10px;
}

.sd-inv-btn button {
    padding: 7px 60px;
    background-color: var(--highlight);
    color: var(--white);
    border-style: none;
}

.sd-inv-btn button:hover {
    background-color: var(--dark-2);
}

.sd-inv-total {
    display: flex;
    justify-content: space-between;
}

.sd-inv-total-pay {
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 22px;
    color: rgba(46, 56, 77, 0.9);
}


/* match the following */

/*.match-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 40px;
    margin-bottom: 45px;
}

.match-qstn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 200px;
    height: 40px;
    background-color: var(--dark-2);
    color: var(--white);
    border-radius: 5px;
}

.math-sel-box select {
    padding: 8px 50px;
    border-style: none;
    background-color: var(--dark-2);
    color: var(--white);
    border-radius: 5px;
}

@media (min-width: 320px) and (max-width: 480px) {
    .match-qstn {
        width: 90px;
        font-size: 12px;
    }
    .math-sel-box select {
        padding: 8px 5px;
        font-size: 12px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .match-qstn {
        width: 110px;
    }
    .math-sel-box select {
        padding: 8px 8px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .match-qstn {
        width: 110px;
    }
    .math-sel-box select {
        padding: 8px 8px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .match-qstn {
        width: 110px;
    }
    .math-sel-box select {
        padding: 8px 8px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .match-qstn {
        width: 110px;
    }
    .math-sel-box select {
        padding: 8px 8px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .match-qstn {
        width: 110px;
    }
    .math-sel-box select {
        padding: 8px 8px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .match-qstn {
        width: 110px;
    }
    .math-sel-box select {
        padding: 8px 8px;
    }
}

@media only screen and (min-width: 820px) and (max-width: 1180px) {
    .match-qstn {
        width: 110px;
    }
    .qust-nums {
        padding: 10px;
    }
    .qust-nums a {
        padding: 8px 16px;
    }
    .math-sel-box select {
        padding: 8px 8px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .match-qstn {
        width: 110px;
    }
    .qust-nums {
        padding: 10px;
    }
    .qust-nums a {
        padding: 8px 16px;
    }
    .math-sel-box select {
        padding: 8px 8px;
    }
}

.h-margin-x {
    margin: 0 10px;
}*/


/* classfeed */

.image-upload__item {
    position: relative;
    min-height: 4.6667rem;
    border: 1px solid var(--border-grey-color);
    border-radius: var(--radius-base);
    background-image: url(/assets/images/humans/upload-placeholder.svg);
    background-size: cover;
    background-position: center center;
    -webkit-animation: fileItemAdded 0.3s linear forwards;
    animation: fileItemAdded 0.3s linear forwards;
    overflow: hidden;
}

.cl-main-wrap {
    background: #fafafa none repeat scroll 0 0;
    border: 1px solid #e1e8ed;
    border-radius: 5px;
    display: block;
    margin-bottom: 30px;
    padding: 15px 20px 20px;
    position: relative;
    width: 100%;
    z-index: 9;
}

.new-title {
    display: inline-block;
    font-weight: 500;
    margin-bottom: 20px;
    width: 100%;
}

.new-post {
    display: inline-block;
    position: relative;
    width: 100%;
}

.new-post>form {
    display: inline-block;
    width: 100%;
    position: relative;
}

.new-post>form>i {
    font-size: 16px;
    left: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.new-post>form input {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    padding: 10px 20px 10px 50px;
    width: 100%;
}

.upload-media {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: outside none none;
    margin: 20px 0 0;
    padding-left: 0;
    width: 100%;
}

.upload-media>li {
    background: transparent none repeat scroll 0 0;
    border-radius: 30px;
    display: inline-block;
    font-size: 12px;
    padding: 6px 0px;
    transition: all 0.2s linear 0s;
    vertical-align: middle;
    cursor: pointer;
}

.friend-info {
    display: inline-block;
    position: relative;
    width: 100%;
}

.friend-info>figure {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    width: 40px;
    margin-top: 0;
    position: relative;
    margin-right: 5px;
}

.friend-info>figure img {
    border-radius: 100%;
    border: 1px solid #cacaca;
}

.tab-pane .user-post .friend-name {
    width: 91%;
}

.friend-name {
    display: inline-block;
    padding-left: 10px;
    vertical-align: middle;
    width: 91.3%;
}

.more {
    float: right;
    position: relative;
}

.more-post-optns {
    cursor: pointer;
    display: inline-block;
    position: relative;
}

.more-post-optns::before {
    background: #e1ebf6 none repeat scroll 0 0;
    border-radius: 100%;
    content: "";
    height: 28px;
    left: 50%;
    position: absolute;
    top: 51%;
    transform: translate(-50%, -50%) scale(0);
    transition: all 0.2s linear 0s;
    width: 28px;
    z-index: 1;
}

.more-post-optns>i {
    position: relative;
    z-index: 2;
    font-size: 18px;
}

.more-post-optns>ul {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 2px 2px 10px rgb(0 0 0 / 10%);
    display: inline-block;
    list-style: outside none none;
    margin: 0;
    opacity: 0;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 100%;
    transform: translate(5px);
    transition: all 0.09s linear 0s;
    visibility: hidden;
    width: 220px;
    z-index: 9;
}

.friend-name>ins {
    display: inline-block;
    font-size: 12px;
    text-decoration: none;
    width: 90%;
    background: none;
}

.friend-name>span {
    color: #999;
    float: left;
    font-size: 12px;
    text-transform: capitalize;
    width: 90%;
}

.post-meta {
    float: left;
    margin-top: 15px;
    position: relative;
    width: 100%;
}

.post-title {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    padding: 10px 0;
    width: 100%;
}

.we-video-info {
    border-top: 1px solid #ede9e9;
    float: left;
    padding: 8px 0 0;
    position: relative;
    width: 100%;
    z-index: 0;
}

.we-video-info>ul {
    float: left;
    line-height: 27px;
    margin-bottom: 0;
    margin-top: 13px;
    padding-left: 5px;
    width: 66%;
}

.we-video-info>ul li {
    display: inline-block;
    font-size: 14px;
    margin-right: 35px;
    vertical-align: middle;
}

.we-video-info>ul li span {
    font-size: 16px;
    font-weight: 400;
    position: relative;
}

.we-video-info>ul li span i {
    font-size: 18px;
    color: #82828e;
}

.we-video-info>ul li span ins {
    font-size: 11px;
    left: 20px;
    position: absolute;
    text-decoration: none;
    top: -5px;
    background: none;
    line-height: initial;
}

.reply {
    float: right;
    font-size: 13px;
    margin-top: 19px;
}

.stat-tools {
    display: inline-block;
    margin-top: 20px;
    text-align: left;
    width: 100%;
}

.box {
    display: inline-block;
    vertical-align: middle;
}

.stat-tools>a,
.stat-tools>.box a {
    background: #eae9ee;
    border-radius: 4px;
    color: #82828e;
    display: inline-block;
    font-size: 13px;
    padding: 5px 20px;
    vertical-align: middle;
    transition: all 0.2s linear 0s;
}

.stat-tools>a.comment-to>i {
    color: #7e7f9e;
    font-size: 16px;
    vertical-align: middle;
    margin-right: 3px;
}

.stat-tools>a,
.stat-tools>.box a {
    background: #eae9ee;
    border-radius: 4px;
    color: #82828e;
    display: inline-block;
    font-size: 13px;
    padding: 5px 20px;
    vertical-align: middle;
    transition: all 0.2s linear 0s;
}

.new-comment {
    display: none;
    margin-top: 15px;
    position: relative;
    width: 100%;
}

.new-comment>form {
    display: inline-block;
    width: 100%;
    position: relative;
}

.new-comment form input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    color: inherit;
    display: inline-block;
    padding: 15px;
    width: 100%;
}

.comments-area {
    display: inline-block;
    width: 100%;
}

.post-meta>em {
    display: inline-block;
    font-size: 13px;
    font-style: normal;
    width: 100%;
}

.post-meta iframe {
    margin-bottom: 15px;
    width: 100%;
}

.sidebar-cl {
    margin: 0px auto;
    width: 100%;
    float: left;
}

.main-wraper,
aside .widget-cl {
    background: none 0px 0px repeat scroll rgb(250, 250, 250);
    border: 1px solid rgb(225, 232, 237);
    border-radius: 5px;
    display: block;
    margin-bottom: 30px;
    padding: 15px 20px 20px;
    position: relative;
    width: 100%;
    z-index: 9;
}

.widget-cl-title {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 20px;
    vertical-align: middle;
    width: 100%;
    position: relative;
}

.sidebar .widget-cl>ul {
    display: inline-block;
    list-style: outside none none;
    margin-bottom: 0px;
    padding: 0px;
    width: 100%;
}

.sidebar .widget-cl li {
    display: inline-block;
    margin-bottom: 14px;
    position: relative;
    width: 100%;
}

.widget-cl-analytics>li>span {
    background: none 0px 0px repeat scroll rgb(222, 235, 243);
    border: 1px solid rgb(102, 190, 245);
    border-radius: 20px;
    color: rgb(8, 141, 205);
    float: right;
    font-size: 12px;
    padding: 1px 10px;
}

.followers>li figure {
    display: inline-block;
    margin-bottom: 0px;
    max-width: 40px;
    min-width: 40px;
    vertical-align: middle;
    width: 40px;
}

.friend-meta {
    display: inline-block;
    padding-left: 10px;
    vertical-align: middle;
    width: 79%;
}

.friend-meta>h4 {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0px;
    width: 60%;
}

.friend-meta h4 a {
    font-weight: 500;
}

.friend-meta>a {
    float: right;
    font-size: 12px;
    margin-top: 3px;
    position: relative;
    padding: 3px 8px;
    background-color: var(--blue-color);
    border-radius: 20px;
    color: #fff;
}

.followers>li {
    margin: 10px 0;
    list-style-type: none;
}

.followers>li figure {
    display: inline-block;
    margin-bottom: 0px;
    max-width: 40px;
    min-width: 40px;
    vertical-align: middle;
    width: 40px;
}

.online-cl {
    color: var(--green-color);
}

.offline-cl {
    color: var(--red-color-2);
}

.listing-play {
    max-width: 120px;
    max-height: 120px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    width: 50%;
    -webkit-filter: drop-shadow(0px 0px 10px #222);
    filter: drop-shadow(0px 0px 10px #222);
}

.class-play {
    background-color: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
}

.template {
    display: flex;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.template h6 {
    opacity: 0.6;
    margin: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.template h2 {
    letter-spacing: 1px;
    margin: 10px 0;
}

.course-preview {
    padding: 30px;
    background: #1B4079;
    color: #fff;
    max-width: 250px;
}

.course-preview a {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    opacity: 0.6;
    margin-top: 30px;
    text-decoration: none;
}

.course-info {
    padding: 30px;
    position: relative;
    width: 100%;
}

.class-card {
    width: 100%;
    user-select: none;
    height: auto;
    /* border: 2px solid rgba(255, 255, 255, 0.2); */
    background-color: #ffffff;
    border-radius: 5px;
    z-index: 1;
    overflow: hidden;
    border: 1px solid #e1e8ed;
    border-radius: 5px;
    margin-bottom: 30px;
}

.class-card .card_header {
    display: flex;
    justify-content: space-between;
    padding: 15px;
}

.class-card .card_header h1 {
    font-size: 22px;
    color: #0a253f;
}

.class-card .card_header p {
    font-size: 16px;
    padding: 10px 20px 0 0;
    color: #4a4970;
}

.class-card .content-sub {
    padding: 7px 10px;
    font-size: 16px;
    border-radius: 50px;
    color: #ffffff;
    height: 35px;
    background-color: #0b74845c;
}

.class-card_info {
    color: #0a253f;
    font-size: 14px;
    font-weight: 500;
    display: flex;
}

.class-card_info p {
    margin: 15px 10px;
}

.class-card_info span {
    color: #4a4970;
    margin-right: 10px;
}

.class-card .card_footer {
    padding: 10px 20px;
    align-items: center;
    background-color: #F0F4F7;
    display: flex;
    justify-content: space-between;
    border-top: 3px solid --primary-color
}

.class-card .card_footer .btn {
    width: 100px;
    font-size: 16px;
    height: 30px;
    padding: 0 10px;
    border: none;
    outline: none;
    color: #fff;
    background-color: var(--highlight);
    cursor: pointer;
    border-radius: 5px;
}

.card_footer button span {
    margin-left: 10px;
}

.class-tab-switch {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.wauto {
    width: 20% !important;
}

.act-check {
    color: var(--green-color);
}

.class-sub-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.class-sub-txt {
    width: 100%;
    font-size: 14px;
    color: #0b7484;
}

.feed-cross {
    top: -28px;
    left: 204px;
}

.new-post-img {
    max-width: 300px;
}

.comment-feed {
    padding: 10px 0;
    border-top: 1px solid var( --grey-light-color-3);
}

.button-icon__icon {
    width: 22px;
    height: 22px;
}

.button-icon--small .button-icon__icon {
    width: 16px;
    height: 16px;
}

.button-icon__icon svg {
    vertical-align: top;
    width: 100%;
    height: 100%;
}

.button-icon input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.classfeed-btn-post {
    background-color: var(--dark-2);
    color: var(--white);
    border-style: none;
    padding: 6px 10px;
}

.classfeed-btn-post:hover {
    background-color: var(--highlight);
}

.review-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.3333rem;
}

@media (min-width: 1200px) {
    .review-list__item:last-of-type {
        margin-bottom: 4px;
    }
}

.review-list__avatar-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: -1;
}

.review-list__avatar-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: -1;
}

.review-list__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.review-list__name {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 1rem 0 5px;
    font-weight: 500;
}

.review-list__time {
    display: inline-block;
    font-size: 0.8667rem;
    color: var(--gray);
}

.review-list__message {
    width: 100%;
    margin-top: 0.6667rem;
}

.review-list__text {
    font-size: 13px;
    line-height: 1.38462em;
    color: var(--gray);
    padding-left: 5px;
}

.review-list__text:last-child {
    margin-bottom: 0;
}

button,
input {
    /* -webkit-appearance: none;*/
    padding: 0;
    border: none;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    color: inherit;
}

.button-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0;
    border-radius: 50%;
    cursor: pointer;
    background-color: var(--grey-light-color-3);
    -webkit-transition: var(--t-base);
    transition: var(--t-base);
}

.button-icon:hover {
    color: var(--read-onl);
}

.feed-prof-name {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 23px;
    color: var(--read-onl);
    text-decoration: none;
    text-align: center;
}


/* activity */

.activity-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--dark-2);
    color: var(--white);
    padding: 40px 30px;
}

.activity-head {
    display: flex;
    flex-direction: column;
}

.activity-sub span {
    font-size: 14px;
    font-weight: 500;
}

.activity-head span {
    font-size: 18px;
    font-weight: 600;
}

.activity-sub span {
    font-size: 14px;
    font-weight: 500;
}

.activity-back button {
    background-color: var(--white);
    color: var(--dark-2);
    padding: 7px 15px;
    font-weight: 600;
    border-radius: 3px;
}

.activity-back button:hover {
    background-color: var(--highlight);
    color: var(--white);
}


/* swiper slider  */

@media only screen and (max-width: 767px) {
    .eu-slider-main .eu-slider-main-contaier .swiper-container .swiper-wrapper .swiper-slide .card-image img {
        height: 260px;
    }
}

.watch-btn {
    background-color: var(--highlight);
}

.upload-assignment {
    display: none;
}






.class-avatar {
    position: relative;
}

.class-avatar .content-sub {
    position: absolute;
    bottom: 0;
    right: 12px;
}


.form-control .isd-input {
    border: 1px solid white !important;
    outline: none !important;
}


.isd-dropdown .isd-dropdown-item {
    background-color: var(--white);
    color: rgba(46, 56, 77, 0.9);
    border: 0.748052px solid #E0E8F3;
    outline: 0.748052px solid #eef0f5;
}


@media only screen and (max-width: 767px){
    .sd-courses-2-nav-link{
        width: 120px;
        height: 40px;
        font-size: 12px;
    }
    .sd-courses-2-nav-pills{
        display: flex;
        justify-content: center;
        
    }
    .sd-cse-2-tab-pane-cls-head{
        font-size: 14px;
        line-height: 20px;
    }
    .sd-cse-subj{
        font-size: 14px;
        line-height: 20px;  
    }

}


.sd-courses-2-nav-item {
    padding: 20px 10px 20px 0;
}



@media only screen and (min-width: 820px) and (max-width: 1180px) {
    .footer-app-img{
        display: flex;
        flex-direction: column;
    }
    .ftr-androd-img{
        padding-bottom: 10px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .footer-app-img{
        display: flex;
        flex-direction: column;
    }
    .ftr-androd-img{
        padding-bottom: 10px;
    }
}





@media only screen and (min-width: 820px) and (max-width: 1180px) {
    .course-list-isotope-details-buttons{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .course-list-isotope-details-buttons{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}



.hadia-nav .h-navbar-nav .h-nav-item .h-nav-link  .dropdown-menu::before{
    content: none !important;
    opacity: 0 !important;
    color: var(--highlight) !important;

}


.bg-active-btn {
    color: var(--white) !important;
    background-color: var(--dark-2) !important;
    border-style: none !important;
}

.upcoming-classes-thumbnail {
    width: 100%;
    height: 150px;
}
.instructor-card {
    background-color: #F1FDFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}



.instructor-img {
    border-radius: 50%;
    width: 110px;
    height: auto;
    right: 10px;
    bottom: 10px;
}

.instructor-name {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #0B7484;
    margin-top: 20px;
    margin-bottom: 20px;
}


.instructor-contact-btn button {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    background-color: #F2994A;
    color: #FFF8EB;
    width: 130px;
    height: 35px;
    border-radius: 5px;
}

    .instructor-contact-btn button:hover {
        background-color: #0B7484;
    }

.no-border-outline {
    border-style: none;
    outline: none;
    color: rgba(46, 56, 77, 0.9);
}



.swiper-button-next:after, .swiper-button-prev:after {
    display: none !important;
}

.h-stdnt-top-section {
    display: flex;
    align-items: center;
}


.back-chevron {
    font-size: 26px;
    line-height: 34px;
    color: rgba(94, 94, 94, 0.9);
    ;
    padding-right: 20px;
}

.stdnt-application-details {
    width: 70%;
}


    .stdnt-application-details .details-head {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        color: rgba(46, 56, 77, 0.9);
        margin-bottom: 20px;
    }



    .stdnt-application-details .details-list {
        display: flex;
    }

        .stdnt-application-details .details-list .col-6 {
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 24px;
            color: rgba(111, 114, 115, 0.9);
            margin-top: 20px;
        }


.personal-deails-hl {
    margin-top: 10px;
    border-bottom: 1px solid #E0E8F3;
}

.nav-profile {
    display: flex;
    align-items: center;
}

.nav-profile-dtls {
    display: flex;
    justify-content: center;
    margin-left: 10px;
    align-items: center;
}


textarea.h-appli-form-inp {
    height: auto;
}

.download-brochure-btn {
    width: 250px;
    height: 50px;
    border: 1px solid rgba(94, 94, 94, 0.9);
    border-radius: 5px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #0A4352;
    padding:10px 30px;
}

.download-brochure-btn:hover {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

/* result page */

.quiz-rslt {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 80px;
}

.test-cmplt {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: var(--dark-2);
    padding: 20px 0;
}

.total-mark-box {
    display: flex;
    border: 1px dotted var(--dark-2);
    margin-bottom: 50px;
}

.total-mak-head {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: var(--dark-2);
    padding: 10px;
    border-right: 1px dotted;
}

.total-mark {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: var(--dark-2);
    padding: 10px 20px;
}


.quiz-complete button {
    width: 141px;
    height: 40px;
    background-color: var(--highlight);
    color: var(--white);
    border-radius: 5px;
}

    .quiz-complete button:hover {
        background-color: var(--dark-2);
    }


@media only screen and (max-width: 767px) {
    .course-list-isotope-box {
        min-height: 100% !important;
        max-height: 100% !important;
    }
}

.nav-profile-dtls span {
    text-align: right;
}



.user-drp-dwn {
    background-color: var(--white);
    color: var(--highlight);
}


    .user-drp-dwn:before {
        content: "";
        position: absolute;
        /*border: solid transparent;
        border-bottom-color: white;*/
        border-width: 11px;
        margin-left: -10px;
        top: -11px;
        right: 65px;
        z-index: 1;
    }

    .user-drp-dwn:after {
        content: "";
        position: absolute;
        right: 66px;
        top: -11px;
        width: 0;
        height: 0;
        border: solid transparent;
        border-width: 10px;
        z-index: 0;
    }
.nav-profile-img img{
    height:50px;
    border-radius:50%;
}

/* search result modal */


.searchResultModal {
    border-radius: 20px;
    padding: 20px;
    margin-top:100px;
    /*min-width :600px;*/
}


.search-modal-close {
    font-size: 24px;
    color: var(--highlight);
}


.search-result {
    display: flex;
    align-items: center;
}

.search-result-img img {
    height: 60px;
    width: 60px;
    border-radius: 5px;
}


.search-result-main {
    margin-left: 10px;
    width: 600px;
}

    .search-result-main a {
        color: var(--dark-2);
    }

    .search-result-main p {
        font-size: 14px;
        margin-bottom: 0;
    }

.search-result-more {
    margin-left: auto;
    color: var(--black-1);
}

    .search-result-more:hover {
        color: var(--highlight);
    }

/* chapters */


details {
    margin: 0 auto;
    margin-bottom: .5rem;
    box-shadow: 0 .1rem 1rem -.5rem rgba(0,0,0,.4);
    border-radius: 5px;
    overflow: hidden;
}

summary {
    padding: 1rem;
    display: block;
    background: var(--dark-2);
    color: var(--white);
    padding-left: 2.2rem;
    position: relative;
    cursor: pointer;
}

    summary:before {
        content: '';
        border-width: .4rem;
        border-style: solid;
        border-color: transparent transparent transparent #fff;
        position: absolute;
        top: 1.3rem;
        left: 1rem;
        transform: rotate(0);
        transform-origin: .2rem 50%;
        transition: .25s transform ease;
    }


details[open] > summary:before {
    transform: rotate(90deg);
}

details summary::-webkit-details-marker {
    display: none;
}

details > ul {
    padding-bottom: 1rem;
    margin-bottom: 0;
}

.details-expanded {
    padding: 0 2rem;
}


pre {
    white-space: pre-wrap;
    word-break: break-all;
}

.chapter-download {
    color: white;
}

 .chapter-download:hover {
        color: var(--highlight);
    }

.password-show {
    background: none;
    border: none;
    color: #337ab7;
    font-weight: 600;
    position: absolute;
    right: 45px;
    top: 0;
    z-index: 9;
}

.password-show-eye:hover {
    color: var(--dark-1);
}

.custom-dropdown {
    color: #000000;
    background-color: #ffffff !important;
    width: 310px;
    position: absolute;
    left: -126px !important;
    padding: 20px !important;
}

@media only screen and (max-width: 767px) {
    .custom-dropdown {
        color: #000000;
        background-color: #ffffff !important;
        width: 300px;
        position: absolute;
        left: 0px !important;
        padding: 20px 20px 0px 20px !important;
    }
}


.custom-dropdown .notify-head {
    display: flex;
    justify-content: space-between;
    color: #000000;
}

    .custom-dropdown .notify-head .notify-title h5 {
        color: #000000;
        font-weight: 600 !important;
    }

.custom-dropdown .custom-notifications {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 200px;
    overflow-y: scroll;
    scrollbar-width: thin;
    border-bottom: 1px solid #efefef;
}

.custom-dropdown li .text h4 {
    color: var(--dark-1);
    text-align: left;
    font-size: 15px;
}

.custom-dropdown li .text p {
    color: var(--gray);
    text-align: left;
    font-size: 14px;
}

.notify-border {
    border-bottom: 1px solid var(--dash-bg)
}

.notify-view {
    color: var(--gray) !important;
    background-color: #ffffff;
    text-align: center;
    font-weight: 600;
}

    .notify-view :hover {
        color: var(--dark-1);
        background-color: #ffffff !important;
    }




@media (min-width: 576px) {

    .modal-dialog-custom {
        max-width: 500px;
        margin: 0rem auto !important;
    }
}

.py-80{
    padding: 80px 0 !important;
}

.index-drp-view {
    color: var(--highlight) !important;
}

.report-btn-h {
    float: right;
    background-color: #E9EFFE;
    
}

/*.sd-courses-2-nav-link :hover{
    background-color: var(--dark-2) !important;
    color: var(--white) !important;
}*/

.h-course-overview-right-sec-2 {
    background-color: var(--white);
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
}

.mb-10{
    margin-bottom:10px !important;
}
.pb-8{
    padding-bottom: 8px !important
}


#searchResult .modal-dialog{
    width:100% !important;
    max-width:600px;
}