* {
    font-family: Open Sans;
}
body{
    /* background: linear-gradient(262deg, rgba(6, 149, 211, 0.12) 6.33%, rgba(13, 148, 136, 0.15) 93.67%, rgba(13, 148, 136, 0.15) 93.67%); */
}

.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.row > .col-xl-12{
    background: linear-gradient(262deg, rgba(6, 149, 211, 0.12) 6.33%, rgba(13, 148, 136, 0.15) 93.67%, rgba(13, 148, 136, 0.15) 93.67%);
}

.bg-light-cust {
    background-color: #fff;
    /* position: fixed; */
    width: 100%;
    padding: 0 1rem;
}

.navbar-nav {
    align-items: baseline;
}

.brand_name_btn {
    background-color: #5E47D2;
    padding: 22px 56px;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    border: none;
}

.dropdown-toggle::after {
    content: none;
}

.dropdown-toggle .fa-angle-down {
    font-size: 24px;
}

.nav-item.desktop-screen a{
    font-size: 14px;
    color: #0d9488;
}


.join_for_free_btn {
    background-color: #0d9488;
    padding: 10px 11px;
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    border-radius: 8px;
    border: none;
}

.course_dropdown_title {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
}
.course_dropdown_title .fa-angle-down{
    display: flex;
    padding-left: 5px;
}

.navbar-nav li .fa{
    font-size: 12px;
}

li .fa-briefcase{
    margin-top: 7px;
}

.navbar-expand-md .navbar-toggler2 {
    display: block;
    color: #000;
    border: none;
    background-color: #fff;
}

.navbar-toggler2 {
    background-color: #fff;
    border: none;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    position: relative;
}

.navbar-list-2 .nav-item {
    padding: 0 1rem;
}

.navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
    height: fit-content;
    width: 20rem;
}

.navbar-expand-md .navbar-nav #dropdown-custom-bg {
    background-color: #EDEDED;
    border: none;
}

.navbar-expand-md .navbar-nav #dropdown-custom-bg #dropdown-custom-bg2 {
    background-color: #F5F5F5;
    border: none;
    top: 0px;
    left: 100%;
}

.navbar-expand-md .navbar-nav #dropdown-custom-bg #dropdown-custom-bg2 #dropdown-custom-bg3 {
    background-color: #fff;
    border: none;
    top: 0px;
    left: 100%;
    width: 37vw !important;
}

.navbar-expand-md .navbar-nav .dropdown-menu2 {
    position: absolute;
    height: 87vh;
    width: 60vw;
}

.navbar-nav li .dropdown-menu .dropdown-item-title {
    padding: 0.25rem 1.5rem;
    font-size: 12px;
    font-weight: 400;
    color: #000;
}

.navbar-nav li .dropdown-menu .dropdown-item {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.navbar-nav li:hover>ul.dropdown-menu {
    display: block;
}

#dropdown-custom-bg li a:hover {
    background-color: #fff;
}

.dropdown-item-1 {
    padding: 0.25rem 1rem;
    font-size: 20px;
    font-weight: 400;
    color: #000;
    display: block;
}

.dropdown-menu>li>.dropdown-item-1:hover {
    color: #000;
    text-decoration: none;
}

.dropdown-menu>li>a>.fa-angle-right {
    float: right;
    font-size: 22px;
}

.dropdown-item-description {
    padding: 0 1rem;
}

.features-title {
    font-weight: 600;
    font-size: 16px;
}

.features-description {
    font-weight: 400;
    font-size: 14px;
    line-height: 36px;
}

.navbar-expand-md .navbar-toggler {
    display: block !important;
    border: none !important;
}

.slider-section {
    /* background-color: #eff3fc; */
    /* background: linear-gradient(262deg, rgba(6, 149, 211, 0.12) 6.33%, rgba(13, 148, 136, 0.15) 93.67%, rgba(13, 148, 136, 0.15) 93.67%); */
    /* padding-top: 3rem; */
}

.first-slider-img {
    width: 60%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.learning-title {
    font-size: 38px;
    color: #000;
    font-weight: 400;
}

.sub-tittle {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    margin: 1.5rem 0;
}

.description-line {
    font-family: Epilogue !important;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    margin-bottom: 1.5rem;
}

.desc-style {
    padding-left: 4rem;
}

.carousel-control-next,
.carousel-control-prev {
    justify-content: space-around;
    width: 5%;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
}

.dropdown-menu li {
    padding: .5rem .7rem;
}

.searchbox-wrap {
    display: flex;
    margin-top: 6%;
}

.searchbox-wrap input {
    border: none;
    width: 68%;
    padding: 1rem 1rem;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.searchbox-wrap .search-btn {
    border: none;
    background-color: #fff;
    border-top-left-radius: 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 0px;
}

.searchbox-wrap .search-btn span {
    border: none;
    background-color: #0d9488;
    color: #fff;
    padding: 1rem;
    border-radius: 5px;
    font-size: 14px;
    display: flex;
}

.searchbox-wrap .search-btn span i {
    padding-right: 1rem;
    font-size: 20px;
}

.searchbox-wrap .dropdown-toggle {
    border: none;
    background-color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 5px;
    padding: 1rem 1rem;
}

.btn:focus {
    outline: 0;
    box-shadow: none;
}

.btn.focus,
.btn:focus {
    outline: 0;
}

.searchbox-wrap .dropdown .dropdown-toggle .fa-angle-down {
    font-size: 18px;
    color: #9C4DF4;
    font-weight: 600;
    padding-left: 7px;
}

.inner-img-object {
    height: 100%;
    width: 100%;
}

.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 65%);
}

.custom-select {
    background: none;
}

.searchbox-wrap .custom-select {
    background-color: #fff;
    border: none;
}

.searchbox-wrap.open .dropdown-menu {
    display: block;
}

.searchbox-wrap .dropdown-menu>.menu-active {
    display: none;
}

.nav-item.search-bar .top-align .form-group input::placeholder {
    color: #999999;
    font-weight: 400;
    font-size: 16px;
    opacity: 1;
}

.slider-section .carousel-control-next, .carousel-control-prev {
    opacity: 1;
}

.slider-section .carousel-control-prev-icon {
    background-image: none;
    left: 1%;
    position: absolute;
    top: 51%;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid black;
}
.slider-section .carousel-control-next-icon {
    background-image: none;
    right: 1%;
    position: absolute;
    top: 51%;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid black;
}

.carousel-image-slider-section .carousel-control-next,.carousel-control-prev {
    position: initial;
}

.slider-section .carousel-control-prev .carousel-control-prev-icon:before {
    content: '\f104';
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: unicase;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: 400;
    font-stretch: semi-condensed;
    font-size: 2.5rem;
    line-height: 1;
    font-family: FontAwesome;
    color: #000;
    right: 13px;
    top: -12px;
    position: absolute;
    pointer-events: none;
    border: none;
}


.slider-section .carousel-control-next .carousel-control-next-icon:before {
    content: '\f105';
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: unicase;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: 400;
    font-stretch: semi-condensed;
    font-size: 2.5rem;
    line-height: 1;
    font-family: FontAwesome;
    color: #000;
    right: 8px;
    top: -12px;
    position: absolute;
    pointer-events: none;
    border: none;
}

/*---------------course-slider-------------*/
.course-partner-slider h4 {
    font-size: 24px !important;
    font-family: Poppins;
    font-weight: 500;
    color: #000;
}

.course-partner-slider {
    background: linear-gradient(262deg, rgba(6, 149, 211, 0.12) 6.33%, rgba(13, 148, 136, 0.15) 93.67%, rgba(13, 148, 136, 0.15) 93.67%);
    text-align: center;
    padding-top: 4rem;
}

.slick-slide {
    margin: 0px 20px;
}

.customer-logos .slide {
    background-color: #fff;
    height: 120px;
    padding-top: 20px;
    text-align: center;
    width: 200px;
    margin: auto;
}
span[aria-label="Previous"] {
    font-size: 36px;
    cursor: pointer;
    position: relative;
    top: -10px;
    right: 1px;

}
span[aria-label="Next"] {
    font-size: 36px;
    cursor: pointer;
    position: relative;
    top: -10px;
    left: 1px;

}

.customer-logos .owl-stage {
    display: flex !important;
    justify-content: center !important;
}

.customer-logos .owl-item img {
    width: 120px;
    margin: 0 auto;
    filter: grayscale(100%);
}

.customer-logos {
    padding: 0 4rem;
}

.customer-logos .owl-prev {
    background-image: none !important;
    left: 1% !important;
    position: absolute;
    top: 30%;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #fff !important;
    border: 1px solid black !important;
}
.customer-logos .owl-next {
    background-image: none !important;
    right: 1% !important;
    position: absolute;
    top: 30%;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #fff !important;
    border: 1px solid black !important;
}

.customer-logos .owl-item:hover img {
    -webkit-filter: none !important;
    filter: none !important;
}


.nav-link .top-align {
    padding: 0rem 1rem;
}

@media(min-width:320px) and (max-width:414px) {
    .navbar-list-2 .nav-item {
        padding: 0 0.3rem !important;
    }
    }
@media (min-width: 1025px) {
    .navbar-list-2 .nav-item {
        padding: 0 1rem !important;
    }

    .navbar-list-2 .nav-item.search-bar {
        padding: 0 0rem !important;
    }
}

@media (min-width: 1024px) {
    .navbar-list-2 .nav-item {
        padding: 0 .5rem;
    }
}

@media (min-width: 768px) {
    .navbar-list-2 .nav-item {
        padding: 0 0rem;
    }
}

@media (min-width: 768px) {
    .navbar-brand.abs {
        position: absolute;
        width: 100%;
        left: 0;
        text-align: center;
    }
}

.navbar-nav {
    position: relative;
    align-items: center;
}


/*--------------------------mobile-view-css-----------------------*/
@media (max-width: 768px) {
    .brand-btn-res {
        background-color: #fff;
        border: none;
        font-size: 20px;
        color: #000;
        font-weight: 500;
        padding: 0;
    }

    .navbar-nav {
        flex-direction: row !important;
    }

    .nav-item.dropdown {
        /* display: none; */
    }

    .nav-item.desktop-screen {
        display: none;
    }

    .navbar-list-2 .nav-item {
        padding: 0 0 0 2rem;
    }

    .navbar-collapse.collapse show {
        display: block;
    }

    .navbar-expand .navbar-toggler {
        display: block;
    }

    .navbar-light .navbar-toggler {

        background-color: #fff;
        border: none;
    }

    .toggler-icon {
        border-top: 1px solid #000;
        width: 6px;
    }

    .navbar-toggler {
        font-size: 1rem !important;
        padding: 0 !important;
    }

    .navbar-collapse {
        top: 0px;
        position: fixed;
        width: 100%;
        background-color: #fff;
        z-index: 1024;
    }
    .mobile-hamburger-content{
        padding-top: 50px;
    }
    .sticky-top{
        position: fixed;
        width: 100%;
    }
    #mobile-empty-div{
        display: block !important;
        padding-top: 60px;
    }
    /* .slider-section{
        padding-top: 70px!important;
    } */
    .fa-times {
        float: right;
    }

    .hidden {
        display: none !important;
        visibility: hidden !important;
    }

    .btns-section {
        display: flex;
        justify-content: space-between;
        background-color: #EFEFEF;
        padding: .5rem 1rem;
    }

    .login-btn {
        border: 1px solid #5E47D2;
        background-color: none;
        font-size: 14px;
        color: #5E47D2;
        font-weight: 400;
        padding: 8px 35px;
        width: 160px;
        border-radius: 4px;
        height: 36px;
    }

    .join-btn {
        border: none;
        background-color: #5E47D2;
        font-size: 14px;
        color: #fff;
        font-weight: 400;
        padding: 8px 35px;
        width: 160px;
        border-radius: 4px;
        height: 36px;
    }

    #accordionEx1 .card {
        background-color: #fff;
        padding: .5rem 1rem;
        border-bottom: 1px solid #EFEFEF;
        border-right: none !important;
        border-left: none !important;
        border-top: none !important;
    }

    #accordionEx1 .card .card-header {
        background-color: #F7F5FF;
        border: none !important;
        border-radius: 4px;
        padding: 1rem 1.25rem !important;
    }

    #accordionEx1 .card .card-header a h5 {
        color: #000;
        font-size: 16px;
        font-weight: 400 !important;
    }

    #accordionEx1 .card .card-header a:hover {
        color: #000;
        font-size: 16px;
        text-decoration: none;

    }

    #accordionEx1 .card .card-header i {
        float: right;
    }

    .collapsible-card {
        background-color: #fff;
        padding: .2rem 0rem;
    }

    .card-body {
        background-color: #F7F5FF;
        border: none !important;
        border-radius: 4px;
        color: #000;
        font-size: 16px;
        text-decoration: none;
        font-weight: 400;
    }

    .navbar-expand-md .navbar-toggler {
        display: block !important;
    }
}

@media (max-width: 520px){
.img-part .carousel-item img {
    width: 100% !important;
    height: 140px !important;
}
.carousel-indicators {
    position: absolute;
    right: auto !important;
    bottom: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin: 0 0 0 auto;
    width: 100% !important;
    list-style: none;
}
}
/*---------------static-card-sectiom----------------*/
.our-learning-opportunity-section {
    background: linear-gradient(262deg, rgba(6, 149, 211, 0.12) 6.33%, rgba(13, 148, 136, 0.15) 93.67%, rgba(13, 148, 136, 0.15) 93.67%);
    padding-top: 4rem;
    padding-bottom: 5rem;
}

.our-learning-opportunity-section .section-title h2{
    font-size: 24px !important;
    font-family: Poppins;
    font-weight: 500;
    color: #000;
}

#card-spacing a{
    text-decoration: none;
}

.static-card {
    background-color: #fff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
    border-radius: 16px;
    width: auto;
    height: 108px;
}

.static-card-components {
    display: flex;
    align-items: center;
}

.static-img {
    width: 80px;
    height: 80px;
}

.static-desc-part {
    padding-left: 2rem;
}

.static-desc-part h5 {
    font-weight: 700;
    font-size: 16px;
    color: #2F327D;
    text-align: center;
}

.static-desc-part p {
    font-weight: 400;
    font-size: 12px;
    color: #696984;
    margin-bottom: 0;
    text-align: center;
}

/* #static-card1 {
    margin-left: auto;
} */

.staticcard-section h4 {
    font-size: 32px !important;
    font-weight: 500;
    color: #000;
}

/*---------------main-categories-css----------------------*/
.main-categories{
    background: linear-gradient(262deg, rgba(6, 149, 211, 0.12) 6.33%, rgba(13, 148, 136, 0.15) 93.67%, rgba(13, 148, 136, 0.15) 93.67%);
}
#news-slider {
    margin-top: 2rem;
}

#post-slide-1 {
    background-color: #FFC1073D;
    position: relative;
}

#post-slide-2 {
    background-color: #FF8E263D;
    position: relative;
}

#post-slide-3 {
    background-color: #00F0FF3D;
    position: relative;
}

.post-slide {
    border-radius: 16px;
    width: 100%;
    height: 394px;
}

.post-slide .post-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    padding-top: 4rem;
}

#post-slide-1 .outer-circle {
    background-color: #FFC10733;
    height: 164px;
    width: 164px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

#post-slide-2 .outer-circle {
    background-color: #FF8E2633;
    height: 164px;
    width: 164px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

#post-slide-3 .outer-circle {
    background-color: #00F0FF33;
    height: 164px;
    width: 164px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

.post-slide .post-img img {
    width: 54px;
    height: 54px;
    margin-left: auto;
    margin-right: auto;
}

.post-slide:hover .over-layer {
    opacity: 1;
    text-decoration: none;
}

.post-slide .post-content {
    padding: 2px 20px 40px;
    border-radius: 15px;
    text-align: center;
}

.post-slide .post-title {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem;
}

.post-slide .post-title a {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    display: inline-block;
}

.post-slide .post-title a:hover {
    text-decoration: none;
    color: #000;
}

.post-slide .post-date i {
    font-size: 20px;
    margin-right: 8px;
    color: #CFDACE;
}

