

.read-more-butt {
    color: white;
    border: 1px solid black;
    background-color: black;
    padding: 4px 8px;
    border-radius: 5px;
}

.read-more-butt:hover {
    color: white;
}

.purchase-track-button {
    font-size: 16px;
    font-weight: 900;
    text-align: center;
    background: white 0% 0% no-repeat padding-box;
    border-radius: 30px;
    /* padding: 7px 55px; */
    color: #000;
    padding: 6px;
    width: 80%;
    margin: 0px auto;
    display: block;
    text-transform: uppercase;
    color: inherit !important;
}

.purchase-track-butt:hover {
    color: #000;
}


.card-description {
    margin-top: 9px;
    padding-left: 9px;
    padding-right: 9px;
    margin-bottom: 20px;
    font-family: geekexpressregular;
    font-size: 18px;
}


.card-image {
    height: 220px !important;
}


/* Course section */
.btn-desc {
    text-align: center;
    font-size: 12px;
    font-family: geekexpressregular;
    color: white;
    width: auto;
    height: 25px;
    margin-left: 25px;
    /*margin-top: 1px;*/
    padding-top: 3px;
    padding-left: 15px;
    padding-right: 15px;

    background: #b7b7b7 0% 0% no-repeat padding-box;
    border-radius: 5px;
    cursor: default;
}

.btn-desc_ar {
    margin-right: 15px !important;
    margin-left: 15px !important;
    text-align: center;
    font-size: 12px;
    font-family: geekexpressregular;
    color: white;
    width: auto;
    height: 25px;
    padding-top: 3px;
    padding-left: 15px;
    padding-right: 15px;

    background: #b7b7b7 0% 0% no-repeat padding-box;
    border-radius: 5px;
    cursor: default;
}

.btn-type {
    text-align: center;
    font-size: 12px;
    font-family: geekexpressregular;
    color: white;
    /*width: 64px;*/
    /*height: 25px;*/
    padding-top: 3px;
    margin-left: 15px;
    /*margin-top: 1px;*/
    background: #0082ca83 0% 0% no-repeat padding-box;
    border-radius: 5px;
    cursor: default;
}

.course-title {
    height: 25px;
    text-align: left;
    font-size: 20px;
    font-family: geekexpressbold;
    letter-spacing: 0;
    color: #000000;
    opacity: 1;
    margin-left: 10px;
    margin-top: 10.5px;
}

.course-session {
    text-align: left;
    font-size: 14px;
    font-family: geekexpressregular;
    letter-spacing: 0;
    color: #868686;
    opacity: 1;
    margin-left: 10px;
    margin-top: 15px;
}

.course-duration {
    text-align: left;
    font-size: 14px;
    font-family: geekexpressregular;
    letter-spacing: 0;
    color: #868686;
    opacity: 1;
    margin-left: 10px;
    margin-top: 5px;
}

.course-price {
    text-align: left;
    font-size: 20px;
    font-family: geekexpressbold;
    letter-spacing: 0;
    color: black;
    opacity: 1;
    margin-left: 10px;
    margin-top: 25px;
    display: flex;
}

.price {
    margin-left: 9px;
}

.price-arabic {
    margin-right: 9px;
}

.slider {
    margin-bottom: 900px;
    /*width: 50%;*/
    /*margin: 100px auto;*/
    direction: ltr;
}

.slick-slide {
    margin: 0px 10px;
    height: auto !important;
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 6px #00000029;
    border-radius: 40px;
    margin-bottom: 20px;
    margin-top: 5px;
}

.slick-slide img {
    /*width: 100%;*/
}

.info-icon {
    width:25px !important;
    height:25px !important;
    margin-right: 10px;
}

.fa-arrow-left {}

.go-left {
    color: #0082ca83;
    /* height: 60px; */
    line-height: 1;
    /* padding-top: 15px; */
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
    top: 40%;
    left: 0;
    transition: 300ms;
    width: 30px !important;
    z-index: 3;
    position: absolute;
    cursor: pointer;
    border: 1px solid #0082ca83 !important;
    border-radius: 50% !important;
}

.go-right {
    color: #0082ca83;
    /* height: 60px; */
    line-height: 1;
    /* padding-top: 15px; */
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
    top: 40%;
    right: 0;
    transition: 300ms;
    width: 30px !important;
    z-index: 3;
    position: absolute;
    cursor: pointer;
    border: 1px solid #0082ca83 !important;
    border-radius: 50% !important;
}

