.plyr__control--overlaid {
    background: #bd0e23 !important;
}
.plyr--full-ui input[type=range]{
    color: #bd0e23 !important;
}
.single-vc_lesson .site-main > .v-container {
    padding: 0;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    height: 100dvh;
}
.single-vc_lesson .entry-content{margin: 0;height: 100vh;height: 100dvh;}

.vc-lesson-wrap {
    display: flex;
    flex-direction: row;
    background: #f2f3f5!important;
}
.vc-lesson-wrap .vc-courses-sidebar{
    width: 100%;
    max-width: 22rem;
}
.vc-lesson-wrap .vc-courses-wrap{
    width: 100%;
    display: grid;
    position: relative;
    height: calc(100% - 32px);
    grid-template-rows: minmax(42px, min-content) auto;
    grid-template-areas:
        "content-header"
        "content-wrapper";
        box-shadow: 0 4px 10px 2px rgba(0, 0, 0, .16);
    margin:15px 12px 0 0;
    background-color: #FFF;
}
.goto-course {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 10px;
    color: #eee !important;
    font-size: 13px;
    text-decoration: none;
    gap: 3px;
}
.goto-course:hover{
    color: #FFF!important;
}
.goto-course svg{
    width: 15px;
    height: 15px;
}
.single-vc_lesson header, .single-vc_lesson footer {
    display: none;
}




.vc-accordion {
    width: 100%;
    max-width: 600px;
    margin: 20px auto;
}

.vc-accordion-item {
    padding: 0;
    cursor: pointer;
}

