.pop-mod {
    background: #000000c4;
}

.enqurie-btn {
    /*display:block !important;*/
}

@media (min-width: 576px) {
    .rounded-nav {
        border-radius: 50rem !important;
    }
}

@media (min-width: 576px) {
    .rounded-nav .nav-link {
        border-radius: 50rem !important;
    }
}

/* With arrow tabs */
.with-arrow .nav-link.active {
    position: relative;
}

.with-arrow .nav-link.active::after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ff500d;
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
}

/* lined tabs */
.lined .nav-link {
    border: none;
    border-bottom: 3px solid transparent;
}

.lined .nav-link:hover {
    border: none;
    border-bottom: 3px solid transparent;
}

.lined .nav-link.active {
    background: none;
    color: #555;
    border-color: #2b90d9;
}

.nav-pills .nav-link {
    color: #555;
}

.text-uppercase {
    letter-spacing: 0.1em;
}

/*.nav-pills .nav-link.active, .nav-pills .show > .nav-link {background:#ff500d !important;}*/
#home1 .row,
#profile1 .row,
#contact1 .row {
    /*border-bottom: solid 1px #E5E3E3;*/
    margin-bottom: 20px;
}

.white-sec .nav-item a {
    font-weight: bold;
}

.placement-sec p {
    font-size: 18px;
    line-height: 1.6;
}

.what .body-copy h1::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 40%;
    top: -10px;
    left: 0px;
    background-color: #333333;
    opacity: 0.9;
}

.curriculam {
    padding: 50px 0;
}

.curriculam h2 {
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #0B2653;
    opacity: 1;
    margin-bottom: 20px;
}

.curriculam .tab-content h5 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #0B2653;
    opacity: 1;
}

.curriculam .tab-content ul {
    margin: 0;
    padding: 0;
}

.curriculam .flex-sm-row {
    background: #FFFFFF;
    box-shadow: 0px 16px 32px #00000008;
}

.curriculam .tab-content {
    background: #FFFFFF !important;
    margin-top: 10px;
    background: #FFFFFF;
    box-shadow: 0px 16px 32px #00000008;
}

.curriculam .tab-content ul li {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
    list-style: inside;
    list-style-type: decimal;
}

.curriculam .nav-item a {
    font-size: 14px !important;
    text-transform: capitalize !important;
}

.nav-pills .nav-link.active {
    background: #FFFFFF !important;
    color: #333333;
}

.nav-pills .nav-link.active::after {
    content: '';
    border: 2px solid #ff500d !important;
    position: absolute;
    bottom: -1px !important;
    left: 50%;
    transform: translateX(-50%);
    width: 30%;
}

.program-language .body-copy h1 {
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 45px;
    color: #0B2653;
    opacity: 1;
    margin-bottom: 20px;
}

.program-language .program-logo-hold {
    display: flex;
    align-items: center;
}

.program-language .program-logo-hold .program-logo {
    width: 100%;
    padding: 50px;
    background: #F9F9F9;
    text-align: center;
    display: flex;
    height: 200px;
    align-items: center;
    margin-bottom: 25px;
}

.program-language .program-logo-hold .program-logo img {
    width: 100%;
}

.key-project-sec .body-copy h1 {
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 45px;
    color: #0B2653;
    opacity: 1;
    margin-bottom: 20px;
}

.key-project-sec .key-project:hover {
    background: #062F4F;
    border-radius: 8px;
}

.key-project-sec .key-project:hover h2 {
    border-radius: 8px;
    font-size: 25px;
    font-weight: 600;
    color: #FFFFFF;
    margin: 20px 0;
}

.key-project-sec .key-project:hover p {
    border-radius: 8px;
    font-size: 16px;
    font-weight: normal;
    color: #FFFFFF;
    margin: 20px 0;
}

.key-project-sec .key-project:hover .bx {
    color: #FFFFFF;
    font-size: 30px;
}

.key-project-sec .key-project:hover .round-bag {
    background: #FF500D;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.key-project-sec .key-project {
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #062F4F;
    margin-bottom: 35px;
}

.key-project-sec .key-project h2 {
    border-radius: 8px;
    font-size: 25px;
    font-weight: 600;
    color: #333333;
    margin: 20px 0;
    min-height: 60px;
}

