* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    transition: all .4s ease-in-out;
    color: inherit;
}

a,
button,
input[type="button"] {
    cursor: pointer;
    transition: all .5s ease-in-out;
}

.schedule-item {
    max-height: 229px;
    min-height: 229px;
}

.box_detilsnews {
    position: relative;
    width: 100%;
    height: 420px;
    position: relative;
    margin: 20px 0;
}

    .box_detilsnews img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .box_detilsnews .info {
        display: flex;
        justify-content: space-between;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
        font-weight: bolder;
        color: #FFF;
        padding: 10px 20px;
        background: rgba(0, 0, 0, 0.8);
    }

.resize-30 {
    max-width: 25%;
    padding: 5px;
    min-width: 25%;
}

.default__button {
    color: #318156 !important;
}

.input-cashback {
    display: block;
    width: 100%;
    height: 42px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff !important;
    border: 1px solid #ced4da;
    border-radius: 0.2rem;
}

a:focus,
a:hover {
    text-decoration: none;
    color: inherit;
}

.card-header button {
    background: #ffffff !important;
}

button {
    /* background: #0e743d !important;*/
    border: none;
}

    button:focus {
        outline: none
    }

.list-inline-item:not(:last-child),
ul {
    margin-right: 0;
}

.font-30 {
    font-size: 30px;
}

.default__controls {
    display: contents;
}

/*.container img {
    max-height: 35px !important;
}*/
/*.container a {
    fon: 35px !important;
}*/
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media (min-width: 768px) {
    .spinner {
        left: calc( ( 50% - (230px /2) ) - (60px / 2)) !important;
    }
}



@media (max-width:768px) {
    .resize-30 {
        max-width: 50%;
        padding: 5px;
    }
}

.spinner {
    border-top-color: var(--main) !important;
}

.spinner {
    display: none;
    z-index: 100000;
    border: 10px solid #e2e2e2;
    -webkit-animation: spin 2s linear infinite !important;
    animation: spin 1.5s linear infinite !important;
    border-radius: 50%;
    background-color: white;
    width: 60px;
    height: 60px;
    left: calc( 50% - 0px) !important;
    top: calc( 50% - 30px);
    position: fixed;
}

ul {
    padding-left: 0;
    padding-right: 0;
    transition: all .4s ease-in-out;
    margin: 0;
}

    ul li {
        list-style-type: none
    }

:focus {
    outline: none;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right
}

.text-left {
    text-align: left
}

/*
 .row {
     margin-left: 0;
     margin-right: 0;
 }
*/

.padd-0 {
    padding-left: 0;
    padding-right: 0
}

.padd-5 {
    padding-left: 5px;
    padding-right: 5px
}

.sec-marg {
    margin-top: 25px;
    margin-bottom: 25px
}

.sec-padd {
    padding-top: 25px;
    padding-bottom: 25px;
}

.pl-10 {
    padding-left: 10px;
}

.pr-10 {
    padding-right: 10px;
}