.go-left-ar {
    color: grey;
    /* height: 60px; */
    line-height: 1;
    /* padding-top: 15px; */
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
    top: 40%;
    left: 0;
    transition: 300ms;
    width: 30px !important;
    z-index: 3;
    position: absolute;
    cursor: pointer;
    border: 1px solid #0082ca83 !important;
    border-radius: 50% !important;
}

.go-right-ar {
    color: grey;
    /* height: 60px; */
    line-height: 1;
    /* padding-top: 15px; */
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
    top: 40%;
    right: 0;
    transition: 300ms;
    width: 30px !important;
    z-index: 3;
    position: absolute;
    cursor: pointer;
    border: 1px solid #0082ca83 !important;
    border-radius: 50% !important;
}

.fa-arrow-right {
    /*color: grey;
        background-color: white;
        border-radius: 50%;
        border: 1px solid lightgrey;
        opacity: 0.6;
        height: 47px;
        line-height: 1;
        padding-top:  15px;
        padding-right: 0px;
        padding-left: 0px;
        text-align: center;
        top: 50%;
        right: 0;
        transition: 300ms;
        width: 47px;
        z-index: 3;
        position: absolute;
        cursor: pointer;*/

}

.fa-arrow-right:hover,
.fa-arrow-left:hover {
    /*background-color: white;*/
}

.display-courses {
    position: relative !important;
}

.s0,
.s1,
.s2,
.s3,
.s4,
.s5 {
    position: absolute !important;
    width: auto !important;
    height: auto !important;
    left: 0 !important;
    right: 0 !important;
    /*left: 50px;*/
}

/* num2 will be on top of num1 */
.s0 {
    z-index: 2 !important;
}

.s1 {
    z-index: 1 !important;
}

.s2 {
    z-index: 1 !important;
}

.s3 {
    z-index: 1 !important;
}

.s4 {
    z-index: 1 !important;
}

.s5 {
    z-index: 1 !important;
}

.age-name {
    text-align: center;
    /*font: Regular 14px/19px Nunito;*/
    font-size: 16px;
    font-family: geekexpressbold;
    letter-spacing: 0.28px;
    color: #000000;
    text-transform: uppercase;
    opacity: 1;
}

.age-desc {
    text-align: center;
    /*font: Regular 14px/19px Nunito;*/
    font-size: 14px;
    font-family: geekexpressregular;
    letter-spacing: 0.28px;
    color: #000000;
    text-transform: uppercase;
    opacity: 1;
}

.form-control {
    border: none !important;
}

.ac-mob {
    display: inline-flex;
}

.mob-mt-card {
    margin-top: 30px;
}

#faq-sec-mt-mob {
    /*margin-top: 180px !important;*/
}

.faq-sec-mt-mob {
    margin-top: 10px !important;
}

.li-item {
    text-align: left;
    font-size: 16px;
    font-family: geekexpressregular;
    letter-spacing: 0;
    color: #868686;
    opacity: 1;
}

.courses-menu {
    margin-bottom: 30px;
}

.btn-black2 {
    text-align: center;
    opacity: 1;
    border-radius: 10px;
    border: 1px solid black;
    font-family: geekexpresssemibold;
    font-size: 13px;
    /*text-transform: capitalize;*/
    background: #000000 0% 0% no-repeat padding-box;
    color: white !important;
    /*padding:10px 10px 10px 10px;*/
    /*width: 144px;*/
    /*height: 36px;*/
    width: auto;
    letter-spacing: 0.26px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-top: 5px;
    cursor: pointer;
    /*margin-left: 50px;*/
}

.btn-black2:hover {
    text-decoration: none;
}

.btn-black-outline2 {
    text-align: center;
    opacity: 1;
    border-radius: 10px;
    border: 1px solid black;
    font-family: geekexpresssemibold;
    font-size: 13px;
    text-transform: capitalize;
    background: white 0% 0% no-repeat padding-box;
    color: #000000 !important;
    /*padding:10px 10px 10px 10px;*/
    /*width: 144px;*/
    /*height: 36px;*/
    width: auto;

    letter-spacing: 0.26px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-top: 5px;
    cursor: pointer;
}

.btn-black-outline2:hover {
    text-decoration: none;
}

.courses-title-web {
    margin-bottom: 0px !important;
}

