.preview-avatar {
    height: 100px !important;
    width: 100px !important;
    object-fit: cover;
}

.modal-dialog {
    z-index: 111111;
}

.btn-hight-basic {
    height: 50px;
}

.btn-group {
    display: flex;
}

.btn-check {
    display: none;
}

.btn-group label {
    font-weight: 400 !important;
    font-size: 16px !important;
    margin: 0px !important;
    margin-right: 5px !important;
    padding: 10px !important;
}

.btn-check:checked + label {
    background-color: #5751e1;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 5px;
    cursor: pointer;
    color: white;
}

.btn-check:not(:checked) + label {
    background-color: white;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 5px;
    cursor: pointer;
}

#basic-addon1 {
    padding: 11px;
    background: #5751e1;
    cursor: pointer;
}

#basic-addon1 a {
    color: white;
}

.file-manager-label {
    font-size: 18px !important;
    font-weight: 600 !important;
    margin-bottom: 5px !important;
    color: var(--tg-heading-color);
    cursor: pointer;
}

.form-grp select,
textarea {
    background-color: transparent;
    border: 2px solid #e6e3f1;
    color: var(--tg-heading-color);
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    border-radius: 6px;
    outline: none;
    padding: 10px 37px 10px 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    line-height: 1.2;
    height: 50px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

.form-grp textarea {
    min-height: 140px;
    max-height: 140px;
}

.normal-text p {
    margin: 1px;
}

.form-file-manager-label {
    font-size: 15px !important;
    font-weight: 600 !important;
    margin-bottom: 5px !important;
    color: var(--tg-heading-color);
    cursor: pointer;
}

.input-group .form-control {
    width: auto !important;
}

.input-group span {
    color: #ffff;
}

.tox-promotion-link {
    display: none !important;
}

.preloader {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.54);
    z-index: 100;
}

.loader-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.loader-icon img {
    width: 70px;
    height: auto;
    transition: width 0.5s ease;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.loader-icon img {
    animation: pulse 2s infinite;
}

.preloader-two {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.659);
    z-index: 10;
}

.preloader-two-fixed {
    position: fixed;
}

.loader-icon-two {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.loader-icon-two img {
    width: 70px;
    height: auto;
    transition: width 0.5s ease;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.loader-icon-two img {
    animation: pulse 2s infinite;
}

div.switcher + div.switcher {
    margin-top: 10px;
}

div.switcher label {
    padding: 0;
}

div.switcher label * {
    vertical-align: middle;
}

div.switcher label input {
    display: none;
}

div.switcher label input + span {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    width: 50px;
    height: 26px;
    background: var(--bs-gray);
    border: 2px solid var(--bs-gray);
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

div.switcher label input + span small {
    position: absolute;
    display: block;
    width: 50%;
    height: 100%;
    background: #fff;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    left: 0;
}

div.switcher label input:checked + span {
    background: #5751e1;
    border-color: #5751e1;
}

div.switcher label input:checked + span small {
    left: 50%;
}

.select2.select2-container {
    width: 100% !important;
}

.select2-selection.select2-selection--multiple {
    height: 50px !important;
    border: 2px solid #e6e3f1 !important;
    border-radius: 6px;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 14px !important;
    margin-left: 17px !important;
}

.select2-container--default
    .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #5751e1 !important;
    color: white;
}

.select2-selection.select2-selection--single {
    height: 45px !important;
}

.form-grp
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 40px !important;
}

.form-check-input[type="checkbox"] {
    width: 20px;
    height: 20px;
    opacity: 1;
}

.form-check-input[type="checkbox"]:checked {
    transform: scale(1.2);
}

.form-check-label {
    margin-left: 10px;
    font-size: 16px;
}

.select2-result-repository__avatar {
    width: 50px;
    margin-right: 15px;
}

.select2-result-repository.clearfix {
    display: flex !important;
}

.accordion-button.course-section-btn {
    padding: 20px;
    border-radius: 0 !important;
    width: auto !important;
}

.accordion_header_content {
    justify-content: space-between;
}

.icon-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #5751e1;
    border-radius: 50%;
}

.icon-container i {
    color: #fff;
}

.bold-text {
    font-size: 18px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    color: #161313;
}

.accordion-item.course-section {
    margin-bottom: 15px;
    border: 1px solid #80808070 !important;
}

.card.course-section-item {
    padding: 14px;
}

.item-action {
    min-width: 150px;
    margin-right: 15px;
    justify-content: right;
    align-items: center;
}

.course-quiz-btn {
    width: auto;
    max-width: 700px;
}

