.noticeboard-list.accordion-list {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    list-style: none;
    cursor: pointer;
    margin-bottom: 15px;
}
.noticeboard-list.accordion-list li {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: var(--white);
    padding: 10px;
    margin: 0 auto 15px auto;
    border: 1px solid var(--ot-primary-border);
    border-radius: 5px;
    cursor: pointer;
}
.noticeboard-list.accordion-list li.active h3:after {
    transform: rotate(45deg);
}
.noticeboard-list.accordion-list li h3 {
    font-weight: 700;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0 0 0 0;
    margin: 0;
    font-size: 15px;
    letter-spacing: 0.01em;
    cursor: pointer;
}
.noticeboard-list.accordion-list li h3:after {
    content: "";
    font-family: "material-design-iconic-font";
    position: absolute;
    right: 0;
    top: 0;
    color: #fcc110;
    transition: all 0.3s ease-in-out;
    font-size: 18px;
}
.noticeboard-list.accordion-list li div.answer {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.noticeboard-list.accordion-list li div.answer p {
    position: relative;
    display: block;
    font-weight: 300;
    padding: 10px 0 0 0;
    cursor: pointer;
    line-height: 150%;
    margin: 0 0 15px 0;
    font-size: 14px;
}
.make_rating {
    cursor: pointer;
}
#stars .hover {
    color: #fcc110;
}
.responsive-iframe-parent iframe {
    height: auto;
}

.responsive-iframe-parent {
    max-width: 100%;
    padding-top: 56.25%;
    position: relative;
    width: 100%;
}

.responsive-iframe-parent iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Book  mark */
.bookmark-wrapper {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #dddd;
    width: 25px;
    height: 25px;
    line-height: 27px;
    text-align: center;
    border-radius: 50%;
    font-size: 15px;
    display: flex;
    justify-content: center;
}

.bookmark-wrapper i {
    color: var(--ot-primary);
}
.bookmark-wrapper.active {
    background: var(--ot-primary);
}
.bookmark-wrapper.active i {
    color: var(--white);
}
/* end */

.modal-wrapper {
    z-index: 9999;
}

.boostrap-modal .close-icon {
    z-index: 10;
    cursor: pointer;
    background: var(--ot-primary);
    color: #ffffff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: inline-block;
    background-image: none;
    opacity: 1;
    border: 0;
    position: absolute;
    right: -7px;
    top: -21px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);

    border: 0;
    padding: 0;
    margin: 0;

    display: flex;
    justify-content: center;
    align-items: center;
}

.boostrap-modal .close-icon:hover {
    background: #fd2f73;
    color: white;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.boostrap-modal .modal-content {
    padding: 28px;
    padding-top: 40px !important;
}
.single-dashboard-card.single-dashboard-card2.payment_default {
    border: 1px solid #3cc13b;
}
.single-dashboard-card.single-dashboard-card2 .edit {
    position: absolute;
    right: 5px;
    top: 0px;
    cursor: pointer;
    padding: 5px;
}
.remember-checkbox .ot-checkmark.radio {
    border-radius: 100%;
}

/* Action Button */

.action-success {
    background: #3cc13b2b;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: inline-block;
    text-align: center;
    line-height: 24px;
    cursor: pointer;
}
.action-success i {
    color: #3cc13b !important;
    font-size: 14px !important;
    top: 0 !important;
}

.action-danger {
    background: rgb(249 79 79 / 9%);
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: inline-block;
    text-align: center;
    line-height: 24px;
    cursor: pointer;
}
.action-danger i {
    color: rgb(249 79 79);
    font-size: 14px;
}

.action-primary {
    background: #5b58ff21;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: inline-block;
    text-align: center;
    line-height: 24px;
    cursor: pointer;
}
.action-primary i {
    color: #5b58ff;
    font-size: 15px;
}

.action-secondary {
    background: var(--ot-secondary);
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: inline-block;
    text-align: center;
    line-height: 24px;
    cursor: pointer;
}
.action-secondary i {
    color: var(--white);
    font-size: 15px;
}

.action-tertiary {
    background: #f0783c26;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: inline-block;
    text-align: center;
    line-height: 24px;
    cursor: pointer;
}
.action-tertiary i {
    color: #f0783c;
    font-size: 15px;
}

.status-badge {
    padding: 9px 11px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    text-transform: capitalize;
}

.status-success {
    background: rgba(60, 193, 59, 0.1);
    color: #3cc13b;
}
.status-pending {
    background: rgba(255, 193, 7, 0.1);
    color: #ffc107;
}
.status-danger {
    background: rgba(249, 79, 79, 0.1);
    color: #f94f4f;
}
.status-primary {
    background: rgba(91, 88, 255, 0.1);
    color: #5b58ff;
}
.status-secondary {
    background: rgba(0, 0, 0, 0.1);
    color: #000000;
}
.status-warning {
    background: rgba(240, 120, 60, 0.1);
    color: #f0783c;
}

li.list.has-children.open.show {
    display: block;
}

li.list.has-children {
    display: block;
}

.nice-scrolls::-webkit-scrollbar {
    width: 3px !important;
    border: 0 !important;
}
.nice-scrolls::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(242, 242, 242, 0.3);
}

