
.course_section{
    background: #e3e3e3;
    padding: 20px;
    border-radius: 10px;
}
.inner_section_lesson{
    display: flex;
    align-items: center; 
    position: relative;
    cursor: pointer;
}
.no-accordion .inner_section_lesson{
    cursor:auto;
}
.course_section.toggleslide.active .inner_section_lesson{
 margin-bottom: 20px;
}
.inner_section_lesson i{
    position: absolute;
    right: 20px;
    font-size: 25px;
    color: #545454;
    transition: .3s;
}
.img_lesson{
    width: 75px;
}
.img_lesson img{
    width: 100%;
    max-width: 60px !important;
    border-radius: 4px !important;
    margin-right: 25px;
    margin-top: 0 !important;
}
.head_text span{
    line-height: 2;
    font-size: 20px;
    font-weight: 800;
    color: #000;
}
.head_text p{
    color: #000;
}
.panel_group .panel_row{
    display: flex;
    justify-content: space-between;
}
.panel_column_right,.panel_column_left{
    display: flex;
    align-items: center;
}
.course_section .panel_column_right i{
    color: #d4d9dd;
    font-size: 20px;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out;
}
.course_section .panel_column_right:hover i{
    color: #0dceda;
}
.right_panel_text{
    margin-left: 20px;
}
.right_panel_text .title{
    font-size: 18px;
    line-height: 2;
    color: #000;
}
.right_panel_text p{
    font-size: 14px;
    color: #adb5bd;
    font-weight: 400;
    margin: 0;
    line-height: 1;
}
.right_panel_text .label{
    background-color: #8be669;
    color: #fff;
    border-radius: 4px;
    padding: 1px 5px;
    font-size: 13px;
}
.panel_group{
    padding: 20px;
    border-top: 1px solid #c9c9c9;
    display: block;
    cursor: pointer;
}
.inner_content_item{
    height: auto !important;
    display: none;
}
.no-accordion .inner_content_item{
    display: block;
    cursor: pointer;
}
.panel_column_left .preview_button{
    background-color: #ff6060;
    color: #fff;
    border-radius: 30px;
    line-height: 2.3;
    padding: 1px 10px;
    margin-right: 10px;
}
.inner_section_lesson.ui-accordion-header-active i{
    transform: rotate(180deg);
}
.panel_column_left .preview_button i,.panel_column_left .download-button i{
    vertical-align: middle;
}
.panel_column_left .download-button{
    background-color: #4ece3d;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.panel_content{
    background-color: #fff;
    padding: 30px 20px;
    border-radius: 4px;
    color: rgb(34, 32, 32);
    height: auto !important;
    display: none;
}
.label.video{
    background-color: RED;
}
.label.exam{
    background-color: rgb(255, 102, 41);
}
.label.quiz{
    background-color: rgb(26, 155, 247);
}
.label.lecture{
    background-color: rgb(168, 20, 226);
}
.download-button.gray{
    background-color: #545454;
}
.private-lesson{
    margin-left: 20px;
    font-size: 15px;
}
.private-lesson .green-lock,.private-lesson span,.private-lesson .access{
    color: #00bf0f;
}
.private-lesson .fa.fa-lock,.private-lesson .no-access{
    color: #ff6060;
}
.sale_price {
    background-color: #00bf0f; /* رنگ پس زمینه مورد نظر خود را اینجا قرار دهید */
    color: #ffffff; /* رنگ متن داخل قیمت تخفیف داده شده */
    padding: 5px; /* فاصله داخلی دلخواه برای قیمت تخفیف داده شده */
 }
