.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: #e26480;
}

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

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

.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%;margin-top: 150px !Important;}
.modal-content {
    padding-bottom: 30px;
    background: #000 !important;
}}
@media(max-width:991px){
.modal-dialog {width: 90%;margin-top: 30px !important;}
.modal-content {
    margin-top: 150px;
    padding-bottom: 15px;
    background: #000 !important;
}}

#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;
    font-size: 45px;
    margin-top: -14px;
}
@media(max-width:991px){
    .modal-header .close {
    color: #fff;
    opacity: 1;
    text-shadow: none;
    font-size: 25px;
    margin-top: -10px;
}

}
@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 #e26480 !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: #e26480; 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: #e26480 !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: #e26480;
    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;
}

.wzsy-home {
    z-index: 0 !important;
}

/*lesson-share-display-none*/
.com-splms.view-course.no-layout.no-task.itemid-897.en-gb.ltr.sticky-header.layout-fluid.off-canvas-menu-init .mod-referral-sharing {
    display: none;
}
body.site.com-splms.view-course.no-layout.no-task.itemid-897.en-gb.ltr.sticky-header.layout-fluid.off-canvas-menu-init .splms-course-introduction {
    display: none !Important;
}
body.site.com-splms.view-course.no-layout.no-task.itemid-897.en-gb.ltr.sticky-header.layout-fluid.off-canvas-menu-init div#buy_now_button {
    display: none;
}

/*latest-news-40*/

.latest-news-40 {
    border: 0.1px solid #e26480;
    font-size: 15px;
    letter-spacing: 0.2px;
    font-weight: 100;
    padding: 5px 30px !Important;
    text-align: left;
    margin-bottom: 30px !Important; 
}

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

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

/*feature-box-style-40*/

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

.feature-box-style-40 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-40:hover h3 {
    color: #e26480;
}

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

.feature-box-style-40 h3:hover:before {
    border-color: #e26480;
}

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

/*left-part*/
@media(max-width:991px){
.wzsy4-0-left-part h4 {
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid #fff;
}}
.wzsy4-0-left-part h4 {
    font-size: 24px;
    font-weight: 500;
    border-bottom: 1px solid #fff;
}

/*40menu*/

.wzsy4-menu #sp-logo img {
    max-height: 90px;
}

/*latest-news40*/

.latest-news40 .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-news40 .sppb-addon-text-block { padding: 5px 10px; }
}

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

.wzsy4-menu li.chapter-title {
    color: #000;
    background: #e26480;
    border: 1px solid #e26480 !important;
}

.wzsy4-menu .splms.view-splms-course.course-details .educon-course-deatils-wraper .course-title {
    font-size: 24px;
    color: #000;
    font-weight: 700;
    margin: 10px 0px 0px 0px !important;
}

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

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

.wzsy4-menu a.sppb-btn.sppb-btn-default.sppb-btn-rounded.cls-popup-btn:hover {
    background: #e26480; border: 1px solid #f1ba3e; cursor: pointer; color: #000;}

/*menu*/
.wzsy4-menu .sp-megamenu-parent >li.active a:before {
    background: #e26480;
}


.wzsy4-menu .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;
}

.wzsy4-menu .feature-box-style-001:hover h3 {
    color: #ffffff;
}

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

.wzsy4-menu #sp-header {
    margin-top: -2px;
}

/*contact*/
.wzsy4-menu .mapdirform input.button {
    background-color: #e26480;
    border: 2px solid #e26480;
}

.wzsy4-menu button#bfSubmitButton {
    background-color: #e26480;
    color: #000;
}

.wzsy4-menu button#bfSubmitButton:hover {
    color: #000;
    font-weight: 600;
}

.wzsy4-menu h3 {border-bottom: 1px solid #e26480;padding-bottom: 20px;margin-bottom: 15px;margin-top: 0px;font-size: 20px;padding-bottom: 5px;}

.wzsy4-menu .sppb-addon-feature.contact-facebook:hover h5, .wzsy4-menu .sppb-addon-feature.contact-facebook:hover i { color: #e26480 !important;}

.wzsy4-menu .bfQuickMode .icon-asterisk { color: #f1ba3e !important;}

/*course*/

/*.itemid-201 li.chapter-title {
    color: #000;
    background: #f1ba3e;
    border: 1px solid #f1ba3e !important;
}

.itemid-201 .splms.view-splms-course.course-details .educon-course-deatils-wraper .course-title {
    color: #f1ba3e;
}
.itemid-201 li.lesson.active:before,
.itemid-201 li.lesson.active span:before,
.itemid-201 li.lesson.active a{color: #f1ba3e !important}*/

/*end of courses*/

.wzsy4-menu .splms-course .user-reviews, .wzsy4-menu .rating-star, .wzsy4-menu .mod-referral-sharing, .wzsy4-menu div#buy_now_button, .wzsy4-menu .splms-course-introduction {
    display: none !Important;
}
.wzsy4-menu li.lesson.active:before, .wzsy4-menu li.lesson.active span:before, .wzsy4-menu li.lesson.active a, .wzsy4-menu li a:hover {
    color: #e26480 !important;
}

.wzsy4-menu .splms-teacher-info-wraper a {
   color: #e26480;
}
.wzsy4-menu .splms-teacher-info-wraper a:hover {
   color: #ffffff;
}

div#sp-popup .sp-module {
    margin-top: 0px !Important;
}


.latest-news-style-001 {
    padding: 30px !important;
    border: 1px solid ##e26480;
}
.wzsy-home .feature-box-style-001 h3:hover:before {
    border-color: #e26480;
}