@charset "utf-8";

/* CSS Document */

html {
    text-rendering: optimizeLegibility;
    scroll-behavior: smooth;
    font-size: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: .8125rem;
    color: #484848;
    font-weight: 400;
    scroll-behavior: smooth;
}

a {
    color: #007FB6;
    text-decoration: none;
}


/* genric css */

.section__heading {
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    text-align: center;
    color: #484848;
}

.section__subheading {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #484848;
    margin-top: 5px;
}

.career__journey .section__subheading {
    font-weight: 400;
}

.section__info {
    padding: 50px;
}


/* header */

.header {
    position: fixed;
    width: 100%;
    background-color: #FFFFFF;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 10;
}

.navbar__items {
    display: flex;
    justify-content: flex-end;
    padding: 0;
    list-style-type: none;
    margin-bottom: 0px;
}

.navbar__items li {
    margin-right: 40px;
}

.navbar__items li a {
    font-size: 14px;
    line-height: 19px;
    color: #484848;
    text-decoration: none;
}

.navbar__items li a.active {
    color: #007FB6;
    font-weight: 600;
}

.navbar__items li.contact__us__info a {
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #007FB6;
}


/* banner css */

.project__banner {
    min-height: 550px;
    text-align: center;
    display: flex;
    justify-content: center;
    background: #F2EDF8 url(../images/project__banner__bg.svg) no-repeat right top;
}

.banner__content {
    margin-top: 40px;
}

.banner__h1 {
    font-weight: 600;
    font-size: 34px;
    line-height: 130%;
    color: #fff;
    margin-bottom: 15px;
}

.banner__sub__h1 {
    font-size: 18px;
    line-height: 130%;
    color: #fff;
    margin-bottom: 40px;
}


/* search section */

.search__row,
.search__theme__1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.search__theme__1 .search__input__1 {
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
    border-radius: 2px;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 120%;
    color: #999999;
    min-width: 307px;
    height: 38px;
}

.search__theme__1 .btn.btn__search {
    background: #EA6915;
    padding: 12px 75px;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    color: #FFFFFF;
    border-radius: 0;
    height: auto;
    box-shadow: none;
}


/* section 1 */

