/*-----------author: Kimia Kouchaki @copyRight Served-----------*/
/*--general setting--*/
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    padding: 0!important;
    margin: 0!important;
    background-color:#fafafa!important;
    width: 100%;
    direction: rtl;
    min-height: 100%;
    overflow-x: hidden;
}
::selection {
    background: #005aff;
    color: white;
}
a{
    color: #005aff;
    cursor: pointer!important;
}
b, strong {
    font-weight: 600;
}
html{
    overflow-x: hidden;
    padding: 0!important;
    margin: 0!important;
    min-height: 100%;
    scroll-behavior: smooth;
}

textarea:focus, input:focus,
textarea:active, input:active,
.btn.focus, .btn:focus
{
    outline: none!important;
    box-shadow: none!important;
}
.page-link:focus{
    outline: none!important;
    box-shadow: none!important;
}
button:focus,
button:active,
select:focus,
select:active{
    outline: none!important;
    box-shadow: none!important;

}
a:hover{
    text-decoration: none!important;
    color: #1f5b8f;
}
.btn:hover {
    color: #005aff;
    text-decoration: none;
}
ul{
    padding-right: 0;
}
.section-white{
    background: #fff!important;
}
.section-white .card{
    background:#fafafa!important;

}
x {
    margin-left: 5px !important;
}
.container{
    padding: 0;
}
.z-99{
    z-index: 99;
}
.z-9999{
    z-index: 9999;
}
@font-face {
    font-family: IRANSansWeb;
    src: url("../fonts/IRANSansWeb.ttf") format('truetype'),
    url("../fonts/IRANSansWeb.eot?#") format('eot'),
    url("../fonts/IRANSansWeb.woff") format('woff'),
    url("../fonts/IRANSansWeb.woff2") format('woff2');
}
@font-face {
    font-family: 'Playbox';
    src: url("../ColorFont/Playbox/Playbox-FREE.otf");
}
.playbox {
    font-family: 'Playbox' !important;
}
@media (min-width: 1400px) {
    .container{
        max-width: 1300px;
    }
    .main-nav > li > a {
        font-size: 14px;
        color: #005aff;
        transition-duration: 200ms;
        padding: 15px 0 15px 20px!important;
        font-weight: 400;
        line-height: 25px;
    }
    .btn-signin{
        background: #005aff;
        padding: 5px 20px!important;
        line-height: 28px;
        margin-right: 10px;
        border: none;
        display: inline-block;
        color: #fff!important;
        will-change: background;
        box-shadow: 0 3px 6px rgba(96,108,236,.15), 0 1px 3px rgba(0,0,0,.11);
        transition: background .3s;
        font-size: 13px;
        font-weight: 400;
        min-width: 130px;
    }
}
.badge-danger{
    background-color: #ff5722;
}
/*-----------scroll-yop---------------*/
#scroll-top {
    background-color: #005aff;
    border-radius: 50%;
    margin-left: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9;
}
#scroll-top i{
    margin-top: -2px;
}
#scroll-top:focus{
    outline: none!important;
    box-shadow: 0 0 0 0.2rem rgba(148, 148, 148, 0.25)!important;
}
.go-to-top{
    font-size: 13px;
    color: #656565;
    font-weight: 500;
}

*:focus {
    outline: none;
}
/*--triangele design--*/
.triangle-topleft {
    width: 0;
    height: 0;
    border-top: 300px solid #1e79d52b;
    border-right: 300px solid transparent;
    top: 0;
    left: 0;
    position: absolute;
}
.triangle-topright {
    width: 0;
    height: 0;
    border-left: 300px solid transparent;
    border-top: 300px solid  #1e79d52b;
    top: 0;
    right: 0;
    position: absolute;
}
.triangle-up {
    width: 0;
    height: 0;
    border-left: 500px solid transparent;
    border-right: 500px solid transparent;
    border-bottom: 500px solid #211c231f;
    bottom: 0;
    position: absolute;
    right: 18%;
}
.triangle-down{
    width: 0;
    height: 0;
    border-left: 500px solid transparent;
    border-right: 500px solid transparent;
    border-bottom: 500px solid #211c231f;
    top: 0;
    position: absolute;
    right: 18%;
    transform: rotate(180deg);
}
/*--button--*/
.btn-blue{
    color: #fff!important;
    background-color: #005aff;
    border: none!important;
    padding: 5px 15px;
    font-size: 13px;
    border-radius: 5px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    height: 35px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-green{
    color: #fff!important;
    background-color: #009688;
    border: none!important;
    padding: 5px 15px;
    font-size: 13px;
    border-radius: 5px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    height: 35px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-gray{
    color: #fff!important;
    background-color: #8c8c8c;
    border: none!important;
    padding: 5px 15px;
    font-size: 13px;
    border-radius: 5px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    height: 35px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-red{
    color: #fff!important;
    background-color: #E91E63;
    border: none!important;
    padding: 5px 15px;
    font-size: 13px;
    border-radius: 5px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    height: 35px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*------------------------ header -------------------------*/
.top-part-nav{
    background: #fafafa;
}
.logo-top{
    width: 100%;
    max-width: 100px;
    margin: 5px 0;
}
.logo-responsive{
    width: 100%;
    margin: 20px auto;
    border-bottom: 1px solid #e5e5ea;
    padding-bottom: 20px;
}
.logo-responsive img{
    width: 100px;
}
.nav-item a:hover{
  color: #005aff;
}

.header-container{
    width: 100%;
    margin: 0 auto;
    background: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    height: 52px;
}

.navbar-holder {
    background-color: transparent!important;
    padding: 0;
    height: 50px;
}
.navbar-responsive{
    position: fixed!important;
    width: 285px!important;
    height: 100vh!important;
    padding: 0;
    z-index: 9999;
    background-color: #fff;
    -webkit-box-shadow: -2px 0 4px 0 rgba(0,0,0,.13);
    box-shadow: -2px 0 4px 0 rgba(0,0,0,.13);
    overflow: auto!important;
    top: 0;
    right: 0;
    bottom: 0;
    transition: width 300ms;
}

.navbar-responsive::-webkit-scrollbar {
    width: 5px;
}
.navbar-responsive::-webkit-scrollbar-thumb {
    background: #d0d0d0;
}
.navbar-responsive::-webkit-scrollbar-track {
    background: #efefef;
}
.navbar-responsive .main-nav > li > a {
    font-size: 15px;
    color: #005aff!important;
    transition-duration: 200ms;
    font-weight: 400;
    line-height: 25px;
}
.header-other-pages{
    position:relative;
    top: 0;
    background: linear-gradient(90deg, rgba(0,174,239,1) 0%, rgba(0,103,180,1) 22%, rgba(166,35,142,1) 70%, rgba(236,2,140,1) 100%);
    padding: 0!important;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.17);
}
.overlay-black{
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    background: hsla(0,0%,40%,.25);
    z-index: 999;
}
.top-part-btn-group a.button_link {
    -webkit-transform: skew(40deg);
    transform: skew(40deg);
    padding: 10px 25px;
}
.top-part-btn-group a.button_link .name{
    -webkit-transform: skew(-40deg);
    transform: skew(-40deg);
}

.main-nav .dropdown-menu{
    display: block!important;
    border: none;
    border-radius: 5px;
    direction: rtl;
    text-align: right;
    padding: 0;
    overflow: hidden;
    height: 0;
    box-shadow: 0 3px 6px rgba(96,108,236,.15), 0 1px 3px rgba(0,0,0,.11);
    background: whitesmoke;
    margin-top: -2px;
}

.main-nav .dropdown-item {
    display: block;
    width: 100%;
    padding: 0px 15px;
    clear: both;
    color: #005aff;
    text-align: inherit;
    white-space: nowrap;
    border: 0;
    font-weight: 300;
    font-size: 13px;
    transition: padding 300ms;
    border-top: 1px solid #f8f8f8;
    line-height: 20px;
}
.main-nav .menu-sub-title:nth-child(even){
    background: #f9f9f9;
}
.dropdown-toggle::after {
    display: none;
}

.menu-title .dropdown-item{
    color: #7b7b7b;
    font-size: 14px;
    font-weight: 600;
}
.dropdown-item.active, .dropdown-item:active{
    background-color: #d0daf5!important;
}
@media(max-width: 1399px){
    .btn-edit-course{
        font-size: 6px;
        box-shadow: none!important;
        font-weight: 400;
        color: #535353;
        border: 1px solid #cdcdcd;
        border-radius: 5px;
        display: flex;
        padding: 5px 10px;
        align-items: center;
        justify-content: center;

    }
    .btn-edit-course i{
        margin-left: 5px;
    }
}
@media only screen and (max-width: 1199px) {
    .height-card-course {
        height: 305px;
    }
    .head-blur {
        backdrop-filter: blur(3px);
        background: rgba(255, 255, 255, 0.5)!important;
    }
    .menu-desktop {
        display: none!important;
    }
    .head-desktop {
        display: none;
    }
    #navbarResponsive{
        width: 0;
        height: 0;
        overflow: hidden;
    }
    .btn-login{
        font-size: 9px;
        color: #005aff;
        padding: 0;
    }

    .navbar-holder {
        width: 0;
    }

}
.main-nav > .dropdown:hover .dropdown-menu {
    top: 100%;
    height: unset!important;
    overflow: visible;
}
.main-nav > .dropdown:hover .dropdown-menu .dropdown-item{
    padding:10px 15px!important ;
}
@media(min-width: 1400px){
    .btn-edit-course{
        font-size: 10px;
        box-shadow: none!important;
        font-weight: 400;
        color: #535353;
        border: 1px solid #cdcdcd;
        border-radius: 5px;
        display: flex;
        padding: 5px 10px;
        align-items: center;
        justify-content: center;

    }
    .btn-edit-course i{
        margin-left: 5px;
    }
}
@media only screen and (min-width: 1200px){
    .height-card-course {
        height: 275px;
    }
    .head-blur {

    }
    .mobile {
        display: none!important;
    }
    .head-mobile {
        display: none;
    }
    .logo-text {
        display: none;
    }
    .dropdown>.dropdown-toggle:active {
        /*Without this, clicking will make it sticky*/
        pointer-events: none;
    }
    .btn-login{
        font-size: 13px;
        color: #005aff;
        padding: 0;
    }
    .header-container-fixed{
        top: 0;
        padding: 0!important;
        box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.17);
    }
}
@media only screen and (max-width: 991px){
    .main-nav {
        padding: 0;
    }
    .logo-holder{
        display: none!important;
    }
    .top-part-btn-group {
        margin-right: 0;
        position: absolute;
        left: 15px;
        top: 55px;
        z-index: 999;}
    .top-part-btn-group a.button_link .name ,
    .top-part-btn-group a.button_link {
        -webkit-transform: skew(0);
        transform: skew(0);
        font-size: 10px;
        padding: 5px;
    }
    a.button_link:before{
        display: none;
    }

    .main-nav .dropdown-menu{
        width: 100%!important;
        margin: 0!important;
    }
}
.navbar-toggler {
    padding: 10px 5px;
    font-size: 25px;
    line-height: 0;
    border: none;
    border-radius: 10px;
    color: #005aff;
    z-index: 999;
    box-shadow: none!important;
    margin: 0;
    opacity: 1;
}

.btn-signin:hover{
    background: #005aff;
    box-shadow: 0 1px 3px rgba(96,108,236,.15), 0 1px 1px rgba(0,0,0,.11);
}
.btn-signin i{
    opacity: .7;
    margin-left: 10px;
}
.drop-menu-cart{
    border: none;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.17);
    border-radius: 20px;
    direction: rtl;
    text-align: right;
    padding: 10px 0 15px 0;
    overflow: hidden;
}
.drop-menu-cart .dropdown-item{
    display: block;
    width: 100%;
    padding: 10px 15px;
    clear: both;
    color: #737373;
    text-align: inherit;
    white-space: nowrap;
    border: 0;
    font-weight: 300;
    font-size: 13px;
}
@media (max-width: 991px){
    .header-container{
        width: 100%;
        position: relative;
        padding-top: 0;
    }
    .header-container
    .main-nav > li > a {
        font-size: 14px;
        color: #000;
        transition-duration: 200ms;
        padding: 10px!important;
        font-weight: 300;
        line-height: 25px;
    }

}
.navbar-responsive .main-nav .dropdown-menu {
    border: none;
    border-radius: 0;
    direction: rtl;
    text-align: right;
    overflow: hidden;
    background-color: #f5f5f5;
    -webkit-box-shadow: inset 0 5px 4px -4px rgba(0,0,0,.06), inset 0 -5px 4px -4px rgba(0,0,0,.06);
    box-shadow: inset 0 5px 4px -4px rgba(0,0,0,.06), inset 0 -5px 4px -4px rgba(0,0,0,.06);
    margin: 0;
}
.navbar-responsive .main-nav > li > a {
    padding: 10px 20px!important;
}
.btn-shortcuts{
    color: #005aff;
    font-size: 20px;
    line-height: 0;
    padding: 10px;
    position: relative;
}
.btn-shortcuts .badge{
    position: absolute;
    top: 3px;
    right: -3px;
    font-size: 11px;
    padding: 0px!important;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 20px;
    border-radius: 50%;
    font-weight: 600;
}
.btn-backup{
    background: #005aff;
    line-height: 28px;
    margin-left: 20px;
    border: none;
    display: flex;
    color: #fff!important;
    will-change: background;
    box-shadow: 0 3px 6px rgba(96,108,236,.15), 0 1px 3px rgba(0,0,0,.11);
    transition: background .3s;
    font-size: 25px;
    font-weight: 600;
    height: 38px;
    width: 38px;
    align-items: center;
    justify-content: center;
}
.btn-backup:hover{
    background: #005aff;
    box-shadow: 0 1px 3px rgba(96,108,236,.15), 0 1px 1px rgba(0,0,0,.11);
}

.btn-search{
    color: #005aff;
    font-size: 20px;
    padding: 0;
    margin: 0;
    line-height: 0;
}
.navbar-quit {
    background: transparent;
    border: none;
    font-size: 15px;
    color: #005aff;
    position: absolute;
    top: 20px;
    right: 20px;
    display: none;
}
/*-------------social icon-------------*/

.social-icon i{
    font-size: 20px;
    margin: 5px 2px 10px;
    padding: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-duration: 200ms;
    background: #e4ebfd!important;
    color: #005aff!important;
    border-radius: 50%;
}