.pt-10 {
    padding-top: 10px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pl-20 {
    padding-left: 20px;
}

.pr-20 {
    padding-right: 20px;
}

.pt-20 {
    padding-top: 20px;
}

.pb-20 {
    padding-bottom: 20px;
}

.ml-10 {
    margin-left: 10px;
}

.mr-10 {
    margin-right: 10px !important;
}

.mt-10 {
    margin-top: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.ml-20 {
    margin-left: 20px;
}

.mr-20 {
    margin-right: 20px !important;
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.m-20 {
    margin: 20px;
}

.p-15 {
    padding: 15px;
}

.r-0 {
    border-radius: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.f-b {
    font-weight: 600;
}


.mx-1 {
    margin-left: .25rem !important;
}

:focus {
    box-shadow: none !important;
    border-color: inherit;
}

.d-none {
    display: none
}

.d-block {
    display: block
}

.owl-carousel {
    direction: ltr
}

.dropdown-toggle::after {
    display: none
}

.dropdown {
    display: inline-block;
}

.dropdown-menu {
    float: none;
    text-align: start;
}

select.form-control:not([size]):not([multiple]) {
    height: auto;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

p {
    margin: 0;
}

.flex-grow-1 {
    flex-grow: 1
}

input[type=checkbox],
input[type=radio] {
    position: relative;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

    input[type=checkbox]:before {
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        border: 1px solid var(--main);
        content: "";
        position: absolute;
        background: #318156;
        border-radius: 3px;
    }

    input[type=checkbox]:checked::after {
        background: transparent;
        border: 2px solid #fff;
        top: 0px;
        left: 7px;
        width: 7px;
        height: 15px;
        /* border: 1px solid #000; */
        content: "";
        position: absolute;
        border-top-color: transparent;
        border-left-color: transparent;
        transform: rotate(45deg);
    }

    input[type=radio]:before {
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        border: 1px solid var(--main);
        content: "";
        position: absolute;
        background: #fff;
        border-radius: 50%;
    }

    input[type=radio]:checked::after {
        top: 50%;
        left: 50%;
        width: 12px;
        height: 12px;
        content: "";
        position: absolute;
        transform: translate(-50%, -50%);
        background: #0e743d;
        border-radius: 50%;
    }

:root {
    /*--main: #0acd7d;*/
    --main: white;
    --main2: #0acd7d;
    /*--main2: #33a643;*/
    --white: #ffffff;
    --gray: #7C7B7B;
}

.main-color {
    color: #0e743d !important;
}

.grey-color {
    color: var(--gray);
}

.font-11 {
    font-size: 11px;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

.under-line {
    text-decoration: underline;
}

.through-line {
    text-decoration: line-through;
}



.btn-main {
    display: block;
    background: #318156;
    color: var(--white) !important;
    width: 200px;
    max-width: 100%;
    padding: 0;
    border-radius: 10px;
    text-align: center;
    text-shadow: 0 0;
    margin: 20px auto;
    height: 53px;
    line-height: 53px;
    /*border: 1px solid var(--main);*/
}

.head {
    background: #f0f0f0;
    border-radius: 9px 9px 0 0;
    width: 100%;
    /* height: 120px; */
    display: flex;
    justify-content: center;
    align-items: flex-end;
    /* background-image: url(../imgs/Group%2013124.png); */
    background-position: center -30px;
    background-repeat: no-repeat;
}

.user-phto {
    border-radius: 50%;
}

.btn-main-w {
    background: #51b25f;
}

textarea {
    resize: none;
}

@font-face {
    font-family: "myFont";
    src: url(../fonts/Cairo-Regular.ttf);
}

.rounded {
    border-radius: .25rem !important;
}

.po_R {
    position: relative
}

.gap-1 {
    gap: 12px
}


/*.container {
    max-width: 100% !important;
    padding: 0 25px
}*/


body {
    direction: rtl;
    text-align: right;
    font-family: "myFont";
    word-spacing: 1px;
    /*background: #F3FCFE;*/
    background: #FFFFFF;
    color: #222222;
    font-size: 15px;
    position: inherit;
    overflow-x: hidden
}


header {
    background: #f5f7f9;
    box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 20%);
    font-size: 13px;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 20;
    font-weight: 600;
    position: sticky;
}

    header.abso {
        position: absolute;
        background: #f5f7f9db
    }

.top-header-bor {
    border: solid 1px black;
    padding: 8px !important;
}

.the_logo {
    max-width: 83px;
    max-height: 75px;
    margin-inline-end: 18px;
}

.top_links > li,
.nav_bar > li {
    margin-inline-start: 10px;
    position: relative;
    padding: 10px 0;
    margin-left: 10px;
    margin-right: 10px;
}

.nav_bar li a {
    display: flex;
    align-items: center;
    padding: 10px;
    gap: 4px;
    border-radius: 30px;
    color: #0e743d;
    padding-left: 15px;
    padding-right: 15px;
    /*    background-color: #f0f0f0b5;
*/
}

.top_links > li i,
.nav_bar > li i {
    font-size: 18px;
}

.nav_bar li :hover {
    color: #9c7d46;
}

/* .nav_bar li.active {
     color: var(--main) !important;
     font-weight: 600
 }*/

.top_links .btn_ {
    color: #222222;
    font-weight: 600;
    padding: 0
}

    .top_links .btn_ img {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        border: 1px solid #00000080;
    }

header .dropdown-menu {
    border: 1px solid var(--main);
    border-radius: 10px;
    top: 8px !important;
    min-width: 250px;
    padding: 0
}

    header .dropdown-menu:after {
        content: "";
        position: absolute;
        border-width: 6px;
        border-style: solid;
        border-color: var(--main) transparent transparent var(--main);
        top: 0;
        left: 25px;
        transform: translateY(-50%) rotate(45deg);
    }

    header .dropdown-menu .head {
        background: #f0f0f0;
        border-radius: 9px 9px 0 0;
        width: 100%;
        height: 120px;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        background-image: url(../imgs/Group%2013124.png);
        background-position: center -30px;
        background-repeat: no-repeat;
    }

        header .dropdown-menu .head img {
            width: 100px;
            height: 100px;
            object-fit: cover;
            border-radius: 50%;
            margin-bottom: -34px;
            border: 2px solid var(--main);
        }

    header .dropdown-menu h5 {
        text-align: center;
        font-weight: 600;
        margin-top: 40px;
    }

.dropdown-menu .dropdown-item {
    border-radius: 0px;
    color: var(--gray);
    padding: 13px;
    border-top: 1px solid #EEE;
}

    .dropdown-menu .dropdown-item:last-child {
        border-radius: 0 0 9px 9px
    }


.close-open-nav {
    width: 25px;
    height: 25px;
    margin-inline-start: 10px;
    position: relative;
    display: none;
}

    .close-open-nav > div {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        width: 100%;
        height: 100%;
        cursor: pointer;
    }

        .close-open-nav > div span {
            width: 100%;
            height: 3px;
            background: var(--main);
            border-radius: 20px;
            display: block;
            transition: all 0.3s linear 0s;
        }

    .close-open-nav.active span:first-of-type {
        transform: translateY(7px) rotate(45deg);
    }

    .close-open-nav.active span:nth-child(2) {
        opacity: 0;
    }

    .close-open-nav.active span:last-of-type {
        transform: translateY(-9px) rotate(-45deg);
    }

/*
 .model_search {
     background: var(--main2);
     padding: 60px 80px;
     position: fixed;
     width: 100%;
     top: 0;
     left: 0;
     transition: all 0.4s linear 0s;
     z-index: 45;
     transform: translateY(-100%);
 }

 .model_search.active {
     transform: translateY(0);
 }

 .model_search .closed {
     font-size: 30px;
     padding: 0;
     display: flex;
     justify-content: center;
     align-items: center;
     color: #FFF;
     position: absolute;
     top: 15px;
     right: 15px;
 }
*/
.layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.38);
    z-index: 30;
    transition: all 0.3s linear 0s;
    display: none;
}


.shop_img {
    width: 44px;
}

.search_header {
    flex-grow: 1;
    display: flex;
    border: none !important;
    border-radius: 8px;
}

    .search_header .form-control {
        height: 44px;
        padding: 7px;
        border-radius: 30px;
        border: none;
        width: auto;
        flex-grow: 1
    }

    .search_header select {
        min-width: 100px;
        border: none;
        background: #EEE;
        padding: 3px;
        font-weight: bold;
        border-radius: 0 8px 8px 0
    }


    .search_header .btn_ {
        width: 60px;
        font-size: 18px;
        background: var(--main);
        color: #FFF;
        border-radius: 6px 0 0 6px;
    }

    .search_header .closed {
        font-size: 30px;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #FFF;
        position: absolute;
        top: 5px;
        right: 5px;
        display: none;
        z-index: 45
    }

.fillter_index > a :hover {
    color: #0e743d;
    padding-inline-start: 2px;
}

.menu-box {
    background-color: white !important;
}

.the_title {
    color: black;
}

    .the_title > h3 {
        color: #0e743d;
    }

    .the_title > p {
        color: #9C7D46;
        font-size: 25px;
    }

.under_header {
    background: var(--main);
    color: black;
    font-size: 15px;
}

.top_header {
    background: #f0f0f0;
    padding: 4px 0;
    border-bottom: 1px solid #b5bdb973;
    color: black;
}

.books_link {
    display: flex;
    align-items: center;
    gap: 4px;
    width: 151px;
    justify-content: center;
    padding: 7px 0;
    color: black !important;
}

    .books_link img {
        width: 34px;
    }

.under_header {
    padding-inline-start: 25px
}

.btnSearch {
    display: none
}



.default__controls {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 0;
}

.default__button--big {
    font-size: 45px;
    border: 2px solid var(--main);
    width: 60px;
    height: 60px;
    line-height: normal;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video_paner1,
.video_paner2,
.video_paner3,
.video_paner4,
.video_paner5 {
    direction: ltr
}


.video_paner video {
    width: 100%;
    height: calc(100vh - 121px);
    object-fit: fill;
    min-height: 550px;
}

.ckin__player.default {
    margin: 0;
    border-radius: 0;
    max-height: 550px;
}

.video_paner1:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
}

.video_paner1 .default__button--big,
.video_paner1 .default .progress,
.video_paner1 .default__button.volume,
.video_paner1 .default__button.fullscreen {
    display: none
}

.video_paner1 .default__controls {
    z-index: 5;
    border: 2px solid var(--main);
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    left: 10%;
    transform: translateY(-70%) !important;
    right: unset;
    padding: 0;
    background: var(--main);
    border-radius: 20px;
    opacity: 0.6;
}

    .video_paner1 .default__controls button {
        color: #FFF !important
    }

    .video_paner1 .default__controls:hover,
    .muted_btn:hover {
        opacity: 1;
        transition: .2s ease-in-out;
    }

.muted_btn {
    width: 55px;
    height: 55px;
    position: absolute;
    color: #FFF;
    font-size: 35px;
    border-radius: 20px;
    background: #318156;
    top: 50%;
    left: 10%;
    transform: translateY(50%) !important;
    z-index: 5;
    opacity: 0.6
}

    .muted_btn > span {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: all 0.2s linear 0s
    }

        .muted_btn > span:last-child,
        .muted_btn.active > span:first-child {
            transform: translate(-50%, -50%) scale(0);
        }

    .muted_btn.active > span:last-child {
        transform: translate(-50%, -50%) scale(1);
    }

.video_paner2 .default__button.volume {
    display: none
}

.video_paner2 .muted_btn {
    top: 0px;
    left: 25px;
}

.video_paner3 {
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #EEE;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 50%);
}

    .video_paner3 .muted_btn {
        top: 10px;
        left: 10px;
        transform: none !important;
    }

    .video_paner3 video {
        width: 100%;
        height: 420px !important;
        object-fit: fill;
    }

.video_paner4 video {
    /*height: 320px;*/
}

.video_paner5 {
    border-radius: 15px 15px 0 0
}

    .video_paner5 .default__controls {
        background: var(--main2);
    }


    .video_paner5 video {
        /* height: 520px*/
    }


.info_videopaner {
    position: absolute;
    z-index: 5;
    right: 64%;
    top: 87%;
    transform: translateY(-50%);
    max-width: 500px;
    /* background: rgba(0, 0, 0, 0.5); */
    color: #FFF;
    padding: 15px;
}

    .info_videopaner h4 {
        line-height: 1.7;
        text-align: center;
        font-size: 20px
    }

    .info_videopaner .d-flex {
        gap: 6px
    }

.accordum_index p {
    font-weight: bolder;
    font-size: 12px;
    padding: 5px 10px;
    max-width: 75%;
    display: none
}

.accordum_index .btn_ {
    font-size: 20px;
    padding: 0;
    color: var(--main);
    display: block;
    margin-inline-start: 6px
}

    .accordum_index .btn_.active {
        transform: scaleY(-1);
    }

.accordum_index h4 i {
    font-size: 30px
}

.itemOwl_product {
    background: #FFF;
    display: block;
    width: 100%;
    height: 220px;
    border-radius: 7px;
    overflow: hidden !important;
    position: relative;
    z-index: 2;
    color: #FFF !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border: 2px solid var(--main);
}

    .itemOwl_product img {
        position: absolute;
        width: 100% !important;
        height: 100%;
        object-fit: cover;
        transition: all 0.2s linear 0s;
        z-index: -1
    }

    .itemOwl_product:hover img {
        transform: scale(1.2) rotate(-5deg);
        filter: brightness(0.6);
    }

    .itemOwl_product .info1 {
        background: rgba(0, 0, 0, 0.5);
        width: 100%;
        padding: 5px 10px;
    }

    .itemOwl_product .info2 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        font-size: 12px;
    }

        .itemOwl_product .info2 li {
            transform: translateX(105%);
            transition: all 0.2s ease-in-out 0s
        }

    .itemOwl_product:hover .info2 li {
        transform: translateX(0);
    }

        .itemOwl_product:hover .info2 li:nth-child(2),
        .itemOwl_product .info2 li:nth-child(2) {
            transition-delay: 0.3s
        }

        .itemOwl_product:hover .info2 li:nth-child(3),
        .itemOwl_product .info2 li:nth-child(3) {
            transition-delay: 0.6s
        }

.favoret {
    width: 25px;
    height: 25px;
    padding: 0;
    font-size: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #EEE !important;
    position: absolute;
    left: 5px;
    z-index: 6;
    top: -40%;
}

    .favoret.active {
        color: crimson !important
    }

.itemOwl_product:hover .favoret {
    top: 5px;
}

.owl_product .owl-dots {
    display: flex;
    justify-content: flex-end;
    margin-top: 8px;
    padding: 0px 5px;
    gap: 4px
}

.owl_product .owl-dot {
    width: 35px;
    height: 5px;
    background: #adb5bd !important;
    border-radius: 20px;
}

    .owl_product .owl-dot.active {
        background: var(--main) !important
    }

.packgr_Img1 {
    background: var(--main);
    background-image: url(../imgs/Group%2013124.png);
    background-repeat: no-repeat;
    color: #FFF
}

.packgr_Img2 {
    background: var(--main);
    background-image: url(../imgs/78786.png);
    color: #FFF;
    background-size: contain;
}

.itemTrainer img {
    height: 145px !important;
    width: 145px !important;
    display: block;
    object-fit: cover;
    object-position: top;
    border-radius: 50%;
    border: 1px solid var(--main);
    transition: .3s ease-in-out;
    margin: 10px auto;
    border: 2px solid #FFF
}

.itemTrainer:hover img {
    box-shadow: 0 0 10px 0 var(--main);
}

.owl_ComUse .owl-nav {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 32px;
    position: absolute;
    top: -11px;
    left: 0;
    transform: translateY(-100%);
    color: #fff;
    opacity: .75;
}

.itemPartner {
    width: 100%;
    height: 125px;
    object-fit: cover;
    border-radius: 15px;
    border: 1px solid #EEE;
    margin: 8px 0
}

.download-app {
    background-image: url(../imgs/Layer%20815.png);
    background-attachment: fixed;
    background-color: var(--main);
    color: #FFF;
    padding-top: 30px
}


.img-apps {
    height: 300px;
    overflow: hidden;
}


    .img-apps > img {
        position: absolute;
        width: 260px;
        max-width: 100%;
        height: 100%;
        left: 0px;
        bottom: 0px;
        border-radius: 60px 60px 0px 0px;
        object-fit: cover;
        object-position: top;
    }


    .img-apps > .img2 {
        left: 100px;
        bottom: -100px
    }

.box_Impurities {
    color: #1D1E1E;
    background: #FFF;
    margin: 10px 0;
    padding: 4px;
    border-radius: 5px 50px 50px 5px;
    display: flex;
    align-items: center;
    gap: 8px
}

    .box_Impurities .imgo {
        width: 85px;
        height: 85px;
        flex-shrink: 0;
        border: 3px solid var(--main);
        border-radius: 50%;
        padding: 10px
    }

        .box_Impurities .imgo img {
            max-width: 100%;
        }

    .box_Impurities p {
        font-size: 13px;
        font-weight: 600;
        color: var(--gray);
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

.poster_lang {
    min-height: 320px;
    background: #f5f7f9;
    display: flex;
    align-items: center;
    background-image: url(../imgs/217914-removebg-preview.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
}

    .poster_lang .info {
        max-width: 450px;
    }

.writing_workshop {
    background: #0e743d;
    color: #fff;
    padding: 12px 0;
    height: 93px;
    text-align: center;
    position: relative
}

    .writing_workshop .close {
        background: rgba(255, 255, 255, .1) !important;
        width: 40px;
        height: 40px;
        position: absolute;
        z-index: 2;
        right: 0;
        top: 0;
        opacity: 1;
        text-shadow: none;
        color: #FFF;
        font-size: 20px
    }

    .writing_workshop .btn-main {
        margin: 0 auto 15px;
        width: 300px;
        border-color: #FFF;
        border-radius: 50px;
        height: 43px;
        line-height: 40px;
        background: transparent;
    }

.timer {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}

.icon_FO {
    position: absolute;
    color: #878b93;
    height: 0px;
    font-size: 25px;
    transform: translateY(-50%);
    text-shadow: none;
    line-height: 2;
    padding: 12px;
    border-radius: 0;
    border: none;
    width: auto;
    flex-grow: 1;
}

.timer > aside {
    background: #f0f0f0 !important;
    border: 1px solid #fff;
    padding: 10px;
    color: black;
    margin: 0 4px;
    font-size: 14px;
    font-weight: 700;
}

.TabS_one .nav-pills {
    border: 1px solid #EEE;
    background: #FFF;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 20px
}

    .TabS_one .nav-pills .nav-link {
        border-radius: 0;
        padding: 15px 10px;
        font-weight: bold;
    }

        .TabS_one .nav-pills .nav-link:not(:last-child) {
            border-bottom: 1px solid #EEE
        }

        .TabS_one .nav-pills .nav-link.active {
            background: var(--main)
        }

.TabS_one .tab-content {
    padding: 15px;
    border: 1px solid #EEE;
    background: #FFF;
    overflow: hidden;
    border-radius: 10px;
    min-height: 710px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.table {
    min-width: 750px;
}

    .table td,
    .table th {
        text-align: center;
        vertical-align: middle
    }

.uplood_img {
    border: 1px dashed var(--main);
    background: #EEE;
    padding: 10px;
    min-height: 150px;
    font-weight: bold;
    overflow: hidden;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

    .uplood_img input {
        position: absolute;
        z-index: 3;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        cursor: pointer;
        font-size: 0;
        transform: scale(1.1);
        opacity: 0
    }

.uplood_img_after {
    background: #EEE;
    padding: 10px;
    min-height: 150px;
    border-radius: 10px;
}

    .uplood_img_after aside {
        background: #64605e;
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
        color: #FFF;
        font-size: 12px;
        gap: 8px
    }

    .uplood_img_after .removed_ {
        background: #32302f;
        width: 40px;
        height: 40px;
        font-size: 20px;
        color: #FFF;
    }

.uplooder_img {
    width: 200px;
    height: 200px;
    border: 1px solid #EEE;
    border-radius: 50%;
    margin: auto;
}

    .uplooder_img img {
        width: 100%;
        height: 100%;
        max-width: 100%;
        object-fit: cover;
        border-radius: 50%;
        object-position: top;
    }

.modal-header .close {
    padding: 0;
    margin: 0;
    width: 30px;
    height: 30px;
    background: #EEE;
    border-radius: 10px;
    opacity: 1;
    text-shadow: none;
    float: none;
    flex-shrink: 0
}

.modal-header {
    display: flex;
    align-items: center;
    border-color: #EEE;
    padding: 10px
}

.modal-footer {
    padding: 10px;
    display: block;
}

.modal-body {
    padding: 15px 25px;
}

.modal-content {
    border-radius: 15px;
}

.login_by .btn_ {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #EEE;
    font-size: 27px;
    border-radius: 10px;
    color: #FFF;
}

.btn_facebook {
    background: #496893
}

.btn_google {
    background: #4285f3
}

.btn_linkedin {
    background: #0e76a8
}

.OR {
    margin: 20px 0;
    display: flex;
    gap: 10px;
    align-items: center;
    font-weight: bolder;
}

    .OR:after,
    .OR:before {
        content: "";
        display: block;
        flex-grow: 1;
        height: 1px;
        background: #d5d0d0
    }

.iti {
    display: block
}

.iti__country-list {
    left: 0
}


.nav_bar > li:hover .mega_menu {
    display: block;
    border: solid 1px;
}

.mega_menu {
    position: absolute;
    background: #FFF;
    width: 180px;
    color: var(--gray);
    padding: 8px;
    top: 100%;
    border-radius: 10px;
    /*    box-shadow: 0 0 20px 0 rgb(167 99 12);
*/ z-index: 10;
    font-weight: bold;
    display: none;
    border: 1px solid #EEE !important;
}

    .mega_menu li {
        padding: 5px 0;
        border-bottom: 1px solid #EEE;
        position: relative
    }

        .mega_menu li:last-child {
            border: none
        }

        .mega_menu li i {
            flex-basis: 18px;
            font-size: 14px;
        }

    .mega_menu:after {
        content: "";
        position: absolute;
        display: block;
        width: 12px;
        height: 12px;
        background: red;
        top: 0;
        right: 20px;
        transform: translateY(-50%) rotate(45deg);
        background: #FFF
    }

    .mega_menu a:hover {
        color: #9c7d46;
        padding-inline-start: 2px
    }

.yes_list li {
    list-style: disc;
    list-style-position: outside;
    margin-inline-start: 20px;
}

.map_index {
    width: 100%;
    height: 180px;
    height: calc(100vh - 195px)
}

.info_callUs {
    padding: 40px 10px;
    border: 1px solid #EEE;
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 10%);
    background: #FFF;
    border-radius: 0 0 20px 20px;
    border-top: 5px solid var(--main);
}

    .info_callUs ul li {
        display: flex;
        align-items: flex-start;
        padding: 15px 0;
        border-bottom: 1px solid #EEE;
    }

        .info_callUs ul li i {
            font-size: 18px;
            margin-top: 3px;
            flex-basis: 25px;
            color: var(--main);
        }

.paner_img {
    width: 100%;
    min-height: 300px;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    color: #FFF;
    padding: 40px 0;
}

    .paner_img > img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -2
    }

    .paner_img:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.3);
        width: 100%;
        height: 100%;
        z-index: -1
    }

    .paner_img .info {
        max-width: 550px;
        font-size: 18px;
    }

    .paner_img .btn-main {
        width: auto;
        height: auto;
        display: inline-block;
        margin-bottom: 0;
        line-height: normal;
        padding: 11px 25px;
        border: 1px solid #FFF;
    }

.paner_img2 {
    min-height: 480px;
}

.find_job {
    color: #FFF;
    margin-top: -420px;
    position: relative;
    z-index: 5;
    margin-bottom: 25px
}

    .find_job img {
        width: 100%;
        height: 400px;
        object-fit: cover;
        border-radius: 10px;
        border: 2px solid #EEE
    }

.point_find_job {
    margin: 12px 0;
    display: flex;
    gap: 10px;
    padding: 15px;
    background: #FFF;
    border-radius: 3px;
    border: 1px solid var(--main);
    height: calc(100% - 20px);
}

    .point_find_job .icon {
        width: 65px;
        height: 65px;
        color: var(--main);
        border: 1px solid var(--main);
        flex-shrink: 0;
        margin-top: 6px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 30px;
        border-radius: 50%;
    }

.packgr_color {
    background: #EEE
}

.paner_img3 {
    color: #1D1E1E;
    padding-bottom: 0
}

    .paner_img3:after {
        display: none;
    }

    .paner_img3 .info {
        margin-right: auto;
        font-size: 15px
    }

.paner_img .Apps_link img {
    width: 160px;
    height: 50px;
}

.itemStudentslove {
    text-align: center;
    border: 1px solid #EEE;
    padding: 20px
}

    .itemStudentslove img {
        width: 120px !important;
        height: 120px;
        margin: auto;
        display: block;
        border-radius: 50%;
        border: 1px solid var(--main);
        padding: 5px
    }

.owl_studentslove .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 20px
}

.owl_studentslove .owl-dot {
    width: 15px;
    height: 15px;
    background: #9d9a9a !important;
    border-radius: 50%;
}

    .owl_studentslove .owl-dot.active {
        background: black !important;
    }

.the_title .btn-main {
    margin: 0;
    margin-top: 11px;
    width: 123px;
    border-radius: 50px;
}

/*.the_title > p {
     max-width: 570px
 }*/

.accor_glimpse .card {
    border-radius: 10px;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
}

.accordion .card-header {
    padding: 0;
    position: relative
}

    .accordion .card-header .icon {
        position: absolute;
        left: 12px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 22px;
        transition: all 0.1s linear 0s
    }

    .accordion .card-header button {
        display: flex;
        width: 100%;
        padding: 17px;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap
    }

        .accordion .card-header button.collapsed + .icon {
            transform: translateY(-50%) rotate(0)
        }

        .accordion .card-header button + .icon {
            transform: translateY(-50%) rotate(180deg)
        }

.boxsiso {
    padding: 17px;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
    background: #FFF;
    border-radius: 10px;
    margin-bottom: 13px;
    overflow: hidden;
}

.accor_content .card-header button {
    padding-inline-start: 35px
}

.accordion.accor_content .card-header .icon {
    left: unset;
    right: 12px;
}

.accor_question > .card {
    margin: 8px 0;
    border: 1px solid #EEE !important;
    border-radius: 5px !important;
    background: #e2e2e2
}

.box_relatedCourses {
    display: flex;
    width: 100%;
    height: 180px;
    overflow: hidden;
    border: 1px solid #EEE;
    border-radius: 8px;
    position: relative;
    ;
    z-index: 2;
    color: #FFF !important;
    font-size: 16px;
    padding: 10px;
    align-items: flex-end;
    font-weight: bold;
    margin: 8px 0
}

    .box_relatedCourses img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        z-index: -1;
        transition: all 0.2s linear 0s;
        filter: brightness(0.7);
    }

    .box_relatedCourses .info {
        max-width: 160px
    }

    .box_relatedCourses:hover img {
        transform: scale(1.1) rotate(2deg)
    }

.summary_cors li {
    margin: 3px 0
}

.summary_cors i {
    color: var(--main);
    font-size: 16px;
    min-width: 20px
}

.info_cotch {
    display: flex;
    gap: 12px;
}

    .info_cotch img {
        width: 70px;
        height: 70px;
        flex-shrink: 0;
        border: 2px solid #EEE;
        border-radius: 50%;
        object-fit: cover;
        object-position: top;
    }

    .info_cotch p {
        display: -webkit-box;
        -webkit-line-clamp: 10;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

.skills_link a {
    background: #318156;
    color: #FFF;
    padding: 6px 15px;
    display: block;
    border-radius: 50px;
}

.item_Reviews > aside {
    background: #0e743d;
    padding: 15px;
    color: #FFF;
    min-height: 200px
}

.reting {
    gap: 3px;
    color: var(--gray);
    justify-content: end;
}

    .reting .active {
        color: #d5b801
    }

.item_Reviews img {
    width: 100px !important;
    border: 2px solid #FFF;
    height: 100px;
    border-radius: 50%;
    margin-top: -60px
}

.boxsiso.img_trener img {
    display: block;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 10px
}

.box_alot_trainer {
    display: block;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #EEE;
}

    .box_alot_trainer > aside {
        width: 100%;
        min-height: 120px;
        background: var(--main)
    }

    .box_alot_trainer img {
        width: 120px;
        height: 120px;
        border: 2px solid #FFF;
        margin: -70px auto 0;
        border-radius: 50%;
        display: block;
        object-fit: cover;
        object-position: top
    }

    .box_alot_trainer p {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        padding-top: 10px;
        border-top: 1px solid #EEE;
        margin-top: 20px
    }

.itemowl_vidosso {
    border: 3px solid #bdb3b3;
    background: #f0f0f0;
    border-radius: 15px;
    overflow: hidden;
    height: 400px;
}

    .itemowl_vidosso .default__controls {
        display: none
    }

    .itemowl_vidosso p {
        height: 50px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .itemowl_vidosso .link_ {
        width: 35px;
        height: 35px;
        background: #70857e;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 22px;
        border-radius: 50%;
        color: #FFF;
    }

/****************************************2***************************************************/
.TabS_two .nav-pills .nav-link {
    padding: 5px 10px;
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--main)
}

    .TabS_two .nav-pills .nav-link i {
        width: 40px;
        height: 40px;
        border: 1px solid var(--main);
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 18px;
        border-radius: 50%;
        color: var(--main)
    }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #318156 !important;
}

.TabS_two .nav-pills .nav-link.active,
.TabS_two .nav-pills .nav-link.active i {
    color: #FFF;
    border-color: #FFF
}

.btn_Templates {
    border: 1px solid #EEE;
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
    height: 320px;
    position: relative;
    margin-bottom: 10px;
}

    .btn_Templates img {
        width: 100%;
        height: 100%;
    }

    .btn_Templates input[type="radio"] {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 3;
        cursor: pointer;
        opacity: 0
    }

    .btn_Templates aside {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 2;
        background: rgba(0, 0, 0, 0.5);
        width: 100%;
        padding: 12px 5px;
        font-weight: bold;
        text-align: center;
        color: #FFF;
        transition: all 0.2s linear 0s
    }

    .btn_Templates span:last-of-type {
        z-index: 1;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 8px;
        width: 100%;
        height: 100%;
        border: 2px solid transparent;
        transition: all 0.2s linear 0s
    }

    .btn_Templates input[type="radio"]:checked + aside {
        background: var(--main)
    }

    .btn_Templates input[type="radio"]:checked ~ span {
        border-color: var(--main);
    }

    .btn_Templates .icon {
        position: absolute;
        z-index: 5;
        width: 40px;
        height: 40px;
        background: #EEE;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        left: 10px;
        top: 10px;
        color: var(--main);
        border-radius: 50%;
        opacity: 0.7;
        border: 1px solid var(--main);
        transition: all 0.2s linear 0s;
        cursor: pointer
    }

        .btn_Templates .icon:hover {
            opacity: 1
        }

.btns_N_P {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #EEE
}

    .btns_N_P .btn_ {
        background: var(--main);
        color: #FFF;
        padding: 10px 25px;
        border-radius: 10px;
    }

.uplood2_img {
    border: 2px dashed var(--gray);
    width: 144px;
    height: 144px;
    margin: auto;
    position: relative;
    overflow: hidden;
    border-radius: 8px
}

    .uplood2_img > input[type="file"] {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        font-size: 0;
        transform: scale(1.1);
        cursor: pointer;
        opacity: 0
    }

    .uplood2_img > i {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 55px;
        color: var(--gray)
    }


.the_upimg_ {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
}

    .the_upimg_ > img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top;
        background: #FFF
    }