.key-project-sec .key-project p {
    border-radius: 8px;
    font-size: 16px;
    font-weight: normal;
    color: #666666;
    margin: 20px 0;
    min-height: 80px;
}

.key-project-sec .key-project .bx {
    color: #FF500D;
    font-size: 30px;
}

.key-project-sec .key-project .round-bag {
    background: #FF815A;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.project-sec .body-copy h1 {
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 45px;
    color: #0B2653;
    opacity: 1;
    margin-bottom: 20px;
}

.project-sec .pro-image {
    position: relative;
}

.project-sec .pro-image img {
    filter: brightness(50%);
}

/*.project-sec .pro-image img::after {
position: absolute;
content:"";
height:100%;
width:100%;
top:0;
left:0;
background: linear-gradient(to bottom, rgba(255,0,0,0) 0%,rgba(255,0,0,0.65) 100%);
}*/
.project-sec .pro-image h2 {
    position: absolute;
    bottom: 30px;
    color: #FFFFFF;
    left: 50px;
}

.course-sec {
    background: #f5f5f5;
}

.course-sec .batch-box {
    background: #053955;
    padding: 40px;
}

.course-sec .batch-box h2 {
    font-size: 37px;
    line-height: 54px;
    font-weight: 400;
    color: #FFFFFF;
}

.course-sec .batch-box h3 {
    font-size: 18px;
    line-height: 54px;
    font-weight: 200;
    color: #FFFFFF;
}

.course-sec .batch-box .duration {
    display: flex;
    justify-content: space-between;
}

.course-sec .batch-box .duration .duration-cat {
    font-size: 14px;
    font-weight: 600;
    color: #062F4F;
    background: #FFFFFF;
    padding: 20px;
    text-align: center;
    width: 100%;
    margin: 15px 0;
}

.innovative-sec {
    background: url("assets_new/img/datasc-new/innov-bg.webp") !important;
    position: relative;
    padding: 30px 0;
}

.innovative-sec .body-copy {
    text-align: center;
}

.innovative-sec .body-copy h2 {
    color: #FFFFFF;
    font-size: 48px;
    font-weight: 600;
    line-height: 120px;
}

.innovative-sec::after {
    content: '';
    height: 100%;
    background: #FFFFFF;
    position: absolute;
    top: 50%;
    width: 100%;
}

.innovative-sec .card-img-wrap {
    padding: 15px
}

.place-sec .body-copy {
    text-align: center;
}

.placement-grid .circle {
    border-radius: 10% !important;
}

.placement-grid .circle img {
    border-radius: 10% !important;
}

.place-sec .body-copy h2 {
    color: #002249;
    font-size: 48px;
    font-weight: 600;
    line-height: 5rem
}

.place-sec .body-copy p {
    color: #4D4D4D;
    font-size: 16px;
}

.place-box {
    position: relative;
    margin-bottom: 50px;
}

.place-box img {
    border: 15px solid #FFFFFF;
    box-shadow: 0px 8px 16px #84BEFF1A;
}

.place-img-content {
    position: absolute;
    bottom: -20px;
    background: #FFFFFF;
    box-shadow: 0px 8px 16px #84BEFF1A;
    right: 0;
    padding: 20px;
    width: 90%;
}

.place-img-content h5 {
    font-size: 20px;
    font-weight: 700;
    color: #002249;
}

.place-img-content span {
    font-size: 16px;
    font-weight: 400;
    color: #002249;
}

.faculty-sec .body-copy {
    text-align: left;
    margin-bottom: 50px;
}

.faculty-flex {
    display: flex;
    align-items: center;
}

.faculty-sec .body-copy h2 {
    color: #002249;
    font-size: 48px;
    font-weight: 600;
    line-height: 3rem;
}

.faculty-sec .body-copy p {
    color: #4D4D4D;
    font-size: 18px;
    line-height: 30px;
}

.faculty-box {
    position: relative;
    background: #002249;
    margin-bottom: 35px;
}

.faculty-box img {
    box-shadow: none;
    filter: opacity(50%);
}

.faculty-img-content {
    position: absolute;
    bottom: 0px;
    background: transparent;
    right: 0;
    padding: 20px;
    width: 90%;
}