.create_couese_item .item-action {
    min-width: auto;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

.item-action a:hover,
b.text-highlight {
    color: #5751e1;
}

.item-action a i {
    font-size: 18px;
}

.small-more-btn,
.live-class-btn {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
    box-shadow: none;
}

.live-class-btn {
    border: none;
    font-size: 14px;
}

.action-item {
    margin-right: 8px;
    cursor: pointer !important;
}

.dropdown.action-item {
    margin-top: 6px;
}

.accordion-button.course-quiz-btn.collapsed {
    padding: 13px !important;
}

.remove-answer i {
    color: red;
}

.remove-answer {
    border: none;
    background-color: transparent;
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow-y: scroll;
}

.instructor-avatar {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.coupon-discount span {
    color: rgb(22, 20, 57) !important;
    font-size: 15px !important;
    font-weight: 600 !important;
}

.wsus__single_payment {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 5px;
    overflow: hidden;
    background: #faf6f3fa;
    display: block;
    transition: all linear 0.3s;
    margin-top: 25px;
    height: 100px;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

.wsus__single_payment img {
    border-radius: 4px;
    height: 100px;
    object-fit: cover;
    cursor: pointer;
}

.iframe-video {
    width: 100%;
    height: 680px;
}

.player-placeholder {
    position: relative;
    height: 680px;
}

.preloader-two.player {
    background-color: rgba(193, 193, 193, 0.44);
    z-index: 1;
}

.loader-icon-two.player {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.accordion-body.course-content {
    padding: 0px;
}

.accordion-body.course-content .form-check {
    padding: 10px;
}

.accordion-body.course-content .form-check {
    padding: 12px 10px 12px 34px;
    margin-bottom: 5px;
}

.accordion-body.course-content .form-check:hover {
    background: #e9e9e9;
}

.item-active {
    background: #e9e9e9 !important;
}

.resource-file {
    position: relative;
    width: 100%;
    height: 600px;
}

.file-info {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.file-info img {
    width: 115px;
}

.file-info p {
    margin: 0;
    margin-bottom: 5px;
}

.file-info .text-center {
    border: 1px solid gray;
    border-style: dashed;
    padding: 31px;
    border-radius: 5px;
}

.course .circle input {
    height: 18px;
    width: 18px;
}

.card.ans-body {
    padding: 10px;
}

.question-container {
    margin-top: 100px;
}

.card-title.count {
    font-size: 45px;
    font-family: arial;
    font-weight: bolder;
}

.info-col img {
    width: 100px;
    margin-top: 29px;
}

.correct-ans {
    background: #d1e7dd;
}

.wrong-ans {
    background: #f8d7da;
}

.basic-button {
    background: #5751e1;
    padding: 5px 15px 5px 15px;
    color: white;
    border-radius: 10px;
    font-size: 14px;
}

.basic-button i {
    color: white;
}

.certificate.fas.fa-download {
    font-size: 14px;
    color: white;
}

.w_60px {
    width: 60px !important;
}

.h_60px {
    height: 60px !important;
}

.faq__area.about {
    padding: 120px 0 120px;
    margin-top: 0px;
}

.w_150px {
    width: 150px !important;
}

.form-control.file-manager-input {
    border: 2px solid #e6e3f1 !important;
}

.input-group {
    margin-top: 3px;
}

.toggle-label {
    font-size: 15px !important;
    font-weight: 600 !important;
    margin-bottom: 5px !important;
    color: var(--tg-heading-color);
    cursor: pointer;
}

.form-control {
    border: 2px solid #e6e3f1 !important;
}

.header-social a img {
    width: 16px;
}

.brand__item a img {
    max-width: 160px;
}

.testimonial__author-thumb img {
    width: 70px;
    height: 70px;
    object-fit: cover;
}

.logo a img {
    max-width: 250px;
}

.course-section-item .item-action {
    min-width: 70px !important;
}

textarea {
    text-transform: none !important;
}

.wsus_content-box ul,
.wsus_content-box ol,
.about__content ul,
.about__content ol,
.choose__content-two ul,
.choose__content-two ol,
.about__content-six ul,
.about__content-six ol,
.choose__content-four ul,
.choose__content-four ol,
.about__content-four ul,
.about__content-four ol {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 25px;
}

.about__content ul li,
.about__content ol li,
.wsus_content-box ul li,
.wsus_content-box ol li,
.choose__content-two ul li,
.choose__content-two ol li,
.about__content-six ul li,
.about__content-six ol li,
.choose__content-four ul li,
.choose__content-four ol li,
.about__content-four ul li,
.about__content-four ol li {
    position: relative;
    padding-left: 45px;
    font-family: var(--tg-heading-font-family);
    color: var(--tg-heading-color);
    font-size: 18px;
    font-weight: var(--tg-fw-semi-bold);
    margin: 0 0;
}

.about__content ul li::after,
.about__content ol li::after,
.wsus_content-box ul li::after,
.wsus_content-box ol li::after,
.choose__content-two ul li::after,
.choose__content-two ol li::after,
.about__content-six ul li::after,
.about__content-six ol li::after,
.choose__content-four ul li::after,
.choose__content-four ol li::after,
.about__content-four ul li::after,
.about__content-four ol li::after {
    position: absolute;
    content: "\f054";
    font-family: "font awesome 5 free";
    font-weight: 600;
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: var(--tg-heading-color);
    background: var(--tg-theme-secondary);
    border: 1px solid #282568;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    box-shadow: 4px 3px 0px 0px rgba(0, 0, 0, 0.25);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    top: -1px;
    left: 0;
}

.about__content ul li:hover::after,
.wsus_content-box ul li:hover::after,
.choose__content-two ul li:hover::after,
.about__content-six ul li:hover::after,
.choose__content-four ul li:hover::after,
.about__content-four ul li:hover::after {
    box-shadow: none;
}

.courses-area .section__title-wrap,
.courses-area-two .section__title-wrap,
.courses-area-six .section__title-wrap {
    margin: 0 0 50px;
}

@media (max-width: 767.98px) {
    .courses-area .section__title-wrap,
    .courses-area-two .section__title-wrap,
    .courses-area-six .section__title-wrap {
        margin: 0 0 40px;
    }
}

@media (max-width: 1199.98px) {
    .courses-area .section__title-wrap,
    .courses-area-two .section__title-wrap,
    .courses-area-six .section__title-wrap {
        margin: 0 0 30px;
    }

    .home_business .testimonial__img-four .business_testimonial_img {
        margin-left: 0 !important;
    }
}

/* **********************************
---- theme css customized
*************************************/
body {
    overflow-x: hidden !important;
}

.breadcrumb__content .title {
    text-transform: capitalize;
}

.section__title .title span:not(.svg-icon) {
    color: var(--tg-common-color-white);
}

.tg-header__top {
    background-color: var(--tg-common-color-black);
}

.header_language_area {
    gap: 20px;
}

.header_language_area ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.header_language_area ul li {
    position: relative;
}

.header_language_area ul li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 14px;
    color: var(--tg-common-color-white);
    text-transform: capitalize;
    font-family: var(--tg-heading-font-family);
}

.header_language_area ul li a span {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    margin-top: -4px;
}

.header_language_area ul li a span img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.header_language_area ul li:hover > a {
    color: var(--tg-theme-secondary);
}

.header_language_area .droap_language {
    position: absolute;
    top: 100%;
    left: -15px;
    margin-top: 2px;
    background: var(--tg-common-color-white);
    padding: 10px 15px 10px 15px;
    min-width: 150px;
    border: 1px solid #f5f5f5;
    box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    transform: scale(1, 0);
    transform-origin: 0 0;
    display: block;
    visibility: hidden;
    opacity: 0;
    z-index: 99;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

.header_language_area .droap_language li a {
    color: var(--tg-heading-color);
    padding: 7px 0px;
}

.header_language_area .droap_language li a:hover {
    color: var(--tg-theme-primary);
}

.header_language_area .droap_language li a span img {
    border: 1px solid #ddd;
}

.header_language_area ul > li:hover .droap_language {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.header_language_area ul li.currency .droap_language {
    min-width: 100px;
}

.tgmobile__menu .header_language_area {
    padding: 10px 15px 10px 15px;
    justify-content: center;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    background: var(--tg-common-color-gray);
}

.tgmobile__menu .header_language_area ul {
    gap: 10px;
    width: 100%;
}

.tgmobile__menu .header_language_area ul li a {
    color: var(--tg-heading-color);
}

.tg-header__top .header_language_area ul .nice-select {
    background: none;
    border-radius: 0;
    border: 0;
    border-left: 1px solid #eeeeee40 !important;
    height: 24px;
    line-height: 24px;
    padding-left: 20px;
    padding-right: 0;
    width: 90px;
}

.tg-header__top .header_language_area ul .nice-select:after {
    border-bottom: 1px solid var(--tg-common-color-white);
    border-right: 1px solid var(--tg-common-color-white);
    height: 6px;
    width: 6px;
    right: 3px;
}

.tg-header__top .header_language_area ul span.current {
    color: var(--tg-common-color-white);
    opacity: 0.9;
}

.tg-header__top .tg-header__top-social li:first-child {
    opacity: 0.9;
}

.tg-header__top .header_language_area ul .list {
    gap: 0 !important;
    min-width: 110px;
    margin-top: 12px;
}

.tg-header__top .header_language_area ul .option {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}

.tg-header__top .tgmenu__search-form .form-select {
    padding: 0;
}

.nice-select .option.selected {
    font-weight: 600;
    color: var(--tg-common-color-black);
}

.tgmenu__search .nice-select {
    height: auto;
    line-height: inherit;
    padding-left: 15px;
    padding-right: 15px;
}

.tgmenu__search-form .select-grp {
    padding: 6px 0 6px 17px !important;
}

.nice-select .option.disabled {
    color: var(--tg-common-color-black);
}

.tgmenu__search-form .select-grp {
    width: 170px !important;
}

.tgmenu__search-form
    .select2-container
    .select2-selection--single
    .select2-selection__rendered {
    background-image: none !important;
}

.tgmenu__search .form-select {
    --bs-form-select-bg-img: none;
}

.tgmenu__search .nice-select:after {
    height: 6px;
    width: 6px;
    right: 20px;
    border-bottom: 1px solid var(--tg-common-color-black);
    border-right: 1px solid var(--tg-common-color-black);
}

.tgmenu__search-form input {
    padding: 9px 50px 10px 20px;
}

.pagination-wrap .pagination {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 10px;
    margin: 0;
}

.pagination-wrap .page-link,
.pagination-wrap .page-item span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #e6e9ef;
    -ms-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -o-border-radius: 50% !important;
    border-radius: 50% !important;
    font-size: 18px;
    color: var(--tg-heading-color);
    font-family: var(--tg-heading-font-family);
    font-weight: var(--tg-fw-medium);
    border: none !important;
}

.pagination-wrap .page-link:hover,
.pagination-wrap li.active .page-link {
    color: var(--tg-common-color-white);
    background: var(--tg-theme-primary);
}

.pagination-wrap .page-item i,
.pagination-wrap .page-item span i {
    font-size: 13px;
}

.highlight {
    display: inline-block !important;
    font-weight: var(--tg-fw-semi-bold) !important;
}

.latest-comments .comments-text .avatar-name .date {
    display: inline-block;
    margin-left: 10px !important;
}

.latest-comments .comments-text {
    width: 100%;
}

.latest-comments .comments-text .avatar-name {
    justify-content: space-between;
}

.cart__table tr {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.cart__table tr th {
    background: var(--tg-common-color-gray-2);
    border-bottom: 1px solid var(--tg-common-color-gray-2);
}

.cart__table tr th,
.cart__table tr td {
    padding: 0;
}

.cart__table td.product__thumb {
    width: 130px;
    min-width: 100px;
    height: 110px;
    padding: 10px 0px;
}

.cart__table .product__thumb a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.cart__table .product__thumb a img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    max-width: 100%;
}

.cart__table .product__name a {
    color: var(--tg-common-color-black);
    font-size: 18px;
    font-weight: 600;
}

.cart__collaterals-wrap {
    height: auto !important;
    border-radius: 10px !important;
}

.cart__collaterals-wrap .list-wrap li {
    padding: 12px 5px !important;
}

.blog__details-content ul,
.blog__details-content ol {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 35px;
}

.blog__details-content ul li,
.blog__details-content ol li {
    position: relative;
    padding-left: 45px;
    font-family: var(--tg-heading-font-family);
    color: var(--tg-heading-color);
    font-size: 18px;
    font-weight: var(--tg-fw-semi-bold);
    margin: 0 0;
}

.blog__details-content ul li::after,
.blog__details-content ol li::after {
    position: absolute;
    content: "\f054";
    font-family: "font awesome 5 free";
    font-weight: 600;
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: var(--tg-heading-color);
    background: var(--tg-theme-secondary);
    border: 1px solid #282568;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    box-shadow: 4px 3px 0px 0px rgba(0, 0, 0, 0.25);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    top: -1px;
    left: 0;
}

.list-wrap li {
    list-style: none;
    padding: 0 !important;
}

.list-wrap li::after {
    display: none;
}

.dashboard__sidebar-menu .list-wrap li {
    padding-bottom: 10px !important;
}

.dashboard_courses .courses__item:hover {
    filter: none;
    -webkit-filter: none;
}

.tgmenu__search-form .form-select {
    background: transparent;
}

.tgmenu__search-form input {
    padding: 12px 50px 12px 20px;
}

.tgmenu__action .user_icon {
    padding-right: 0;
}

.tgmenu__action .user_icon a img {
    width: 18px;
}

.tgmenu__action .user_icon:hover > a {
    background: var(--tg-theme-primary);
    border-color: var(--tg-theme-primary);
}

.tgmenu__action .user_icon:hover a img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7414%)
        hue-rotate(155deg) brightness(90%) contrast(118%);
}

.user_icon .menu_user_list {
    padding: 15px 15px 15px 25px;
    position: absolute;
    width: 220px;
    top: 100%;
    right: 0;
    z-index: 9;
    margin-top: 15px;
    border-radius: 6px;
    background: var(--tg-common-color-white);
    box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
    border: 1px solid #f5f5f5;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    opacity: 0;
    visibility: hidden;
    transform-origin: 0 0;
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

.user_icon .menu_user_list li a {
    line-height: 2.7;
    display: block;
    color: var(--tg-heading-color);
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 500;
}

.user_icon .menu_user_list li a:hover {
    color: var(--tg-theme-primary);
}

.user_icon:hover .menu_user_list {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.user_icon .menu_user_list::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: -15px;
    right: 10px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 15px solid #d4d1f9;
}

.tgmenu__action > ul li:first-child {
    margin-left: 0;
}

.mobile_menu_login {
    list-style: none;
    gap: 10px;
    justify-content: center;
    padding: 0;
    margin: 0px 15px;
    border-radius: 6px;
    margin-bottom: 15px;
}

.mobile_menu_login li {
    width: 48%;
}

.mobile_menu_login li a {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    color: var(--tg-theme-primary);
    transition: all linear 0.3s;
    display: block;
    text-align: center;
    padding: 7px 5px;
    background: var(--tg-common-color-gray-2);
    border-radius: 6px;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

.mobile_menu_login li a:hover {
    background: var(--tg-theme-primary);
    color: var(--tg-common-color-white);
}

.tgmobile__search {
    padding: 0 15px 15px 15px;
}

.tgmobile__search form {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tgmobile__search .form-select {
    width: 100% !important;
    font-size: 15px;
    padding: 9px 13px;
}

.tgmobile__search input {
    padding: 10px 45px 10px 14px;
    height: 42px;
    color: var(--tg-common-color-black-3);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.tgmobile__search button {
    top: 75px;
    right: 13px;
}

.tgmobile__menu .nice-select .current {
    color: var(--tg-common-color-black-3);
}

.tgmobile__menu .nice-select:after {
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    right: 16px;
    height: 6px;
    width: 6px;
}

.about__enrolled.students.aos-init.aos-animate {
    bottom: 311px;
    left: -18px;
}

.banner__student.instructor.aos-init.aos-animate {
    right: -4%;
    top: 70%;
}

.highlight {
    background-color: var(--tg-theme-secondary);
    border-radius: 16px 15px 35px 35px;
    clip-path: polygon(
        50% 0,
        100% 10%,
        100% 10%,
        94% 93%,
        50% 100%,
        6% 93%,
        0 10%,
        0 10%
    );
    padding: 0px 20px 8px 20px !important;
    line-height: 51px;
}

.brand-area {
    margin-left: -5px;
    margin-right: -5px;
}

.brand-area-two {
    margin-top: -80px;
}

@media (max-width: 767.98px) {
    .courses-area {
        padding: 100px 0;
    }
}

.courses__item-content-two {
    padding: 0 25px 20px 0px;
    position: relative;
}

.courses__item-content-bottom > .author-two a img {
    border-radius: 50%;
    width: 32px;
    height: 32px;
    object-fit: cover;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}

.courses__item-bottom-two {
    border-top: 1px solid #b5b5c3;
    padding: 13px 25px 0px 0px;
}

@media (max-width: 767.98px) {
    .courses__nav {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        gap: 15px;
    }
}

.courses__nav .courses-button-prev {
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-theme-primary);
    color: var(--tg-common-color-white);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    line-height: 0;
    font-size: 24px;
    border: 1.2px solid var(--tg-common-color-black-3);
    box-shadow: -3.6px 2.4px 0px 0px #23232b;
    position: absolute;
    left: -90px;
    top: 50%;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 1500px) {
    .courses__nav .courses-button-prev {
        left: -15px;
    }
}

@media (min-width: 1400px) and (max-width: 1600px) {
    .courses__nav .courses-button-prev {
        left: -50px;
        width: 45px !important;
        height: 45px !important;
        font-size: 20px !important;
    }

    .courses__nav .courses-button-next {
        right: -50px !important;
        width: 45px !important;
        height: 45px !important;
        font-size: 20px !important;
    }

    .google_drive_modal .modal-dialog {
        max-width: 1000px !important;
    }
}

@media (min-width: 1200px) and (max-width: 1399.99px) {
    .courses__nav .courses-button-prev {
        left: -11px;
        width: 35px !important;
        height: 35px !important;
        font-size: 16px;
    }

    .courses__nav .courses-button-next {
        right: -11px !important;
        width: 35px !important;
        height: 35px !important;
        font-size: 16px !important;
    }
}

@media (min-width: 768px) and (max-width: 1199.99px) {
    .courses__nav .courses-button-prev {
        left: -25px;
        width: 35px !important;
        height: 35px !important;
        font-size: 15px !important;
    }

    .courses__nav .courses-button-next {
        right: -25px !important;
        width: 35px !important;
        height: 35px !important;
        font-size: 15px !important;
    }
}

.courses__sidebar_button {
    position: relative;
    padding: 20px;
    background: var(--tg-common-color-gray-2);
    border-radius: 10px;
    margin-bottom: 25px;
    cursor: pointer;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

.courses__sidebar_button h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

.courses__sidebar_button::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 2px;
    background: var(--tg-common-color-black);
    top: 50%;
    right: 11px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

.courses__sidebar_button::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 15px;
    background: var(--tg-common-color-black);
    top: 26px;
    right: 26px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

.courses__sidebar_area.show .courses__sidebar_button::before {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.courses__sidebar_area.show .courses__sidebar_button {
    background: var(--tg-theme-primary);
}

.courses__sidebar_area.show .courses__sidebar_button h4 {
    color: var(--tg-common-color-white);
}

.courses__sidebar_area.show .courses__sidebar_button::after,
.courses__sidebar_area.show .courses__sidebar_button::before {
    background: var(--tg-common-color-white);
}

.courses__details-thumb {
    margin-bottom: 30px;
    position: relative;
}

.courses__details-thumb a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    background: var(--tg-theme-secondary);
    color: var(--tg-common-color-black-3);
    text-align: center;
    line-height: 100px;
    border-radius: 50%;
    font-size: 22px;
}

.courses__details-thumb a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: var(--tg-theme-secondary);
    top: 0;
    left: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: -1;
    animation: play_animi linear 1.7s infinite;
    -webkit-animation: play_animi linear 1.7s infinite;
}

@keyframes play_animi {
    from {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        opacity: 1;
    }

    to {
        transform: scale(2);
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        opacity: 0;
    }
}

.courses__details-thumb img {
    max-height: 640px;
}

.courses__details-content .courses__item-meta {
    margin-bottom: 10px !important;
}

.courses__details-content .nav-tabs .nav-link {
    text-transform: capitalize;
}

.courses__overview-wrap {
    padding: 35px 40px 25px 40px;
}

.courses__curriculum-wrap .course-item {
    padding: 13px 15px !important;
}

.courses__details-meta {
    padding-bottom: 15px;
}

.courses__instructors-thumb img {
    width: 225px;
    height: 225px;
    object-fit: cover;
}

.courses__information-wrap .list-wrap li {
    padding-bottom: 15px !important;
}

.courses__information-wrap .list-wrap li {
    flex-wrap: wrap;
    gap: 10px 15px;
}

.courses__information-wrap .list-wrap li.d-block svg {
    margin-right: 11px;
}

.courses__information-wrap .list-wrap li .course-level-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-left: 0px;
}

.courses__information-wrap .list-wrap li .course-level-list .level {
    display: inline-block !important;
    width: auto;
    margin: 0;
    background: #5751e11c;
    padding: 4px 10px 5px 10px;
    color: var(--tg-theme-primary);
    border-radius: 3px;
}

.course-language-list span {
    background: #5751e11c;
    padding: 4px 10px 5px 10px;
    color: var(--tg-theme-primary) !important;
    border-radius: 3px;
}

.course-language-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: start;
    padding-left: 36px;
}

.course-language-list span {
    margin-top: 7px;
    margin-left: 0 !important;
}

.all-courses-area .pagination-wrap {
    margin-top: 30px;
}

.courses__overview-wrap h1,
.courses__overview-wrap h2,
.courses__overview-wrap h3 {
    font-size: 24px;
}

.courses__overview-wrap h4,
.courses__overview-wrap h5,
.courses__overview-wrap h6 {
    font-size: 20px;
}

.courses__overview-wrap ul li,
.courses__overview-wrap ol li {
    position: relative;
    margin-top: 10px;
}

li.level-wrapper b {
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    gap: 15px;
}

.nice-select .option.focus,
.nice-select .option.selected.focus {
    color: var(--tg-theme-primary);
}

.nice-select .option:hover {
    background-color: var(--tg-theme-primary) !important;
    color: #fff !important;
}

.nice-select .option {
    color: #000;
}

.level-wrapper {
    display: flex;
    justify-content: space-between;
}

.shine__animate-link {
    height: 170px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.shine__animate-link.blog {
    height: 224px;
}

@media (max-width: 767.98px) {
    .testimonial__nav {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px;
        margin-top: 30px;
    }
}

.testimonial__nav button {
    padding: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid var(--tg-common-color-dark);
    width: 50px;
    height: 50px;
}

.instructor__thumb {
    width: 185px;
    height: 185px;
    border-radius: 50%;
    overflow: hidden;
}

.instructor__thumb a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
}

.instructor__thumb a img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.instructor__thumb::before {
    width: 100%;
    height: 100%;
}

.instructor__thumb-three {
    flex-wrap: wrap;
    max-width: 465px;
    min-height: 450px;
    max-height: 450px;
    overflow: hidden;
}

.instructor__details-thumb {
    height: 250px;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: relative;
    z-index: 1;
}

.instructor__details-thumb::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    background: linear-gradient(156deg, #f7f6f9 10.62%, #e9f5f5 90.16%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    z-index: -1;
}

.instructor__details-thumb img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.instructor__details-content .badges {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
    gap: 10px 20px;
    margin-bottom: 15px;
}

.instructor__details-content .badges li {
    width: 70px;
}

.instructor__details-content > .list-wrap {
    margin-bottom: 20px !important;
}

.wsus__course_header_btn,
.wsus__course_sidebar_btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: var(--tg-common-color-white);
    color: var(--tg-common-color-blue);
    position: absolute;
    top: 22px;
    right: 30px;
    z-index: 9999;
    cursor: pointer;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    display: none;
}

.wsus__course_header_btn:hover,
.wsus__course_sidebar_btn:hover {
    background-color: var(--tg-common-color-black-2);
    color: var(--tg-common-color-white);
}

.wsus__course_sidebar_btn {
    background: var(--tg-common-color-red);
    color: var(--tg-common-color-white);
    top: 10px;
    right: 10px;
}

.wsus__course_sidebar_btn:hover {
    background: var(--tg-common-color-blue);
}

.wsus__course_video .review-part {
    display: flex;
    flex-wrap: wrap;
    background: #ebeaff33;
    padding: 25px;
    margin-top: 20px;
    border: 1px solid rgb(30 30 47 / 6%);
    border-radius: 10px;
}

.wsus__course_video .review-holder p.text-center {
    margin-bottom: 0;
}

.wsus__course_video .video_review .course-review-head {
    padding-top: 0;
    padding-bottom: 0;
    border: none;
    width: 100%;
}

.wsus__course_video .review-author-content {
    width: 100%;
}

.announcement_item {
    border: 1px solid #ddd;
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 25px;
}

.announcement_item span {
    display: block;
    margin-bottom: 10px;
    color: var(--tg-common-color-indigo);
}

.fact__inner-wrap {
    padding: 70px;
}

.fact__item .count {
    font-size: 46px;
}

.fact__item {
    margin-bottom: 30px;
}

.fact__item-wrap {
    flex-wrap: wrap;
    gap: 110px;
}

.fact__item-wrap .fact__item::before {
    right: -45px;
}

.features__icon-two {
    padding: 15px;
}

.features__icon-two img,
.features__icon-two svg {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%)
        hue-rotate(82deg) brightness(105%) contrast(105%);
}

.fact__item-wrap {
    gap: 80px;
}

.faq__img img {
    max-width: 370px;
}

.blog__post-meta .list-wrap {
    flex-direction: row;
}

.blog__details-thumb img {
    max-height: 600px;
    width: 100% !important;
    height: 100% !important;
}

.blog__details-bottom .tg-post-tag .list-wrap {
    flex-wrap: wrap;
    flex-direction: row;
}

.pagination__wrap ul li span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #e6e9ef;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50% !important;
    font-size: 18px;
    color: var(--tg-heading-color);
    font-family: var(--tg-heading-font-family);
    font-weight: var(--tg-fw-medium);
}

.page-item.active span {
    background: var(--tg-theme-primary) !important;
    border: 1px solid var(--tg-theme-primary) !important;
}

.newsletter__img-wrap {
    max-width: 430px;
}

.newsletter__form form input {
    border: 1px solid var(--tg-common-color-dark-2);
    background: var(--tg-common-color-dark-2);
}

.dashboard__instructor-info {
    background-color: #00000026;
    border-radius: 10px;
}

.dashboard__instructor-info-left .thumb img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.dashboard__counter-item .content .count {
    color: #5751e1;
}

.invoice hr {
    display: none;
}

.dashboard__review-table tbody tr td > a {
    background: var(--tg-common-color-gray-2);
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    font-size: 12px;
}

.dashboard__review-table tbody tr td > a:first-child {
    background: var(--tg-theme-primary);
    color: var(--tg-common-color-white) !important;
}

.dashboard__review-table tbody tr td > a:last-child {
    background: var(--tg-theme-primary);
    color: var(--tg-common-color-white) !important;
}

.instructor__profile-form.course-form label {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--tg-heading-color);
    font-family: var(--tg-heading-font-family);
}