.post-slide .read-more {
    background-color: #fff;
    border-radius: 8px;
    border: none;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 16px;
}

.owl-controls .owl-buttons {
    text-align: center;
    margin-top: 20px;
}

.owl-controls .owl-buttons .owl-prev {
    background: #fff;
    position: absolute;
    top: -13%;
    left: 15px;
    padding: 0 18px 0 15px;
    border-radius: 50px;
    box-shadow: 3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}

.owl-controls .owl-buttons .owl-next {
    background: #fff;
    position: absolute;
    top: -13%;
    right: 15px;
    padding: 0 15px 0 18px;
    border-radius: 50px;
    box-shadow: -3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}

.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after {
    content: "\f104";
    font-family: FontAwesome;
    color: #333;
    font-size: 30px;
}

.owl-controls .owl-buttons .owl-next:after {
    content: "\f105";
}

@media only screen and (max-width:1280px) {
    .post-slide .post-content {
        padding: 0px 15px 25px 15px;
    }
}

#news-slider .owl-nav .owl-prev {
    position: absolute;
    top: 46%;
    left: -20px;
    background-color: #fff !important;
    border-radius: 50%;
    height: 40px;
    width: 40px;
}

.main-category-slider-btn span .fa-angle-left {
    position: absolute;
    top: 43%;
    z-index: 1025;
    left: 0.5%;
    font-size: 2rem;
}

.main-category-slider-btn span .fa-angle-right {
    position: absolute;
    top: 43%;
    z-index: 1025;
    font-size: 2rem;
    right: 0;
}

#news-slider .owl-nav .owl-next {
    position: absolute;
    top: 46%;
    right: -20px;
    background-color: #fff !important;
    border-radius: 50%;
    height: 40px;
    width: 40px;
}

.owl-carousel .owl-nav.disabled{
    width: 80%;
    display: flex;
    overflow-y: hidden;
    padding-bottom: 1rem;
}
.owl-dots.disabled {
    display: block;
    font-size: 0rem !important;
}

.main-categories h2 {
    font-size: 24px !important;
    font-family: Poppins;
    color: #000;
    font-weight: 500;
    text-align: center;
    margin-top: 3rem;
}

.view-btn-section {
    text-align: center;
    margin-top: 0rem;
    padding-bottom: 2rem;
}

.view-all-btn {
    border-radius: 4px;
    border: 1px solid #0d9488;
    padding: 8px 20px;
    background-color: transparent;
    color: #0d9488;
    font-size: 12px;
    font-weight: 500;
    transition: all 0.3s ease;
    outline: none !important;
    box-shadow: none !important;
}

.view-all-btn:hover {
    background-color: #0d9488;
    color: #ffffff;
    text-decoration: none;
    outline: none !important;
    box-shadow: none !important;
}

/*----------------------workshop-section-css-----------------------*/
.workshop-slider-section {
    /* background-color: #eff3fc; */
    background: linear-gradient(262deg, rgba(6, 149, 211, 0.12) 6.33%, rgba(13, 148, 136, 0.15) 93.67%, rgba(13, 148, 136, 0.15) 93.67%);
    padding-bottom: 2rem;
}

.workshop-slider-section h2 {
    font-size: 24px !important;
    font-family: Poppins;
    font-weight: 500;
    text-align: center;
    padding-top: 2rem;
}

.workshop-cards-section {
    margin-top: 3rem;
}

.newsCard {
    position: relative;
    width: 100%;
    height: 510px;
    background-color: #fff;
    color: #fff;
    overflow: hidden;
    border-radius: 16px;
}

.workshop-cards-section-slider {
    display: inline-flex;
}

figure img.workshop-card-img {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 27.08%, #000000 100%), url("https://d3aa8gez7qzufo.cloudfront.net/static/ufj-theme-3.0/images/explore-img11.3f315e998830.png");
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    border-radius: 16px;
    position: relative;
    height: 100%;
    width: 100%;
    background-position:center;
}

.workshop-card-img2 {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 27.08%, #000000 100%), url("https://d3aa8gez7qzufo.cloudfront.net/static/ufj-theme-3.0/images/explore-img3.96b5c573d4c9.jpg");
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 16px;
    position: relative;
    height: 100%;
    width: 100%;
}

.workshop-card-img3 {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 27.08%, #000000 100%), url("https://d3aa8gez7qzufo.cloudfront.net/static/ufj-theme-3.0/images/explore-img2.9b09631dd3b9.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 16px;
    position: relative;
    height: 100%;
    width: 100%;
}

/* .workshop-card-img{
    width: 318px !important;
} */
.newsCaption {
    position: absolute;
    top: auto;
    bottom: 0px;
    left: 0;
    width: 100%;
    z-index: 10;
    padding: 15px;
    -webkit-transform: translateY(80%);
    transform: translateY(80%);
    height: 0px;
    background-color: #fff;
    opacity: 0;
}

.newsCard:hover .newCaption {
    background-color: #fff;
}

.newsCaption i {
    font-size: 24px;
}

.newsCaption-title {
    margin-top: 0px;
}

.newsCaption-content {
    margin: 0;
}

.newsCaption-link {
    color: #fff;
    text-decoration: underline;
    opacity: .8;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
    transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
}

.news-Slide-up:hover .overlay {
    background: rgb(64, 10, 111);
    background: -moz-linear-gradient(0deg, rgba(64, 10, 111, 1) 0%, rgba(89, 59, 116, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(64, 10, 111, 1) 0%, rgba(89, 59, 116, 0) 100%);
    background: linear-gradient(0deg, rgba(64, 10, 111, 1) 0%, rgba(89, 59, 116, 0) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#400a6f", endColorstr="#593b74", GradientType=1);
}

.news-Slide-up:hover .newsCaption {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    height: 60%;
    opacity: 1;
}

.desc-class {
    position: absolute;
    top: 40%;
    left: 0;
    z-index: 1024;
    color: #fff;
    padding: 1rem 1rem;
    width: 100%;
}

.newsCaption {
    color: #000;
}

.news-Slide-up:hover .desc-class {
    color: #000;
}

.title-text-align h5 {
    font-size: 16px !important;
    font-weight: 700;
    min-height: 40px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.title-text-align p {
    font-size: 16px !important;
    font-weight: 400;
    min-height: 45px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
   
}

.date-time-desc p {
    font-size: 12px !important;
    font-weight: 400;
}

.date-time-desc2 p {
    font-size: 12px !important;
    font-weight: 400;
}

.desc-class p {
    margin-bottom: 0 !important;
    font-size: 12px;
}

.dashed-line {
    color: #8A8A8A;
}

.tutor-desc {
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
    align-items: center;
}

.tutor-details {
    display: inline-flex;
    align-items: center;
}

.tutor-details p {
    margin-bottom: 0rem !important;
    font-size: 15px;
}

.tutor-img {
    width: 48px !important;
    height: 48px;
    border-radius: 50%;
}

.date-time-desc {
    margin-top: 1rem;
}

.rating-star {
    width: 24px;
    height: 21px;
}

.ratings {
    margin-bottom: 0 !important;
    font-size: 12px;
    padding-left: 5px;
}

.fa-star {
    color: #FFC107;
    font-size: 1.5rem;
}

.fa-heart-o {
    font-size: 1.5rem;
    margin-right: 1.5rem;
}

.fa-share-alt {
    /* font-size: 1.5rem;
    margin-right: 0.5rem; */
    opacity: 0.8;
}

.ratings-section {
    display: flex;
    justify-content: center;
    align-items: center;
}

.rating-share-section {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    align-items: center;
}

.sharing-icons {
    display: flex;
}

.wishlist-icon {
    width: 20px;
    height: 18px;
}

.share-icon {
    width: 20px;
    height: 18px;
}

.workshop-price {
    display: flex;
    justify-content: end;
    align-items: center;
}

.desc-class hr {
    margin-bottom: .5rem !important;
    margin-top: .5rem !important;
}

.workshop-view-btn-section {
    text-align: center;
    margin-top: 1rem;
}

.category-label {
    position: absolute;
    background-color: #EFEFEF;
    color: #000;
    padding: 5px 12px;
    border-radius: 40px;
    top: 3%;
    left: 3%;
    font-size: 11px;
    font-weight: 400;
    color: #000;
    z-index: 1024
}

.workshop-slider-section .owl-nav button {
    display: none;
}

/*--------------------------popular-courses-css-------------------*/
.popular-course-section {
    padding-top: 2rem;
    position: relative;
    padding-bottom: 3rem;
    background: linear-gradient(262deg, rgba(6, 149, 211, 0.12) 6.33%, rgba(13, 148, 136, 0.15) 93.67%, rgba(13, 148, 136, 0.15) 93.67%);
}

#popular-course-section .course-card {
    width: 280px;
    border-radius: 8px;
    background-color: #fff;
    padding: 0.5rem 0.5rem;
    box-shadow: 0px 2px 3px rgb(0 0 0 / 25%);
    border-top: 1px solid rgb(0 0 0 / 10%);
    margin:auto;
}

.course-card .content-label .content-label-1 {
    position: absolute;
    background: #EFEFEF;
    border-radius: 40px;
    padding: 5px 12px;
    font-weight: 400;
    font-size: 11px;
    top: 5%;
    left: 5%;
}

.course-card .content-label .content-label-2 {
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    padding: 9px 4px;
    border: none;
    font-weight: 400;
    font-size: 11px;
    bottom: 5%;
    left: 5%;
    border: none;
}

.course-card .content-label .content-label-3 {
    position: absolute;
    background: #000;
    color: #fff;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    padding: 4px 5px;
    border: none;
    font-weight: 400;
    font-size: 11px;
    bottom: 5%;
    right: 5%;
    border: none;
}

.course-card .content-label .content-label-4 {
    position: absolute;
    background: #000;
    color: #fff;
    box-shadow: 0px 1px 2px rgb(0 0 0 / 25%);
    border-radius: 4px;
    padding: 4px 5px;
    border: none;
    font-weight: 400;
    font-size: 11px;
    bottom: 5%;
    right: 5%;
    border: none;
}

.popular-course-section h2 {
    font-size: 24px !important;
    font-family: Poppins;
    font-weight: 500;
    text-align: center;
    /* margin-top: 2rem; */
}

.dropdown-section .dropdown-options .input-group .custom-select {
    background-color: #fff;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    color: #424242;
    font-weight: 400;
    font-size: 14px;
    padding: 6px 38px 6px 16px;
    display: flex;
    align-items: center;
    background: none;
    border: none;
}

.input-group > .custom-select{
    background-color: white !important;
}

.dropdown-options .input-group:after {
    content: '\f078';
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: unicase;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: 400;
    font-stretch: semi-condensed;
    font-size: 18px;
    line-height: 1;
    font-family: FontAwesome;
    color: #000;
    right: 12px;
    top: 6px;
    position: absolute;
    pointer-events: none;
    border: none;
}

.item .dropdown-options2 .input-group:after {
    content: '\f078';
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: unicase;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: 400;
    font-stretch: semi-condensed;
    font-size: 18px;
    line-height: 1;
    font-family: FontAwesome;
    color: #000;
    right: 11px;
    top: 6px;
    position: absolute;
    pointer-events: none;
    border: none;
}

.dropdown-list-options .first .input-group {
    width: 100%;
    box-shadow: 0px 1px 2px rgb(0 0 0 / 25%);
    border-radius: 40px;
    padding: 0px 30px 0px 12px;
}

.dropdown-list-options .dropdown-options2{
    margin-left: .5rem;
}

.dropdown-list-options .filter-option button {
    background-color: #fff;
    border: none;
    width: max-content;
    box-shadow: 0px 1px 2px rgb(0 0 0 / 25%);
    border-radius: 40px;
    padding: 4px 12px;
    font-weight: 400;
    font-size: 14px;
    margin-left: 2rem;
}

.dropdown-list-options .input-group .custom-select{
    border: none;
    padding: 0;
    font-size: 12px;
}

.sub-list .input-group:after {
    content: '\f078';
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: unicase;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: 400;
    font-stretch: semi-condensed;
    font-size: 18px;
    line-height: 1;
    font-family: FontAwesome;
    color: #000;
    right: 12px;
    top: 6px;
    position: absolute;
    pointer-events: none;
    border: none;
}

.verticalLine {
    border-left: 2px solid #333;
    height: 24px;
    margin: 0 2rem;
}

.btn-part {
    display: flex;
    align-items: center;
}

.sub-btn {
    background-color: #fff;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    color: #424242;
    font-weight: 400;
    font-size: 12px;
    padding: 6px 6px;
    border: none !important;
    width: max-content;
}

.sub-btn-grp{
    width: 70%;
    height: var(--content-height);
    overflow: hidden;
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    padding: 1rem 0;
}

.col-carousel {
    margin: 0rem 0 0 0;
}

.owl-prev span:hover,
.owl-next span:hover {
    color: #8199A3;
}

button:focus {
    outline: none;
}

.course-card .card {
    width: 318px;
    height: auto;
    border-radius: 8px;
    padding: .5rem 0;
}

.study-img {
    /* width: 302px !important; */
    height: 170px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 8px;
}

.card-course-details h5 {
    font-size: 12px;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
}

.card-course-details p {
    min-height:50px;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    height: 50px;
    overflow: hidden;
}

#popular-course-section .owl-stage{
    margin-bottom: 1rem;
}

.timing-certificate-details {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    height: 34px;
}

.timing-certificate-details .timing-deatils{
    width: 60%;
    display: inline-flex;
    align-items: center;
}

.timing-certificate-details .certificate-details{
    width: 50%;
    display: inline-flex;
    align-items: center;
}

.course-card .card hr {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
}

.card-course-details p {
    margin-bottom: .5rem !important;
}

.timing-deatils .fa-clock {
    font-size: 20px;
}

.timing-deatils .fa {
    font-size: 1.5rem !important;
}

.timing-deatils .timing {
    font-size: 12px;
    font-weight: 400;
    color: #0A033C;
    padding-left: 6px;
}

.certificate-details .certificate-info {
    font-size: 12px;
    font-weight: 400;
    color: #0A033C;
}

#popular-course .owl-nav .owl-prev {
    position: absolute;
    top: -24%;
    right: 3%;
    background-color: #fff;
    border-radius: 50%;
    height: 24px;
    width: 24px;
    border: 2px solid #000000;

}

#popular-course .owl-nav .owl-prev span {
    position: absolute;
    top: 17%;
    left: 27%;
    font-size: .8rem;
}

#popular-course .owl-nav .owl-next {
    position: absolute;
    top: -24%;
    right: -27px;
    background-color: #fff;
    border-radius: 50%;
    height: 24px;
    width: 24px;
    border: 2px solid #000000;
}

#popular-course .owl-nav .owl-next span {
    position: absolute;
    top: 17%;
    left: 27%;
    font-size: .8rem;
}

.course-card:hover .overlay {
    display: block;
    background: rgba(0, 0, 0, 0.75);
}

.course-card .overlay {
    position: absolute;
    top: 0;
    left: 50%;
    width: 280px;
    height: 89%;
    background: rgba(0, 0, 0, 0);
    border-radius: 8px;
    transform: translate(-50%, 0px);
}

.course-card:hover #button1 {
    opacity: 1;
}

.course-card:hover #button2 {
    opacity: 1;
}

.course-card:hover #button3 {
    opacity: 1;
}
.course-card:hover #confirm-unenroll {
    opacity: 1;
}

.course-card .course-opts-btn button:hover{
    background-color: #0d9488 !important;
    color: #F7F5FF !important;
}

#button1 {
    position: absolute;
    left: 50%;
    top: 26%;
    text-align: center;
    opacity: 0;
    transition: all .35s ease;
    color: #0d9488;
    z-index: 1;
    transform: translateX(-50%);
    background-color: #ffffff;
    padding: 8px 16px;
    font-size: 14px;
    width: 130px;
    border-radius: 4px;
    border: none;
}

#button2 {
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translateX(-50%);
    text-align: center;
    opacity: 0;
    transition: all .35s ease;
    color: #0d9488;
    z-index: 1024;
    background-color: #ffffff;
    padding: 8px 16px;
    font-size: 14px;
    width: 130px;
    border-radius: 4px;
    border: none;
}

