
.cont-card{
    border: 0 !important;
    box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
    margin-top: -85px;
    z-index: 24;
    padding: 25px;
    border-radius: 10px;
}

.crs-btn:hover, .crs-btn:focus, .crs-btn:active{
    box-shadow: none !important;
    outline: 0 !important;
    background-color: transparent !important;
}

.cont-img{
    width: 75%;
}

.cont-card h1{
    font-size: 30px;
    margin-bottom: 15px;
    font-family: 'Spartan', sans-serif;
}

.cont-card p
{
    margin: 0;
    font-size: 15px;
    color: #000;
    opacity: .9;
}

@media screen and (max-width: 768px) {

    .cont-card h1{
        font-size: 20px;
        line-height: 30px;
    }

    .cont-card p {
        font-size: 14px;
    }

    .cont-card h5{
        font-size: 14px;
    }

    .cont-card{
        margin-top: 25px;
        padding: 15px;
    }

    .cont-img{
        width: 100% !important;
    }
  }

.nav-pills{
display: flex;
flex-direction: column;
}

.nav-pills li a{
    padding: 15px 20px;
    min-width: 100px;
    border: 1px solid transparent;
    border-radius: 8px;
    transition: 0.5s;
    font-size: 15px;
    line-height: 150%;
    margin: 5px 0;
    color: #fff;
    background-color: #001430 !important;
}

.nav-pills li a:hover, .nav-pills li.active a{
    border: 1px solid #001331;
    color: #fff !important;
    box-shadow: 5px 5px hsl(216.73deg 100% 9.61%);
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link{
    background-color: #001430 !important;
    border: 1px solid #001331;
    box-shadow: 5px 5px hsl(210deg 100% 20.39%);
    color: #000 !important;
}

.tab-content h4
{
    border-bottom: 1px dotted #ddd;
    padding-bottom: 15px;
    font-size: 25px;
    color: #fff;
}


.tab-content  p
{
    text-align: justify;
    line-height: 28px;
}

.tab-content  ul{
    list-style: none;
    padding: 0;
}

.tab-content ul li{
    display: inline-block;
    margin: 0 5px;
}


.bn-btn{
    margin-top: -200px;
}

.course-fee .actual-price{
    text-decoration: line-through;
    font-size: 20px;
    margin-left: 10px;
    color: #000 !important;
}

.slider-image{
    background-color: #f907fc;
    background-image: linear-gradient(315deg, #783ef4 0%, #05d6d9 74%);
    margin-top: 5rem;
    padding: 60px 0;
}