@media only screen and (max-width: 700px) {
    .courses-section-mobile {
        margin-top: 30px !important;
    }

    .courses-title-mobile {
        margin-bottom: 15px !important;
    }

    #course_section {
        /*height: 100px !important;*/
    }

    a {
        color: #000;
        text-decoration: none !important;
    }

    a:hover {
        text-decoration: none !important;
    }

    a:visited {
        /*color:#000 ;*/
    }

    .nav {
        padding: 10px !important;
        /*border:solid 1px #c0c0c0;*/
        border-radius: 5px !important;
        /*float:left;*/
    }

    .nav li {
        margin-left: 5px !important;
        list-style-type: none !important;
        float: left !important;
        /*margin:0 10px;*/
        padding-right: 32px !important;
        padding-top: 20px !important;
    }

    .nav li a {
        text-align: center !important;
        /*width:55px;*/
        /*float:left !important;*/
    }

    .nav li.active {
        /*background-color:green;*/
    }

    .nav li.active a {
        /*color:#fff;*/
        font-weight: bold !important;
        /*text-decoration: underline solid 2px red;*/
        display: inline-block;
        /* border: 3px solid #0082CB !important;
        padding: 5px !important;
        border-radius: 25px; */
    }

    .display-courses {
        position: relative !important;
    }

    .ac-mob {
        display: inline-flex;
        margin-left: -15px;
    }

    .courses-title-web {
        margin-bottom: 0px !important;
    }
}