.uplood2_img .remove {
    position: absolute;
    z-index: 2;
    top: 5px;
    left: 5px;
    width: 20px;
    height: 20px;
    background: crimson;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 16px;
    border-radius: 50%;
}

.remove_form {
    width: 150px;
    background-color: crimson;
    color: #FFF;
    padding: 10px 5px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-right: auto;
}

.add_form {
    width: 150px;
    background-color: var(--main);
    color: #FFF;
    padding: 10px 5px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin: 20px auto;
}

.all_append_forms .form-content {
    border: 1px solid #EEE;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 20px
}

.step_vedio_Horizontal {
    width: calc(100% - 24px);
    padding: 0 20px;
    display: flex;
    gap: 3px;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    left: 0;
    z-index: 5;
    bottom: 52px;
}

    .step_vedio_Horizontal .item {
        flex: 1;
        padding: 11px 0;
        position: relative;
        cursor: pointer
    }

        .step_vedio_Horizontal .item > span {
            display: block;
            width: 100%;
            height: 2px;
            background: #ff0;
            border-radius: 20px
        }

.tooltipso {
    background: #FFF;
    position: absolute;
    bottom: 100%;
    left: 0;
    min-width: 140px;
    font-size: 12px;
    padding: 12px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    font-weight: bold;
    border-radius: 20px;
    border: 1px solid var(--main);
    color: var(--gray);
    display: none
}

