html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'Montserrat-Regular' !important;
    margin-bottom: 100px;
}
ul li { list-style-type: none !important;}
.display-none{
    display: none !important;
}

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: none;
}

.w-60 {
    width: 60%;
}

.bannerscetion {
    background: #CD183F;
    color: #fff;
    background: url(../images/Banner.jpg) no-repeat;
    background-size: cover;
}

.bannerscetion h1 {
    font-family: 'Barlow-Bold';
    line-height: 52px;
}

.bannercontent p span {
    font-size: 18px;
    font-family: 'Barlow-Bold';
}

.customcontainer {
    width: 96%;
}

.progresscustomm {
    height: 1.1rem !important;
    background-color: #ef9daeb8;
    border-radius: 4px !important;
}

.progresscustomm .progress-bar {
    background-color: #ffffff !important;
}

.progressbar {
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    padding: 0px;
}

.progressbar li {
    font-size: 14px;
}

.progressbar li span {
    font-size: 22px;
    font-family: 'Barlow-Bold';
}

.progressbar li:nth-child(2) span {
    font-size: 18px;
    font-family: 'Barlow-Bold';
}

.customaccordion .card {
    margin-bottom: 10px;
}

.customaccordion>.card:not(:last-of-type) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.customaccordion .card-header {
    background: #F58025;
    color: #fff;
    position: relative;
    height: 70px;
    overflow: hidden;
}

.customaccordion .card-header::after {
    content: '';
    height: 69px;
    width: 70%;
    background-color: #e75b2d;
    background-image: linear-gradient(to right, #d01d3c 25%, #de4234 25% 75%, #e6592d 75%);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 4px;
    z-index: 0;
}

.customaccordion .card-header::before {
    content: '';
    height: 150px;
    width: 140px;
    background: #cf1b3d;
    position: absolute;
    left: 12%;
    top: 10px;
    z-index: 1;
    transform: rotateZ(50deg);
}

.customaccordion .card-header h2::before {
    content: '';
    height: 150px;
    width: 140px;
    background: #de4234;
    position: absolute;
    left: 44%;
    top: 10px;
    z-index: 1;
    transform: rotateZ(50deg);
}

.customaccordion .card-header h2 button {
    color: #fff;
    font-size: 20px;
    position: absolute;
    z-index: 1;
}

.customaccordion .card-header h2 button i {
    width: 18px;
    height: 18px;
    display: inline-block;
}

.bluecard .card-header {
    background: #1C5BC6;
}

.purplecard .card-header {
    background: #8D11D4;
}

.customaccordion .bluecard .card-header::after,
.customaccordion .bluecard .card-header::before,
.customaccordion .bluecard .card-header h2::before {
    display: none;
}

.customaccordion .purplecard .card-header::after,
.customaccordion .purplecard .card-header::before,
.customaccordion .purplecard .card-header h2::before {
    display: none;
}

.iconI {
    background: url(../images/iconI.svg) no-repeat;
    background-size: contain;
}

.iconII {
    background: url(../images/iconII.svg) no-repeat;
    background-size: contain;
    width: 28px !important;
    height: 18px !important;
}

.customaccordion .card-header h2 button.collapsed:before {
    font-family: FontAwesome;
    content: "\f13a";
    position: absolute;
    right: 30px;
    font-size: 24px;
    top: 4px;
}

.customaccordion .card-header h2 button:before {
    font-family: FontAwesome;
    content: "\f139";
    position: absolute;
    right: 30px;
    font-size: 24px;
    top: 4px;
}


/* Full Stack Page CSS */

.full-stack {
    height: 342px;
    max-height: 708px;
    background-image: linear-gradient(to left, #00338D, #00338DCC), url("../images/fullstack.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.fullstack h3 {
    font-size: 24px;
    text-align: center;
    margin: 35px 50px 45px 50px;
    font-weight: 900;
    color: #512C70;
}

.fullstack .accordion {
    width: 100%;
    margin: 0 auto;
}

.fullstack .accordion .card-header {
    border-bottom: none;
    background-color: #ECEDED;
    padding: .1rem 1.25rem;
    border: none;
}

.fullstack .accordion .card-header .btn-link {
    font-weight: 500;
    color: #555555;
    text-decoration: none;
    font-size: 18px;
    text-align: left;
    display: block;
    width: 100%;
}

.fullstack .accordion .card-header .btn-link.collapsed::after {
    font-family: FontAwesome;
    content: "\f107";
    position: absolute;
    right: 10px;
}

.fullstack .accordion .card-header .btn-link::after {
    font-family: FontAwesome;
    content: "\f106";
    position: absolute;
    right: 10px;
    background: #c5c4c4;
    border-radius: 50%;
    color: #fff;
    height: 25px;
    width: 25px;
    padding: 0px 0px 0px 7px;
}

.accordion>.card {
    margin-bottom: 8px;
    border: none;
}


/* .collapse.show{ border-top: solid 1px #8C8F95; } */

.customaccordion .card-body {
    border: solid 1px #7d7d7d;
}

.fullstack .accordion .tile {
    background: #fff;
}

.fullstack .accordion .tile .btn-link {
    color: #3E3E3E;
}

.fullstack .card {
    border: 1px solid #b9b8b8;
}

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.25) !important;
}