.vc-accordion-header {
    margin: 0;
    font-size: 16px;
    padding:0 10px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.vc-accordion-header > svg{
    width: 16px;
    width: 16px;
}
.vc-accordion-header > div.ob2 svg {
    width: 16px;
    height: 16px;
    margin-left: 4px;
}

.vc-accordion-header .ob2 span {
    color: #36394D;
    font-size: 13px;
}
.vc-accordion-button {
    width: 100%;
    background-color: #f1f1f1;
    padding: 15px;
    font-size: 18px;
    text-align: left;
    border: none;
    outline: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.vc-accordion-button:hover {
    background-color: #ddd;
}

.vc-accordion-content {
    display: none;
    padding: 0;
}

.vc-accordion-content p {
    margin: 0;
}
.vc_site_name {
    background: #BD0E23;
    color: #FFF;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    font-size: 16px;
}



.vc-content-wrapper {
    position: relative;
    height: inherit;
    grid-area: content-wrapper;
}
.vc-content-in {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: grid;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    grid-gap: 0;
    grid-template-columns: auto;
    grid-template-rows: auto minmax(60px, min-content);
    grid-template-areas:
        "content-inner"
        "content-navigation";
}
.vc-courses-scroll {
    display: flex;
    position: relative;
    flex-direction: column;
    align-content: flex-start;
    grid-area: content-inner;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 20px 5px;
    border: solid 1px #CACCD6;
    border-top: 0;
    border-bottom: 0;
}
.vc-courses-sidebar .courses-title {
    margin: 15px 10px;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .25);
    background: #FFF;
    padding: 10px 15px;
}
.vc-courses-sidebar .courses-title h2 {
    color: #000;
    margin: 0;
    line-height: 30px;
    margin-bottom: 15px;
    font-size: 24px;
}
/* .vc-content-in{
    display: flex;
    position: relative;
    flex-direction: column;
    align-content: flex-start;
    grid-area: content-inner;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
} */

.vc-courses-nav {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #FFF;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px #CACCD6;
    grid-area: content-navigation;
    gap: 10px;
}
.vc-courses-wrap .v-courses-title {
    border: solid 1px #CACCD6;
    padding: 5px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.vc-courses-wrap .v-courses-title h1{
    margin: 0;
    font-size: 18px;
    color: #000;
    font-weight: 500;
}
.btn-incomplete,
.btn-complete, .vc-courses-nav a {
    display: flex;
    text-decoration: none;
    background: #bd0e23;
    color: #FFF !important;
    min-width: 100px;
    min-height: 30px!important;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    gap: 1px;
    line-height: 12px;
    border-radius: 3px;
    cursor: pointer;
    text-transform: uppercase;
    padding-top: 2px;
}
.vc-courses-nav a svg {
    width: 15px;
    height: 17px;
}

.btn-incomplete:hover,
.btn-complete:hover,
.vc-courses-nav a:hover{
    opacity: 0.8;
}

.btn-incomplete svg,
.btn-complete svg {
    width: 12px;
    height: 12px;
    margin-right: 5px;
}
.btn-incomplete
 {
    padding: 0 10px;
    border: solid 1px #bd0e23 !important;
    background-color: #0000;
    color: #bd0e23 !important;
    max-height: 28px;
    min-height: 28px;
}
.btn-incomplete:hover{
    background-color: #bd0e23;
    color: #FFF !important;
}
.course-chapters-menu {
    padding: 0;
}

.btn-complete .loader-white,
.btn-incomplete .loader-black,
.btn-complete .loader-black {
    width: 11px;
    height: 11px;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 3px;
}
.btn-incomplete .loader-black{
    margin-top: 0;
}

/* .btn-complete:hover .loader-white, */
.btn-incomplete:hover .loader-black {
    border: 2px solid #ffffff9e;
    border-top: 2px solid #ffffff;
}

.v-progress-container {
    width: 100%;
    background-color: #e0e0e0;
    border-radius: 8px;
    height: 8px;
    position: relative;
}

.v-progress-bar {
    width: 1%; /* Adjust percentage to reflect progress */
    height: 100%;
    background-color: #bd0e23; /* Red color */
    border-radius: 8px;
}

.v-progress-text {
    margin-top: 3px;
    font-size: 14px;
    color: #333;
    margin-bottom: 2px;
}
.vicon-check {
    display: flex;
    background: #0000;
    border: solid 2px #000;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin-top: -1px;
}


.vicon-check svg{
width: 14px;
height: 14px;
display: none;
}
.vicon-check.active {
    background: #b60e22;
    border-color: #b60e22;
    color: #FFF;
}
.vicon-check.active svg{
display: block;
}
.vc_lesson_item > a {
    color: #36394D!important;
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 15px;
    padding: 5px 10px;
    font-size: 13px;
    /* align-items: start; */
    position: relative;
}


.vc_lesson_item .v_lock {
    position: absolute;
    right: 11px;
    display: flex;
    top: 16px;
}
.vc_lesson_item .v_lock svg {
    width: 15px;
    height: 15px;
}
.single-vc_courses .vc_lesson_item .v_lock {
    top: 10px;
}
.vc_lesson_adjust {
    margin: 3px 0 0;
}
.vc_lesson_item.active > a,
.vc_lesson_item > a:hover{
    background: #d6d7db;
}
.vc-accordion-content .vicon-check svg{
    width: 12px;
    height: 12px;
}
.vc-accordion-content .vicon-check {
    width: 14px;
    height: 14px;
    margin-top: 3px;
}
.vc-accordion-item.active .vc-accordion-content {
    display: block;
}
.vc_lesson_item .vsub_title {
    display: flex;
    flex-direction: column;
}
.vc_lesson_item .vsub_title small{
color: #999;
font-size: 12px;
font-weight: 400;
}
.vc-accordion-header > div.ob2 {
    justify-content: end;
}
.vc-accordion-header > div {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 50%;
    min-height: 40px;
    padding-bottom: 5px;
    border-bottom: solid 1px #CACCD6;
    margin-bottom: 4px;
}
.vc-accordion-item.active .vc-accordion-header > div {
    border-bottom: solid 1px #111;
}

body.single-vc_lesson .vc_lesson_item > a {
    padding: 2px 10px;
    min-height: 40px;
}
body.single-vc_lesson .vc-accordion-content .vicon-check {
    margin-top: 0;
}
body.single-vc_lesson .vc_lesson_item .v_lock {
    top: 13px;
}


.vc-course-content{
    text-align: center;
}
.vc-course-content img {
    width: 80%;
}
.vc_courses_vimeo,
.vc_courses_embed {
    max-width: 900px;
    margin: 0 auto;
}
.vc_courses_video {
    max-width: 800px;
    margin: 0 auto;
}
.vc_courses_embed iframe {
    min-width: 800px !important;
}
.vc_courses_vimeo iframe {
    min-width: 750px !important;
}

.v-courses-top .wrap-top {
    display: flex;
    flex-direction: row;
    background: #FFF;
    border-radius: 20px;
    overflow: hidden;
    line-height: 0;
}
.v-courses-top .wrap-top img {
    width: 100%;
}
.v-courses-top .wrap-top .ob1, .v-courses-top .wrap-top .ob2 {
    width: 50%;
}
.v-courses-top .wrap-top .ob2 {
    padding: 45px 50px;
}
.v-courses-top {
    background: #f2f3f5;
    padding: 40px 0;
}
.single-courses-title {
    line-height: 33px;
    font-weight: 600;
    margin: 0;
    font-size: 30px;
    padding: 0;
    margin-bottom: 5px;
}
.vc-coures-info {
    line-height: 1;
    margin-top: 0;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    min-height: 150px;
}
.vc-couress-price span{
    display: block;
    position: relative;
}
.vc-couress-price {
    margin-top: 0;
    display: flex;
    align-items: center;
}
.vc-couress-price.v-discount .v-regular {
    font-size: 18px;
    font-weight: 500;
    color: #929292;
    margin-left: 9px;
    margin-top: 8px;
}
.vc-couress-price.v-discount .v-sale {
    font-size: 30px;
    font-weight: 600;
    color: #ee2d2d;
}
.vc-couress-price.v-discount .v-regular:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    top: 1px;
    left: 0;
    border-bottom: 1px solid;
}
.vc-single-go-first,
.vc-single-add-cart {
    display: flex;
    padding: 18px 10px;
    text-decoration: none;
    background: #bd0e23;
    color: #FFF;
    width: 100%;
    justify-content: center;
    border-radius: 5px;
    font-size: 17px;
}
.vc-single-go-first:visited,
.vc-single-go-first:focus,
.vc-single-go-first:hover,
.vc-single-add-cart:visited,
.vc-single-add-cart:focus,
.vc-single-add-cart:hover{
    opacity: 0.8;
    color: #FFF!important;
}





.vc-single-go-first .loader-white{
    margin-right: 5px;
}
.vc-single-add-cart .loader-white{
    margin-left: 5px;
}



.vc_courses-topic h4{
margin: 0;
padding: 0;
}
.vc_courses-topic {
    cursor: pointer;
}

.vc_courses_short {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2em;
    max-height: 105px;
    overflow-x: auto;
    margin-bottom: 20px;
    padding-right: 7px;
    margin-top: 12px;
}
.vc_courses_short p {
    margin: 0;
    padding: 0;
}

.vc_courses_short::-webkit-scrollbar {
    width: 7px;
  }
  
  /* Track */
  .vc_courses_short::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  .vc_courses_short::-webkit-scrollbar-thumb {
    background: #888; 
  }
  
  /* Handle on hover */
  .vc_courses_short::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }

  .v-courses-top .wrap-top .ob1 img {
    width: 100%;
    min-height: 400px;
    object-fit: cover;
    object-position: left;
}