/*--------------------------top course slider-----------------------------*/
.card-slider{
    background: #ffffff;
    border-radius: 30px!important;
    position: relative;
    overflow: hidden;
    border: none;
    margin: 0 5px;
    box-shadow: 0 0 13px 0 rgba(226, 226, 226, 0.48);
    padding: 20px;
}
.card-slider img{
    max-width: 100%;
}
.card-slider h2{
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 400;
    color: #707070;
    line-height: 30px;
}
.event-detail{
    padding: 0 ;
    list-style: none;
}
.card-slider .event-detail li{
    font-size: 15px;
    font-weight: 300;
    color: #666666;
    line-height: 30px;
    display: flex;
    margin-bottom: 10px;
}
.card-slider .event-detail li i {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #eaeaea;
    color: #b4b4b4;
    border-radius: 50%;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    margin-left: 5px;
}
.card-slider video{
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 0 13px 0 rgba(226, 226, 226, 0.48);
}
.card-slider-description p{
    line-height: 25px;
    text-align: justify;
    font-size: 14px;
    color: #6d6d6d;
    font-weight: 300;
    margin: 0;
}

.btn-view-course{
    background: linear-gradient(90deg, rgba(0,174,239,1) 0%, rgb(0, 127, 200) 22%, rgb(129, 59, 168) 70%, rgb(202, 21, 149) 100%);
    color: #fff!important;
    font-size: 12px;
    padding: 10px 20px;
    border: none;
    border-radius: 50px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    font-weight: 500;
}
.detail-square{
    text-align: center;
    margin: 5px 10px;
}
.detail-square i{
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #eaeaea;
    color: #b4b4b4;
    border-radius: 50%;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    margin: 5px auto;
    font-size: 30px;
}
.detail-square img{
    width: 60px!important;
    height: 60px;
    border-radius: 50%;
    display: flex!important;
    margin: 5px auto;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}
.detail-square p{
    font-size: 15px;
    color: #707172;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 10px;
    margin-top: 5px;
}
.detail-square span{
    display: inline-block;
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    color: #9a9a9a;
}
#sync2 .item {
    background: #ffffff;
    border-radius: 20px!important;
    position: relative;
    overflow: visible;
    border: none;
    box-shadow: 0 0 13px 0 rgba(226, 226, 226, 0.48);
    margin: 40px 15px 5px 15px;
    padding: 30px 10px 20px 10px;

}
#sync2 .item h1 {
    font-size: 18px;
}
#sync2 .current .item {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.owl-theme .owl-nav {
    /*default owl-theme theme reset .disabled:hover links */
}
.owl-theme .owl-nav [class*='owl-'] {
    transition: all .3s ease;
}
.owl-theme .owl-nav [class*='owl-'].disabled:hover {
    background-color: #D6D6D6;
}

#sync1.owl-theme {
    position: relative;
}
#sync1.owl-theme .owl-next, #sync1.owl-theme .owl-prev {
    width: 22px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
}
#sync1.owl-theme .owl-prev {
    left: 10px;
}
#sync1.owl-theme .owl-next {
    right: 10px;
}
#sync1 .owl-stage-outer{
    overflow: hidden;
}
.date-holder{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 5px solid #fafafa;
    box-shadow: 0 0 13px 0 rgba(226, 226, 226, 0.48);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #6d6d6d;
    font-weight: 600;
    background: #efefef;
}
#sync2 .item h3{
    font-size: 14px;
    color: #56585a;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 0;
}
#sync2 .item .badge-month{
    position: absolute;
    top: -10px;
    width: 100px;
    left: calc( 50% - 50px );
    background: #e6e6e6;
    padding: 7px;
    font-weight: 300;
    font-size: 14px;
    border-radius: 20px;
    box-shadow:0 0 13px 0 rgb(230, 230, 230);
    color: #6d6d6d;
}
#sync2 .current .item  .date-holder{
    background: #00aeef;
    color: white;
}

.card-slider img{
    max-width: 100%;
}
.section-title{
    display: inline-block;
    padding: 15px 0 30px 0;
    width: 100%;
    text-align: center;
}
.section-title i{
    margin-left: 5px;
    font-size: 15px;
    color: #00aeef;
    display: inline;
}
.section-title h5{
    margin-bottom: 10px;
    font-size: 15px;
    color: #6d6d6d;
    display: inline-block;
    font-weight: 600;
    background: white;
    padding: 10px 15px;
    border-radius: 20px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.section-title h5:before{
   content: "";
}
.section-title p{
    width: 100%;
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 0;
    color: #8e8e8e;
    font-weight: 500;
}
/*--------------------------content-home-owl-----------------------*/
.owl-nav{
    margin: 0!important;
}
.owl-nav button {
    font-size: 25px!important;
    color: #3d6ff3!important;
    background: rgba(255,255,255,.75)!important;
    display: flex!important;
    width: 40px;
    height: 40px;
    border-radius: 50%!important;
    justify-content: center;
    align-items: center;
}
.owl-nav .owl-prev{
    position: absolute;
    top: calc( 50% - 30px );
    right: -47px;
}
.owl-nav .owl-next{
    position: absolute;
    top: calc( 50% - 30px );
    left: -47px;
}
.owl-dots{
    display: none!important;
}
.owl-theme .owl-nav [class*='owl-']:hover {
    background:white!important}
/*---------card course home------------*/
.card-course-home{
    background: #ffffff;
    border-radius: 30px!important;
    position: relative;
    overflow: hidden;
    border: none;
    margin: 0 5px;
    box-shadow: 0 0 13px 0 rgb(220, 220, 220);
}
.card-course-home .card-body{
    padding: 10px;
    background-color: transparent;
}
.card-course-home .card-title{
    margin-top: 0;
    text-align: center;
    line-height: 30px;
    word-spacing: -1px;
    margin-bottom: 5px;
    font-size: 14px;
    color: #6d6d6d;
    font-weight: 600;
}
.card-course-home .card-img{
    border-radius: 0!important;
}
a.button_link-straight.green:hover{
    color: #fff;
    background: #1d78d4;
}
.card-course-home .card-details{
    margin: 20px 0;
}
.card-course-home .card-details p{
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 0;
    color: #565656;
    font-weight: 300;
}
.card-course-home .card-details i{
    font-size: 15px;
    color: #cccccc;
    margin-left: 5px;
}
span.price{
    font-weight: 600;

}
.master-title{
    font-size: 10px;
    font-weight: 500;
    line-height: 20px;
    color: dimgrey;
    word-spacing: -1px;
    margin-bottom: 0;
}
.master-name{
    font-size: 13px;
    color: #5f6061;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 2px;
    margin-top: 0;
}
.detail-square{
    text-align: center!important;
    margin: 5px 10px;
}
.detail-square-tiny i{
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #eaeaea;
    color: #b4b4b4;
    border-radius: 50%;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    margin: 5px auto;
    font-size: 20px;
}
.detail-square-tiny img{
    width: 70px!important;
    height: 70px;
    border-radius: 50%;
    display: flex!important;
    margin: 5px auto;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}
.detail-square-tiny p{
    font-size: 12px;
    color: #707172;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 10px;
    margin-top: 5px;
    text-align: center;
}
.detail-square-tiny span{
    display: inline-block;
    width: 100%;
    font-size: 11px;
    font-weight: 300;
}


/*---------card book home------------*/
.card-book-home{
    background: transparent;
    border-radius: 0!important;
    position: relative;
    overflow: hidden;
    border: none;
}
.card-book-home .card-body{
    padding: 10px;
}
.card-book-home .card-title{
    margin-top: 0;
    text-align: center;
    line-height: 20px;
    margin-bottom: 0;
    font-size: 12px;
    color: #6d6d6d;
    font-weight: 500;
}

.card-book-home .card-img{
    height: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    border-radius: 0!important;
    box-shadow: 0 8px 6px -6px #868686;
    transition-duration: 300ms;
    width: 100%;
}
.card-book-home:hover .card-img{
    box-shadow: none!important;
}
.card-book-home:hover a.button_link-straight.green{
    color: #fff;
    background: #1d78d4;
}

.card-book-home .card-details p{
    font-size: 11px;
    margin-top: 10px;
    margin-bottom: 0;
    color: #908e8e;
    font-weight: 500;
    text-align: center;
}
.card-book-home .card-details i{
    font-size: 15px;
    color: #cccccc;
    margin-left: 5px;
}
/*------------card podcasts home--------*/
.card-podcast-home{
    background: #f9f9f9;
    border-radius: 50px!important;
    position: relative;
    overflow: hidden;
    border: 1px solid #f3f3f3;
    margin: 10px 0;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.card-podcast-home:hover{
    box-shadow: none!important;
    cursor: pointer;
    border-color: #e4e4e4;
}
.card-podcast-home .card-img{
    width: 65px;
    height: 65px;
    border-radius: 50%;
    margin: auto;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    border: none;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.card-podcast-home .card-img .overlay{
    background: linear-gradient(90deg, rgba(0, 174, 239, 0.40) 0%, rgba(0, 103, 180, 0.40) 22%, rgba(166, 35, 142, 0.40) 70%, rgba(236, 2, 140, 0.40) 100%);
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    color: #ffffff;
}

.card-podcast-home .card-img .overlay i.fa-play{
    margin-right: -3px;
}
.card-podcast-home .card-title{
    margin-bottom: 5px;
    margin-top: 0;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #6d6d6d;
    font-weight: 500;
}
.card-podcast-home .card-details p{
    font-size: 11px;
    margin-bottom: 0;
    color: #908e8e;
    font-weight: 500;
}
.card-podcast-home .card-details span{
    position: absolute;
    left: 30px;
    bottom: 5px;
    color: #8a8a8a;
    font-size: 14px;
}

/*------------card videos home--------*/
.card-video-home{
    background: transparent;
    border: none;
}
.card-video-home:hover{
    box-shadow: none!important;
    cursor: pointer;
    border-color: #e4e4e4;
}
.card-video-home .card-img{
    border-radius: 20px!important;
    position: relative;
    overflow: hidden;
    border: none;
    width: 100%;
    height: 180px;
    margin: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition-duration: 300ms;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important
}
.card-video-home .card-img .overlay{
    height: 100%;
    width: 100%;
    color: #ffffff;
    padding: 15px;
}

.card-video-home .card-img .overlay .fa-play{
    font-size: 20px;
    position: absolute;
    top: 20px;
    left: 20px;
    color: #ffffff;
    opacity: 0;
    transition-duration: 100ms;
}
.card-video-home:hover .overlay .fa-play{
    opacity: 1;
}
.card-video-home .card-img .overlay i.fa-play{
    margin-right: -3px;
}
.card-details{
    padding: 0 5px;
}
.card-video-home .card-title{
    margin-bottom: 0;
    margin-top: 10px;
    text-align: right;
    line-height: 20px;
    font-size: 12px;
    color: #6d6d6d!important;
    font-weight: 500;
}
.card-video-home .card-details a.category{
    margin: 0;
    line-height: 20px;
    font-size: 11px;
    color: #908e8e;
    font-weight: 500;
}
.card-video-home .card-img .overlay p.duration{
    font-size: 12px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #ffffff;
    background: #000000a8;
    padding: 2px 10px;
    border-radius: 20px;
    margin: 0;
    font-weight: 200;
}
/*-------------------search form home--------------*/
.search-home{
    direction: rtl!important;
    width: 100%;
}
.search-home h1{
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
}
.search-home p{
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #033056;
}

.search-form-home{
    position: relative;
}
.form-control:focus{
    border-color: #dadada!important;

}
.search-form-home input{
    width: 100%!important;
    background: #ffffff!important;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    color: #474747;
    font-weight: 300;
    font-size: 13px;
    position: relative;
    border-radius: 30px;
    border: none;
    padding: 15px 45px 15px 20px;
    height: 50px;
    text-align: right;
    direction: rtl;
}
.search-form-home button{
    position: absolute;
    right: 10px;
    padding: 0;
    top: 10px;
    color: #adadad;
    font-size: 20px;
}
/*-------------------best offers--------------------------*/
.img-info{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 350px;
}

.txt-offer{
    color: #fff;
    background-color: #1f5b8f;
}
.txt-offer p{
    font-size: 15px;
    line-height: 30px;
    text-align: justify;
    padding: 10px 5px;
    color: #f3f3f3;
    font-weight: 200;
    margin: 0!important;
    z-index: 999;
}
.txt-offer h3{
    font-size: 20px;
    color: #f8f8f8;
    font-weight: 300;

}
.arrow-right {
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid #1f5b8f;
    position: absolute;
    top: calc( 50% - 30px );
    right: -29px;
    z-index: 999;
}
.arrow-left {
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-right: 30px solid #1f5b8f;
    position: absolute;
    top: calc( 50% - 30px );
    left: -29px;
    z-index: 999;
}
.best-offer-section .button_link{
    -webkit-transform: skew(0);
    transform: skew(0);
}
.best-offer-section .button_link .name{
    -webkit-transform: skew(0);
    transform: skew(0);
}
/*------------------------------subscribe--------------------------*/
.subscribe-me{
    background: #eceff1;
    text-align: center;
}
.subscribe-me{
    position: relative;
}

.subscribe-me input{
    width: 100%!important;
    background: #d7dee0!important;
    border-radius: 20px!important;
    border: 1px solid #d7dee0;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    font-size: 15px;
    font-weight: 200;
}
.subscribe-me button{
    position: absolute;
    left: 9px;
    font-size: 15px;
    color: #eceff1!important;
    padding: 7px 10px;
    top: 0;
    font-weight: 200;
    background: #1f5b8f;
    border-radius: 20px 0 0 20px;
}
.subscribe-me h3{
    color: #929292;
    font-size: 17px;
    font-weight: 600;
}
.subscribe-me p {
    font-size: 13px;
    font-weight: 300;
    margin: 10px 0;
    color: #6b6b6b;
}
.subscribe-me input::placeholder{
    color: #292929;
}

/*------------------------------footer-------------------------------*/
.footer-container{
    background: #ffffff;
    border-top: 1px solid #f3f3f3;
}
.footer-container ul{
    padding-right: 0;
}
.footer-container span{
    font-weight: 300;
    color: #005aff;
}
.footer-container-bottom{
    background: #fafafa;
    padding-top: 20px;
    border-top: 1px solid #dcdcdc;
}
.footer-container-bottom h4{
    font-size: 15px;
    color: #005aff;
    font-weight: 500;
    margin-bottom: 10px;
}
.footer-links ul,
.footer-info ul{
    list-style: none;
}

.footer-trust ul{
    list-style: none;
    display: flex;
}
.footer-trust li{
    margin-left: 8px;
    width: 150px;
    height: 140px;
    border-radius: 5px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}
.footer-trust ul img{
    max-width: 100px;
    margin: 15px auto;
}
.footer-container h4 {
    color: #005aff;
    font-size: 14px;
    font-weight: 500;
    margin: 15px 0;

}
.footer-links a{
    color: #747578;
    font-size: 13px;
    line-height: 30px;
    letter-spacing: -.1px;
    text-decoration: none;
    font-weight: 300;
    text-align: justify;;
}
.footer-links a:hover{
    color: #005aff;
}
.footer-info li {
    text-align: right;
    color: #797979;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: -.1px;
    text-decoration: none;
    font-weight: 300;
}
.footer-info li i{
    margin-left: 5px;
    font-size: 15px;
    color: #a8afb1;
}
.footer-about p{
    line-height: 25px;
    text-align: justify;
    font-size: 11px;
    color: #6d6d6d;
    font-weight: 300;
}
.footer-logo img{
    width: 100%;
    max-width: 120px;
    margin: 20px auto;
    display: flex;
}
.copy-right{
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    padding: 15px 0;
    border-top: 1px solid #dcdcdc;
    color: #666666;
}
.copy-right a{
    color: inherit;
}
/*----------------------------partners--------------------------*/
.partners-section{
    background: #ffffff;
    border-top: 1px solid #f3f3f3;
    box-shadow: 0 0 13px 0 rgba(152, 152, 152, 0.05);
    margin-top: 40px;
}
.partners-section .owl-stage-outer{
    overflow: hidden;
}
.card-partner{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    padding: 20px;
    border: none;
    background: transparent;
}
.card-partner img{
    filter: grayscale(1);
    opacity: .7;
    transition-duration: 300ms;
}
.card-partner img:hover{
    filter: grayscale(0);
    opacity: 1;
}
/*----------------------------bread crumb-----------------*/
.breadcrumb-customized {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .5rem 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
    margin-top: 15px;
}
.breadcrumb-customized .breadcrumb-item{
    font-weight: 400;
    font-size: 13px;
}
.breadcrumb-customized .breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-left: .5rem;
    color: #6c757d;
    content: "/";
    padding-right: .5rem;
}
.breadcrumb-customized .breadcrumb-item+.breadcrumb-item{
    padding-left: unset!important;
}

/*---------------------------other pages-top-img--------------*/
.bg-other-pages-top{
    min-height: 250px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;

}
.head-other-page{
    font-size: 20px;
    color: #fff;
    font-weight: 500;
}
/*----------about us page--------------------------*/
.info-text {
    font-size: 14px;
    line-height: 30px;
    color: #828282;
    font-weight: 300;
}
/*--------------------------contact page-------------------------*/
.btn-navigate{
    background: linear-gradient(90deg, rgba(0,174,239,1) 0%, rgb(0, 127, 200) 22%, rgb(129, 59, 168) 70%, rgb(202, 21, 149) 100%);
    color: #fff!important;
    font-size: 12px;
    padding: 5px 10px;
    border: none;
    border-radius: 50px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.10)!important;
    font-weight: 500;
    transition-duration: 200ms;
}
.btn-navigate:hover{
    box-shadow: none!important;
}
.contact-col h3{
    padding-top: 30px;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    font-size: 15px;
    color: #6d6d6d;
    font-weight: 600;
}
.contact-col p{
    letter-spacing: -.1px;
    text-decoration: none;
    text-align: center;
    font-size: 13px;
    line-height: 30px;
    color: #6d6d6d;
    font-weight: 300;
}
.contact-container p{

}
.contact-col{
    display: flex;
    justify-content: center;
}
.circle-container{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #005aff;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    border: 5px solid #ffffff;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
    margin: 0 auto;
}
.circle-container i{
    font-size: 35px;
    color: #ffffff;
}
.border-bet{
    width: 100%;
    border-bottom: 5px solid #f5f5f5;
    position: absolute;
    top: 50px;
}
.contact-form{
    idth: 100%;
    text-decoration: none;
    line-height: 30px;
    font-weight: 300;
    border-radius: 5px!important;
    background: #ffffff!important;
    font-size: 12px;
    border: 1px solid #d7d7d7;
    color: #212121;
    box-shadow: none!important;
    min-height: 40px;
}
.form-group label{
    letter-spacing: -.1px;
    text-decoration: none;
    font-size: 13px;
    line-height: 30px;
    color: #6d6d6d;
    font-weight: 300;
}
.contact-head{
    padding-top: 30px;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    font-size: 15px;
    color: #6d6d6d;
    font-weight: 600;
}
.z-999{
    z-index: 999;
}
.map-contact{
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    border: none;
    -webkit-box-shadow: inset 0 5px 4px -4px rgba(0,0,0,.06), inset 0 -5px 4px -4px rgba(0,0,0,.06);
    box-shadow: inset 0 5px 4px -4px rgba(0,0,0,.06), inset 0 -5px 4px -4px rgba(0,0,0,.06);
}
.btn-submit-pm{
    color: #fff!important;
    font-size: 14px;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.10)!important;
    font-weight: 500;
    transition-duration: 200ms;
    background: #005aff;
}
.btn-submit-pm:hover{
    box-shadow: inset 0 5px 4px -4px rgba(0,0,0,.06), inset 0 -5px 4px -4px rgba(0,0,0,.06)!important;
}
/*-------------------------------faq page----------------*/
.card-faq {
    box-shadow: 0 0 15px 0 rgb(218, 218, 218);
    border: none;
    border-radius: 20px;
    overflow: visible;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    max-width: 100%!important;
    background-color: #ffffff;
}
.card-faq i{

}
.card-faq:hover{
    box-shadow:0 0 15px 0 rgb(169, 197, 239);
}
.active .card-faq {
    background: #005aff;
}
.active .card-faq h2{
    color: #fff;
}
.card-faq.active p{
    color: #fff;
}
.img-serv{
    height: 80px;
    width: 80px;
    margin-top: 15px;
    border-radius: 20px;
    transition-duration: 200ms;
    display: flex;
    margin-right: auto;
    margin-left: auto;
}
.card-faq:hover .img-serv{
    transform: scale(1.05);
}
.card-faq h2{
    width: 100%;
    text-align: center;
    font-size: 13px;
    color: #747474;
    margin: 10px auto 20px auto;
    font-weight: 500;
    position: relative;
    z-index: 1;

}
.card-faq p{
    font-size: 12px;
    padding: 0 20px;
    font-weight: 300;
    color: #4c4c4c;
    line-height: 25px;
    text-align: center;
}
.faq-section .card-header{
    padding: 0 15px 10px!important;
    background: #e9e9e9;
    border: none!important;
    border-radius: 20px!important;
    margin: 10px 0;
}
.faq-section .card-header h2{
    margin: 0;
}
.btn-faq{
    padding: 0!important;
    margin: 5px 0 0px 0!important;
    font-size: 14px;
    text-align: right;
    direction: rtl;
    font-weight: 500;
    color: #747474;
    line-height: 30px;
}
.faq-section .accordion>.card{
    border: 0;
    background:transparent ;
}
.faq-section .card-body{
    padding: 20px 15px!important;
    font-weight: 400;
    color: #767676;
    line-height: 30px;
    font-size: 14px;
}
/*--------------------podcast----------------------*/
.card-player-podcast{
    background: #f9f9f9;
    border-radius: 50px!important;
    position: relative;
    overflow: hidden;
    border: 1px solid #f3f3f3;
    margin: 10px 0;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    text-align: center;
}
.card-player-podcast .card-body{
    direction: ltr!important;
    display: flex;
    justify-content: center;
    padding: 0;
}
.card-player-podcast .card-img-podcats{
    height: 250px;
    width: 250px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    margin: 10px auto;
    border-radius: 20px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;

}
.card-player-podcast .card-title{
    font-size: 15px;
    font-weight: 500;
    margin: 10px 0;
    color: #343a40;
}
.card-player-podcast .card-text{
    font-size: 12px;
    margin: 5px 0;
    font-weight: 300;
}
.card-podcast-home .playing{
    position: absolute;
    left: 20px;
    top: 10px;
    font-size: 11px;
    width: 70px;
    color: var(--gray);
    text-align: center;
}
.card-podcast-home .playing i{
    width: 100%;
    font-size: 20px;
    text-align: center;
    color: var(--teal);
}