.step_vedio_Horizontal .item:hover .tooltipso {
    display: flex
}

.tooltipso .icon:after {
    content: "\f023";
    font-family: 'Font Awesome 5 Free';
}

.step_vedio_Horizontal .item.unlock {
    flex-grow: 2;
}

    .step_vedio_Horizontal .item.unlock > span {
        background: #FFF
    }

    .step_vedio_Horizontal .item.unlock .tooltipso .icon:after {
        content: "\f3c1";
    }


.step_vedio_Vertical {
    height: calc(100% - 52px);
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    gap: 3px;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    right: 0;
    z-index: 5;
    top: 0;
}

    .step_vedio_Vertical .item {
        flex: 1;
        padding: 0 11px;
        position: relative;
        cursor: pointer
    }

        .step_vedio_Vertical .item > span {
            display: block;
            height: 100%;
            width: 2px;
            background: #ff0;
            border-radius: 20px
        }

.tooltipso2 {
    position: absolute;
    top: 0;
    right: 100%;
    background: #FFF;
    border: 1px solid var(--main);
    font-size: 12px;
    font-weight: bold;
    min-width: 190px;
    padding: 10px;
    border-radius: 10px;
    direction: rtl;
    text-align: start;
    display: none
}

    .tooltipso2 .title {
        color: var(--main);
        font-size: 13px;
        margin-bottom: 8px
    }