@media only screen and (max-width: 700px) {
    .courses-section-mobile {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .sw-shop-app-section {
        height: 340px !important;
    }
}

.cert-padding-right {
    padding-right: 5px !important;
}

.cert-padding-left {
    padding-left: 5px !important;
}

.mobile-course-li-arabic {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

/*
.flipped-img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
} */

.m-l-30 {
    margin-left: auto;
    margin-right: auto;
}

.m-r-30 {
    margin-left: auto;
    margin-right: auto;
}

/* How it works section */
.progressbar {
    counter-reset: step;
}

.progressbar li {
    list-style-type: none;
    width: 20%;
    float: left;
    font-size: 16px;
    position: relative;
    color: #7d7d7d;
    text-align: center;
    font-size: 16px !important;
    font-family: geekexpressregular;
    letter-spacing: 0.36px;
    color: #000000;
    opacity: 1;
}

.progressbar li:before {
    width: 30px;
    height: 30px;
    content: counter(step);
    counter-increment: step;
    line-height: 30px;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: #be2800;
    color: white;
}

.progressbar li:after {
    width: 100%;
    height: 2px;
    content: "";
    position: absolute;
    background-color: #d0cece;
    top: 15px;
    left: -50%;
    z-index: -1;
    /*margin-left: 5px;*/
}

.progressbar li:first-child:after {
    content: none;
}

.progressbar li.active {
    color: green;
}

.progressbar li.active:before {
    border-color: #55b776;
}

.progressbar li.active+li:after {
    background-color: #55b776;
}

.progressbar-arabic {
    counter-reset: step 6;
}

.progressbar-arabic li {
    list-style-type: none;
    width: 20%;
    float: left;
    font-size: 15px !important;
    position: relative;
    color: #7d7d7d;
    text-align: center;
    font-size: 14px;
    font-family: geekexpressregular;
    letter-spacing: 0.36px;
    color: #000000;
    opacity: 1;
}

.progressbar-arabic li:before {
    width: 30px;
    height: 30px;
    content: counter(step);
    counter-increment: step -1;
    line-height: 30px;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: #be2800;
    color: white;
}

.progressbar-arabic li:after {
    width: 100%;
    height: 2px;
    content: "";
    position: absolute;
    background-color: #d0cece;
    top: 15px;
    left: -50%;
    z-index: -1;
    /*margin-left: 5px;*/
}

.progressbar-arabic li:first-child:after {
    content: none;
}

.progressbar-arabic li.active {
    color: green;
}

.progressbar-arabic li.active:before {
    border-color: #55b776;
}

.progressbar-arabic li.active+li:after {
    background-color: #55b776;
}

a {
    color: #000;
    text-decoration: none !important;
}

a:hover {
    text-decoration: none !important;
}

a:visited {
    /*color:#000 ;*/
}

.nav {
    padding: 10px !important;
    /*border:solid 1px #c0c0c0;*/
    border-radius: 5px !important;
    /*float:left;*/
}

.nav li {
    /* margin-left: 20px !important; */
    list-style-type: none !important;
    float: left !important;
    /*margin:0 10px;*/
    padding-right: 0px !important;
    padding-top: 10px !important;
}

.nav li a {
    text-align: center !important;
    /*width:55px;*/
    /*float:left !important;*/
}

.nav li.active {
    /*background-color:green;*/
}

.nav li.active .box-active {
    /*color:#fff;*/
    font-weight: bold !important;
    /*text-decoration: underline solid 2px red;*/
    border: 3px solid #0082CB !important;
    border-radius: 25px;
    /* border-radius: 25px; */
}



.display-courses {
    position: relative !important;
}

.ac-mob {
    display: inline-flex;
    margin-left: -15px;
}

@media only screen and (max-width: 700px) {
    .nav li {
        padding-top: 5px !important;
    }

    .sp-cl {
        top: 100px !important;
    }

    .cl-mobile-height {
        height: 200px !important;
    }

    .course_title {
        max-width: 120px !important;
    }
}

.swiper-pagination {
    bottom: 10px !important;
}

.mob-section-margin-top {
    margin-top: 80px;
}

.video_section {
    max-width: 1200px !important;
}

.section1-text {
    /* margin-top: 80px; */
}

.section1 {
    background: #f7f7f7;
    /* height: 690px !important; */
}

.video-margin {
    /* margin-top: 80px; */
}

@media only screen and (max-width: 750px) {
    .mob-section-margin-top {
        margin-top: 65px;
    }

    .video_section {
        max-width: 1140px;
    }

    .section1-text {
        margin-top: 0px;
    }

    .section1 {
        height: auto;
    }

    .video-margin {
        margin-top: 20px;
    }

    .wu-ct {
        font-size: 18px !important;
    }

    .demo {
        display: none;
    }
}

.demo {
    display: none;
}

.btn-black {
    text-transform: uppercase !important;
    font-size: 16px !important;
    padding: 0px !important;
    width: 270px !important;
    display: table-cell;
    height: 43 !important;
    padding-top: 10px !important;
}


.feature-card {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 6px #00000029;
    border-radius: 40px !important;
}

.features-ci {
    height: 200px !important;
    border-radius: 10px 10px 0px 0px !important;
}

.features-ct {
    font-size: 18px;
    text-align: left;
    font-family: geekexpressregular;
    letter-spacing: 0;
    margin-top: 9px;
    margin-bottom: 22px;
}

.features-cd {
    min-height: 50px;
    font-size: 14px;
    text-align: left;
    font-family: geekexpressregular;
}

.feature-date {
    font-size: 14px;
    letter-spacing: 0;
    color: #000000;
    opacity: 60%;
    margin-top: 3px;
    text-align: left;
}

.values-icons {
    /* width: 100px !important;
    /* height: 100% !important; */
    object-fit: cover;
}


.btn-black-read-more {
    text-align: center;
    opacity: 1;
    border-radius: 10px;
    border: 1px solid black;
    font-family: geekexpresssemibold;
    font-size: 13px;
    background: #000000 0% 0% no-repeat padding-box;
    color: white !important;
    width: auto;
    letter-spacing: 0.26px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-top: 5px;
    cursor: pointer;
}

.btn-black-read-more:hover {
    text-decoration: none;
}

.ct-mt-tracks {
    /* margin-top: -10px; */
    font-size: 15px !important;
    opacity: 1 !important;
}

.ct-mt-tracks:hover {
    color: black !important;
}

.ct-mt-tracks-rows {
    margin-bottom: 10px;
    /* height: 63px; */
}

.slick-slide {
    /* width: 355px !important; */
}

.slick-track {
    /* width: 100% !important; */
}

.card-footer {
    height: 224px;
    font-size: 12px;
}

.card-footer-disable {
    height: 282px !important;
}

.mr-achievement {
    margin-right: 5px;
}

.ml-achievement {
    margin-left: 5px;
}

@media only screen and (max-width: 320px) {
    .btn-black-read-more {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.mr15 {
    margin-right: 15px;
}

.ml15 {
    margin-left: 15px;
}

.card-header {
    border-bottom: none !important;
    background-color:#ffffff !important;
    border-top-left-radius: 40px !important;
    border-top-right-radius: 40px !important;
}

.card-footer {
    border-top: 1px solid #c0cac6 !important;
}

.mt0 {
    margin-top: -15px !important;
}

#strip {
    height: 30px;
    margin-top: 25px;
}

#strip-text {
    margin-top: 5px !important;
}
/* 40% 0ff */
.b40_off {
    font-size: 25px;
    /* font-family: geekexpressbold; */
    font-weight: bold;
    padding: 5px 0px;
    font-weight: 1000;
    /* border-radius: 50px; */
    border-bottom-left-radius:40px;
    border-bottom-right-radius:40px;
    margin-bottom: 10px;
}

.b40_offf {
    background: transparent linear-gradient(180deg, #FFCE00 0%, #EBBE00 100%) 0% 0% no-repeat padding-box;
    width: fit-content;
    background-position-y: 16px;
    padding: 1px 5px;
    color:#212529;
    font-weight:bold;
    font-size:24px;
}
/* 40% 0ff */