.wrap-single-courese {
    display: flex;
    flex-direction: row;
    margin: 50px 0 70px;
}

.wrap-single-courese .cb1{
    width: 70%;
}
.wrap-single-courese .cb2 {
    width: 30%;
    padding-left: 50px;
}

.vc_courses_nav {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    gap: 15px;
}

.vc_courses_nav a {
    display: flex;
    text-decoration: none;
    color: #000;
    padding: 15px 25px;
    position: relative;
}
.vc_courses_nav li.active a {
    color: #bd0e23;
}
.vc_courses_nav li.active a:after {
    content: '';
    height: 4px;
    background: #bd0e23;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.vc_courses_nav a:hover,
.vc_courses_nav a:focus{
    color: #bd0e23;
}

/* .wrap-vc_courses_nav {
    border: solid 1px #e5e5e5;
    border-top: 0;
} */
.c_the_content h3, .c_the_content h4, .c_the_content p {
    margin: 0;
    padding: 0;
    font-weight: 500;
}
.c_the_content p{
    color: #999;
    font-weight: 400;
}
.c_the_content p {
    color: #000000de;
    font-weight: 400;
    margin-bottom: 10px;
}
.wrap-single-courese .v-content-title {
    color: #000!important;
    font-weight: 600;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    font-size: 22px;
    border-left: solid 3px #f4001d;
    padding-left: 12px;
}

.c_the_content {
    color: #000!important;
    margin-bottom: 40px;
}
.c_the_content .v_content {
    background: #f4f6f9;
    padding: 25px;
    border-radius: 5px;
}

.wrap-single-courese .vc_courses-topic {
    background: #f2f3f5;
    border: 1px solid #e0e2ea;
    padding: 13px;
    border-bottom: 0;
}
.wrap-single-courese .vc_lesson_item.active > a,
.wrap-single-courese .vc_lesson_item > a:hover {
    background: #f2f3f5;
}
.wrap-single-courese .vc_courses-topic h4 {
    font-weight: 600;
    font-size: 17px;
}
.single-courese .vc_courses-topic-item .vc_lesson_adjust {
    margin: 0;
    border: solid 1px #e0e2ea;
    border-top: 0;
    border-bottom: 0;
    padding: 5px 0;
}
.single-courese .vc_courses-topic-item:last-child .vc_courses-topic,
.single-courese .vc_courses-topic-item:last-child .vc_lesson_adjust{
    border-bottom: solid 1px #e0e2ea;
}
.single-courese .vc_courses-topic-item.active .vc_courses-topic{ 
    border-bottom: 0;
}
.single-courese .vc_courses-topic-item .vc_lesson_item a {
    font-size: 14px;
    color: #000;
    padding: 7px 12px;
}

 .wrap-single-courese .vc_lesson_item > a:hover {
    background: #ba0e22;
    color: #FFF !important;
}

.wrap-single-courese  .v-progress-bar {
    background-color: #f77686;
}
.vc_content_lock {
    min-height: 100%;
    background: #444;
    margin: -20px -5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.vc_content_lock .wrap-in {
    background: #FFF;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    max-width: 500px;
    min-height: 250px;
}
.vc_content_lock .wrap-in h2 {
    margin: 0;
    padding: 5px;
    font-size: 26px;
    color: #000;
    font-weight: 500;
}
.vc_content_lock .wrap-in p {
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #666;
    font-weight: 400;
    line-height: 22px;
    max-width: 70%;
}
.vc_content_lock .wrap-in svg{
    width: 30px;
    height: 30px;
}
.vc_content_lock .wrap-in .btn-go-courese {
    color: #FFF;
    background: #bd0e23;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 15px;
    border-radius: 3px;
    margin-top: 10px;
    font-size: 14px;
}
.vc_content_lock .wrap-in .btn-go-courese:hover{
    opacity: 0.8;
}
a.vc-single-add-cart svg {
    width: 18px;
    height: 18px;
    margin-right: 6px;
    margin-top: -2px;
}
.vc-form-wrap {
    margin: 0 auto;
    min-height: 100dvh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #fafafa;
    padding: 60px 10px 70px;
}
.vc-form-wrap .custom-logo {
    width: 100%;
    max-height: 65px;
    margin-bottom: 15px;
}
.vc_form {
    width: 100%;
    background-color: #FFF;
    -moz-box-shadow: 0 4px 105px 0 rgba(0, 0, 0, .07);
    -webkit-box-shadow: 0 4px 105px 0 rgba(0, 0, 0, .07);
    box-shadow: 0 4px 105px 0 rgba(0, 0, 0, .07);
    max-width: 500px;
    padding: 45px 45px 55px;
    border-radius: 20px;
}
.vc_form .form-title {
    text-align: center;
    margin-bottom: 30px;
}
.vc_form .form-title h1 {
    margin: 0;
    padding: 0;
    color: #000;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 35px;
}
.vc_form .form-title p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #9f9f9f;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea,
form.woocommerce-ResetPassword.lost_reset_password button.woocommerce-Button.button,
form.woocommerce-ResetPassword.lost_reset_password .input-text,
.vc_form input[type="submit"],
.vc_form input[type="email"],
.vc_form input[type="text"],
.vc_form input[type="password"] {
    background: #f4f6f8;
    border-radius: 3px!important;
    width: 100%;
    border:solid 1px #0000!important;
    min-height: 43px;
    padding: 10px;
}

form.woocommerce-EditAccountForm.edit-account fieldset {
    margin-top: 12px;
}
form.woocommerce-ResetPassword.lost_reset_password  p.woocommerce-form-row.woocommerce-form-row--first.form-row.form-row-first {
    width: 100%;
}
#togglePassword svg,
#togglePasswordLogin svg {
    width: 18px;
    height: 18px;
}
#togglePassword,
#togglePasswordLogin {
    height: 16px;
}
.vc_form input:focus{
    border:solid 1px #bd0e23!important;   
}
.vc_form p {
    margin-bottom: 0;
}
form.woocommerce-ResetPassword.lost_reset_password > p {
    margin-bottom: 10px;
}