.accordion>.card:not(:last-of-type) {
    border-bottom: 1px solid #b9b8b8 !important;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}


/* .content-box-acc { cursor: pointer;  background: #F0F0F0;  padding: 10px;  border-radius: 20px;  margin-left: 10px;  margin-right: 10px; margin-top: 10px;} */


/* .content-box-acc:hover { margin-top: 0px;} */


/* .content-box-acc:hover .time { background: #0060ae;} */


/* .content-box-acc:hover .star-color span { color: #0060ae; } */


/* .content-box-acc:hover .iconbar { background: #0060ae;} */


/* .course-dhover { display: none; } */

.content-box-acc:hover .course-dhover {
    display: block;
}

.content-box-acc:hover .course-d {
    display: none;
}

.content-box-acc {
    /* cursor: pointer; */
    background: #fff;
    border-radius: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    padding-bottom: 10px;  
    box-shadow: 0px 0px 5px 0px #969393;
    margin-bottom: 10px;  
}

.cursorp { cursor: pointer; }
h4, .h4 { font-size: 22px !important;}

.enrollbtn {
    border: solid 1px #fff;
    color: #fff;
    padding: 2px 15px;
    float: right;
    margin-right: 70px;
    font-size: 15px;
}

.noenrolltag {
    font-size: 18px;
    font-style: italic;
    margin-left: 15px;
}

.mgt90 {
    margin-top: 90px;
}

.virtualPlus .card-tiles-margin {
    width: 290px;
    display: inline-block;
}


/* .content-titel-acc {  background: #fff;  padding: 20px 20px 40px 20px;  border-radius: 20px 1px 0px 0px; position: relative; margin-top: -30px;     min-height: 150px;} */

.content-titel-acc {
    background: #fff;
    padding: 20px 20px 0px 20px;
    border-radius: 0;
    position: relative;
    margin-top: -18px;
    min-height: 150px;
}

.content-titel-acc p {
    height: 44px;
    color: #101010 !important;
    line-height: 1.2;
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 3px !important;
    font-family: 'Montserrat-Bold';
    /* white-space: pre; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /*-webkit-line-clamp: 2;
    -we*/bkit-box-orient: vertical;
}

.content-img-acc {
    border-radius: 10px 10px 0px 0px;
    width: 100%;
    height: auto;
}



/* .time { background: #cd183f; border-radius: 30px 0px 10px 10px; padding: 5px 15px; color: #fff; position: relative; margin-top: -20px;} */

.time {
    padding: 5px 20px;
    position: relative;
    height: 29px;
    font-size: 12px;
    font-weight: 700;
}


.time img {
    margin-right: 6px;
    width: auto;
    height: 16px;
}

.progress-star {
    padding: 10px 0px 10px 0px;
}

.star-color span {
    color: #cd183f;
    font-size: 16px !important;
}

.fa-star:before {
    font-size: 16px;
}

.fa-star-half-o:before {
    font-size: 16px;
}

i.fa-star-half-oo {
    background: url(../images/star-half-oo.png) no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: cover;
}

i.fa-star-full-r {
    background: url(../images/star-red-f.png) no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: cover;
}

i.fa-star-full-b {
    background: url(../images/star-black-f.png) no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: cover;
}

.card-btnb {margin-bottom: -10px;}

.btn-registor {
    width: 50%;
    border: 0;
    background: #d60a3b;
    color: #fff;
    border-radius: 0 0 10px 0px;
    padding: 5px 0;
    border-left: 1px solid #fff;
    font-size: 12px;
}

.btn-viewmore {
    width: 50%;
    border: 0;
    background: #d60a3b;
    color: #fff;
    border-radius: 0 0 0 10px;
    padding: 5px 0;
    border-right: 1px solid #fff;
    font-size: 12px;
}

.text-box {max-height: 300px;}

.progress-star img {
    margin-right: 6px;
}

.status-comp span {
    color: #2B3A42;
}

.iconbar {
    float: right;
    background: #cd183f;
    position: relative;
    width: 40px;
    height: 40px;
    padding: 5px;
    margin-top: -45px;
    border-radius: 10px;
    text-align: center;
    display: none;
}

.iconbar img {
    display: inline-block;
    width: 56%;
}


/* .slick-dots li button { font-size: 0; line-height: 0; display: block; width: 15px; height: 15px; padding: 5px; cursor: pointer; color: #fff; border: 0; outline: 0; background: #00338d !important; border-radius: 50% !important;} */

.slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '' !important;
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.week-icon {
    margin-right: 10px;
    margin-top: -5px;
}

.progress-status-icon {
    height: 18px;
    width: 18px;
    margin-top: 4px;
}

.week-acc-header {
    font-size: 15px;
    font-weight: 600;
}

.navbar-header .navbar-brand:last-child {
    height: 40px;
    padding: 0px 20px;
    border-right: solid 0px #cecece;
    margin-top: 15px;
}

.panel-group .panel+.panel {
    margin-top: 12px !important;
}

.customtab ul li.nav-item a.nav-link {
    font-size: 24px;
    padding: 10px 20px !important;
    color: #3E3E3E;
}

.customtab .nav-tabs {
    border-bottom: 2px solid #455665;
    margin-bottom: 40px;
    width: 110%;
    position: absolute;
    top: -115px;
    left: -5%;
    right: 0px;
    padding: 0 5%;
}

.customtab .nav-tabs .nav-link.active {
    font-family: 'Barlow-Bold';
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    border-bottom: solid 4px #d01d3c !important;
}


/* Loader stat */

.loaderrw {
    background: #0a0909ba;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

.showbar {
    display: flex;
    z-index: 9999;
}

.lds-facebook {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-facebook div {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 16px;
    background: #fff;
    animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.lds-facebook div:nth-child(1) {
    left: 8px;
    animation-delay: -0.24s;
    background: #d01d3c;
}

.lds-facebook div:nth-child(2) {
    left: 32px;
    animation-delay: -0.12s;
    background: #de4234;
}

.lds-facebook div:nth-child(3) {
    left: 56px;
    animation-delay: 0;
    background: #f58025;
}

.noenrolltag {
    display: none !important;
}

.displaynone span,
.displaynone img {
    display: none;
}

.content-titel-acc {
    min-height: 240px;
}

.datebar {
    font-size: 14px;
}

.datebar label {
    margin: 0px;
    width: 70px;
    font-weight: 600;
}

.course-d {
    min-height: 73px;
}

.status-comp a {
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
    font-weight: 600;
    font-size: 14px;
    background: #f58025;
    padding: 2px 15px 5px;
    border-radius: 2px;
}

@keyframes lds-facebook {
    0% {
        top: 8px;
        height: 64px;
    }
    50%,
    100% {
        top: 24px;
        height: 32px;
    }
}

.stip-count { position: absolute; font-size: 12px; color: #fff; background: #cd183f !important;
    width: 28px; height: 28px; border-radius: 50%; line-height: 28px; font-weight: 700; top: -30px; right: 0px; }


/* Loader end */



/* Redirection Page */ 
  .redirection {padding-top: 1rem; padding-bottom: 1rem;} 
  .main-containerhome-redirect {  
    /* background-color: rgb(255 255 255 / 77%); */ 
    background-color: #fff; 
    border-radius: 15px; 
    margin: 20px; 
    padding: 50px; 
    text-align: center; 
    min-height: 72vh; 
  } 
  .redirect-img {height: 140px;} 
  .loadingredirect { 
    height: 50px; 
    margin-left: -34px; 
    z-index: 0; 
  } 



 .content-box-acc-o {
    /* cursor: pointer; */
    background: #fff;
    border-radius: 10px;
    margin-right: 0;
    margin-left: 0;
}

.course-desc-duration {
    display: flex;
    justify-content: space-between;
    padding: 20px 20px 0px;
}

.course-duration {padding-top: .2rem; margin-left: 20px; white-space: nowrap;}
.course-description { font-size: 25px; }
p.description-course-all {padding: 0px 20px 20px 20px;}

.launch-button-desc {
    border-radius: 4px;
    background: #c31538;
    border: 1px solid #c31538;
    color: #fff;
    font-size: 15px;
    padding: 3px 14px;
    margin-left: 20px;
    white-space: nowrap;
}
.launch-button-desc:hover {
    background: #c31538;
    border: 1px solid #c31538;
    color: #fff;
}

.actionbuttonlaunchbtn {
    /* padding: 0px 20px; */
    display: flex;
    justify-content: flex-end;
    padding-top: 3px;
}
.availble-seat-color{
    color:#d60a3b;
}
.session-assign-disabled-button{
    border: 1px solid #aeaeae !important;
    background-color: #ededed !important;
    color: #666666 !important;
    pointer-events: none;
}

.actionbuttonlaunchbtn div:last-child {margin-right: -20px;}


.certificate-button-desc {
    border-radius: 4px;
    background: #c31538;
    border: 1px solid #c31538;
    color: #fff;
    font-size: 15px;
    padding: 3px 14px;
    margin-left: 20px;
    white-space: nowrap;
}

.launch-button-desc i {margin-right: 10px;}

.coursetitlepop {font-weight: 700; line-height: 1.5;}
.registorbtnpop {padding: 6px 65px;}
.flashmsgshowpop {text-align: center;}
.flashmsgpop {color: #999999;}
.headpopdesp {font-weight: 700; display: block;}
.popcoursedescp {font-size: 90%; margin-top: 1px;text-align: justify;}

.iframe-loader {
    background:url(../images/loadingricoh.gif) center center no-repeat;
  }
  .assign-search-btn {
    
     right: 25px;
     top: 12px;
     padding: 0.1rem 0.6rem;
     font-size: 0.875rem;
     color: #fff;
     background-color: #c31538;
     border-color: #c31538;
     }

     .assign-search-btn:hover {
        color: #c31538;
        background-color: #fff;
        border-color: #c31538;
         }

  .assign-btn {
    position: absolute;
    right: 25px;
    top: 12px;
    padding: 0.1rem 0.6rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: #c31538;
    border-color: #c31538;
        
        }

        .assign-btn:hover {
            color: #fff;
            background-color: #c31538;
            border-color: #c31538;
             }
.assign-btn i {margin-right: 10px;}

.assign-details-btn {
    position: absolute;
     right: 48px;
    
     padding: 0.1rem 0.6rem;
     font-size: 0.875rem;
     color: #fff;
     background-color: #c31538;
     border-color: #c31538;
     }

     .assign-details-btn:hover {
          color: #fff;
          background-color: #e92b51;
          border-color: #e92b51;
          }
.assign-details-btn i {margin-right: 10px;}


.assign-search-btn-home {
    padding: 0.1rem 0.6rem;
    font-size: 0.775rem;
    color: #fff;
    background-color: #d60a3b;
    border-color: #d60a3b;
    position: absolute;
    left: 0;
    z-index: 0;
    top: 10px;
    border-radius: 0 20px 20px 0px;
    box-shadow: rgb(113 115 117 / 11%) 0px 5px, rgb(141 144 146 / 13%) 0px 10px;

    }
    .assign-btn-home-event {
        padding: 0.1rem 0.6rem;
        font-size: 0.875rem;
        color: #fff;
        background-color: #c31538;
        border-color: #c31538;
        position: absolute;
        right: 20px;
        z-index:99
        }
    .assign-btn-home-event:hover{
        color: #fff;
       background-color: #c31538;
       border-color: #c31538;
    }  
    
    .assign-btn-home-completed {
        padding: 0.1rem 0.6rem;
        font-size: 0.875rem;
        color: #fff;
        background-color: #c31538;
        border-color: #c31538;
        position: absolute;
        right: 20px;
        z-index:99
        }
    .assign-btn-home-completed:hover{
        color: #fff;
       background-color: #c31538;
       border-color: #c31538;
    }  


.assign-search-btn-home:hover {
       color: #c31538;
       background-color: #fff;
       border-color: #c31538;
     }
     
.assign-session-search-btn-home {
        padding: 0.1rem 0.6rem;
        font-size: 0.875rem;
        color: #fff;
        background-color: #c31538;
        border-color: #c31538;
        bottom: -15px;
        right: 20px;
    
        }

  .view-all-session{
    position: absolute;
    right: 45px;
    top: 26px;
  }      

 
.cat-menu-icon{
    float:right !important;
}
.sidebar li .submenu{ 
	list-style: none; 
	margin: 0; 
	padding: 0; 
	padding-left: 1rem; 
	padding-right: 1rem;
}
.sidebar .nav-link {
    font-weight: 500;
    color: var(--bs-dark);
}
.sidebar .nav-link:hover {
    color: var(--bs-primary);
}
.popup-video{
    width: calc(100% - 35%);
    margin: 0 auto;
    padding-bottom: 40px;
    padding-top: 20px;
}

/* faq page css starts here */
.faq-icon{
    font-weight: bold;
    line-height: 35px;
    font-style: normal;
}
.faq-links{
    color: #007bff;
    text-decoration: underline !important;
    font-weight: bold;
}
ul.browser-list li a {
    display: inline-block;
}
.listing-box .col-sm-12.d-flex.my-3 {
    overflow: auto;
}
.cxp-btn{
    background-color: #c31538;
    padding: 10px 20px;
    color: #fff;
    width: 240px;
    text-align: center;
    border-radius: 4px;
    margin-right: 5px;
    font-size: 18px;
    line-height: 1.5;
    min-width: 240px;
}
.cxp-btnTech{
    background-color: #fff;
    padding: 6px 20px;
    color: #c31538;
    width: 19%;
    text-align: center;
    /* font-size: 38px; */
    border-radius: 4px;
    margin-right: 5px;
    line-height: 15px;
    border: 1px solid #c31538;
}

.cxp-btn a{
  
    font-size: 26px !important;
}
 .cxp-white-btnBlue{
    background-color: #fff;
    padding: 5px 20px;
    color: #c31538;
    width: 240px;
    text-align: center;
    /* font-size: 38px; */
    border-radius: 4px;
    margin-right: 5px;
    line-height: 15px;
    border: 1px solid #c31538;
    font-size: 18px;  
    min-width: 240px;
} 

 .cxp-white-btnGQ{
    background-color: #c31538;
    padding: 5px 20px;
    color: #fff;
    width: 19%;
    text-align: center;
    /* font-size: 38px; */
    border-radius: 4px;
    margin-right: 5px;
    line-height: 15px;
    border: 1px solid #c31538;
    font-size: 18px;  
    min-width: 240px;
  
} 
 .cxp-whiteGQ{
    background-color: #fff;
    padding: 5px 20px;
    color: #c31538;
    width: 19%;
    text-align: center;
    /* font-size: 38px; */
    border-radius: 4px;
    margin-right: 5px;
    line-height: 15px;
    border: 1px solid #c31538;

  
} 
 .cxp-white-btnMS{
    background-color: #c31538;
    padding: 5px 20px;
    color: #fff;
    width: 19%;
    text-align: center;
    /* font-size: 38px; */
    border-radius: 4px;
    margin-right: 5px;
    line-height: 15px;
    /* border: 1px solid #c31538; */

  
} 

 .cxp-white-btnTA{
    background-color: #c31538;
    padding: 5px 20px;
    color: #fff;
    width: 19%;
    text-align: center;
    /* font-size: 38px; */
    border-radius: 4px;
    margin-right: 5px;
    line-height: 15px;
    border: 1px solid #c31538;

  
} 
 .cxp-white-btnTA_secondary{
    background-color: #fff;
    border: 1px solid #c31538;
    padding: 5px 20px;
    color: #c31538;
    width: 19%;
    text-align: center;
    /* font-size: 38px; */
    border-radius: 4px;
    margin-right: 5px;
    line-height: 15px;
} 

 .cxp-white-btnGrey{
    background-color: #aaaaaa;
    color: #fff;
    padding: 10px 60px;
    color: #fff;
    /* width: 22%; */
    text-align: center;
    /* font-size: 38px; */
    border-radius: 4px;

} 
.cxp-white-btnYellow{
    background-color: #ffc616;
   color: #fff;
    padding: 10px 60px;
    color: #fff;
    /* width: 22%; */
    text-align: center;
    /* font-size: 38px; */
    border-radius: 4px;
} 
.cxp-btn a{
  text-decoration: none;
 
}
.listing{
    width: calc(100% - 20%);
    margin: 0 auto;
}

.main_heading{
    margin-top: 50px;
    display: flex;
    /* justify-content: center; */
}
#main h3{
    color: #c31538;
    font-weight: normal;
    font-size: 25px;
}

#main p {
    margin-bottom:7px
}
#mainGQ h3{
    color: #c31538;
    font-weight: normal;
    font-size: 25px;
}

#mainGQ p {
    margin-bottom:7px
}
#mainTA h3{
    color: #c31538;
    font-weight: normal;
    font-size: 25px;
}