.step_vedio_Vertical .item:hover .tooltipso2 {
    display: block
}


.tooltipso2 .icon:after {
    content: "\f023";
    font-family: 'Font Awesome 5 Free';
}

.step_vedio_Vertical .item.unlock {
    flex-grow: 2;
}

    .step_vedio_Vertical .item.unlock > span {
        background: #FFF
    }

    .step_vedio_Vertical .item.unlock .tooltipso2 .icon:after {
        content: "\f3c1";
    }

.scroll-to-top {
    width: 35px;
    height: 35px;
    position: fixed;
    left: 25px;
    bottom: 25px;
    z-index: 9999;
    background: #0e743d;
    border: 1px solid #FFF;
    color: #FFF;
    font-size: 18px;
    border-radius: 3px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s linear 0s;
    text-align: center;
    line-height: 33px;
    display: none;
}

    .scroll-to-top:after {
        content: "";
        width: 10px;
        height: 10px;
        top: 50%;
        left: 50%;
        border: 2px solid #ffffff2b;
        position: absolute;
        z-index: -1;
        border-radius: 50%;
        transform: translate(-50%, -50%) scale(0);
        transition: all 0.3s linear 0s;
    }

    .scroll-to-top:hover {
        border-radius: 10px
    }




        .scroll-to-top:hover:after {
            transform: translate(-50%, -50%) scale(4);
        }

