.drop-menu.header-submenu {
    height: 400px;
    width: 190px;
}
.new-header-wrap.drop svg {
    margin-right: 6px;
}
header.fixed .header-link {
    font-size: 12px;
}
.main-menu-wrap ul li {
    margin-left: 18px;
}
.new-header-wrap .main-menu-wrap {
    margin-top: 7px;
}
.drop-menu.header-submenu .mCSB_container {
    margin: 0 !important;
}
.main-menu-wrap ul li a{
    font-weight: 500;
}
.main-menu-wrap ul li.sp {
    height: 1px;
    background: #E4EAF1;
}
.drop-menu.header-submenu li{
    margin-left: 15px;
}
.drop-menu.header-submenu .mCSB_scrollTools .mCSB_draggerRail {
    background-color: #E4EAF1;
}
.header-search {
    display: block ;
    margin: 0 25px;
}
.new-header-wrap .logo img{
    height: 40px;
    width: auto;
}
.new-header-wrap .logo {
    margin-left: 30px;
}
.new-home-wrapper{
    background:none;
    padding:0;
    padding-right: 80px;
}
.new-home-wrapper:before{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 720px;
    border-radius: 20px;
    background: #1A43A8;
}
.new-home-wrapper .row{
    position: relative;
    z-index:2;
}
.new-home-imgs .owl-stage-outer {
    width: 100%;
    padding: 0;
    margin-right: 0;
    border-radius: 20px;
    overflow: hidden;
}
.slider-img{
    overflow: hidden;
}
.new-home-slider .owl-dots {
    display: flex;
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    bottom: -18px;
    margin: 0 !important;
    height: 4px !important;
    align-items: center;
    justify-content: center;
}
.new-home-slider .owl-dots span {
    display: none !important;
}
.new-home-slider .owl-dots .owl-dot {
    width: 12px;
    height: 4px;
    border-radius: 5px;
    background: #8A8E98;
    margin: 0 4px;
    transition: all 0.3s;
}
.new-home-slider .owl-dots .owl-dot.active {
    background: #1A43A8;
}
.new-home-slider .owl-stage {
    padding-bottom: 0;
}
.img-text-section{
    margin-bottom: 70px;
    padding-top:50px;
    position: relative;
}
.img-text-section:before{
    content: url('../images/bg--1.png');
    right: 130px;
    top:0;
    position: absolute;
}
.img-text-section .container{
    position: relative;
    z-index: 5;
}
.img-text-row{
    margin-bottom: 50px;
}
.img-text-row .text{
    padding-left: 100px;
}
.img-text-row .img img{
    width: 100%;
}
.img-text-row .img.with-badge{
    position: relative;
}
.img-text-row .img.with-badge .badge{
    position: absolute;
    width: 86px;
    height: 86px;
    border-radius: 100%;
    left: 20%;
    bottom: -43px;
    background:#fff;
    box-shadow: 0 20px 30px rgba(0,0,0,0.07);
    display: flex;
    align-items: center;
    justify-content: center;
}
.img-text-row .img.with-badge .badge img{
    width:auto;
    height: 53px;
    max-width:100%;
    max-height: 100%;
}
.img-text-row h3{
    font-size: 24px;
    font-weight: 700;
    margin-top:0;
    margin-bottom: 10px;
    padding: 0;
    color: #000000;
    line-height: 40px;
}
.img-text-row h3 img{
    margin-left: 18px;
}
.img-text-row span{
    font-size: 18px;
    font-weight: 500;
    display: block;
    margin-bottom: 30px;
    color: #8A8E98;
    line-height: 30px;
}
.img-text-row p{
    font-size: 13px;
    font-weight: normal;
    display: block;
    margin-bottom: 46px;
    color: #8A8E98;
    line-height: 28px;
}
.img-text-row a{
    font-size: 13px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background:#000000;
    transition: all 0.3s;
    padding:0 28px;
    height: 50px;
    border-radius: 50px;
}
.img-text-row a:hover{
    color: #fff;
    background:#1A43A8;
}
.img-text-row .img-col{
    order: 12;
}
.img-text-row.reverse .img-col{
    order: 0;
}
.img-text-row.reverse .text{
    padding-left: 0;
    padding-right: 100px;
}
.home-courses-section.most-order{
    margin-bottom: 80px;
}
.img-stats-section{
    margin-bottom: 70px;
}
.img-stats-item{
    margin-bottom: 30px;
    padding-top:140px;
    display: block;
}
.img-stats-item .bg{
    height: 206px;
    border-radius: 20px;
    position: relative;
    z-index: 2;
    padding:0 25px 40px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    background:#000;
}
.img-stats-item .bg:before{
    content: '';
    position: absolute;
    bottom: calc(100% - 72px);
    right: 50%;
    transform: translateX(50%);
    margin-right: 15px;
}
.img-stats-row .col:nth-child(1) .bg:before{
    content: url("../images/blur1.png");
}
.img-stats-row .col:nth-child(2) .bg:before{
    content: url("../images/blur2.png");
}
.img-stats-row .col:nth-child(3) .bg:before{
    content: url("../images/blur3.png");
}
.img-stats-row .col:nth-child(4) .bg:before{
    content: url("../images/blur4.png");
}
.img-stats-row .col:nth-child(5) .bg:before{
    content: url("../images/blur5.png");
}
.img-stats-row .col:nth-child(5) .bg img{
    margin-top:10px;
    margin-right: -10px;
}
.img-stats-row .col:nth-child(4) .bg img{
    margin-top:-10px;
    margin-right: -8px;
}
.img-stats-row .col:nth-child(3) .bg img{
    margin-top:-6px;
}
.img-stats-row .col:nth-child(2) .bg img{
    margin-top:-6px;
}
.img-stats-row .col:nth-child(1) .bg img{
    margin-top:15px;
    margin-right: -5px;
}
.img-stats-item .bg img{
    position: absolute;
    top: -130px;
    right: 50%;
    transform: translateX(50%);
    z-index: 2;
}
.img-stats-item .bg h3{
    font-size: 18px;
    font-weight: 700;
    margin-top:0;
    margin-bottom: 6px;
    padding: 0;
    color: #ffffff;
    line-height: 30px;
}
.img-stats-item .bg span{
    font-size: 13px;
    font-weight: 500;
    color: #ffffff;
    line-height: 24px;
}
.img-stats-item .text{
    padding:50px 25px 20px;
    border-radius: 20px;
    background:#F2F5F8;
    margin-top:-26px;
}
.img-stats-item .number{
    color: #393D48;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 6px;
}
.img-stats-item .placeholder{
    color: #8A8E98;
    font-size: 13px;
    font-weight: 500;
}
.img-stats-row .col:nth-child(1) .bg{
    background:#78459D;
}
.img-stats-row .col:nth-child(2) .bg{
    background:#FF6498;
}
.img-stats-row .col:nth-child(3) .bg{
    background:#2EDAF4;
}
.img-stats-row .col:nth-child(4) .bg{
    background:#FF9D66;
}
.img-stats-row .col:nth-child(5) .bg{
    background:#3DDC87;
}