.nice-scrolls::-webkit-scrollbar-thumb {
    background-color: rgba(var(--ot-primary-rgb), 0.2) !important;
    width: 3px !important;
    border: 0 !important;
}
.daterangepicker select.yearselect {
    width: 50%;
}

/* Ai CSS start */

.main {
    overflow: hidden;
    display: flex;
    max-height: 600px;
    min-height: 600px;
    background-color: var(--panel-bg);
    background-color: rgba(var(--ot-primary-rgb), 0.05);
    border-radius: 6px;
    border: 1px solid var(--ot-secondary-border);
}
body.dark-mode .main {
    background: var(--body);
}
.main__left {
    flex: 0.7;
    display: flex;
    flex-direction: column;
}
.options {
    padding: 1rem;
    display: flex;
    background-color: var(--main-darklg);
}

.options__left {
    display: flex;
}

.options__right {
    margin-left: auto;
}

.options__button {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--ot-primary);
    height: 50px;
    border-radius: 5px;
    color: var(--white);
    font-size: 1.2rem;
    width: 50px;
    margin: 0 0.5rem;
    margin-right: 0;
}
.options__button i {
    color: #fff;
    font-size: 20px;
}
.background__red {
    background-color: #f6484a;
}

.main__right {
    display: flex;
    flex-direction: column;
    flex: 0.3;
    width: 100%;
}

.main__chat_window {
    flex-grow: 1;
    overflow-y: scroll;
}

.main__chat_window::-webkit-scrollbar {
    display: none;
}

.main__message_container {
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.main__message_container > input {
    height: 50px;
    flex: 1;
    font-size: 1rem;
    border-radius: 5px;
    padding: 5px 20px;
    border: 1px solid var(--ot-secondary-border);
    width: 100%;
}
.main__message_container > input:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid var(--ot-primary-border);
}

.messages {
    display: flex;
    flex-direction: column;
    margin: 10px;
}

.message {
    display: flex;
    flex-direction: column;
}
.messages .sent {
    background: var(--ot-primary);
    border-radius: 15px 0px 5px 5px;
    float: right;
    color: #fff;
}

.sent {
    padding: 7px 16px;
    margin: 6px 10px;
    width: fit-content;
    align-self: flex-end;
    list-style: none;
}

.message {
    background-color: var(--white);
    padding: 10px;
    border-radius: 10px;
    margin: 10px;
    width: fit-content;
    align-self: flex-start;
}

.main__right {
    top: 20px;
    position: relative;
    min-width: 100%;
    scroll-behavior: smooth;
    overflow: scroll;
}

/* reply message ai */
.ai-reply-message {
    margin-left: 25px;
}

.ai-reply-message .ai-message-list .ai-reply {
    border-radius: 0px 5px 15px 5px;
    padding: 3px 12px 6px 12px;
    float: left;
    margin-bottom: 15px;
    font-size: 16px;
    color: var(--ot-tertiary-title);
    background: #d4d4d4d6;
    margin-right: 35px;
    position: relative;
}

/* End-of Ai CSS start */

#error.invalid-feedback {
    display: inline-block;
}

/* End of ai chat */

.card.cursor {
    cursor: pointer;
}
/* .card.cursor {
	border: 1px solid var(--ot-primary-border);
} */

.card.cursor {
    display: inline-block;
}

.payment-content input {
    visibility: hidden;
    opacity: 0;
}
.card.cursor.payment-gateway-wrapper {
    margin-right: 12px;
}

.instractor-tab-widget .instractor-tab-widget-card .instractor-name {
    color: var(--ot-primary);
    font-weight: 600;
}
.instractor-tab-widget .instractor-tab-widget-card .instractor-designation {
    color: var(--ot-primary-title);
    font-size: 14px;
    font-weight: 600;
}