.faculty-img-content h5 {
    font-size: 20px;
    font-weight: 700;
    color: #FFFFFF;
}

.faculty-img-content span {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
}

.president-sec {
    padding: 50px 0;
}

.president-sec h2 {
    font-size: 40px;
    line-height: 70px;
    font-weight: 600;
    color: #002249;
}

.president-sec h3 {
    font-size: 34px;
    line-height: 72px;
    font-weight: 600;
    color: #333333;
}

.president-sec h4 {
    font-size: 24px;
    line-height: 50px;
    font-weight: normal;
    color: #848484;
    position: relative;
}

.president-sec h4::after {
    content: '';
    background: #FF500D;
    width: 50%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -5px;
    opacity: 1;
}

.president-sec p {
    font-size: 18px;
    line-height: 30px;
    font-weight: normal;
    color: #4d4d4d;
    margin-top: 50px;
}

.faq-sec .body-copy {
    text-align: center;
}

.faq-sec .body-copy h2 {
    color: #002249;
    font-size: 48px;
    font-weight: 600;
    line-height: 5rem;
}

.faq-sec .body-copy p {
    color: #4D4D4D;
    font-size: 18px;
    line-height: 30px;
}

#accordion .card {
    margin-bottom: 20px;
    background: #EEF3F9;
    border: none;
    padding: 15px 25px;
}

#accordion .card-header {
    background: #EEF3F9;
    padding: 0;
}

#accordion .card-body {
    padding: 20px 0;
    font-size: 16px;
    color: #062F4F;
    font-weight: 400;
}

#accordion .card-header a {
    font-size: 18px;
    color: #062F4F;
    font-weight: 600;
    text-decoration: none;
}

.footer-sec {
    background: #fff;
    color: #191830;
    padding: 50px 0;
}