#button3 {
    position: absolute;
    left: 50%;
    top: 54%;
    transform: translateX(-50%);
    text-align: center;
    opacity: 0;
    transition: all .35s ease;
    color: #0d9488;
    z-index: 1024;
    background-color: #ffffff;
    padding: 8px 16px;
    width: 140px;
    font-size: 14px;
    width: 130px;
    border-radius: 4px;
    border: none;
}

#confirm-unenroll{
    position: absolute;
    left: 29%;
    top: 54%;
    text-align: center;
    opacity: 0;
    transition: all .35s ease;
    color: #0d9488;
    z-index: 1024;
    background-color: #ffffff;
    padding: 8px 16px;
    width: 140px;
    font-size: 14px;
    width: 130px;
    border-radius: 4px;
    border: none;
}

.button:hover {
    background-color: #0d9488 !important;
    color: #ffffff !important;
    border: none !important;
}
.course-card:hover #button4 {
    opacity: 1;
}
#button4 {
    position: absolute;
    left: 29%;
    top: 68%;
    text-align: center;
    opacity: 0;
    transition: all .35s ease;
    color: #0d9488;
    z-index: 1024;
    background-color: #ffffff;
    padding: 8px 16px;
    margin-left: 0 !important;
    width: 140px;
    font-size: 14px;
    width: 130px;
    border-radius: 4px;
    border: none;
}

.popular-courses-btn-section {
    text-align: center;
    margin-top: 2rem;
}

.popular-courses-btn-section a {
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;
}

.popular-courses-btn-section a:hover {
    text-decoration: none;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;
}

.sharing-icons a{
    color:#000;
}

/* .popular-course-section .owl-nav .owl-prev {
    height: 24px;
    width: 24px;
    border-radius: 50%;
    border: 2px solid #000 !important;
    background: transparent !important;
    position: absolute;
    right: 4%;
    top: -17%;
    display: flex;
    justify-content: center;
    align-items: center;
} */

.popular-course-section .owl-nav .owl-prev {
    padding: 10px !important;
    background-color: #fff !important;
    border: 2px solid #000 !important;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    position: absolute;
    top: 50% !important;
    left: 1%;
    z-index: 1024;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popular-course-section .owl-nav .owl-next {
    height: 32px;
    border-radius: 50%;
    position: absolute;
    top: 50% !important;
    right: 1%;
    z-index: 1024;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff !important;
    color: inherit ;
    border: 2px solid #000 !important;
    font: inherit ;
    width: 32px;
}
/* .popular-course-section .owl-nav .owl-next {
    height: 24px;
    width: 24px;
    border-radius: 50%;
    border: 2px solid #000 !important;
    background: transparent !important;
    position: absolute;
    right: 0%;
    top: -17%;
    display: flex;
    justify-content: center;
    align-items: center;
} */


.owl-carousel {
    display: flex;
    justify-content: center; /* Ensures the carousel items are centered */
    align-items: center; /* Vertically centers the carousel items */
    overflow: hidden; /* Prevents any overflow of the carousel items */
}


.course-card-wrapper .owl-nav {
    display: flex;
    justify-content: space-between; /* Positions the nav buttons correctly */
}

.owl-stage-outer{
    display: inline-block;
}
.course-card-wrapper .owl-stage-outer .owl-stage .owl-item {
    width: 360px !important;
}
.course-card-wrapper .owl-stage-outer .owl-stage{
    display: flex;
    justify-content: center;
    width: auto !important;
}
.course-card-wrapper .owl-nav .owl-prev {
    padding: 10px !important;
    background-color: #fff !important;
    border: 2px solid #000 !important;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    position: absolute;
    top: 50% !important;
    left: 1%;
    z-index: 1024;
    display: flex;
    justify-content: center;
    align-items: center;
}

.course-card-wrapper .owl-nav .owl-next {
    height: 32px;
    border-radius: 50%;
    position: absolute;
    top: 50% !important;
    right: 1%;
    z-index: 1024;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff !important;
    color: inherit ;
    border: 2px solid #000 !important;
    font: inherit ;
    width: 32px;
}
.card-tab-content {
    display: none;
    padding: 15px;
}

.card-tab-content.current {
    display: inherit;
}

.popular-course-section .row.pt-3 .container-fluid{
    padding-left: 0;
}

.popular-course-section .row.align-items-center .col-12{
    padding-left: 0;
}
/*--------------------------carrer-section-css--------------------*/
.career-section {
    /* background-color: #F5F5F5; */
    background: linear-gradient(262deg, rgba(6, 149, 211, 0.12) 6.33%, rgba(13, 148, 136, 0.15) 93.67%, rgba(13, 148, 136, 0.15) 93.67%);
    position: relative;
    padding-bottom: 3rem;
}

.career-section .section-title H2{
    font-size: 24px !important;
    font-family: Poppins;
    font-weight: 500;
    text-align: center;
}

.carrer-info p {
    font-size: 22px;
    font-weight: 400;
    color: #000;
    line-height: 32.5px;
}

.career-cards-part {
    width: 75%;
}

.career-section .course-card {
    background-color: #fff;
    border-radius: 8px;
    padding: 0.5rem 0.5rem;
    /* width: 318px; */
    width: 280px;
    position: relative;
    box-shadow: 0px 2px 3px rgb(0 0 0 / 25%);
    border-top: 1px solid rgb(0 0 0 / 10%);
    margin: auto;
}

.carrer-info .Explore-carrer-btn {
    background-color: #fff;
    padding: 8px 16px;
    border-radius: 4px;
    font-weight: 500;
    font-size: 14px;
    color: #0d9488;
    border: none
}

.career-study-img {
    width: 302px;
    height: 170px;
    border-radius: 8px;
}
.card-tab-content.current {
    display: inherit;
    margin-top: 1.5rem;
}
.career-section .owl-nav .owl-next {
    background: #fff !important;
    border: 1px solid !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 0%;
    z-index: 1024;
    display: flex;
    justify-content: center;
    align-items: center;
}

.course-card:hover .overlay2 {
    display: block;
    background: rgba(0, 0, 0, 0.75);
}

.course-card .overlay2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 88%;
    background: rgba(0, 0, 0, 0);
    border-radius: 8px;
}

/* .career-section .owl-nav .owl-next span{
    font-size: 3rem;
} */
.career-section .owl-nav .owl-prev {
    /* display: none; */
    background: #fff !important;
    border: 1px solid !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0%;
    z-index: 1024;
    display: flex;
    justify-content: center;
    align-items: center;
}

.career-section .fa-2x {
    font-size: 1em;
}
.career-section .owl-nav.disabled{
    display: none;
}
/*---------------------------live-classes-css--------------------*/
.live-classes-info-section {
    background-color: #F7F5FF;
}

.live-classes-title {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.live-classes-title .title {
    font-weight: 700;
    font-size: 45px;
    text-align: center;
    color: #0A033C;
    Line-height: 55px;
}

.live-classes-title .desc {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #5D5A6F;
    Line-height: 30px;
    margin-top: 1rem;
}

.visit-courses-btn {
    background-color: #5E47D2;
    border-radius: 10px;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    padding: 20px 33px;
    border: none;
}

.outer-frame {
    width: 1060px;
    height: 600px;
    background: #fff;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 50px 170px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    margin-top: 3rem;
    padding: 30px;
    position: relative;
}

.video-screen {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.student-img-screen {
    /* position: absolute;
    bottom: 9%;
    left: 6%; */
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
}

.student-screen {
    width: 158px;
    height: 194px;
    border-radius: 10px;
}

.btn-grp {
    display: flex;
    position: absolute;
    bottom: 9%;
    left: 6%;
    align-items: center;
    justify-content: space-between;
    width: 82%;
}

.end-call {
    background: #FF6652;
    border: none;
    height: 60px;
    width: 60px;
    border-radius: 50%;
}

.menu-up {
    background: #9C4DF4;
    border: none;
    height: 60px;
    width: 60px;
    border-radius: 50%;
}

.fa-phone {
    transform: rotate(133deg);
    font-size: 22px;
    color: #fff;
}

.fa-angle-up {
    font-size: 22px;
    color: #fff;
}

.classes-options {
    margin-top: 3rem;
    display: flex;
    justify-content: space-evenly;
    padding: 0 7rem;
}

.fa-volume-up {
    color: #FF6652;
    font-size: 2rem;
}

.fa-circle-play {
    color: #00C968;
    font-size: 2rem;
}

.classes-title {
    padding: 0 2rem 0 1rem;
}

.audio-class {
    background-color: #fff;
    border-radius: 10px;
    border: none;
    display: flex;
    align-items: center;
    width: 333px;
    height: 100px;
    padding-left: 15px;
}

.classes-btn-grp {
    height: 70px;
    width: 70px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#audio-bg {
    background-color: #FFF4F2;
}

#live-class-bg {
    background-color: #F8F2FF;
}

#recorded-class-bg {
    background-color: #E5FFF3;
}

.classes-options .audio-class span {
    font-weight: 500;
    font-size: 25px;
    color: #0A033C;
}

/*------------------------learning-packges-css-------------------------*/
.learning-packages-title {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background: linear-gradient(262deg, rgba(6, 149, 211, 0.12) 6.33%, rgba(13, 148, 136, 0.15) 93.67%, rgba(13, 148, 136, 0.15) 93.67%);
}

.learning-packages-title .packages-title {
    font-weight: 500;
    font-size: 24px !important;
    font-family: Poppins;
    text-align: center;
    color: #333333;
    padding-bottom: 2rem;
}

.personalised-learning-packages .card-data {
    padding-top: 1rem;
}

.tabs-container nav {
    margin: 0 auto;
    /* background: #fff; */
}

.tabs-container nav ul {
    list-style: none;
    margin: 0;
    padding: 6px 8px;
    border: none;
    /* background: #FFFFFF; */
    border-radius: 4px;
}

.tabs-container nav ul li {
    cursor: pointer;
    color: #a7a7a7;
    border-top: 1px solid #eee;
    margin-left: -10px;
    margin-right: -10px;
    padding: 6px 8px;
    font-size: 14px;
}

.tabs-container nav ul li:hover {
    color: #3e4b58;
}

.tabs-container nav ul li.active {
    color: #3e4b58;
    border-top: none;
}

/* the nitty gritty */
.tabs-container {
    position: relative;
    height: 4em;
}

.tabs-container nav {
    position: absolute;
    width: 100%;
}

.tabs-container nav ul {
    display: flex;
    flex-direction: column;
}

.tabs-container nav ul li {
    order: 1;
}

.tabs-container nav ul li.active {
    order: 0;
}

.tabs-container nav ul li:not(.active) {
    position: absolute;
    top: -999em;
}

.tabs-container nav ul.expanded li.active:after {
    border-top-color: transparent;
    border-bottom-color: #555;
    top: 1em;
}

.tabs-container nav ul.expanded li:not(.active) {
    position: relative;
    top: auto;
}

@media all and (min-width: 42em) {
    nav {
        background: transparent;
    }

    .tabs-container nav ul li.active {
        box-shadow: inset 0 -3px 0 #5098b3;
        background-color: #0d9488;
        color: #fff;
        box-shadow: 0px 15px 50px rgba(94, 71, 210, 0.2);
        border-radius: 10px;

    }

    .tabs-container nav ul {
        display: flex;
        flex-direction: row;
        justify-content: center;
        white-space: nowrap;
        overflow: hidden;
        border: none;
        padding: 0;
    }

    .tabs-container nav ul li {
        font-size: 12px;
        display: inline-block;
        margin: 0 2rem 0 1rem;
        padding: 0 0 0.2rem 0;
        border: none;
        padding: 14px;
    }

    .tabs-container nav ul li:not(.active) {
        position: relative;
        top: auto;
    }

    .tabs-container nav ul li.active {
        order: 1;
    }

    .tabs-container nav ul li.active:after {
        display: none;
    }
}

.card-data .tab-content {
    display: none;
    padding: 15px;
}
.card-data .recommended-tab-content{
    display: none;
    padding: 15px;
}


.tab-content.current {
    display: inherit;
}
.recommended-tab-content.current{
    display: inherit;
}

.recommended-tab-content .course-card {
    width: 100%;
    border-radius: 8px;
    background-color: #fff;
    padding: 0.5rem 0.5rem;
    box-shadow: 0px 2px 3px rgb(0 0 0 / 25%);
    border-top: 1px solid rgb(0 0 0 / 10%);
}

.window-wrap > .content-wrapper {
    background: linear-gradient(262deg, rgba(6, 149, 211, 0.12) 6.33%, rgba(13, 148, 136, 0.15) 93.67%, rgba(13, 148, 136, 0.15) 93.67%);
}

.content-wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 15px;
}

.slider-title-wrapper {
    padding: 15px;
}

.slider-title-wrapper .slider-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.slider-container {
    overflow: hidden;
    margin-right: -15px;
    margin-left: -15px;
}

.slider-container .slider-wrapper {
    display: block;
    white-space: nowrap;
    /* overflow-x: auto; */
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    margin-bottom: -20px;
    padding-bottom: 30px;
    padding-left: 15px;
    text-align: center;
}

.slider-container .slider-wrapper .card-wrapper {
    display: inline-flex;
    width: 100%;
    height: var(--content-height);
    overflow: hidden;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 1rem 0;
    justify-content: center;
}

.learning-packages-title ::-webkit-scrollbar {
    height: .3rem;
}

/* Track */
.learning-packages-title ::-webkit-scrollbar-track {
    background: #dfdfdf;
    height: .3rem;
    cursor: grab;
}

/* Handle */
.learning-packages-title ::-webkit-scrollbar-thumb {
    background: #a7a3a3;
    height: .3rem;
    cursor: grab;
}

/* Handle on hover */
.learning-packages-title ::-webkit-scrollbar-thumb:hover {
    background: #111;
    height: .5rem;
    cursor: grab;
}

.slider-container .slider-wrapper .slider-item .card-top-img img{
    background-color: #C4C4C4;
    width: 318px;
    height: 318px;
    border-radius: 8px;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

.slider-container .slider-wrapper .slider-item {
    border-radius: 5px;
    margin-right: 15px;
}

.slider-container .slider-wrapper .slider-item .card-title {
    text-align: left;
}

.slider-container .slider-wrapper .slider-item:last-child {
    margin-right: 15px;
}

.card-title h5 {
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    margin-bottom: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: block;
    width: 310px;
}

.card-title p {
    font-weight: 500;
    font-size: 14px;
    color: #999999;
}

.learning-packages-btn-section {
    text-align: center;
    margin-top: 0rem;
}

#carrer-section .owl-stage-outer{
    padding-bottom: .5rem;
}

/*--------------------------upcoming-courses-css------------------*/
.upcoming-courses-section {
    background-color: #eff3fc;
    background: linear-gradient(262deg, rgba(6, 149, 211, 0.12) 6.33%, rgba(13, 148, 136, 0.15) 93.67%, rgba(13, 148, 136, 0.15) 93.67%);
}

.upcoming-courses-section .course-card-desc {
    text-align: left;
}

.upcoming-courses-section-title h2 {
    font-weight: 500;
    font-size: 24px !important;
    font-family: Poppins;
    text-align: center;
    color: #000000;
    padding-top: 3rem;
    padding-bottom: 1rem;
}

.date-popup input {
    width: 137px;
    height: 48px;
    background: #FFFFFF;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    border: none;
    padding: 9px 9px 9px 16px;
}

.date-popup .verticalLine1 {
    position: absolute;
    border-left: 2px solid #333;
    height: 24px;
    transform: translate(-56px, 13px);
}

.upcoming-course-card {
    background-color: #fff;
    width: 318px;
    height: 238px;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    padding: 1.5rem 1.5rem;
    margin-right: 15px;
}

.card-lable {
    background: #FFFFFF;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    padding: 9px 4px;
    font-weight: 400;
    font-size: 12px;
    color: #000;
    width: fit-content;
}