.custom-button {
    cursor: pointer;
    font-size: 22px;
    background: none;
    border: 0;
    padding: 6px 11px;
    color: var(--ot-tertiary-title);
    border: 1px solid transparent;
    font-weight: 500;
    border-radius: 6px;
    text-align: center;
    display: block;
}

/* terms-conditons */
.terms-conditons p {
    text-transform: sentence !important;
}
.pera {
    text-transform: sentence !important;
}

.course-edit .activity-dropdown ul.dropdown {
    min-width: auto;
    height: auto;
}
.course-edit .activity-dropdown > button {
    background: var(--ot-tertiary);
}
.class-btn {
    padding: 10px 25px;
    line-height: 1.5;
    text-transform: capitalize;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
}
.search-tab .tab-btn {
    border-right: 1px solid var(--ot-primary-border);
}

.hover-white-text:hover {
    color: var(--white) !important;
}

.bs-blog-details h1              { font-size: 2em; margin: .67em 0 }
.bs-blog-details h2              { font-size: 1.5em; margin: .75em 0 }
.bs-blog-details h3              { font-size: 1.20em; margin: .83em 0 }
.bs-blog-details h5              { font-size: .83em; margin: 1.5em 0 }
.bs-blog-details h6              { font-size: .75em; margin: 1.67em 0 }
.bs-blog-details h1, .bs-blog-details h2, .bs-blog-details h3, .bs-blog-details h4,
.bs-blog-details h5, .bs-blog-details h6          { font-weight: bolder }
.bs-blog-details p {
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
}