.woocommerce-Button{
    background: #f4f6f8;
    border-radius: 3px!important;
    border:solid 1px #0000!important;
    min-height: 43px;
    padding: 10px;
}
.woocommerce-Button,
form.woocommerce-ResetPassword.lost_reset_password button.woocommerce-Button.button,
.vc_form input[type="submit"]{
    background: #bd0e23!important;  
    color: #FFF!important;
    cursor: pointer;
}
form.woocommerce-ResetPassword.lost_reset_password button.woocommerce-Button.button{
    margin-top: 0;
}
.vc_form .vcustom-link {
    text-align: center;
}
.vc_form .vcustom-link a{
    color: #bd0e23!important;  
}
.text-right{
    text-align: right!important;
}
.yp-form-msg {
    width: 100%;
    max-width: 500px;
    background: #FFF;
    -moz-box-shadow: 0 4px 105px 0 rgba(0, 0, 0, .07);
    -webkit-box-shadow: 0 4px 105px 0 rgba(0, 0, 0, .07);
    box-shadow: 0 4px 105px 0 rgba(0, 0, 0, .07);
    padding: 10px 15px;
    line-height: 22px;
    border-left: solid 5px;
    font-size: 16px;
    margin-bottom: 35px;
    border-radius: 3px;
}
.yp-form-msg a {
    color: #E91E63;
}
.yp-form-msg.error{
    border-left:#e91e63 solid 5px;
}
.yp-form-msg.success{
    border-left:#4caf50 solid 5px;
}