/* Ajax Search */
.search-form-ajax{
    height: 70px;
    line-height: 20px;
    padding: 12px 30px;
    width: 100%;
    outline: none;
    border-radius: 11px;
    border: none;
    display: flex;
    align-items: center;
}
.ajax_search_form input[type="text"]{
    border: none;
}
.ajax_search_form button{
    border: 0px;
    padding: 18px 23px;
    border-radius: 14px;
    background: #0dceda;
    color: #fff;
}
.thum_search img{
    border-radius: 5px;
    margin-left: 10px;
}
.searc_price{
    font-size: 13px;
    display: block;
    margin: 10px 0;
}
.rsearc_price del{
    color: #39b156;
}
.rsearc_price ins{
    background-color: #fff9c0;
    border-radius: 5px;
    padding: 2px 5px;
}
.searc_price del{
    background: #ffc4cb;
    border-radius: 5px;
    padding: 2px 5px;
    color: #fff; 
}
.searc_price ins{
    text-decoration: none;
}
.searc_price ins .woocommerce-Price-amount bdi,.searc_price>.woocommerce-Price-amount> bdi,.searc_price>.amount{
    background: #98ffa6;
    border-radius: 5px;
    padding: 2px 5px;
    color: #fff;
}
.grid_container{
    display: grid;
    grid-gap: 20px;
    grid-template-rows: repeat(2,1fr);
    grid-template-columns: repeat(3,1fr)
}
.main_right{
    grid-column: 2 span;
    grid-row: 2 span;
    position: relative;
}
.main_right img,.left_top img{
    width: 100%;
    height: 100% !important;
    margin: 0 !important;
    border-radius: 15px !important;
}
.left_top{
    grid-column: 1 span;
    grid-row: 1 span;
    position: relative;
}
.blog_post_inner{
    position: absolute;
    z-index: 2;
    right: 25px;
    bottom: 40px;
    width: calc(100% - 50px);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.main_right .blog_post_inner{
    border-radius: 20px;
    background-color: rgba(255,255,255,0.95);
    box-shadow: 0 0 25px rgba(0,0,0,0.2);
    right: -30px;
    bottom: 35px;
    padding: 30px;
    width: 62%;
}
.main_right h2.title{
    font-size: 20px;
    line-height: 25px;
    font-weight: normal;
    color: #222;
    margin-top: 10px;
}
.left_top h2.title{
    font-size: 15px;
    color: #FFF;
    font-weight: normal;
    line-height: 28px;
    margin-top: 10px;
}
.left_top .blog_post_inner .category{
    background: linear-gradient(227deg, #f73434, #d67934f0);
    color: #fff;
    padding: 1px 5px;
    border-radius: 7px;
    font-size: 14px;
}
.main_right>a::after,.left_top>a::after{
    content: "";
    background-color: rgba(0, 0, 0, 0.606);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    border-radius: 15px;
    transition: all .5s ease;
}
.main_right>a:hover:after,.left_top>a:hover:after{
    background-color: rgba(0, 0, 0, 0.314); 
}
.main_right .category::after{
    content: "";
    background: #ff8d8d;
    width: 50px;
    position: absolute;
    border-radius: 10px;
    display: block;
    padding-bottom: 5px;
}
/* video playlist */
.video_wrapper{
    display: flex;
    flex-wrap: wrap;
}
.video_wrapper .main_video{
    flex-basis: 60%;
    display: none;
    height: 400px;
}
.video_wrapper .main_video .wp-video{
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 18px -11px rgb(0 0 0 / 82%);
}
.video_playlist_widget .main_video img{
    margin-top: 0;
}
.video_wrapper .playlist{
    flex-basis: 40%;
    max-height: 400px;
    padding: 0 20px;
    overflow-y: scroll;
}
.playlist>a{
    padding: 18px 18px;
    width: 100%;
    background: rgba(0, 0, 0, 0.721);
    display: block;
    margin-bottom: 8px;
    border-radius: 4px;
    box-shadow: 0 0 18px -11px rgb(0 0 0 / 82%) !important;
}
.video_wrapper .playlist>a{
    display: flex;
    align-items: center;
}
.playlist .video_thumbnail{
    width: 110px;
}
 .playlist .video_thumbnail img{
    width: 100px;
    border-radius: 8px;
    margin-top: 0;
    box-shadow: 0 0 5px -1px #c0bebe;
    border: 2px solid #e2e2e2;
  }
  .playlist .meta_data{
    margin-right: 10px;
  }
  .playlist .meta_data .title{
    font-size: 15px;
    font-weight: 300;
    color: #f9f9f9;
    margin-bottom: 5px;
    line-height: 2;
  }
  .playlist .meta_data .data_publish{
    color: rgb(222, 219, 219);
    font-size: 11px;
  }
  .video_wrapper .playlist::-webkit-scrollbar{
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
  }
  .video_wrapper .playlist::-webkit-scrollbar-button{
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.721);
  }
  .video_wrapper .playlist::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.721);
  }
  .show_active{
    display: block !important;
  }
  .main_video .mejs-container .mejs-controls{
    background: #1b1b1b7a;
    border-radius: 20px;
  }
  .playlist>a:first-child{
    position: relative;
  }
  .playlist>a:first-child:after{
    content: "جدید";
    position: absolute;
    top: 0;
    right: 0;
    padding: 6px;
    font-size: 12px;
    background-color: #d71515;
    color: #FFF;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 4px;
    z-index: 10;
    opacity: 0.9;
  }
  .playlist_item.active{
    background: rgb(0 0 0 / 40%);
  }
 .video_playlist_widget .mejs-container.wp-video-shortcode.mejs-video,.video_playlist_widget .wp-video-shortcode video,.video_playlist_widget .mejs-container.mejs-container-keyboard-inactive,.video_playlist_widget .mejs-container.wp-video-shortcode.mejs-video,.video_playlist_widget .mejs-overlay.mejs-layer.mejs-overlay-play,.video_playlist_widget video.wp-video-shortcode{
    height: 400px !important;
  }
  .mejs-container.mejs-container-keyboard-inactive.wp-video-shortcode.mejs-video{
    background: #2220;
  }