.internship__program__items {
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.internship__program__items li {
    margin-right: 40px;
    text-align: center;
}

.internship__program__items li:last-child {
    margin-right: 0;
}

.internship__program__items li .circle__icon {
    width: 120px;
    height: 120px;
    background: #F2EDF8;
    display: flex;
    border-radius: 100px;
    margin: 0 auto 10px;
}

.internship__program__items li .circle__icon img {
    margin-top: auto;
    margin-bottom: auto;
}

.internship__program__items li .program__names {
    display: block;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #484848;
}


/* section */

.light__blue__theme__1 {
    background: linear-gradient(252.16deg, #F2EDF8 37.83%, #EDDDFF 86.94%);
}

ul.career__items__home {
    margin-bottom: 40px;
}

.career__journey .career__items {
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 0
}

.career__journey .career__items li {
    margin-right: 40px;
    text-align: center;
}

.career__journey .career__items li:last-child {
    margin-right: 0;
}

.career__journey .career__items li .circl__icon__2 {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    border-radius: 100px;
}

.career__journey .career__items li .circl__icon__2 .fa-picture-o {
    font-size: 27px;
    color: #ccc;
}

.career__journey .career__items li .career__names {
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #484848;
    display: block;
    font-weight: 600;
}


/* section */

.internship__items {
    display: flex;
    padding: 0;
    list-style-type: none;
}

.internship__items li {
    margin-right: 40px;
}

.internship__items li:last-child {
    margin-right: 0;
}

.internship__items .internship__names {
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    color: #484848;
    min-height: 90px;
}

.internship__items .sec__imgs {
    width: 240px;
    height: 202px;
    border-radius: 10px;
    margin: 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.internship__items .sec__imgs img {
    max-width: 100%;
    max-height: 100%;
}

.internship__items .sec__imgs {
    font-size: 50px;
    color: #ccc;
}

.internship__items .internship__features {
    list-style-type: none;
    padding: 0;
}

.internship__items .internship__features li:before {
    content: "\f111";
    font: normal normal normal 9px/1 FontAwesome;
    color: #007FB6;
    margin-right: 5px !important;
    margin-top: 6px;
}

.internship__items .internship__features li {
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #484848;
    display: flex;
    margin-bottom: 8px;
}

.internship__features li.features__list {
    margin-right: 0;
}


/* section */


/* .video__programs {background: linear-gradient(112.03deg, #F2EDF8 35.6%, #EDDDFF 92.94%);	} */

.video__programs .video__frames {
    background: #322E4D;
    border-radius: 4px;
    width: 100%;
    height: 290px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video__programs .video__frames .videoplay {
    background: #C4C4C4;
    width: 78px;
    height: 77.68px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
}

.video__programs .video__frames .videoplay:before {
    content: "\f04b";
    font: normal normal normal 45px/1 FontAwesome;
    color: #fff;
}

#videoprograms1 .padb20 {
    text-align: center;
}

.video__programs .sec__imgs__2 {
    margin-bottom: 10px;
    display: block;
}

.video__programs .carousel {
    margin-top: 40px;
}

.carousel-indicators-custom {
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 0;
    align-items: center;
}

.carousel-indicators-custom li .dot__icon {
    background: #CCCCCC;
    width: 12px;
    height: 12px;
    border-radius: 96px;
    border: none;
    margin: 0 10px;
}

.carousel-indicators-custom li .dot__icon.active {
    background: #007FB6;
}

.carousel-indicators-custom li .btn__arrows {
    border: none;
    background: transparent;
    color: #007FB6;
    font-size: 22px;
    padding: 0 10px;
    line-height: 7px;
    display: block;
}


/* section */

.internship__offered__items {
    padding: 0;
    list-style-type: none;
    margin: 40px 0 0px;
    display: flex;
    justify-content: flex-start;
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    align-content: center;
}

.internship__offered__items li {
    margin: 0 19px 30px 19px;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #484848;
    text-align: center;
}

.internship__offered__items li .sec__imgs__2 {
    display: block;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 15px;
}

.internship__offered__items li:last-child {
    margin-right: 0;
}


/* section */

.priceless__career {
    background: linear-gradient(241.92deg, #F2EDF8 32.6%, #EDDDFF 101.83%);
}

.career__services {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style-type: none;
    padding: 0;
    margin: 40px 0;
}

.career__services li {
    margin-right: 40px;
    background: #FFFFFF;
    border-radius: 4px;
    padding: 40px 50px;
    text-align: center;
}

.career__services li:last-child {
    margin-right: 0;
}

.career__services li .services__subject {
    font-size: 18px;
    line-height: 110%;
    text-align: center;
    text-transform: uppercase;
    display: block;
    color: #7F48BE;
    margin-bottom: 4px;
}

.career__services li .services__name {
    font-size: 20px;
    line-height: 110%;
    text-align: center;
    text-transform: uppercase;
    display: block;
    color: #7F48BE;
    font-weight: bold;
    margin-bottom: 10px;
}

.career__services li .services__pack {
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    text-align: center;
    color: #888888;
}

.career__services li .services__duration {
    font-size: 14px;
    line-height: 120%;
    text-align: center;
    color: #888888;
    display: block;
    margin-top: 5px;
}

.career__services li .divider__line {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
    display: block;
    min-height: 5px
}

.career__services li .divider__line:before {
    content: "";
    height: 2px;
    width: 80px;
    left: 50%;
    margin-left: -40px;
    background: #ccc;
    display: block;
    position: absolute;
}

.career__services li .services__price {
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    text-align: center;
    display: block;
    color: #484848;
}


/* section */

.priceless__career .career__items {
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.priceless__career .career__items li {
    margin-right: 40px;
    text-align: center;
}

.priceless__career .career__items li:last-child {
    margin-right: 0;
}

.priceless__career .career__items li .circl__icon__2 {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    border-radius: 100px;
}

.priceless__career .career__items li .circl__icon__2 .fa-picture-o {
    font-size: 27px;
    color: #ccc;
}

.priceless__career .career__items li .career__names {
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    color: #484848;
    display: block;
}


/* faqs */

.faqs__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}

.faqs__items__cell {
    width: calc(50% - 20px);
    font-size: 14px;
    margin-bottom: 25px;
}

.faqs__items__cell .faqs__h1 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 7px;
}

.faqs__items__cell a {
    color: #484848;
    text-decoration: none;
}


/* modal popup */

.modal--theme--1 .btn-close {
    font-size: 23px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 999;
    box-shadow: none;
}

.modal--theme--1 .modal-content {
    padding: 40px 50px;
}

.modal-form .form-h1 {
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    color: #484848;
    margin-bottom: 20px;
}

.modal-form .form-label {
    font-size: 14px;
    line-height: 19px;
    color: #888888;
    margin-bottom: 5px;
}

.modal-form .form-control {
    border-color: #E9E9E9;
}

.modal-form .mandated-fields .form-label {
    color: red;
}

.modal-form .mandated-fields .form-control {
    border-color: red;
}

.modal-form .form-row {
    margin-bottom: 15px;
}

.btn-modal {
    font-weight: 600;
    background: #007FB6;
    border-radius: 4px;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    padding: 10px 55px;
    color: #FFFFFF;
    box-shadow: none !important;
}

.form__footer {
    margin-bottom: 10px;
    text-align: center;
    /* margin-top: 26px; */
    padding-top: 15px;
}

.text__term {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #888888;
}

.text__already__ac {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #007FB6;
    margin-top: 15px;
}

.text__already__ac a {
    color: #007FB6;
    text-decoration: none;
}

#career__banner {
    min-height: 480px;
    background: #2E2749 url(../images/background.svg) no-repeat right top;
    display: flex;
}

.howard-img {
    /* height: 350px; */
    height: auto;
    width: 250px;
    /* left: 930px;
                top: 906px; */
    border-radius: 0px;
    background: #C4C4C4;
}

.howard-img figure {
    margin-bottom: 0;
}

.internship__wrapper .section__heading {
    margin-bottom: 40px;
}

.howard-info h4 {
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: left;
}

.howard-info h2 {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    color: #484848;
}

.howard-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.howard-info p {
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0px;
    text-align: left;
}

.howard-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hidden-lg {
    display: none;
}

.hidden-md {
    display: none;
}

.modules__list {
    background: #FFFFFF;
    box-shadow: 0px 1px 10px 2px #f2edf8;
    border-radius: 4px;
    width: 1080px;
    height: auto;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.union {
    width: 80px;
    height: 60px;
    background: #F0E9F7;
    border-radius: 0 50px 50px 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding-right: 10px;
}

.modules__content h2 {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    color: #484848;
    margin-bottom: 0;
}

.union h2 {
    font-family: Open Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 31px;
    letter-spacing: 0px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #7F48BE;
    height: 44px;
    width: 44px;
    left: 128px;
    color: #fff;
}

.modules__content {
    padding-left: 20px;
    display: flex;
    justify-content: center;
    text-align: left;
    flex-direction: column;
    align-self: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.modules__content p {
    font-size: 14px;
    color: #888888;
    margin-bottom: 0;
}

.search__free {
    margin-top: 40px;
}

.banner__img {
    background: #533999;
    border: 4px solid #FFFFFF;
    width: 100%;
}

.banner__img img {
    mix-blend-mode: luminosity;
}

.banner__wrapper {
    display: flex;
    padding: 60px 0;
}

.banner__content p,
.banner__content h1,
.banner__content ul li {
    color: #fff;
}

#career__banner .banner__content p {
    margin-bottom: 0;
    font-size: 14px;
}

#career__banner .banner__content .user-info p {
    margin-bottom: 15px;
}

.banner__content ul {
    list-style-type: none;
    display: flex;
    padding-left: 0;
}

.banner__content ul li {
    padding: 0 10px;
    border-right: 1px solid #fff;
    font-size: 14px;
}

.banner__content ul li:first-child {
    padding-left: 0;
}

.banner__content ul li:nth-child(4) {
    border-right: 0px solid #fff;
}


/* .banner__content ul li:nth-child(n) {
    border-right: 0px solid #fff;
} */

.banner__content ul li:last-child {
    border-right: none;
}

.learn__howard {
    background: linear-gradient(98.54deg, #D5A33A 0%, #D2B24F 7.78%, #E3CC63 16.54%, #CDA948 29.67%, #C39133 44.66%, #C79939 49.16%, #D1AE4B 56.09%, #D6B853 58.62%, #E4CF65 70.63%, #C99E3D 86.16%);
    height: 50px;
    max-width: 380px;
    border-radius: 0px;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    padding-left: 10px;
    margin-bottom: 5px;
}

.learn__howard h3 {
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    /*text-align: left;*/
    /*border-right: 1px solid #211F1F;*/
    padding-right: 15px;
    margin-bottom: 0;
    width: 15%;
}

.learn__howard h2 {
    color: #211F1F;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    padding-left: 15px;
    margin-bottom: 0;
    border-left: 1px solid #211F1F;
    width: 85%;
}

.user-info {
    display: flex;
    width: 375px;
    color: #fff;
    padding-top: 20px;
}

.bannerimg__wrap {
    display: flex;
    align-items: center;
}

#career__banner .bannerimg__wrap {
    margin-top: 50px;
}

.checked {
    color: orange;
}

.startcourse button,
.startcourse a {
    background: #EA6915;
    height: 41px;
    width: 170px;
    border-radius: 2px;
    color: #fff;
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: center;
    box-shadow: none;
    border-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ratingscourse {
    display: flex;
    width: 375px;
}

.banner__wrapper.hidden-lg {
    display: none;
}

.logo-mindler img {
    max-width: 150px;
    margin-right: 5px;
}

.logo-mindler {
    display: flex;
}

.partner-logo {
    max-height: 45px !important;
}

.max-width-80 {
    max-width: 80px !important;
}

@media screen and (max-width: 800px) {
    .partner-logo {
        max-height: initial !important;
        height: auto !important;
    }

    .internship__offered__items li {
        position: relative;
    }

    .internship__offered .careers-list .career-status-continue {
        position: absolute;
        color: #fff;
        background: #ea6915f0;
        padding: 7px 20px;
        border-radius: 4px;
        font-size: 13px;
        left: 0;
        right: 0;
        width: 60%;
        margin: 0 auto;
        top: 45% !important;
    }

    .internship__offered .careers-list .career-status-download-report {
        position: absolute;
        color: #fff;
        background: #ea6915f0;
        padding: 7px 20px;
        border-radius: 4px;
        font-size: 13px;
        left: 0;
        right: 0;
        width: 35% !important;
        margin: 0 auto;
        top: 45% !important;
    }

    .internship__offered .careers-list li.chapter-list .career-status-reattempt {
        position: absolute;
        color: #fff;
        background: #ea6915f0;
        padding: 7px 20px;
        border-radius: 4px;
        font-size: 13px;
        left: 0;
        right: 0;
        width: 60%;
        margin: 0 auto;
        top: 30% !important;
    }

    .internship__offered__items li .sec__imgs__2 img {
        max-width: 100% !important;
    }

    .navbar-expand-sm .navbar-toggler {
        display: block;
    }

    .navbar-expand-sm .navbar-collapse {
        display: block !important;
        flex-basis: auto;
    }

    .collapse:not(.show) {
        display: none !important;
    }

    .header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 56px;
        background: #fff;
    }

    .logo-mindler img {
        max-width: 120px;
    }

    .navbar-custom .navbar-collapse {
        position: fixed;
        left: 0;
        right: 0;
        background: #fff;
        bottom: 0;
        top: 56px;
        border-top: 1px solid #ccc;
    }

    .navbar__items {
        display: block;
        padding: 25px;
    }

    .navbar__items li {
        margin-bottom: 15px;
    }

    .navbar-custom .navbar-toggler {
        position: fixed;
        top: 15px;
        z-index: 999;
        right: 8px;
    }

    .navbar-custom .navbar-toggler:focus {
        outline: 0;
        box-shadow: none;
    }

    .internship__items,
    .internship__program__items,
    .career__items,
    .internship__offered__items,
    .career__services {
        flex-wrap: wrap;
        justify-content: center;
    }

    .project__banner {
        background-size: 100% auto;
        background-position: bottom;
        background: #7f48be url(../images/project__banner__bg__mob.svg) no-repeat center bottom;
        padding-bottom: 200px !important;
    }

    .search__theme__1 .search__input__1 {
        min-width: 100%;
        height: 36px;
        margin-bottom: 5px;
        border-radius: 2px;
    }

    .search__theme__1 .btn.btn__search {
        white-space: nowrap;
        padding-right: 10px;
        padding-left: 10px;
        height: 36px;
        font-size: 13px;
        margin-left: 0;
        display: block;
        border-radius: 2px;
    }

    .search__theme__1 {
        margin: 0 auto;
        max-width: 100%;
        display: block;
        width: 100%;
    }

    .banner__h1 {
        font-size: 26px;
        padding: 0 0px;
        line-height: 120%;
    }

    .banner__sub__h1 {
        font-size: 15px;
        padding: 0 0px;
        line-height: 120%;
    }

    .banner__h1 br,
    .banner__sub__h1 br {
        display: none;
    }

    .project__banner {
        min-height: 450px;
        margin-top: 55px;
    }

    .section__heading {
        font-size: 20px;
    }

    .internship__program__items li,
    .career__journey .career__items li,
    .internship__items li,
    .internship__offered__items li,
    .career__services li,
    .priceless__career .career__items li {
        margin-right: 0;
        margin-bottom: 40px;
        margin-left: 0;
        width: 100%;
    }

    .internship__program__items li:last-child,
    .career__journey .career__items li:last-child,
    .internship__items li:last-child,
    .internship__offered__items li:last-child,
    .career__services li:last-child,
    .priceless__career .career__items li:last-child {
        margin-bottom: 0px;
    }

    .video__programs .video__frames {
        margin-bottom: 25px;
    }

    .internship__program__items li .circle__icon {
        margin-bottom: 20px;
        background: #fff;
    }

    .faqs__items {
        display: block;
    }

    .faqs__items .faqs__items__cell {
        width: 100%;
    }

    .section__info {
        padding: 40px 15px;
    }

    .internship__enquiry.section__info {
        padding-left: 40px;
        padding-right: 40px;
    }

    .modal-form .form-row {
        margin-bottom: 0;
    }

    .modal-form .form-h1 {
        font-size: 18px;
        line-height: 25px;
        color: #484848;
        text-align: left;
    }

    .modal-form .form-label {
        font-size: 13px;
        margin-bottom: 5px;
        margin-top: 10px;
    }

    .modal--theme--1 .modal-content {
        padding: 40px 25px;
    }

    .btn-modal {
        display: block;
    }

    .form__footer {
        padding-top: 25px;
    }

    /* section */
    .internship__items li {
        margin-bottom: 30px;
    }

    .internship__items li:last-child {
        margin-bottom: 0;
    }

    .internship__items li:after {
        content: "";
        height: 1px;
        width: 100%;
        margin-top: 30px;
        display: block;
        background: #F2EDF8;
    }

    .internship__items li li:after {
        display: none;
    }

    .internship__items li:last-child:after {
        display: none;
    }

    /* section */
    .internship__offered__items li {
        margin-bottom: 30px;
    }

    .internship__offered__items li:last-child {
        margin-bottom: 30px;
    }

    .internship__offered__items li .sec__imgs__2 {
        margin-bottom: 10px;
    }

    .hidden-sm {
        display: none !important;
    }

    .hidden-xs {
        display: none !important;
    }

    .hidden-lg {
        display: block !important;
    }

    .hidden-md {
        display: block !important;
    }

    .howard-img {
        width: 120px !important;
        height: 120px !important;
        background: #C4C4C4;
        color: #C4C4C4;
        border-radius: 50% !important;
        margin: auto;
    }

    .howard-info h2,
    .learn__howard h2 {
        font-size: 20px;
    }

    .howard-info p,
    .howard-info h2,
    .howard-info h4 {
        text-align: center !important;
    }

    .howard-info {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .career-list {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .modules__list {
        height: auto;
        width: 290px;
        border-radius: 4px;
        background: #FFFFFF;
        box-shadow: 0px 1px 10px 2px #f2edf8;
        display: inline-block;
    }

    .union {
        width: 57px;
        height: 50px;
        background: #F0E9F7;
        border-radius: 0 50px 50px 0;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        margin: auto;
        transform: rotate(90deg);
        margin-bottom: 20px;
        padding-right: 10px;
    }

    .union h2 {
        font-family: Open Sans;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 31px;
        letter-spacing: 0px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        background: #7F48BE;
        height: 35px;
        width: 35px;
        left: 128px;
        color: #fff;
        transform: rotate(270deg);
    }

    .modules__content {
        text-align: center;
        padding-left: 0;
        width: 90%;
        margin: auto;
    }

    .internship__wrapper {
        text-align: center;
    }

    #career__banner {
        min-height: 480px;
        display: flex;
        background: #2e2749;
    }

    #career__banner .container {
        padding: 0;
    }

    #career__banner .bannerimg__wrap {
        margin-top: 15px;
    }

    .banner__content p,
    .banner__content h1,
    .banner__content ul li,
    .banner__content h3,
    .banner__content ul {
        padding-left: 15px;
    }

    .learn__howard {
        width: 100%;
        justify-content: start;
        max-width: initial;
        height: auto;
        padding: 13px 0px;
    }

    .howard-info h4 {
        margin-top: 15px;
    }

    .user-info .col-sm-4 {
        width: 33%;
        text-align: left;
    }

    .user-info h3 {
        font-family: Open Sans;
        font-size: 28px;
        font-style: normal;
        font-weight: 600;
        line-height: 38px;
        letter-spacing: 0em;
        text-align: left;
        margin-bottom: 0;
    }

    .checked {
        font-size: 20px !important;
    }

    .ratingscourse {
        display: flex;
        width: auto;
        margin-left: 15px;
    }

    .starcheck p {
        padding-left: 0;
        padding-top: 6px;
    }

    .checked {
        font-size: 20px !important;
        padding-top: 10px;
    }

    .footer_section {
        text-align: center;
    }

    .footer_section .footer_row .footer_cols+.footer_cols {
        margin-top: 30px;
        text-align: center;
    }

    .footer_section .f_sub_cols {
        margin-bottom: 25px;
    }

    .footer_section .subscription-box {
        justify-content: flex-start;
    }

    .footer_section .footer-social {
        justify-content: center;
    }

    .footer_section .social-media .footer-social {
        float: none !important;
    }

    .career__journey br {
        display: none;
    }

    .career__journey .career__items li {
        width: 50%;
    }

    .internship__items .internship__names {
        text-align: center;
    }

    .internship__items .sec__imgs {
        margin: auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .howard-img figure {
        width: 120px;
        height: 120px;
        border-radius: 50%;
    }

    .howard-img figure img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        border-radius: 50%;
        object-position: 100% 0;
    }

    .padb20 {
        padding-bottom: 20px;
    }

    .banner__img {
        border: none;
    }

    .ss-box.for-text {
        padding: 25px !important;
    }

    #dropdownMenuButton1 {
        padding: 0;
    }

    .custom__howard-wrap .howard-info {
        padding: 25px 0;
    }

    .custom__howard-wrap {
        flex-direction: column-reverse;
        padding: 10px 0;
    }

    .custom__howard-wrap .howard-info {
        padding-bottom: 0px !important;
    }

    .custom__howard-wrap .howard-img {
        background: #C4C4C4;
        border-radius: initial !important;
        margin: auto;
        height: auto !important;
        width: auto !important;
    }

    .custom-banner__img .startcourse a {
        height: 30px !important;
    }
}