.footer-sec h3 {
    color: #191830;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

/*.footer-sec .address{padding: 40px; border: 8px solid #3b3a4f;}*/
.footer-sec .address h2 {
    color: #191830;
    font-weight: 400;
    font-size: 26px;
    letter-spacing: -1.65px;
}

.footer-sec .address h4 {
    color: #191830;
    font-weight: 100;
    font-size: 16px;
    line-height: 25px;
}

/*.register-form-home-wrapper {top: -45rem; position: absolute !important; z-index: 0 !important;}*/

.top-roles {
    background: #EEF3F9;
    padding: 50px 0;
}

.top-roles .body-copy h2 {
    color: #8A8A8A;
    font-size: 32px;
    font-weight: 100;
    letter-spacing: -1.2px;
    font-family: 'gothambook', sans-serif !important;
}

.top-roles .body-copy h3 {
    color: #222222;
    font-size: 35px;
    font-weight: 700;
    letter-spacing: -1.5px;
}

.top-roles .body-copy h4 {
    color: #8A8A8A;
    font-size: 18px;
    font-weight: 100;
    line-height: 28px;
}

.top-roles .body-copy p {
    color: #4D4D4D;
    font-size: 16px;
    font-weight: 100;
}

.top-roles .role-box {
    background: #FFFFFF;
    padding: 20px;
    margin-bottom: 20px;
}

.top-roles .role-box h2 {
    font-size: 20px;
    color: #222222;
    font-weight: 400;
}

.top-roles .role-box h3 {
    font-size: 16px;
    color: #062F4F;
    font-weight: 200;
}

.top-roles .role-box p {
    font-size: 16px;
    color: #4D4D4D;
    font-weight: 200;
    margin-top: 20px;
}

.top-roles .role-box .row {
    align-content: center;
    align-items: center;
}

.top-roles .swiper-wrapper {
    height: auto !important;
}

.swiper-container02 {
    overflow: hidden;
}

.students .role-box p {
    color: #000;
}

.modal-dialog {
    top: 10vh;
    max-width: 450px !important;
}

.enqurie-btn {
    background: #ff500d;
    font-size: 17px;
    text-align: center;
    padding: 10px 12px;
    border-radius: 4px;
    font-weight: bold;
    text-decoration: none;
}

/*.top-roles .swiper-container{padding-bottom: 110px;}*/
.register-form-home-wrapper {
    width: 400px !important;
    top: 125px !important;
    position: fixed !important;
    z-index: 999 !important;
}

@media screen and (max-width:480px) {
    .register-form-home-wrapper {
        position: inherit !important;
        width: 100% !important;
        margin-top: 20px;
    }

    .curriculam h2 {
        margin-top: 20px;
        font-size: 25px;
    }

    .nav-pills .nav-link.active {
        margin-bottom: 10px;
    }

    .program-language .body-copy h1 {
        font-size: 25px;
        line-height: 35px;
    }

    .key-project-sec .body-copy h1 {
        font-size: 25px;
        line-height: 35px;
    }

    .project-sec .body-copy h1 {
        font-size: 25px;
        line-height: 35px;
    }

    .place-sec .body-copy h2 {
        font-size: 25px;
        line-height: 35px;
    }

    .faculty-sec .body-copy h2 {
        font-size: 25px;
        line-height: 35px;
    }

    .president-sec h2 {
        font-size: 25px;
        line-height: 35px;
        margin-top: 20px;
    }

    .president-sec h3 {
        font-size: 22px;
        line-height: 32px;
    }

    .president-sec h4 {
        font-size: 20px;
        line-height: 30px;
    }

    .faq-sec .body-copy h2 {
        font-size: 25px;
        line-height: 35px;
    }

    #accordion .card-header a {
        font-size: 15px;
    }

    #accordion .card-body {
        font-size: 15px;
    }

    .faq-sec .body-copy p {
        font-size: 16px;
    }

    .footer-sec .address h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .footer-sec .address {
        margin-bottom: 50px;
    }

    .white-sec {
        padding: 0 0 30px 0;
    }

    .white-sec-2 {
        padding: 0 0 30px 0;
    }

    .footer-sec {
        padding-top: 30px;
    }

    .footer-sec {
        padding-bottom: 10px;
    }

    .faq-sec {
        padding: 30px 0;
    }

    .president-sec {
        padding: 30px 0;
    }

    .faculty-sec {
        padding: 30px 0;
    }

    .place-sec {
        padding: 30px 0 10px 0;
    }

    .body-copy h1 {
        margin-top: 40px;
    }

    .key-project-sec {
        padding: 0;
    }

    .program-language {
        padding: 0;
    }

    .top-roles .role-box .col-sm-3 {
        width: 20%;
    }

    .top-roles .role-box .col-sm-9 {
        width: 75%;
    }

    .top-roles .body-copy h3 {
        font-size: 25px;
        line-height: 35px;
    }

    .innovative-sec .body-copy h2 {
        font-size: 25px;
        line-height: 35px;
        margin: 25px 0;
    }

    .innovative-sec {
        padding: 20px 0;
    }

    .students {
        min-height: 100% !important;
        height: 115vh !important;
    }

    .students .role-box {
        margin: 10px !important;
    }

    .students .role-box p {
        font-size: 14px !important;
    }

    .iiimg {
        margin-bottom: 20px;
    }

    .program-language {
        background-image: none !important;
        background-color: #000000;
    }

    .curriculam .ppp1 {
        bottom: 15px !important;
    }

    .pro-image h2 {
        font-size: 18px;
    }

    .hero_sec_advertising_new .align-items-center {
        /* margin-top: 50px; */
    }
}

@media screen and (max-width:1500px)and (min-width:768px) {
    .register-form-home-wrapper {
        top: -40rem !important;
    }

    .students .swiper-button-prev,
    .students .swiper-button-next {
        bottom: 60px;
    }

    .students .role-box .row {
        zoom: .7;
    }

    .register-form-home-wrapper {
        top: 125px !important;
        position: fixed !important;
        z-index: 999 !important;
    }

}

@media screen and (max-width:2200px) and (min-width:1501px) {
    .register-form-home-wrapper {
        top: 125px !important;
    }

    .students .swiper-button-prev,
    .students .swiper-button-next {
        bottom: 50px;
    }

    .register-form-home-wrapper {
        top: 125px !important;
        position: fixed !important;
        z-index: 999 !important;
    }
}

@media screen and (max-width:6000px) and (min-width:2201px) {
    .register-form-home-wrapper {
        top: -50rem !important;
    }

    .register-form-home-wrapper {
        top: 125px !important;
        position: fixed !important;
        z-index: 999 !important;
    }
}