.instructor__profile-form.course-form .filter-holder .card {
    border: 2px solid #e6e3f1;
    margin-top: 20px;
}

.instructor__profile-form.course-form
    .select2-container--default
    .select2-selection--single {
    border: 2px solid #e6e3f1;
    height: 50px !important;
    border-radius: 6px;
}

.instructor__profile-form.course-form
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 46px;
    padding-left: 20px;
}

.instructor__profile-form.course-form
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    margin-left: -15px;
    margin-top: 9px;
}

.instructor__profile-form-wrap .from-group .form-control.file-manager-input {
    border: 2px solid #e6e3f1;
}

.instructor__profile-form.course-form .tox-tinymce {
    border: 2px solid #e6e3f1;
}

.instructor__cover-info-left button {
    right: 10px;
    bottom: 25px;
}

@media (max-width: 767.98px) {
    .error-img {
        margin-bottom: 30px;
        width: 100%;
        height: 100%;
    }

    .tgmenu__action {
        display: block;
        margin-left: auto;
    }
}

.error-img svg {
    width: 100%;
    height: 100%;
    color: var(--tg-theme-secondary);
}

.footer__area.footer__area-two .footer__top {
    padding-top: 230px;
}

@media (min-width: 1400px) and (max-width: 1600px) {
    header .xl_container {
        max-width: 1300px;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    header .xl_container {
        max-width: 1080px;
    }
}


/* yoga css start */
.testimonial__item-five .testimonial__author-thumb img {
    width: 100%;
    height: 100%;
}

.categories-area-four .categories__item-four a {
    border: 1px solid #ddd;
    padding: 20px;
    height: auto;
}

.categories-area-four .categories__item-four a img {
    width: 100px;
    height: 100px;
    margin-bottom: 50px;
}

.categories-area-four .categories__item-four a .name {
    background: var(--tg-theme-primary);
    color: var(--tg-common-color-white) !important;
}

.categories-area-four .categories__item-four a .name strong {
    color: var(--tg-common-color-white) !important;
}

.youga_testimonial .testimonial__img img,
.business_testimonial_img {
    min-width: 270px;
    max-width: 100%;
    height: 100%;
    max-height: 400px;
}

.youga_testimonial .testimonial-pagination {
    justify-content: end;
    padding-right: 21.5%;
}

.yoga_featured_blog .blog__post-thumb-two img {
    max-height: 420px;
}

.youga_course_area .shine__animate-link {
    height: auto !important;
}

.courses__item-thumb img {
    height: 170px;
}

.youga_course_area .courses__item-thumb-four img,
.courses__item-thumb img,
.courses__item-thumb-three img {
    height: 165px;
}

.yoga_why_choose {
    position: relative;
}

.yoga_why_choose .shape {
    position: absolute;
    bottom: 45%;
    right: 13%;
}

.yoga_why_choose .choose__content-two ul,
.yoga_why_choose .choose__content-two ol {
    max-width: 70%;
}

.yoga_why_choose .choose__content-inner a {
    width: auto;
}

.yoga_why_choose .choose__content-inner-img {
    position: absolute;
    bottom: 0;
    right: 0;
}

.courses__item-thumb-eight img {
    height: 200px;
}

.slider__content .title {
    font-size: 48px;
}

.home_yoga #sticky-header {
    width: 100%;
    position: absolute;
    top: 47px;
    left: 0;
    z-index: 999;
}