/* 25/07/2022 */
.osarh-plus{
    background: #000000;
}
.osarh-plus .main-menu-wrap ul li a{
    color: #FFFFFF;
    font-weight: 700;
}
.osarh-plus .main-menu-wrap ul li ul li a{
    color: #000;
}
.osarh-plus .main-menu-wrap ul li.active a, .osarh-plus .main-menu-wrap ul li a:hover, .osarh-plus .main-menu-wrap ul li a.active, .osarh-plus .main-menu-wrap ul li a:hover{
    color: #FF2B5E;
}
.osarh-plus .main-menu-wrap>ul>li {
    margin-left: 30px;
}
.osarh-plus .drop-menu {
    top: calc(100% + 6px);
}
.osarh-plus .main-menu-wrap ul li:last-child {
    margin: 0;
}
.osarh-plus .header-link.register {
    background: #FF2B5E;
    border-color: #FF2B5E;
}
.osarh-plus .header-link {
    border:2px solid #393D48;
    color: #FFFFFF;
}
.osarh-plus .header-link:hover {
    background: #FFFFFF;
    border-color: #FFFFFF;
    color: #000 !important;
}
.osarh-plus header.fixed {
    background: #131313;
}
.osarh-plus .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #FF2B5E !important;
}
.osarh-plus .main-menu-wrap ul li.active a path, .osarh-plus .main-menu-wrap ul li a:hover path, .osarh-plus .main-menu-wrap ul li a.active path, .osarh-plus .main-menu-wrap ul li a:hover path{
    fill:#FF2B5E;
}
.osarh-plus .pro-home-text form button {
    height: 48px;
    font-weight: 500;
    padding: 15px 30px;
    margin-right: 10px;
    background: #FF2B5E;
}
.osarh-plus .pro-home-text form input {
    height: 48px;
    padding: 15px 20px;
    background: rgba(57, 61, 72, 0.3);
    border:1px solid rgba(57, 61, 72, 0.5);
    color: #ffffff;
    font-weight: normal;
}
.osarh-plus .pro-home-wrapper {
    min-height: initial;
    border-radius: 0;
}
.osarh-plus .pro-home-text {
    min-height: initial;
    border-radius: 0;
    background: none;
    padding: 60px 0;
    width: 408px;
    max-width:100%;
}
.osarh-plus .pro-img-col>div {
    min-height: initial;
    background: none;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.osarh-plus .pro-img-col img {
    position: initial;
    width: 100%;
    border-radius: 10px;
}
.osarh-plus .pro-img-col>div:before {
    content: '';
    position: absolute;
    right:0;
    left: 0;
    bottom: 0;
    top: 0;
    background:linear-gradient(to bottom, transparent , #000000);
    opacity: 0.5;
    z-index:2;
    border-radius: 10px;
}
.osarh-plus header {
    margin-bottom: 35px;
}
.osarh-plus .pro-home-text h1 {
    font-size: 28px;
    color: #ffffff;
    margin-bottom: 0;
    line-height: 50px;
}
.osarh-plus .pro-home-text span {
    font-size: 28px;
    color: #FF2B5E;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 50px;
}
.osarh-plus .pro-home-text p {
    color: #8A8E98;
    font-weight: 500;
    margin-bottom: 30px;
}
.osarh-plus .pro-home-text form {
    margin-bottom: 26px;
}
.osarh-plus .pro-home-text>div {
    font-size: 15px;
    color: #FFFFFF;
    font-weight: 500;
    line-height: 30px;
}
.osarh-plus .pro-home-section {
    margin-bottom: 90px;
}
.osarh-plus .pro-section-title {
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 50px;
}
.osarh-plus .pro-tstm-carousel:before {
    background: linear-gradient(to right, #000, transparent);
}
.osarh-plus .owl-carousel .owl-nav .owl-next {
    left: -22.5px !important;
    right: auto !important;
}
.osarh-plus .owl-nav>div {
    width: 45px;
    height: 45px;
    border-radius: 100% !important;
    background: #393D48 !important;
}
.osarh-plus .owl-nav>div:hover {
    background: #FF2B5E !important;
}
.osarh-plus .owl-nav>div {
    right: -22.5px;
}
.osarh-plus .pro-tstm-item {
    background: #131313;
    border-radius: 10px;
}
.osarh-plus .pro-tstm-item .content {
    color: #ffffff;
}
.osarh-plus .pro-tstm-item .head h6 {
    color: #8A8E98;
}
.osarh-plus .pro-tstm-item .head h3 {
    color: #FF2B5E;
    font-size: 15px;
}
.osarh-plus .ec-section{
    margin-bottom: 100px;
}
.osarh-plus .ec-section .pro-section-title{
    font-weight: 500;
}
.osarh-plus .ec-wrapper{
    display: flex;
    align-items: center;
}
.osarh-plus .ec-wrapper .img{
    position: relative;
    width: 100%;
}
.osarh-plus .ec-wrapper .img img{
    width: 100%;
    border-radius: 10px;
}
.osarh-plus .ec-wrapper .img:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    width: 280px;
    background:linear-gradient(to left, transparent , #000000);
    z-index:2;
}
.osarh-plus .ec-wrapper .text {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    margin-right: 10px;
    width: 280px;
    justify-content: center;
}
.osarh-plus .ec-wrapper .text span{
    height: 30px;
    background: #3DDC87;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 13px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 24px;
    padding: 0 20px;
}
.osarh-plus .ec-wrapper .text h3{
    margin: 0;
    padding: 0;
    font-size: 30px;
    color: #FFFFFF;
    font-weight: 700;
    line-height: 52px;
}
.osarh-plus .ec-wrapper .text h4{
    margin: 0;
    padding: 0;
    font-size: 24px;
    color: #FFFFFF;
    font-weight: 500;
    line-height: 42px;
    margin-bottom: 16px;
}
.osarh-plus .ec-wrapper .text p{
    font-size: 15px;
    color: #8A8E98;
    font-weight: normal;
    line-height: 30px;
    margin-bottom: 30px;
    text-align: center;
}
.osarh-plus .ec-wrapper .text a{
    font-size: 13px;
    color: #000000;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 30px;
    height: 48px;
    border-radius: 50px;
    padding:0 30px;
    background: #FFFFFF;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.osarh-plus .ec-wrapper .text a:hover{
    padding:0 30px;
    background: #FF2B5E;
    color: #FFFFFF;
}
.osarh-plus footer {
    background: #131313;
}
.osarh-plus .social-ul a svg {
    fill: #8A8E98;
}
.osarh-plus .social-ul a:hover svg {
    fill: #FF2B5E;
}
.osarh-plus .footer-links h4 {
    color: #8A8E98;
}
.osarh-plus .footer-links ul li a {
    color: #FFFFFF;
}
.osarh-plus .footer-links ul li a:hover {
    color: #FF2B5E;
}
.osarh-plus .copyrights {
    color: #FF2B5E;
}
.osarh-plus .footer-text {
    color: #8A8E98;
}
.osarh-plus .plus-stats-item{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    background: #131313;
    border-radius: 10px;
    min-height: 120px;
    color:#ffffff;
}
.osarh-plus .plus-stats-item span{
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 15px;
}
.osarh-plus .plus-stats-item{
    margin-bottom: 30px;
}
.osarh-plus .plus-stats-item h3{
    font-size: 32px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    line-height: 58px;
}
.osarh-plus .plus-stats-section {
    margin-bottom: 70px;
}
.osarh-plus .plus-cat-item {
    display: flex;
    align-items: center;
    background: rgba(57, 61, 72, 0.3);
    min-height: 78px;
    border-radius: 10px;
    border: 1px solid rgba(57, 61, 72, 0.3);
    transition: all 0.3s;
    color: #fff !important;
    justify-content: flex-start;
    padding: 0 24px;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 30px;
}
.osarh-plus .plus-cat-item svg {
    margin-left: 24px;
}
.osarh-plus .plus-cat-item svg.arrow {
    margin-right: auto;
    margin-left: 0;
}
.osarh-plus .plus-cat-item path {
    transition: all 0.3s;
}
.osarh-plus .plus-cat-item:hover {
    color:#FF2B5E !important;
}
.osarh-plus .plus-cat-item:hover path {
    fill:#FF2B5E;
}
.osarh-plus .plus-categories{
    margin-bottom: 70px;
}
.osarh-plus .plus-reg-wrap{
    width: 790px;
    margin:0 auto;
    max-width:100%;
    border-radius: 10px;
    background: url("../images/plus-sec-bg.png") no-repeat bottom right #FF2B5E;
    min-height: 150px;
    display: flex;
    align-items: center;
    padding: 0 40px;
    color: #FFFFFF;
}
.osarh-plus .plus-reg-wrap a{
    margin-right: auto;
    transition: all 0.3s;
    color: #fff;
    background: #000000;
    border-radius: 50px;
    width: 130px;
    height: 48px;
    font-size: 15px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.osarh-plus .plus-reg-wrap a:hover{
    color: #000;
    background: #fff;
}
.osarh-plus .plus-reg-wrap h3{
    margin: 0;
    padding: 0;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}
.osarh-plus .plus-reg-wrap span{
    font-size: 24px;
    font-weight: 500;
}
.osarh-plus .plus-reg-section{
    margin-bottom: 90px;
}
.osarh-plus .faq-package-title{
    color: #8A8E98;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 30px;
}
.osarh-plus .pro-faqs-wrap .faq-question .icon {
    background: #111215;
    transition: all 0.3s;
    flex: 0 0 auto;
}
.osarh-plus .pro-faqs-wrap .faq-question .icon path {
    fill: #ffffff;
}
.osarh-plus .pro-faqs-wrap .faq-question {
    border-bottom: 1px solid #24272E;
}
.osarh-plus .pro-faqs-wrap .faq-question h3 {
    color: #FFFFFF;
}
.osarh-plus .pro-faqs-wrap .faq-question .question-answer {
    color: #FFFFFF;
}
.osarh-plus .pro-faqs-wrap .faq-question.active h3 {
    color: #FF2B5E;
}
.osarh-plus .pro-faqs-wrap .faq-question.active .icon {
    background: #FF2B5E;
}
.osarh-plus .why-plus-section{
    margin-bottom: 70px;
}
.osarh-plus .why-img{
    margin-bottom: 30px;
    position: relative;
}
.osarh-plus .why-img img{
    width: 100%;
}
.osarh-plus .why-img .plus-courses-number{
    position: absolute;
    top:18%;
    left: 15%;
    display: flex;
    align-items: center;
    z-index:2;
}
.osarh-plus .why-img .plus-courses-number .number{
    border-radius: 100%;
    background: #FF2B5E;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    margin-left: 18px;
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    width: 68px;
    height: 68px;
}
.osarh-plus .why-img .plus-courses-number h3{
    margin: 0;
    line-height: 30px;
    color: #8A8E98;
    font-size: 18px;
    font-weight: 700;
}
.osarh-plus .why-img .plus-courses-number span{
    line-height: 30px;
    color: #8A8E98;
    font-size: 15px;
    font-weight: 500;
}
.osarh-plus .why-plus-text .pro-section-title{
    text-align: initial;
    margin-bottom: 28px;
}
.osarh-plus .check-item {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 16px;
}
.osarh-plus .check-item .icon {
    background: #FF2B5E;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    margin-left: 20px;
    flex: 0 0 auto;
}
.osarh-plus .plus-price-wrap{
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.osarh-plus .plus-price-wrap a{
    margin-right: auto;
    width: 200px;
    height: 48px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    padding: 0 30px;
    background: #FF2B5E;
    transition: all 0.3s;
    font-size: 13px;
    font-weight: 500;
    color: #FFFFFF;
}
.osarh-plus .plus-price-wrap a:hover{
    background: #131313;
}
.osarh-plus .plus-price-wrap a svg{
    transform: rotate(180deg);
    margin-right: auto;
}
.osarh-plus .plus-price-wrap .text h3{
    margin: 0;
    padding: 0;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.osarh-plus .plus-price-wrap .text h3 b{
    font-size: 30px;
    font-weight: 700;
    margin-left: 8px;
    margin-top: 4px;
}
.osarh-plus .plus-price-wrap .text span{
    font-size: 13px;
    font-weight: 500;
    color: #8A8E98;
}
.osarh-plus .plus-courses-section{
    margin-bottom: 100px;
}
.osarh-plus .plus-courses-title{
    margin-bottom: 36px;
    display: flex;
    align-items: center;
}
.osarh-plus .plus-courses-title .pro-section-title{
    margin: 0;
    text-align: initial;
}
.osarh-plus .plus-courses-title .all-courses-section{
    margin-right: auto;
    height: 40px;
    border:2px solid #8A8E98;
    border-radius: 50px;
    color: #8A8E98;
    padding: 0 20px;
    transition: all 0.3s;
    font-size: 13px;
    font-weight:500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.osarh-plus .plus-courses-title .all-courses-section:hover{
    color: #ffffff;
    border-color: #FF2B5E;
    background: #FF2B5E;
}
.osarh-plus .plus-course-item{
    display: block;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.osarh-plus .plus-course-item img{
    width: 100%;
    border-radius: 10px;
}
.osarh-plus .plus-course-item .badge{
    position: absolute;
    left: 15px;
    top: 15px;
    color: #000000;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background: #ffffff;
    height: 30px;
    padding: 0 20px;
}
.osarh-plus .plus-courses-slider .owl-stage {
    margin-right: -80px;
}
.osarh-plus .plus-courses-slider{
    position: relative;
}
.osarh-plus .owl-stage-outer{
    width: 100%;
    padding: 0;
    margin: 0;
}
.osarh-plus .plus-courses-slider:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 200px;
    background:linear-gradient(to left, transparent , #000000);
    z-index:2;
}
.osarh-plus .owl-carousel .owl-nav>div{
    top: 50%;
    transform: translateY(-50%);
    margin: 0 !important;
}
.osarh-plus .header-item>a.menu {
    background: #131313 !important;
}
.osarh-plus .mobile-ul {
    background: #000;
}
.osarh-plus .mobile-ul-wrap .mCSB_scrollTools {
    opacity: 0 !important;
}
.osarh-plus {
    padding-bottom: 0 !important;
}
.osarh-plus .pro-tstm-item .watch-video path{
    fill:#FF2B5E;
}
.osarh-plus .pro-tstm-item .watch-video {
    background: #000000;
    color: #ffffff;
}
.osarh-plus .pro-tstm-item .watch-video:hover {
    background: #ffffff;
    color: #000;
}
.osarh-plus .mobile-user-profile {
    background: #131313;
}
.plus-courses-slider:after {content: '';right: -2px;top: 0;bottom: 0;z-index: -1;background: linear-gradient(to left, #000, transparent);width: 200px;position: absolute;}
.plus-courses-slider.active:after {z-index: 1;}
.pro-tstm-carousel:after {content: '';right: -2px;top: 0;bottom: 0;z-index: -1;background: linear-gradient(to left, #000, transparent);width: 150px;position: absolute;}
.pro-tstm-carousel.active:after {z-index: 1;}

/* course updates */
.course-content-item {
    padding: 12px 20px;
    font-weight: 500;
    font-size: 13px;
    background: #F2F5F8;
    border-color: #E4EAF1;
    margin-bottom: 10px;
}
.collapse-item-header{
    display: flex;
    align-items: center;
    padding:12px 50px;
    position: relative;
    color: #1A43A8;
    font-size: 14px;
    font-weight: 700;
    border-radius: 8px;
    border:1px solid #E4EAF1;
    cursor: pointer;
    background: #FBFCFD;
}
.collapse-item-header svg{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    right:18px;
    width:14px;
    height: 14px;
    transition: all 0.3s;
}
.collapse-item-header svg.minus{
    opacity: 0;
    visibility: hidden;
}
.collapse-item-wrap{
    margin-bottom: 16px;
}
.collapse-item-wrap.active .collapse-item-header{
    border-radius: 8px 8px 0 0;
    border-bottom:0;
}
.collapse-item-wrap.active .collapse-item-header .plus{
    opacity: 0;
    visibility: hidden;
}
.collapse-item-wrap.active .collapse-item-header .minus{
    opacity: 1;
    visibility: visible;
}
.collapse-item-content{
    transition: all 0.3s;
    height: 0;
    overflow: hidden;
}
.collapse-item-content .course-content-item:last-child{
    margin: 0;
}
.collapse-item-wrap.active .course-content-item:first-child{
    border-radius: 0 0 8px 8px;
}
.collapse-item-wrap.active .collapse-item-content{
    height: auto;
}
.course-contents-wrapper .course-content-item a{
    margin-top:0 !important;
    flex: 0 0 auto;
}
.course-content-items {
    padding: 15px 0 15px 15px;
}
.course-content-items .mCSB_container {
    margin-left: 20px !important;
}
.course-content-items .course-content-item{
    border-radius: 0;
}
.course-content-items .course-content-item a {
    font-size: 12px;
    font-weight: 500;
    padding: 14px 29px 14px 10px;
    min-height: 70px;
    margin: 0 !important;
}
.course-content-items .course-content-item.completed .status {
    background: #54D69E;
    border-color: #54D69E;
}
.course-content-items .course-content-item .status {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #F2F5F8;
    border: 1px solid #E4EAF1;
    margin-left: 20px;
}
.course-content-items .course-content-item.video .status {
    background: none;
    border:none;
}
.course-content-items .course-content-item.video .status svg {
    opacity: 1;
}
.course-content-items .course-content-item.video.active .status svg path {
    fill:#1A43A8;
}
.course-content-items .mCSB_scrollTools .mCSB_draggerRail {
    background-color: #E4EAF1;
}
.course-content-items .collapse-item-header {
    padding: 25px 78px 25px 10px;
    background: none;
    border: none;
    border-bottom: 1px solid #E4EAF1 !important;
    color: #393D48;
}
.course-content-items .collapse-item-header .icon {
    position: absolute;
    right: 30px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #393D48;
}
.course-content-items .collapse-item-header .icon svg {
    right: 50%;
    transform: translate(50% , -50%);
}
.course-content-items .collapse-item-wrap {
    margin: 0;
}
.course-content-items .course-content-item.active {
    background: rgba(26, 67, 168, 0.05);
}
.course-content-items .course-content-item.active a, .course-content-items .course-content-item.active .duration{
    color: #1A43A8;
}
.course-content-items .course-content-item.active:not(.completed) path{
    fill: #1A43A8;
}
.course-content-items .course-content-item .status svg{
    opacity: 1;
}
.course-content-items .course-content-item .title i {
    font-size: 12px;
    font-weight: 500;
}
.course-content-items .course-content-item.quiz .title i {
    color: #8A8E98;
}
.video-player-wrap{
    position: relative;
}
.course-navigation {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    display: flex;
    align-items: flex-end;
    padding-bottom: 58px;
    background: rgba(0,0,0,0.3);
    justify-content: center;
}
.course-navigation .btns{
    display: flex;
    width: 860px;
    max-width:90%;
}
.course-navigation a{
    background: #FFFFFF;
    border-radius: 50px;
    height: 40px;
    padding:0 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #393D48;
    font-size: 13px;
    font-weight: 700;
    transition: all 0.3s;
}
.course-navigation a svg{
    margin-left: 10px;
}
.course-navigation a path{
    transition: all 0.3s;
}
.course-navigation a:hover{
    background: #1A43A8;
    color: #ffffff;
}
.course-navigation a:hover path{
    fill: #ffffff;
}
.course-navigation a.prev svg{
    transform: rotate(180deg);
    margin-top:2px;
}
.course-navigation a.next{
    margin-right: auto;
}
.course-navigation a.next svg{
    margin-right: 10px;
    margin-left: 0;
}

/* quiz new style */
.quiz-results-lists{
    display: flex;
    flex-wrap: wrap;
    flex:1;
}
.quiz-result-list{
    flex:1;
}
.quiz-result-list.dotted{
    margin-right: 30px;
}
.quiz-result-item{
    padding: 15px;
    border-radius: 10px;
    background: #F2F5F8;
    border:1px solid #3DDC87;
    font-size: 12px;
    font-weight: 700;
    color: #393D48;
    margin-bottom: 12px;
}
.quiz-result-item.error{
    border-color: #FF6498;
    color: #FF6498;
}
.quiz-result-list.dotted .quiz-result-item{
    border-style: dashed;
    color: #8A8E98;
}
.quiz-result-list.dotted .quiz-result-item.error{
    color: #FF6498;
}
.quiz-results-wrapper .quiz-status-wrap{
    margin-top:18px;
}
.quiz-results-wrapper h3{
    color: #393d48;
    font-size: 15px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 15px;
    margin-top: 0;
}
.quiz-file-q{
    background: #fff;
    padding: 0;
    border-radius: 0;
    margin-bottom: 22px;
}
.quiz-file-q .filepond--root {
    min-height: 177px !important;
    border: 1px dashed #C6CFD9;
    border-radius: 10px;
}
.quiz-file-q .filepond--root .filepond--drop-label {
    min-height: 177px;
}
.upload-text-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.upload-text-wrap svg {
    margin-bottom: 12px;
}
.upload-text-wrap b {
    color: #393D48;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 6px;
}
.upload-text-wrap p {
    color: #8A8E98;
    font-size: 12px;
    font-weight: 500;
    margin: 0;
    direction: rtl;
}
.extra-text-wrap .title{
    display: flex;
    align-items: center;
}
.extra-text-wrap .title span{
    margin-right: auto;
    flex: 0 0 auto;
    color: #8A8E98;
    font-size: 13px;
    font-weight: 500;
}
.extra-text-wrap .title span i{
    font-style: normal;
}
.extra-text-wrap textarea{
    border:none;
    outline: none;
    resize: none;
    height: 95px;
    background: #F2F5F8;
    border-radius: 25px;
    padding:14px 20px;
    font-size: 13px;
    font-weight: 500;
}
.draggable-quiz-wrap{
    display: flex;
}
.drag-list{
    flex: 1;
}
.drag-answers-wrap{
    margin-right: 20px;
}
.drag-item-wrap{
    min-height: 50px;
    border-radius: 10px;
    border:1px solid #E4EAF1;
    margin-bottom: 12px;
}
.drag-item{
    padding:16px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 700;
    color: #393D48;
    background: #F7F9FB;
    min-height: 50px;
}
.drag-item.ui-draggable-dragging {
    box-shadow: 0 10px 15px rgba(69, 79, 88, .05);
    border:1px solid #E4EAF1;
    z-index: 55;
    height: auto !important;
    width: 370px !important;
}
.drag-item.ui-draggable-dragging.resetted {
    width: 370px !important;
}
.drag-item.answered {
    background: #1A43A8;
    color: #fff;
    z-index: 55;
    margin-right: -2px;
}
.drag-answers-wrap .drag-item{
    color: #8A8E98;
    border: 1px dashed #C6CFD9;
    margin-bottom: 12px;
    background: none;
    position: relative;
    display: flex;
    align-items: center;
}
.drag-answers-wrap .drag-item .drag-hint{
    position: absolute;
    display: flex;
    align-items: center;
    color: #C6CFD9;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.3s;
    height: 100%;
    top:0;
    right: 0;
    left: 0;
    bottom: 0;
    padding-right: 100px;
    background: rgba(57, 61, 72, 0.8);
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
}
.drag-answers-wrap .drag-item .drag-hint i{
    font-style: normal;
}
.drag-answers-wrap .drag-item.ui-droppable-active .drag-hint{
    opacity: 1;
    visibility: visible;
    background: rgba(57, 61, 72, 0.8) !important;
}
.drag-answers-wrap .drag-item .drag-hint svg{
    margin-left: 12px;
}
.drag-item.ui-droppable.ui-droppable-disabled {
    border:none;
}
.draggable-quiz-wrap.single-choice {
    display: block;
}
.draggable-quiz-wrap.single-choice .drag-questions-wrap{
    display: flex;
}
.draggable-quiz-wrap.single-choice .drag-questions-wrap .drag-item-wrap {
    flex: 1;
    margin-left: 10px;
    width: 25%;
}
.draggable-quiz-wrap.single-choice .drag-questions-wrap .drag-item-wrap:last-child {
    margin-left: 0;
}
.draggable-quiz-wrap.single-choice .drag-questions-wrap .drag-item-wrap .drag-item {
    height: 100%;
}
.draggable-quiz-wrap.single-choice .drag-answers-wrap {
    margin-right: 0;
    margin-top: 20px;
}
.draggable-quiz-wrap.single-choice .drag-answers-wrap .drag-item {
    height: 100px;
}
.draggable-quiz-wrap.single-choice .drag-answers-wrap .drag-item .drag-hint {
    opacity: 1;
    visibility: visible;
    background: none;
    padding: 0;
    justify-content: center;
}
.draggable-quiz-wrap.single-choice .drag-answers-wrap .drag-item .drag-hint {
    opacity: 1;
    visibility: visible;
    background: none;
    padding: 0;
    justify-content: center;
}
.draggable-quiz-wrap.single-choice .drag-item.answered {
    height: 100px !important;
    margin-right: -5px;
}
.course-quiz-wrapper .reset{
    margin-right: 10px;
    border: 1px solid #393D48;
    color: #393D48 !important;
    background: #fff;
    width: 120px;
}
.course-quiz-wrapper .reset:hover{
    color: #fff !important;
    background: #393D48;
}
.ui-draggable-handle.resetted {
    width: 100% !important;
}

/* New profile updates  */
.profile-block-item{
    padding:20px;
    border-radius: 10px;
    background: #F2F5F8;
    margin-bottom: 20px;
}
.profile-flex-stat{
    display: flex;
    align-items: center;
}
.profile-flex-stat svg{
    margin-left: 20px;
    flex: 0 0 auto;
}
.profile-flex-stat b{
    color: #393D48;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 4px;
    line-height: 28px;
}
.profile-flex-stat span{
    color: #8A8E98;
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
    width: 100%;
}
.profile-flex-stat .text{
    display: flex;
    flex-wrap: wrap;
}
.point-stat-item{
    display: flex;
    align-items: center;
    margin-top:14px;
}
.point-stat-item b{
    flex: 0 0 auto;
    width: 65px;
    margin-left: 14px;
    font-size: 16px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    color: #1A43A8;
}
.point-stat-item span{
    font-size: 13px;
    font-weight: 500;
    color: #393D48;
}
.point-stat-item b:before{
    content: '';
    width: 16px;
    height: 16px;
    margin-left: 15px;
    border-radius: 100%;
    background: #1A43A8;
}
.point-stat-item.color1 b:before{
    background: #FF9D66;
}
.point-stat-item.color1 b{
    color: #FF9D66;
}
.point-stat-item.color2 b:before{
    background: #54D69E;
}
.point-stat-item.color2 b{
    color: #54D69E;
}
.stats-tags{
    display: flex;
    flex-wrap: wrap;
}
.state-tag-item{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #393D48;
    line-height: 20px;
    padding:5px 14px;
    font-size: 12px;
    font-weight: 500;
    background: #E4EAF1;
    border-radius: 50px;
    margin-left: 8px;
    margin-bottom: 8px;
}
a.state-tag-item{
    color: #FFFFFF;
    background: #393D48;
    margin-left: 0;
    transition: all .3s;
}
a.state-tag-item:hover{
    color: #FFFFFF;
    background: #1A43A8;
}
.profile-call-action{
    display: flex;
    align-items: center;
    background: #000000;
    border-radius: 10px;
    height: 150px;
    margin-bottom: 30px;
    padding: 0 45px;
    margin-top: 10px;
    overflow: hidden;
}
.profile-call-action img{
    flex: 0 0 auto;
    margin-left: 45px;
    margin-top: 48px;
}
.profile-call-action .text{
    display: inline-flex;
    flex-wrap: wrap;
    flex-direction: column;
    line-height: 28px;
}
.profile-call-action b{
    font-size: 16px;
    font-weight: 700;
    color: #FFFFFF;
}
.profile-call-action b:nth-child(2){
    color: #FF2B5E;
}
.profile-call-action a{
    margin-right: auto;
    width: 140px;
    height: 40px;
    padding:0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FF2B5E;
}
.profile-call-action a:hover{
    background: #ffffff;
    color: #FF2B5E !important;
}
.course-menu-wrap .course-drop-menu a.remove-course{
    color: #FF6498;
    margin-top:10px;
}
.profile-section-title{
    color: #393D48;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 16px;
}
.points-chart-wrap {
    min-height: 388px;
}
.points-chart-wrap .custom-title {
    font-weight: 700;
    font-size: 16px;
}
.chart-label-item {
    margin-bottom: 20px;
}
.task-item{
    display: flex;
    align-items: center;
    position: relative;
    color: #393D48;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 15px;
}
.task-item input{
    position: absolute;
    z-index: -100;
    opacity: 0;
    visibility: hidden;
}
.task-item label{
    font-weight: 500;
    font-size: 13px;
    position: relative;
    padding-right: 28px;
    cursor: pointer;
}
.task-item label:before{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border-radius: 4px;
    background: #fff;
    transition: all 0.3s;
}
.task-item label svg{
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
}
.task-item input:checked + label svg{
    opacity: 1;
    visibility: visible;
}
.task-item input:checked + label:before{
    background: #1A43A8;
}
.task-item input:checked + label{
    text-decoration: line-through;
}
.show-more-tasks{
    display: inline-flex;
    align-items: center;
    color: #1A43A8;
    font-size: 12px;
    font-weight: 700;
}
.show-more-tasks svg{
    margin-right: 18px;
}
.profile-cv-item{
    display: flex;
    align-items: center;
    background: #F2F5F8;
    border-radius: 10px;
    padding:20px;
}
.profile-cv-item .name{
    display: inline-flex;
    flex-direction: column;
    color: #8A8E98;
    font-size: 13px;
    font-weight: 500;
    flex-wrap: wrap;
}
.profile-cv-item .name b{
    color: #393D48;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 6px;
}
.profile-cv-item .btns{
    margin-right: auto;
    display: inline-flex;
    align-items: center;
}
.profile-cv-item .btns a{
    height: 36px;
    padding:0 15px;
    color: #393D48 !important;
    font-size: 13px;
    font-weight: 700;
    background: #fff;
    width: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.profile-cv-item .btns a:first-child{
    margin-right: 0;
}
.profile-cv-item .btns a.blue{
    color: #ffffff !important;
    background: #1A43A8;
}
.profile-cv-item .btns a:hover, .profile-cv-item .btns a.blue:hover{
    color: #ffffff !important;
    background: #393D48;
}
.no-cv-wrap{
    display: flex;
    align-items: center;
    height: 200px;
    width: 485px;
    max-width:100%;
    border-radius: 10px;
    background: #2FDAF4;
    margin: 0 auto;
    overflow: hidden;
}
.no-cv-wrap img{
    height: 100%;
    margin-left: 40px;
    margin-right: -1px;
}
.no-cv-wrap .text{
    width: 150px;
    max-width:100%;
    line-height: 28px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.no-cv-wrap .text b{
    color: #1A43A8;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 6px;
    text-align: center;
}
.no-cv-wrap .text span{
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 18px;
}
.no-cv-wrap .text a.primary--btn{
    padding:0;
    width: 140px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.course-cv-item{
    box-shadow: 0 10px 15px rgba(69, 79, 88, 0.05);
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    margin-bottom: 30px;
}
.course-cv-item img{
    width: 100%;
}
.course-cv-item .cv-course-title{
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 700;
    color: #393D48;
    padding:22px 25px;
}
.course-cv-item .cv-course-title b{
    font-weight: 700;
    margin-left: 10px;
}
.course-cv-item .cv-course-title a{
    margin-right: auto;
    flex: 0 0 auto;
    width: 36px;
    height: 36px;
    background: #1A43A8;
    display: inline-flex;
    align-items: center;
    border-radius: 10px;
    justify-content: center;transition: all 0.3s;
}
.course-cv-item .cv-course-title a:hover{
    background: #393D48;
}
.course-cv-item .cv-course-title a svg{
    transform: rotate(90deg);
}
.my-courses .course-item .course-content {
    height: auto;
    padding-bottom: 60px;
}
.course-progress {
    display: flex;
    align-items: center;
    margin: 5px 0;
}
.course-progress span {
    margin-right: auto;
    font-size: 13px;
    font-weight: 500;
    color: #8A8E98;
}
.my-courses .add-course {
    height: 344px;
}
.course-progress .progress {
    width: calc(100% - 40px);
}
.course-progress .progress .progress-bar {
    background-color: #1A43A8;
}
.profile-mobile-menu-wrap{
    display: none;
}



/*   Consultation product page  */
.consultation-details-section{
    background: #F2F5F8;
    padding: 40px 0 60px;
}
.product-title{
    padding: 30px 0 14px;
    font-size: 22px;
    font-weight: 700;
    color: #393D48;
    margin: 0;
}
.product-price{
    margin-bottom: 20px;
    font-size: 16px;
    color: #1A43A8;
    font-weight: 700;
}
.product-price span:nth-child(2){
    text-decoration: line-through;
    margin-right: 30px;
    color: #8A8E98;
    font-weight: 500;
}
.product-desc{
    font-size: 14px;
    color: #393D48;
    line-height: 30px;
    font-weight: normal;
    margin-bottom: 22px;
}
.details-icons{
    margin-bottom: 20px;
}
.details-icons .item-with-icon{
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 500;
    color: #393D48;
    margin-bottom: 12px;
}
.details-icons .item-with-icon>svg{
    margin-left: 20px;
    width: 19px;
    height: auto;
}
.details-icons .item-with-icon .course-rate{
    display: flex;
    align-items: center;
}
.details-icons .item-with-icon .course-rate .stars svg{
    width: 15px;
    height: 14px;
}
.details-icons .item-with-icon .course-rate span{
    margin-right: 10px;
    color: #8A8E98;
}
.details-block-wrap{
    margin-bottom: 30px;
}
.details-block-wrap > .title{
    font-size: 18px;
    font-weight: 700;
    color: #393D48;
    margin-bottom: 18px;
    position: relative;
    padding-right: 20px;
}
.details-block-wrap > .title:before{
    content: '';
    position: absolute;
    right: 0;
    top: 2px;
    height: 24px;
    background: #393D48;
    width: 5px;
    border-radius: 3px;
}
.details-block-wrapper .check-radio-item{
    border-radius: 10px;
    min-height: 44px;
    background: rgba(255,255,255,0.7);
    padding: 10px 15px 10px 30px;
    margin-bottom: 10px;
}
.details-block-wrapper .question-item{
    margin-top: 20px;
    padding:20px;
    background: rgba(255,255,255,0.7);
    border:none;
    margin-bottom: 20px;
}
.details-block-wrapper .question-item .check-radio-item{
    padding: 0;
    padding-left: 10px;
    background: transparent;
    min-height: initial;
    margin-bottom: 15px;
}
.details-block-wrapper .check-radio-item label{
    display: flex;
    align-items: center;
    color: #393D48;
    font-size: 13px;
    font-weight: 500;
    margin-top: 3px;
    padding-right: 34px;
}
.details-block-wrapper .check-radio-item:not(.radio) input:checked + label:before {
    background: #1A43A8 !important;
    border-color: #1A43A8 !important;
}
.details-block-wrapper .check-radio-item label:before {
    width: 20px;
    height: 20px;
    background: #F2F5F8 !important;
    border-radius: 5px;
    border: 1px solid #E4EAF1;
}
.details-block-wrapper .question-item .check-radio-item.radio label:before{
    border-radius: 100%;
}
.details-block-wrapper .question-item .check-radio-item.radio label:after{
    right: 3px;
}
.details-block-wrapper .question-form input {
    height: 42px;
    background: #F2F5F8;
    border-color: transparent;
}
.details-block-wrapper .question-form textarea {
    background: #F2F5F8;
    border-color: transparent;
}
.details-block-wrapper .question-item .check-radio-item:last-child{
    margin: 0;
}
.details-block-wrapper .check-radio-item label .check-icon {
    right: 5px;
}
.details-block-wrapper .check-radio-item label i{
    margin-right: auto;
    font-style: normal;
    color: #393D48;
    font-weight: 500;
    font-size: 13px;
}
.extra-options .option-wrapper{
    padding:10px 20px;
    border-radius: 10px;
    background: rgba(255,255,255,0.7);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.extra-options .option-wrapper .info{
    font-size: 13px;
    font-weight: 500;
    color: #393D48;
}
.extra-options .option-wrapper .info h3{
    padding:0;
    margin-top:0;
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 500;
}
.extra-options .option-wrapper .info b{
    font-weight: 500;
    color: #393D48;
}
.extra-options .option-wrapper .info .price{
    color: #1A43A8;
}
.extra-options .option-wrapper .quantity{
    margin-right: auto;
    width: 116px;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
}
.extra-options .option-wrapper .quantity .quantity-form{
    display: flex;
    align-items: center;
}
.extra-options .option-wrapper .quantity .quantity-form input{
    width: 46px;
    height: 30px;
    border-radius: 50px;
    background: #F2F5F8;
    outline: none;
    border: none;
    text-align: center;
    margin:0 10px;
    font-size: 13px;
    font-weight: 500;
    color: #393D48;
    padding: 4px;
}
.extra-options .option-wrapper .quantity .quantity-form input::-webkit-outer-spin-button,
.extra-options .option-wrapper .quantity .quantity-form input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.extra-options .option-wrapper .quantity .quantity-form input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield;
}
.extra-options .option-wrapper .quantity .quan-control{
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: #393D48;
    transition: all 0.3s;
}
.extra-options .option-wrapper .quantity .quan-control:hover{
    background: #1A43A8;
}
.extra-options .option-wrapper .quantity span{
    color: #8A8E98;
    font-size: 11px;
    font-weight: 500;
    margin-top:3px;
}
.cons-inner-form{
    padding: 30px;
    border-radius: 10px;
    background: rgba(255,255,255,0.7);
}
.cons-inner-form .question-item{
    margin-bottom: 20px;
    padding: 0;
    margin-top:0;
    border-radius: 0;
    background: none;
}
.cons-inner-form .question-item:last-child{
    margin: 0;
}
.product-add-cart{
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 30px;
    height: 50px;
}
.product-add-cart b{
    margin-right: auto;
    font-weight: 500;
}
.product-add-cart svg{
    margin-right: -5px;
    margin-left: 20px;
    margin-top: -2px;
}
.slick-list{
    padding: 0;
    border-radius: 20px;
    overflow: hidden;
}
.product-img{
    width:100%;
    overflow: hidden;
}
.product-img img{
    aspect-ratio: 1.2/1;
    object-fit: cover;
    width: 100%;
    cursor: zoom-in;
}
.slick-dots{
    display: flex;
    align-items: center;
    margin-top:20px;
    gap:15px;
}
.slick-dots li{
    flex: 0 0 calc(20% - 12px);
    transition: all 0.3s;
    opacity: 0.6;
    cursor: pointer;
}
.slick-dots li.slick-active{
    opacity: 1;
}
.slick-dots li:last-child{
    margin: 0;
}
.slick-dots li img{
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 15px;
}
.product-slider-wrap{
    padding-left: 20px;
}
span.slick-arrow {
    position: absolute;
    top: calc(50% - 50px);
    z-index: 5;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    transition: all 0.3s;
    background: rgba(255,255,255,0.6);
    right: 20px;
    cursor: pointer;
}
span.slick-arrow:hover{
    background: rgba(255,255,255,1);
}
span.slick-arrow.prev {
    left: 20px;
    right: auto;
}
span.slick-arrow.next svg {
    transform: rotate(180deg);
}
.xdsoft_datetimepicker .xdsoft_datepicker{
    float: right !important;
    width:100% !important;
    margin:0 !important;
    padding:0;
}
.xdsoft_datetimepicker.xdsoft_inline {
    width: 100%;
    background: rgba(255,255,255,0.7) !important;
    height: 350px;
    padding: 28px !important;
    border-radius: 10px !important;
}
.xdsoft_datepicker{
    padding: 0;
}
.xdsoft_datetimepicker{
    width: 375px;
    margin-top:5px;
    max-width: 100%;
    padding: 0 !important;
    border: none;
    background: transparent !important;
}
.xdsoft_calendar {
    width: calc(100% + 36px);
    margin-right: -18px;
}
.xdsoft_datetimepicker .xdsoft_label{
    float: none;
    background: none;
    display: inline-block;
    width: auto;
    margin: 0;
    cursor: initial;
    font-size:13px;
    font-weight:700;
    color: #393D48;
    padding:0 3px;
}
button.xdsoft_today_button{
    display: none !important;
}
.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker{
    margin-top: 0;
    margin-bottom: 0;
    background: #f1f1f1;
    height: calc(100% + 31px);
    float: left;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:not(.xdsoft_scroller){
    border: none;
    background: transparent;
    display: block !important;
}
.xdsoft_scroller{
    display: block !important;
    background: #ababab !important;
}
.xdsoft_time_box{
    border: none !important;
}
.xdsoft_scrollbar{
    width: 2px;
    right: 0;
    top: 0;
    left: 10px !important;
    background: none;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:not(.xdsoft_scroller):hover{
    background: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover div, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current div{
    background: #1A43A8 !important;
    color: #fff;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_scroller{
    background: none !important;
}
.xdsoft_time_box.xdsoft_scroller_box{
    padding: 0;
    border: none !important;
    height: auto !important;
    max-height:230px !important;
}
.xdsoft_scroller {
    width: 2px !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td > div{
    padding-right: 0;
    text-align: center;
    width: 28px;
    height: 28px;
    margin: auto;
    line-height: 28px;
    border-radius: 100%;
    font-weight: 500;
}
.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th{
    color: #393D48;
    font-size: 13px;
    cursor: pointer;
    height: 38px;
    border: none;
    background: none;
    font-weight: 500;
}
.product-cons-type-wrap {
    margin-bottom: 20px;
}
.product-cons-type-wrap.error .question-item {
    border: 1px solid #FF6498;
    margin-bottom: 6px;
}
.product-cons-type-wrap .question-item {
    margin-bottom: 0;
}
.validate-radio{
    display: none;
    color: #FF6498;
    font-size: 13px;
    font-weight: 500;
    padding:8px 20px 0;
}
.xdsoft_datetimepicker .xdsoft_calendar td {
    border-radius: 100%;
    color: #393D48 !important;
    border: none !important;
    box-shadow: none !important;
    font-size: 13px;
    font-weight: 500;
    background: none !important;
}
td.xdsoft_date.xdsoft_date.xdsoft_disabled {
    color: #8A8E98 !important;
    opacity: 1 !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:not(.xdsoft_disabled) > div {
    position: relative;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled, .xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled{
    opacity:1;
    filter: alpha(opacity=12);
    -ms-filter: "alpha(opacity=12)";
    background: none !important;
    color: #898AA4 !important;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
    color: #393D48;
    font-size: 13px;
    font-weight: 500;
}
.xdsoft_datetimepicker .xdsoft_calendar thead {
    margin-bottom: 20px;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_date.xdsoft_date.xdsoft_other_month {
    color: #CCCDE2 !important;
}
.xdsoft_datetimepicker{
    font-family: 'FFShamelFamily', sans-serif !important;
}
.xdsoft_label i{
    display: none !important;
}
.xdsoft_calendar thead tr{
    border-bottom: none;
}
.xdsoft_next path, .xdsoft_prev path {
    fill: #fff;
}
.xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_today_button{
    background: none;
    overflow: visible;
    opacity: 1;
    text-indent: initial;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1A43A8;
    margin:0;
}
.xdsoft_datetimepicker .xdsoft_next svg, .xdsoft_datetimepicker .xdsoft_prev svg {
    width: 6px;
    height: auto;
}
.xdsoft_timepicker button{
    display: none !important;
}
.choose-time{
    display: block;
    color: #7C7FC8;
    font-weight: 700;
    font-size: 14px;
    margin: 20px 0 5px;
}
.xdsoft_monthpicker{
    margin-top: 0;
    margin-bottom: 20px;
}
.xdsoft_next{
    margin-right: 20px;
}
.xdsoft_prev{
    margin-left: 20px;
}
.xdsoft_select{
    display: none !important;
}
.xdsoft_datetimepicker .xdsoft_label:hover > span{
    text-decoration: none;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_disabled:hover {
    color: #898AA4 !important;
    background: inherit !important;
    box-shadow: inherit !important;
}
.select-time-wrap .title{
    color: #393D48;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 20px;
}
.time-item-radio{
    margin-bottom: 10px;
}
.time-item-radio input{
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: -10;
}
.time-item-radio label{
    margin: 0;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    height: 36px;
    background: #FFFFFF;
    border-radius: 10px;
    color: #393D48;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.3s;
    width: 100%;
}
.time-item-radio input:checked + label{
    background: #1A43A8;
    color: #FFFFFF;
}
.times-wrapper{
    max-height: 314px;
}
.times-wrapper .mCSB_container {
    margin-left: 8px !important;
}
.times-wrapper .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #d7e0f7 !important;
}
.slick-slide {
    float: right;
}


.courses-packages-carousel .course-path-item .course-content {
    height: 180px;
}
.courses-packages-carousel .course-path-item .course-rate {
    margin-top:-8px;
}
.courses-packages-carousel .course-path-item .course-package-details {
    margin-top:10px;
}
.course-path-section {
    margin-bottom: 30px;
}
.home-courses-section.most-order {
    margin-bottom: 0;
}
.course-path-section .owl-carousel .owl-nav>div {
    top: 100px;
}
.profile-course-path .course-content {
    padding: 20px !important;
}
.course-item.profile-course-path {
    overflow: visible;
}
.course-item.profile-course-path .course-package-details {
    margin: 10px 0 18px;
}


@media (max-width: 991px) {
    .course-content-items .course-content-item a {
        padding: 14px 10px;
    }
    .course-content-items .collapse-item-header .icon {
        right: 10px;
    }
    .course-content-items .collapse-item-header {
        padding: 20px 60px 20px 10px;
    }
    .course-navigation a {
        padding: 0 15px;
        font-size: 12px;
    }
    .profile-cv-item {
        display: block;
        text-align: center;
    }
    .profile-cv-item .name {
        margin-bottom: 20px;
        display: flex;
    }
    .profile-cv-item .btns a {
        padding: 0 10px;
        font-size: 11px;
    }
    .profile-call-action {
        display: block;
        text-align: center;
        position: relative;
        padding:0 20px 20px;
        height: auto;
    }
    .profile-call-action img{
        max-width: 100%;
        margin-bottom: 25px;
        margin-left: 0;
        margin-top: 20px;
        margin-right: -20px;
    }
    .profile-call-action .text {
        display: flex;
        margin-bottom: 20px;
        position: relative;
    }
    .course-cv-item .cv-course-title {
        display: block;
        font-size: 12px;
        padding: 20px 12px;
        text-align: center;
    }
    .course-cv-item .cv-course-title b {
        margin-left: 0;
        display: block;
        margin-bottom: 10px;
    }
}
@media (max-width: 767px) {
    .product-slider-wrap {
        padding-left: 0;
    }
    .course-details-section.consultation-details-section{
        padding:30px 0 !important;
    }
    .profile-sidebar {
        display: none;
    }
    .profile-details {
        transform: translateX(calc(50%)) !important;
        width: 100% !important;
    }
    .profile-content {
        padding-right: 0 !important;
        width: 100% !important;
    }
    .profile-mobile-menu-wrap{
        display: block;
        width: calc(100% + 40px);
        margin-right: -20px;
        margin-bottom: 15px;
        margin-top:10px;
    }
    .profile-mobile-menu{
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
    }
    .profile-mobile-menu a{
        color: #8A8E98;
        font-size: 13px;
        font-weight: 500;
        padding: 4px 10px;
        border-radius: 50px;
        background: #F2F5F8;
        transition: all 0.3s;
        margin-left: 10px;
        white-space: nowrap;
    }
    .profile-mobile-menu a:first-child{
        margin-right: 20px;
    }
    .profile-mobile-menu a.active{
        color: #ffffff;
        background: #1A43A8;
    }
    .profile-mobile-menu-wrap .mCSB_draggerContainer {
        opacity: 0 !important;
    }
    .profile-page-title {
        display: none !important;
    }
}
@media (max-width: 576px) {
    .select-time-wrap{
        margin-top: 20px;
    }
    .drag-item {
        padding: 10px;
        font-size: 11px;
        font-weight: 500;
    }
    .drag-answers-wrap .drag-item .drag-hint {
        font-size: 10px;
        padding-right: 10px;
    }
    .draggable-quiz-wrap.single-choice .drag-questions-wrap {
        display: flex;
        flex-wrap: wrap;
    }
    .draggable-quiz-wrap.single-choice .drag-questions-wrap .drag-item-wrap {
        flex: 0 0 calc(50% - 5px);
        margin-left: 10px;
    }
    .draggable-quiz-wrap.single-choice .drag-questions-wrap .drag-item-wrap:nth-child(2) {
        margin-left: 0;
    }

    /*  المسارات  */
    .path-item-wrap .course-menu-wrap {
        bottom: 17px;
        top: auto;
        transform: none;
    }
    .path-item-wrap .course-item .course-content {
        height: auto;
        width: 100%;
        padding: 20px;
    }
    .path-item-wrap .course-item .course-img {
        width: 100%;
        height: auto;
        border-radius: 0;
        margin-left: 0;
    }
    .path-item-wrap .course-item .course-img img {
        border-radius: 0;
    }
    .path-item-wrap .course-item {
        display: block;
        padding: 0;
    }
    .path-status-text {
        display: block;
        text-align: center;
        padding: 20px;
    }
    .path-status-text span{
        display: block;
        margin-bottom: 12px;
    }
}
@media (max-width: 480px) {
    .no-cv-wrap {
        display: block;
        height: auto;
        text-align: center;
        padding: 0 0 25px 0;
    }
    .no-cv-wrap img{
        width: 100%;
        margin-bottom: 20px;
    }
    .no-cv-wrap .text {
        width: 100%;
    }
    .drag-item.ui-draggable-dragging {
        width: 170px !important;
    }
}