@media screen and (min-device-width: 1280px) and (max-device-width: 1366px) {
    .navbar__items li {
        margin-right: 25px;
    }
}

@media screen and (min-device-width: 801px) and (max-device-width: 1024px) {
    .navbar__items li {
        margin-right: 10px;
    }

    .internship__items li {
        margin-right: 10px;
    }

    .section__info {
        padding: 50px 0;
    }

    .career__services li {
        margin-right: 40px;
        background: #FFFFFF;
        border-radius: 4px;
        padding: 30px;
        text-align: center;
        width: 200px;
    }

    .modules__list {
        width: 100%;
    }
}

.footer_section {
    padding-top: 50px;
    padding-bottom: 50px;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    color: #533999;
    background: #f6f6f6;
}

.footer_section .f_h1 {
    font-style: normal;
    margin-bottom: 2px;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    color: #484848;
}

.footer_section .f_text {
    color: #888888;
}

.footer_section .f_sub_cols {
    margin-top: 25px;
}

.footer_section .footer-social {
    display: flex;
}

.footer_section .footer-social a {
    color: #484848;
    font-size: 25px;
    text-decoration: none;
    margin-right: 30px;
}

.footer_section .copyright_info p {
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #888888;
    opacity: 0.5;
    margin-bottom: 5px;
}