.course-card-desc h4 {
    font-weight: 500;
    font-size: 16px;
    color: #000;
    margin-top: 1rem;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.course-card-desc p {
    font-weight: 500;
    font-size: 12px;
    color: #999;
    margin-top: 1rem;
    margin-bottom: 0 !important;
}

.tutor-details span {
    text-align: left;
}

.course-card-desc .course-timing {
    font-weight: 400;
    font-size: 12px;
    color: #999;
    margin-top: 0rem;
}

.course-card-wrapper {
    display: inline-flex;
}

/*-------------------------get-started-section-css--------------*/
.get-started-section {
    background-color: #fff;
}

.get-started-section-title h2 {
    font-size: 34px;
    font-weight: 500;
    text-align: center;
    color: #2F327D;
}

.section-desc {
    font-weight: 400;
    font-size: 20px;
    color: #696984;
}

.student-study-img {
    width: 651px;
    height: 366px;
    background: url("https://d3aa8gez7qzufo.cloudfront.net/static/custom_css/images/student-class-img.png");
    border-radius: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: 2rem;
}

.img-overlay {
    background-color: rgba(23, 27, 65, 0.45);
    width: 651px;
    height: 366px;
    border-radius: 16px;
}

.overlay-info {
    position: absolute;
    top: 35%;
    left: 30%;
}

.overlay-title {
    font-weight: 700;
    font-size: 34px;
    color: #fff;
    padding-bottom: 1rem;
}

.learning-btn {
    background: #5E47D2;
    opacity: 0.9;
    border-radius: 16px;
    padding: 16px 50px;
    border: none;
    color: #fff;
    font-weight: 700;
    font-size: 22px;
}

.get-started-section {
    display: none;
}

/*-------------------------explore-section-css-------------------*/
.explore-section {
    /* background-color: #eff3fc; */
    background: linear-gradient(262deg, rgba(6, 149, 211, 0.12) 6.33%, rgba(13, 148, 136, 0.15) 93.67%, rgba(13, 148, 136, 0.15) 93.67%);
}

.explore-section-title h2 {
    font-weight: 500;
    font-size: 24px !important;
    font-family: Poppins;
    color: #000;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.explore-section-title p {
    font-weight: 400;
    font-size: 14px;
    color: #5D5A6F;
}

.explore-card-img1 {
    width: 318px;
    height: 414px;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 27.08%, #000000 100%), url("https://d3aa8gez7qzufo.cloudfront.net/static/ufj-theme-3.0/images/explore-img1.eef33415757c.png");
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    border-radius: 16px;
    position: relative;
}

.explore-course-card {
    position: absolute;
    left: 50%;
    top: 56%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.explore-course-card h2 {
    font-weight: 700;
    font-size: 20px;
    color: #fff;
}

.explore-course-card p {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
}

.explore-course-btn button {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    border: 1px solid #EFEFEF;
    border-radius: 40px;
    padding: 10px 30px;
    background-color: transparent;
}

.explore-course-btn button:hover {
    background-color: #EFEFEF;
    border: none;
    color: #000;
}

.explore-course-btn {
    position: absolute;
    left: 50%;
    bottom: 12%;
    transform: translateX(-50%);
    text-align: center;
}

.explore-card-img2 {
    width: 318px;
    height: 414px;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 27.08%, #000000 100%), url("https://d3aa8gez7qzufo.cloudfront.net/static/ufj-theme-3.0/images/explore-img2.9b09631dd3b9.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 16px;
    position: relative;
}

.explore-card-img3 {
    width: 318px;
    height: 414px;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 27.08%, #000000 100%), url("https://d3aa8gez7qzufo.cloudfront.net/static/ufj-theme-3.0/images/explore-img3.96b5c573d4c9.jpg");
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    border-radius: 16px;
    position: relative;
}

/*--------------------------talk-to-counseler--------------------*/
.counsellor-form-section .counsellor-form-section-title {
    padding-top: 3rem;
    padding-bottom: 1rem;
}

.counsellor-form-section-title h2{
    font-weight: 500;
    font-size: 24px !important;
    font-family: Poppins;
    text-align: center;
}

.section-info p{
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
}

.outer-icon-bg {
    width: 228px;
    height: 228px;
    background-color: #f8faff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3rem;
}

.outer-icon-bg .iconify {
    color: #84a5ec;
    font-size: 9rem;
}

.query-form .form-group {
    margin-bottom: 1.5rem !important;
}

.query-form .form-control {
    height: 50px !important;
    border: 1px solid #DEDDE4;
    border-radius: 10px;
}

form .form-group label {
    font-weight: 400;
    font-size: 12px;
    color: #0A033C;
    margin-bottom: 0;
}

#form-group-radio-btn{
    display: flex;
    align-items: center;
}

form .form-group input {
    font-weight: 400;
    font-size: 12px;
    color: #5D5A6F;
    padding-left: 10px;
}

.form-group .user-icon {
    position: absolute;
    z-index: 2;
    display: block;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
    transform: translate(12px, 13px);
}

.form-control:focus {
    border-color: none;
    outline: 0;
    box-shadow: none;
}

.has-search .form-control {
    padding-left: 2.375rem;
}

input[type='radio'] {
    accent-color: #0d9488;
}

.query-section-title {
    font-weight: 400;
    font-size: 14px;
    color: #0A033C;
}

.query-list {
    padding-left: 2rem;
}

.checkbox-list .container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
    color: #5D5A6F;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

/* Hide the browser's default checkbox */
.checkbox-list .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 1px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 2px solid #0d9488
}

/* On mouse-over, add a grey background color */
.checkbox-list .container:hover input~.checkmark {
    background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.checkbox-list .container input:checked~.checkmark {
    background-color: #fff;
    border: 2px solid #0d9488;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-list .container input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-list .container .checkmark:after {
    left: 5px;
    top: 1px;
    width: 6px;
    height: 11px;
    border: 1px solid #0d9488;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.submit-btn-section {
    text-align: center;
    padding: 4px;
}

.submit-btn-section .submit-btn {
    background-color: #0d9488;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 14px;
    padding: 9px 158px;
    border-radius: 10px;
    border: none;
}

.query-form form input::placeholder {
    color: #5D5A6F;
    opacity: 1;
}

.collapsible-card .card-body{
    padding: .7rem 1rem !important;
}
/*------------------------------latest-blog-css--------------*/
.latest-blog {
    padding-bottom: 2rem;
    background: linear-gradient(262deg, rgba(6, 149, 211, 0.12) 6.33%, rgba(13, 148, 136, 0.15) 93.67%, rgba(13, 148, 136, 0.15) 93.67%);
}
.content-wrap {
    padding-bottom: 2rem;
    background: linear-gradient(262deg, rgba(6, 149, 211, 0.12) 6.33%, rgba(13, 148, 136, 0.15) 93.67%, rgba(13, 148, 136, 0.15) 93.67%);
}

.latest-blog-section-title h2{
    font-weight: 500;
    font-size: 24px !important;
    font-family: Poppins;
    text-align: center;
}

.latest-blog-section-title {
    font-weight: 500;
    font-size: 34px;
    color: #333333;
}

.blog-item {
    width: 318px;
    height: 295px;
    background: #FFFFFF;
    border-radius: 8px;
    margin-right: 1rem;
    padding: .5rem;
}

.blog-img {
    width: 302px;
    height: 170px;
    border-radius: 8px;
}

.blog-card-title {
    text-align: left;
}

.blog-card-title h5 {
    font-weight: 400;
    font-size: 12px;
    color: #999;
    padding-top: 1rem;
}

.blog-card-title p {
    font-weight: 400;
    font-size: 16px;
    color: #000;
    line-height: 19px;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: block;
    width: 310px;
}

.date-info {
    display: flex;
    justify-content: space-between;
}

.date-info {
    font-weight: 400;
    font-size: 12px;
    color: #999;
}

.latest-blog-btn {
    font-weight: 500;
    font-size: 12px;
    color: #0d9488;
    padding: 8px 20px;
    border: 1px solid #0d9488;
    border-radius: 4px;
    background-color: transparent;
}

/*--------------------------counter-section-css------------------*/
.counter-info-section {
    /* background-color: #eff3fc; */
    background: linear-gradient(262deg, rgba(6, 149, 211, 0.12) 6.33%, rgba(13, 148, 136, 0.15) 93.67%, rgba(13, 148, 136, 0.15) 93.67%);
    width: 100%;
}

.background-over-container{
    background: linear-gradient(262deg, rgba(6, 149, 211, 0.12) 6.33%, rgba(13, 148, 136, 0.15) 93.67%, rgba(13, 148, 136, 0.15) 93.67%);
}

.count-section {
    padding: 1.5rem;
}

.count-title {
    font-weight: 500;
    font-size: 28px;
    color: #0d9488;
}

.count-text {
    font-weight: 400;
    font-size: 14px;
    color: #000;
}

.counter {
    padding: 20px 0;
    border-radius: 5px;
}

.count-section .counter-bg-color {
    /* background-color: #fff; */
    border-radius: 16px;
}

.count-section .counter h2::after {
    content: " K+";
    display: inline-block;
}

.count-section .counter1 h2::after {
    content: " K+";
    display: inline-block;
}

.count-section .counter2 h2::after {
    content: " +";
    display: inline-block;
}

/*-------------------------subscription-form-css------------------*/
.subscription-form {
    background-color: #0d9488;
    /* margin-top: 1rem; */
    border-radius: 16px;
}

.subscription-details h2 {
    font-weight: 700;
    font-size: 28px !important;
    font-family: Poppins;
    color: #fff;
    line-height: 30px;
}

.subscription-details p {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    margin-top: 1.5rem;
}

.subscription-details {
    padding: 5rem 0;
}

.subscribe_now h4 {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #34495e;
    font-weight: 800;
    text-align: center;
}

.subscribe_now p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 2px;
    color: #34495e;
    text-align: center;
}

.subscribe_form {
    max-width: 512px;
    width: 100%;
    margin: 1.5rem auto;
    box-shadow: 0px 2px 5px 0px rgba(10, 6, 20, 0.24);
}

.subscribe_form .input-group .form-control {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px 0px 0px 10px;
    font-weight: 500;
    font-size: 12px;
    padding-left: 1rem;
}

.subscribe_form:focus {
    outline: none;
}

.subscribe_form .form-control {
    border: none;
}

.subscribe_form .form-control:focus {
    box-shadow: none;
}

.subscribe_form input {
    height: 44px;
}

.subscribe_form button {
    font-size: 14px;
    border: none;
    height: 44px;
    background-color: #fff;
    color: #0d9488;
    border-radius: 0;
    width: 135px;
    position: relative;
    border-radius: 0px 10px 10px 0px;
}

.subscribe_form button:hover,
.subscribe_form button:focus,
.subscribe_form button:active,
.subscribe_form button:visited {
    color: #0d9488;
    background-color: #fff;
    outline: none;
}

#subscription_area .subscribe_form .input-group input::placeholder {
    color: #fff;
    opacity: 1;
}

/*-------------------------footer-section-css--------------------*/
.app-bnts {
    width: 121px;
    height: 36px;
}

.download-apps-btn-section {
    display: flex;
    align-items: center;
}

.download-apps-btn-section button {
    border: none;
}

.download-apps-btn-section h5 {
    font-weight: 600;
    font-size: 14px;
    color: #000;
    padding-right: 1rem;
    margin-bottom: 0;
}

.footer-section {
    padding: 3rem 0;
}

.social-media-icon {
    background-color: #405DE6;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-media-icons .iconify {
    height: 30px;
    width: 30px;
    margin-left: 1.5rem;
}

.social-media-icons {
    display: flex;
    align-items: center;
    padding-right: 4rem;
}

.footer-media-options {
    display: flex;
    justify-content: space-between;
}

.social-media-icons h5 {
    font-weight: 600;
    font-size: 14px;
    color: #000;
    margin-bottom: 0;
}

.social-media-icons button {
    border: none;
    background-color: transparent;
    padding: 0;
}

.footer-links-section {
    padding-top: 2rem;
}

.footer-links-section h5 {
    font-weight: 600;
    font-size: 14px;
    color: #000;
}

.footer-links-section ul {
    list-style-type: none;
    padding-left: 0 !important;
}

.footer-links-section ul li {
    padding-top: .5rem;
}

.footer-links-section ul li a {
    font-weight: 400;
    font-size: 12px;
    color: #000;
}

.footer-links-section ul li a:hover {
    font-weight: 400;
    font-size: 14px;
    color: #000;
    text-decoration: none;
}

.footer-links-section .row .col-lg-3 {
    padding-left: 0 !important;
}

.copyright-section p {
    font-weight: 400;
    font-size: 12px;
    color: #000;
    text-align: center;
    margin-top: 1.5rem;
}

.shfooter .collapse {
    display: inherit;
}

.second-part {
    margin-top: 1rem;
    align-items: flex-start;
}

.query-form form .form-group{
    position: relative;
}
.footer-text{
    font-size: 12px;
    font-family: Open Sans !important;
    color: #000;
    text-align: justify;
    width: 80%;
    margin-top: 1rem;
}
/*--------------------------back-to-top-btn-css----------------*/
#btn-back-to-top {
    position: fixed;
    bottom: 11%;
    right: 0;
    display: none;
    z-index: 1024;
}

#btn-customer-care {
    position: fixed;
    bottom: 22%;
    right: 0;
    z-index: 1024;
}

.featured-btns .btn-floating {
    background-color: #0d94885e !important;
    filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.25));
    width: 48px;
    height: 48px;
    border-radius: 10px 0px 0px 10px;
    padding: 0;
    border: none;
}

.featured-btns button .iconify {
    height: 20px;
    width: 20px;
}

.resize {
    text-align: center;
}

.resize {
    margin-top: 3rem;
    font-size: 1.25rem;
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}


.live-classes-info-section {
    display: none;
}

#show-num-login-resp .iti {
    width: 100%;
}

#show-id-login-resp {
    padding-top: 1rem;
}

#show-num-login-resp {
    padding-top: 1rem;
}

#show-num-login-resp .signed-in-checkbox {
    display: none;
}

.take-quiz-top-banner{
    display: flex;
}

.take-quiz-top-banner .banner-wrapper{
    background-color: #0d9488;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.close-btn .close {
    opacity: 1;
    padding-right: 2rem;
}
.take-quiz-top-banner .close-btn{
    background-color: #0d9488;
    padding: 6px 0 6px 0;
}

.close-btn .close {
    font-size: 14px;
}

.take-quiz-top-banner h6{
    font-size: 12px;
    color: #fff;
    margin-bottom: 0;
}

.take-quiz-top-banner a{
    font-size: 12px;
    padding-left: 8px;
    color: #fff;
    font-weight: 700;
}

.take-quiz-top-banner a:hover{  
    text-decoration: none;
}

.explore_career_description{
    flex: 0 0 25%;
    max-width: 25%;
}
/*--------------------------mobile-view-css-----------------------*/
@media(max-width:321px) {
    .navbar-list-2 .nav-item {
        padding: 0 0 0 1rem !important;
    }

    #scroll {
        top: 69% !important;
    }
}

@media (min-width:322px) and (max-width:360px) {
    #scroll {
        top: 75% !important;
    }
}

@media (min-width:361px) and (max-width:375px) {
    #scroll {
        top: 72% !important;
    }
}

@media (min-width:376px) and (max-width:414px) {
    #scroll {
        top: 79% !important;
    }
}

@media (min-width:415px) and (max-width:513px) {
    #scroll {
        top: 73% !important;
    }
}

