.instructor_list .single_instructor .instructor_img:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #0b1c398a;
    opacity: 0;
    transition: .5s;
    border-radius: 6px;
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    transform: scaleY(1);
    max-height: 290px;
    overflow: auto;
}
.course_author p {
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.banner_part .single_banner_part {
    background-position: center;
}
.motivation_video p{
    line-height: 22px;
}
.popup .popup-content {
    padding: 0px;
}
.popup.active .popup-content {
    margin-top: 0px;
    border: 2px solid white;
    border-radius: 0px;
}
.popup-content{
    max-height: 90% !important; 
    max-width: 90% !important;
}
.popup-content .event-img a{
    display: block;
    width: 100%;
    height: 100%;
}
.popup-content .event-img img {
    max-width: 100%;
    aspect-ratio: 4/3;
}
.holder { 
    background-color:#ccc;
    width:300px;
    height:250px;
    overflow:hidden;
    padding:10px;
    font-family:Helvetica;
  }
  .holder .mask {
    position: relative;
    left: 0px;
    top: 10px;
    width:300px;
    height:240px;
    overflow: hidden;
  }
  .holder ul {
    list-style:none;
    margin:0;
    padding:0;
    position: relative;
  }
  .holder ul li {
    padding:10px 0px;
  }
  .holder ul li span {
    padding: 0px 10px; 
  }
  .holder ul li a {
    color:#6600ff;
    text-decoration:none;
  }
  .breadcrumb_part{
      height: 280px;
  }
@media (max-width: 991px){
    .header_part .navbar_btn{
        display: none;
    }
    .header_part .logo {
        background-position: left;
    }
}
@media (max-width: 768px){
    .banner_part .single_banner_part {
        height: 250px;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .app .cta_part {
        background-position: right;
    }
}
.banner_part .single_banner_part:after{
    background-color: transparent;
}
@media (max-width: 576px){
    .banner_part .single_banner_part {
        height: 118px;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .popup-content .event-img img {
        max-width: 100%;
        aspect-ratio: 3/4 !important;
    }
    .breadcrumb_part{
        height: 200px;
    }
    .breadcrumb_part .breadcrumb_iner_link{
        flex-direction: column;
    }
    .results_list_style .col-sm-2:nth-child(1){
        width: 100%;
    }
    .results_list_style .col-sm-2 {
        width: 50%;
    }
    .app .cta_part {
        background-position: right;
    }
}
.navbar_bar ul li a {
    font-weight: bold;
   }
.navbar_bar ul li ul li a {
    color: #212529;
    font-weight: 500;
}

.single_instructor_item.card.rounded.shadow.p-3{
    min-height: 200px;
}

.navbar_bar ul li ul{
    display: none;
    z-index: -1;
}
.mega_menu_dropdown:hover>ul{
    display: flex;
    z-index: 99;
}

#contactForm .niceSelect{
    border-radius: 50px;
    display: block;
    width: 100%;
    background-color: #f0f3f7;
    padding: 18px 30px;
    color: #7c8189;
    margin-bottom: 20px;
    border: 2px solid #f0f3f7;
    height: auto;
    line-height: 20px;
    font-size: 16px;
    transition: .5s;
}
#contactForm .niceSelect::after{
    top: 20px;
    right: 25px;

}
.app .cta_part {
    background-image: url(../img/app-download.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    min-height: 400px;
    max-height: 500px;
}