.feature-box-style-001 {
    position: relative;
}

.feature-box-style-001 h3 {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    background: rgba(0,0,0,0.5);
    letter-spacing: 1px;
    margin: 0;
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    border-bottom: none;
}

.feature-box-style-001:hover h3 {
    color: #ff1a9e;
}

.feature-box-style-001 h3:before {
    position: absolute;
    content: "";
    width: 250px;
    height: 60%;
    background: transparent;
    border: 2px solid #fff;
    transition: 0.5s;
}

.feature-box-style-001 h3:hover:before {
    border-color: #ff1a9e;
}

.feature-box-style-001:hover h3 {
    background: rgba(0,0,0,0.8);
    color: #fff;
}

/*popup*/

.modal-content { margin: 15px; overflow: hidden; }

.modal-dialog { overflow: hidden; margin: auto; top: 50%; transform: translateY(-50%) !important; }

@media(min-width:992px){
.modal-dialog { width: 35%; }}


#myModalpop {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 99999;
}

div.modal-body>div {margin: 0;}

div.modal-body>div>div { padding: 0 !important; }

div.modal-body {text-align: center;font-family: Heebo, sans-serif;padding: 0 0 15px 0;background: #000;}

div.modal-body h4 {
    font-weight: 900;
    margin: 0px 0 5px;
    font-size: 26px;
    font-family: Heebo, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
}

.cls-popup .modal-content {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 4px 10px #787878;
    border: 0; 
}

div.modal-body p {
    font-size: 14px;
    font-weight: 400;
    color: #c5c5c5;
    line-height: 1.3;
    letter-spacing: 0.5px;
}

div.modal-body p.button {
    margin-bottom: 5px; 
}

div.modal-body p strong { color: #ffffff; }

div.modal-body p small {
    font-size: 11px;
    letter-spacing: 0.5px;
}

@media (max-width: 767px) {
    div.modal-body h4 { font-size: 16px; font-weight: 700; }
    div.modal-body p { font-size: 12px; }
    div.modal-body .sppb-btn-default { font-size: 10px !important; padding: 8px 15px !important;  }
}


.cls-popup .modal-header {
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    background: #464646;
    display: none;
}

.modal-header .close {
    color: #fff;
    opacity: 1;
    text-shadow: none; 
}

@media (min-width:768px){.modal-dialog { margin: 15px auto;}}

a.sppb-btn.sppb-btn-default.sppb-btn-rounded.cls-popup-btn {
    background: #000000;
    border: 2px solid #e3007c !Important; 
    line-height: 1;
    margin-bottom: 15px;
    color: #fff;
    padding: 10px 25px;
    border-radius: 50px;
    border: 0;
    text-transform: capitalize;
    transition: 0.5s !important;
}

a.sppb-btn.sppb-btn-default.sppb-btn-rounded.cls-popup-btn:hover {
    transform: none;
}

a.sppb-btn.sppb-btn-default.sppb-btn-rounded.cls-popup-btn:hover {
    background: #e3007c; border: 1px solid #e3007c; cursor: pointer; }



/*end of popup*/

/*latest-news*/

.latest-news .sppb-addon-text-block {
    border: 0.1px solid #fff;
    font-size: 15px;
    letter-spacing: 0.2px;
    font-weight: 100;
    padding: 5px 30px;
    text-align: left;
}

@media (max-width: 768px) {
  .latest-news .sppb-addon-text-block { padding: 5px 10px; }
}

.latest-news .sppb-addon-text-block h4 {
    font-size: 16px;
    font-weight: 800;
    font-style: italic;
    color: #e60482 !important;
}

/*end of latest-news*/

.itemid-815 .mod-referral-sharing {
    display: none;
}


div#system-message-container {
    position: fixed;
    width: 50%;
    left: 25%;
    right: 25%;
    z-index: 110;
    top: 25%;
}

.itemid-815 span.splms-badge-free {
    display: none;
}

/*course*/

li.chapter-title {
    color: #ffffff;
    background: #e70281;
    margin-top: 20px;
    padding: 10px 10px;
}

.course-lessons li.chapter-title>span:first-child:before {
    display: none;
}

.course-lessons li.chapter-title:before {
    display: none;
}

li.chapter-title .pull-right { display: none; }

.course-lessons li.chapter-title:hover, .splms-lesson-details .course-lessons li.chapter-title.active {
    margin-left: 0px !important;
    cursor: context-menu !important;
}

/*end of courses*/

.itemid-801 h4.alert-heading {
    display: none;
}