form.woocommerce-ResetPassword.lost_reset_password {
    background-color: #FFF;
    -moz-box-shadow: 0 4px 105px 0 rgba(0, 0, 0, .07);
    -webkit-box-shadow: 0 4px 105px 0 rgba(0, 0, 0, .07);
    box-shadow: 0 4px 105px 0 rgba(0, 0, 0, .07);
    max-width: 550px;
    padding: 25px 40px 35px;
    margin: 20px auto 46px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding-left: 20px;
}

body.woocommerce-account .woocommerce {
    margin: 60px 0;
}
.my-account-custom-text h2 {
    margin: 0;
    margin-bottom: 20px;
    font-weight: 600;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    border-right: solid 1px #ddd;
    width: 25%!important;
    padding-right: 50px;
}
.woocommerce-account .woocommerce-MyAccount-content{
    width: 75%!important;
    padding-left: 50px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    padding: 7px 10px;
    display: flex;
}
.woocommerce-MyAccount-navigation-link.is-active a {
    background: #ebebeb;
}
.woocommerce-account .woocommerce-MyAccount-content > p {
    margin-top: 0;
    margin-bottom: 10px;
}
td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a {
    margin-right: 7px;
}
header.woocommerce-Address-title.title {
    display: flex;
    justify-content: start;
    align-items: center;
    position: relative;
}
.woocommerce-account .addresses .title .edit {
    padding: 4px 8px;
    color: #FFF;
    background: #bd0e23;
    font-size: 14px;
    border-radius: 3px;
    position: absolute;
    right: 0;
}