.flatpickr-day.selected {
    background: var(--main2);
    border-color: var(--main2);
}

    .flatpickr-day.selected:hover {
        background: var(--main);
        border-color: var(--main);
    }

.accor_content2 {
    max-height: 390px;
    overflow: auto;
}

    .accor_content2 .card-header button {
        flex-direction: column;
        align-items: flex-start;
    }


.all-question {
    overflow-Y: auto;
    overflow-x: hidden;
    max-height: 400px
}


.box_question {
    padding: 10px;
    border: 1px solid #EEE;
    border-radius: 10px;
    margin: 8px 0
}

.item_answer {
    border: 1px solid #EEE;
    margin: 8px 0;
    padding: 13px 5px;
    border-radius: 5px;
    text-align: center;
    font-weight: 600;
    position: relative
}

    .item_answer > span {
        position: absolute;
        width: 30px;
        height: 30px;
        border: 1px solid #EEE;
        right: -7px;
        top: -5px;
        background: #FFF;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
    }

    .item_answer.active {
        background: var(--main);
        color: #FFF
    }

        .item_answer.active > span {
            color: var(--main)
        }

.img_answer {
    width: 100%;
    height: 200px;
    border: 1px solid #EEE;
    border-radius: 10px;
    overflow: hidden
}

    .img_answer img {
        max-width: 100%;
        height: 100%;
        width: 100%;
        object-fit: contain;
    }

.fillter_index {
    display: flex;
    padding: 5px;
    overflow: auto;
    gap: 10px;
    margin: 0px 32px 20px 0px;
}

    .fillter_index a {
        display: block;
        white-space: nowrap;
        padding: 12px 30px;
        border: 1px solid #9992;
        border-radius: 30px;
        font-size: 15px;
        font-weight: 600;
        color: white;
        background-color: #9C7D46;
        color: white;
    }

        .fillter_index a.active {
            background-color: #0e743d;
            color: white;
            /* border-color: var(--main2);
            color: var(--main2);*/
            /*box-shadow: 0 0 3px 0 rgba(7, 139, 66, 1)*/
        }
/*.owl-carousel .owl-item{
    max-width:1350px !important
}*/
.itemOwl_product2 {
    border: 1px solid #9992;
    display: block;
    border-radius: 15px;
    overflow: hidden;
}

.fillter_index a:hover {
    border: 1px solid #464141 !important;
}

.po_R > img:hover {
    box-shadow: 4px 4px #a4610c !important;
}

.itemOwl_product2 .img_ img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
    border-bottom: 1px solid #EEE
}

.itemOwl_product2 .img_ aside {
    position: absolute;
    right: 20px;
    bottom: 0;
    padding: 10px 30px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #0e743d;
    color: var(--main);
    font-size: 12px;
    font-weight: 600;
    border-bottom: none
}

.itemOwl_product2 .info {
    padding: 15px;
}

.itemOwl_product2 .author {
    display: flex;
    align-items: center;
    gap: 12px
}

    .itemOwl_product2 .author img {
        width: 40px;
        height: 40px;
        border: 1px solid #a4610c;
        border-radius: 50%;
    }

.itemOwl_product2 .pric {
    display: flex;
    align-items: center;
    justify-content: left;
    flex-wrap: wrap-reverse
}


.itemOwl_product2 .prod_fot {
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 14px;
}

    .itemOwl_product2 .prod_fot span {
        margin: 0 5px;
        color: #0e743d
    }

.owltwoop .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 13px;
    gap: 5px
}

    .owltwoop .owl-dots .owl-dot {
        width: 10px;
        height: 10px;
        border-radius: 20px;
        background: #EEE
    }

        .owltwoop .owl-dots .owl-dot.active {
            width: 22px;
            background: var(--main2)
        }

.numbers_Coun .items {
    border-left: 2px solid #0e743d;
}

.numbers_Coun .col-12 .row .col-md-3:last-child .items {
    border: none;
}

.numbers_Coun .items {
    display: flex;
    margin: 30px 0 50px;
    align-items: center;
}

    .numbers_Coun .items .icons {
        margin-left: 20px;
        position: relative;
        top: 10px;
        width: 63px;
        height: 51px
    }

        .numbers_Coun .items .icons img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

    .numbers_Coun .items h4 {
        color: var(--main);
        font-size: 35px;
        font-weight: 600;
        margin: 0;
    }

    .numbers_Coun .items small {
        color: #0e743d;
        font-size: 14px;
        font-weight: 600;
    }

.video_fancy {
    height: 360px;
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}

    .video_fancy img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .video_fancy > a {
        width: 60px;
        height: 60px;
        position: absolute;
        z-index: 5;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 22px;
        color: #FFF;
        background: var(--main);
        border-radius: 50%
    }

        .video_fancy > a img {
            width: 100%;
            height: 100%;
            border-radius: 50%
        }

        .video_fancy > a:after,
        .video_fancy > a:before {
            content: "";
            width: 100%;
            height: 100%;
            border-radius: 50%;
            display: block;
            left: 0;
            top: 0;
            position: absolute;
            z-index: -1;
            background: var(--main);
            z-index: -1
        }

        .video_fancy > a:after {
            animation: scall_btn 1.2s linear 0s infinite;
        }

        .video_fancy > a:before {
            animation: scall_btn 1.2s linear 0.3s infinite;
        }

@keyframes scall_btn {
    40% {
        transform: scale(1)
    }

    100% {
        transform: scale(2);
        opacity: 0
    }
}


.one_marbles {
    width: 800px;
    margin: auto;
    max-width: 100%;
    padding: 0px 60px;
    text-align: center;
}

    .one_marbles .img_user {
        width: 90px !important;
        height: 90px;
        border-radius: 50%;
        margin: auto;
        margin-bottom: 15px
    }

    .one_marbles img.icon {
        width: 35px !important;
        height: 30px;
        margin: 12px auto
    }

.owl-marbles .owl-nav > button {
    width: 35px;
    height: 35px;
    color: #FFF !important;
    background: var(--main) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
}

.owl-marbles .owl-nav .owl-next {
    right: 20px;
    left: unset
}

.btn_fixed_chat {
    position: fixed;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    border: 2px solid transparent;
    color: #FFF;
    border-radius: 50%;
    z-index: 15;
    bottom: 30px;
    right: 30px;
    background-color: #25D366;
}

    .btn_fixed_chat > i {
        transition: all 0.3s linear 0s;
        position: absolute;
    }

        .btn_fixed_chat > i:last-child {
            transform: scale(0);
        }

    .btn_fixed_chat.active > i:last-child {
        transform: scale(1);
    }

    .btn_fixed_chat.active > i:first-child {
        transform: scale(0);
    }

    .btn_fixed_chat:hover {
        color: #25D366;
        background: #FFF;
        border-color: #25D366;
    }

    .btn_fixed_chat:after,
    .btn_fixed_chat:before {
        content: "";
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        border-radius: 50%;
        border: 1px solid #25D366;
        animation: loop1 1s linear 0s infinite;
    }

    .btn_fixed_chat:before {
        animation: loop1 2s linear 0s infinite;
    }

@keyframes loop1 {

    100% {
        transform: scale(1.8);
        opacity: 0
    }
}


/*********************************************************/