.podcast-list{
    max-height: 370px;
    overflow-x: hidden;
    overflow-y: auto;
}
.podcast-list::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.podcast-list::-webkit-scrollbar-track {
    background: #f9f9f9;
    margin: 10px;
}

/* Handle */
.podcast-list::-webkit-scrollbar-thumb {
    background: #d7dee0!important;
    border-radius: 20px;
}

/* Handle on hover */
.podcast-list::-webkit-scrollbar-thumb:hover {
    background: #d7dee0!important;
}
.podcast-section .card-podcast-home{
    margin-left: 10px;
}
.podcast-search input{
    width: 100%!important;
    background: transparent;
    border-radius: 20px!important;
    border: 1px solid #d7dee0;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    font-size: 15px;
    font-weight: 200;
    margin: 0 10px;
}
.podcast-search .btn{
    position: absolute;
    left: 20px;
    font-size: 15px;
    color: #eceff1!important;
    padding: 7px 10px;
    top: 0;
    font-weight: 200;
    background: #35588e;
    border-radius: 20px 0 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
@media only screen and (max-width: 500px){
    .card-podcast-home .playing p{
        display: none;
    }
    .card-podcast-home .playing i{
        margin-top: 20px;
    }
}
.podcast-section audio{
    width: 100%;
    background: #f1f3f4!important;
}
/*------------------------video list-----------------*/
.pagination-customized{
    display: flex;
    justify-content: center;
    margin: 20px 0;
}
.pagination-customized .page-link{
    border: none;
    color: var(--gray);
    background: #eceff1!important;
    margin: 0 2px;
    border-radius: 5px;
}
.pagination-customized .page-item.active .page-link{
    background: #6b6299!important;
}
.video-search input{
    width: 100%!important;
    background: transparent;
    border-radius: 20px!important;
    border: 1px solid #d7dee0;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    font-size: 15px;
    font-weight: 200;
    margin-bottom: 20px;
}
.video-search .btn{
    position: absolute;
    left: 10px;
    font-size: 15px;
    color: #eceff1!important;
    padding: 7px 10px;
    top: 0;
    font-weight: 200;
    background: #6b6299;
    border-radius: 20px 0 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.video-select{
    width: 100%!important;
    border-radius: 20px!important;
    border: 1px solid #d7dee0!important;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    font-size: 15px;
    font-weight: 200;
    margin-bottom: 20px;
}
.video-tags{
    display: flex;
    flex-wrap: wrap;
}
.video-tags a{
    border-radius: 20px!important;
    border: 1px solid #d7dee0!important;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    font-size: 15px;
    font-weight: 200;
    margin: 10px 2px;
    display: inline-block;
    padding: 5px 15px;
    margin-top: 0;
}
.video-tags a:hover{
    background: #eceff1;
    border-color: #b4bfd0!important;
    box-shadow: none!important;
}

/*------------------------------masters page-----------------------------*/
.card-master {
    background: #f3f3f3;
    border-color: #f3f3f3;
    border-radius: 40px 5px 5px 40px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.175)!important;
    position: relative;
    padding-top: 50px;
    margin: 30px 0;
}
.card-master .card-title {
    color: #909698;
    font-size: 17px;
    font-weight: 600;
}
.card-master .card-text {
    font-size: 12px;
    text-align: justify;
    color: #4a4a4a;
    line-height: 25px;
    font-weight: 400;
    margin: 0;
}
.img-card-circle {
    position: absolute;
    background: #f8f9fa;
    width: 110px;
    height: 110px;
    right: 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 5px solid #efefef;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
    top: -50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.img-card-circle img{
    max-width: 100%;
}
/*----------------------------master single page--------------------------*/
.profile-banner{
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
}
.profile-general-info{
    position: absolute;
    right: 0;
    bottom: -60px;
    z-index: 999;
}
.profile-general-info h1{
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    margin: 0 10px;
}

.profile-avatar{
    width: 200px;
    height: 200px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    border: 5px solid #2C3D69;

}
.profile-nav {
    background: #2C3D69;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    padding: 0;
}
.profile-nav a {
    font-size: 13px;
    color: #fff;
    border-radius: 0!important;
    padding: 15px 5px!important;
    font-weight: 200;
    margin-right: 10px;
}
.profile-nav a:hover{
    background: #384973;
}
.profile-nav-btn{
    color: #d2d2d2;
}
.profile-sections-head{
    padding-top: 30px;
    width: 100%;
    text-align: center;
    color: #2c3d69;
    font-size: 15px;
    font-weight: 500;
}
.profile-sections .card-course-home .card-img{
    height: 150px;
}
@media only screen and (max-width: 767px){
    .logo-text {
        align-self: center;
    }
    .profile-avatar{
        width: 130px;
        height: 130px;
        margin-right: 10px;
    }
    .profile-general-info h1{
        font-size: 16px;
        color: #fff;
        font-weight: 600;
        margin: 0 10px;
        margin-bottom: 20px;
        width: 200px;
    }
}
@media (max-width: 1399px){
    .table-custom table{
        min-width: 900px;
    }
    .main-nav > li > a {
        font-size: 11px;
        color: #005aff;
        transition-duration: 200ms;
        padding: 15px 0 15px 20px!important;
        font-weight: 400;
        line-height: 25px;
    }
    .btn-signin{
        background: #005aff;
        padding: 5px 20px!important;
        line-height: 28px;
        margin-right: 10px;
        border: none;
        display: inline-block;
        color: #fff!important;
        will-change: background;
        box-shadow: 0 3px 6px rgba(96,108,236,.15), 0 1px 3px rgba(0,0,0,.11);
        transition: background .3s;
        font-size: 11px;
        font-weight: 400;
        min-width: 130px;
    }

}
/*------------------------blog-------------------*/
.blog-slider-wrapper{
    height: 180px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 20px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.caption-blog-slider{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    color: white;
    font-size: 15px;
    font-weight: 400;
    padding: 20px 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.74) 0%, rgba(0,0,0,0) 100%);
}
.card-blog{
    margin: 0;
    width: 100%;
    background: #ffffff!important;
    position: relative;
    border: none!important;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04), 0 -1px 4px rgba(19, 51, 116, 0.09);
    cursor: pointer;

}
.info-post{
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}
.info-post span{
    background: #fff;
    padding: 5px 15px;
    font-size: 13px;
    color: #6b7c93;
    font-weight: 500;
    border-radius: 5px 5px 0 0;
}
.card-blog-main-img{
    position: relative;
}
.card-blog:hover{
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.card-blog:hover img{
    transition: 300ms;
}
.card-blog:hover .card-title{
    transition: 300ms;
    color: #005aff!important;
}
.card-blog .card-title{
    margin-top: 10px;
    line-height: 25px;
    font-size: 14px;
    color: #005aff;
    font-weight: 500;
    margin-bottom: 5px;
    height: 50px;
    overflow: hidden;
}
.card-blog .card-text p{
    font-size: 12px;
    line-height: 22px;
    color: #252525;
    font-weight: 300;
    text-align: justify;
}
.card-blog .post-detail span{
    display: inline-block;
    margin-bottom: 5px;
    color: #696969;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: -.1px;
    text-decoration: none;
    font-weight: 200;
    text-align: justify;
}
.card-blog-main-img img{
    width: 100%;
}
.arrow-right-blog {
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #f3f3f3;
    position: absolute;
    top: calc( 50% - 20px );
    right: -20px;
}
.card-blog-img-single{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 350px;
}
/*------------------------------course single -----------------*/
.rate-it{
    width: 100%;
    height: 100%;
    background: #f8f8f8;
    border: 1px solid #b0b0b069;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.rate-it p{
    line-height: 24px;
    color: #878787;
    font-size: 12px;
    font-weight: 300;
    margin: 5px 0;
}
.starrate span.ctrl { position:absolute; z-index:2;}
.starrate { color:#b3b3b3; cursor:pointer;direction: ltr}
.starrate.saved { color: #005aff;}
.starrate:hover { color:var(--orange);} .starrate.saved:hover { color:var(--orange);}
.starrate-txt{
    line-height: 24px;
    color: #878787;
    font-size: 12px;
    font-weight: 400;
    margin: 5px 0;
}
.course-description .course-single-img{
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    border-radius: 5px;
    box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.1);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 60px;
    font-weight: 400;
    color: #8d8d8d;
    background-color: #dfdfdf;
}
.star-head{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-bottom: 30px;
}
.star-headline{
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #dbdbdb;
}
.star-head-h{
    position: absolute;
    right: 0;
    background: white;
    padding-left: 15px;
    color: #005aff;
    font-size: 14px;
    font-weight: 500;
}
.price-order-wrapper{
width: 100%;
}
.price-wrapper{
    line-height: 25px;
    margin: 5px 0 0 0;
    font-size: 12px;
    color: #888888;
    font-weight: 400;
}
.price-wrapper span{
    color: #005aff;
}
.btn-order-it{
    color: #fff!important;
    background-color: #005aff;
    border: none!important;
    padding: 5px 15px;
    font-size: 11px;
    border-radius: 5px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    height: 35px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-order-it i{
margin-left: 5px;
}
.course-image{
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04), 0 -1px 4px rgba(19, 51, 116, 0.09);

}
.course-heading{
    line-height: 25px;
    color: #005aff;
    font-weight: 500;
    font-size: 15px;
    overflow: hidden;
    transition: color .3s;
    margin:5px 0;
    text-align: center;
}
.course-heading-side{
    margin-top: 0;
    text-align: center;
    line-height: 25px;
    margin-bottom: 0;
    color: #32325d;
    font-weight: 300;
    font-size: 15px;
    height: 50px;
    overflow: hidden;
    transition: color .3s;
}
.course-detail{
    padding: 10px;
}
.course-details p{
    line-height: 25px;
    text-align: justify;
    font-size: 13px;
    color: #888888;
    font-weight: 300;
    text-align-last: center;
    max-width: 700px;
    display: flex;
    margin: 15px auto;
}
.course-details ul{
    list-style: none;
    margin: 0;
    margin-top: 20px;
    display: flex;
    justify-content: center;
}
.course-details ul li{
    line-height: 25px;
    margin: 5px 0 0 0;
    font-size: 12px;
    color: #888888;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #dee2e6!important;
    text-align: center;
}
.course-details ul li:last-child{
    border-left: none!important;
}
.course-details ul li span{
    width: 100%;
    display: inline-block;
    color: #005aff;
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    margin-left: 5px;
}
.course-single h1 {
    color: #7d7d7d;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

.course-single h3{
    color: #5277a1;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    margin: 15px 0;
}
.btn-course-part{
    color: #727272;
    font-size: 13px;
    line-height: 30px;
    text-decoration: none;
    font-weight: 400;
    text-align: justify;
}
.btn-course-part span{
    color: #0067b4;
    font-size: 14px;
    font-weight: 500;
}

.course-avatar-holder{
   background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 200px;
    align-items: center;
    font-size: 25px;
    font-weight: 400;
    color: #8d8d8d;
    background-color: #dfdfdf;
    position: relative;
}
.course-description .text-desc{
    text-align: justify;
    margin: 0;
    font-size: 14px;
    line-height: 30px;
    color: #202020;
    font-weight: 300;
}
.course-avatar-holder .badge{
    position: absolute;
    top: -10px;
    right: 10px;
    font-size: 20px;
    height: 50px;
    width: 50px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    z-index: 999;
}
.course-avatar-holder{
    display: flex;
    justify-content: center;
}
.course-avatar-holder .off-badge{
    background-color: #3bb78f;
    background-image: linear-gradient(315deg, #3bb78f 0%, #0bab64 74%);
    color: #fff;
}
.course-avatar-holder .full-badge{
    width: auto!important;
    border-radius: 5px!important;
    background: #dc3545;
    padding: 0 10px;
    color: #fff;
    font-weight: 600;
}
.btn-download{
    border-radius: 5px;
    color: #fff!important;
    background-color: #3d94fb;
    padding: 5px 15px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    font-size: 14px;
}
.btn-download:hover{
    box-shadow: none!important;
}
.btn-download-lock{
    border-radius: 5px;
    color: #fff!important;
    background-color: #999999;
    border: none!important;
    padding: 5px 15px;
    box-shadow: none!important;
    cursor: not-allowed;
    font-size: 14px;
    width: 85px;
}
.btn-reg{
    border-radius: 5px;
    color: #fff!important;
    padding: 5px 15px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    height: 40px;
    display: flex;
    justify-content: center;
    background-color: #3bb78f;
    background-image: linear-gradient(315deg, #3bb78f 0%, #0bab64 74%);
    font-size: 14px;
    font-weight: 500;
}
.btn-reg:hover{
    background-color: #3bb78f;
    background-image: linear-gradient(315deg, #0bab64 0%, #3bb78f 74%);
    box-shadow: none!important;
}
.course-price p{
    font-size: 15px;
    font-weight: 500;
    color: #696969;
    text-align: right;
    margin-top: 10px;
}
.course-price p span{
    float: left;
    font-size: 15px;
    margin-top: 0;
    font-weight: 500;
    color: #585858;
}
.course-price p del{
    margin-top: 0px;
    display: inline-block;
    width: 100%;
    text-align: left;
    font-size: 12px;
    color: #dc3545;
    font-weight: 400;
}
.product-code P{
    color: #dc3545;
    font-size: 14px;
    font-weight: 500;
    margin-bottom:10px;
}
.btn-share{
    color: #fff!important;
    background-color: #969696;
    background-image: linear-gradient(315deg, #8693ab 0% , #97a7be 74%);
    border: none!important;
    padding: 5px 0;
    width: 100%;
    margin: 10px 0;
    font-size: 11px;
    border-radius: 5px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    height: 35px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-share i{
    margin-left: 5px;
}

.btn-fav:active,
.btn-fav:visited,
.btn-fav:focus{
    background: #e35183;
    background: linear-gradient(to right, #e35183, #ad1457);
}
.btn-was-fav{
    color: #fff!important;
    background: #e35183;
    background: linear-gradient(to right, #e35183, #ad1457);
    border: none!important;
    padding: 5px 15px;
    width: 100%;
    margin: 10px 0;
    font-size: 12px;
    border-radius: 5px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    height: 35px;
    font-weight: 500;
}
.course-single-tags h4{
    font-size: 12px;
    line-height: 30px;
    text-align: justify;
    padding: 3px 0;
    color: #252525;
    font-weight: 600;
    margin: 0!important;
    display: flex;
    align-items: center;
    margin-right: 5px!important;
}
.course-single-tags span{
    border-radius: 20px!important;
    border: 1px solid #d7dee0!important;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    font-size: 12px;
    font-weight: 400;
    margin: 10px 2px;
    display: inline-block;
    padding: 5px 10px;
    margin-top: 0;
    color: #7b7b7b;
}
.course-single-tags span:hover{
    background: #eceff1;
    border-color: #b4bfd0!important;
    box-shadow: none!important;
    cursor: default;
}
.course-demo video{
    width: 100%;
    height: auto;
}
.course-single-nav ul{
    width: 100%;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #dbdbdb;
}
.course-single-nav,.course-description,
.course-stars{
    padding: 20px;
}
.course-stars .form-control{
    font-size: 13px;
    font-weight: 300;
    color: #5e5e5e;
    min-height: 40px;
    width: 100%;
    height: 100%;
    background: #f8f8f8;
    border: 1px solid #b0b0b069;
    border-radius: 5px;
    display: flex;
}
.course-single-nav .nav-pills .nav-link{
    color: #a3a3a3;
    font-size: 14px;
    font-weight: 500;
    min-width: 130px;
    border: 1px solid transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    border-radius: 0;
}
.course-single-nav .nav-pills .nav-link i{
    margin-left: 5px;
    font-size: 13px;
}
.nav-link i {
    color: #464646;
}
.active i {
    color: #fff;
}
.course-single-nav .nav-pills .nav-link.active, course-single-nav .nav-pills .show>.nav-link {
    border-radius: 0;
    border-bottom: 1px solid #005aff;
    background: transparent;
    color: #005aff;
}
.pre-submited{
    margin-bottom: 10px;
}
.pre-submited i{
    color: #005aff;
    font-size: 14px;
}
.course-single-detail{
    margin-bottom: 20px;
}
.course-detail-item{
    text-align: center;
    border-left: 1px solid #eaeaeaa3;
}

.course-detail-item h6{
    width: 100%;
    display: inline-block;
    color: #005aff;
    font-size: 20px;
    font-weight: 400;
    margin: 10px 0;
}
.course-detail-item i{
    font-size: 20px;
    color: #c9c9c9;
    margin-bottom: 10px;
}
.course-detail-item p{
    margin-bottom: 0;
    font-size: 10px;
    color: #979797;
    font-weight: 500;
    justify-content: center;
}
.pre-courses .star-head{
    padding: 10px 0;
}
.pre-courses .star-head-h{
    padding: 0 10px;
    font-size: 13px;
    font-weight: 300;
    right: calc( 50% - 42px );
}
.pre-courses ul{
    margin-bottom:0;
}
.pre-courses li{
    margin-bottom: 0;
    font-size: 12px;
    color: #6d6d6d;
    font-weight: 400;
    padding: 15px 0;
    border-bottom: 1px solid #eaeaea;
    list-style: none;
}
.pre-courses li:last-child{
    border: none!important;
}
.pre-courses a{
    border-radius: 5px;
    background: #e4ebfd;
    color: #005aff;
    float: left;
    padding: 0 5px;
    font-size: 11px;
    font-weight: 500;
}
.brand-brief{
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 20px;
    background: white;
    box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.1);
    padding: 5px 15px;
    display: flex;
    align-items: center;
}
.brand-brief .brand-logo{
width: 20px;
    height: 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 5px;
}
.brand-brief p{
     margin: 0;
    font-size: 12px;
    color: #8c8c8c;
    font-weight: 400;
}
.pricing-table tr{
    border-bottom: 1px solid #f3f3f3;
}
.pricing-table th {
    padding: 10px 0 !important;
    vertical-align: middle!important;
    margin-top: 0;
    text-align: right;
    line-height: 25px;
    margin-bottom: 0;
    color: #32325d;
    font-weight: 600!important;
    font-size: 14px!important;
    height: 45px;
    overflow: hidden;
    transition: color .3s;
}
.pricing-table th p{
    margin:0;
}
.course-description th li span{
    font-size: 15px;
}
.pricing-table td{
    padding: 10px 0!important;
    vertical-align: middle!important;
    margin-top: 0;
    text-align: right;
    line-height: 25px;
    margin-bottom: 0;
    color: #32325d;
    font-weight: 400;
    font-size: 14px!important;
    height: 45px;
    overflow: hidden;
    transition: color .3s;
}
.pricing-table td p{
margin: 0;
}
.pricing-table td span{
    color: #005aff;
    font-weight: 400;
    margin-right: 10px;
}
.btn-add-to-cart{
    position: relative;
    border-radius: 5px;
    background: #005aff;
    color: #e4ebfd;
    float: left;
    padding: 10px 15px;
    font-size: 12px;
    font-weight: 400;
    transition-duration: 300ms;
    display: flex;
    align-items: center;
    border: none!important;
    height: 35px;
    width: 160px;
    justify-content: center;
}
.btn-add-to-cart i{
    font-size: 15px;
    margin-left: 5px;
}
th .btn-add-to-cart,
.btn-add-to-cart:hover{
    background: #e4ebfd;
    color: #005aff;
}
th .btn-add-to-cart:hover{
    background: #e4ebfd!important;
    color: #005aff!important;
}
.course-description ul{
    margin: 0!important;
    justify-content: start;
}
.course-description ul.sub-items li span{
    display: inline-block;
    color: #676767;
    font-size: 15px;
}
.course-description ul li{
    margin: 0;
}
/*--------------------------login-----------------------*/
.logo-login{
    display: flex;
    max-width: 120px;
    margin: 10px auto 20px auto;
}
.login-container{
    background-color: #fff;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    -webkit-box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.1);
    box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.1);
    border: 1px solid #e7e7e7;
    margin-bottom: 15px;
    /*border-right: 2px solid #005aff;*/
    border-top: none;
}
.edit-phone{
    border-bottom: 1px dashed #005aff;
    color: #005aff;
    font-size: 13px;
    margin-bottom: 0;
    margin-top: 5px;
}
.verify-box{
    direction: ltr;
}
.verify-input-field {
    height: 60px;
    width: 50px;
    text-align: center;
    transition: all .1s ease-out;
    font-size: 25px!important;
    border-radius: 11px!important;
    margin: 0 5px;
}
.send-again{
    color: #888!important;
    font-weight: 500!important;
}
.verify-input-field:focus {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.verified {
    color: #66bb6a;
}

.btn-link {
    color: #909698;
    font-size: 13px;
    line-height: 30px;
    letter-spacing: -.1px;
    text-decoration: none;
    font-weight: 500;
    text-align: justify;
}
/*.login-container input{*/
/*    border-radius: 5px!important;*/
/*    background: #f5f5f5!important;*/
/*    font-size: 12px;*/
/*    border: 1px solid #dfdfdf;*/
/*    color: #212121;*/
/*    box-shadow: none!important;*/
/*    min-height: 35px;*/
/*}*/
.login-container textarea{
    font-size: 12px;
    border: 1px solid #dfdfdf;
    color: #212121;
    box-shadow: none!important;
    min-height: 35px;
    padding: 10px;
}
.login-container .custom-switch {
    padding-right: 2.25rem;
    padding-left: 0;
}
.login-container label {
    color: #005aff;
    font-size: 14px;
    font-weight: 500;
    margin: 0px 5px 5px 0;
}
.login-container .checkbox-label{
    font-size: 13px;
    color: #888888!important;
    font-weight: 300;
}
.forgot-pass{
    border-bottom: 1px dashed #005aff;
    float: left;
    color: #005aff;
    font-size: 13px;
    margin-bottom: 0;
    margin-top: 5px;
}
.login-container small{
    margin-right: 5px;
    font-size: 11px;
    font-weight: 500;
    color: #E91E63;
}
.login-links a{
    margin-bottom: 0;
    font-size: 13px;
    color: #888888;
    font-weight: 300;
    margin: 5px 15px;
}
.footer-login{

}
.btn-sign-in{
    width: 100%;
    border-radius: 5px;
    background: #005aff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    border: none;
    font-size: 15px;
    color: #fff!important;
    font-weight: 400;
    box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.1);
    background: linear-gradient(90deg, rgba(60,110,243,1) 0%, rgb(123, 157, 247) 100%);
    transition-duration: 300ms;
}
.btn-sign-in:hover{
    background: linear-gradient(90deg, rgb(123, 157, 247) 0%, rgba(60,110,243,1) 100%);
}
.btn-none-active {
    box-shadow: inset 0 5px 4px -4px rgba(0, 0, 0, .06), inset 0 -5px 4px -4px rgba(0, 0, 0, .06);
    width: 100%;
    margin-top: -4px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f1f1f1;
    border-radius: 0;
    font-size: 15px;
    color: #005aff;
    font-weight: 500;
}
.btn-active {
    width: 100%;
    margin-top: -4px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    font-size: 15px;
    color: #005aff;
    font-weight: 500;
}

.login-container form{
    padding: 20px;
}
/*-------------------------shoping cart-----------------------------*/
.cart-container{
    position: relative;
    overflow: hidden;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.1);
    box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.1);
    margin-bottom: 15px;
}
.table-custom table{
    overflow-x: auto;
    margin: 0!important;
    width: 100%;
}
.table-custom{
    overflow-x: auto;
    margin: 0!important;
}
.table-cover{
    width: 60px;
    height: 70px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.table-custom td, .table-custom th{
    vertical-align: middle!important;
}
.table-price{
    font-size: 15px;
    font-weight: 500;
    color: #4c4c4c;
}
.table-discount{
    font-size: 13px;
    font-weight: 500;
    color: var(--red);
}
.table-delete{
    background: transparent;
    border: none;
    color: #5277a1;
    font-size: 20px;
    font-weight: 600;
}
.table-custom thead th{
    color: #5277a1;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    margin: 15px 0;
}
.table td, .table th{
    border-top: 0;
}
.table-custom a{
    font-size: 15px;
    color: #464646;
    font-weight: 200;
    text-align: justify;
}
.table-custom::-webkit-scrollbar {
    width: 5px!important;
}

/* Track */
.table-custom::-webkit-scrollbar-track {
    background: #f9f9f9;
    margin: 10px;
}

/* Handle */
.table-custom::-webkit-scrollbar-thumb {
    background: #d7dee0!important;
    border-radius: 20px;
}

/* Handle on hover */
.table-custom::-webkit-scrollbar-thumb:hover {
    background: #d7dee0!important;
}
.receipt-box{
    border: none;
    height: 100%;
    padding: 15px;
    position: relative;
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.1);
    box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.1);
    margin-bottom: 15px;
}
.receipt-box ul{
    list-style: none;
    padding-right: 0;
    width: 100%;
}
.receipt-box ul li{
    padding: 5px 0;
    border-bottom: dashed 1px #ccc;
    margin: 5px 0;
    font-size: 15px;
    color: #464646;
    font-weight: 200;
}
.receipt-box ul li span{
    float: left;
    font-weight: 500;
    color: #464646;
}
.receipt-box ul li span.all{
    font-size: 18px;
    color: #ef394e;
    font-weight: 600;
}
.form-discount input{
    width: 100%!important;
    background: #ffffff!important;
    border-radius: 5px!important;
    border: none;
    font-size: 15px;
    font-weight: 200;
    margin: 0;
    -webkit-box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.1);
    box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.1);
}
.form-discount{
    position: relative;
}
.form-discount .btn{
    position: absolute;
    left: 0;
    font-size: 12px;
    color: #ffffff!important;
    padding: 9px 10px;
    top: 0;
    font-weight: 400;
    background: #ef394e;
    border-radius: 5px 0 0 5px;
}
.bank-container{
    border: none;
    height: 100%;
    padding: 15px;
    position: relative;
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.1);
    box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.1);
    margin-bottom: 15px;
}
.bank-container h4{
    color: #5277a1;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
}
.bank-group{
    display: flex;
    flex-wrap: wrap;
}
.bank-group .form-group{
    margin: 0;
    margin-left:10px!important;
}
input[type=checkbox].css-checkbox{ display: none; }

.css-label{
    width: 60px;
    height: 60px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
    overflow: hidden;
    margin: 0;
    background-color: #fff;
    border: 3px solid transparent;
    padding-left: 20px;
    display: flex;
}

input[type=checkbox].css-checkbox:checked + label.css-label {
    border: 3px solid #bdbdbd;
}
.btn-next-step{
    background: #3bb78f;
    color: #fff!important;
    font-size: 15px;
    font-weight: 200;
    border-radius: 5px;
    height: 40px;
    display: inline-block;
    line-height: 25px;
    padding: 6px 20px;
    text-align: center;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    margin: 10px 0;
}
.btn-prev-step{
    background: #a8afb1;
    color: #fff!important;
    font-size: 15px;
    font-weight: 200;
    border-radius: 5px;
    height: 40px;
    display: inline-block;
    line-height: 25px;
    padding:0 20px;
    text-align: center;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    margin: 10px 0;
}
.btn-next-step:hover,.btn-prev-step:hover{
    box-shadow: none!important;
}
.pay-result{
    text-align: center;
}

.pay-result i.fa-check-circle{
    font-size: 100px;
    color: #3bb78f;
    margin: 20px 0;
}
.pay-result i.fa-times-circle{
    font-size: 100px;
    color: #dc3545;
    margin: 20px 0;
}
.pay-result p{
    color: #292929;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -.1px;
    text-decoration: none;
    font-weight: 200;
    text-align: justify;
}
/*profile*/
.radial-progress {
    display: flex;
    margin: 10px auto;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.progress__meter,
.progress__value {
    fill: none;
}
.progress__meter {
    stroke: #f5f5f5;
}
.progress__value {
    stroke: #005aff;
    stroke-linecap: round;
}
.nav-profile{
    width: 100%;
}
.nav-profile a{
    font-size: 14px;
    color: #707070!important;
    border-radius: 0!important;
    font-weight: 300;
    padding: 12px;
}
.nav-profile a span{
    font-size: 11px;
    color: #888888;
    font-weight: 400;
}
.nav-profile a:hover{
    color: #1f5b8f!important;
}
.nav-profile a {
    font-size: 13px;
    padding-left: 5px;
    color: #464646;
}
.nav-profile a.active, .nav-profile .show>.nav-link{
    color: white!important;
    background-color: #005aff!important;
}

.avatar-box{
    background-color: #fff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 99;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    border: 3px solid white;
    box-shadow: 0 0 0 4px #005aff;
}
.user-name{
    width: 100%;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #f5f5f5;
}

.user-name p{
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
    color: #414243;
    font-size: 15px;
    font-weight: 500;
}
.user-name span{
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
    font-size: 13px;
    color: #888888;
    font-weight: 300;
}
.user-name button{
    font-size: 11px;
    box-shadow: none!important;
    font-weight: 400;
    color: #535353;
    border: 1px solid #cdcdcd;
    border-radius: 20px;
    display: flex;
    margin: 0 auto 10px auto;
}
.user-dir{
    padding: 10px;
}
.user-dir p{
    margin-bottom: 10px;
    font-size: 13px;
    color: #888888;
    font-weight: 300;
}
.user-dir i{
    font-size: 15px;
    line-height: 20px;
    margin-left: 5px;
}
.user-dir i.fa-times-circle{
    color: #E91E63;
}
.user-dir i.fa-check-circle{
    color: #009688;
}
.user-dir i.fa-exclamation-circle{
    color: #8c8c8c;
}
.user-dir span{
    float: left;
    color: #393939;
    display: inline-block;
    height: 100%;
    margin-top: 3px;
    font-weight: 400;
}
.product-thumb{
    width: 70px;
    height: 70px;
    border-radius: 10px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    font-size: 15px;
    color: #005aff;
}
.table td, .table th{
    font-size: 14px;
}
.btn-delete{
    position: relative;
    padding: 10px;
    text-decoration: none;
    font-size: 10px;
    display: inline-block;
    text-align: center;
    color: #ffffff;
    overflow: hidden;
    border-radius: 20px;
    background-color: #ee683d;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    border: none;
}
.btn-view{
    position: relative;
    padding: 10px;
    text-decoration: none;
    font-size: 10px;
    display: inline-block;
    text-align: center;
    color: #ffffff!important;
    overflow: hidden;
    border-radius: 20px;
    background-color: #438b77;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    border: none;
}
.table{
    min-width: 700px;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f8f8f8;
}
.custom-list li{
    position: relative;
    display: block;
    padding: 0;
    border: none;
    font-size: 15px;
    background-color: transparent;
    color: #343a40;
    border-bottom: 1px dashed #d7dee0!important;
    margin: 10px 0;
    font-weight: 300;
}
.custom-list{
    padding: 0;
    margin: 15px;
}
.custom-list li span {
    float: left;
}
.custom-list > li i{
    margin-left: 5px;
    color: #d7dee0;
    font-size: 15px;
}

.profile-widget{
    position: relative;
    overflow: hidden;
    background-color: #fff;
    border-radius: 2px;
    -webkit-box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.1);
    box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.1);
    border: 1px solid #e7e7e7;
    margin-bottom: 15px;
    border-right: 2px solid #005aff;
    padding: 20px 10px;
}
.widget-icon img{
    width: 100%;
    max-width: 35px;
}
.widget-title{
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
}
.widget-title h2{
    color: #005aff;
    font-size: 14px;
    font-weight: 500;
    margin: 0px 0 5px 0;
}
.widget-title p{
    margin-bottom: 0;
    font-size: 13px;
    color: #888888;
    font-weight: 300;
}
.widget-body .form-group{
    margin-left:20px;
    margin-bottom: 0;
}
.widget-body .checkbox-label {
    display: block;
    position: relative;
    padding-right: 25px;
    cursor: pointer;
    color: #707070!important;
    border-radius: 0!important;
    margin-bottom: 0;
}