.footer_section .footer_row+.footer_row {
    margin-top: 40px;
}

.internship__offered .text-center {
    font-size: 15px;
}

.btn-modal:hover {
    color: #007FB6;
    background: #ffffff;
    border: 2px solid #007fb6
}

.vip__career__name {
    font-size: 14px;
}

.footer_section .f_text a {
    color: #888888;
}

.footer_section .f_text a:hover {
    color: #888888;
}

.padt40 {
    padding-top: 40px !important;
}

.strike {
    font-size: 16px;
    text-decoration: line-through;
}

.buy {
    background: #EA6915;
    padding: 9px 40px;
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    color: #FFFFFF;
    border-radius: 0;
    margin-left: -4px;
    height: 38px;
}

.ss-box {
    padding: 0px;
    border: 1px solid #f6f6f6;
    border-radius: 2px;
    text-align: left;
    font-size: 14px;
    line-height: normal;
    min-height: 290px;
    -webkit-box-shadow: 0 1px 5px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 1px 5px 0 rgb(0 0 0 / 10%);
}

.ss-box.for-text {
    padding: 30px 35px;
    background: url(../images/new-comma.png) #fff no-repeat bottom 30px right 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 199px;
}

.ss-box.for-text .sign {
    position: relative;
    padding-left: 75px;
    height: 60px;
    margin-top: 16px;
    padding-top: 8px;
    font-size: 13px;
}

