@font-face {
    font-family: geekexpresssemibold;
    src: url(/css/fonts/Nunito-SemiBold.ttf);
}

@font-face {
    font-family: geekexpressbold;
    src: url(/css/fonts/Nunito-Bold.ttf);
}

@font-face {
    font-family: geekexpresslight;
    src: url(/css/fonts/Nunito-Light.ttf);
}

@font-face {
    font-family: geekexpressregular;
    src: url(/css/fonts/Nunito-Regular.ttf);
}

@font-face {
    font-family: arabic;
    src: url(/css/fonts/stc.otf);
}

@font-face {
    font-family: din;
    src: url(/css/fonts/DINAlternate-Bold.woff);
}

/* new */

@font-face {
    font-family: geekexpressbold-arabic;
    src: url(/css/fonts/Almarai-Bold.ttf);
}

@font-face {
    font-family: geekexpresslight-arabic;
    src: url(/css/fonts/Almarai-Light.ttf);
}

@font-face {
    font-family: geekexpressregular-arabic;
    src: url(/css/fonts/Almarai-Regular.ttf);
}

.regular-arabic {
    font-family: geekexpressregular-arabic !important;
}

.bold-arabic {
    font-family: geekexpressbold-arabic !important;
}

.light-arabic {
    font-family: geekexpresslight-arabic !important;
}

.regular {
    font-family: geekexpressregular !important;
}

.bold {
    font-family: geekexpressbold !important;
}

.light {
    font-family: geekexpresslight !important;
}

.align-right {
    text-align: right !important;
}

.align-left {
    text-align: left !important;
}

body {
    /*background: url("/img/pattern.png") top center #fff;
    background-attachment: fixed;*/
    font-family: geekexpressregular
}

body.en {
    font-family: geekexpressregular;
    direction: ltr;
    text-align: left;
}

body.ar {
    font-family: geekexpressregular-arabic;
    direction: rtl;
    text-align: right;
}

h1.en {
    font-family: geekexpressbold;
}

h1.ar {
    font-family: geekexpressbold-arabic;
}

h2.en {
    font-family: geekexpressbold;
}

h2.ar {
    font-family: geekexpressbold-arabic;
}

h4.en {
    font-family: geekexpressbold;
}

h4.ar {
    font-family: geekexpressbold-arabic;
}