.widget-body .checkbox-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
.widget-body .checkbox-label .checkmark {
    position: absolute;
    top: 5px;
    left: auto;
    right: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
}
.widget-body .checkbox-label .checkmark:after {
    content: "";
    position: absolute;
    display: none; }
.widget-body .checkbox-label:hover input ~ .checkmark {
    background-color: #ccc; }
.widget-body .checkbox-label input:checked ~ .checkmark {
    background-color:#005aff;
}
.widget-body .checkbox-label input:checked ~ .checkmark:after {
    display: block; }
.widget-body .checkbox-label .checkmark:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
.widget-caption{
    width: 100%;
    padding-top: 10px;
    border-top: 1px solid #e0e0e0;
}
.widget-caption p{
    margin-bottom: 0;
    font-size: 13px;
    color: #888888;
    font-weight: 300;
    line-height: 25px;
}
.range-caption {
    font-size: 10px;
    color: #888888;
    direction: ltr;
    font-weight: 300;
    margin-top: 5px;
}
.setyear-style{
    color: #005aff;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}
.range {
    position: relative;
    float: left;
    width: inherit;
    padding: 0;
    border-radius: 6px;
    direction: ltr;

}
input[type=range] {
    -webkit-appearance: none;
    display: block;
    width: 100%;
    height: 8px;
    padding: 0;
    margin: 5px 0;
    border-radius: 4px;
    box-sizing: content-box;
    border: 1px solid #f1f1f1;
}
input[type=range]:focus {
    outline: none;
}
input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #005aff;
    border: 2px solid #f5f5f5;
}
.sms-picked{
    margin-bottom: 0;
    font-size: 13px;
    color: #888888;
    font-weight: 300;
}
.noUi-target,.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
    direction: ltr;
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    /* Fix 401 */
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.noUi-handle {
    position: relative;
    z-index: 1;
}

.noUi-stacking .noUi-handle {
    /* This class is applied to the lower origin when
       its values is > 50%. */
    z-index: 10;
}

.noUi-state-tap .noUi-origin {
    -webkit-transition: left 0.3s,top .3s;
    transition: left 0.3s,top .3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,.noUi-handle {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
    height: 10px;
}

.noUi-horizontal .noUi-handle {
    width: 17px;
    height: 17px;
    left: -7px;
    top: -7px;
    border-radius: 50%;
    background: #005aff;
    border: 2px solid #f5f5f5;
}

/* Styling;
 */
.noUi-background {
    background: #f5f5f5;
}

.noUi-connect {
    background: #005aff;
    -webkit-transition: background 450ms;
    transition: background 450ms;
    border: 1px solid #f1f1f1;
}

.noUi-origin {
    border-radius: 2px;
}

.noUi-target {
    border-radius: 2px;
}

.noUi-target.noUi-connect {
}

/* Handles and cursors;
 */
.noUi-draggable {
    cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
    cursor: n-resize;
}

.noUi-handle {
    cursor: default;
    box-sizing: content-box !important;
}

/* Disabled state;
 */
[disabled].noUi-connect,[disabled] .noUi-connect {
    background: #B8B8B8;
}

[disabled].noUi-origin,[disabled] .noUi-handle {
    cursor: not-allowed;
}
.caption p{
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 13px;
    color: #888888;
    font-weight: 300;
    line-height: 25px;
}
.caption span{
    border-radius: 20px;
    border: 1px solid #005aff;
    padding: 0 10px;
    background: #e4ebfd;
    color: #005aff;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 90%;
    margin: 0 auto;
    direction: ltr!important;
}
.dots{
    font-size: 30px;
    line-height: 35px;
    color: #005aff;
    font-weight: 400;
}
.widget-range-caption p{
    margin-bottom: 0;
    font-size: 13px;
    color: #888888;
    font-weight: 300;
}
/*---------------------alert--------------------------*/
.alert {
    position: relative;
    padding: 5px 10px!important;
    border: 1px solid transparent;
    border-radius: 5px;
    font-size: 12px;
    line-height: 25px;
    font-weight: 400;
}
/*-------------------testimonial-------------------------*/
.owl-carousel.testimonial .owl-stage-outer{
    overflow: visible!important;
}
.card-testimonial {
    border-radius: 40px 20px 20px 40px;
    position: relative;
    padding-top: 50px;
    margin: 30px 0;
    background-color: #ffffff;
    background-image: url(../images/logo-bg.png);
    background-size: 200px 200px;
    background-repeat: no-repeat;
    background-position: left bottom;
    border: none;
    box-shadow: 0 0 13px 0 rgb(220, 220, 220);
}
.card-testimonial .card-title {
    color: #6d6d6d;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}
.card-testimonial .card-text {
    font-size: 13px;
    text-align: justify;
    color: #696969;
    line-height: 23px;
    font-weight: 300;
    margin-bottom: 20px;
    max-height: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.img-card-circle {
    position: absolute;
    background: #f8f9fa;
    width: 100px;
    height: 100px;
    right: 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    top: -40px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}
.img-card-circle img{
    max-width: 100%;
}
.testimonial .owl-item{
    transform: scale(.8)!important;
    opacity: .7!important;
}
.testimonial .owl-item.active{
    transform: scale(1)!important;
    opacity: 1!important;
}
.section-testimonial{
    background: #eff2f9;
}
/*--------------------tile area---------------*/

.grid-item{
    width:100%;
    display: inline-block;
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    color: #888888!important;
}
.grid-item img{
    background-color: #cecece!important;
    border-radius: 10px;
    margin: 10px;
    box-shadow: 0 0 10px 0 rgb(220, 220, 220);

}
/*-------------------card blog home-------------------*/
.card-blog-home{
    width: 100%;
    background: #ffffff!important;
    position: relative;
    border:none!important;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04), 0 -1px 4px rgba(19, 51, 116, 0.09);
}
.card-blog-home:hover{
    cursor: pointer;
}
.card-blog-home .card-title{
    margin-top: 0;
    text-align: right;
    line-height: 25px;
    margin-bottom: 0;
    color: #32325d;
    font-weight: 500;
    font-size: 13px;
    height: 45px;
    overflow: hidden;
    transition: color .3s;
}
.card-blog-home:hover .card-title{
    color: #009be7;
}
.card-blog-home .blog-img-holder{
    height: 150px;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
    position: relative;
}
.card-blog-home .card-body{
    padding: 10px;
}
.card-blog-home .date-published p{
    font-size: 11px;
    color: #6b7c93;
    display: block;
    font-weight: 500;
}
.card-blog-home p{
    width: 100%;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 0;
    color:#3a3a3a;
    font-weight: 300;
    text-align: justify;
    line-height: 25px;
}
.card-blog-home img{
    border-radius: 0;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    -webkit-transform: scale(1.05) translateY(-50%);
    transform: scale(1.05) translateY(-50%);
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
}
.card-blog-home:hover img{
    -webkit-transform: scale(1) translateY(-50%);
    transform: scale(1) translateY(-50%);
}
/*------------------------------------- */
.card-lesson{
    width: 100%;
    background: #ffffff!important;
    position: relative;
    border:none!important;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04), 0 -1px 4px rgba(19, 51, 116, 0.09);
}
.card-lesson:hover{
    cursor: pointer;
}
.card-lesson .card-title{
    margin-top: 0;
    text-align: right;
    line-height: 25px;
    margin-bottom: 0;
    color: #32325d;
    font-weight: 500;
    font-size: 12px;
    height: 45px;
    overflow: hidden;
    transition: color .3s;
}
.card-lesson .english-title{
    text-align: left;
    direction: ltr;
    font-size: 13px;
    height: unset;
    color: rgba(0, 0, 0, 0.67)!important;
}
.card-lesson .english-title span{
    font-size: 16px;
    margin-right: 5px;
    width: 100%;
    display: inline-block;
    margin-bottom: 5px;
}
.card-lesson .card-title span{
    font-weight: 600;
}
.card-lesson:hover .card-title{
    color: #009be7;
}
.card-lesson .blog-img-holder{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
}
.card-lesson .card-body{
    padding: 10px;
}
.card-lesson .date-published p{
    font-size: 11px;
    color: #6b7c93;
    display: block;
    font-weight: 500;
}
.card-lesson p{
    width: 100%;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 0;
    color:#3a3a3a;
    font-weight: 300;
    text-align: justify;
    line-height: 25px;
}
.btn-add-course{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border: 2px dashed #d4d4d4;
}
.btn-add-course:hover{
   background: rgba(59, 114, 255, 0.03);
}
.btn-add-course i{
    color: #005aff;
    font-size: 35px;
}
.btn-add-course p{
    margin-bottom: 0;
    font-size: 13px;
    color: #888888;
    font-weight: 300;
    margin: 0;
    width: 100%;
}
/*--------------- List Page ---------------*/
.checkbox-label {
    display: block;
    position: relative;
    padding-right: 25px;
    margin-bottom: 10px;
    cursor: pointer;
    color: #707070!important;
    border-radius: 0!important;
}

.checkbox-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
.checkbox-label .checkmark {
    position: absolute;
    top: 7px;
    left: auto;
    right: 0;
    height: 15px;
    width: 15px;
    background-color: #e2e2e2;
    border-radius: 2px;
}
.checkbox-label .checkmark:after {
    content: "";
    position: absolute;
    display: none; }
.checkbox-label:hover input ~ .checkmark {
    background-color: #ccc; }
.checkbox-label input:checked ~ .checkmark {
    background-color: #6f94f6;
}
.checkbox-label input:checked ~ .checkmark:after {
    display: block; }
.checkbox-label .checkmark:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sidebar-widget-inner .form-group{
    margin-bottom: 5px;
}
.sidebar-widget-inner{
    max-height: 300px;
    overflow: auto;
}
.sidebar-widget-inner::-webkit-scrollbar {
    width: 5px;
}
.sidebar-widget-inner::-webkit-scrollbar-thumb {
    background: #c7c7c7;
}
.sidebar-widget-inner::-webkit-scrollbar-track {
    background: #e9e9e9;
}
.digi-search{
    position: relative;
}
.digi-search input{
    border-radius: 5px!important;
    background: #f5f5f5!important;
    font-size: 12px;
    border: 1px solid #dfdfdf;
    color: #212121;
    box-shadow: none!important;
    min-height: 35px;
    width: 100%;
    position: relative;
    padding-right: 40px
}
.digi-search button {
    position: absolute;
    right: 5px;
    top: 2px;
    font-size: 15px;
    color: #9e9e9e!important;
    will-change: background;
    transition: background .3s;
    height: 30px;
    margin-left: 5px;
    padding: 0;
    min-width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
}
.sidebar-widget {
    width: 100%;
    background: #ffffff!important;
    position: relative;
    border: none!important;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04), 0 -1px 4px rgba(19, 51, 116, 0.09);
    margin: 0 0 10px;
    padding: 10px;
    border-radius: 0 0 5px 5px!important;
}
.sidebar-heading {
    width: 100%;
    background: #ffffff!important;
    position: relative;
    border: none!important;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04), 0 -1px 4px rgba(19, 51, 116, 0.09)!important;
    border-radius: 5px 5px 0 0 !important;
}
.sidebar-heading h2 {
    direction: rtl;
    margin-bottom: 0;
    position: relative;
    text-align: right;
    padding: 5px 0px;
    display: inline;
    float: right;
    color: #005aff;
    font-size: 14px;
    font-weight: 500;
  }
.sidebar-heading i{
    color: #adb5bd;
    font-size: 14px;
    vertical-align: middle;
}
.sidebar-widget-inner .input-group {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #ddd; }
.sidebar-widget-inner .input-group .input-group-prepend span {
    background-color: transparent;
    border: 0; }
.sidebar-widget-inner .input-group .input-group-prepend span i {
    color: #ccc; }
.sidebar-widget-inner .input-group input {
    border: 0;
    color: #999;
}
.sidebar-widget-inner .input-group input::placeholder {
    color: #999;
    font-size: 13px;
    opacity: 1; }
.sidebar-widget-inner .input-group input:-ms-input-placeholder {
    color: #999;
    font-size: 13px; }
.sidebar-widget-inner .input-group input::-ms-input-placeholder {
    color: #999;
    font-size: 13px; }

.area-search-group input::placeholder {
    color: #999;
    font-size: 13px;
    opacity: 1; }
.area-search-group input:-ms-input-placeholder {
    color: #999;
    font-size: 13px; }
.area-search-group input::-ms-input-placeholder {
    color: #999;
    font-size: 13px; }

.area-top-box {
    background-color: #fff;
    margin: 0 0 10px;
    border-radius: 20px!important;
    position: relative;
    border: 1px solid #eaeaea;
}

.area-select {
    border-color: #dadada!important;
    font-size: 12px!important;
    line-height: 1.833!important;
    border-radius: 0!important;
    color: #999;
    font-weight: 500;}

.area-top-stat {
    font-size: 13px;
    color: #999;
    direction: rtl;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0;
}

.area-books {
    padding: 20px 10px;
    background-color: #fff;
    margin: 0 0 10px;
    border-radius: 20px!important;
    position: relative;
    border: 1px solid #eaeaea;
}

.area-books-wrapper {
    background-color: transparent;
    width: 100%;
    position: relative;
}
.area-books-wrapper:hover .area-book-img img{
    box-shadow: none;
}
.area-books-wrapper:hover .area-book-title a {
    color: #2a56ab;
    font-size: 10px;
    width: 100%;
    display: inline-block;
    margin-bottom: 5px;
    overflow: hidden;
    white-space: unset;
    font-weight: 600;
}
.area-book-badge {
    width: 40px;
    height: 40px;
    position: absolute;
    top: -8px;
    left: auto;
    right: -10px;
    background-color: #00a8ea!important;
    text-align: center;
    line-height: 50px;
    direction: rtl;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;}
.area-book-badge span {
    font-size: 15px;
    color: #fff;
    line-height: 0;
    margin-top: 3px;
    font-weight: 300;
}

.area-book-img {
    width: 100%;
    display: inline-block; }
.area-book-img img {
    width: 100%;
    margin: 0 auto;
    display: block;
    width: 100%;
    border-radius: 1px;
    box-shadow: 0 5px 8px -3px rgba(0,0,0,.5);
    background-image: linear-gradient(to right,#E6E7E8 0,#E6E7E8 72%,#584C4D 73%,#584C4D 100%);
    transition: box-shadow .3s linear; }

.area-book-title {
    width: 100%;
    display: inline-block;
    text-align: center; }
.area-book-title a {
    font-size: 13px;
    width: 100%;
    display: inline-block;
    margin-bottom: 5px;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 30px;
    color: #6d6d6d;
    letter-spacing: -.1px;
    font-weight: 500;}
.area-book-title span{
    font-size: 12px;
    letter-spacing: -.1px;
    text-decoration: none;
    text-align: center;
    line-height: 30px;
    color: #6d6d6d;
    font-weight: 500;
}
.area-book-price {
    width: 100%;
    display: inline-block;
    direction: rtl;
    text-align: center;
    margin-top: 5px;
    height: 38px;
    overflow: hidden; }
.area-book-price span {
    color: #3c3c3c;
    font-size: 15px;
    FONT-WEIGHT: 500;
}
.area-book-price del {
    font-size: 12px;
    color: #dc3545;
    margin: 0 5px;
    display: block;
    font-weight: 400;
}
.my-pagination{
    padding: 0;
    margin: 0;
}
.my-pagination .page-link{
    position: relative;
    display: block;
    padding: 10px 15px;
    line-height: 1.25;
    color: #7d7d7d;
    background-color: #fff;
    border: none;
    font-size: 14px;
    border-radius: 5px!important;
    margin: 0 5px!important;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.my-pagination .page-link:hover{
    background-color: #f1f1f1;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #005aff;
    border-color: #005aff;
}
.book-not-found {
    width: 100%;
    display: inline-block; }
.book-not-found span{
    font-size: 20px;
    color: #52c9cd;
    font-weight: 600;
}
.book-not-found-img {
    width: 100%;
    display: inline-block;
    margin: 40px 0; }
.book-not-found-img img {
    max-width: 200px;
    margin: 0 auto;
    display: block; }
/*-----------------------quiz-------------------*/
.avatar-box p{
    margin-bottom: 0;
    font-size: 13px;
    color: #888888;
    font-weight: 300;
}
.avatar-box h3{
    color: #005aff;
    font-size: 25px;
    font-weight: 500;
    margin: 0;
    text-align: center;
}
.num-q .nums{
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #dadada;
    border-radius: 50%;
    margin: 5px;
    font-size: 13px;
    color: #757575;
    font-weight: 500;
}
.map-q{
    margin: 15px 10px;
}
.map-q .map-qr{
width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-left: 5px;
}
.map-q p{
    margin-bottom: 0;
    font-size: 11px;
    color: #6e6e6e;
    font-weight: 400;
}
.num-q .red ,.map-q .red{
    background: #E91E63;
    color: #fff;
}
.num-q .green ,.map-q .green{
    background: #009688;
    color: #fff;
}
.map-q .no{
    border: 1px solid #dadada;

}
.test-img img{
    max-width: 100%;
    margin:20px auto;
}
.big-text{
    font-size: 18px!important;
    margin-bottom: 10px!important;
}
.test-txt h3{
    color: #005aff;
    font-size: 25px;
    font-weight: 500;
    margin: 0;
}
.test-txt p{
    margin-bottom: 0;
    font-size: 12px;
    color: #888888;
    font-weight: 300;
}
.num-q .now{
    font-size: 25px;
    font-weight: 500;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-duration: 200ms;
    background: #e4ebfd!important;
    color: #005aff!important;
    border-radius: 50%;
}
.dashed{
    border-bottom:1px dashed #a7a7a7;
    width: 40px;
    margin: 0 2px;
}
.question-box{
    margin: 20px auto;
}
.question-box p{
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
    color: #5b5b5b;
    font-size: 15px;
    font-weight: 300;
    font-family: sans-serif;
}
.question-box strong{
    font-weight: 600;
}
.answer-box .default{
    background: transparent;
    border: 1px solid #e2e2e2!important;
    font-size: 13px;
    font-family: sans-serif;
    font-weight: 500;
}
.answer-box .default:hover{
  background: #f0f9f8;
}
.result p{
    width: 100%;
    text-align: center;
    display: flex;
    line-height: 25px;
    text-align: center;
    font-size: 13px;
    color: #505050;
    font-weight: 300;
    margin: 15px auto;
    max-width: 500px;
}
.result i{

}
    /*------------------select box--------------------*/
.area-select {
    border-color: #dadada!important;
    line-height: 1.833!important;
    color: #7f8b97!important;
    font-weight: 500;
    padding: 4px 10px;
    width: 100%!important;
    display: inline-block;
    text-align: right;
    border-radius: 5px!important;
    background: #f5f5f5!important;
    font-size: 12px!important;
    border: 1px solid #dfdfdf;
    box-shadow: none!important;
    min-height: 35px;
}
.select-box .dropdown-item{
    text-align: right!important;
    direction: rtl!important;
    font-size: 12px!important;
    line-height: 1.833!important;
    font-weight: 500;
    padding: 4px 10px;
    color: #999!important;
}
.select-box .dropdown-item:hover{
    background: #f5f5f5;
}
.select-box .dropdown-menu{
    width: 100%!important;
    padding: 0!important;
    margin: 0!important;

}
.area-select::after {
    display: block!important;
    width: 7px;
    position: absolute;
    top: 15px;
    left: 5px;
    height: 10px;
}
.area-select i,
.select-box .dropdown-item i{
    margin-left: 5px;
}
/*the container must be positioned relative:*/
.custom-select {
    position: relative;
    font-family: Arial;
}

.custom-select select {
    display: none; /*hide original SELECT element:*/
}

/*style the arrow inside the select element:*/
.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    left: 10px;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-color: #7f8b97 transparent transparent transparent;
}


/*style the items (options), including the selected item:*/
.select-items div, .select-selected {
    padding: 8px 10px;
    cursor: pointer;
}

/*style items (options):*/
.select-items {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    line-height: 1.833!important;
    color: #7f8b97!important;
    font-weight: 500;
    width: 100%!important;
    display: inline-block;
    text-align: right;
    border-radius: 5px!important;
    background: #fff!important;
    font-size: 12px!important;
    border: 1px solid #dfdfdf;
    box-shadow: none!important;
    max-height: 200px;
    overflow: auto;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.02);
}
.custom-select {
    padding: 0;
    height: calc(1.5em + .75rem + 2px);
    vertical-align: middle;
    color: #7f8b97!important;
    font-weight: 500;
    width: 100%!important;
    display: inline-block;
    text-align: right;
    border-radius: 5px!important;
    background: #f5f5f5!important;
    font-size: 12px!important;
    border: 1px solid #dfdfdf;
    box-shadow: none!important;
    min-height: 35px;
}
.select-items::-webkit-scrollbar {
    width: 5px;
}
/*-------------------search form home--------------*/
.blog-search{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #f5f5f5;
    height: 0;
    -webkit-transition: height .4s;
    transition: height .4s;
    overflow: hidden;
    z-index: 4;
}
.show-search-area{
    height: 100px;
}
.search-home{
    direction: rtl!important;
    width: 100%;
}
.search-home h1{
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
}
.search-home p{
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #033056;
}

.search-form-home{
    position: relative;
}
.form-control:focus{
    border-color: #dadada!important;

}
.search-form-home input{
    background: #ffffff!important;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    width: 100%!important;
    color: #474747;
    font-weight: 300;
    font-size: 14px;
    position: relative;
    text-align: right;
    direction: rtl;
    border: 1px solid #f2f4f6!important;
    height: 45px;
    padding: 0 20px;
    border-radius: 5px;
    transition: border .3s;
    padding-right: 45px;
}
.search-form-home button{
    position: absolute;
    right: 0;
    padding: 0;
    top: 0;
    color: #005aff;
    font-size: 17px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*---------------------blog single----------------------*/
.blog-header{
    width: 100%;
    background: #ffffff!important;
    position: relative;
    border: none!important;
    padding: 10px;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04), 0 -1px 4px rgba(19, 51, 116, 0.09);
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.blog-header-body{
    z-index: 99;
    width: 100%;
}
.blog-header h1{
    margin: 0;
    line-height: 40px;
    color: #32325d;
    font-weight: 500;
    font-size: 15px;
    overflow: hidden;
}
.blog-header p{
    margin: 0;
    font-size: 13px;
    color: #6b7c93;
    display: block;
    font-weight: 500;
}
.blog-body{
    width: 100%;
    padding: 20px 0;
    font-size: 15px;
    margin-top: 10px;
    color: #3a3a3a;
    font-weight: 300;
    text-align: justify;
    line-height: 30px;
}
.blog-body p{
    width: 100%;
    font-size: 14px!important;
    color: #3a3a3a!important;
    font-weight: 300!important;
    text-align: justify;
    line-height: 30px!important;
    margin: 20px 0;
}
.blog-body h3{
    font-size: 17px;
    font-weight: 500;
    color: #32325d!important;
    position: relative;
    padding-right: 15px;
    margin-bottom: 15px;
    text-align: right;
    line-height: 40px;
}
.blog-body h3:before{
    content: "";
    background: #4eb2b8;
    border-radius: 10px;
    width: 3px;
    height: 16px;
    display: block;
    right: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.blog-body video{
    width: 100%;
    border-radius: 5px;
}
.blog-body audio{
    width: 100%;
}
.blog-card-related{
    width: 100%;
    background: #ffffff!important;
    position: relative;
    border: none!important;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04), 0 -1px 4px rgba(19, 51, 116, 0.09);
}
.blog-card-related .card-img{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 90px;
    border-radius: 0;
}
.blog-card-related .card-body{
    padding: 5px;
}
.blog-card-related .card-title{
    margin-top: 0;
    text-align: right;
    line-height: 25px;
    margin-bottom: 10px;
    color: #32325d;
    font-weight: 500;
    font-size: 13px;
    height: 45px;
    overflow: hidden;
    transition: color .3s;
}
.blog-card-related .date-published p{
    font-size: 11px;
    color: #6b7c93;
    display: block;
    font-weight: 500;
    margin: 0;
}
.blog-sidebar-widget{
    width: 100%;
    padding: 20px 0;
    margin-top: 10px;
    padding-bottom: 0;
    margin-bottom: 0;
}
.sticky-it-top{
    position: fixed!important;
    top: 60px;
}
.sticky-it-top .width-determine:first-child{
    margin-top: 60px;
}
.blog-footer{
    margin-bottom: 30px;
    width: 100%;
    background: #ffffff!important;
    position: relative;
    border: none!important;
    padding: 10px;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04), 0 -1px 4px rgba(19, 51, 116, 0.09);
    display: flex;
    align-items: center;
}
.blog-tags span{
    font-size: 13px;
    color: #697d99;
    font-weight: 500;
    margin: 5px;
}
.blog-tags a{
    font-size: 12px;
    color: #747474;
    display: block;
    font-weight: 400;
    margin: 5px;
}
.blog-tags a:hover{
    color: #4db1b7;
}

.blog-body-widget h4{
    font-size: 15px;
    color: #4b4b4b;
    display: block;
    font-weight: 500;
    margin-bottom: 0;
    position: relative;
    padding-right: 15px;
}
.blog-body-widget h4:before {
    content: "";
    background: #2b7e88;
    border-radius: 10px;
    width: 3px;
    height: 16px;
    display: block;
    right: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.blog-body-widget span{
    font-size: 13px!important;
    font-weight: 400!important;
    color: #444444 !important;
    margin-left: 5px!important;
    line-height: 25px;
}
.blog-body-widget a{
    border-bottom: 1px dashed #4cafb6;
    padding-bottom: 5px;
    color: #656565;
    font-weight: 500;
    font-size: 12px;
}
.blog-body-widget ul{
    list-style: none;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 0;
}
.blog-body-widget ul li{
    margin-bottom: 10px;
}
.title-cat-age{
    margin: 0 0 10px 0;
    line-height: 40px;
    color: #32325d;
    font-weight: 500;
    font-size: 15px;
    overflow: hidden;
}
/*-----------------comment------------------*/
.comments-wrapper{
    border-radius: 5px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04), 0 -1px 4px rgba(19, 51, 116, 0.09);
    background-color: #fff;
    padding: 25px;
}
.comments-wrapper p.desc{
    font-size: 15px;
    color: #3e3e3e;
    margin: 15px 0 10px;
}
.comment{
    padding: 10px 0;
    border-bottom: 1px solid #e7e7e7;
}
.comment .img-wrapper{
    background-color: #fff;
    width: 50px;
    height: 50px;
    background-image: url(../images/user.png);
    border-radius: 50%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.comment h4{
    margin-top: 0;
    text-align: right;
    line-height: 25px;
    margin-bottom: 5px;
    color: #686868;
    font-size: 14px;
    font-weight: 500;
}
.comment p{
    line-height: 24px;
    color: #5c5c5c;
    font-size: 15px;
    font-weight: 300;
    text-align: right;
    margin: 0 0 10px 0;
}
.comment .date-published{
    font-size: 11px;
    color: #898989;
    display: block;
    font-weight: 400;
    float: left;
}
.date-published i.fa-check-circle{
    font-size: 20px;
    color: #009688;
}
.date-published i.fa-times-circle{
    font-size: 20px;
    color: #E91E63;
}
.comment:last-child{
    border: none!important;
}
/*-----------ticketing--------------*/
.ticketing-wrapper{
    position: relative;
    overflow: hidden;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.1);
    box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.1);
    margin-bottom: 15px;
    padding: 10px;
}
.ticketing-header{

}
.ticketing-body{
    overflow-y: auto;
    height: 400px;
    background: white;
    overflow-x: hidden;
    padding: 5px;
}
.ticket-avatar{
    background-color: #fff;
    width: 40px;
    height: 40px;
    background-image: url(../images/user.png);
    border-radius: 50%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.tickets-right-wrapper{
    padding-right: 50px;
    max-width: 100%;
    margin-left: auto;
    margin-bottom: 20px;
    position: relative;
}
.tickets-right-wrapper .ticket-avatar {
    position: absolute;
    bottom: 0;
    right: 0;
}
.tickets-right-wrapper .ticket-avatars {
    position: absolute;
    left: 0;
}
.ticket-right{
    background: #ebebeb;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 400;
    color: #2d2d2d;
    display: flex;
    margin-left: auto;
    width: fit-content;
}
.tickets-left-wrapper{
    padding-left: 50px;
    max-width: 80%;
    margin-right: auto;
    margin-bottom: 20px;
    position: relative;
}
.tickets-left-wrapper .ticket-avatar{
    position: absolute;
    bottom: 0;
    left: 0;
}
.ticket-left{
    background: #005aff;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    display: flex;
    margin-right: auto;
    width: fit-content;
}
.download-btn-pm{
    padding: 0;
    margin-left: 20px;
    color: #686868!important;
    font-size: 17px;
}
.file-name-pm{
    display: flex;
    align-items: center;
    direction: ltr;
    font-family: sans-serif;
}
.file-icon-pm i{
    padding: 5px;
    margin-right: 5px;
    color: #686868;
    font-size: 17px;
}
.ticket-left
.file-icon-pm i,
.ticket-left
.download-btn-pm{
    color: #fff!important;
}
.chat-textbox{
    background: #fafafa!important;
    border: 1px solid #c2c2c2;
    border-radius: 10px;
    padding: 10px;
    padding-right: 50px;
    font-size: 14px;
}
.btn-send-pm{
    position: absolute;
    top: 5px;
    padding: 0;
    right: 5px;
    width: 35px;
    height: 35px;
    font-size: 15px;
    color: #fff;
    background: #005aff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-file-pm{
    position: absolute;
    bottom: 5px;
    padding: 0;
    right: 5px;
    width: 35px;
    height: 35px;
    font-size: 20px;
    color: #4a4a4a;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-back-pm{
    padding: 0;
    font-size: 14px;
    color: #3f3f3f!important;
}
.overflow-y-auto{
    overflow-y: auto;
}

/*-----------------ticket list page-----------------*/
.badge-notification-chat{
    position: absolute;
    top: -5px;
    right: -5px;
    font-size: 14px;
    padding: 0px!important;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 20px;
    border-radius: 50%;
    font-weight: 400;
    background: #FF5722;
    color: #fff;
}

.pricing-table .fa-check-circle{
    font-size: 30px!important;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #009688;
}
.pricing-table .fa-times-circle{
    font-size: 30px!important;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #E91E63;
}
.pricing-table .fa-exclamation-circle{
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #8c8c8c;
}
/*----------feature section------------*/
.section-feature{

}
.card-features {
    padding: 20px;
    border-right: 1px solid gainsboro;
}
.card-features img{
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
}
.card-features h3{
    margin-top: 0;
    line-height: 25px;
    margin-bottom: 10px;
    color: #005aff;
    font-weight: 400;
    font-size: 18px;
    overflow: hidden;
    transition: color .3s;
}
.card-features h4{
    font-size: 13px;
    color: #a3a3a3;
    font-weight: 300;
}
.card-features p{
    font-size: 12px;
    line-height: 22px;
    color: #252525;
    font-weight: 300;
    text-align: justify;
}
.btn-view-this{
    border-radius: 5px;
    border: none;
    padding: 5px 14px;
    background: #e4ebfd;
    color: #005aff!important;
    max-width: 90%;
    margin: 0 auto;
    height: 30px;
    font-size: 13px;
}
/*-----------------courses i participat------------*/
.badge-active-course{
    height: 30px;
    padding: 10px 15px;
    font-weight: 300;
    font-size: 13px;
    color: #fff;
    background: #005aff;
    border-radius: 20px;
}
.course-should-test p{
    margin: 0;
    line-height: 25px;
    font-size: 13px;
    color: #5a5a5a;
    font-weight: 300;
}
.course-should-test .btn{
    color: #fff!important;
    border: none!important;
    padding: 5px 15px;
    font-size: 13px;
    border-radius: 5px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    height: 35px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
}
.participate-edit{
    padding: 0;
    margin: 0;
    position: absolute;
    top: 35px;
    left: 30px;
    color: #898989;
}
.course-details i.fa-check-circle {
    font-size: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #009688;
}
.course-details i.fa-times-circle {
    font-size: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #E91E63;
}
/*---------------course i signed-------------*/
.time-will-start{
    margin: 0;
    margin-bottom: 20px;
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    color: #8c8c8c;
    font-weight: 400;
    padding: 0;
}
.pre-courses span{
    font-size: 11px;
    font-weight: 500;
    padding: 5px;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pre-courses .done{
    color: #464646;
}
.pre-courses .done span{
    background: #e4e4e4;
}
.pre-courses .active{
    color: #005aff;
}
.pre-courses .active span{
    background: #005aff45;
    color: #005aff;
}
.pre-courses .bought{
    color: #989898;
}
.pre-courses .bought span{
    background: #00968847;
    color: #009688;
}
.pre-courses .not-yet{
    color: #989898;
}
.pre-courses .not-yet span{
    color: #E91E63;
    background: #e91e6347;
}

.course-badge-link{
    border: none!important;
    background: transparent!important;
    color: unset!important;
    padding: unset!important;
}
.table-words{
    direction: ltr;
    text-align: left;
    font-weight: 300;
    font-size: 15px;
    font-family: sans-serif;
}
.table-words td{
    font-size: 15px!important;
}
.btn-bught{
    position: relative;
    border-radius: 5px;
    background: #0096881f!important;
    color: #009688!important;
    float: left;
    padding: 10px 15px;
    font-size: 12px;
    font-weight: 400;
    transition-duration: 300ms;
    display: flex;
    align-items: center;
    border: none!important;
    height: 35px;
    width: 160px;
    justify-content: center;
    cursor: unset!important;
}
.empty-cart img{
    max-width: 133px;
    margin-bottom: 20px;
}
.btn-word-action{
    padding: 8px;
    font-size: 13px;
    color: #005aff;
    opacity: .7;
}
.btn-word-action:hover{
    opacity: 1;
}
#the-count{
    font-size: 13px;
}
.participated-image{
    width: 100%;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    border-radius: 5px;
}
.opacity-back {
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.opacity-back span {
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    direction: ltr;
    color: white;
    cursor: default;
    font-size: 12px;
    width: fit-content;
}
@media(min-width: 576px){
    .blog-body img {
        width: 850px;
        height: 400px;
        border-radius: 5px;
    }
    .d-responsive {
        display: flex;
    }
}
@media(max-width: 575px){
    .blog-body img {
        width: 100%;
        border-radius: 5px;
    }
}
@media(max-width: 1199px){
    .desktop {
        display: none!important;
    }
}

.btn-buy-green {
    margin-top: 60px;
    font-size: 14px;
    background: #005aff!important;
    border: 2px solid #005aff!important;
    color: white!important;
    border-radius: 20px;
    width: 240px;
    padding: 6px 0;
    position: relative;
    z-index: 13;
    overflow: hidden;
    transition: 0.5s;
}
.btn-buy-green:hover {
    color: #005aff!important;
    background: white!important;
}
.btn-buy-blue {
    margin-top: 60px;
    font-size: 14px;
    background: #005aff;
    border: 2px solid #005aff;
    color: white;
    border-radius: 20px;
    width: 200px;
    padding: 6px 0;
    position: relative;
    z-index: 13;
    overflow: hidden;
    transition: 0.5s;
}
.btn-buy-blue:hover {
    color: #005aff;
    background: white;
}
.btn-buy-mobolingo {
    margin-top: 60px;
    font-size: 14px;
    background: #005aff;
    border: 2px solid #005aff;
    color: #fff;
    border-radius: 20px;
    width: 240px;
    padding: 6px 0;
    position: relative;
    z-index: 13;
    overflow: hidden;
    transition: 0.5s;
}
.btn-buy-mobolingo:hover {
    color: #005aff;
    background: #fff;
}

.btn-buy-help {
    margin-top: 60px;
    font-size: 14px;
    background: #ee2e5d;
    border: 2px solid #ee2e5d;
    color: #fff;
    border-radius: 20px;
    width: 240px;
    padding: 6px 0;
    position: relative;
    z-index: 13;
    overflow: hidden;
    transition: 0.5s;
}
.btn-buy-help:hover {
    color: #ee2e5d;
    background: #fff;
}

.btn-buy-free {
    margin-top: 60px;
    font-size: 14px;
    background: #ee2e5d;
    border: 2px solid #ee2e5d;
    color: white;
    border-radius: 20px;
    width: 240px;
    padding: 6px 0;
    position: relative;
    z-index: 13;
    overflow: hidden;
    transition: 0.5s;
}
.btn-buy-free:hover {
    color: #ee2e5d;
    background: transparent;
}


.loading-mobolingo {
    position: fixed;
    top: 45%;
    left: 48%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    animation: loading 1s infinite;
}
.loading-small {
    position: absolute;
    top: 18%;
    left: 48%;
    transform: translate(-50%, -50%);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    animation: loading 1s infinite;
}
@keyframes loading {
    0% {
        transform: rotate(-360deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.c-1 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #00ffe7;
}
.c-2 {
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #0072ff;
}

.c-3 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #00ffe7;
}
.c-4 {
    position: absolute;
    right: 0;
    top: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #0072ff;
}
.back-grey {
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 200000;
}
.link-header {
    border-bottom: 2px solid transparent;
    border-radius: 5px;
}
.link-header::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background: white;
    width: 0;
    height: 2px;
    transition: 0.5s;
}
.link-header:hover::before {
    content: "";
    width: 100%;
}

.link-header-sub {
    border-bottom: 2px solid transparent;
    border-radius: 5px;
}
.link-header-sub::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: grey;
    width: 0;
    height: 2px;
    transition: 0.5s;
}
.link-header-sub:hover::before {
    content: "";
    width: 100%;
}

.link-headers {
    border-bottom: 2px solid transparent;
    border-radius: 5px;
    color: white!important;
    transition: 0.5s;
}
.link-headers::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background: red;
    width: 0;
    height: 2px;
    transition: 0.5s;
}
.link-headers:hover::before {
    content: "";
    width: 100%;
}
.link-headers:hover {
    color: red!important;
}

.links-headers {
    border-bottom: 2px solid transparent;
    border-radius: 5px;
    transition: 0.5s;
    color: #005aff!important;
}
.links-headers::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background: red;
    width: 0;
    height: 2px;
    transition: 0.5s;
}
.links-headers:hover {
    color: red!important;
}
.links-headers:hover::before {
    content: "";
    width: 100%;
}

.form-search {
    border-radius: 50px 50px 50px 50px;
    border: 2px solid #d3d3d387;
    font-size: 14px;
    height: 40px;
    padding-right: 35px;
}
.form-search:focus {
    border: 2px solid transparent !important;
    box-shadow: 0 0 19px #0000002b !important;
    border-radius: 25px 25px 0 0;
}

.search-box {
    display: none;
}

.search-box-item {
    list-style-type: none;
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 10000;
}
.search-box-itemi {
    list-style-type: none;
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 10000;
}
.search-box-item li {
    background: white;
    font-size: 13px;
    padding: 5px;
    cursor: pointer;
}
.search-box-itemi li {
    background: white;
    font-size: 13px;
    padding: 5px;
    cursor: pointer;
}

#fa-search {
    color: #00000057;
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translateY(-50%);
}