@media (max-width: 640px) and (min-width: 100px) {
    .hero_sec_datasciencenew {
        background-size: cover;
        background-position: bottom;
        background-repeat: no-repeat;
    }

}

/* navigation css  */

.navbar input[type="checkbox"],
.navbar .hamburger-lines {
    display: none;
}

.navbar .container {
    width: 100%;
    margin: auto;
}

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 72px;
    background: #000;

    color: #fff;
    opacity: 0.85;
    z-index: 100;
}

.navbar-container {
    display: flex;
    justify-content: space-between;
    height: 65px;
    align-items: center;
}

.menu-items {
    order: 2;
    display: flex;
}

.logo {
    order: 1;
    font-size: 2.3rem;
}

.menu-items li {
    list-style: none;
    /*margin-left: 1.5rem;*/
    font-size: 1.3rem;
}

.navbar a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease-in-out;
}

.navbar a:hover {
    color: #ffffff;
}

.navbar a,
.navbar a:focus {
    padding: 10px 8px 10px 8px !important;
}

.lplogo {
    width: auto;
    height: 60px;
    padding: 10px 0;
}

@media screen and (max-width: 1366px) and (min-width: 769px) {

    .navbar a,
    .navbar a:focus {
        padding: 10px 5px 10px 5px !important;
    }

    .lplogo {
        width: auto;
        height: 60px;
        padding: 10px 0;
    }

    .navbar a i,
    .navbar a:focus i {
        margin-left: 0px;
    }
}

