@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
body {

font-family: 'Roboto', sans-serif;
}
.ldCard {
    
}
.ldCard  .course_name_blk {  
    color: #000;
    cursor: pointer;
    margin-bottom: 0px;
    padding-bottom: 0px;
    line-height: 21px;
    width: 100%;
    min-height: 50px;
    margin-bottom: 10px;
}

.ldCard .card_header_bt  {
    margin: 0px;
    background-image: url(https://storage.googleapis.com/master-transformer-9446/thankanurse/Certificate-Of-Proficiency-In-Basics-Of-Mucormycosis-Infection.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 104px;

}
.ldCard .card_button {
    margin-top: 10px;
}

.subscribe_badge {
    /* display:none; */
    background: url('../../../assets/img/green.png');
    padding-left: 10px;
    line-height: 28px;
    color: #fff;
    background-repeat: no-repeat;
    position: absolute;
    width: 100px;
    left: -5px;
    top: 5px;
    font-size: 12px;
    font-weight: 600;
    height: 38px;
}
.site-menubar {
    font-family: Roboto,sans-serif;
    position: absolute;
    z-index: 1400;
    top: 64px;
    color: rgba(163,175,183,.9);
    background: #1c336c;
    -webkit-box-shadow: 0 2px 4px rgb(0 0 0 / 8%);
    box-shadow: 0 2px 4px rgb(0 0 0 / 8%);
}
.fixedheader .site-menubar { position:fixed; top: 66px; }
.navbar-toolbar.left_menu_blk .nav-link { display:none; }
.pagelayout-incourse #site-navbar-collapse .left_menu_blk {
    display: none !important;
}

.durationicon img {
    width: 20px;
    margin-right: 0px;
    color:#A8A8A8;
}

.page-login-v2 .page-login-main .brand-img {
    margin-top: 0px;
    margin-bottom: 0px;
    width: 160px;
}
.alert-icon>.icon {
    display: inline-block;
}

.social_icon_blk .Google.btn, .social_icon_blk .Facebook.btn, .social_icon_blk .LinkedIn.btn {
    width: 100% !important;
    margin: 0 auto 10px;
}
.page-login-main p:nth-child(2) {
    margin: 0px !important;
    margin-top: 7px !important;
 }
 .lg-gap15 {
     margin:0px !important;
     padding-bottom: 25px !important;
     padding-top: 10px !important;
 }
 .lg-gap10 {
     margin-top:20px !important;

 }

.durationicon + span {
    color:#A8A8A8 !important;
}
.vl-parent-box {
    float: left;
    margin-right: 10px !important;
}
.vl-parent-box-right {
    float: right;
    margin-right: 0px !important;
}
/* .subscribe_badge::before{
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 20px solid #59a224;
    position: absolute;
    top: 0px;
    right: -19px;
    transform: rotate(90deg);
}
.subscribe_badge::after{
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 20px solid #59a224;
    position: absolute;
    top: 0px;
    right: -19px;
    transform: rotate(90deg);
} */
.potentialidp  a img {  position:relative; top:-10px; }
@media only screen and (max-width: 1400px){                 
    .social_icon_blk .Google.btn, .social_icon_blk .Facebook.btn, .social_icon_blk .LinkedIn.btn {
        display: inline-block;
        width: 100% !important;
        padding: 28px 22px 0px!important;
        height: 60px;
        margin: 0 auto 10px;
    }
    
}