.header-fix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 111111;
}


.img-slide {
    margin: 10px 0;
    border-radius: 17px;
}


@media(min-width: 790px){
    .box-crop {
        position: fixed;
        z-index: 10000000;
        width: 850px;
        height: 400px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: white;
        display: none;
    }
    .box-cropz {
        position: fixed;
        z-index: 10000000;
        width: 850px;
        height: 400px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: white;
        display: none;
    }
    .sized_box {
        background: #80808038;
        width: 95%;
        height: 400px;
        position: relative;
    }
    .sized-box {
        background: #005aff;
        width: 150px;
        height: 40px;
        position: relative;
        display: none;
        border-radius: 50px;
    }
    .sized-box p {
        color: white;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        font-size: 12px;
        width: 100%;
        cursor: pointer;
    }
    .sized_box h1 {
        position: absolute;
        left: 50%;
        top: 40%;
        transform: translate(-50%, -50%);
        color: grey;
        font-size: 40px;
        font-weight: 600;
    }
    .sized_box p {
        position: absolute;
        left: 50%;
        top: 60%;
        transform: translate(-50%, -50%);
        color: grey;
        font-size: 20px;
        font-weight: 600;
    }
    #avatars {
        display: none;
        width: 850px;
        height: 400px;
    }
}
@media(max-width: 789px){
    .img-upload {
        width: 100%;
        display: inline;
    }
    #result_image {
        width: 100%;
        height: 150px;
        display: none;
    }
    .box-crop {
        position: fixed;
        z-index: 1000000;
        width: 100%;
        height: 200px;
        top: 0;
        left: 0;
        background: white;
        display: none;
    }
    .box-cropz {
        position: fixed;
        z-index: 1000000;
        width: 100%;
        height: 200px;
        top: 0;
        left: 0;
        background: white;
        display: none;
    }
    #avatar_img {
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        cursor: pointer;
        z-index: 10;
        opacity: 0;
    }
    .sized-box {
        background: #005aff;
        width: 150px;
        height: 40px;
        position: relative;
        display: none;
        border-radius: 50px;
    }
    .sized-box p {
        color: white;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        font-size: 12px;
        width: 100%;
        cursor: pointer;
    }
    .sized_box {
        background: #80808038;
        width: 100%;
        height: 300px;
        position: relative;
    }
    .sized_box h1 {
        position: absolute;
        left: 50%;
        top: 40%;
        transform: translate(-50%, -50%);
        color: grey;
        font-size: 30px;
        width: 100%;
        font-weight: 600;
    }
    .sized_box p {
        position: absolute;
        left: 50%;
        top: 60%;
        transform: translate(-50%, -50%);
        color: grey;
        font-size: 20px;
        font-weight: 600;
        width: 100%;
    }
    #avatars {
        display: none;
        width: 100%;
        height: 200px;
    }
}
#avatar_image {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 10;
    opacity: 0;
}
#disable {
    display: none;
}
.check-box {
    position: relative;
    border: 2px solid #123274;
    width: 53px;
    height: 22px;
    border-radius: 25px;
}
.center-item {
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
}
.back-blurz {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0 ,0.5);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    display: none;
}
#crop {
    position: fixed;
    z-index: 1000000;
    left: 50%;
    top: 85%;
    font-size: 14px;
    font-weight: 500;
    padding: 6px 33px;
    background: #005aff!important;
    border: 2px solid #fff;
    border-radius: 50px;
    color: #fff;
    display: none;
    transform: translateX(-50%);
    transition: 0.4s;
    width: 200px;
}
#crop:hover {
    background: #123274!important;
    color: #fff;
}
#crops {
    position: fixed;
    z-index: 100000000;
    left: 50%;
    top: 85%;
    font-size: 14px;
    font-weight: 500;
    padding: 6px 33px;
    background: #005aff!important;
    border: 2px solid #fff;
    border-radius: 50px;
    color: #fff;
    display: none;
    transform: translateX(-50%);
    transition: 0.4s;
    width: 200px;
}
#crops:hover {
    background: #123274!important;
    color: #fff;
}
#avatar_img {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 10;
    opacity: 0;
}
#close-btn {
    position: fixed;
    z-index: 10000000;
    font-size: 43px;
    color: red;
    cursor: pointer;
    right: 5%;
    top: 2%;
    display: none;
}
.iphone {
    width: 280px;
    height: 550px;
    border-radius: 35px;
    box-shadow: inset 0 0 15px rgb(0 0 0 / 20%), 0 40px 100px rgb(0 0 0 / 40%);
    background: #000;
    position: relative;
    animation: iphone 3s infinite;
}
@keyframes iphone {
    0% {
        transform: translateY(10px);
    }
    50% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(10px);
    }
}
.iphone::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    background: #000;
    width: 137px;
    height: 28px;
    z-index: 99;
    transform: translateX(-50%);
    border-radius: 1px 5px 15px 15px;
}
.screen-iphone {
    content: "";
    background: #fff;
    width: 95%;
    height: 96%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 35px;
}
.screen-iphone .time {
    font-size: 10px;
    position: absolute;
    left: 10%;
    top: 3px;
}
.screen-iphone img:nth-child(2) {
    position: absolute;
    right: 6%;
    top: 3px;
    width: 47px;
    border-radius: 50px;
}
.swiper-animate {
    position: absolute;
    top: 30%;
    height: auto !important;
    background: #fff;
}
.swiper-animate-2 {
    position: absolute;
    top: 15%;
    height: auto !important;
    background: #fff;
}
.w-90 {
    width: 90%;
}
.fs-14 {
    font-size: 14px;
}
@media(min-width: 1024px){
    .text-mobolingo {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .text-mobolingo h1 {
        font-size: 160px;
        transition: 0.5s;
        background: url("../img/8245.png");
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-size: contain;
    }
}
@media(max-width: 1023px) {
    .text-mobolingo {
        display: none;
    }
}
.text-bottom {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background: #fff;
    padding: 1px 0;
    border-radius: 0 0 10px 10px;
    width: 50%;
}
.cancel-btn {
    color: #fff !important;
    border: 1px solid;
    padding: 3px 8px;
    border-radius: 50px;
}

.swal2-title {
    font-size: 16px !important;
    font-weight: 400 !important;
}
