* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

@font-face {
    font-family: "project-font";
    src: url("../project_font/ReadexPro-Regular.ttf")

}

body{
    direction: rtl ;
    text-align: right;
    padding: 0;
    margin: 0;
    font-family: "project-font";
    font-size:15px;
    color: var(--b);
}
.body-content{
min-height: 500px;
}
:root {
    --main: #29235c;
    --main-2:#8a8a8a;
    --main-3: #36a9e1;
    --green-color: #95c11f;
    --wh: #fff;
    --b:#000;
    --soft-gary: #dad1f5;
    --space-gray: #a2a2a2;


}
.main-color{
    color: var(--main) !important
}
.main-color-2{
    color: var(--main-2) !important;
}
.main-color-3{
    color : var(--main-3) !important
}
.gray-color{
    color: #747373 ;
}
.space_gray{
    color: #a2a2a2;
}
.red-color{
    color: red;
}
.green-color{
    color: #95c11f;
}
.bg-green{
    background-color: #95c11f
}
.bg-main{
    background-color: var(--main) 
}
.bg-main-3{
    background-color: var(--main-3) 
}
.bg-wh{
    background-color: var(--wh);
}
.soft-gray{
    color: #dad1f5;;
}
/* $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ --fixed-- $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ */
h1,h2,h3,h4,h5,h6{
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none ;
    cursor: pointer ;
}
ul{
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}
i{
    line-height: unset !important;
}
a , ul , li , button ,i, label {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
a , ul , li , button ,i {
    cursor: pointer;
}
a:focus{
    outline: none;
}
button:focus {
    outline: none;
}
a:focus,a:hover{
    text-decoration: none;
}
.btn:focus{
    box-shadow: unset ;
}
p {
    margin: 0;
    padding: 0;
}
.internal-space2{
    padding:20px 0 ;
}
.internal-space3{
    padding:30px 0 ;
}
.internal-space4{
    padding:40px 0 ;
}
.internal-space5{
    padding:50px 0 ;
}
.s-space {
   margin: 35px 0;
}
@media (max-width:786px) {
    .s-space{
        margin: 30px 0;
    }
}

.pt-10 {
    padding-top: 10px;
}
.pt-20 {
    padding-top: 20px;
}
.pb-10 {
    padding-bottom: 10px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pb-50{
    padding-bottom: 50px;
}
.p-10{
    padding: 10px;
}
.p-20{
    padding:20px;
}
.p-30{
    padding: 30px;
}
.p-50{
    padding: 50px;
}
.pt-30{
    padding-top: 30px;
}
.pb-30{
    padding-bottom: 30px;
}

.py-10 {
    padding: 10px 0;
}
.py-20{
    padding:20px 0;
}
.py-30{
    padding: 30px 0;
}
.py-50{
    padding: 50px 0;
}
.px-20 {
    padding: 0 20px;
}
.px-10 {
    padding: 0 10px;
}
.px-5p{
    padding: 0 5px;
}
.m-end-5{
    margin-inline-end: 5px;
}
.m-end-10{
    margin-inline-end: 10px;
}
.m-end-20{
    margin-inline-end: 20px;
}
.m-end-30{
    margin-inline-end: 30px;
}
.m-start-10{
    margin-inline-start: 10px;
}
.ml-10 {
    margin-left: 10px
}
.mr-10 {
    margin-right: 10px
}
.ml-20 {
    margin-left: 20px
}
.mr-30 {
    margin-right: 30px
}
.ml-30 {
    margin-left: 30px
}
.mr-20 {
    margin-right: 10px
}
.mt-20{
    margin-top: 20px;
}
.mt-30 {
    margin-top: 30px;
}
.mb-5-n{
    margin-bottom: 5px;
}
.mb-10{
    margin-bottom: 10px;
}
.mb-20{
    margin-bottom: 20px;
}
.mb-50{
    margin-bottom: 50px;
}

.mb-30 {
    margin-bottom: 30px;
}
.my-10 {
    margin: 10px 0 ;
}
.my-20 {
    margin:20px 0 ;
}
.my-30 {
    margin: 0 30px ;
}
.mx-20{
    margin: 0 20px;
}
.over-none{
    overflow:hidden !important;
}
.dropdown-item {
    text-align: start !important;
}
.dropdown-toggle{
    cursor: pointer;
}
@media (max-width:991px) {
    .m-md-10{
        margin: 10px;
    }
    .mb-md-10{
        margin-bottom: 10px;
    }
}

label{
    cursor: pointer;
}
.mb-0{
    margin-bottom: 0 !important;
}
.half-width{
    width: 50% !important;
}
button  {
    cursor: pointer !important
}
.owl_index{
    direction:ltr;
}
.text-underline{
    text-decoration: underline;
}
.wh-color{
    color: white 
}

.nice-select {
    width: 100%;
    text-align: right !important;
    border: 1px solid #ced4da;
    padding-right: 10px;
    float: none !important;
    color: gray;
}
.nice-select:after {
    right: unset;
    left: 10px;
}
.nice-select .list {
    width: 100%;
}
.nice-select .option {
    text-align: start;
}
.form-control:focus {
    box-shadow: unset;
}
.fw-500{
    font-weight: 600;
}
.fw-600{
    font-weight: 600;
}
.f-10{
    font-size: 10px;
}
.f-11{
    font-size: 11px;
}
.f-12{
    font-size: 12px;
}
.f-13{
    font-size: 13px;
}
.f-15{
    font-size: 15px;
}
.f-16{
    font-size: 16px;
}
.f-17{
    font-size: 17px;
}
.f-18{
    font-size: 18px;
}
.f-20{
    font-size: 20px;
}
.f-22{
    font-size: 22px;
}
.f-25{
    font-size: 25px;
}
.f-27{
    font-size: 27px;
}
.b-color{
    color: #000;
}
.bg-black{
    background-color: #000;
}
.bg-wh{
    background-color: #fff;
}
.b_radius_0{
    border-radius: unset;
}
@media (max-width:600px){
    h1{
        font-size: 24px !important;
    }
    h2{
        font-size: 22px;
    }
    h3{
        font-size: 20px;
    }
    h4{
        font-size:  18px !important;
    }
    h5,h6{
        font-size:16px  ;
    }
     ul li a {
        font-size: 12px  !important;
     }
     .copy-right{
        font-size: 10px;
     }
    .nice-select{
        font-size: 12px;
    }
    
}
@media (max-width:768px) {
    .my-md-10{
        margin: 10px 0;
    }
    .my-md-20{
        margin: 20px 0;
    }
    .my-md-30{
        margin: 30px 0;
    }
    
}
@media (max-width:572px) {
    .hide-mobile{
        display: none;
    }
}
/* ________// radius //_________ */
.rad-5{
    border-radius: 5px;
}
.rad-6{
    border-radius: 6px;
}
.rad-7{
    border-radius: 7px;
}
.rad-10{
    border-radius: 10px;
}
.rad-20{
    border-radius: 20px;
}
.rad-30{
    border-radius: 30px;
}
.rad-50{
    border-radius: 50%;
}
/* ________// component //_________ */
.flex-between{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flex-center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.gap-5{
    gap:5px
}
.gap-10{
    gap:10px
}
.gap-20{
    gap:20px
}
.flex-grow-1{
flex-grow: 1;
}
.flex-shrink-0{
flex-shrink: 0;
}
/* ________// input //_________ */
textarea{
    resize: none;
}
textarea:focus-visible{
    outline: 1px solid var(--main);
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* $$$$$$$$$$$$$$$$$$$$$ end-fixed $$$$$$$$$$$$$$$$$$$$$ */
.main_btn {
    background: var(--main);
    color: var(--wh);
    border-radius: 7px;
    width: 110px;
    border: 1px solid var(--main);
    font-size: inherit;
    padding: 8px 0;
}
.main_btn:hover {
    background-color: transparent;
    color: var(--main);
}
.gray_btn{
    background-color: #f7f7f7;
    color: var(--main);
    border-color: #f7f7f7;
}
.main_btn.transparent_btn{
    background-color: transparent;
    color: var(--main);
}
.main_btn:hover.transparent_btn{
    background-color: var(--main);
    color: var(--wh);
}
.main_btn.green_btn{
    background-color: var(--green-color);
    border-color: var(--green-color);
}
.main_btn:hover.green_btn{
    color: var(--green-color);
    background-color: var(--wh);
}
.main_btn.blue_btn {
    color: var(--wh);
    background: var(--main-3);
    border-color: var(--main-3);

}
.main_btn:hover.blue_btn {
    color: var(--main-3);
    background: var(--wh);
}

a.transparent_btn:hover{
    background-color: var(--main);
    color: var(--wh);
}

.wh_btn{
    background-color: var(--wh);
    color: var(--main);
    border-color: #b1d7d0;

}
@media (min-width:600px) {
    .lg_btn{
        width: 157px;
        padding: 10px 0;
    }
    .xlg_btn{
        width: 300px;
        padding: 10px 0;
        /* font-size: 20px; */
    }
    .exlg_btn{
        width:400px ;
        padding: 10px 0;
        /* font-size: 20px; */
    }
}
.gr_btn{
    background-color: #f6f3ee;
    border-color: #f6f3ee;
}

@media (max-width:320px) {
    .mainBtn {
        width: 100px;
    }
}

/*________________________//header//__________________*/
header{
    background-color: var(--wh);
    transition: all .5s ease-in-out;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 15px 0px;
}
header.active{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
.logo{
    max-width: 170px;
}
@media (max-width:600px) {
    .logo{
        width: 125px;
    }   
}
.lg_logo{
    max-width: 150px;
}
.project_nav li a {
    color: var(--main-2);
    font-weight: bold;
}

@media (min-width:991px) {
     .project_nav li a {
        margin-inline-end: 20px;
        padding: 5px 0 5px 20px
    }
    .project_nav li:not(:last-child) a{
        border-width: 0 0 0 1px;
        border-color: rgba(0,0,0,.1);
        border-style: solid;
    }
}
.project_nav  li.active  a , .project_nav  li:hover  a {
    color: var(--main);
} 
.contain-burger-icon{
    display: none;
    transition: all .5s ease-in-out;
}
.burger-icon{
    width: 25px;
    height: 25px;
    transition: all .3s ease-in-out;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 95;
}
.burger-icon.active:hover{
    transform: rotate(270deg);

}
.burger-icon span{
    width: 60%;
    height: 2px;
    background: var(--main);
    display: block;
    transition: all .3s ease-in-out;
    margin: 1px 0;
}
.burger-icon.active  span:first-of-type{
    transform: rotate(45deg) translateY(3px);
}
.burger-icon.active span:nth-of-type(2){
    display: none;
}
.burger-icon.active span:nth-of-type(3){
    transform: rotate(-45deg) translateY(-3px);
}
@media (max-width:991px) {
    .contain-burger-icon {
        display: block;
    }
}
 @media (max-width:1200px) {
   .project_nav{
        width: 40%; 
        height: 100%;
        background-color: var(--wh);
        position: fixed;
        z-index: 99;
        flex-direction: column;
        align-items: center;
        top: 0;
        bottom: 0;
        right: 0;
        padding: 20px 0 ;
        transform: translateX(100%);
        transition: all .5s linear; 
    }
    .project_nav.active{
        transform: translateX(0);
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }
    .project_nav li {
        margin-bottom: 20px ;
    }
    
} 
.notification-circle{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    background-color: #d7d4d4;
    color: gray !important;
    position: relative;
    flex-shrink: 0;
}
.notification-circle.big{
    background: var(--main);
    color: var(--wh);
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.contain-notification-num{
    position: absolute;
    top: -3px;
    right: -4px;
    background-color: var(--main);
    width: 12px;
    height: 12px;
    text-align: center;
    line-height: 12px;
    color: var(--wh);
    border-radius: 50%;
    font-size: 8px;
}
.notification{
    display: flex;
    align-items: center;
    background-color: #f7f7f7;
    border-radius: 10px;
    padding: 20px
}
.lang-dropdown-menu.show , .talbat-dropdown-menu.show{
    top: 10px !important;
    padding: 0 !important;
    min-width: 8.5rem;
    overflow: auto;
}
.flag_img{
    width: 30px;
    height: 20px;
    object-fit: contain;
    object-position: center;
}
.ar{
    margin-inline-end: 5px;
}
@media (max-width:991px) {
    .ar{
        display: none;
    }
}
.personal_accout_dropdown .dropdown-toggle{
    position: relative;
    text-align: start;
    padding: 7px;
}
.personal_accout_dropdown .dropdown-toggle::after {
    position: absolute;
    left: 7px;
    top: 50%;
    transform: translateY(-50%);
}
.dropdown-img{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    object-fit: cover;
    margin-inline-end: .25rem;
}
.personal_accout_dropdown  .dropdown-item{
    padding: .25rem;
    font-size: 12px;
}
.personal_accout_dropdown .dropdown-menu{
    border: 1px solid whitesmoke;
}
/*________________________//owl_carousel//__________________*/
.owl_1{
    direction: ltr;
}
.owl_1 .owl-dots{
    position: relative;
    width: fit-content;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    height: 0;
}
.owl_1 .owl-dots button.owl-dot{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--wh);
    margin: 0 3px;
}
.owl_1 .owl-dots button.owl-dot.active{
    background: var(--main-3);
    transform: scale(1.3);
}
.owl_1 .item{
    direction: rtl;
    background-color: var(--main);
    
}
.item-text{
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-top: 50px;
    height: 400px;
    overflow: auto;
}

.limited_p {
    line-height: 1.5;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.item-text .limited_p{
    min-height: 65px;
}

.shop_img{
    max-width: 140px;
    height: 50px;
    border-radius: 7px;
    object-fit: contain;
}
.contain_panner_img{
    position: relative;
    z-index: 2;
    /*margin-top:50px;*/
}
.person_img{
    max-width: 100%;
    height: 500px;
}
@media (max-width:768px) {
    .person_img{
        height:300px ;
        display: block !important;
        margin: auto !important
    }
}
.img_frame{
    width: 270px !important;
    height: 300px;
    position: absolute;
    left: 50%;
    top: 40%;
    z-index: -1;
}
/*________________________//(so_be_it)Sections//__________________*/
.soBeIt_Sections{
    background-color: var(--wh);
    position: relative;
}
.soBeIt_Sections_frame {
    width: 200px;
    height: 100px;
    object-fit: cover;
    position: absolute;
}
.frame_1{
    top: 0;
    right: 0;
}
.frame_2{
    bottom: 0;
    left: 0;
}
.transparent_layer{
    width: 100%;
    height: 300px;
    position: relative;
    z-index: 2;
    border-radius: 20px;
    overflow: auto;
    display: flex;
    align-items: center;
    transition: all .5s ease-in-out;
    cursor: pointer;
}
.transparent_layer::after{
    content: "";
    width: 100%;
    height: 100%;
    background: #29235c7c;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    transition: all .5s ease-in-out;
}
.Sections_img{
    width: 100%;
    height: 100%;
    z-index: -2;
    object-fit: cover;
    object-position: left center;
    position: absolute;
}
.sections_text{
    padding: 10px;
    color: var(--wh);
}
.sections_text  p , .sections_text .btn{
    transition: all 1s ease-in-out ;
}
.sections_text p , .sections_text .main_btn{
 display: none;
 padding: 10px;
}
.transparent_layer:hover .sections_text p , .transparent_layer:hover .sections_text .main_btn{
    display: block;
}
.sections-title{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50% , -50%);
  transition: all .4s ease-in-out;
}
.transparent_layer:hover .sections-title{
  right: 10px;
  top: 50px;
  transform: unset
}
/* _______________//advantage//____________ */
.advantage-main {
    background-color: #f7f7f7;
    padding: 35px 0;
}
.advantage{
    background-color: var(--wh);
    border-radius: 7px;
    padding: 20px 10px;
    cursor: pointer;
    transition: all .5s ease-in-out;
    min-height: 220px;
}
.contain_advantage_icon{
    background: var(--main);
    border-radius: 7px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: var(--wh);
}
.advantage_title{
    color: var(--main);
    margin-bottom: 10px;
}
.advantage p.limited_p{
    color: var(--main-2);
}
.advantage:hover{
    background-color: var(--main);
}
.advantage:hover .contain_advantage_icon{
    background-color: var(--wh);
    color: var(--main);
}
.advantage:hover .advantage_title{
    color: var(--wh);
} 
.advantage:hover  p.limited_p{
    color: var(--wh);
}
/* _____________// about_us //______________ */
.about_us_img{
    width: 100%;
    height: 315px;
    border-radius: 20px;
}
.title-box{
    background-color: #dfdee7;
    border-radius: 5px;
    padding: 3px 15px;
    width: fit-content;
}
.text_gray{
    line-height: 2.5;
    color: var(--main-2);
    /*text-align: justify;*/
}
/* _____________// upload_app //______________ */
.upload_app {
    overflow: hidden;
    background-color: var(--main-3);
    padding: 40px 0;
}
.contain-img{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    /* margin-bottom: -100px; */
    margin-bottom: -130px;

    margin-top: 20px;
}

/* .mobile_1{
    max-width: 150px;
    height: 300px;
    z-index: 1;
    transform: translate(-66px , 35px) rotate(25deg)
} */
/* .mobile_2{
    max-width: 200px;
    height: 400px;
    transform: rotate(25deg);
    z-index: 2;
} */
.mobile_1{
    width: 200px;
    height: 400px;
    z-index: 1;
    transform: translate(-66px , 45px) rotate(25deg)
}
.mobile_2 {
    width: 260px;
    height: 500px;
    transform: rotate(25deg);
    z-index: 2;
}

.mobile_1 , .mobile_2{
    border-radius: 25px;
}

/* _____________// footer //______________ */
.social-link{
    width: 25px;
    height: 25px;
    object-fit: cover;
    margin-inline-end: 10px;
}

.under_page_links{
    padding: 10px;
    text-align: center;
}
.under_page_links a{
    color: var(--main-2);
}
.awamer_logo{
    width: 70px;
}
.links-spe a{
color: var(--main);}

.under_page_links a:not(:last-of-type)::after{
    content: '-';
    padding: 0 10px;
}
.under_page_links a:hover{
    color: var(--main);
}
/* _____________// breadCrumb //______________ */
.nav-breadCrumb ol {
    background-color: var(--wh);
    margin: 0;
    padding: 0;
}
@media (max-width:991px) {
    .nav-breadCrumb ol{
        margin-bottom: 10px;
    }
}
.nav-breadCrumb .breadcrumb-item.active {
    color: var(--main-3);
}

/* ///////////////////////////////////// create_urgent_request_page ///////////////////////////////////// */
.md-box{
    border: 1px solid #e5e5e5;
    padding: 20px;
    border-radius: 7px;
}
.select_box .select {
    width: 100%;
}
.select_box .select2 {
    width: 100% !important
}
.select_box .select2-container--default .select2-selection--single {
    background-color: #f7f7f7;
    border-color: transparent;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    /* margin-bottom: 20px; */

}
.select_box .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 20px;
}

.select_box  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 40px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--main);
    color: white;
}
.select2-container--open .select2-dropdown--above {
    border-bottom: 1px solid #aaa ; 
    border-bottom-left-radius: 4px ;
   border-bottom-right-radius: 4px;
}
.select2-container--open .select2-dropdown--below {
    border-top: 1px solid #aaa;

    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
border-color: var(--main);
}
[type=search] {
    outline-offset: unset;
    outline:unset

}
.sm_select .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    left: 3px;
    width: 10px;
}
.sm_select .select2 {
    width: 80px !important;
}
.sm_select .select2-container--default .select2-selection--single {
    background-color: #f7f7f7;
    border-color: transparent;
    border-radius: 5px;

}   
.sm_select .select2-container .select2-selection--single .select2-selection__rendered,
.select_box .select2-container .select2-selection--single .select2-selection__rendered 
 {
    padding-right: 10px;
}  
    
/* form */
.form-input{
    border-color: transparent;
    background: #f7f7f7 !important;
    border-radius: 10px;
}
.form-input:focus{
    border-color: var(--main);
}
::placeholder{
    font-size: 12px;
}
.radio-input{
    visibility: hidden;
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
}
.radio-input:checked+.radio-shape span{
    background-color: var(--main);
    
    
}
.radio-shape{
    border: 1px solid var(--main);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    padding: 2px; 
    transition: all .5s ease-in-out;
    margin-inline-end: 5px;
}
.radio-shape span{
    width: 100%;
    height: 100%;
    background-color: var(--wh);
    display: block;
    border-radius: 50%;

}
.radio{
    display: flex;
}
.done{
    width: 100%;
    height: 200px;
}
.contain-modal{
    width: 240px;
}
.congartulation{
    width: 20px;
    height: 20px;
}
/*  */

.md_img{
    width: 50px;
    height: 50px;
    object-fit: contain;
    border-radius: 5px;
}

.course_sm_section{
    background-color: #f7f7ff;;
    border-radius: 7px;
    width: fit-content;
    padding: 5px;
   }
   .course_img{
     width: 100%;
     height: 130px;
     object-fit: cover;
     object-position: left ;
     border-top-left-radius: 7px;
     border-top-right-radius: 7px;
   }
   .md-box.specialize_box{
    padding: 10px;
    margin-bottom: 10px;
    display: flex;
   }
   .box-border{
   border:1px solid #f7f7f7;
   }
.contain-calender .flatpickr-calendar {
    width: 100%;
    background: #fff;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}
.contain-calender .flatpickr-day.today {
    border-color: #959ea9;
    background: var(--main);
    color: var(--wh);
    border-color: var(--main);
}
.contain-calender .flatpickr-rContainer  {
    width: 100%;
}
/*  */

.select-time{
    padding: 7px 15px;
    background: #f8f8f8;
    text-align: center;
    border-radius: 5px;
    color: var(--wh);
    transition: all .5s ease-in-out;
    color: gray;
}
.input-time{
    position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.input-time:checked+.select-time{
    background: var(--main);
    color: var(--wh);

}
.editDate{
    color: var(--green-color);
    text-decoration: underline;
    cursor: pointer;
}
.workTime{
    cursor: pointer;
    transition: all .3s ease-in-out;
}

/*  */
.course_img{
    width: 100%;
    height: 130px;
    object-fit: cover;
    object-position: left ;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
  }
  .course_sm_section{
   background-color: #f7f7ff;;
   border-radius: 7px;
   width: fit-content;
   padding: 5px;
  }
  .contain-search-icon{
    position: absolute;
    top: 50%;
    left: 10px;
    z-index: 2;
    transform: translateY(-50%);
}
.search-form{
    max-width: 600px;
    margin: auto;
    position: relative;
}
.box-shape {
    border-radius: 7px;
    background-color: var(--wh);
    border-color: transparent;
    padding: 7px;
    color: var(--main-2);
}
/* /////////////////////////////////////////// */
.cotain_course_details_img{
    position: relative;
    height: 250px;
    width: 100%;
    border-radius: 10px;
    overflow: auto;
}
.course_details_img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    z-index: 2;
}
.cotain_course_details_img::after{
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(98 98 195 / 48%);
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}
.course_details_text{
    line-height: 2;
}
@media (max-width: 768px) {
    .course_details_text{
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    
    } 
}
/* ///////////////////////////////////// medical_file_page ///////////////////////////////////// */
.medical_file_img{
    width: 50px;
    height: 50px;
}
.md-box.medical-file-box{
    display: flex;
    align-items: center;
    padding: 10px;
    margin-bottom: 10px;
}
.medical_file_pagination .page-link{
    border-bottom-left-radius: unset !important;
    border-bottom-right-radius: unset !important;
    background: #fff;
    color: gray;
    border-radius: 50% !important;
    border-color: rgb(240, 237, 237); 
    margin: 0 3px;
}
.medical_file_pagination  .next , .medical_file_pagination .previous {
    background: #f3f3f3;
    color: gray;
}
.medical_file_pagination .page-link:hover {
    color: var(--wh);
    background-color: var(--main);
    border-color: var(--main);

}
/* ///////////////////////////////////// common_questions ///////////////////////////////////// */
.collapse_title .btn[aria-expanded=true] {
    background-color: var(--main);
}
.collapse_title .btn{
    text-align: right;
    background-color: var(--main-2);
    padding: 15px ;
    margin-bottom: 10px;
    color: var(--wh);
    text-decoration: unset !important;
    font-size: inherit ;
}

/* ///////////////////////////////////// personal_account ///////////////////////////////////// */

#imgPrev{
    width: 115px;
    height: 115px;
    border-radius: 50%;
    object-fit: cover;
}
.edit_icon{
    background-color: var(--main);
    color: var(--wh);
    text-align: center;
    line-height: 35px;
    width: 35px;
    height: 35px;
    font-size: 15px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: -17px;
    z-index: 2;
    transform: translateY(-50%);
    border: 1px solid var(--wh);
}
.contain-input-icon {
    position: absolute;
    top: 35px;
    left: 10px;
}
/* ///////////////////////////////////// my_courses ///////////////////////////////////// */
.order-tabs{
    padding: 8px;
    background: #f7f7f7;
    width: fit-content;
    margin: auto;
    border-radius: 25px;
}
.nav-tabs {
    border-bottom: unset;
}
.nav-tabs.status-tabs .nav-link , .order-tabs .nav-link {
    border: unset;
    border-top-left-radius: unset;
    border-top-right-radius: unset;
}
.order-tabs .nav-link {
    background-color: transparent;
    padding: 10px 80px;
    border-radius: 25px;
}
.order-tabs .nav-link.active {
    color: var(--wh);
    background-color: var(--main);
    border: unset;
}
.nav-tabs.status-tabs .nav-link {
    border-radius: 10px;
    color: gray;
}
.nav-tabs.status-tabs .nav-link.active {
    background: var(--main-3);
    color: var(--wh);
}
@media (max-width:572px) {
    .order-tabs .nav-link {
    padding: 5px 40px;
}
.order-tabs {
    padding: 5px;
}
}

/* //////////  */
 /* _______// rate // _________ */
 .rate_img{
    width: 80px;
    height: 80px;
    border-radius: 10px;
}
 .rate {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
  }
  .rate:not(:checked) > input {
      width:0;
  }
  .rate:not(:checked) > label {
      cursor:pointer;
      font-size:45px;
      color:#ccc;
      margin:0 3px;
  }
  .rate:not(:checked) > label:before {
      content: '★ ';
  }
  .rate > input:checked ~ label  {
       color: #ffc700;   
  }
  .rate_text{
  background-color: white !important;
  border: 1px solid #f7f7f7;
  }
 
/* ///////////////////////////////////// my-courses-details  ///////////////////////////////////// */

.upload-box{
    display: none;
}
/* ///////////////////////////////////// wallet ///////////////////////////////////// */
.wallet{
    width: 250px;
    height: 155px;
    object-fit: contain;
}
.package_img{
    width: 64px;
    height: 64px;
}
.package_input:checked+.package-box{
    border-color: var(--green-color) ;
    background-color: #f7f7f7;
}
.package-box{
    display: flex;
    transition: all .5s ease-in-out;
    align-items: center;
}
.package-box.active{
    border-color: var(--green-color) ;
    background-color: #f7f7f7;
}
/* ///////////////////////////////////// login  ///////////////////////////////////// */

.login-box{
    display: flex;

    border-radius: 20px;
    overflow: auto;
    border: 1px solid #f9f9f9;
}
 @media (max-width:991px) {
    .login-box{
        flex-direction: column-reverse;

    }
 }
.login-box > div{
    min-height: 100vh;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
    overflow: hidden;
}

@media (max-width:991px) {
.login-box > div{
    min-height: auto;
}
.login_img {
   
    object-fit: cover;
    object-position: top;
}

}
.login_form{
    flex-basis: 450px;
}
.login_img{
    z-index: -2;
    height: 100%;
    position: absolute;
    width: 100%;
}
.logIn_shape{
    position: relative;
    z-index: 2;
    color: var(--wh);

}
.logIn_shape::after{
    content: "";
    position: absolute;
    background-color: #29235cb0;
    top:0 ;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.logIn_shape::before{
    content: "";
    position: absolute;
    background-color: var(--main-3);
    top: -100px;
    left: -85px;
    width: 200px;
    height: 200px;
    z-index: 4;
    border-radius: 50%;
}

.login_title{
    position: relative;
    z-index: 2;
    max-width: 200px;
}
.login_title::before{
    content: "";
    background-color: #95c11f;
    width: 35px;
    height: 35px;
    border-top-right-radius: 20px;
    position: absolute;
    z-index: -1;
    top: -5px;
    right: -11px;
}
/* ///////////////////////////////////// loader  ///////////////////////////////////// */
.loader{
    width: 100%;
    height: 100%;
    background-color: #f7f7f7;
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loader-content {
    position: relative;
    width: 400px;
    height: 4px;
    background: #fff;
    border-radius: 50px;
  }
  
  .loader-content::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--main);
    border-radius: 100px;
    transform-origin: left;
    box-shadow: 0 0 30px 4px #7371fc;
    animation: animate 2s linear infinite;
  }
  
  @keyframes animate {
    0%,
    20% {
      transform: scaleX(0);
    }
    40% {
      transform: scaleX(1);
      transform-origin: left;
    }
    40.00001%,
    60% {
      transform: scaleX(1);
      transform-origin: right;
    }
    80%,
    100% {
      transform: scaleX(0);
      transform-origin: left;
    }
  }
  .langImg{
      width: 26px;
      height: 16px;
      border-radius: 2px;
      object-fit: cover;
  }
.dropdown-menu.dropdownLang{
    padding:0
}
.dropdown-menu.dropdownLang .dropdown-item {

    padding: 5px 10px;
}
@media (max-width: 1025px) {
    .arlang{
        display:none;
    }
}
.medicalFileShow{
    width:100px;
    height:100px;
    border-radius: 5px;
    object-fit:cover;
}
.app_imgs{
    display:flex;
    justify-content:center;
    align-items:end;
}
.mobileImg {
    max-width: 600px;
    transform: translateY(40px);
}
@media (max-width:572px) {
    .contain-img{
        display: none
    }
    .app_imgs{
        display:none;
    }
    
}
/* ./////////////////__scrollbar__//////////////// */
 
   ::-webkit-scrollbar{
       width: 6px;
       height: 6px;
   }
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  ::-webkit-scrollbar-thumb {
    background: #b9b8b8;
    height: 100px;
    border-radius: 20px;
  }
  ::-webkit-scrollbar-thumb:hover {
    background-color: #868686;
  }
   /* //////////////////// __end-css__ /////////////////// */