.ss-box.for-text .sign .img img {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
}

.ss-box.for-text .sign strong {
    font-size: 14px;
    font-weight: 600;
    display: block;
}

.login_em_error {
    color: red;
}

.logintxt {
    margin-top: 10px;
    margin-bottom: 0;
}

#referrer_code_msg.signup_error .alert {
    background: transparent;
    border: none;
    color: red;
    padding-left: 0;
}

#dropdownMenuButton1 {
    border: none;
    background: none;
    font-size: 14px;
    line-height: 19px;
    color: #484848;
    text-decoration: none;
    margin-right: 40px;
}

.immrse-dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
}

.immrse-dropdown-menu li {
    margin-right: 0;
    padding: 3px 0px 3px 5px;
}

.immrse-dropdown-menu li:hover {
    background: linear-gradient(241.92deg, #F2EDF8 32.6%, #EDDDFF 101.83%);
}


}

.startcourse button,
.startcourse a {
    background: #EA6915;
    height: 41px;
    width: 170px;
    border-radius: 2px;
    color: #fff;
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: center;
    box-shadow: none;
    border-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ratingscourse {
    display: flex;
    width: 375px;
}

.banner__wrapper.hidden-lg {
    display: none;
}

.logo-mindler img {
    max-width: 150px;
    margin-right: 5px;
}

.logo-mindler {
    display: flex;
}

/* mobile */
@media screen and (max-width: 800px) {
    .navbar-expand-sm .navbar-toggler {
        display: block;
    }

    .navbar-expand-sm .navbar-collapse {
        display: block !important;
        flex-basis: auto;
    }

    .collapse:not(.show) {
        display: none !important;
    }

    .header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 56px;
        background: #fff;
    }

    .logo-mindler img {
        max-width: 120px;
        height: 44px;
    }

    .navbar-custom .navbar-collapse {
        position: fixed;
        left: 0;
        right: 0;
        background: #fff;
        bottom: 0;
        top: 56px;
        border-top: 1px solid #ccc;
    }

    .navbar__items {
        display: block;
        padding: 25px;
    }

    .navbar__items li {
        margin-bottom: 15px;
    }

    .navbar-custom .navbar-toggler {
        position: fixed;
        top: 15px;
        z-index: 999;
        right: 8px;
    }

    .navbar-custom .navbar-toggler:focus {
        outline: 0;
        box-shadow: none;
    }

    .internship__items,
    .internship__program__items,
    .career__items,
    .internship__offered__items,
    .career__services {
        flex-wrap: wrap;
        justify-content: center;
    }

    .project__banner {
        background-size: 100% auto;
        background-position: bottom;
        background: #7f48be url(../images/project__banner__bg__mob.svg) no-repeat center bottom;
        padding-bottom: 200px !important;
    }

    .search__theme__1 .search__input__1 {
        min-width: 100%;
        height: 36px;
        margin-bottom: 5px;
        border-radius: 2px;
    }

    .search__theme__1 .btn.btn__search {
        white-space: nowrap;
        padding-right: 10px;
        padding-left: 10px;
        height: 36px;
        font-size: 13px;
        margin-left: 0;
        display: block;
        border-radius: 2px;
    }

    .search__theme__1 {
        margin: 0 auto;
        max-width: 100%;
        display: block;
        width: 100%;
    }

    .banner__h1 {
        font-size: 26px;
        padding: 0 0px;
        line-height: 120%;
    }

    .banner__sub__h1 {
        font-size: 15px;
        padding: 0 0px;
        line-height: 120%;
    }

    .banner__h1 br,
    .banner__sub__h1 br {
        display: none;
    }

    .project__banner {
        min-height: 450px;
        margin-top: 55px;
    }

    .section__heading {
        font-size: 20px;
    }

    .internship__program__items li,
    .career__journey .career__items li,
    .internship__items li,
    .internship__offered__items li,
    .career__services li,
    .priceless__career .career__items li {
        margin-right: 0;
        margin-bottom: 40px;
        margin-left: 0;
        width: 100%;
    }

    .internship__program__items li:last-child,
    .career__journey .career__items li:last-child,
    .internship__items li:last-child,
    .internship__offered__items li:last-child,
    .career__services li:last-child,
    .priceless__career .career__items li:last-child {
        margin-bottom: 0px;
    }

    .video__programs .video__frames {
        margin-bottom: 25px;
    }

    .internship__program__items li .circle__icon {
        margin-bottom: 20px;
        background: #fff;
    }

    .faqs__items {
        display: block;
    }

    .faqs__items .faqs__items__cell {
        width: 100%;
    }

    .section__info {
        padding: 40px 15px;
    }

    .internship__enquiry.section__info {
        padding-left: 40px;
        padding-right: 40px;
    }

    .modal-form .form-row {
        margin-bottom: 0;
    }

    .modal-form .form-h1 {
        font-size: 18px;
        line-height: 25px;
        color: #484848;
        text-align: left;
    }

    .modal-form .form-label {
        font-size: 13px;
        margin-bottom: 5px;
        margin-top: 10px;
    }

    .modal--theme--1 .modal-content {
        padding: 40px 25px;
    }

    .btn-modal {
        display: block;
    }

    .form__footer {
        padding-top: 25px;
    }

    /* section */

    .internship__items li {
        margin-bottom: 30px;
    }

    .internship__items li:last-child {
        margin-bottom: 0;
    }

    .internship__items li:after {
        content: "";
        height: 1px;
        width: 100%;
        margin-top: 30px;
        display: block;
        background: #F2EDF8;
    }

    .internship__items li li:after {
        display: none;
    }

    .internship__items li:last-child:after {
        display: none;
    }

    /* section */

    .internship__offered__items li {
        margin-bottom: 30px;
    }

    .internship__offered__items li:last-child {
        margin-bottom: 30px;
    }

    .internship__offered__items li .sec__imgs__2 {
        margin-bottom: 10px;
    }

    .hidden-sm {
        display: none !important;
    }

    .hidden-xs {
        display: none !important;
    }

    .hidden-lg {
        display: block !important;
    }

    .hidden-md {
        display: block !important;
    }

    .howard-img {
        width: 120px !important;
        height: 120px !important;
        background: #C4C4C4;
        color: #C4C4C4;
        border-radius: 50% !important;
        margin: auto;
    }

    .howard-info h2,
    .learn__howard h2 {
        font-size: 20px;
    }

    .howard-info p,
    .howard-info h2,
    .howard-info h4 {
        text-align: center !important;
    }

    .howard-info {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .career-list {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .modules__list {
        height: auto;
        width: 290px;
        border-radius: 4px;
        background: #FFFFFF;
        box-shadow: 0px 1px 10px 2px #f2edf8;
        display: inline-block;
    }

    .union {
        width: 57px;
        height: 50px;
        background: #F0E9F7;
        border-radius: 0 50px 50px 0;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        margin: auto;
        transform: rotate(90deg);
        margin-bottom: 20px;
        padding-right: 10px;
    }

    .union h2 {
        font-family: Open Sans;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 31px;
        letter-spacing: 0px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        background: #7F48BE;
        height: 35px;
        width: 35px;
        left: 128px;
        color: #fff;
        transform: rotate(270deg);
    }

    .modules__content {
        text-align: center;
        padding-left: 0;
        width: 90%;
        margin: auto;
    }

    .internship__wrapper {
        text-align: center;
    }

    #career__banner {
        min-height: 480px;
        display: flex;
        background: #2e2749;
    }

    #career__banner .container {
        padding: 0;
    }

    #career__banner .bannerimg__wrap {
        margin-top: 15px;
    }

    .banner__content p,
    .banner__content h1,
    .banner__content ul li,
    .banner__content h3,
    .banner__content ul {
        padding-left: 15px;
    }

    .learn__howard {
        width: 100%;
        justify-content: start;
        max-width: initial;
        height: auto;
        padding: 13px 0px;
    }

    .howard-info h4 {
        margin-top: 15px;
    }

    .user-info .col-sm-4 {
        width: 33%;
        text-align: left;
    }

    .user-info h3 {
        font-family: Open Sans;
        font-size: 28px;
        font-style: normal;
        font-weight: 600;
        line-height: 38px;
        letter-spacing: 0em;
        text-align: left;
        margin-bottom: 0;
    }

    .checked {
        font-size: 20px !important;
    }

    .ratingscourse {
        display: flex;
        width: auto;
        /* margin-left: 15px; */
        margin-left: 0;
        justify-content: center;
    }

    .startcourse {
        width: 100%;
        justify-content: space-evenly;
    }

    .starcheck p {
        padding-left: 0;
        padding-top: 6px;
    }

    .checked {
        font-size: 20px !important;
        padding-top: 10px;
    }

    .footer_section {
        text-align: center;
    }

    .footer_section .footer_row .footer_cols+.footer_cols {
        margin-top: 30px;
        /* text-align: center; */
    }

    .footer_section .f_sub_cols {
        margin-bottom: 25px;
    }

    .footer_section .footer-social,
    .footer_section .subscription-box {
        justify-content: flex-start;
    }

    .footer_section .footer-social {
        justify-content: center;
    }

    .career__journey br {
        display: none;
    }

    .career__journey .career__items li {
        width: 50%;
    }

    .internship__items .internship__names {
        text-align: center;
    }

    .internship__items .sec__imgs {
        margin: auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .howard-img figure {
        width: 120px;
        height: 120px;
        border-radius: 50%;
    }

    .howard-img figure img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        border-radius: 50%;
        object-position: 100% 0;
    }

    .padb20 {
        padding-bottom: 20px;
    }

    .banner__img {
        border: none;
    }

    .ss-box.for-text {
        padding: 25px !important;
    }

    #dropdownMenuButton1 {
        padding: 0;
    }

    #signin_btn {
        margin-top: 15px;
    }

    #signin_btn,
    #reset_btn {
        margin: auto;
        margin-top: 15px;
    }
}