.home_yoga .sticky-menu {
    position: fixed !important;
    top: 0 !important;
}

@media (min-width: 1400px) and (max-width: 1600px) {
    .yoga_featured_blog .blog__post-thumb-two img {
        max-height: 380px;
    }

    .yoga_why_choose .choose__content-two ul,
    .yoga_why_choose .choose__content-two ol {
        max-width: 65%;
    }

    .youga_course_area .courses__item-thumb-four img,
    .courses__item-thumb img,
    .courses__item-thumb-three img {
        height: 160px;
    }

    .courses__item-thumb-eight img {
        height: 180px;
    }

    .courses__item-thumb img {
        height: 150px;
    }
}

@media (min-width: 1200px) and (max-width: 1399.99px) {
    .yoga_featured_blog .blog__post-thumb-two img {
        max-height: 460px;
    }

    .yoga_why_choose .choose__content-two ul,
    .yoga_why_choose .choose__content-two ol {
        max-width: 60%;
    }

    .youga_course_area .courses__item-thumb-four img,
    .courses__item-thumb img,
    .courses__item-thumb-three img {
        height: 140px;
    }

    .courses__item-thumb-eight img {
        height: 165px;
    }

    .courses-area .courses__item-thumb img {
        height: 190px;
    }

    .courses__item-thumb img {
        height: 190px;
    }

    .courses__item-thumb a {
        height: auto;
    }

    .courses__item-thumb a img {
        height: 225px;
    }
}