@media(max-width:520px) {
    .post-slide {
        border-radius: 16px;
        width: 120px !important;
        height: 180px;
    }

    .outer-frame {
        width: 335px;
        height: 250px;
        border-radius: 10px;
        padding: 10px;
    }

    .video-screen {
        border-radius: 10px;
    }

    .student-screen {
        width: 52px;
        height: 62px;
        border-radius: 5px;
    }

    .end-call {
        height: 30px;
        width: 30px;
    }

    .menu-up {
        height: 30px;
        width: 30px;
    }

    .get-started-section {
        display: none;
    }

    .footer-media-options {
        display: block;
    }

    .btn-part {
        display: flex;
        align-items: center;
        width: 100%;
        overflow: hidden;
    }

    .audio-class {
        width: 160px;
        height: 44px;
    }

    .classes-btn-grp {
        height: 24px;
        width: 24px;
        border-radius: 4px;
    }

    .fa-volume-up {
        font-size: .7rem
    }

    .fa-circle-play {
        font-size: .7rem;
    }

    .classes-options .audio-class span {
        font-weight: 100;
        font-size: 14px;
    }

    .fa-phone {
        font-size: 13px;
    }

    .fa-angle-up {
        font-size: 13px;
    }

    .classes-title {
        padding: 0 1rem 0 1rem;
    }

    .static-card {
        border-radius: 16px;
        width: auto;
        height: 96px;
    }

    .static-desc-part {
        padding-left: 1rem !important;
    }

    .static-cards-section .row {
        margin-top: 0 !important;
    }

    .static-cards-section .row #card-spacing {
        margin-top: 1.5rem;
    }

    .static-img {
        width: 72px;
        height: 72px;
    }

    .static-desc-part h5 {
        font-weight: 700;
        font-size: 14px;
    }

    .static-desc-part p {
        font-weight: 400;
        font-size: 12px;
        margin-bottom: 0;
    }

    /* .searchbox-wrap {
        display: none;
    } */

    /* .desc-style {
        display: none;
    } */

    .learning-title-res {
        font-weight: 400;
        font-size: 24px;
        text-align: center;
        line-height: 24px;
        padding-top: 1rem;
    }

    .sub-tittle {
        margin: 1rem 0;
        text-align: center;
    }

    #dropdownMenuButton {
        width: 100%;
        background-color: #fff;
        text-align: left;
        font-weight: 400;
        font-size: 16px;
        color: rgba(93, 90, 111, 0.6);
        height: 50px;
    }

    .dropdown-section .dropdown button {
        font-weight: 400;
        font-size: 14px;
        padding: 6px 8px;
    }

    .fa-angle-down {
        float: right;
        color: #000;
    }

    .input-class-field .form-control {
        border: none;
        text-align: left;
        font-weight: 400;
        font-size: 16px;
        color: rgba(93, 90, 111, 0.6);
        margin-top: 1rem;
        height: 50px;
    }
    .our-learning-opportunity-section .section-title h2 {
        font-size: 16px !important;
    }
    .responsive-top-section .search-btn {
        height: 50px;
        background: #5E47D2;
        border-radius: 4px;
        border: none;
        color: #fff;
        width: 100%;
        margin-top: 1rem;
        font-weight: 400;
        font-size: 16px;
    }

    .responsive-top-section .search-btn .fa-search {
        font-size: 1.5rem;
    }

    .slider-section {
        padding-top: 0rem;
    }

    .course-partner-slider h4 {
        font-size: 16px !important;
    }

    .section-title h2 {
        font-size: 16px;
    }

    .static-cards-section {
        padding-top: 0 !important;
    }

    .our-learning-opportunity-section {
        background: linear-gradient(262deg, rgba(6, 149, 211, 0.12) 6.33%, rgba(13, 148, 136, 0.15) 93.67%, rgba(13, 148, 136, 0.15) 93.67%);
        padding-top: 4rem;
        padding-bottom: 1rem;
        text-align: center;
    }

    .post-slide .post-img {
        padding-top: 1rem;
    }

    .main-categories .container-fluid {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .main-categories .container-fluid .row .col-sm-12 {
        padding-right: 0 !important;
    }

    .featured-btns {
        display: none;
    }

    .owl-nav.disabled {
        display: none !important;
    }

    .workshop-slider-section {
        /* background-color: #fff; */
        background: linear-gradient(262deg, rgba(6, 149, 211, 0.12) 6.33%, rgba(13, 148, 136, 0.15) 93.67%, rgba(13, 148, 136, 0.15) 93.67%);
        padding-top: 0rem;
    }

    .view-btn-section {
        margin-top: 1.5rem;
        padding-bottom: 0rem;
    }

    .workshop-slider-section h2 {
        font-size: 16px;
    }

    .workshop-cards-section {
        margin-top: 1.5rem;
    }

    .dropdown-section .dropdown button {
        font-weight: 400;
        font-size: 14px;
        padding: 6px 8px;
    }

    .sub-list #dropdownMenuButton {
        width: 91px;
        height: 32px;
        display: flex;
        padding: 6px 8px;
    }

    .dropdown-toggle .fa-angle-down {
        font-size: 20px;
    }

    /* .owl-nav {
        display: none;
    } */

    .form-group .mail-icon {
        top: 48%;
        left: 7%;
    }

    .form-group .user-icon {
        transform: translate(12px, 59px);
    }

    .download-apps-btn-section {
        display: block;
    }

    .download-apps-btn-section h5 {
        text-align: center;
    }

    .download-apps-btn-section div {
        text-align: center;
        margin-top: 1rem;
    }

    .social-media-icons {
        padding-right: 0rem;
        justify-content: center;
        margin-top: 2rem;
    }

    .second-part {
        margin-top: 0rem;
    }

    .link-title-accordian {
        font-weight: 400;
        font-size: 12px;
        color: #000000;
        background: #c4d0ea;
        border-radius: 4px;
        padding: 13px 16px;
        margin-top: .5rem;
    }

    .personalised-learning-packages .tabs-container .tabs #learning-packages-list {
        background: #FFFFFF;
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
        border-radius: 4px;
        padding: 6px 8px;

    }
    .personalised-learning-packages .tabs-container .tabs #recommended-courses-list {
        background: #FFFFFF;
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
        border-radius: 4px;
        padding: 6px 8px;

    }

    .personalised-learning-packages .tabs-container .tabs {
        transform: translate(75%, 0px);
    }



    .tabs-container nav {
        position: absolute;
        width: 40%;
    }

    .tabs-container nav ul li.active:after {
        width: 1px;
        height: 1px;
        border: 5px solid transparent;
        border-top: 5px solid #555;
        content: '';
        position: absolute;
        right: 1.5em;
        top: 1.4em;
        z-index: 9999;
    }

    .col-carousel {
        margin: 1rem 0;
    }

    .popular-course-section h2 {
        font-size: 16px;
        margin-top: 0 !important;
    }

    .workshop-view-btn-section {
        margin-top: 0rem;
    }

    .live-classes-title .title {
        font-weight: 400;
        font-size: 28px;
        line-height: 32px;
    }

    .live-classes-title {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .classes-options {
        margin-top: 1.5rem;
    }

    .classes-options {
        padding: 0rem;
    }

    .btn-2 {
        margin-top: 1rem;
    }

    .student-img-screen {
        border-radius: 5px;
        padding: 5px;
    }

    .btn-grp {
        bottom: 16%;
        left: 13%;
        width: 74%;
    }

    .learning-packages-title .packages-title {
        font-size: 16px;
        padding-bottom: 1rem;
    }

    .learning-packages-title {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .tab-content {
        padding: 0;
    }

    .personalised-learning-packages .card-data {
        padding-top: 0rem;
    }

    .content-wrapper {
        padding: 0px 15px;
    }

    .learning-packages-btn-section {
        margin-top: 0rem;
    }

    .upcoming-courses-section {
        background-color: #fff;
    }

    .upcoming-courses-section-title h2 {
        font-size: 16px;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .explore-section {
        /* background-color: #fff; */
    }

    .explore-section-title h2 {
        font-size: 16px;
        padding-top: 1rem;
        padding-bottom: 0;
    }

    .explore-section .content-wrapper {
        padding: 12px 15px;
    }

    .counsellor-form-section .counsellor-form-section-title {
        padding-top: 1rem;
        padding-bottom: 0rem;
    }

    .counsellor-form-section .counsellor-form-section-title h2 {
        font-weight: 500;
        font-size: 16px;
        color: #333;
    }

    .section-info {
        font-weight: 400;
        font-size: 12px;
        line-height: 14px;
        color: #000000;
        text-align: center;
    }

    .outer-icon-bg {
        width: 64px;
        height: 64px;
        margin-top: 1.5rem;
    }

    .outer-icon-bg .iconify {
        color: #84a5ec;
        font-size: 2rem;
    }

    .query-form form .input-label {
        padding-top: 1rem;
    }

    #dropdownMenuButton {
        border: 1px solid #DEDDE4;
        border-radius: 10px;
        height: 50px;
    }

    .query-form .form-group {
        margin-bottom: 0rem !important;
    }

    .form-check .form-check-label {
        margin-top: 0 !important;
    }

    #form-group-radio-btn {
        padding-top: 1rem;
    }

    .submit-btn-section {
        background: #fff;
    }

    .submit-btn-section .submit-btn {
        padding: 9px;
        width: 95%;
    }

    .counter-bg-color {
        display: none;
    }

    .count-section {
        padding: 1rem;
    }

    .subscription-form {
        margin-top: 0rem;
        border-radius: 10px;
    }

    .subscription-details h2 {
        font-weight: 500;
        font-size: 28px;
        line-height: 32px;
    }

    .subscription-details {
        padding: 3rem 1rem;
    }

    .subscribe_form .input-group {
        display: block;
    }

    .subscribe_form input {
        width: 100% !important;
        border-radius: 5px !important;
        font-size: 14px !important;
    }

    .subscribe_form button {
        border: none;
        height: 44px
    }

    .subscribe_form button {
        width: 100%;
        border-radius: 5px;
        margin-top: 1rem;
    }

    .subscribe_form .btn-default {
        font-size: 14px;
    }

    .footer-links-section .row .col-lg-3 {
        padding-left: 15px !important;
    }

    .footer-links-section ul {
        list-style-type: disc;
        padding-left: 0 !important;
        margin-left: 1.7rem;
    }

    .footer-links-section .fa-angle-up {
        color: #000;
    }

    /* .navbar-nav .search-bar {
        display: none;
    } */
}


@media (max-width: 768px) {
    
    .brand-btn-res {
        background-color: #fff;
        border: none;
        font-size: 20px;
        color: #000;
        font-weight: 500;
        padding: 0;
    }

    .navbar-nav {
        flex-direction: row !important;
    }

    .nav-item.dropdown {
        /* display: none; */
    }

    .nav-item.desktop-screen {
        display: none;
    }

    .navbar-list-2 .nav-item {
        padding: 0 0 0 2rem;
    }

    .navbar-nav .nav-item.search-bar {
        /* display: none; */
        padding-right: 16px;
    }

    .navbar-collapse.collapse show {
        display: block;
    }

    .navbar-expand .navbar-toggler {
        display: block;
    }

    .navbar-light .navbar-toggler {

        background-color: #fff;
        border: none;
    }

    .toggler-icon {
        border-top: 1px solid #000;
        width: 6px;
    }

    .navbar-toggler {
        font-size: 1rem !important;
        padding: 0 !important;
    }

    .navbar-collapse {
        top: 0px;
        position: fixed;
        width: 100%;
        background-color: #fff;
        z-index: 999;
    }

    .fa-times {
        float: right;
    }

    .hidden {
        display: none !important;
        visibility: hidden !important;
    }

    .btns-section {
        display: flex;
        justify-content: space-between;
        background-color: #EFEFEF;
        padding: .5rem 1rem;
    }

    .login-btn-res a{
        border: 1px solid #0d9488;
        background-color: none;
        font-size: 14px;
        color: #0d9488;
        font-weight: 400;
        padding: 8px 35px;
        width: 160px;
        border-radius: 4px;
        height: 36px;
    }

    .join-btn {
        border: none;
        background-color: #0d9488;
        font-size: 14px;
        color: #fff;
        font-weight: 400;
        padding: 8px 35px;
        width: 160px;
        border-radius: 4px;
        height: 36px;
    }

    #accordionEx1 .card {
        background-color: #fff;
        padding: .5rem 1rem;
        border-bottom: 1px solid #EFEFEF;
        border-right: none !important;
        border-left: none !important;
        border-top: none !important;
    }

    #accordionEx1 .card .card-header {
        background-color: #eff3fc;
        border: none !important;
        border-radius: 4px;
        padding: 1rem 1.25rem !important;
    }

    #accordionEx1 .card .card-header a h5 {
        color: #000;
        font-size: 16px;
        font-weight: 400 !important;
    }

    #accordionEx1 .card .card-header a:hover {
        color: #000;
        font-size: 16px;
        text-decoration: none;

    }

    #accordionEx1 .card .card-header i {
        float: right;
    }

    .collapsible-card {
        background-color: #fff;
        padding: .2rem 0rem;
    }

    .card-body {
        background-color: #F7F5FF;
        border: none !important;
        border-radius: 4px;
        color: #000;
        font-size: 16px;
        text-decoration: none;
        font-weight: 400;
    }

    .navbar-expand-md .navbar-toggler {
        display: block !important;
    }

    .post-slide {
        border-radius: 16px;
        width: 210px;
    }

    #post-slide-1 .outer-circle {
        height: 64px;
        width: 64px;
    }

    #post-slide-2 .outer-circle {
        height: 64px;
        width: 64px;
    }

    #post-slide-3 .outer-circle {
        height: 64px;
        width: 64px;
    }

    .post-slide .post-img img {
        width: 24.67px;
        height: 24.67px;
    }

    .post-slide .post-title a {
        font-size: 12px;
    }

    .post-slide .read-more {
        font-size: 14px;
        padding: 4px 8px;
        border-radius: 4px;
    }

    .post-slide .post-content {
        padding: 0px 8px 25px 8px;
    }

    .post-slide .post-title {
        margin-bottom: 1rem !important;
        margin-top: 0.5rem;
    }

    .main-categories h2 {
        font-size: 16px;
        margin-top: 2rem;
    }

    .verticalLine {
        border-left: 1px solid #333;
        height: 24px;
        margin: 0 1rem;
    }

    .custom-select:focus {
        border: none !important;
        outline: 0;
        box-shadow: none;
    }

    .sub-list .input-group .custom-select {
        background: none;
        box-shadow: 0px 1px 1px rgb(0 0 0 / 25%);
        border: none;
    }

    /* #popular-course .owl-nav {
        display: none;
    } */

    .popular-course-section .row.pt-3 .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    .sub-btn-grp {
        display: none;
    }

    /* .career-section {
        display: none;
    } */

    .query-list-checkbox {
        display: none;
    }

    .navbar-toggle {
        background-color: transparent;
        border: none;
    }

    .customer-logos {
        padding: 0 3rem;
    }

    /*---------------navbar-resp-css-------------------------*/
    .modal-left-part .modal-brand-logo {
        display: none;
    }

    #sign-up-page1 {
        padding: 0rem 2rem;
    }

    .modal-left-part .resp-screen-title {
        display: block;
        text-align: center;
        font-weight: 400;
        font-size: 20px;
        line-height: 30px;
        color: #000000;
    }

    .modal-left-part h2 {
        display: none;
    }

    .modal-left-part .slick-initialized {
        display: none;
    }

    #sign-up-page1 {
        padding: 2rem;
        background-color: #fff;
        border-radius: 8px;
    }

    .modal-body {
        padding: 2rem 2rem;
    }

    .modal.fade .modal-dialog {
        /* margin-right: 5%; */
        transform: translate(0, 55px) !important;
    }

    .modal-dialog {
        margin: 0;
    }

    .modal-content {
        border-radius: 0px !important;
        box-shadow: none !important;
        border: none;
    }

    .progress-tab {
        display: block !important;
        text-align: center;
    }

    .bottom-modal-section iconify-icon {
        font-size: 18px !important;
    }

    .bottom-modal-section .divider {
        width: 20% !important;
        position: absolute;
        left: 24%;
        top: 4%;
    }

    .bottom-modal-section .divider2 {
        width: 20% !important;
        position: absolute;
        top: 4%;
        right: 24%;
        border-top: 1px dotted #000000;
    }

    .bottom-modal-section {
        position: relative;
    }

    .option .btn-option {
        font-size: 14px !important;
    }

    .data-collection-btn-grp {
        padding: 5rem 1rem 0 1rem !important;
    }

    .sign-up-page-header-part {
        padding: 1rem !important;
    }

    .bottom-modal-section {
        align-items: flex-start !important;
        padding: .5rem;
    }
}