.converted-css-forum .single-forum .listCap .recentCaption .title {
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
}
.converted-css-forum .single-forum .listCap .recentCaption .pera {
    /* font-size: 20px !important; */
    line-height: 36px !important;
    margin-bottom: 15px !important;
}
.converted-css-forum .tag-area4 .listing .single-list {
    font-size: 16px !important;
}
.converted-css-forum .tag-area4 .listing p {
    font-size: 16px !important;
}
.bs-sub-description {
    font-size: 20px;
    line-height: 1.5;
}
.bs-forum-question-detail, .bs-forum-question-detail p {
    font-size: 20px;
    line-height: 36px;
}
.section-tittle-three .title {
    font-size: 20px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px;
}
.faq-container .theme-according .card-body {
    font-size: 20px;
    line-height: 36px;
}
.alert, .alert h6, .pagination .page-total, .review-wrapper p, ul.course-details-list {
    font-size: 20px;
    line-height: 36px;
}
.single-description ul {
    font-size: 20px;
    line-height: 36px;
}
.bs-icon-grid.icons_grid .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
    background-color: var(--ot-fourth);
    border-radius: 10px !important;
    width: 45px !important;
    height: 45px !important;
}
.footer-caption .listing .list a:hover {
    color: var(--ot-fourth);
}
/* EDITING */
.blog-click-here{
    height: 160px;
    display: block;
    text-align: center;
    background: #d6d59c30;
}
.click-here-btn{
    top: 40%;
    position: relative;
    background: #d6d59c;
    border-radius: 100px;
    padding: 10px 30px;
    box-shadow: -4px 5px;
    border: 1px solid #231f20;
}
.pagination{
    border: unset;
}
.pagination .pagination-list li .page-number{
    border-radius: 0;
    width: 45px;
    height: 45px;
    font-size: 18px;
    line-height: 40px;
    border: 1px solid var(--ot-primary-border);
    color: rgb(133 133 133);
    background: #ffffff;
    margin: 0;
}
.pagination .pagination-list li .page-number.current,.pagination .pagination-list li .page-number:hover{
    background: #D6D59C;
    color: #231f20;
}
.pagination .pagination-list li:last-child .page-number,.pagination .pagination-list li:first-child .page-number{
    font-size: 28px;
    line-height: 34px;
    top: 0;
    position: relative;
    color: rgb(133 133 133);
}
.blog-details-search{
    margin: 0;
    width: 100%;
}
.ri-search-line{
    color: #231f20;
}
.header-search .input-form .icon{
    left: 10px;
    top: 47%;
    padding: 3px 6px 0px 6px;
    border-radius: 5px;
}
.image-date{
    position: absolute;
    margin: 25px 25px 00;
    background: #d6d59c;
    border-radius: 5px;
    padding: 20px;
    color: #231f20;
    font-size: 18px;
    text-align: center;
}
.section{
    margin-top: 50px !important;
}
.ot-contact-form .ot-contact-input{
    height: 60px;
}
.btn-primary-submit{
    padding: 15px 80px;
}
.course-details-right-box .course-features h4{
    font-weight: bold !important;
    margin-bottom: 15px !important;
}
.course-details-right-box .course-feature-list {
    justify-content: space-between;
}
.course-details-right-box .course-feature-list i{
    font-size: 21px;
}
.course-details-right-box .course-feature-list span{
    top: -5px;
    position: relative;
    color: #707070;
}
.course-details-right-box .course-feature-list i{
    color: #707070;
}
.course-details-right-box .course-feature-list div:nth-child(2){
    font-weight: bold;
}
.course-details-right-box .course-feature-list:not(:last-child){
    border-bottom: 1px solid var(--ot-primary-border);
    padding-bottom: 5px;
}
.course-free{
    color: #00d100;
    font-weight: 500;
    font-size: 23px;
}
.course-instructor{
    display: flex;
    margin-top: 15px;
    margin-bottom: 20px;
}
.course-instructor span{
    background: #d6d59c;
    font-size: 25px;
    padding: 10px 12px;
    border-radius: 100px;
    margin-left: 10px;
    color: #231f20;
}
.course-instructor h5{
    font-size: 16px;
    font-weight: bold;
    margin-top: -4px;
}
.course-instructor-2{
    display: flex;
    margin-top: 15px;
    margin-bottom: 20px;
}
.course-instructor-2 span{
    background: #d6d59c;
    font-size: 16px;
    padding: 7px 9px;
    border-radius: 100px;
    margin-left: 5px;
    color: #231f20;
}
.course-instructor-2 h5{
    font-size: 13px;
    margin-top: 2px;
}
.page-total .text-tertiary{
    color: #D6D59C !important;
}
.course-widget .course-widget-img{
    height: unset;
}
.custom-btn{
    border: 1px solid #231f20;
    padding: 4px 10px 7px 10px;
    border-radius: 5px;
    color: #231f20;
}
.custom-btn:hover{
    background: #231f20;
    color: #ffffff;
}
.custom-btn i{
    top: 3px;
    position: relative;
}
.course-widget .d-flex.justify-content-between.align-items-center.flex-wrap{
    padding: 10px 0 15px 0;
}
#course-load .col-xl-6 .blog-click-here{
    height: 200px;
}
.featured-topic img{
    width: 30px;
    height: 30px;
    border-radius: 100px;
}
.featured-topic span{
    width: 44px;
    height: 30px;
    background-color: var(--ot-primary-border);
    border-radius: 100px;
    text-align: center;
    padding-top: 3px;
}
.featured-topic p{
    height: 30px;
    overflow: hidden;
    width: 100%;
}
.featured-topic .d-flex{
    padding-bottom: 15px;
    justify-content: space-between;
}
.featured-topic a:not(:last-child) .d-flex{
    border-bottom: 1px solid var(--ot-primary-border);
}
.converted-css-forum .single-forum{
    border: unset !important;
}
.question-author-img{
    border: unset;
}
.first-ai, .second-ai{
    display: inline-block;
}
.second-ai{
    direction: ltr;
}
.disc-title{
    margin-top: 15px;
}
.disc-title span{
    font-size: 35px;
    font-weight: bold;
    margin-left: 5px;
}
.tags a{
    background-color: rgb(211 211 211 / 42%);
    margin-left: 5px;
    padding: 5px 10px;
    margin-top: 10px;
    display: inline-block;
    border-radius: 5px;
}
.answer-item{
    border: unset !important;
}
.answer-item:not(:last-child){
    border-bottom: 1px solid var(--ot-primary-border) !important;
}
.modal-backdrop{
    width: 100%;
    height: 100%;
}
.forum-user-img img{
    width: 100px;
    height: 100px;
    border-radius: 100%;
}
.forum-user-img{
    margin-left: 15px;
    max-width: 15%;
}
.forum-user-details{
    max-width: 85%;
}
#questions-list .col-lg-12:not(:last-child) .single-forum{
    border-radius: unset !important;
    border-bottom: 1px solid var(--ot-primary-border) !important;
}
.forum-user-details p{
    margin-left: 10px;
}
.slicknav_open + .slicknav_nav{
    display: block !important;
}
.mobile_menu .slicknav_nav .single-list.active:first-child{
    display: none !important;
}
.mobile_menu .slicknav_nav li a{
    color: #ffffff;
    margin: 0 !important;
}
.mobile_menu .slicknav_nav{
    /* background-color: #000000; */
    width: 70%;
    padding: 0 !important;
}
.mobile_menu .slicknav_nav .single-list.active{
    background-color: #000000 !important;
}
.mobile_menu .slicknav_arrow{
    color: #fff !important;
}
.mobile_menu .slicknav_nav li{
    padding: 20px 15px !important;
}
.mobile_menu .slicknav_nav .single-list.active:not(:nth-child(8)) {
    border-bottom: 1px solid #4b4b4b !important;
}
.mobile_menu .submenu{
    background: #fff !important;
    margin-right: -15px !important;
    width: 364px !important;
}
.mobile_menu .submenu a{
    color: #000000 !important;
}
.mobile_menu .single-list.active a:first-child:hover{
    color: #fff !important;
}
.mobile-logo a {
    text-align: center !important;
}
.hidden-web.mobile-logo .light_mode_logo{
    display: inline-block !important;
	margin:50px 0;
}
.call-us {
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 40px;
    background: #fff;
    border-radius: 50%;
    font-size: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .15);
    cursor: pointer;
    z-index: 99;
    left: 20px;
    color: #d6d59c !important;
}
.call-us .ri-question-fill{
    font-size: 80px;
}
.call-us-form{
    display: none;
    position: fixed;
    bottom: 110px;
    left: 20px;
}
.call-us-form.active{
    display: block;
}
.call-us-a:hover + .call-us-form{
    /* display: block !important; */
}
.call-us-form .hd{
    display: flex;
    justify-content: space-between;
    background: #000;
    padding: 10px;
    color: #fff;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}
.call-us-form .hd h2{
    color: #fff;
}
.call-us-form .hd p{
    color: #eee;
}
.call-us-form .info{
    padding: 25px;
    background: #fff;
    -webkit-box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgba(12, 8, 0, 0.03), 0 0.275rem 1.25rem -0.0625rem rgba(12, 8, 0, 0.05) !important;
    box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgba(12, 8, 0, 0.03), 0 0.275rem 1.25rem -0.0625rem rgba(12, 8, 0, 0.05) !important;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
.call-us-form button{
    width: 100%;
    margin-top: 20px;
}
.call-us-form .hd i{
    cursor: pointer;
}
.call-us-form .info textarea::placeholder{
    color: #aaa;
}
.camps-breadcrumb{
    background-image: url(../default/camps-breadcrumb.png);
}
/* camps */
.about-camp img, .camp-axes img{
    width: 100%;
}
/* MEDIA */
@media (max-width: 1199px) {
    .form-icon {
        display: unset !important;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1300px) {
    .header-area .main-menu .listing .single-list .single {
        padding: 11px 11px;
    }
}
@media screen and (min-width: 1400px) and (max-width: 1535px) {
    .header-area .main-menu .listing .single-list .single {
        padding: 11px 11px;
    }
}
@media (max-width: 992px) {
    .call-us{
        bottom: 70px;
    }
    .main {
        max-height: 400px;
        min-height: 400px;
    }
    .web-brand, .hidden-mobile{
        display: none !important;
    }
    .header-search-mobile{
        margin: 0;
        display: block !important;
    }
    .brand-colors{
        width: 100%;
    }
}
@media (min-width: 993px) {
    .mobile-brand{
        display: none;
    }
    .hidden-web{
        display: none !important;
    }
}
@media (max-width: 700px) {
    .main__left {
        width: 100%;
        flex: 1;
    }

    .messages {
        margin: 0;
    }

    #showChat {
        display: flex;
    }
}
@media (max-width: 767px) {
    .boostrap-modal .modal-content {
        padding: 10px 20px;
    }
}
.big-card .desc,
.big-card .desc p{
    font-size: 15px;
}
@media (min-width: 1200px) {
    .big-card .desc,
    .big-card .desc p{
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .filter-container {
        position: absolute;
    }
    .forum-container {
        margin-top: 100px;
    }
}

nav.ot-sidebar {
    height: 100%;
}



.my-profile-wrapper .accordion  button::before{
    content: '';
    position: absolute;
    -webkit-transition: 0.3s;
    transition: 0.1s;
    border: 5px solid #000;
    font-weight: 900;
    top: 24px;
    font-size: 15px;
    right: auto;
    left: 15px;
    top: 11px;
    border-color: transparent transparent #000 transparent;

}

.my-profile-wrapper .accordion  button.collapsed::before{
    top: 20px;
    border-color: #000 transparent transparent  transparent;
}

.my-profile-wrapper .accordion  button{
    width: 100%;
    text-align: right;
}