@media (min-width: 992px) and (max-width: 1199.99px) {
    .youga_testimonial .testimonial-pagination {
        padding-right: 20%;
    }

    .yoga_featured_blog .blog__post-thumb-two img {
        max-height: 380px;
    }

    .yoga_why_choose .choose__content-inner-img {
        display: none;
    }

    .yoga_why_choose .choose__content-two ul,
    .yoga_why_choose .choose__content-two ol {
        max-width: 100%;
    }

    .youga_course_area .courses__item-thumb-four img,
    .courses__item-thumb img,
    .courses__item-thumb-three img {
        height: 150px;
    }

    .courses__item-thumb-eight img {
        height: 175px;
    }

    .dashboard_courses .courses__item-content-two {
        padding: 0 25px 20px 20px;
    }

    .dashboard_courses .courses__item-bottom-two {
        padding: 10px 20px;
    }
}

@media (max-width: 991.99px) {
    .youga_testimonial .testimonial-pagination {
        justify-content: center;
        padding-right: 0;
    }

    .home_yoga #sticky-header {
        top: 0;
        background: var(--tg-common-color-white);
    }
}

@media (min-width: 768px) and (max-width: 991.99px) {
    .dashboard_courses .courses__item-content-two {
        padding: 0 25px 20px 20px;
    }

    .dashboard_courses .courses__item-bottom-two {
        padding: 10px 20px;
    }

    .home_main .courses-area .courses__item-thumb img {
        height: 180px;
    }

    .courses__item-thumb img {
        height: 175px;
    }
}

@media (max-width: 767.99px) {
    .yoga_why_choose .choose__content-inner-img {
        position: initial;
    }

    .yoga_why_choose .choose__content-two ul,
    .yoga_why_choose .choose__content-two ol {
        max-width: 100%;
    }

    .youga_course_area .courses__item-thumb-four img,
    .courses__item-thumb img,
    .courses__item-thumb-three img {
        height: auto;
    }

    .courses__item-thumb-eight img {
        height: auto;
    }

    .dashboard_courses .courses__item-content-two {
        padding: 0 25px 20px 20px;
    }

    .dashboard_courses .courses__item-bottom-two {
        padding: 10px 20px;
    }
}

/* yoga css end */

}
/* ============================
  COURSE BUNDLE START
============================ */