@media (min-width:768px) {
    .responsive-top-section {
        display: none;
    }

    .sub-list {
        display: none;
    }

    .query-form .input-label {
        display: none;
    }

    .query-form .dropdown {
        display: none;
    }

    .navbar-collapse.collapse.show {
        position: fixed;
        right: 2%;
        z-index: 1024;
        width: 100%;
        height: 500px;
        overflow-y: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .sub-btn-grp::-webkit-scrollbar {
        height: .3rem;
    }

    /* Track */
    .sub-btn-grp ::-webkit-scrollbar-track {
        background: #dfdfdf;
        height: .3rem;
        cursor: grab;
    }
    
    /* Handle */
    .sub-btn-grp::-webkit-scrollbar-thumb {
        background: #a7a3a3;
        height: .3rem;
        cursor: grab;
    }
    
    /* Handle on hover */
    .sub-btn-grp::-webkit-scrollbar-thumb:hover {
        background: #111;
        height: .5rem;
        cursor: grab;
    }

    .navbar-collapse.collapsing {
        display: none;
    }

    .navbar-collapse.collapse.show .accordion .card {
        background-color: #fff;
        padding: 0.5rem 1rem;
        border-bottom: 1px solid #EFEFEF;
        border-right: none !important;
        border-left: none !important;
        border-top: none !important;
    }

    .navbar-collapse.collapse.show .accordion .card .card-header {
        border: none;
    }

    #accordionEx1 .card .card-header {
        background-color: #eff3fc;
        border: none !important;
        border-radius: 4px;
        padding: .7rem 1rem !important;
    }

    #accordionEx1 .card .card-header a h5 {
        color: #000;
        font-size: 12px;
        font-weight: 400 !important;
    }

    #accordionEx1 .card .card-header a:hover {
        color: #000;
        font-size: 16px;
        text-decoration: none;

    }

    #accordionEx1 .card .card-header i {
        float: right;
    }

    .collapsible-card {
        background-color: #fff;
        padding: .2rem 0rem;
    }

    .card-body {
        background-color: #eff3fc;
        border: none !important;
        border-radius: 4px;
        color: #000;
        font-size: 12px;
        text-decoration: none;
        font-weight: 400;
    }

    .hidden {
        display: none !important;
        visibility: hidden !important;
    }

    .navbar-toggle {
        background-color: transparent;
        border: none;
    }

    .view-btn-section {
        margin-top: 2rem;
        padding-bottom: 2rem;
    }

    #resp-search-bar {
        display: none;
    }

    #collapsingNavbar .brand-name-title {
        display: block;
    }

    #collapsingNavbar .headingSignOut {
        display: flex;
    }
    #accordionEx1 .btns-section {
        display: flex;
    }

    .modal-right-part .form-group iconify-icon {
        transform: translate(-47px, 47px) !important;
    }

    .modal-right-part .form-group label {
        font-size: 16px;
    }

    .forgot-pass-link a {
        font-size: 16px;
    }

    #content2 {
        display: none;
    }

    .modal-left-part .resp-screen-title {
        display: none;
    }
    .course-card-wrapper .owl-nav {
        display: none !important;
    }
}

@media (min-width:769px) {
    #collapsingNavbar .brand-name-title {
        display: none;
    }

    #collapsingNavbar .btns-section {
        display: none;
    }
    #collapsingNavbar .headingSignOut {
        display: none;
    }

    .navbar-collapse.collapse.show {
        position: fixed;
        right: 2%;
        z-index: 1024;
        width: 290px;
        height: 500px;
        overflow-y: hidden;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .navbar-section {
        z-index: 1030;
        box-shadow: 0px 2px 3px rgb(0 0 0 / 8%);
    }

    .bottom-modal-section .divider {
        width: 20% !important;
    }

    .bottom-modal-section .divider2 {
        width: 20% !important;
        border-top: 1px dotted #000000;
    }

    #scroll {
        position: fixed;
        top: 50%;
        right: 30px !important;
        z-index: 999;
        width: 0;
    }
}

@media (max-width:767px) {
    .shfooter ul {
        margin-bottom: 0;
    }

    .shfooter .collapse {
        display: none;
    }

    .shfooter .collapse.show {
        display: block;
    }

    .shfooter .title .fa-angle-up,
    .shfooter .title[aria-expanded=true] .fa-angle-down {
        display: none;
    }

    .shfooter .title[aria-expanded=true] .fa-angle-up {
        display: block;
    }

    .shfooter .navbar-toggler {
        display: inline-block;
        padding: 0;
    }

    .responsive-searchbox-wrap.open .dropdown-menu {
        display: block;
    }

    .responsive-searchbox-wrap .dropdown-menu>.menu-active {
        display: none;
    }

    .form-input-dropdown.open .dropdown-menu {
        display: block;
    }

    .modal-popup-sign-in #modal-divider {
        width: 0;
        border-right: none;
    }

}

@media(max-width:768px) {
    #scroll {
        position: fixed;
        top: 50%;
        right: 0;
        z-index: 999;
        width: 100%;
        display: flex;
        justify-content: center;
        background-color: #fff;
        height: 40px;
        align-items: center;
        top: 74%;
    }
}

/*------------------------breadcrumb-sectiom---------------------------*/
.breadcrumb-section {
    background: linear-gradient(262deg, rgba(6, 149, 211, 0.12) 6.33%, rgba(13, 148, 136, 0.15) 93.67%, rgba(13, 148, 136, 0.15) 93.67%);
    padding: .5rem 0;
}

.breadcrumb-section .breadcrumb {
    /* background-color: #fff; */
    background: transparent;
}

.breadcrumb {
    margin-bottom: 0 !important;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "";
}

.breadcrumb-item {
    font-weight: 500;
    font-size: 14px;
    padding-left: 0rem !important;
    letter-spacing: 0.03em;
}

.breadcrumb-item a {
    color: #0A033C66;
}

.breadcrumb-item.active {
    color: #0d9488;
}

/*-------------------------search bar-box- --------------------------*/
.search-form .form-group input.form-control::-webkit-input-placeholder {
    display: none;
}

.search-form .form-group input.form-control::-moz-placeholder {
    display: none;
}

.navbar-right {
    min-width: 450px;
}

.navbar-right form {
    width: 100%;
}

.search-bar .form-group {
    position: relative;
    width: 0%;
    min-width: 60px;
    height: 60px;
    overflow: hidden;
    transition: width 1s;
    backface-visibility: hidden;
}

.search-bar .form-group input.form-control {
    position: absolute;
    top: 0;
    right: 0;
    outline: none;
    width: 100%;
    height: 60px;
    margin: 0;
    z-index: -1;
    background: #EFEFEF;
    border: 1px solid #5E47D2;
    border-radius: 64px !important;
}

.search-bar .form-group.sb-search-open input.form-control {
    z-index: 1;
}

.search-bar input[type="text"].form-control {
    -webkit-appearence: none;
    -webkit-border-radius: 0;
}

.search-bar .form-control-submit,
.search-label {
    width: fit-content;
    height: fit-content;
    position: absolute;
    right: 20px;
    top: 0;
    padding: 0;
    margin: 0;
    text-align: center;
    cursor: pointer;
    line-height: 60px;
}

.search-bar .form-control-submit {
    opacity: 0;
    color: transparent;
    border: none;
    outline: none;
    z-index: -1;
}

.search-bar .search-label {
    z-index: 90;
}

.search-bar .form-group.sb-search-open,
.no-js .sb-search-open {
    width: 100%;
    min-width: 317px;
}

.search-bar .form-group.sb-search-open .search-label,
.no-js .sb-search .search-label {
    color: #000;
    z-index: 11;
}

.search-bar .form-group.sb-search-open .form-control-submit,
.no-js .form-control .form-control-submit {
    z-index: 90;
}

.search-bar .form-group {
    margin-bottom: 0.5rem;
}

.active-searchbar {
    color: red;
}

.search-bar-menu {
    display: none;
}

/*---------------------login-modal-sign-in-page-----------------------------*/
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal.fade .modal-dialog {
    transform: translate(0, 80px);
}

.modal-brand-logo {
    padding: 22px 56px;
    background: #5E47D2;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    border: none;
}

.modal-left-part h2 {
    font-weight: 400;
    font-size: 40px;
    line-height: 50px;
    color: #0A033C;
    padding-top: 2rem;
}

.modal-popup-sign-in #modal-divider {
    width: 1px;
    border-right: 1px solid;
}

.modal-left-part .slider {
    width: 100%;
}

.modal-left-part .slide img {
    display: block;
    width: 50%;
    height: auto;
}


/* @media (min-width: 1025px) { */
.modal-right-part .nav-tabs .nav-item {
    padding: 0 0rem !important;
    width: 50%;
}

.modal-right-part .nav-tabs {
    border: none;
    background: #F5F5F5;
    border-radius: 8px;
    width: 100%;
    text-align: center;
}

.modal-right-part .nav-tabs .nav-link.active {
    padding: 12px 0;
    border: none;
    background: #5E47D2;
    border-radius: 8px;
    color: #fff;
    text-align: center;
    font-size: 16px;
}

.modal-right-part .nav-tabs .nav-link {
    padding: 12px 0;
    border: none;
    text-align: center;
    font-size: 16px;
    color: #000;
}

.modal-content {
    box-shadow: 0px 4px 8px rgb(0 0 0 / 10%);
    border-radius: 16px;
    /* height: 76vh; */
    overflow-x: hidden;
}

.modal-body {
    padding: 2rem;
}

.modal-right-part #form-id input span {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #0A033C;
}

.tab-content {
    padding-top: 1.5rem;
}

.form-group .mail-icon {
    position: absolute;
    z-index: 2;
    display: block;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
    transform: translate(12px, 13px);
}

#show-id-login .form-group .mail-icon {
    position: absolute;
    z-index: 2;
    display: block;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
    transform: translate(14px, 17px);
}

.modal-right-part .form-group label {
    font-weight: 400;
    font-size: 16px;
    color: #0A033C;
}

.modal-right-part .form-group iconify-icon {
    position: absolute;
    transform: translate(-54px, 47px);
}

#show-me {
    padding-top: 1rem;
}

.modal-right-part .form-group {
    position: relative;
}

.modal-right-part .form-group input {
    height: 50px !important;
    border: 1px solid #DEDDE4;
    border-radius: 10px;
    font-weight: 400;
    font-size: 16px;
    color: #5D5A6F;
}

.modal-right-part {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}


input[type="text"],
input[type="password"] {
    -webkit-appearance: none;
    border-radius: 1px;
    box-sizing: border-box;
    font-size: 1.25em;
    height: auto;
    padding: .5em;

}

/* suppress IE >= 10 native functionality that can show password */
input[type="password"]::-ms-reveal {
    display: none;
}

.input-group {
    position: relative;
    width: 100%;
    padding-left: 8px;
}

.toggle {
    background: none;
    border: none;
    position: absolute;
    right: .75em;
    top: 2.8em;
    z-index: 9;
}

.modal-right-part #show-me .fa-eye {
    font-size: 1rem;
    color: #5D5A6F;
    padding-top: 0.7rem;
}

.opt-divider {
    background-color: #DEDDE4;
    height: 1px;
    width: 96px;
    display: inline-block;
}

.sign-in-options .divider {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sign-in-options .sign-in-btn {
    background: #5E47D2;
    border-radius: 10px;
    padding: 9px 0px;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    border: none;
    width: 100%;
}

.sign-in-link a{
    color: #5E47D2;
}

.sign-in-options .sign-up-opt-link {
    text-align: center;
    padding-top: 1rem;
}

.sign-up-opt-link p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #5D5A6F;
    margin-bottom: .5rem;
}

.sign-up-opt-link p a {
    color: #5E47D2;
}

.sign-up-opt-link p a {
    text-decoration: none;
}

.social-media-login-opts {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}

.social-media-login-opts .media-outer-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0.8rem;
}

.media-outer-circle .social-media-icon {
    height: 23px;
    width: 23px;
    background-color: transparent;
}

.forgot-pass-link a {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #5D5A6F;
}

.forgot-pass-link a:hover {
    text-decoration: none;
}

.signed-in-checkbox {
    display: flex;
    align-items: center;
}

.user-ac-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.user-ac-details label {
    margin-bottom: 0;
}

.signed-in-checkbox input {
    width: 0;
}

.signed-in-checkbox input:checked~.checkmark {
    background-color: #fff;
    border: 2px solid #5E47D2;
    margin-right: .5rem;
}

.signed-in-checkbox .checkmark {
    position: relative;
    margin-right: .5rem;
}

.signed-in-checkbox .checkmark:after {
    left: 5px;
    width: 6px;
    height: 11px;
    border: 1px solid #5E47D2;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.signed-in-checkbox input:checked~.checkmark:after {
    display: block;
}

/*----------------------international-tele-input---------------------*/
.intl-tel-input {
    display: table-cell;
}

.intl-tel-input .selected-flag {
    z-index: 4;
}

.intl-tel-input .country-list {
    z-index: 5;
}

.input-group .intl-tel-input .form-control {
    border-top-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0;
}

/*---------------------------------*/

#show-num-login .iti {
    width: 100%;
    margin-top: 1rem;
}

#show-id-login {
    padding-top: 1rem;
}

#show-num-login #txtPhone {
    padding-left: 112px !important;
}

.sign-in-options {
    padding-top: 1rem;
}

#show-num-login .signed-in-checkbox {
    display: none;
}

#show-num-login .user-ac-details {
    display: flex;
    align-items: center;
    justify-content: right;
}

#sign-in-page-part-2 .otp-info-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #000000;
}

.otp-input {
    padding-top: 2rem;
}

.passcode-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: auto;
    margin: 0 auto;
    width: 76%;
}

.passcode-wrapper input {
    width: 50px;
    height: 50px;
    padding: 0;
    margin-right: 5px;
    text-align: center;
    border: 1px solid gray;
    border-radius: 5px;
}

.passcode-wrapper input:last-child {
    margin-right: 0;
}

.passcode-wrapper input::-webkit-inner-spin-button,
.passcode-wrapper input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

.passcode-wrapper input:focus,
.passcode-wrapper input.focus {
    border-color: green;
    outline: none;
    box-shadow: none;
}

#sign-in-page-part-2 {
    display: none;
}

.time-counter {
    padding: 0 3rem;
}

.otp-timer-wrapper {
    display: flex;
    justify-content: space-between;
}

.otp-timer-wrapper p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}

.otp-timer-wrapper p a {
    color: #000;
}

.otp-timer-wrapper p a:hover {
    text-decoration: none;
}

.otp-timer {
    padding-left: 3rem;
}

.otp-resend-link {
    padding-right: 3rem;
}

.otp-verify-btn button {
    background: #5E47D2;
    border-radius: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    padding: 9px 0;
    width: 100%;
    border: none;
}

#sign-in-page-part-2 .divider {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
}

.enter-password-btn button {
    background: #fff;
    border-radius: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #5E47D2;
    padding: 9px 0;
    width: 100%;
    border: 1px solid #5E47D2;
    margin-top: 1rem;
}

.sign-up-page-part-1 .form-group .mail-icon {
    position: absolute;
    z-index: 2;
    display: block;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
    transform: translate(-7px, 30px);
}

#sign-up-page-part-1 .sign-in-btn {
    background: #5E47D2;
    border-radius: 10px;
    padding: 9px 0px;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    border: none;
    width: 100%;
}

.internship-programs .head h1{ 
    font-size: 28px;
    font-weight: 500;
}