.body_chat {
    position: fixed;
    width: 300px;
    bottom: 110px;
    right: 20px;
    background: #f5f5f5;
    border: 2px solid var(--main);
    z-index: 40;
    border-radius: 15px;
    transition: all 0.3s linear 0s;
    transform: scale(0)
}

    .body_chat.active {
        transform: scale(1)
    }

    .body_chat:after {
        content: "";
        border-width: 12px;
        border-color: transparent var(--main) var(--main) transparent;
        border-style: solid;
        display: block;
        position: absolute;
        z-index: -1;
        bottom: -13px;
        right: 15px;
        transform: rotate(45deg);
    }


.paner_chat {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    background-image: url(../imgs/paner_modal.jpg);
    background-size: cover;
    padding: 10px 20px;
    background-position: center center;
    border-radius: 13px;
    overflow: hidden;
}

    .paner_chat:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background-color: rgba(0, 0, 0, 0.9)
    }

    .paner_chat img {
        width: 50px;
        height: 50px;
        border: 2px solid var(--main);
        padding: 2px;
        border-radius: 50%;
        margin-inline-end: 10px
    }


.height_chat {
    height: 250px
}

.over_scroll_chat {
    overflow-y: auto;
    overflow-x: hidden;
}

.sent_chat {
    display: flex;
    padding: 5px;
    margin: 5px 0px;
    align-items: center
}

    .sent_chat > img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }

    .sent_chat > div {
        max-width: 70%;
        min-width: 30%;
        padding: 5px;
        border-radius: 20px;
    }

        .sent_chat > div > p {
            margin-bottom: 2px;
            padding: 5px 12px;
        }

        .sent_chat > div span {
            font-size: 10px;
            font-weight: bold;
            color: var(--main);
            padding: 0 18px;
        }

        .sent_chat > div > p > img {
            width: 300px;
            max-width: 100%;
            height: 150px;
            border-radius: 10px;
        }

.content_receive {
    justify-content: flex-start;
    flex-direction: row-reverse;
}

.sent_chat .receive > p {
    background: #EEE;
    border-radius: 100px 100px 100px 0;
}

.sent_chat .sent > p {
    background: var(--main);
    color: #FFFFFF;
    border-radius: 100px 100px 0 100px;
}

.writ_massage {
    padding: 5px;
    border-radius: 13px;
    background: #FFFFFF;
    margin-top: 5px;
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 60%);
    position: relative
}

    .writ_massage textarea {
        height: 50px !important;
        padding: 5px 10px;
        background: #FFF;
        border-color: #E1DDDD;
        border-radius: 100px;
        padding-inline-end: 40px;
    }

    .writ_massage button {
        background: var(--main);
        color: #FFFFFF;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 11px;
    }

.cat-all {
    border-radius: 30px !important;
    color: white !important;
    background-color: #0e743d !important;
}
/*********************************************************/

.owl-index img {
    width: 100%;
    height: 100vh;
    min-height: 500px;
    object-fit: cover;
    filter: brightness(0.4);
}

.owl-index .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    gap: 5px
}

.owl-index .owl-dot {
    width: 22px;
    height: 22px;
    display: none;
    border-radius: 50px;
    background: #FFF !important;
    position: relative;
}

    .owl-index .owl-dot:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(0);
        width: 100%;
        height: 100%;
        background: var(--main);
        border-radius: 50%;
        transition: all 0.3s linear 0s
    }

    .owl-index .owl-dot.active:after {
        transform: translate(-50%, -50%) scale(1);
    }

.owl-index .owl-nav > button {
    position: absolute;
    top: 55%;
    background: #FFF !important;
    /*transform: translateY(-50%);*/
    right: 5%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px !important;
    transition: all 0.2s linear 0s;
    opacity: 0.4
}

    .owl-index .owl-nav > button.owl-prev {
        right: unset;
        left: 5%;
    }

    .owl-index .owl-nav > button:hover {
        background: var(--main) !important;
        color: #FFF;
        opacity: 1
    }

.owl-index .info_videopaner {
    background: none;
    right: 50%;
    transform: translateX(50%);
    top: 43%;
}


.Tab_infoSession .nav-pills {
    flex-wrap: nowrap;
    overflow: auto;
    padding-bottom: 8px;
    gap: 2px
}

.Tab_infoSession .nav-link {
    white-space: nowrap;
    border-radius: 0;
    border-bottom: 1px solid #EEE;
    font-weight: bold;
    min-width: 144px;
    text-align: center;
    padding: 13px 5px;
    background: #078b4321
}

    .Tab_infoSession .nav-link.active,
    .Tab_CourseContent .nav-link.active {
        background: var(--main);
    }

.Tab_CourseContent .nav-link {
    border-radius: 0;
    border-bottom: 1px solid var(--main);
    padding: 14px 5px;
    min-width: 145px;
    text-align: center;
}

.Tab_CourseContent .body_chat {
    position: relative !important;
    transform: none !important;
    bottom: 0 !important;
    width: 100% !important;
    right: 0 !important;
}

    .Tab_CourseContent .body_chat:after {
        display: none
    }


.all_pro_car {
    padding: 10px 15px;
    background: #fafafa;
    border: 1px solid #EEE;
    border-radius: 5px;
    margin-bottom: 15px
}

.one_pro_car {
    padding: 10px;
    border-bottom: 1px solid #EEE
}

    .one_pro_car:last-of-type {
        border-bottom: none
    }

    .one_pro_car .img {
        max-width: 100%;
        width: 120px;
        height: 120px;
        margin-inline-end: 10px;
        border: 1px solid #EEE
    }

.counter {
    display: block;
    align-items: center;
    border: 1px solid #ffff;
    width: 120px;
    color: white;
    border-radius: 3px;
    background: #0e743d;
    text-align: center;
}

.counter-cart {
    /*display: flex;*/
    align-items: center;
    border: 1px solid #ffff;
    width: 120px;
    color: white;
    border-radius: 3px;
    background: #0e743d;
    text-align: center;
}

.counter .qty-val {
    width: 100%;
    background: none;
    color: white;
    border: none;
    text-align: center;
    margin: 0px 4px;
    padding: 7px
}

.counter > a {
    padding: 3px
}


.boxx-salary {
    border-radius: 5px;
    border: 2px solid #f0f0f0;
    padding: 5px 0px
}

.info-box-sal {
    padding: 5px 10px;
    font-weight: bold;
}

    .info-box-sal li {
        padding: 2px 5px;
        display: flex;
        justify-content: space-between;
    }

        .info-box-sal li span:last-of-type {
            color: black;
        }

.btn-main-s {
    width: 120px;
}
/*.list-group-item {
    background-color: #318156 !important;
}*/

.list-group .title {
    padding: 12px 10px;
    color: #FFFFFF !important;
    background: #318156;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.list-group-flush {
    max-height: 450px;
    overflow: auto;
    border: 1px solid #EEE
}

    .list-group-flush label {
        margin: 0
    }

    .list-group-flush .list-group-item {
        padding: 15px 1.25rem;
    }


.box_product_fillter {
    border: 1px solid #EEE;
    overflow: hidden;
    margin-bottom: 20px
}

    .box_product_fillter .the_img {
        width: 100%;
        height: 300px;
        overflow: hidden;
        border-bottom: 1px solid #EEE;
        position: relative
    }

    .box_product_fillter img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all 0.5s linear 0s
    }

    .box_product_fillter .the_img:hover img {
        transform: scale(1.2) rotate(10deg);
    }

    .box_product_fillter .btn-main {
        position: absolute;
        z-index: 2;
        bottom: 0;
        left: 0;
        margin: 0;
        width: 100%;
        border-radius: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        height: 46px;
        line-height: 46px;
        transition: all 0.2s linear 0s;
        transform: translateY(100%);
    }

    .box_product_fillter .btn-main {
        transform: translateY(0);
    }

        .box_product_fillter .btn-main span {
            transition: all 0.2s linear 0s
        }

        .box_product_fillter .btn-main:hover span:first-child {
            transform: translateY(-100%);
        }

        .box_product_fillter .btn-main:hover span:last-child {
            transform: translateY(-100%);
        }

    .box_product_fillter .btnso {
        position: absolute;
        top: 0;
        left: 0;
        transform: translateY(-100%)
    }

    .box_product_fillter:hover .btnso {
        transform: translateX(0)
    }

    .box_product_fillter .btnso .btn {
        position: static;
        left: 0;
        top: 0;
        font-size: 22px;
        margin: 0;
        padding: 0;
        background: #0e743d;
        width: 40px;
        height: 40px;
        border-radius: 0;
        border: 0.1px solid #EEE;
        color: #EEE
    }