@media screen and (min-device-width: 1280px) and (max-device-width: 1366px) {
    .navbar .navbar__items li {
        margin-right: 20px !important;
    }
}

@media screen and (min-device-width: 801px) and (max-device-width: 1024px) {
    .navbar__items li {
        margin-right: 10px;
    }

    .internship__items li {
        margin-right: 10px;
    }

    .section__info {
        padding: 50px 0;
    }

    .career__services li {
        margin-right: 40px;
        background: #FFFFFF;
        border-radius: 4px;
        padding: 30px;
        text-align: center;
        width: 200px;
    }

    .modules__list {
        width: 100%;
    }
}

.footer_section {
    padding-top: 50px;
    padding-bottom: 50px;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    color: #533999;
    background: #f6f6f6;
}

.footer_section .f_h1 {
    font-style: normal;
    margin-bottom: 2px;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    color: #484848;
}

.footer_section .f_text {
    color: #888888;
}

.footer_section .f_sub_cols {
    margin-top: 25px;
}

.footer_section .footer-social {
    display: flex;
}

.footer_section .footer-social a {
    color: #484848;
    font-size: 25px;
    text-decoration: none;
    margin-right: 30px;
}

.footer_section .copyright_info p {
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #888888;
    opacity: 0.5;
    margin-bottom: 5px;
}

.footer_section .footer_row+.footer_row {
    margin-top: 40px;
}

.internship__offered .text-center {
    font-size: 15px;
}

.btn-modal:hover {
    color: #007FB6;
    background: #ffffff;
    border: 2px solid #007fb6
}

.vip__career__name {
    font-size: 14px;
}

.footer_section .f_text a {
    color: #888888;
}

.footer_section .f_text a:hover {
    color: #888888;
}

.padt40 {
    padding-top: 40px !important;
}

.strike {
    font-size: 16px;
    text-decoration: line-through;
}

.buy {
    background: #EA6915;
    padding: 9px 40px;
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    color: #FFFFFF;
    border-radius: 0;
    margin-left: -4px;
    height: 38px;
}

.ss-box {
    padding: 0px;
    border: 1px solid #f6f6f6;
    border-radius: 2px;
    text-align: left;
    font-size: 14px;
    line-height: normal;
    min-height: 290px;
    -webkit-box-shadow: 0 1px 5px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 1px 5px 0 rgb(0 0 0 / 10%);
}