/* } */
@media(min-width:100px) and (max-width:380px) {
    #form-id .ml-1 span {
        font-size: 12px;
    }

    #form-id .ml-4 span {
        font-size: 12px;
    }

    .modal-left-part h2 {
        font-weight: 400;
        font-size: 26px;
        line-height: 36px;
        color: #0A033C;
        padding-top: 2rem;
    }

    .modal-popup-sign-in #modal-divider {
        border-right: none;
    }

    .modal-body {
        padding: 0rem 0;
        border-radius: 8px;
    }

    .modal-right-part {
        width: auto;
        margin-left: 0;
        margin-right: 0;
    }

    .form-group .mail-icon {
        transform: translate(0px, -7px);
    }

    #sign-up-page-part-1 .form-group .mail-icon {
        transform: translate(-2px, 8px) !important;
    }

    .modal-right-part .form-group input {
        font-size: 12px;
    }

    .modal-right-part .form-group iconify-icon {
        transform: translate(-36px, 47px);
    }

    .sign-in-options .sign-in-btn {
        padding: 6px 0px;
        font-size: 10px;
    }

    .sign-up-opt-link p {
        font-size: 12px;
        margin-bottom: 0rem;
    }

    .sign-in-options .divider {
        font-size: 12px;
    }

    .login-btn {
        font-size: 12px;
        padding: 8px 35px;
        width: 122px;
    }

    .join-btn {
        font-size: 12px;
        padding: 8px 20px;
        width: 120px;
    }
}

@media (max-width:340px) {
    .modal-right-part .form-group label {
        font-size: 10px;
    }

    .forgot-pass-link a {
        font-size: 10px;
    }
}

@media(max-width:385px) {
    .bottom-modal-section p {
        font-size: 14px !important;
    }
}

@media(min-width:341px) {
    .modal-right-part .form-group label {
        font-size: 14px;
    }

    .forgot-pass-link a {
        font-size: 14px;
    }
}

@media(min-width:381px) and (max-width:520px) {
    .modal-left-part h2 {
        font-weight: 400;
        font-size: 26px;
        line-height: 36px;
        color: #0A033C;
        padding-top: 2rem;
    }

    .modal-popup-sign-in #modal-divider {
        border-right: none;
    }

    .modal-body {
        padding: 0rem;
    }

    .modal-right-part {
        width: auto;
        margin-left: 0;
        margin-right: 0;
    }

    .sign-in-options .sign-in-btn {
        padding: 9px 0;
        font-weight: 600;
        font-size: 12px;
        width: 100%;
    }

    .form-group .mail-icon {
        transform: translate(-17px, 14px);
    }

    .modal-right-part .form-group iconify-icon {
        position: absolute;
        transform: translate(-44px, 47px);
    }
}

@media (max-width:520px) {
    .otp-timer {
        padding-left: 2rem;
    }

    .otp-resend-link {
        padding-right: 2rem;
    }

    .otp-timer-wrapper p {
        font-size: 12px;
    }

    #sign-in-page-part-2 .otp-info-text {
        font-size: 12px;
    }

    .tab-content {
        padding-top: 1rem;
    }

    .otp-input {
        padding-top: 1rem;
    }

    .modal-right-part .nav-tabs .nav-link.active {
        font-size: 12px;
    }

    .modal-right-part .nav-tabs .nav-link {
        font-size: 12px;
    }

    .sign-up-page-header-part {
        top: -1px !important;
        width: 100% !important;
        height: 44px !important;
    }

}

@media (min-width: 521px) {
    .modal-dialog {
        max-width: 100%;
        /* margin: 1.75rem auto; */
        width: 60%;
        height: 100%;
        margin: 3% 20%;
    }

    .modal-body {
        padding: 0rem;
    }

    #content2 .modal-body {
        padding: 1rem 2rem;
    }

    .modal-right-part .form-group iconify-icon {
        transform: translate(-42px, 47px);
    }
}

#sign-up-page1 {
    padding: 2rem;
}

#content2 {
    height: auto !important;
    overflow-x: auto;
}

#sign-up-page-part-1 {
    display: none;
}

#content2 {
    display: none;
}

#sign-up-page-part-1 .form-group .mail-icon {
    position: absolute;
    z-index: 2;
    display: block;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
    transform: translate(16px, 17px);
}

#sign-up-page-questionnere {
    display: none;
}

#sign-up-page-questionnere section {
    padding: 5rem 2rem 0 2rem;
}

nav.nav ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    list-style: none;
}

nav.nav ul a {
    text-decoration: none;
    color: #3a4e52;
}

nav.nav ul li {
    margin: 0;
    transition: linear 0.3s;
}

#sign-up-page-questionnere .nav ul li {
    position: relative;
    display: inline-block;
    width: 8px;
    height: 8px;
    border: none;
    border-radius: 100px;
    transition: linear 0.3s;
    background-color: #5E47D2;
}

nav.nav ul li:hover {
    cursor: pointer;
}

#sign-up-page-questionnere ul li.active {
    background-color: #fff;
    border: 1px solid #5E47D2;
    width: 10px;
    height: 10px;
    border-radius: 100px;
}

nav.nav {
    position: fixed;
    top: 40%;
    right: 3%;
    padding-left: 1em;
}

.sign-up-page-header-part {
    display: flex;
    justify-content: space-between;
    position: fixed;
    width: 99%;
    top: 1px;
    height: 30px;
    background-color: #fff;
    z-index: 1024;
    padding: 2rem;
    border-radius: 16px 1px 0px 0px;
}

.sign-up-page-header-part h5 {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #0A033C;
}

.sign-up-page-header-part h6 {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #000000;
}

.selection-grp-title {
    font-weight: 400;
    font-size: 28px;
    line-height: 33px;
    color: #0A033C;
}

.sub-instruction-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.option {
    position: relative;
}

.option input {
    opacity: 0;
    position: absolute;
}

.option input:checked+span {
    background-color: #5E47D2;
    color: #fff;
    border: 1px solid #5E47D2;
}

.option input:checked+span:hover,
.option input:checked+span:focus,
.option input:checked+span:active {
    background-color: #5E47D2;
    color: #fff;
    border: 1px solid #5E47D2;
}

.option .btn-option {
    margin: 0 10px 10px 0;
    display: flex;
    background-color: #fff;
    border: 1px solid #0A033C;
    border-radius: 40px;
    padding: 10px 24px;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.option .btn-option:hover,
.option .btn-option:focus,
.option .btn-option:active {
    background-color: transparent;
}

.course-language-btn-selection button {
    margin: 0 10px 10px 0;
    display: flex;
    background-color: #fff;
    border: 1px solid #0A033C;
    border-radius: 40px;
    padding: 10px 24px;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.course-language-btn-selection .btn-pressed {
    background-color: #5E47D2;
    color: #fff;
    border: 1px solid #5E47D2;
}

.course-language-btn-selection .btn-pressed:active .selected-icon {
    display: block;
}

.course-language-btn-selection .buttons.row {
    width: 92%;
}

.sign-up-page-footer-part .back-btn {
    border: 1px solid #5E47D2;
    border-radius: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #5E47D2;
    padding: 9px 52px;
    background-color: #fff;
}

.sign-up-page-footer-part .next-btn {
    border: none;
    border-radius: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    background-color: #5E47D2;
    padding: 9px 52px;
    color: #fff;
}

.sign-up-page-footer-part {
    position: sticky;
    bottom: 0%;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px -4px 4px rgb(0 0 0 / 10%);
    height: 76px;
    padding: 1rem;
    border-radius: 0px 0px 16px 16px;
}

.bottom-modal-section {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.bottom-modal-section p {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #C2C2C2;
    padding-left: 1rem;
}

.bottom-modal-section iconify-icon {
    color: #C2C2C2;
}

#progress-bar-1 p {
    color: #000;
}

#progress-bar-1 iconify-icon {
    color: #000;
}

.scroll_item {
    background-color: #5E47D2;
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
}

.scroll_item:hover {
    background: #FFF;
    border: 1px solid #5E47D2;
}

.scroll_item_active {
    border: 1px solid #5E47D2;
    width: 10px;
    height: 10px;
    margin: 5px;
    background-color: #FFF;
    border-radius: 50%;
}

#first1 {
    width: 100%;
    height: 60%;
}

#second1 {
    width: 100%;
    height: 60%;
}

.data-collection-btn-grp {
    padding: 5rem 2rem 0 2rem;
}

#final-page-sign-up {
    display: none;
}

.finishing-heading-text h2 {
    font-weight: 400;
    font-size: 28px;
    line-height: 30px;
    color: #000000;
}

.finishing-heading-text {
    padding: 5rem 2rem 0 2rem;
}

.finishing-heading-text h6 {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.final-page-img {
    background: #D9D9D9;
    width: 40%;
    height: 294px;
}

.section-img {
    text-align: center;
    padding: 2rem 0;
}

.continue-btn {
    border: none;
    border-radius: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    padding: 9px 52px;
    background-color: #5E47D2;
}

.show-check-icon {
    display: block;
}


.selected-icon::before {
    content: url('https://api.iconify.design/simple-line-icons/check.svg?color=white&width=22');
    margin-top: 0px;
    height: 24px;
    margin-right: 7px;
}

.btn-fnt {
    padding-left: 2px;

}

.btn-pressed .fa .fa-check-circle-o {
    font-size: 16px !important;
}

.course-language-btn-selection button {
    align-items: center;
}

.bottom-modal-section .divider {
    width: 25%;
    border-top: 1px dotted #000000;
}

.bottom-modal-section .progress-tab {
    display: flex;
}


.slider-container .slider-wrapper .slider-item .card-top-img {
    width: 318px;
    height: 318px;
}



#subscribeModal .modal-content{
    box-shadow: 0px 4px 8px rgb(0 0 0 / 10%);
    border-radius: 0px;
    height: auto;
    overflow-x: hidden;
    max-width: 500px;
    margin: 0 auto;
}

#subscribeModal .modal-header{
    border: none !important;
}
#subscribeModal .thank-you-pop img {
    width: 76px;
    height: auto;
    margin: 0 auto;
    display: block;
    margin-bottom: 25px;
}

#FormsubmitModal .modal-content{
    box-shadow: 0px 4px 8px rgb(0 0 0 / 10%);
    border-radius: 0px;
    height: auto;
    overflow-x: hidden;
    max-width: 500px;
    margin: 0 auto;
}

#FormsubmitModal .modal-header{
    border: none !important;
}
#FormsubmitModal .thank-you-pop img {
    width: 76px;
    height: auto;
    margin: 0 auto;
    display: block;
    margin-bottom: 25px;
}

.thank-you-pop{
    width: 100%;
    padding: 20px;
    text-align: center;
}

.recommended-tab-content .course-card .card-img img{ height: 170px; }
 
.popular-course-carousel .course-card .card-img img{ height: 170px; }

.with-errors{
    color:red!important
}


.logo-image{
    width: 100px!important;
  }
   .holland__main_page_overview{
    font-family: Alegreya;
  }
  .question-md-pl{
    text-align: left;
  }
  .lookliketextitle-sm{
    display:none;
  }
  .lookliketextitle-lg{
    display:block;
  }
  
   @media only screen and (min-width: 1022px){
    #holland_popup_body{
      /* background-color:#F7F5FF; */
      background: linear-gradient(262deg, rgba(6, 149, 211, 0.12) 6.33%, rgba(13, 148, 136, 0.15) 93.67%, rgba(13, 148, 136, 0.15) 93.67%);
      height: 73vh;
      padding: 0px;
    }
    .hollnad_main_image{
      margin: 0 auto;
      margin-top: 20px!important;
      height: 158px;
      width: 253px;
    }
    .holland__main_page_overview{
      text-align: center;
      font: normal normal normal 14px DM Sans;
      letter-spacing: 0px;
      color: #545048;
      opacity: 1;
    }
    .holland_main_button{
      text-align: center;
      font: normal normal medium 20px/26px DM Sans;
      letter-spacing: 0px;
      color: #FFFFFF !important;
      opacity: 1;
      background-color: rgba(94, 71, 210, 0.6) !important;
      outline: none;
    }
    .holland_main_button:hover{
      color: #FFFFFF !important;
      background-color: rgba(94, 71, 210, 0.6) !important;
      outline: none;
    }
    .holland_main_button:focus{
      outline: none;
      box-shadow: none;
    }
    #holland_main_page{
      display: none;
    }
    .hollnad_side_image img{
      width: 275px;
    }
    .holland_main_page__left{
      /* background-color: #FFFFFF; */
      padding-top: 10%;
      height: 73vh;
    }
    .holland_main_page__right{
      text-align: left!important;
      margin-top: 20px;
    }
    #who_are_you{
      letter-spacing: 0px;
      color: #000000;
      font-size: 22px;
    }
    .holland_title{
      letter-spacing: 0px;
      color: #000000;
      font-size: 22px;
    }
    .holland_secondary_button{
      background: #FFFFFF 0% 0% no-repeat padding-box;
      box-shadow: 0px 3px 6px #00000029;
      border-radius: 5px;
      opacity: 1;
      width: 160px;
      font-size: 15px;
    }
    .holland_secondary_button:focus{
      outline: none;
      box-shadow: none;
    }
    .holland_secondary_button_active{
      background-color:#F7F5FF  ;
      color: #fff;
    }
    .holland_main_grade{
      display: none;
    }
    .holland_main_looking_for{
      display: none;
    }
    #skill_and_curricular_yes_or_no{
      display: none;
    }
    #academic_and_curricular_board{
      display: none;
    }
    #holland_selected_skill_no{
      display: none;
    }
    .holland_main_quize{
      display: none;
    }
    .quiz_result__left{
      background-color: #FFFFFF;
      padding-top: 6%;
      height: 73vh;
    }
    .quiz_result__right{
      text-align: center!important;
      margin-top: 20px;
    }
    #back_to_holland_main_page{
      display: flex;
      align-items: center;
    }
    .back_to_holland_main_page_1{
      display: flex;
      align-items: center;
    }
    .arrow_circle{
      width: 20px;
      height: 20px;
      transform: rotate(180deg);
      margin-right: 1%;
    }
    .go_back_link{
      text-decoration: underline;
      color: #545048;
      opacity: 1;
      font-size:medium;
      font-weight: 100;
    }
    .responsive_plane{
      display: none;
    }
    .holland_main_quize table td{
      padding: .3rem;
    }
    .question_19_radio_ans{
      margin-left: 1px;
    }
  }
  
  /* Holland Responsive style */
  @media(min-width:200px){
    .img-plane{
      width:50%;
    }
    .img-computer{
      width: 226px;
    }
    #holland_popup_body{
      /* background-color:#eff3fc; */
      background: linear-gradient(262deg, rgba(6, 149, 211, 0.12) 6.33%, rgba(13, 148, 136, 0.15) 93.67%, rgba(13, 148, 136, 0.15) 93.67%);
      height: 73vh;
      padding: 0px;
    }
    .hollnad_main_image{
      margin: 0 auto;
      margin-top: 20px!important;
      height: 158px;
      width: 253px;
    }
    .holland__main_page_overview{
      text-align: center;
      font: normal normal normal 14px DM Sans;
      letter-spacing: 0px;
      color: #545048;
      opacity: 1;
    }
    .holland_main_button{
      text-align: center;
      font: normal normal medium 20px/26px DM Sans;
      letter-spacing: 0px;
      color: #FFFFFF !important;
      opacity: 1;
      background-color: #0d9488 !important;
      outline: none;
    }
    .holland_main_button:hover{
      color: #FFFFFF !important;
      background-color: #0d9488 !important;
      outline: none;
    }
    .holland_main_button:focus{
      outline: none;
      box-shadow: none;
    }
    #holland_main_page{
      display: none;
    }
    .hollnad_side_image img{
      width: 275px;
    }
    .holland_main_page__left{
      padding-top: 10%;
    }
    .holland_main_page__right{
      margin-top: 20px;
    }
    #who_are_you{
      letter-spacing: 0px;
      color: #000000;
      font-size: 22px;
    }
    .holland_title{
      letter-spacing: 0px;
      color: #000000;
      font-size: 22px;
    }
    .holland_secondary_button{
      background: #FFFFFF 0% 0% no-repeat padding-box;
      box-shadow: 0px 3px 6px #00000029;
      border-radius: 5px;
      opacity: 1;
      width: 100%;
      font-size: 15px;
    }
    .holland_secondary_button:focus{
      outline: none;
      box-shadow: none;
    }
    .holland_secondary_button_active{
      background-color:#F7F5FF  ;
      color: #fff;
    }
    .holland_main_grade{
      display: none;
    }
    .holland_main_looking_for{
      display: none;
    }
    #skill_and_curricular_yes_or_no{
      display: none;
    }
    #academic_and_curricular_board{
      display: none;
    }
    #holland_selected_skill_no{
      display: none;
    }
    .holland_main_quize{
      display: none;
    }
    .quiz_result__left{
      background-color: #FFFFFF;
      padding-top: 6%;
      height: 73vh;
    }
    .quiz_result__right{
      text-align: center!important;
      margin-top: 20px;
    }
    .secbtn-margin{
      margin-bottom: .25rem!important;
    }
    .holland_ans_button {
      margin-left: 0.25rem!important;
      margin-right: 0.25rem!important;
    }
    #back_to_holland_main_page{
      display: flex;
      align-items: center;
      text-align: left;
    }
    .back_to_holland_main_page_1{
      display: flex;
      align-items: left;
    }
    #back_to_looking_for{
      display: flex;
      align-items: center;
      text-align: left;
    }
    .arrow_circle{
      width: 20px;
      height: 20px;
      transform: rotate(180deg);
      margin-right: 1%;
    }
    .go_back_link{
      text-decoration: underline;
      color: #F7F5FF ;
      opacity: 1;
      font-size:medium;
      font-weight: 100;
    }
  }
  
  @media(min-width:200px) and (max-width:767px){
    .question-md-pl{
      padding-left:0.25rem!important;
    }
    .lookliketextitle-sm{
      display:block!important;
    }
    .lookliketextitle-lg{
      display:none!important;
    }
    .quiz_result__left{
      height:auto;
      background:transparent;
    }
    .img-plane{
      width:70%;
    }
    .holland_title{
      text-align: center;
    }
    .skill_and_curricular_yes_no_main{
      display: flex;
      justify-content: center;
    }
    #holland_popup_body{
      height: 100vh!important;
    }
    .pages_before_quiz {
      width: 100%;
    }
    .large-txt-radio{
      display: flex;
    }
    #organising_radio{
      padding-left:0.25rem;
    }
    .responsive_plane{
      display: block;
    }
    .img-plane__responsive{
      margin-top: 3em!important;
    }
    .holland-row{
      margin-left: 15px!important;
    }
    #question_19{
      padding-left: 1.06rem;
    }
    #question_19_name{
      padding: 0rem;
    }
  }
  
  @media(min-width:787px){
    #holland_main_page .img-plane{
        display:none;
    }
  }

  .navbar-nav .nav-item a:hover{
    color: #0d9488 !important;
    text-decoration: none;
}
.filter-course-section .course-card{
    width: 280px;
    border-radius: 8px;
    background-color: #fff;
    padding: 0.5rem 0.5rem;
    box-shadow: 0px 2px 3px rgb(0 0 0 / 25%);
    border-top: 1px solid rgb(0 0 0 / 10%);
    position:relative;
    margin:auto!important;
}

