.navbar{
    border-bottom: 0px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
}

.navbar .navbar-nav>.nav-item>.nav-link{
    color: black;
}

.navbar .navbar-nav>.nav-item>.nav-link:hover,
.navbar .navbar-nav>.nav-item>.nav-link:focus {
    color: var(--dark1);
}

.navbar.scrolled .navbar-nav>.nav-item>.nav-link:hover,
.navbar.scrolled .navbar-nav>.nav-item>.nav-link:focus {
    color: var(--dark1);
}

.navbar .navbar-toggler{
    color: rgba(0, 0, 0, 0.5) !important;
}

body{
    color: rgba(0, 0, 0, 0.8);
}

.course-detail {
    position: relative;
}

h1 {
    font-size: 2.5rem !important;
    color: rgba(43, 43, 43, 1);
    line-height: 1.2;
    font-weight: 700 ;
}

h2 {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
    color: rgba(43, 43, 43, 1);
    margin-top: 2rem;
}

h3 {
    font-size: 1.4rem;
    color: rgba(43, 43, 43, 1);
    line-height: 1.2;
    font-weight: 600;
    margin-top: 3rem;
}

h5 {
    color: rgba(43, 43, 43, 1);    
    font-weight: 600;
    margin-bottom: 0rem;
    padding-left: .7rem;
}

p {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.8);
}

.subheading {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.7);
    font-weight: 400;    
}

.mt-2{
    margin-top: .5rem;
}

.right-section h3{
    margin-top: 2rem;
}

.about-section{
    padding-top: 1rem;
}

.about-section p{
    padding-left: 1.4rem;
}

.lessons-outer{
    background-color: #dde1e7;
    height: 100%;
}

.lessons-outer .course-points{
    padding: 0rem 0;
}

.lessons-outer .course-points .list{
    padding-left: 20px;
    display: flex;
    flex-direction: column;    
}

.lessons-outer .course-points .list li{
    margin: 0.4rem 0;  
}

.lessons-outer .lesson-list .list{
    padding-left: 0px;
    display: flex;
    flex-direction: column;    
    list-style: none;
}

.lessons-outer .lesson-list .list li{
    padding: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.lessons-outer .lesson-list .list i{
    margin-right: 4px;
}

.internship-description .about-course-image{
    width: 100%;
    height: auto;
}

.internship-description .about-course-image img{
    width: 100%;
    height: auto;
}


@media (min-width: 767.98px) {

}

@media (min-width: 991.98px) {

}

@media (min-width: 1200px) {
    .outer-section {
        padding: 1rem 0 !important;
    }

    .internship-detail-section{
        margin-top: 7rem;
    }

    .lessons-outer{
        background: rgb(230,230,230);
        padding: 1rem !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* .navbar.scrolled {
        background: #2b2b2b !important;
    } */

}

@media (min-width: 1600px) {
    /* .outer-section {
        padding: 1rem 0 !important;
    } */

}

.box{
    height: auto;
    width: auto;
    background: rgb(230,230,230);
    border-radius: 20px;
    margin: 20px;
    padding: 2rem !important;
}

.box{
    box-shadow: -5px -5px 9px rgba(255, 255, 255, 0.5), 5px 5px 9px rgba(94,104,121,0.3);
}

.lesson-list h3{
    margin-top: .6rem;
}