.mdoal_product_fillter .modal-content {
    overflow: hidden
}

.mdoal_product_fillter .close {
    position: absolute;
    width: 25px;
    height: 25px;
    left: 8px;
    top: 8px;
    opacity: 1;
    text-shadow: none;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5
}


.outer_owl-product_model {
    overflow: hidden;
    position: relative
}

    .outer_owl-product_model .btn-main {
        margin: 0;
        width: 100%;
        border-radius: 0;
        position: absolute;
        bottom: 0;
        z-index: 10;
        transform: translateY(100%);
    }

    .outer_owl-product_model:hover .btn-main {
        transform: translateY(0);
    }

.owl-product_model img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    filter: brightness(0.5);
}

.owl-product_model .owl-nav > button {
    color: #FFF !important;
    position: absolute;
    top: 0;
    left: 4px;
    font-size: 50px !important;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.owl-product_model .owl-nav .owl-next {
    left: unset;
    right: 24px;
}

.info_mdoal_product_fillter {
    max-height: 450px;
    overflow: auto;
    padding-top: 34px;
    padding-inline-end: 15px
}


/****************************************2***************************************************/



.form-content .form-group > label:first-child {
    display: inline-block;
    margin-bottom: 6px;
    font-weight: bold;
}

.form-control {
    display: block;
    width: 100%;
    height: 52px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff !important;
    border: 1px solid #ced4da;
    border-radius: 0.20rem;
}

textarea.form-control {
    height: 140px
}

.icon_fa {
    position: absolute;
    font-size: 18px;
    left: 10px;
    color: #707070;
    top: 50%;
    transform: translateY(-50%)
}

.select2-container--default .select2-selection--single {
    border-color: #ced4da;
    height: 50px;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 50px;
        padding: 0 0.75rem;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 100%;
        left: 0
    }

.select2-container {
    display: block;
    width: 100% !important
}



footer {
    background: #f5f7f9;
    padding: 10px 0 0 0;
    background-image: url(../imgs/Group%2016791.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 14px
}

.logo_F {
    max-width: 85px;
    max-height: 75px;
}


.title_F {
    margin: 15px 0 20px;
    position: relative;
    color: black;
    font-weight: bolder;
    font-size: 19px;
}

    .title_F:after {
        content: "";
        display: block;
        width: 60px;
        height: 5px;
        position: absolute;
        background: #0e743d;
        right: 0;
        bottom: -8px;
        border-radius: 20px;
    }

.info_footer p {
    margin: 12px 0
}

.links_footer li {
    margin: 13px 0
}

    .links_footer li a:hover {
        padding-inline-start: 3px
    }

.social_media li {
    margin-inline-end: 10px;
    font-size: 20px
}

    .social_media li a:hover {
        color: var(--main);
    }


.Apps_link img {
    width: 112px;
    height: 38px;
    object-fit: cover;
    border-radius: 5px;
    border: 1px solid #4e4e4e;
}

.undr_footer {
    padding: 15px 0;
    text-align: center;
    margin-top: 10px;
    border-top: 1px solid #e5dfdf
}




/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {

    /*
     .model_search {
         padding: 60px 23px;
     }
*/
    .video_paner1 .default__controls {
        top: unset;
        left: 3%;
        bottom: 5%;
    }

    .muted_btn {
        top: unset;
        left: 3%;
        bottom: 10px;
        transform: none !important
    }

    .info_videopaner {
        right: 0
    }

    .video_paner1 .btn-main,
    .owl-index .btn-main {
        width: 170px;
        margin: 0 5px
    }

    .numbers_Coun .items h4 {
        font-size: 25px
    }

    .numbers_Coun .items .icons {
        margin-left: 12px;
    }

    .owl-index .owl-nav > button {
        display: none
    }
}

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
    .container {
        padding: 0 15px
    }


    .owl-index .owl-nav > button {
        right: 1%;
    }

        .owl-index .owl-nav > button.owl-prev {
            right: unset;
            left: 1%;
        }
}

/*Medium devices (tablets, less than 992px)*/

@media (max-width: 991.98px) {
    .close-open-nav {
        display: block;
    }

    @media (max-width: 991.98px) {
        .books_link {
            display: none;
        }

        .nav_bar {
            display: block !important;
            position: fixed;
            right: 0;
            top: 0;
            width: 300px;
            height: 100%;
            background: #f0f0f0 !important;
            border-radius: 0px !important;
            z-index: 40;
            transform: translateX(100%);
            overflow: auto;
            padding: 10px 0;
        }

            .nav_bar.active {
                transform: translateX(0px);
                color: black;
            }

        .mega_menu {
            display: block;
            padding: 0 25px;
            position: relative;
            top: unset;
            /* left: unset; */
            box-shadow: none;
            border-radius: 0;
            width: 100%;
            background: none;
        }

            .mega_menu:after {
                width: 1px;
                transform: none;
                background: var(--gray);
                right: 9px;
                height: calc(100% - 12px);
            }

            .mega_menu li:after {
                content: "";
                width: 10px;
                height: 10px;
                display: block;
                background: var(--gray);
                position: absolute;
                transform: translate(100%, -50%);
                right: -10px;
                border-radius: 50%;
                top: 50%;
            }

        .under_header {
            padding-inline-start: 0;
            padding-inline-end: 15px
        }



        .anather_linko {
            flex-grow: 1
        }

        .btnSearch {
            display: block
        }

        .search_header {
            position: fixed;
            z-index: 40;
            top: 0;
            width: 100%;
            left: 0;
            top: 0;
            padding: 50px 20px;
            border: none;
            background: #3da46c;
            border-radius: 0;
            transform: translateY(-100%);
            transition: all 0.3s linear 0s
        }

            .search_header.active {
                transform: translateY(0);
            }

            .search_header .closed {
                display: flex
            }
    }

    /*Large devices (desktops, less than 1200px)*/
    @media (max-width: 1199.98px) {
    }



    /*============================ start loader================================== */




    .loader {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9999999999;
        background: #000000;
        overflow: hidden;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -ms-align-items: center;
        align-items: center;
        justify-content: center;
    }

        .loader img {
            animation: logoeffect2 0.9s linear 0s infinite;
            position: relative;
            width: 100px;
        }


    @keyframes logoeffect2 {


        100% {
            transform: scale(1.5);
            opacity: 0;
        }
    }


    /*============================ end loader================================== */
    ::-webkit-scrollbar,
    body::-webkit-scrollbar,
    .scroll::-webkit-scrollbar {
        width: 6px;
        height: 6px;
    }

    ::-webkit-scrollbar-track,
    body::-webkit-scrollbar-track,
    .scroll::-webkit-scrollbar-track {
        box-shadow: inset 0 0 6px #FFFFFF;
        background: #FFFFFF
    }

    ::-webkit-scrollbar-thumb,
    body::-webkit-scrollbar-thumb,
    .scroll::-webkit-scrollbar-thumb {
        background: rgba(0, 0, 0, 0.3);
        border-radius: 20px;
    }

        ::-webkit-scrollbar-thumb:hover,
        body::-webkit-scrollbar-thumb:hover,
        .scroll::-webkit-scrollbar-thumb:hover {
            background: rgba(0, 0, 0, 0.5);
        }