.ss-box.for-text {
    padding: 30px 35px;
    background: url(../images/new-comma.png) #fff no-repeat bottom 30px right 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 199px;
}

.ss-box.for-text .sign {
    position: relative;
    padding-left: 75px;
    height: 60px;
    margin-top: 16px;
    padding-top: 8px;
    font-size: 13px;
}

.ss-box.for-text .sign .img img {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
}

.ss-box.for-text .sign strong {
    font-size: 14px;
    font-weight: 600;
    display: block;
}

#dropdownMenuButton1 {
    border: none;
    background: none;
    font-size: 14px;
    line-height: 19px;
    color: #484848;
    text-decoration: none;
    margin-right: 40px;
}

.immrse-dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
}

.immrse-dropdown-menu li {
    margin-right: 0;
    padding: 3px 0px 3px 5px;
}

.immrse-dropdown-menu li:hover {
    background: linear-gradient(241.92deg, #F2EDF8 32.6%, #EDDDFF 101.83%);
}

.footer_row .social-media {
    text-align: right;
}

.footer_row .social-media .footer-social {
    float: right;
}

.footer_section .f_h1 {
    font-style: normal;
    margin-bottom: 2px;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    color: #484848;
}

.internship__offered__items li {
    position: relative;
}

.internship__offered .careers-list .career-status-continue {
    position: absolute;
    color: #fff;
    background: #ea6915f0;
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 10px;
    left: 0;
    right: 0;
    width: 30%;
    top: 35%;
    margin: 0 auto;
}

.internship__offered .careers-list .career-status-download-report {
    position: absolute;
    color: #fff;
    background: #ea6915f0;
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 10px;
    left: 0;
    right: 0;
    width: 45%;
    top: 35%;
    margin: 0 auto;
}

.internship__offered .careers-list li.chapter-list .career-status-reattempt {
    position: absolute;
    color: #fff;
    background: #ea6915f0;
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 10px;
    left: 0;
    right: 0;
    width: 35%;
    top: 15%;
    margin: 0 auto;
}

.career__services li .services__price strike {
    display: block;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    color: #888888;
}

.festive-vip-offer {
    animation: blinker 1s linear infinite;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    color: #EA6915;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.custom-banner__img {
    position: relative;
}

.custom-banner__img .startcourse a {
    position: absolute;
    bottom: 1%;
    right: 2%;
    width: 200px;
    opacity: 1;
}

.custom__howard-wrap .howard-info {
    padding: 25px 0;
}

.custom__howard-sec {
    margin-top: -10px;
}

.forgotpassword {
    display: none;
}

.otp-block {
    display: none;
}

.recover-password {
    display: none;
}

.form-control {
    box-shadow: none !important;
}

.logintxt.forgt {
    margin-top: 0px;
}

.forgotpassword button {
    padding: 9px 20px;
    color: #EA6915;
    border: 1px solid #EA6915;
    border-radius: 4px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    background: none;
    box-shadow: none !important;
}

.forgotpassword button:hover,
.forgotpassword button:focus,
.forgotpassword button:active {
    color: #fff;
    background-color: #EA6915;
    border-color: transparent;
    box-shadow: none !important;
}

.navbar .navbar__items li {
    margin-right: 30px;
}

/* Career section */
#vip-career {
    padding: 50px 0;
}

.career-card {
    border-radius: 10px;
    background: #FFFFFF;
    width: 100%;
    height: 420px;
    /* height: max-content; */
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color: rgba(8, 17, 49, 0.12);
    /* border-radius: 0px 0px 12px 12px; */
}

/* .career-card.custom-card-erm{
    height: 396px;
} */
.career-card:hover {
    border: 1px solid rgba(126, 72, 190, 0.5);
    box-shadow: 0px 44px 60px -20px rgba(8, 17, 49, 0.08);
    border-radius: 12px;
}

#vip-career .view-all-careers {
    text-align: center;
}

#vip-career .view-all-careers button {
    border: 1px solid #7E48BE;
    border-radius: 12px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #7E48BE;
    padding: 10px 24px;
}

.vip-career-detail {
    padding: 10px;
}

.vip-career-title {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 27px;
    color: #494949;
    margin-bottom: 0;
}

.vip-career-detail strong {
    /* margin-left: 5px; */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #494949;
}

.vip-career-detail span {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #494949;
}

.vip-timer-rating {
    margin-top: 5px;
    display: flex;
    align-items: end;
}

.vip-time {
    float: left;
}

.vip-time span {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #494949;
}

.vip-time span strong {
    margin-right: 5px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    color: #494949;
}

.vip-rating {
    margin-left: 20px;
    display: inline;
}

.vip-rating span {
    margin-left: 5px;
}

.vip-expert {
    margin-top: 10px;
}

.vip-expert h6 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #494949;
    margin-bottom: 3px;
    display: flex;
    align-items: baseline;
}

.vip-expert .career-tags {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #7E48BE;
    padding: 4px 8px;
    background: #F6F2FA;
    border-radius: 4px;
    margin-left: 5px;
    margin-top: 5px;
    display: inline-block;
}

.vip-expert .more-tag {
    background: #ECF8FD;
    color: #027FB5;
}

/* .custom-career-detail{
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color: rgba(8, 17, 49, 0.12);
    border-radius: 0px 0px 12px 12px;
} */

#vip-career-banner {
    padding-top: 90px;
}

#vip-career-banner .banner-row {
    background: #F5F8FA;
    border-radius: 20px;
    padding: 50px 0 0 50px;
}

#vip-career-banner .banner-row ul {
    list-style-type: none;
    display: flex;
    padding-left: 0;
    margin-bottom: 5px;
}

#vip-career-banner .banner-row ul li {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: rgba(73, 73, 73, 0.75);
}

#vip-career-banner .banner-row ul li.careers-page {
    color: #027FB5;
    margin-left: 2px;
    font-weight: 600;
}

.vip-banner-content h1 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    color: #027FB5;
    margin-bottom: 5px;
}

.vip-banner-content h6 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: rgba(73, 73, 73, 0.75);
}

#vip-career-banner a {
    color: rgba(73, 73, 73, 0.75);
    display: inline-block;
}

#vip-career-banner a .back-btn {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: rgba(73, 73, 73, 0.75);
}

#vip-career-banner a .back-btn i {
    margin-right: 3px;
}

.vip-career-img {
    position: relative;
}

.vip-career-img img {
    width: 100%;
}