#mainTA p {
    margin-bottom:7px
}
#mainMS h3{
    color: #c31538;
    font-weight: normal;
    font-size: 25px;
}

#mainMS p {
    margin-bottom:7px
}

.faq_question{
    color: #c31538;
    font-size: 20px;
    
}

.faq_basecolor{
    color:#c31538
}


/* Table */

table.faq-table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
  }
  
  table.faq-table td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
  }
  
  table.faq-table tr:nth-child(even) {
    background-color: #dddddd;
  }

  .not-launch-help{
    background: #fff;
    border-radius: 10px;
    margin-right: 0;
    margin-left: 0;
    margin-top: 25px;
  }

  .not-launch-help p {
    padding: 12px 6px 13px 7px;
    border: solid 2px #c31538;
    border-radius: 13px;
    text-align:center;
    
}
.not-launch-help p a {
    color: #007bff;
    text-decoration: underline;
    background-color: transparent;
}
  

/* faq page css ends here */

/* PYP CSS */
.add-reviewer-section{
    margin-top: 20px !important;

}
.reviewer-button{
   margin-left:400px !important;
}

.video-button-section{
    display: flex;
    gap: 20px;
    align-items: center;
}
.assign-label{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.assign-by-manager-icon img{ 
    height: 35px;
    width: 35px;
}

    .addReadMore.showlesscontent .SecSec,
    .addReadMore.showlesscontent .readLess {
        display: none;
    }

    .addReadMore.showmorecontent .readMore {
        display: none;
    }

    .addReadMore .readMore,
    .addReadMore .readLess {
        font-weight: bold;
        margin-left: 2px;
        color: blue;
        cursor: pointer;
    }

    .addReadMoreWrapTxt.showmorecontent .SecSec,
    .addReadMoreWrapTxt.showmorecontent .readLess {
        display: block;
    }
  
   .not-complete-course{
    color:red;
   }
   .omplete-course{
    color:green;
   }

   .pointer1 {
    width: 60px;
    height: 90px;
    position: absolute;
    background: red;
    left: 30%;
    color: white;
    text-align: center;
    transform: rotate(334deg);
}



  .pointer2 {
    width: 60px;
    height:90px;
    position: absolute;
    background: red;
    right: 70%;
    color: white;
    text-align: center;
    transform: rotate(25deg);
}



.badge-info-sec img {
    position: relative;
    z-index: 10;
}

.ribbons-badge {
    position: absolute;
    right: 49%;
    bottom: 48%;
    z-index: 2
}

.multi-lang {
    height: 25px;
    width: 25px;
    margin-top: 5px;
    cursor: pointer;
}

.lang-box a {
    text-align: center;
    padding: 7px 0;
    font-weight: bold;
}
.badge-header{
    cursor: pointer;
}
.badge-text-color{
    color:#fff !important;
}

  .panel-heading {
      color: #fff;
      background-color: #c31538;
      border-color: #131111;
  }
  
  
  .panel-heading  .btn{
      color:#fff;
      text-decoration: none;
  }
  .label {
      display: inline;
      padding: 0.2em 0.6em 0.3em;
      font-size: 75%;
      font-weight: 700;
      line-height: 1;
      color: #fff;
      text-align: center;
      white-space: nowrap;
      vertical-align: baseline;
      border-radius: 0.25em;
  }
  .label-success {
      background-color: #5cb85c;
  }
  .label-danger {
      background-color: #d9534f;
  }
  .panel-heading {
    padding: 0;
      border:0;
  }
  .panel-title> a, .panel-title>a:active{
      display:block;
      padding:15px;
    color:#555;
    font-size:14px;
    font-weight:bold;
      text-transform:uppercase;
      letter-spacing:1px;
    word-spacing:3px;
      text-decoration:none;
  }
  .panel-heading  a:before {
     font-family: 'Glyphicons Halflings';
     content: "\e114";
     float: right;
     transition: all 0.5s;
  }
  .panel-heading.active a:before {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      transform: rotate(180deg);
  } 
  .badge-point-table thead {
    font-size: 13px;
  }
  .bookmark-iconimg{
    cursor: pointer;
  }
  .bookmark-details{
    cursor: pointer !important;
  }

  .collapsible-link {
    width: 100%;
    position: relative;
    text-align: left;
  }
  
  .collapsible-link::before {
    content: "\f107";
    position: absolute;
    top: 50%;
    right: 0.8rem;
    transform: translateY(-50%);
    display: block;
    font-family: "FontAwesome";
    font-size: 1.1rem;
  }
  
  .collapsible-link[aria-expanded="true"]::before {
    content: "\f106";
  }