.woocommerce form .form-row em {
    font-size: 13px;
    margin-top: 8px;
    display: block;
    font-style: normal;
    font-weight: 500;
}

td.woocommerce-table__product-name.product-name img {
    min-width: 130px;
}
.elementor-menu-cart__product-name, .elementor-menu-cart__product-price {
    padding-left: 10px!important;
}
.elementor-menu-cart__product-remove {
    border-color: #888!important;
}

.elementor-menu-cart__product-remove:after, .elementor-menu-cart__product-remove:before {
    background: #888!important;
}

.vc-profile-nav-dropdown {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row;
  }
  
  .vc-profile-dropdown-toggle {
    background-color: #0000;
    color: #000;
    min-width: 35px;
    min-height: 35px;
    padding: 5px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    border-radius: 50px;
    margin-bottom: 5px;
      margin-top: 5px;
  }
  
  .vc-profile-dropdown-menu {
    display: none;
    position: absolute;
    background-color: #FFF;
    min-width: 160px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, .1);
    z-index: 1;
    list-style: none;
    padding: 0;
    margin: 0;
    top: 100%;
    left: auto;
    right: 0;
    border-radius: 7px;
    overflow: hidden;
  }
  
  .vc-profile-dropdown-menu li {
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
  }
  
  .vc-profile-dropdown-menu li a {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 14px;
    color: #000000;
    font-weight: 400;
  }
  
  .vc-profile-dropdown-menu li a img {
    margin-right: 10px;
    width: 26px;
    height: 26px;
    min-width: 26px;
    min-height: 26px;
    border-radius: 50px;
    object-fit: cover;
    border: solid 2px #e6e6e6;
  }
  
  .vc-profile-dropdown-menu li:hover a {
    background-color: #f1f1f1;
  }

  
  /* Display the dropdown on hover */
  .vc-profile-nav-dropdown:hover .vc-profile-dropdown-menu {
    display: block;
  }
  
  /* body.logged-in .vc-profile-nav-dropdown:hover .vc-profile-dropdown-toggle {
    background-color: #eee;
  } */
  .vc-profile-nav-dropdown:before {
    content: '';
    width: 1px;
    border-right: 1px solid #babac8;
    height: 12px;
    margin-left: 5px;
    margin-right: 13px;
}
  .vc-profile-dropdown-toggle span {
    color: #000;
    font-size: 14px;
    font-weight: 400;
}
.vc-profile-dropdown-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
}
  .vc-profile-dropdown-toggle img {
    width: 27px !important;
    height: 27px !important;
    object-fit: cover;
    border-radius: 50px;
    border: solid 2px #ddd;
  }
  .vc-profile-dropdown-menu li a svg {
    width: 18px;
    height: 18px;
    margin-right: 5px;
    color: #565679;
}
a.vc-profile-dropdown-toggle svg {
    margin-top: 5px;
    margin-left: 5px;
}
.vc-profile-dropdown-toggle .avatar {
border-radius: 50px;
}
.vc-profile-dropdown-menu li:hover a svg{
    color: #BD0E23;
}
a.vc-profile-dropdown-toggle.vSignup {
    min-width: 100px;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #bd0e23;
    color: #bd0e23;
    border-radius: 3px;
    margin-right: 8px;
}
a.vc-profile-dropdown-toggle.vSignup:hover{
    background-color: #bd0e23;
    color: #FFF;
}
a.vc-profile-dropdown-toggle.vlogin {
    font-weight: 400;
    color: #bd0e23;
    margin-right: 10px;
    margin-left: 5px;
}
a.vc-profile-dropdown-toggle.vlogin:hover {
    color: #db001a;
}
/*for Mobile*/
@media (max-width: 767px) {

    a.vc-profile-dropdown-toggle.vSignup {
        min-width: 80px;
        min-height: 36px;
    }
    .vc-profile-dropdown-toggle span {
        display: none;
    }
    .woocommerce-account .woocommerce-MyAccount-content,
        .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%!important;    
    padding: 0!important;
    border: 0;
    }
    .woocommerce-account .woocommerce-MyAccount-content {
        margin-top: 35px;
    }
    .vc-form-wrap {
        padding: 20px;
        min-height: 90dvh;
    }
    .vc_content_lock .wrap-in {
        max-width: 91%;
    }
    .vc_content_lock .wrap-in p {
        max-width: 100%;
    }
    .wrap-single-courese {
        flex-direction: column;
        gap: 40px;
    }
    .single-courese .vc_courses-topic-item .vc_lesson_item a {
        font-size: 16px;
    }
    .wrap-single-courese .vc_courses-topic h4 {
        font-size: 18px;
    }
    .wrap-single-courese > div {
        width: 100% !important;
        padding: 0 !important;
    }
    
    .v-courses-top .wrap-top img {
        min-height: initial;
    }
    .single-courses-title {
        line-height: 32px;
        font-size: 28px;
    }
    .v-courses-top {
        padding:20px 17px;
    }
    .v-courses-top .v-container {
        padding: 0;
    }
    .v-courses-top .wrap-top {
        flex-direction: column;
        border-radius: 10px;
    }
    .v-courses-top .wrap-top .ob2 {
        padding: 15px 20px;
    }
    .v-courses-top .wrap-top .ob1, .v-courses-top .wrap-top .ob2 {
        width: 100%;
    }
    .course-chapters-menu {
        display: none;
    }
    .vc_videoResponsive iframe {
        min-width: 100% !important;
    }
    .single-vc_lesson .entry-content {
        flex-direction: column;
    }
    .vc-courses-scroll {
        padding: 0 5px;
    }
    .vc-course-content img {
        width: 100%;
    }
    .vc-lesson-wrap .vc-courses-sidebar {
        max-width: 100%;
        width: 100%;
    }
    .vc-lesson-wrap .vc-courses-wrap {
        max-width: 95%;
        width: 95%;
        height: calc(100% - 47px);
        margin: 0 auto;
    }
    .main-header .elementor-search-form__toggle::before {
        width: 16px;
        height: 16px;
        margin-top: -1px;
    }
}
/* end for Mobile */