@media (max-width: 768px) {

    .navbar a,
    .navbar a:focus {
        font-size: 15px;
    }

    .navbar .container {
        max-width: 100%;
        width: 100%;
    }

    .navbar {
        opacity: 0.95;
    }

    .lplogo {
        width: auto;
        height: 60px;
        padding: 10px 0;
    }

    .navbar-container input[type="checkbox"],
    .navbar-container .hamburger-lines {
        display: block;
    }

    .navbar-container {
        display: block;
        position: relative;
        height: 60px;
    }

    .navbar-container input[type="checkbox"] {
        position: absolute;
        display: block;
        height: 32px;
        width: 30px;
        top: 20px;
        right: 10px;
        z-index: 5;
        opacity: 0;
        cursor: pointer;
    }

    .navbar-container .hamburger-lines {
        display: block;
        height: 28px;
        width: 35px;
        position: absolute;
        top: 20px;
        right: 10px;
        z-index: 2;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .navbar-container .hamburger-lines .line {
        display: block;
        height: 4px;
        width: 100%;
        border-radius: 10px;
        background: #ffffff;
    }

    .navbar-container .hamburger-lines .line1 {
        transform-origin: 0% 0%;
        transition: transform 0.3s ease-in-out;
    }

    .navbar-container .hamburger-lines .line2 {
        transition: transform 0.2s ease-in-out;
    }

    .navbar-container .hamburger-lines .line3 {
        transform-origin: 0% 100%;
        transition: transform 0.3s ease-in-out;
    }

    .navbar .menu-items {
        padding-top: 30px;
        background: #000;
        height: 100vh;
        width: 120%;
        max-width: 120%;
        transform: translate(-150%);
        display: flex;
        flex-direction: column;
        margin-left: -40px;
        padding-left: 40px;
        margin-top: -3px;
        margin-right: -15px;
        transition: transform 0.5s ease-in-out;
        /*box-shadow:  5px 0px 10px 0px #aaa;*/
        /*overflow: scroll;*/
    }

    .navbar .menu-items li {
        margin-bottom: 1rem;
        font-size: 1.1rem;
        font-weight: 500;
        border-bottom: 1px solid #4a4a4a;
    }

    .logo {
        position: absolute;
        top: 10px;
        right: 15px;
        font-size: 2.5rem;
    }

    .navbar-container input[type="checkbox"]:checked~.menu-items {
        transform: translateX(0);
    }

    .navbar-container input[type="checkbox"]:checked~.hamburger-lines .line1 {
        transform: rotate(45deg);
    }

    .navbar-container input[type="checkbox"]:checked~.hamburger-lines .line2 {
        transform: scaleY(0);
    }

    .navbar-container input[type="checkbox"]:checked~.hamburger-lines .line3 {
        transform: rotate(-45deg);
    }
}

@media (max-width: 500px) {
    .navbar-container input[type="checkbox"]:checked~.logo {
        display: none;
    }
}

/* service location financial */


.duration {
    padding: 0 0 50px 0;
    margin-top: -60px;
}

.duration .duration-content {
    background: #053955 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 30px #00000029;
    border-radius: 90px;
    color: #ffffff;
    height: 118px;
    padding: 30px;
}

.duration .item1 {
    padding-left: 30px;
}

.duration h5 {
    font-size: 18px;
}

.duration p {
    font-size: 14px;
}

@media screen and (max-width: 600px) {
    .duration {
        margin-top: 0px;
        padding: 0 0 0 0;
    }

    .duration .duration-content {
        height: auto;
        border-radius: 20px;
        padding: 20px;
    }

    .duration .duration-content div[class*='item'] {
        margin-bottom: 20px;
    }

    .duration .item1 {
        padding-left: 0px;
    }

    .duration .item5 {
        text-align: center;
    }

    .duration .duration-content {
        padding-top: 35px;
    }

}

/* services */

.year {
    font-weight: 600;
    border-bottom: 2px solid #e3e3e3;
}

.conew ul {
    list-style-image: url("assets_new/img/dash.png");
    line-height: 30px;
}

.collapsed {
    background-color: #646464 !important;
}

/* Key Highlights & Benefits */
.course_highlight {
    background-color: #053955;
    padding: 40px 0 0 0;
    color: #ffffff;
}

.course_highlight h2 {
    line-height: 55px;
    margin-bottom: 20px;
}

.course_highlight ul {
    list-style-image: url("assets_new/img/tick.png");
    line-height: 30px;
    font-size: 18px;
    margin-bottom: 30px;
}

.course_highlight .holder11 {
    align-items: center;
}

@media screen and (max-width: 600px) {
    .course_highlight .order-sm-2 {
        text-align: center;
    }
}

/* our process */

.course-orientation {
    padding: 50px 0;
}

.course-orientation .courseo-txt {
    font: normal normal normal 20px/30px gothambook;
    letter-spacing: 0px;
    color: #000000;
}

.course-orientation .nav-link {
    border: none;
    width: 205px;
    height: 50px;
    margin-right: 10px;
    padding: 14px;
    text-align: center;
    font: normal normal bold 20px/30px gothambook;
    letter-spacing: 0px;
    color: #ED3237;
}

.course-orientation .nav-tabs .nav-item.show .nav-link,
.course-orientation .nav-tabs .nav-link.active {
    background-color: #00000000;
    border: none;
    border-bottom: 2px solid #ff0000;
    font: normal normal medium 20px/30px gothambook;
    letter-spacing: 0px;
    color: #ED3237;
}

.course-orientation .tab-content {
    margin-top: 20px;
}

.course-orientation .nav-tabs {
    border-bottom: 0px solid #dee2e6;
}

.course-orientation .card-header {
    background-color: #333333;
    color: #ffffff;
    margin-top: 10px !important;
    border-radius: 10px !important;
}

.course-orientation .card-header .accicon {
    color: #a7a7a7;
}

/* accordian arrow up/down */
.card-header:not(.collapsed) .rotate-icon {
    transform: rotate(180deg);
}

/* accordian arrow up/down */
.card-header .accicon {
    float: right;
    font-size: 20px;
    width: 1.2em;
}

.course-orientation .card-body {
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 10px;
}

.course-orientation .card {
    border-radius: 0rem;
    border: 0px solid rgba(0, 0, 0, 0.125);
}

.featured_box:hover {
    background: #2D2D2D;
}

@media screen and (max-width: 600px) {
    .course-orientation h1 {
        font: normal normal bold 18px/40px gothambook;
        letter-spacing: 0px;
    }

    .course-orientation .courseo-txt {
        font: normal normal normal 14px/30px gothambook;
        letter-spacing: 0px;
    }

    .course-orientation .nav-link {
        width: 135px;
        font: normal normal bold 14px/30px gothambook;
        padding: 10px;
    }
}