/* end playlist */
/* course list */
.elementor-products.courses-list{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-auto-rows: auto;
}
.products.courses-list .post_thumbnail img{
    width: 100%;
}
.course_item.course_list{
    margin: 10px;
}
.image-up .post_thumbnail{
    padding: 20px;
}
.image-up .post_thumbnail img{
    margin-top: 0px ;
    border-radius: 10px;
}
.courses-list.image-up{
    row-gap: 50px;
}
.courses-list .onsale_perc{
    font-size: 13px;
}
.courses-list .onsale_price,.flex_for_pagination .onsale_price,.single_archive_page .onsale_price{
    background: url(../img/discont_badge2.png);
    width: 80px;
    height: 55px;
    background-repeat: no-repeat;
    background-position: center;
    line-height: 35px;
    left: -18px;
    top: -10px;
    transform: rotate(317deg);
}
.courses-list .course_item:hover .onsale_price,
.product_categorypage #main li.product.type-product:hover .onsale_price,
.single_archive_page #main li.product.type-product:hover .onsale_price{
    transform: rotate(360deg);
}
.courses-list .onsale_price span,.product_categorypage #main li.product.type-product .onsale_price span,.single_archive_page .onsale_price{
    display: inline-block;
}
.courses-list .sale_text{
    margin-right: 2px;
}
.course_list_item_desc{
    color: #fff;
    font-weight: 100;
    line-height: 1.5;
    font-size: 13px;
    margin-bottom: 10px;    
}
.testemonial_wrapper{
    background: #a7b8c9;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
}
.ts-swiper-item{
    box-shadow: 0 0 19px rgb(174 179 195 / 85%);
    border-radius: 10px;
}
.desc_of_testmonial{
    color: #fff;
    line-height: 2;
    font-weight: 300;
}
.other_of_testmonial{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.other_of_testmonial img{
    width: 70px;
    border: 4px solid #fff !important;
    border-radius: 50% !important;
}
.other_of_testmonial .name{
    font-weight: 900;
}
.other_of_testmonial .job{
    font-weight: 100;
    font-size: 12px;
}
.name-and-job {
    text-align: left;
    margin-left: 15px;
    line-height: 1.8;
    color: #fff;
}
.blog_pelleh_wrapper{
    display: grid;
    grid-template-columns: repeat(2,310px);
    grid-template-rows: repeat(2,1fr);
    grid-gap: 20px;
    justify-content: center;
}
.pelleh_item{
    width: 310px;
    background: #0e2338;
    padding: 20px;
    border-radius: 10px;    
    height: max-content;
}
.image_pelleh_post img{
    width: 100%;
    border-radius: 10px !important;
}
.cat_author{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cat_author a{
    color: #fff;
}
.pelleh_item h4{
    color: #fff;
    font-weight: 800;
    line-height: 1.7;
    margin: 15px 5px;
}
.pelleh_item .author img{
    width: 30px;
    border-radius: 50%;
    border: 2px solid #fff;
}
.pelleh_item .author a{
    font-size: 12px;
}
.pelleh_item .author img{
    margin-top: 0;
}
.categoey a{
    color: #5f9afc;
}
.cat_author .categoey{
    background: #31485f;
    color: #5f9afc;
    border-radius: 6px;
    padding: 6px;
    font-size: 11px;
}
.pelleh_item.go_top{
    margin-top: -40px;
}
.padcast_item{
    background-color: #204e7c;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 15px -20px #1c1c1cbf;
    position: relative;
    margin: 40px auto;
}
.padcast_item .top_sec,.botoom_sec{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.padcast_item .botoom_sec{
    border-top: 1px dashed #1b314c;
    padding-top: 15px;
}
.padcast_item h3 a,.top_sec,.botoom_sec a{
    color: #fff;
    font-size: 18px;
}
.padcast_item .number,.padcast_item .time{
    border: 1px solid #1b314c;
    padding: 6px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 200;
    position: relative;
}
.padcast_item .time{
    border: none;
    background-color: #1e3c5e;
}
.padcast_item .number i,.padcast_item .time i{
    color: #3b82f6;
    font-size: 16px;
    z-index: 999;
    vertical-align: middle;
}
.padcast_item .number::before{
    content: "";
    width: 20px;
    height: 20px;
    background: #203f67d1;
    display: block;
    position: absolute;
    border-radius: 50%;
    top: 4px;
    right: -15px;
}
.padcast_item .title{
    margin: 20px 0;
    font-weight: 800;
    text-align: left;
}
.padcast_item .botoom_sec img{
    border-radius: 8px;
    position: absolute;
    bottom: -20px;
    left: 20px;
    box-shadow: 0 0 15px #2b4b6c;
    border: 3px solid #204e7c;
    width: 80px !important;
}
.botoom_sec .listen{
    font-size: 11px;
    color: #609cff;
    font-weight: 600;
}
.botoom_sec .listen:hover{
    color: #206fee; 
}
.padcast_widget .owl-padcast .owl-nav{
    margin-bottom: 15px;
}
.padcast_widget .owl-padcast .owl-nav .owl-prev,.padcast_widget .owl-padcast .owl-nav .owl-next{
    font-size: 2rem !important;
    background: #204e7c !important;
    padding: 0 12px !important;
    color: #fff !important;
}
.searchwp-live-search-result a{
    color: #2a2a2a;
}
.searchwp-live-search-result p{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.searchwp-live-search-result .type_post{
    background-color: #c5c5c5;
    padding: 4px;
    border-radius: 5px;
}
.searchwp-live-search-no-min-chars:after{
    color: rgb(65, 65, 65);
}
@media screen and (max-width: 1000px){
    .elementor-products.courses-list{
        grid-template-columns: repeat(3,1fr) !important;
    }
    .elementor-products.books-list{
        grid-template-columns: repeat(3,1fr) !important;
    }
}
@media screen and (max-width: 900px){
    .blog_pelleh_wrapper{
        grid-template-columns: repeat(1,1fr);
        grid-template-rows: auto;
        }
        .pelleh_item.go_top{
            margin-top: none;
        }
        .panel_column_left{
            display: inline-block;
        }
        .download-button i{
            width: 30px;
            height: 30px;
            line-height: 30px;
        }
        .panel_column_left{
            text-align: center;
        }
        .inner_section_lesson i{
            position: initial;
        }
}
@media screen and (max-width: 768px){
    .register-modal-opener .login-btn-txt{
        display:none;
    }
    .register-modal-opener i{
        display:block !important;
    }
    .video_wrapper .main_video,.video_wrapper .playlist{
        flex-basis: 100%;
        margin-top: 20px;
    }
    .grid_container{
        display: grid;
        grid-gap: 20px;
        grid-template-rows: repeat(3,1fr);
        grid-template-columns: repeat(1,1fr);
    }
    .main_right{
        grid-column: 1 span;
        grid-row: 1 span;
    }
    .elementor-products.courses-list{
        grid-template-columns: repeat(2,1fr) !important;
    }
    .elementor-products.books-list{
        grid-template-columns: repeat(2,1fr) !important;
    }
}
@media screen and (max-width: 500px){
    .video_wrapper .main_video,.video_wrapper .playlist{
        flex-basis: 100%;
        margin-top: 20px;
    }
    .video_playlist_widget .mejs-container.wp-video-shortcode.mejs-video,.video_wrapper .main_video, .video_playlist_widget .wp-video-shortcode video, .video_playlist_widget .mejs-container.mejs-container-keyboard-inactive, .video_playlist_widget .mejs-container.wp-video-shortcode.mejs-video, .video_playlist_widget .mejs-overlay.mejs-layer.mejs-overlay-play, .video_playlist_widget video.wp-video-shortcode{
        height: 200px !important;
    }
    .grid_container{
        display: grid;
        grid-gap: 20px;
        grid-template-rows: repeat(3,1fr);
        grid-template-columns: repeat(1,1fr);
    }
    .main_right{
        grid-column: 1 span;
        grid-row: 1 span;
    }
    .footer{
        text-align: center;
    }
    .elementor-products.courses-list{
        grid-template-columns: repeat(1,1fr) !important;
    }
    .elementor-products.books-list{
        grid-template-columns: repeat(1,1fr) !important;
    }
    .pelleh_item{
        width: 100%;
    }
    .panel_group .panel_row{
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    .right_panel_text p.subtitle{
        display: none;
    }
}

.elementor-products.books-list{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-auto-rows: auto;
}
.products.books-list .post_thumbnail img{
    width: 100%;
}
.book_item.book_list{
    margin: 10px;
}
.books-list .image-up .post_thumbnail{
    padding: 20px;
}
.books-list .image-up .post_thumbnail img{
    margin-top: -70px !important;
    border-radius: 10px;
}
.books-list .image-up{
    row-gap: 50px;
}
.books-list .onsale_perc{
    font-size: 13px;
}

.books-list .onsale_price,.flex_for_pagination .onsale_price,.single_archive_page .onsale_price{
    background: url(../img/discont_badge2.png);
    width: 80px;
    height: 55px;
    background-repeat: no-repeat;
    background-position: center;
    line-height: 35px;
    left: -18px;
    top: -10px;
    transform: rotate(317deg);
    position: absolute;
}
.books-list .book_item:hover .onsale_price,
.product_categorypage #main li.product.type-product:hover .onsale_price,
.single_archive_page #main li.product.type-product:hover .onsale_price{
    transform: rotate(360deg);
}
.books-list .onsale_price span,.product_categorypage #main li.product.type-product .onsale_price span,.single_archive_page .onsale_price{
    display: inline-block;
}
.books-list .sale_text{
    margin-right: 2px;
}
.book_list_item_desc{
    color: #fff;
    font-weight: 100;
    line-height: 1.5;
    font-size: 13px;
    margin-bottom: 10px;    
}