.swiper-button-next {
    background-image: url(/img/ar.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    /*background-position: center;*/
}

.swiper-button-next::after {
    display: none;
}

.swiper-button-prev {
    background-image: url(/img/al.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    /*background-position: center;*/
}

.swiper-button-prev::after {
    display: none;
}

button.close-ar {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.close-ar {
    float: left;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

button.close-en {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.close-en {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

/*.overlay {
  width: 100%;
    background-color: rgba(255, 206, 0, 0.9);
   height: 100%;
  }
*/
.header {
    /*background-color: rgba(255, 206, 0, 0.9);*/
    /* background: url('/img/track_web_banner.jpg'); */
    background: url('/img/Desktop banner-01.jpg');
    background-size: cover;
    background-position: right;
    /* min-height: 400px; */
    /* max-height: 100%; */
    width: 100%;
    position: relative;

}
.mobile-background-image {
    /*background-color: rgba(255, 206, 0, 0.9);*/
    /* background: url('/img/track_web_banner.jpg'); */
    background: url('/img/book_track_mobile_banner.jpg');
    background-size: cover;
    background-position: top;
    min-height: 100%;
    /* max-height: 100%;
    width: 100%; */
    position: relative;

}

.Ted_Ed_Logo_mobile {
    background-size: cover;
    background-position: top;
    width: 55%;
}

.Ted_Ed_Logo {
    /* background-size: cover;
    background-position: top;
    width: 100%; */

}

.Ted_Ed_margin_ar {
    margin-right: -6px;
    margin-top: -14;
}

.Ted_Ed_margin_en {
    margin-left: -4px;
    margin-top: -14;
}

.header .header-content {
    /* padding-top: 2rem; */
    text-align: center;

}

.text-container {
    margin-bottom: 20px;
}

.header h1 {
    margin-bottom: 1.125rem;

    font-size: 48px;
    letter-spacing: 0.96px;
    color: #000000;
}

.header-subtitle {
    /*line-height: 1;*/
    font-size: 18px;
    color: black;
    letter-spacing: 0px;
    /* opacity: 0.6; */
}

.p-large {
    margin-bottom: 1.875rem;
    font-size: 1.125rem;
}

.recommendations {

    background: #f9f9f9;
    /*background: rgb(139,209,232);
background: linear-gradient(90deg, rgba(139,209,232,1) 11%, rgba(202,212,160,1) 46%, rgba(233,212,109,1) 89%);*/
    /*background: rgb(139,209,232);
background: linear-gradient(90deg, rgba(139,209,232,1) 11%, rgba(202,212,160,1) 58%, rgba(250,227,117,1) 89%);*/

    /*background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,1) 24%, rgba(5,58,62,1) 100%);*/
    background-attachment: fixed;
    padding-top: 2.75rem;
    padding-bottom: 30px;
}

.recommendations .text-container {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
}

.recommendations h2 {
    margin-bottom: 1.375rem;
}

.recommendations .btn-solid-reg {
    margin-top: 0.625rem;
}

.testimonials-section.en {
    font-family: geekexpressregular;
    direction: ltr;
    text-align: left;
}

.testimonials-section.ar {
    font-family: geekexpressregular-arabic;
    direction: rtl;
    text-align: right;
}

.courses {
    padding-top: 1rem;
    padding-bottom: 30px;
}

.courses .image-container {
    margin-bottom: 4rem;
}

.courses h2 {
    margin-bottom: 1.375rem;
}

.courses .list-unstyled .fas {
    color: #00bfd8;
    line-height: 1.375rem;
}

.courses .list-unstyled .media-body {
    margin-left: 0.625rem;
}

.courses .btn-solid-reg {
    margin-top: 0.625rem;
}


.courses .subtitle {
    text-align: center;
}


/*.card-img-overlay {
   background-color: black;
   opacity: 0.4;
}*/



.card-top .title {
    font-size: 15px;
    text-align: center;
    background-color: #f3ce18;
    padding-left: 2px;
    padding-right: 2px;

}

.card-bottom-en {
    text-align: left;
    padding: 10px;
}

.card-bottom-ar {
    text-align: right;
    padding: 10px;
}

card-button {
    margin-bottom: 30px;
    text-align: center;
    align-content: center;
}



.cards-1 {
    padding-top: 4rem;
    padding-bottom: 1.625rem;


}

.cards-1 h2 {
    margin-bottom: 1rem;
}

.cards-1 .card {

    max-width: 21rem;
    margin-right: auto;
    /*margin-bottom: 4.5rem;*/
    margin-left: auto;
    /*padding: 3.25rem 2rem 2rem 2rem;*/
    /*border: 1px solid ;*/
    /*border: linear-gradient(90deg, rgba(139,209,232,1) 11%, rgba(202,212,160,1) 46%, rgba(233,212,109,1) 89%);*/
    border-radius: 0.5rem;
    background: transparent;
    padding-bottom: 10px;
}

.module {

    border-width: 3px;
    border-style: solid;
    border-image:
        linear-gradient(to bottom,
            rgba(139, 209, 232, 1),
            rgba(0, 0, 0, 0)) 1 100%;

}

.cards-1 .card-image {
    width: 6rem;
    height: 6rem;
    margin-right: auto;
    margin-bottom: 2rem;
    margin-left: auto;
    border-radius: 50%;
}

.cards-1 .card-title {
    margin-bottom: 1.875rem;
    text-align: center;
}

.cards-1 .card-body {
    line-height: 1;

}

.card-body .title {
    /*text-shadow: 11px 7px 30px rgba(159, 156, 150, 1);*/
    /*text-shadow: 5px 3px 30px rgba(40, 40, 40, 1);*/
    text-shadow: 5px 3px 30px rgba(0, 0, 0, 1);
    font-weight: 800;

}

.swiper-container {
    width: 100%;
    height: auto;

}

.swiper-container2 {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;

}

.partners-title {
    padding-bottom: 1.875rem;
}



.swiper-course-slide {
    border-radius: 10px !important;
    border: 1px solid rgba(0, 0, 0, .125);
    font-size: 18px;
    background: #fff;
    cursor: pointer;


    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.footer-section {
    background-color: black;
    color: white;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

.mobileHide {
    display: inline;
}

.article_custom {
    display: flex;
    align-items: center;
    justify-content: center;
}
/* @media only screen and (max-width: 600px) { */

@media only screen and (max-width: 750px) {
    .article_custom {
        display: none !important;
    }
}

/* Smartphone Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .mobileHide {
        display: none;
    }

    .list-text {
        padding-top: 0px;
    }


}

.mobileShow {
    display: none;
}




.modal-subtitle {

    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 800;

}

.course-title {
    font-size: 16px;
    color: #000;
}

.course-age-en {
    color: #868686;
    font-size: 14px;
    font-family: geekexpressregular;
    margin-bottom: 10px;
}

.course-age-ar {
    color: #868686;
    font-size: 14px;
    font-family: geekexpressregular-arabic;
    margin-bottom: 10px;
}

.modal-course-title {

    /* font-size: 20px; */
    color: black;
    margin-bottom: 15px;
    /* padding-top:30px; */
    font-size: 24px;
}

.modal-course-image-en {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.modal-course-image-ar {
    opacity: 0.8;
    object-fit: cover;
    width: 100%;
    height: 100%;
}


.label-modal-course-description {
    font-size: 18px;
}

.modal-course-description {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
}

.label-modal-course-outcomes {
    font-size: 18px;
}

.modal-course-outcomes {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
}

.margin-en {
    margin-right: 5px;
}

.margin-ar {
    margin-left: 5px;
}

.btn-default:before {
    background-image: linear-gradient(90deg, #05c37b, #0555a3);
}

.btn-custom {
    /*background-color: #007bff;
    border-color: #007bff;*/
    background-image: linear-gradient(90deg, #05c37b, #0555a3) !important;
}


.spacing {
    padding-left: 10px;
    padding-right: 10px;
}

.whatyouget-section {
    background: #f9f9f9;
    padding-top: 2.75rem;
    /* padding-bottom: 30px; */
    /* padding-left: 20px; */
    /* padding-right: 20px; */
    min-height: 500;
}

.list-points {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    vertical-align: center;


}

.list-points img {
    /*padding-top: 5px;*/
    padding: 10px;

}



.why-us {
    padding-top: 1rem;
}

.partners {
    padding-top: 2.75rem;
    padding-bottom: 60px;
    background: white;
}



.footer {
    background-color: black;
    color: white;
    padding-top: 50px;
    padding-bottom: 50px;
}

.email {
    font-size: 18px;
}

.phone {
    font-size: 18px;
}


.list-text {
    padding: 5px;
}

.whatyouget-body {
    padding-top: 1.875rem;
}

.testimonials {
    /* margin-top: 180px; */
    /*background: #FFCE00 0% 0% no-repeat padding-box;*/
    opacity: 1;

    /*height: 100%;*/
}

.container-three-content {
    padding-top: 10px;
    /* padding-bottom: 50px;*/
    /*margin: 0 auto;*/
    align-content: center;
    text-align: center;
}

.container-three-image {
    margin-top: 10px;
}

.container-three-image>img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    /*margin-bottom: 10px;*/
    border: 2px solid #000000;
    padding: 5px;
    background-color: white;
}

.container-three-subtitle {
    /* font-family: geekexpressregular; */
    font-weight: inherit !important;
    font-size: 18px !important;
    text-align: left;
    letter-spacing: 0;
    color: #000000;
    opacity: 1;
    /*margin-left: 15px;*/
    /*margin-bottom: 20px;*/
    margin-top: 14px;
}

.container-three-article {
    /*font-family: geekexpressregular;*/
    font-size: 14px;
    text-align: left;
    letter-spacing: 0;
    color: #000000;
    opacity: 1;
    margin-bottom: 40px;
}

.testimonials-title {
    padding-top: 50px;
    padding-bottom: 27px;
    /*margin-top: 200px !important;*/
}

.test-card {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 6px #00000029;
    border-radius: 10px;
    opacity: 1;
    /*border-radius: 10px;*/
    /*margin-left: -25px;*/
    /*height: 387px;*/
}

@media only screen and (max-width: 1025px) {
    .test-card {
        height: 500px !important;
    }
}

@media only screen and (max-width: 1367px) {
    .test-card {
        height: 440px !important;
    }
}

@media only screen and (max-width: 600px) {
    .test-card {
        height: 405px !important;
    }

    .list-points img {
        padding: 0px;
    }

    .list-image {
        padding: 10px;
    }

    .partners {
        margin-top: 5px !important;
    }

    .partners {
        padding-top: 2.75rem;
        padding-bottom: 0px;
        background: white;
    }

    .geek_video {
        margin-top: -20px !important;
        margin-bottom: 20px;
    }
}


.con-three-cont {
    text-align: left;
    font-family: geekexpressregular;
    font-size: 18px !important;
    letter-spacing: 0;
    font-weight: inherit;
    color: #000000;
    opacity: 1;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
    height: 170px;
}

.img-mt {
    margin-top: -65px;
    object-fit: cover;
}

.quotes {
    /*position: absolute;*/
    color: #be2800;
    opacity: 1;
    font-size: 5rem;
    height: 10px;
    margin-left: 15px;
    margin-bottom: 30px;
}

.quotes-arabic {
    margin-right: 15px;
}

.card-span-testemonials {
    margin-top: 5px;
}



.partners-logo {
    padding-bottom: 5px;
}

.card-size {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 6px #00000029;
    border-radius: 10px;
    opacity: 1;
    min-height: 400px;
    /*height: 220px !important;*/
    margin-bottom: 10px;
}

.card-image {

    object-fit: cover;
    border-radius: 10px 10px 0px 0px;
    box-shadow: 0px 0px 6px #00000029;
    width: 100%;

}

.card-description {
    text-align: center;
    font-size: 14px;
    font-family: geekexpressregular;
    letter-spacing: 0;
    opacity: 1;
}

.why-us {
    padding-top: 2.75rem;
    padding-bottom: 30px;
    background: #f9f9f9;
}

.whyus-title {
    padding-bottom: 1.875rem;
}

.whyus-card-title {
    text-align: center;
    font-size: 16px;
    font-family: geekexpressbold;
    letter-spacing: 0;
    opacity: 1;
    margin-top: 17px;
    margin-bottom: 7px;
}

.whyus-card-description {
    text-align: center;
    font-size: 14px;
    font-family: geekexpressregular;
    letter-spacing: 0;
    opacity: 1;
}

.cd {
    min-height: 120px !important;
    padding-left: 9px !important;
    padding-right: 9px !important;
    padding-bottom: 10px;
}

.align-right {
    text-align: right;
}

.regular-arabic {
    font-family: geekexpressregular-arabic !important;
}

.bold-arabic {
    font-family: geekexpressbold-arabic !important;
}

.partners-content {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 35px;
}



/* .modal-height-en{
      min-height: 500px;
    }

.modal-height-ar{
    min-height: 500px;
} */

.swiper-button-prev:after,
.swiper-button-next:after {
    color: black !important;
}

.btn-black-en {
    width: 240px;
    text-align: center;
    font-weight: 900;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 1;
}

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

.btn-black-ar {

    width: 240px;
    text-align: center;
    font-weight: 900;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 1;
}



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

.number-list-en {
    padding-top: 4px !important;
    padding-left: 11px !important;
    background-color: #BE2800;
    width: 32px;
    height: 32px;
    border-radius: 20px;
    margin-bottom: 15px;
}

.number-en {
    text-align: left;
    font-family: geekexpresssemibold;
    font-size: 16px;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}


.number-list-ar {
    padding-top: 4px !important;
    padding-right: 11px !important;
    background-color: #BE2800;
    width: 32px;
    height: 32px;
    border-radius: 20px;
    margin-bottom: 15px;
}

.number-ar {
    text-align: left;
    font-family: geekexpresssemibold;
    font-size: 16px;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.header_bg {
    width: 100%;
    height: 296px;
    /*background: url("/css/img/makerboxheader.jpeg") no-repeat center;*/
    /*background: url("/img/makerbox_banner.png") no-repeat center;*/
    background: url("/img/track_web_banner.jpg") no-repeat center;
    background-size: cover;
    top: 0;
    left: 0;
    z-index: -1;
}

.overlay {
    /*width:30px;*/
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 296px;
    display: none;
    /* background-color: rgba(255, 206, 0, 0.9); */
    display: inline-block;

}

.carousel-control-prev {
    left: -18px !important;
}

.carousel-control-next {
    right: -18px !important;
}

/* Smartphone Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .mobileShow {
        display: inline;
    }

    .recommendedby-image img {
        width: 100%;
    }

    .header {
        /*background-color: rgba(255, 206, 0, 0.9);*/
        background: url('/img/track_web_banner.jpg');
        background-size: cover;
        background-position: top;
        min-height: 350px;

    }

    .overlay {
        /*width:30px;*/
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 350px;
        display: none;
        /* background-color: rgba(255, 206, 0, 0.9); */
        display: inline-block;

    }

    .header .header-content {
        padding-top: 20px !important;
    }

    .carousel-control-prev {
        left: 0px !important;
    }

    .carousel-control-next {
        right: 0px !important;
    }

    .number-list-en {
        padding-top: 4px !important;
        padding-left: 10px !important;
        background-color: #BE2800;
        width: 28px;
        height: 28px;
        border-radius: 20px;
        margin-bottom: 15px;

    }

    .number-en {
        text-align: left;
        font-family: geekexpresssemibold;
        font-size: 14px;
        letter-spacing: 0px;
        color: #FFFFFF;
        opacity: 1;
        /*margin-top: 10px;*/
    }

    .number-list-ar {
        padding-top: 4px !important;
        padding-left: 10px !important;
        background-color: #BE2800;
        width: 28px;
        height: 28px;
        border-radius: 20px;
        margin-bottom: 15px;

    }

    .number-ar {
        text-align: left;
        font-family: geekexpresssemibold-arabic;
        font-size: 14px;
        letter-spacing: 0px;
        color: #FFFFFF;
        opacity: 1;

    }


}







.go-right {
    color: grey;
    height: 60px;
    line-height: 1;
    padding-top: 15px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
    top: 35%;
    right: -5;
    transition: 300ms;
    width: 60px;
    z-index: 3;
    position: absolute;
    cursor: pointer;
}

.go-left {
    color: grey;
    height: 60px;
    line-height: 1;
    padding-top: 15px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
    top: 35%;
    left: -5;
    transition: 300ms;
    width: 60px;
    z-index: 3;
    position: absolute;
    cursor: pointer;
}

.test-card-ar {
    margin-top: 35px;
}

.test-card {
    margin-top: 35px;
}

.btn-black {
    text-align: center !important;
    opacity: 1 !important;
    border-radius: 6px !important;
    border: 1px solid black !important;
    font-family: geekexpressbold !important;
    font-size: 16px !important;
    background: #000000 0% 0% no-repeat padding-box !important;
    color: white !important;
    /* width: 215px !important; */
    /* height: 36px !important; */
    letter-spacing: 0.26px !important;
    padding-left: 35px !important;
    padding-right: 35px !important;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
    cursor: pointer !important;
    text-transform: inherit;
    font-weight: 900;
}

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

.card-img {
    width: 100% !important;
    /* height: 100% !important; */
    border-radius: 10px;
    object-fit: cover;
}

.trusted_by_madgin {
    margin-top: 15px;
}

.why_us_title {
    /* padding-top: 60px; */
    padding-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .why_us_title {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .trusted_by_madgin {
        margin-top: 0px;
    }

    .whatyouget-body {
        padding-top: 0px;
    }

    .why-us {
        padding-top: 2.75rem;
        padding-bottom: 0px;
        background: #f9f9f9;
    }

    .mob-title {
        font-size: 32px !important;
    }

    .mob-title-2 {
        font-size: 24px !important;
    }

    #partners {
        height: 47px !important;
    }

    .card-img {
        width: auto !important;
        height: auto !important;
        border-radius: 10px;
        object-fit: cover;
    }

    /* .courses {
    padding-top: 1rem;
  } */

    .courses {
        padding-top: 0rem;
        padding-bottom: 0px;
    }

    .whatyouget-section {
        min-height: 300;
    }

}

.testimonial-swiper {
    margin: 0 auto !important;
    /* margin-right: auto !important; */
    margin-bottom: 0px !important;
    /* margin-left: auto !important; */
    position: relative !important;
    overflow: hidden !important;
    list-style: none !important;
    padding: 0 !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
    z-index: 1 !important;
}

@media only screen and (max-width: 767px) {
    .container-three-subtitle {
        font-size: 16px !important;
    }

    .con-three-cont {
        font-size: 16px !important;
    }

}


.swiper-container-courses {
    margin: 0 auto !important;
    /* margin-right: auto !important; */
    margin-bottom: 0px !important;
    /* margin-left: auto !important; */
    position: relative !important;
    overflow: hidden !important;
    list-style: none !important;
    padding: 0 !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
    z-index: 1 !important;
}

@media only screen and (max-width: 480px) {
    .header .header-content {
        padding-top: 20% !important;
    }
}

.yellow-strip {
    height: 86px;
    /* background-color: #f3ce18; */
    /* background-image: url('/img/Mask Group 193.png'); */
    background-image: url('/img/Mask Group 175.png');
    border-radius: 10px;
    max-height: 300px;
    height: auto;
}

.yellow-strip-modal {
    height: 86px;
    /* background-color: #f3ce18; */
    /* background-image: url('/img/Mask Group 193.png'); */
    background-image: url('/img/Mask Group 175.png');
    border-radius: 10px;
    max-height: 300px;
    height: auto;

    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
}


.why-us .container {
    margin-bottom: 25px;
}

.yellow-strip-row {
    padding-top: 15px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 15px;
    align-items: center;
}

.yellow-strip-span {
    font-size: 14px !important;
}

@media only screen and (max-width: 767px) {
    .yellow-strip-row {
        padding-top: 15px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 5px;

    }

    .yellow-strip-span {
        font-size: 12px !important;
    }

    .cards {
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
    }

    .why-us .container {
        margin-bottom: 0px;
    }

    .fourth-card {
        margin-bottom: 25px !important;
    }
}


.bordered {
    border: 1px solid black;
    border-radius: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: bolder;
}

.before-discount {
    color: #BE2800;
}

s,
strike {
    text-decoration: none;
    position: relative;
}

s::before,
strike::before {
    top: 50%;
    /*tweak this to adjust the vertical position if it's off a bit due to your font family */
    background: black;
    /*this is the color of the line*/
    opacity: 1;
    content: '';
    width: 110%;
    position: absolute;
    height: .1em;
    border-radius: .1em;
    left: -5%;
    white-space: nowrap;
    display: block;
    transform: rotate(-15deg);
}

s.straight::before,
strike.straight::before {
    transform: rotate(0deg);
    left: -1%;
    width: 102%;
}

.box {
    flex-wrap: wrap;
    display: flex;
    gap: 10px;
}



.one {
    font-size: 16px !important;
}

.two {
    font-size: 16px !important;
}

.three {
    font-size: 16px !important;
}

.four {
    font-size: 16px !important;
}

.cards {
    flex-wrap: wrap;
    display: flex;
    gap: 10px;

}

.card {
    width: 24.2%;
    box-shadow: 0px 0px 6px #D6D6D6;
    border-radius: 10px;
}

@media only screen and (max-width: 1200px) {
    .card {
        width: 49%;
        margin-bottom: 5px;
        margin-top: 5px;
    }
}

@media only screen and (max-width: 767px) {
    .yellow-strip {
        /* height: 160px; */
        height: auto;
    }

    .card {
        width: 100%;
    }

    .bordered {
        border: 1px solid black;
        border-radius: 10px;
        padding-left: 5px;
        padding-right: 5px;
        font-weight: bolder;
    }

    .yellow-strip-span-bordered {
        font-size: 12px !important;
    }

    .yellow-strip-modal {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px;
        height: auto;
        background-image: url('/img/Mask Group 175.png');
        border-radius: 10px;
        text-align: center;
    }
}



.why-us {
    background-image: url('/img/Mask Group 175.png');
}

article {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 6px #D6D6D6;
    border-radius: 10px;
    opacity: 1;
    padding: 15px;
}

.why-us-icons {
    width: 46px;
    height: 46px;
    /* margin-top:37px; */
    margin-bottom: 24px;
}

.why-us-p {
    text-align: left;
    font: normal normal normal;
    letter-spacing: 0px;
    color: #212529;
}

.modal-course-content {
    width: 1280px !important;
    height: 868px !important;
}

.modal-lg {
    max-width: 1200px;
}

.modal-level {
    color: #696969;
}

.modal-body {
    padding: 0;
    flex-wrap: wrap;
    display: flex;
}

.first {
    width: 30%
}

.second {
    width: 70%
}

.yellow-strip {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
}

@media only screen and (max-width: 767px) {
    .modal-body {
        flex-direction: column;
        align-items: center;
    }

    .first {
        width: 100%
    }

    .second {
        width: 100%
    }

    .modal-course-image-en {
        object-fit: cover;
        width: 100%;
        height: 192px;
    }

    .modal-course-image-ar {
        object-fit: cover;
        width: 100%;
        height: 192px;
    }

    .yellow-strip {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .yellow-strip-span-modal {
        font-size: 12px !important;
    }
}

.modal-price {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

@media only screen and (max-width: 767px) {
    iframe {
        height: 94% !important;
        border-radius: 10px;
    }
}



#loader {
    border: 12px solid #f3f3f3;
    border-radius: 50%;
    border-top: 12px solid #444444;
    width: 70px;
    height: 70px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.center {
    position: relative;

    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 0rem !important;
    /* margin-bottom: 3rem; */
}

.display-courses,
.display-courses-mob {
    display: none;
}

.btn-black-outline {
    text-align: center;
    opacity: 1;
    border-radius: 10px;
    border: 1px solid black;
    font-family: geekexpressbold;
    font-size: 13px;
    /* text-transform: capitalize; */
    background: #000000;
    color: white !important;
    /* padding: 5px 5px 5px 5px; */
    padding: 5px 0;
    letter-spacing: 0.26px;
    cursor: pointer;
}

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



#s1,
#s2,
#s3,
#s4,
#web_s2,
#web_s3,
#web_s4 {
    display: none;
    /* margin-top: 30px; */
    margin-bottom: 30px;
    /* visibility: hidden; */
}

.geek_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    position: relative;
    bottom: 55px;
    padding: 0 5px;
    flex-wrap: wrap;
}

.geek-flex-item {
    width: 20%;
}

.geek-flex-item>a {
    width: 100%;
    display: inline-block;
    max-width: 66px;
}

.title,
.partners-title {
    text-align: center;
}

.geek_flex-web {
    /* display: flex; */
    display: inline-flex;
    width: 80%;
    justify-content: center;
    align-items: center;
    gap: 10px;
    /* position: relative; */
    padding: 0 5px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.geek-flex-item-web>a {
    /* width:100%; */
    padding: 10px 20px !important;
    display: inline-block;
}



@media only screen and (max-width: 767px) {

    .whatyouget-section,
    .partners,
    .why-us {
        display: none;
    }
}


@media only screen and (min-device-width: 768px) and (max-device-width: 912px) {
    .header .header-content {
        padding-top: 1rem;
    }

    .header-subtitle {
        font-size: 16px !important;
    }

    .geek_flex-web {
        width: 100%;
    }
}