/*for tabletV*/
@media (min-width: 768px) and (max-width: 991px) {
    .main-header .elementor-search-form__toggle::before {
        width: 16px;
        height: 16px;
        margin-top: -1px;
    }
    .vc-profile-dropdown-toggle span {
        display: none;
    }
    .vc-form-wrap {
        padding: 0;
        min-height: 90dvh;
    }
    .vc_content_lock .wrap-in {
        max-width: 91%;
    }
    .vc_content_lock .wrap-in p {
        max-width: 90%;
    }
    .v-courses-top .wrap-top {
        flex-direction: column;
    }
    .v-courses-top .wrap-top .ob1, .v-courses-top .wrap-top .ob2 {
        width: 100%;
    }
    .vc_videoResponsive iframe {
        min-width: 100% !important;
    }
    .vc-course-content img {
        width: 100%;
    }
    .vc-lesson-wrap .vc-courses-sidebar {
        max-width: 18rem;
    }
}
/* end for tabletV */

/*for tabletH*/
@media (min-width: 992px) and (max-width: 1199px) {
}
/* end for tabletH */

/* 
.vc-courses-scroll::-webkit-scrollbar {
    width: 10px;
  }
  
  .vc-courses-scroll::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  .vc-courses-scroll::-webkit-scrollbar-thumb {
    background: #888; 
  }
  
  .vc-courses-scroll::-webkit-scrollbar-thumb:hover {
    background: #555; 
  } */