.vip-career-img a.sub-menu {
    position: absolute;
    background: #FFFFFF;
    border: 2px solid rgba(8, 17, 49, 0.24);
    height: 24px;
    width: 24px;
    border-radius: 50%;
    right: 2%;
    top: 5%;
    border: 2px solid #0811313D;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vip-career-img .dropdown {
    position: absolute;
    right: 2%;
    top: 25%;
    display: none;
}

.vip-career-img .dropdown ul {
    background: #FFFFFF;
    box-shadow: 0px 10px 34px rgba(0, 0, 0, 0.18);
    border-radius: 4px;
    list-style-type: none;
    padding: 0;

}

.vip-career-img .dropdown ul li {
    padding: 8px 16px;
    border-bottom: 1px solid #0003;
}

.vip-career-img .dropdown ul li a {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #000000;
}

.vip-career-img a.vip-continue {
    position: absolute;
    right: 2%;
    bottom: 5%;
    background: #027FB5;
    border: 2px solid rgba(255, 255, 255, 0.6);
    border-radius: 4px;
    padding: 4px 12px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    color: #FFFFFF;
}

.vip-career-detail .career-title-block i {
    float: right;
    background: #7E48BE;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    border: 1.5px solid #FFFFFF;
}

@media screen and (max-width: 1367px) {
    .career-card {
        width: auto;
    }

    .vip-career-detail {
        padding: 14px;
    }
}

@media screen and (max-width: 1024px) {
    #vip-career .row .col-md-3 {
        width: 33%;
    }

    .vip-career-img img {
        width: 100%;
    }
}

/* mobile */
@media screen and (max-width: 992px) {
    .internship__items {
        display: block;
    }

    #vip-career .row .col-md-3 {
        width: 50%;
    }

    .career-card {
        margin: auto;
        height: auto;
    }

    .career-card.custom-card-erm {
        height: auto;
    }
}

@media screen and (max-width: 667px) {
    #vip-career .row .col-md-3 {
        width: 100%;
    }

    .vip-timer-rating {
        display: flex;
        align-items: baseline;
    }

    #vip-career-banner .banner-row {
        padding: 20px;
        width: 100%;
        margin: auto;
    }

    .vip-banner-content h1 {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 600;
        font-size: 22px;
        line-height: 30px;
        color: #027FB5;
    }

    .vip-banner-content h6 {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        line-height: 18px;
        color: rgba(73, 73, 73, 0.75);
    }

    #vip-career-banner .banner-row ul li {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        line-height: 18px;
        color: rgba(73, 73, 73, 0.75);
    }

    img.vip-banner-mob {
        margin-top: 30px;
    }

    .career-slug {
        width: 90%;
    }

    #signup_btn {
        margin: auto;
    }
}

/* Startup LP */
.founder_img {
    justify-content: center;
}

.founder_img img {
    width: 40%;
}

@media screen and (max-width: 992px) {
    .custom__howard-wrap.founder_img {
        flex-direction: row;
    }
}

@media screen and (max-width: 667px) {

    .founder_img img {
        width: 20%;
    }
}


.mindler-festive {
    /* background: rgba(251, 68, 68, 1); */
    background: url('https://mindler-products-images.imgix.net/confluence/landing/holi_2025.svg');
    text-align: center;
    height: 60px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    position: absolute;
    width: 100%;
    top: 67px;
    right: 0;
    left: 0;
}

.mindler-festive .festive-content {
    display: flex;
    gap: 1rem;
    background: rgba(207, 34, 34, 0.7)
}

.mindler-festive .banner {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}

.mindler-festive .anniversary-discount {
    color: rgba(255, 236, 0, 1);
    font-size: 18px;
    font-weight: 700;
    margin-right: 15px;
}

.mindler-festive .banner strong {
    color: #fff;
    font-size: 18px;
}

.mindler-festive span.coupon {
    color: rgba(35, 31, 32, 1);
    font-size: 13px;
    font-weight: 700;
    background-color: rgba(255, 218, 0, 1);
    border: 0.74px dashed rgba(255, 255, 255, 1);
    padding: 2px;
    margin-left: 10px;
}

.hidden-md {
    display: none;
}

.festive-content .banner img {
    margin: 0 10px;
}

.update-banner-section {
    position: relative;
    padding: 0;
}

.festive-content .banner a {
    color: #fff;
}

.project__banner {
    position: relative;
}

.project__banner .banner__content {
    margin-top: 70px;
}

.festive-content a.phone {
    color: #fff;
    font-size: 18px;
}

/* .mindler-festive {
     background: #c61c1c; 
     justify-content: center; 
 } */

@media only screen and (max-width:992px) {
    .hidden-md {
        display: block;
    }

    .hidden-xs {
        display: none;
    }

    .festive-content-mob {
        display: flex;
        align-items: center;
        gap: 1rem;
        background: rgba(207, 34, 34, 0.7);
        padding: 0.2rem
    }

    .mindler-festive .anniversary-discount-mob h3 {
        color: rgba(255, 236, 0, 1);
        font-size: 14px;
        font-weight: 700;
        margin-right: 0;
        margin-bottom: 0;
    }

    .mindler-festive .anniversary-discount-mob p {
        font-size: 10px;
        color: #fff;
        margin: 0;
    }

    .vertical {
        border-left: 2px solid #fff;
        height: 30px;
    }

    .mindler-festive .anniversary-coupon-mob h3 {
        font-size: 14px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 0;
    }

    .mindler-festive .anniversary-coupon-mob p {
        font-size: 10px;
        color: #fff;
        text-align: left;
        margin: 0;
    }

    .mindler-festive .anniversary-coupon-mob img {
        margin-right: 5px;
    }

    .update-banner-section h1.banner-h-1 {
        padding-top: 40px !important;
    }

    .update-banner-section {
        padding: 0 !important;
    }

    .mindler-festive .anniversary-coupon-mob a {
        color: #fff;
    }

    .mindler-festive {
        top: 0;
    }

    .mindler-festive .anniversary-coupon-mob a {
        color: #fff;
    }

    .mindler-festive img {
        width: 30px;
    }

    .mindler-festive .anniversary-coupon-mob img {
        margin-right: 5px;
        width: 15px;
    }

    .mindler-festive .anniversary-discount-mob p {
        font-size: 6px;
        color: #fff;
        padding: 0;
        margin: 0;
    }

    .mindler-festive .anniversary-coupon-mob h3 {
        font-size: 10px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 0;
    }

    .mindler-festive .anniversary-coupon-mob p {
        font-size: 6px;
        color: #fff;
        padding: 0;
        margin: 0;
        text-align: left;
    }
}