.course-card .card-img img{
    height: 170px;
    border-radius: 8px;
}

.course-card .card-img{
    position: relative;
}


.dropdown-menu li:hover{
    background-color: #fff;
}   

.nav-item .nav-link:focus{
    color:#000
}

.dropdown-menu a:hover{
    text-decoration: none;
  }
  
.carosel-desc ul{
    padding-left: 20px;
}

.carousel-image-slider-section{
padding-top: 3rem;
position: relative;
background: linear-gradient(262deg, rgba(6, 149, 211, 0.12) 6.33%, rgba(13, 148, 136, 0.15) 93.67%, rgba(13, 148, 136, 0.15) 93.67%);
}

.slider-section .carousel-control-next, .carousel-control-prev {
    width: 3%;
    height: fit-content;
}


.searchbox-wrap .search-btn {
    background-color: transparent;
}

.post-content a:hover{
    text-decoration: none;
}

.recommended-tab-content.current .owl-carousel .owl-stage-outer {
    padding: 0.5rem 0;
}

.course-card .button.register a{
    color: #0d9488;
    text-decoration: none;
    background-color: transparent;
}

.course-card .button.register:hover a{
    color: #fff;
}

.sharing-icons a:hover i {
    color: #00D8B9 !important;
}


.btn-grp-cover{
    margin: 0 1rem;
}

.item .dropdown-options2 .input-group:after {
    content: '\f078';
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: unicase;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: 400;
    font-stretch: semi-condensed;
    font-size: 18px;
    line-height: 1;
    font-family: FontAwesome;
    color: #000;
    right: 11px;
    top: 6px;
    position: absolute;
    pointer-events: none;
    border: none;
}

.dropdown-list-options .first .input-group {
    width: 100%;
    box-shadow: 0px 1px 2px rgb(0 0 0 / 25%);
    border-radius: 40px;
    padding: 0px 30px 0px 12px;
}

.dropdown-list-options .dropdown-options2{
    margin-left: .5rem;
}

.dropdown-list-options .filter-option button {
    background-color: #fff;
    border: none;
    width: max-content;
    box-shadow: 0px 1px 2px rgb(0 0 0 / 25%);
    border-radius: 40px;
    padding: 4px 12px;
    font-weight: 400;
    font-size: 14px;
    margin-left: 2rem;
}

.dropdown-list-options .input-group .custom-select{
    border: none;
    padding: 0;
    font-size: 12px;
}

.filter-course-section .custom-select:focus {
    box-shadow: none;
}

/*-----------------header-css-------------------*/
.dropdown-item-list {
    float: left;
    list-style-type: none;
    position: relative;
}

.dropdown-item-list input {
    display: none;
}

.dropdown-item-list label {
    position: relative;
    display: block;
    padding: 0 18px 0 12px;
    line-height: 3em;
    transition: background 0.3s;
    cursor: pointer;
    margin-bottom: 0;
}

.dropdown-item-list label:after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    right: 5px;
    width: 0;
    height: 0;
    border-top: 4px solid rgba(255, 255, 255, .5);
    border-bottom: 0 solid rgba(255, 255, 255, .5);
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    transition: border-bottom .1s, border-top .1s .1s;
}

.dropdown-item-list ul.submenu {
    max-height: 0;
    padding: 0;
    overflow: hidden;
    list-style-type: none;
    background: #444;
    box-shadow: 0 0 1px rgb(0 0 0 / 30%);
    transition: max-height 0.5s ease-out;
    position: absolute;
    min-width: 100%;
}

.dropdown-item-list ul.submenu li a {
    display: block;
    padding: 12px;
    color: #000;
    text-decoration: none;
    box-shadow: 0 -1px rgb(0 0 0 / 8%) inset;
    transition: .3s;
    white-space: nowrap;
}

.dropdown-item-list input:checked~ul.submenu {
    max-height: 300px;
    transition: max-height 0.5s ease-in;
}

.nav-link .count-num{
    background-color: #0d9488;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    position: absolute;
    left: 21px;
    top: 7px;
} 

.submenu li{
    background-color: #eff3fc;
}

/*-------------------uj-filter-page-css-----------------------*/
.img-part .carousel-item img {
    width: 158px;
    height: 100px;
    margin: 0 0 0 auto;
    border-radius: 8px;
}

.img-part .carousel-indicators {
    left: 0%;
}

.carousel-indicators {
    position: absolute;
    bottom: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin: 0 0 0 auto;
    width: 158px;
    list-style: none;
}

.img-part .carousel-indicators li {
    height: 15px;
    width: 15px;
    background-color: #bac6e1;
    opacity: 1;
    border-radius: 50%;
}

.img-part .carousel-indicators li.active {
    background-color: #0d9488;
}



@media(min-width:521px){
    .img-part .carousel-indicators {
        right: 50%;
    }
}

@media(min-width:992px){
    .img-part .carousel-indicators {
        right: 0%;
    }
}


/*---------------------internship_programs-css---------------*/
.internship-programs .course-card-content{
    display: none;
}
.internship-programs{
    background: linear-gradient(262deg, rgba(6, 149, 211, 0.12) 6.33%, rgba(13, 148, 136, 0.15) 93.67%, rgba(13, 148, 136, 0.15) 93.67%);

}

.internship-programs #loadMore {
    width: 200px;
    color: #fff;
    display: block;
    text-align: center;
    margin: auto;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid transparent;
    background-color: #0d9488;
    transition: .3s;
}

.course-card .show-read-more .more-text{
    display: none;
}

.course-card .read-more{
    color: #0d9488 !important;
}

.course-card .read-more:hover{
    text-decoration: none !important;
}

/* .internship-programs-page */
.course-card-content > .course-card{
    width: 100%;
    border-radius: 8px;
    background-color: #fff;
    padding: 0.5rem 0.5rem;
    box-shadow: 0px 2px 3px rgb(0 0 0 / 25%);
    margin-right: 1rem;
    position: relative;
}

.course-card-content .career-study-img{
    width: 100% !important;
}


.body-overlay{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0000006e;
    z-index: 4;
}

.search-bar .form-group {
    height: 36px;
}
.search-bar .form-group input.form-control {
    height: 35px;
}
.search-bar .form-control-submit, .search-label {
    line-height: 35px;
}
.course-outline .block-tree .section .section-name .section-title {
    font-weight: 400;
    margin: 0;
    display: inline;
    padding-left: 18px;
    font-size: 20px !important;
    font-family: 'Open Sans';
}
.course-outline .block-tree .section ol.outline-item .subsection .subsection-title {
    margin: 0;
    font-weight: 400;
    display: inline;
    font-size: 14px !important;
    font-family: 'Open Sans';
    
}
.secondary-btn {
    border: 1px solid #0d9488;
    border-radius: 4px;
    background: #0d9488;
    width: 100px;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
}
  .secondary-btn:hover{color: #fff }

#faq .thank-you-pop img {
width: 76px;
height: auto;
margin: 0 auto;
display: block;
margin-bottom: 25px;
}

#faq .modal-content{
    box-shadow: 0px 4px 8px rgb(0 0 0 / 10%);
    border-radius: 0px;
    height: auto;
    overflow-x: hidden;
    max-width: 500px;
    margin: 0 auto;
}

#faq .modal-header{
    border: none !important;
}
#faq .thank-you-pop img {
    width: 76px;
    height: auto;
    margin: 0 auto;
    display: block;
    margin-bottom: 25px;
}
.mrp-wrapper{
    position: relative; 
    display: inline-block;
    margin-left: 10px;
    padding-bottom: 1.2rem;
  }
  
  .mrp-slash{
    position: relative;
    width: 100%;
    height: 0;
    border-top: 3px solid red;
    transform: rotate(-16deg);
    top: 15px;
  }
  .mrp-slash-about{
    position: relative;
    width: 100%;
    height: 0;
    border-top: 5px solid red;
    transform: rotate(-16deg);
    top: 22px;
  }
  .inr_mrp{
    padding-left: 0.6rem;
    color: lightslategray;
  }
  .mrp-div{
    display: flex;
    align-items: center;
  }
  .mrp-div > div{
    color: lightslategray;
  }
  #loading {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
    background-color: #fff;
    z-index: 99;
  }
  
  #loading-image {
    z-index: 100;
  }

  @media (max-width: 768px) and (min-width:500px){
  .search-bar .form-group.sb-search-open{
    min-width: 13rem;
  }
  .navbar-list-2 .nav-item{
    padding: 0;
  }
  }

  @media (max-width: 560px) {
    .search-bar .form-group.sb-search-open{
      min-width: 73vw;
    }
    .search-bar .form-group{
        min-width: 34px;
    }
    .navbar-list-2 .nav-item {
        padding: 0 0.5rem;
    }
    .nav-item .search-bar{
        padding-right: 26px;
    }
}


.dropdown-custom-bg > li{
    padding: 1rem;
}
.dropdown-custom-bg > li > a{
    color: black;
}
.catalog_accordion_hamburgur{
    display: none;
}

@media (max-width: 565px){
    .nav-item .course_dropdown_title{
        display: none;
    }
    .catalog_accordion_hamburgur{
        display: block;
    }
    .nav-item #ChangeToggle{
        position: fixed;
        top: 12px;
        right: 8px;
    }
}

@media (max-width: 767px) and (min-width:520px){
.footer-links-section .row .col-lg-3 {
    padding-left: 15px !important;
}
.link-title-accordian {
    font-weight: 400;
    font-size: 12px;
    color: #000000;
    background: #c4d0ea;
    border-radius: 4px;
    padding: 13px 16px;
    margin-top: 0.5rem;
}
.d-md-none {
    display: block !important;
}
.d-none {
    display: none!important;
}
}

@media (max-width: 992px) and (min-width:768px){
    .second-part > .shfooter{
        width: 20% !important;
    }
}

.select-wrapper {
    position: relative;
    width: 140px;
}

.custom-select {
    padding-right: 30px; /* Adjust as needed to make space for the icon */
    -webkit-appearance: none; /* Hide default arrow icon in Safari */
    -moz-appearance: none; /* Hide default arrow icon in Firefox */
    appearance: none; /* Hide default arrow icon in other browsers */
}

.select-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    pointer-events: none; /* Ensure the icon does not intercept click events */
}

.opt-out-btn{
    background: #0d9488;
    border-radius: 5px;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    padding: 20px 30px;
    border: none;
    margin-left: 1rem;
    width: 100%;
  }

  @media (max-width: 620px){
    .opt-out-btn{
        background: #0d9488;
        border-radius: 5px;
        font-weight: 600;
        font-size: 14px;
        line-height: 8px;
        text-align: center;
        color: #FFFFFF;
        padding: 20px 30px;
        border: none;
        margin-left: 1rem;
        width: 100%;
      }
      .course-opts-btn >.padmedium{
        display: block !important;
      }
      .course-opts-btn >.padmedium a,
      .course-opts-btn >.padmedium button {
        margin-bottom: 10px;
        margin-left: 0px !important;
    }
    
  }

  .free_course_section{
    background: linear-gradient(262deg, rgba(6, 149, 211, 0.12) 6.33%, rgba(13, 148, 136, 0.15) 93.67%, rgba(13, 148, 136, 0.15) 93.67%);
    border-radius: 25px;
    padding-top: 15px;
  }

.free_course_section .owl-nav .owl-prev {
    padding: 10px !important;
    background-color: #fff;
    border: none;
    width: 0px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 1%;
    z-index: 1024;
    display: flex;
    justify-content: center;
    align-items: center;
}

.free_course_section .owl-nav .owl-next {
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 1%;
    z-index: 1024;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white ;
    color: inherit ;
    border: 1px solid ;
    font: inherit ;
    width: 40px;
}

.uj-filter-free-course-lable{
    background-color:#0d9488 ;
    height:40px ;
    color:white ;
    margin-bottom: -1px;
    border-radius: 10px 10px 0px 0px;
  }
.uj-filter-free-course-lable h6{
text-align:left !important;
padding-top:20px !important;
padding-left: 15px !important;
}

.free_section{
    padding: 0px 0px 0px 0px;
}

.free_section_blue_div{
    background-color: #0d9488;
    border-radius: 0px 0px 25px 25px;
    padding: 20px;
}
.free_section_curve_div{
    background-color: white;
    border-radius: 20px;
}

.free-course-template{
    padding: 0px !important;
}

.free_section_blue_div .owl-prev{
    background: white !important;
    color: inherit !important;
    border: 1px solid !important;
    font: inherit !important;
    width: 40px !important;

}
.free_section_blue_div .owl-next{
    background: white !important;
    color: inherit !important;
    border: 1px solid !important;
    font: inherit !important;
    width: 40px !important;

}

@media (min-width:576px){
    .free_section_blue_div{
        border-radius: 0px 10px 10px 10px;
    }
}
#unenroll-modal .modal-body p {
    text-align: center;
    font-size: 20px;
}

.primary-btn {
    border: 1px solid #0d9488;
    border-radius: 4px;
    background: #fff;
    width: 100px;
    color: #0d9488;
    font-weight: bold;
    font-size: 12px;
    transition: all 0.3s ease;
}

.primary-btn:hover {
    background-color: #0d9488;
    color: #ffffff;
    text-decoration: none;
    outline: none !important;
    box-shadow: none !important;
}

@media (max-width: 380px){
    .free_section .course-card{
        width: 220px;
    }
}

@media (max-width: 600px) {
    .explore_career_description{
        width: 100%;
        padding: 0.8rem 2rem;
        max-width: 100%;
        flex: none;
    }
    .career-cards-part {
        width: 100%;
    }
}