.header-style-1 .logo span {
    color: #23cc88;
    font-size: 42px;
    font-family: 'Fredoka one';
}
.nav-cart-icon i {
    color: #fff;
    font-size: 22px;
}
.nav-cart .nav-cart-icon .text {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 12px;
    background: #32CC7C;
    color: #fff;
    padding: 0px 5px;
}
.navbar-nav > li:is(.dropdown) > a::after {
    content: "\eab2";
    font-family: "IcoFont";
    display: inline-block;
    margin-left: 3px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .def-btn {
        padding: 0 25px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px){
    .navbar-toggler {
        width: 50px;
        height: 49px;
        background: linear-gradient(145deg, #8ecf35, #23cc88);
        color: #fff;
        padding: 0;
        font-size: 25px;
    }
    .kidba-header-sm-cart-btn .nav-cart-icon {
        width: 50px;
        height: 50px;
    }
}
@media only screen and (max-width: 767px){
    .navbar-toggler {
        width: 50px;
        height: 50px;
    }
    .kidba-header-sm-cart-btn .nav-cart-icon {
        width: 50px;
        height: 50px;
    }
    .kidba-header-sm-cart-btn .nav-cart.d-flex.align-items-center.mr-40 {
        margin-right: 20px;
    }
}
.footer-card .footer-card-txt {
    overflow-wrap: break-word;
}
.kidba-footer-1 ul, .kidba-footer-2 ul {
    padding-left: 0;
    margin: 0;
    list-style: none;
}

.kidba-footer-1 ul li,.kidba-footer-2 ul li {
    margin-bottom: 10px;
    transition: all 0.3s;
}

.kidba-footer-1 ul li a , .kidba-footer-2 ul li a {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
}
.kidba-footer-1 ul li a:hover, .kidba-footer-2 ul li a:hover {
    padding-left: 5px;
    color: #23cc88;
}
input.footer-input {
    padding: 0 15px;
}
.footer-info-icon-wrap i {
    color: #fff;
    font-size: 50px;
}
.banner-txt span {
    transition: all .3s;
}
button.blog-slider-btn.slick-arrow {
    padding: 0;
}
.postbox__audio.embed-responsive.embed-responsive-16by9 iframe {
    width: 100%;
    max-width: 100%;
}
.breadcrumb-title.kidba_breadcrumb_title {
    text-transform: inherit;
}


/* kidba unit */
/**
* blockquote
*/
blockquote {
    margin: 0;
    margin-bottom: 35px;
    padding: 40px;
    color: #666;
    position: relative;
    background: #f3f4f8;
    font-style: normal;
    text-align: left;
    clear: both;
    font-weight: 400;
    box-shadow: 0px 1px 2px 0px rgb(10 0 58 / 14%);
    border: 1px solid #f3f4f8;
}
blockquote::before {
    content: "\efcd";
    position: static;
    font-family: "IcoFont";
    font-size: 32px;
    color: #30cd7e;
    line-height: 1;
    margin-bottom: 18px;
    display: inline-block;
}

blockquote p {
    font-size: 16px;
    line-height: 26px;
    color: #404040;
    margin-bottom: 16px;
}

blockquote p:last-child {
    margin-bottom: 0;
}

blockquote p cite {
    font-size: 18px;
    display: block;
    margin-top: 10px;
    color: #404040;
    font-style: inherit;
    font-weight: 700;
}
blockquote cite::before {
    content: "";
    font-size: 28px;
    color: #ff5421;
    padding-bottom: 0px;
    display: inline-block;
    background: #30cd7e;
    height: 2px;
    width: 40px;
    font-weight: 400;
    text-align: center;
    top: -4px;
    margin-right: 10px;
    position: relative;
}
.blog-sidebar-box-body ul {
    list-style: none;
    margin-left: 0;
}
.blog-sidebar-box-body ul li:last-child a {
    margin-bottom: 0;
}

.blog-sidebar-box-body ul {
    margin-bottom: 6px;
}
.blog-sidebar-box .tagcloud a {
    height: 40px;
    line-height: 38px;
    font-size: 16px !important;
    color: #717171;
    border: 1px solid #e9e9e9;
    border-radius: 0px;
    position: relative;
    z-index: 2;
    padding: 0 15px;
    display: inline-block;
}

.blog-sidebar-box .tagcloud {
    display: flex;
    flex-wrap: wrap;
    padding: 30px;
}
.blog-sidebar-box .tagcloud a:after {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: linear-gradient(145deg, #8ecf35, #23cc88);
    border-radius: 3px;
    opacity: 0;
    transition: 0.3s;
    z-index: -1;
}
.blog-sidebar-box .tagcloud a:hover {
    color: #fff;
}
.blog-sidebar-box .tagcloud a:hover:after {
    opacity: 1;
}
.widget_block .wp-block-group h2 {
    border-bottom: 1px solid #e9e9e9;
    font-size: 24px;
    line-height: 70px;
    color: #00394f;
    padding: 0 30px;
    font-weight: 500;
}
.wp-block-latest-posts.wp-block-latest-posts__list a {
    display: block;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 500;
    transition: 0.3s;
}

.wp-block-latest-posts.wp-block-latest-posts__list li:not(:last-child) {
    margin-bottom: 13px;
}
.wp-block-latest-posts.wp-block-latest-posts__list {
    list-style: none;
    margin-left: 0;
    padding: 30px;
    margin-bottom: 0;
}
.widget_block .wp-block-group .wp-block-latest-comments .wp-block-latest-comments__comment-meta a {
    font-size: 16px;
    font-weight: 400;
    transition: 0.3s;
    display: inline-block;
}
.widget_block .wp-block-latest-comments {
    padding-left: 0;
    margin-bottom: 0;
    padding: 30px;
}

.widget_block .wp-block-latest-comments li:last-child {
    margin-bottom: 0;
}

.widget_block h2 {
    margin-bottom: 0;
}
.basic-pagination .def-pagination a, .basic-pagination .def-pagination span {
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 48px;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    font-size: 16px;
    color: #717171;
    transition: 0.3s;
}

.basic-pagination .def-pagination a:hover, .basic-pagination .def-pagination span.current {
    background: linear-gradient(145deg, #8ecf35, #23cc88);
    color: #fff;
}

.kidba-custom-tag a {
    height: 40px;
    line-height: 38px;
    font-size: 16px;
    color: #717171;
    padding: 0 15px;
    border: 1px solid #e9e9e9;
    position: relative;
    z-index: 2;
    margin-right: 5px;
    display: inline-block;
  }
  
  .kidba-custom-tag a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(145deg, #8ecf35, #23cc88);
    opacity: 0;
    transition: 0.3s;
    z-index: -1;
  }
  .kidba-custom-tag a:hover {
    color: #fff;
    border-color: transparent;
  }
  .kidba-custom-tag a:hover::after {
    opacity: 1;
  }
  .single-blog.mb-90 {
    margin-bottom: 90px;
}
.comments-area .comment-reply-title {
    font-size: 24px;
    font-weight: 700;
    color: #00394f;
    line-height: 70px;
}

.single-posts .comments-area {
    border: 1px solid #e9e9e9;
  }
  .single-posts .comments-area .comment-form {
    padding: 40px;
  }
  @media (max-width: 767px) {
        .single-posts .comments-area .comment-form {
        padding: 40px 30px;
      }
    }
  .single-posts .comments-area .comment-form input[type="text"], .single-posts .comments-area .comment-form input[type="email"],  .single-posts .comments-area .comment-form input[type="url"] {
    height: 60px;
    width: 100%;
    background-color: transparent;
    color: #0e1133;
    font-size: 16px;
    padding: 0 25px;
    border: 1px solid #e9e9e9;
  }
  .single-posts .comments-area .comment-form input[type="text"]:focus, .single-posts .comments-area .comment-form input[type="email"]:focus,  .single-posts .comments-area .comment-form input[type="url"]:focus {
      border-color: #23cc88;
  }
  .single-posts .comments-area .comment-form  textarea {
    height: 200px;
    width: 100%;
    background-color: transparent;
    color: #0e1133;
    font-size: 16px;
    padding: 25px;
    border: 1px solid #e9e9e9;
  }
  .comments-area .comment-notes {
    display: block;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 500;
    transition: 0.3s;
  }
  .comments-area label {
    display: block;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 500;
    transition: 0.3s;
    margin-bottom: 15px;
  }
  .comment-form-cookies-consent label {
    display: inline-block;
  }
  .single-posts .comments-area form input[type="submit"] {
    height: 60px;
    line-height: 60px;
    background: linear-gradient(145deg, #8ecf35, #23cc88);
    box-shadow: 0px 5px 10px 0px rgba(35, 204, 136, 0.5);
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    padding: 0 35px;
    position: relative;
    overflow: hidden;
    z-index: 2;
    text-align: center;
    display: inline-block;
    border: 0;
}
.comments-area .comment-reply-title {
    padding: 0 40px;
    border-bottom: 1px solid #e9e9e9;
}
@media (max-width: 767px) {
    .comments-area .comment-reply-title {
        padding: 0 30px;
    }
}
.blog-image.w_100 {
    margin: 0;
}
.comments-area .comments-title {
    font-size: 24px;
    line-height: 70px;
    font-weight: 700;
    color: #00394f;
    border-bottom: 1px solid #e9e9e9;
    padding: 0 40px;
}
.comments-area .comments-title {
    font-size: 24px;
    line-height: 70px;
    font-weight: 700;
    color: #00394f;
    border-bottom: 1px solid #e9e9e9;
    padding: 0 40px;
}
@media (max-width: 575px) {
    .comments-area .comments-title {
        padding: 0 20px;
    }
}
.single-posts .comments-area .comment-list {
    padding: 30px;
    margin-left: 0;
}
@media (max-width: 575px) {
    .single-posts .comments-area .comment-list {
        padding: 20px;
    }   
}
div.single-blog-p.has-quote-text blockquote {
    margin-bottom: 0 !important;
}
.banner-title {
    margin-top: 0;
}
.feature-part-icon i {
    font-size: 80px;
}
.tp-couse-cat-list a {
    display: inline-block;
    color: #fff;
    margin-bottom: 10px;
    font-size: 16px;
    color: #fff;
    border: 1px solid transparent;
    padding: 3px 10px;
    background: #23cc88;
    margin-right: 10px;
}
/* tutor customizetion */
.class-details-txt-box .tutor-ratings {
    display: inline-block;
    margin-right: 5px;
}
.course__video-info .tutor-meta-level, .course__video-info .tutor-meta-value {
    color: #838383;
}

.tutor-single-course-sidebar-more > div:first-child {
border-color: #e9e9e9;
}
.tutor-single-course-sidebar-more .tutor-course-details-instructors + div {
border-color: #e9e9e9;
}
.tutor-single-course-sidebar-more > div {
border-color: #e9e9e9;
}
.tutor-single-course-sidebar-more > div:last-child {
border-color: #e9e9e9;
}
.tutor-single-course-sidebar-more > div {
    background: transparent;
}

.tutor-tag-list li a {
    height: 40px;
    line-height: 38px;
    font-size: 16px;
    color: #717171;
    border: 1px solid #e9e9e9;
    border-radius: 0px;
    position: relative;
    z-index: 2;
    padding: 0 15px;
}

.tutor-tag-list li a::after {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: linear-gradient(145deg, #8ecf35, #23cc88);
    border-radius: 3px;
    opacity: 0;
    transition: 0.3s;
    z-index: -1;
}
.tutor-tag-list li a:hover {
    color: #fff;
    border-color: transparent;
}
.tutor-tag-list li a:hover::after {
opacity: 1;
}
.tutor-wrap .tutor-course-details-tab .tutor-nav-item .tutor-nav-link.is-active {
    background: #23CC88;
    border-bottom-color: #23CC88;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    height: 54px;
    line-height: 55px;
    text-align: center;
    overflow: hidden;
}
.tutor-wrap .tutor-course-details-tab .tutor-nav-item:not(:last-child) {
    border-right: 1px solid #d2d3dc;
}

.tutor-wrap .tutor-course-details-tab .tutor-nav-item .tutor-nav-link {
    background: #edeef3;
    font-size: 16px;
    font-weight: 600;
    height: 54px;
    line-height: 55px;
    padding: 0px 50px;
    width: 100%;
    text-align: center;
    overflow: hidden;
    color: #0e1133;
}
.client-feedback .slick-dots li {
    list-style: none;
}

.client-feedback .slick-dots li button {
    display: none;
}
.popular-class-txt .parent .class-catname:not(:last-child) {
    margin-right: 6px;
    margin-bottom: 6px;
}
.white-text {
    color: #fff;
}
.def-form.px-25 {
    padding: 0 25px;
}
.tp-contact-form .wpcf7-form-control-wrap {
    width: 100%;
}
.tp-contact-form.style-1 .wpcf7-form-control-wrap input {
    border: 0;
}
.tp-contact-form.style-2 .wpcf7-form-control-wrap input {
    border: 1px solid #e9e9e9;
    padding: 0 25px;
}
.contact-info-wrapper ul {
    margin-left: 0;
}

.shop-details-sm-images .shop-slick-next, .shop-details-sm-images .shop-slick-prev {
    padding: 0;
    border: 0;
}
nav.tabs.wc-tabs.nav.product-details-nav li::before {
    display: none;
}
form.woocommerce-ordering .nice-select .list {
    width: auto;
}
div.class-card .class-title {
    margin-bottom: 15px;
    margin-top: 0;
}
.footer.kidba-footer-1 {
    background-color: #5E2BB4;
}
.breadcrumb-banner {
    background-color: #622FC8;
}
.tp-footer-1 .widget_block .wp-block-group h2 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    position: relative;
    padding: 0;
    line-height: 1;
    height: auto;
    border: 0;
    margin-bottom: 23px;
    font-family: inherit;
    font-weight: 700;
    padding-bottom: 20px;
}
.tp-footer-1 .widget_block .wp-block-group h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90px;
    height: 1px;
    background: linear-gradient(to left, transparent, #fff);
}
.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-menu {
    right: auto;
    left: 100%;
    top: 30px;
    opacity: 0;
    visibility: hidden;
}
.navbar-expand-lg .navbar-nav .menu-last .dropdown-menu .dropdown-menu {
    left: auto;
    right: 100%;
} 
.navbar-expand-lg .navbar-nav .dropdown-menu > li:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 0;
}
.navbar-nav ul.dropdown-menu li {padding: 0;margin-bottom: 3px;}
.navbar-nav ul.dropdown-menu li a {
    font-size: 14px;
}
.navbar-nav ul.dropdown-menu li a {
    letter-spacing: 0;
}
.navbar-nav li ul li a:hover {
    letter-spacing: 0;
}
.widget_block.widget_search form label {
    border-bottom: 1px solid #e9e9e9;
    height: 70px;
    font-size: 24px;
    line-height: 70px;
    font-weight: 500;
    color: #00394f;
    font-family: "Fredoka One", cursive;
    margin-bottom: 0;
    padding: 0 30px;
    display: block;
}
.wp-block-search .wp-block-search__inside-wrapper {
    margin: 30px;
}
.wp-block-search .wp-block-search__input[type="search"] {
    width: 100%;
    height: 60px;
    font-size: 16px;
    padding: 0 20px;
}
.navbar-nav#mobile-menu > li.nav-item {
    display: inline-block;
}
.kidba-menu-sidebar {position: fixed;top: 0;width: 320px;height: 100%;background: #1b133f none repeat scroll 0 0;-webkit-box-shadow: -5px 0 20px -5px rgb(0 0 0 / 50%);-moz-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);box-shadow: -5px 0 20px -5px rgb(0 0 0 / 50%);-webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);-moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);z-index: 9999;right: -330px;}
.kidba-menu-sidebar.sidebar-open {
    right: 0;
}
.kidba-menu-sidbar-title {
    color: #ffffff;
    background-color: transparent;
    border: none;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-bottom: 2px solid transparent;
}

.admin-bar .kidba-menu-sidebar {
    top: 32px;
    padding: 30px;
}
.kidba-menu-sidebar-top .nav-tabs button {
    color: #ffffff;
    background-color: transparent;
    border: none;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-bottom: 2px solid transparent;
}
.kidba-menu-sidebar-top .nav-tabs button.active {
    background: #ffffff;
    color: #1f1841;
}
.sidebar__close-btn {
    transition: all 450ms cubic-bezier(0.4, 0.25, 0.3, 1.3);
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    border: 1px solid #2a3a57;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    background: transparent;
    z-index: 99;
}
.sidebar__close {
    position: absolute;
    top: 28px;
    right: 30px;
}
.sidebar__close-btn span {
    transition: all 400ms cubic-bezier(0.4, 0.25, 0.3, 1.3) 100ms;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 14px;
    font-weight: 900;
    line-height: 40px;
    vertical-align: middle;
    transform: translate(-50%, -50%);
}
.sidebar__close-btn span:first-of-type {
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.sidebar__close-btn span spa {
    transform: translateY(-20px);
    display: inline-block;
}

.sidebar__close-btn span:last-child {
    transform: translateY(10px) translateX(-50%);
}

.sidebar__close-btn:hover span:last-child {
    transform: translateY(-20px) translateX(-50%);
}

.sidebar__close-btn:hover span:first-child {
    transform: translateY(20px) translateX(-50%);
}

.kidba-menu-sidebar {
    padding: 30px;
}
.body-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    visibility: hidden;
    height: 100%;
    z-index: 4;
}
.body-overlay.overlay-open {
    visibility: visible;
}
@media (max-width: 992px) {
    .blog__sidebar.pl-30 {
        padding-left: 0;
    }
}

.kidba-post-content-single .single-blog-p ul, .kidba-post-content-single .single-blog-p ol {
    padding-left: 15px;
    margin-left: 0;
}
.single-blog-p p:last-child {
    margin-bottom: 0;
}
.comment-list li .comment-body .comment-content p {
    font-size: 16px;
    color: #717171;
}
.comment-list .comment-body .comment-meta {
    margin-bottom: 13px;
  }
  .comment-list .comment-body {
    border: 1px solid #e9e9e9;
    padding: 40px;
  }
.comment-list .comment-content > ul, .comment-list .comment-content > ol {
    margin-bottom: 20px;
}
.comment-content ul li, .comment-content ol li {
    padding-top: 5px;
}
  .comment-list .comment-body .comment-meta span, .comment-list .comment-body .comment-meta time {
    color: rgb(113, 113, 113);
  }

  .blog-image {
    position: relative;
}

.single-posts .blog-image .top_date span {
    color: #fff;
    height: 40px;
    background: linear-gradient(145deg, #8ecf35, #23cc88);
    padding: 0 30px;
    line-height: 40px;
    position: absolute;
    left: 0;
    top: 0;
}
.comments-area p.no-comments {
    padding-left: 30px;
}
.comment-list .comment-body .comment-meta .comment-author.vcard img {
    border-radius: 50%;
    margin-right: 10px;
}
.kidba-custom-tag a:not(:last-child) {
    margin-bottom: 10px;
}
ol.comment-list > li.comment {
    list-style: none;
    margin-bottom: 30px;
}
ol.comment-list > li.comment .children li {
    padding-left: 70px;
    margin-bottom: 30px;
    list-style-type: none;
}
ol.comment-list > li.comment .children li article.comment-body {
    margin-top: 30px;
}
.single-posts .comment-list .comment-content p:last-child {
    margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
    ol.comment-list > li.comment .children li {
        padding-left: 0;
    }
    .blog .content-wrapper ol {
        padding-left: 0;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    ol.comment-list > li.comment .children li {
        padding-left: 0;
    }
    .blog .content-wrapper ol {
        padding-left: 0;
    }
}
@media (max-width: 767px) {
    ol.comment-list > li.comment .children li {
        padding-left: 0;
    }
    .comment-content p br {
        display: block;
    }
    .blog .content-wrapper ol.children {
        padding-left: 0;
    }
    .comment-list .comment-body {
        padding: 20px;
    }
    blockquote {
        padding: 26px;
    }
}
.comment-content {
    overflow: hidden;
}
@media (max-width: 991px) {
    .single-posts.mr-30 {
        margin-right: 0;
    }
}
.comment-content > ul, .comment-content > ol {
    margin-left: 0;
}
.gallery-txt .gallery-popup img {
    display: inline-block;
}
.gallery-txt .gallery-popup:hover {
    border-color: #23cc88;
}
.btn-box a.def-btn.tp-el-btn img {
    display: inline-block;
}
.single-posts .comments-area .comment-list > li {
    list-style: none;
    margin-bottom: 30px;
}
h2.section-title.cd-headline.rotate-1 span.cd-words-wrapper {
    display: block;
}
h2.section-title.cd-headline.rotate-1 span.cd-words-wrapper  b {
    font-weight: 500;
}
.gallery-image .img.w_100 img {
    width: 100%;
}
.staff-card-img.w_100 img {
    width: 100%;
}
.blog-card .part-img.w_100 img {
    width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
    .counter-box {
        padding-top: 0;
        margin-bottom: 40px;
    }
}
@media (max-width: 675px) {
    div.counter-box {
        padding-top: 0;
        margin-bottom: 40px;
    }
    div.counter-box.pt-120{
        padding-top: 0;
    }
}
.class-details-img .tutor-course-thumbnail img {
    width: 100%;
}
/**
* Tutor lms customize course details
*/

  .tutor-course-content-list-item {
    padding: 12px 16px;
}
.tutor-course-content-list > li:not(:last-child){
    border-bottom: 1px solid #ddd;
}
h3.tutor-course-details-widget-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #00394f;
    margin-bottom: 16px;
}

ul.tutor-course-details-widget-list.tutor-fs-6.tutor-color-black li span.tutor-icon-bullet-point {
    display: none;
}

.tutor-single-course-sidebar-more .tutor-course-details-instructors+div {
    padding: 0;
    padding-bottom: 10px;
}

.tutor-single-course-sidebar-more > div {
    padding: 0 30px;
    padding-bottom: 10px;
}
.tutor-single-course-sidebar-more > div:last-child ul li:last-child {
    margin-bottom: 0;
}
.tutor-single-course-sidebar-more > div:first-child {
    padding: 30px;
    padding-bottom: 40px;
}

.tutor-single-course-sidebar-more .tutor-course-details-instructors+div {
    padding: 30px;
    padding-bottom: 10px;
}

.tutor-single-course-sidebar-more > div:last-child {
    padding-bottom: 35px;
}
.kidba-course-details-head-info .class-details-txt-box .tutor-ratings {
    display: block;
}
.tutor-user-public-profile .tutor-user-profile-content h3:first-child {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #1a1a1a;
    margin-bottom: 11px;
}
.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .ratings .rating-generated {
    margin-right: 10px;
}
.contact-info-content > p {
    font-size: 20px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    list-style: none;
}


.woocommerce-account .woocommerce-MyAccount-navigation ul {
    margin-left: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    text-transform: uppercase;
    font-size: 16px;
    color: #00394F;
    padding: 10px 0;
    font-weight: 700;
    transition: 0.4s;
    transform-origin: left;
    display: inline-block;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    color: #23CC88;
}
.woocommerce-account .addresses .title .edit {
    background: #23CC88;
    color: #fff;
    display: inline-block;
    padding: 4px 12px;
}

.woocommerce-address-fields .woocommerce-address-fields__field-wrapper p {
    padding: 0;
}

.woocommerce-address-fields .woocommerce-address-fields__field-wrapper label, form.woocommerce-EditAccountForm.edit-account .form-row label {
    margin-top: 0;
    margin-left: 0;
    text-transform: uppercase;
    font-size: 16px;
    color: #00394F;
    font-weight: 700;
    transition: 0.4s;
    transform-origin: left;
    display: inline-block;
    margin-bottom: 10px;
}

.woocommerce-address-fields .woocommerce-address-fields__field-wrapper input, form.woocommerce-EditAccountForm.edit-account .form-row  input {
    height: 60px;
    width: 100%;
    background-color: transparent;
    color: #0e1133;
    font-size: 16px;
    padding: 0 25px;
    border: 1px solid #e9e9e9;
}
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper .woocommerce-input-wrapper {
    width: 100%;
}

.woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row {
    margin-bottom: 29px;
}
.woocommerce .woocommerce-address-fields button.button[type="submit"], .woocommerce .woocommerce-address-fields button.button[type="submit"]:hover {
    height: 60px;
    background: linear-gradient(145deg, #8ecf35, #23cc88);
    box-shadow: 0px 5px 10px 0px rgb(35 204 136 / 50%);
    margin-top: 20px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    padding: 0 30px;
}
.woocommerce-MyAccount-content form .show-password-input {
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.woocommerce-MyAccount-content legend {
    margin-top: 0;
    margin-left: 0;
    text-transform: uppercase;
    font-size: 16px;
    color: #00394F;
    font-weight: 700;
    transition: 0.4s;
    transform-origin: left;
    display: inline-block;
    font-size: 25px;
}
.woocommerce-MyAccount-content fieldset {
    padding: 0;
    margin-top: 41px;
}
.woocommerce-MyAccount-content button.button.woocommerce-Button {
    height: 60px;
    line-height: 60px;
    background: linear-gradient(145deg, #8ecf35, #23cc88);
    box-shadow: 0px 5px 10px 0px rgb(35 204 136 / 50%);
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    padding: 0 35px;
    position: relative;
    overflow: hidden;
    z-index: 2;
    text-align: center;
    display: inline-block;
    margin-top: 22px;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-2 {
    border: 1px solid #ddd;
    padding: 20px 20px;
}
:root {
    --tutor-color-primary: #23CC88;
    --tutor-color-primary-hover: #23CC88;
    --tutor-color-primary-rgb: 35, 204, 136;
    --tutor-border-color: #e9e9e9;
}
.tutor-dashboard .tutor-frontend-dashboard-maincontent ul.tutor-dashboard-permalinks:before {
    display: none;
}
.tutor-dashboard .tutor-dashboard-left-menu .tutor-dashboard-menu-item-link {
    border-radius: 4px;
}
.tutor-dashboard .tutor-frontend-dashboard-header:after {
    display: none;
}
.tutor-dashboard .tutor-frontend-dashboard-maincontent ul.tutor-dashboard-permalinks {
    margin-bottom: 0;
}
.kidba-facility-card-boxed-img {
    position: relative;
}

.kidba-facility-card-boxed-img .facility-icon {
    position: absolute;
    bottom: 0;
    margin-bottom: 0px;
    left: 50%;
    transform: translate(-50%, 50%);
}
.facility-card .facility-card-txt.d-flex {
    border: 1px solid #e9e9e9;
    margin-top: -1px;
    padding-top: 65px;
    background: #fff;
}
.facility-card.facility-card-2 .facility-icon {
    background: linear-gradient(-145deg, #ff4f58, #ffb400);
    box-shadow: 0px 25px 20px 0px rgba(255, 114, 58, 0.3);
}
.facility-card.facility-card-3 .facility-icon {
    background: linear-gradient(-145deg, #e85aca, #fc4e65);
    box-shadow: 0px 25px 20px 0px rgba(232, 90, 202, 0.3);
}
.shop-details-txt .product_meta .posted_in a, .shop-details-txt .product_meta .tagged_as a {
    display: inline-block;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    background-color: #e9e9e9;
    padding: 0 10px;
    color: #00394f;
    border-radius: 3px;
    margin-right: 5px;
    margin-bottom: 10px;
}

.shop-details-txt .product_meta .posted_in a:hover, .shop-details-txt .product_meta .tagged_as a:hover {
    background-color: #4fcb5d;
    color: #fff;
}
.single-blog-txt .blog-quote-wrapper {
    padding-top: 15px;
}
.footer-mewsletter input[type="email"] {
    width: 100%;
    height: 60px;
    background: #6231d6;
    border: 1px solid #804BFF;
    color: #fff;
    line-height: 60px;
    padding: 0 20px;
}
.footer-mewsletter input[type="email"]:focus {
    color: #fff;
}
@media (max-width: 575px) {
  .footer-social-box {
    margin-bottom: 15px;
  }
  #loading-center-absolute {
	width: 60%;
  }
  .class-filter-btn {
        margin: 7px 6px !important;
    }
    .class-info.d-flex.justify-content-between .box > span {
        margin-right: 0;
        margin-bottom: 0px;
    }
}
@media (max-width: 367px) {
    .tutor-nav-item.tutor-nav-more.tutor-d-inline-block {
      width: 100%;
      display: block !important;
    }
    .tutor-nav-item.tutor-nav-more.tutor-d-inline-block .tutor-nav-link {
      display: block;
    }
    .tutor-nav .tutor-nav-more.tutor-nav-opened .tutor-dropdown {
        width: 100%;
        padding: 20px;
    }
}
.lesson-template-default.single.single-lesson .banner.breadcrumb-banner {
    display: none;
}
@media (max-width: 991px) {
  .heading-no-br .heading-sub-txt br {
    display: none;
  }
}
.about-2::after {
    display: none;
}
.tutor-wrap.tutor-wrap-parent.tutor-instructor {
    padding-bottom: 110px;
    padding-top: 85px;
}
@media (max-width: 1299px) {
    .class-info.d-flex.justify-content-between {
        grid-gap: 9px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .tutor-user-profile-content > .tutor-grid.tutor-grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }
}
.blog-sidebar-box.widget_product_categories ul.product-categories li a {
    font-size: 16px;
    margin-bottom: 0;
    color: #717171;
}

.blog-sidebar-box.widget_product_categories ul.product-categories li ul.children {
    margin-top: 10px;
}

.blog-sidebar-box.widget_product_categories ul.product-categories li {
    margin-bottom: 10px;
}

.blog-sidebar-box.widget_product_categories ul.product-categories > li:last-child {
    margin-bottom: 0;
}

.blog-sidebar-box.widget_product_categories ul.product-categories li a:hover {
    color: #23cc88;
}
.widget_product_tag_cloud .tagcloud a {
    line-height: 38px !important;
}
.archive nav.woocommerce-pagination {
    margin-bottom: 45px;
}

.woocommerce-form-login .form-row > label {
  font-weight: 500;
  color: #00394f;
  margin: 0;
  margin-bottom: 5px;
  font-size: 16px;
}
.woocommerce form .form-row input.woocommerce-Input {
  height: 60px;
  width: 100%;
  background-color: transparent;
  color: #717171;
  font-size: 16px;
  padding: 0 25px;
  border: 1px solid #e9e9e9;
  border-radius: 0px;
}
.woocommerce form .form-row input.woocommerce-Input:focus {
  border-color: #23cc88;
}
.woocommerce form .form-row button[type="submit"] {
  height: 60px;
  line-height: 60px;
  background: linear-gradient(145deg, #8ecf35, #23cc88);
  box-shadow: 0px 5px 10px 0px rgb(35 204 136 / 50%);
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  padding: 0 35px;
  position: relative;
  overflow: hidden;
  z-index: 2;
  text-align: center;
  display: inline-block;
}
.woocommerce-form-login .woocommerce-LostPassword.lost_password {
  margin-bottom: 0;
  margin-top: 10px;
}
.woocommerce-form.woocommerce-form-login.login {
  border: 1px solid #e9e9e9;
  padding: 40px;
}
@media (max-width: 767px) {
    .woocommerce-form.woocommerce-form-login.login {
        padding: 40px 25px;
    }   
}
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
  top: 18px;
  right: 20px;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: block;
    margin-bottom: 25px;
}
.tutor-form-row .tutor-form-group label {
    font-weight: 500;
    color: #00394f;
    margin: 0;
    margin-bottom: 5px;
    font-size: 16px;
}

.tutor-form-row .tutor-form-group input {
    height: 60px;
    width: 100%;
    background-color: transparent;
    color: #717171;
    font-size: 16px;
    padding: 0 0;
    border: 1px solid #e9e9e9;
    border-radius: 0px;
    text-indent: 0;
    padding: 0 15px;
}
.acf-user-register-fields.acf-fields .acf-label label {
    font-weight: 500;
    color: #00394f;
    margin: 0;
    margin-bottom: 5px;
    font-size: 16px;
}

.acf-user-register-fields.acf-fields .acf-input input {
    height: 60px;
    width: 100%;
    background-color: transparent;
    color: #717171;
    font-size: 16px;
    padding: 0 15px;
    border: 1px solid #e9e9e9;
    border-radius: 0px;
}

.tutor-form-row .tutor-form-group input::placeholder {
    font-size: 16px;
    color: #717171;
}

.acf-user-register-fields.acf-fields .acf-field {
    margin-bottom: 27px;
}


button.tutor-btn.tutor-btn-primary[name="tutor_register_student_btn"], button.tutor-btn.tutor-btn-primary[name="tutor_register_instructor_btn"] {
    height: 60px;
    line-height: 60px;
    background: linear-gradient(145deg, #8ecf35, #23cc88);
    box-shadow: 0px 5px 10px 0px rgb(35 204 136 / 50%);
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    padding: 0 35px;
    position: relative;
    overflow: hidden;
    z-index: 2;
    text-align: center;
    display: inline-block;
}
.tutor-dashboard-setting-profile.tutor-dashboard-content-inner label {
    font-weight: 500;
    color: #00394f;
    margin: 0;
    margin-bottom: 0px;
    margin-bottom: 5px;
    font-size: 16px;
}

.tutor-dashboard-setting-profile.tutor-dashboard-content-inner input[type="text"], .tutor-dashboard-setting-profile.tutor-dashboard-content-inner input[type="tel"], .tutor-dashboard-setting-profile.tutor-dashboard-content-inner .tutor-form-control.tutor-form-select {
    height: 60px;
    width: 100%;
    background-color: transparent;
    color: #717171;
    font-size: 16px;
    padding: 0 15px;
    border: 1px solid #e9e9e9;
    border-radius: 0px;
}
.tutor-dashboard-setting-profile.tutor-dashboard-content-inner .tutor-form-control.tutor-form-select {
    line-height: 57px;
}

label.tutor-form-label.tutor-color-secondary {}

.tutor-dashboard-content-inner label {
    font-weight: 500;
    color: #00394f;
    margin: 0;
    margin-bottom: 0px;
    margin-bottom: 5px;
    font-size: 16px;
}

.tutor-dashboard-content-inner input[type="text"], .tutor-dashboard-content-inner input[type="password"] {
    height: 60px;
    width: 100%;
    background-color: transparent;
    color: #717171;
    font-size: 16px;
    padding: 0 15px;
    border: 1px solid #e9e9e9;
    border-radius: 0px;
}

.tutor-dashboard-content-inner button[type="submit"] {
    height: 60px;
    line-height: 60px;
    background: linear-gradient(145deg, #8ecf35, #23cc88);
    box-shadow: 0px 5px 10px 0px rgb(35 204 136 / 50%);
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    padding: 0 35px;
    position: relative;
    overflow: hidden;
    z-index: 2;
    text-align: center;
    display: inline-block;
}
.tutor-social-field input.tutor-form-control {
    height: 60px;
    width: 100%;
    background-color: transparent;
    color: #0e1133;
    font-size: 16px;
    padding: 0 25px;
    border: 1px solid #e9e9e9;
}
.woocommerce table.shop_table {
    border-collapse: collapse;
}
form.checkout_coupon.woocommerce-form-coupon input {
    height: 60px;
    width: 100%;
    background-color: transparent;
    color: #717171;
    font-size: 16px;
    padding: 0 25px;
    border: 1px solid #e9e9e9;
    border-radius: 0px;
}
.has-empty-right ul li {
    margin-right: 0;
}
@media (min-width: 1200px) and (max-width: 1399px) {
    .header-style-1 .has-empty-right li.nav-item {
        margin: 0;
        margin-left: 30px;
    }
    .kidba-banner-img-6 img {
        max-width: 100%;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .header-style-1 .has-empty-right li.nav-item {
        margin: 0;
        margin-left: 20px;
    }
}
.comment-list .comment-content > blockquote {
    margin: 0;
    margin-bottom: 20px;
}
.navbar-expand-lg .navbar-nav.menu-last .dropdown-menu {
    right: 100%;
    left: auto;
}
.header-style-1 .navbar-nav ul.dropdown-menu li {
    margin-left: 0;
    margin-right: 0;
}

.header-style-1 .navbar-nav ul.dropdown-menu li a {
    padding: 3px 25px;
    display: block;
}
.header-style-1 .nav-item.menu-last .dropdown-menu {
    right: 0;
    left: auto;
}
.page-area .kidba-page-content .comments-area > .comment-respond > .comment-reply-title {
    padding: 0;
}
.kidba-page-content .comment-form textarea {
    height: 200px;
    width: 100%;
    background-color: transparent;
    color: #0e1133;
    font-size: 16px;
    padding: 25px;
    border: 1px solid #e9e9e9;
}
.kidba-page-content .comments-area .comment-form input {
    height: 60px;
    width: 100%;
    background-color: transparent;
    color: #0e1133;
    font-size: 16px;
    padding: 0 25px;
    border: 1px solid #e9e9e9;
}
.kidba-page-content .comments-area .comment-form input[type="submit"] {
    width: auto;
}

.kidba-page-content .comment-form > .form-submit input[type="submit"] {
    height: 60px;
    line-height: 60px;
    background: linear-gradient(145deg, #8ecf35, #23cc88);
    box-shadow: 0px 5px 10px 0px rgba(35, 204, 136, 0.5);
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    padding: 0 35px;
    position: relative;
    overflow: hidden;
    z-index: 2;
    text-align: center;
    display: inline-block;
    border: 0;
}

.shop-details-txt .shop-details-price del > span {
    text-decoration: line-through;
}

.tutor-course-details-tab .tutor-course-content-title {
    font-weight: 500;
    color: #00394f;
}
.tutor-single-course-sidebar-more .tutor-course-details-instructors > .tutor-fs-6 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #00394f;
}
table.shop_table.shop_table_responsive tbody tr th {
    text-align: left;
}


.tutor-dashboard .tutor-user-info .tutor-ratings {
    flex-wrap: wrap;
}
.cd-words-wrapper b {
    font-weight: 500;
}
@media (min-width:  1200px) and (max-width: 1399px) {
    .class-card .class-info.d-flex.justify-content-between {
        align-items: center;
    }
}
.footer-social-box a:last-child {
    margin-right: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
    .class-info.d-flex.justify-content-between {
        align-items: center;
    }
}
@media (min-width: 1400px) and (max-width: 1599px) {
    .kitba-banner-area .swiper-slide {
        background-position-x: 50%;
    }
}
@media (min-width: 1200px) and (max-width: 1399px) {
    .kitba-banner-area .swiper-slide {
        background-position-x: 55%;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .kitba-banner-area .swiper-slide {
        background-position-x: 50%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .kitba-banner-area .swiper-slide {
        background-position-x: 60%;
    }
}
@media (max-width: 767px) {
    .kitba-banner-area .swiper-slide {
        background-position-x: 70%;
    }
}
.woocommerce-form-register.register label[for="reg_email"] {
    font-weight: 500;
    color: #00394f;
    margin: 0;
    margin-bottom: 5px;
    font-size: 16px;
}
.woocommerce-notices-wrapper ul.woocommerce-error {
    padding-left: 50px;
}
.tutor-login-form-wrapper .tutor-fs-5 {
    font-size: 32px;
    font-family: "Fredoka One", cursive;
    font-weight: 500;
    color: #00394f;
    margin-bottom: 26px;
}
.tutor-login-form-wrapper input.tutor-form-control {height: 60px;width: 100%;background-color: transparent;color: #717171;font-size: 16px;padding: 0 25px;border: 1px solid #e9e9e9;border-radius: 0px;}

input.tutor-form-control:focus {
    color: #23cc88
}
.tutor-login-wrap  button.tutor-btn.tutor-btn-primary {
    height: 60px;
    line-height: 60px;
    background: linear-gradient(145deg, #8ecf35, #23cc88);
    box-shadow: 0px 5px 10px 0px rgb(35 204 136 / 50%);
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    padding: 0 35px;
    position: relative;
    overflow: hidden;
    z-index: 2;
    text-align: center;
    display: inline-block;
}
.tutor-wrap.tutor-page-wrap {
    padding-top: 120px;
    padding-bottom: 120px;
}
span.tp-core-title {
    font-weight: 500;
}

.feature-sub-title-2 {
    font-weight: 500;
}
@media (min-width: 992px) and (max-width:1199px) {
    .header-2.header-style-1 .nav-cart.mr-40 {
        margin-right: 30px;
    }
}
.contact-wrapp.tp-core-content .def-textarea {
    border: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
    .tp-contact-form.style-1 .wpcf7-form-control-wrap input, .contact-wrapp.tp-core-content .def-textarea {
        border: 1px solid #eaeaea;
    }
    .class-info.class-details-info .box.box-1 {
        flex-direction: row;
        align-items: center;
    }
    .kidba-course-details-head-info .kidba-lead-info-author-rating-wrap {
        margin-bottom: 20px;
    }
}
@media (min-width: 1200px) and (max-width: 1399px) {
    .tutor-instructor .tutor-grid.tutor-grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 768px) {
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .course__sort-inner form.woocommerce-ordering .nice-select .list {
        right: 0;
        left: auto;
    }
}
.tutor-course-details-content ul, .tutor-course-details-content  ol {
    margin-left: 0;
    padding-left: 15px;
}
.tutor-course-sidebar-card-pricing > * {
    width: 100%;
}
.tutor-single-course-sidebar {
    position: sticky;
    top: 50px;
}
.feature-img.p-relative img {
    width: 100%;
    max-height: 490px;
    object-fit: cover;
    object-position: center;
}
div#see-load-more button.def-btn {
    border: 0;
}
.blog-quote-wrapper .blog-quote-txt {
    padding-left: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .tutor-col-3.tutor-course-filter-container {
        width: 60%;
    }
    .tutor-row.tutor-gx-xl-5 {
        justify-content: center;
    }
    .tutor-row.tutor-gx-xl-5 > *:last-child {
        order: -1;
    }
}
.tutor-row.tutor-gx-xl-5 br {
    display: none;
}
form.tutor-forgot-password-form.tutor-ResetPassword.lost_reset_password .tutor-form-group {
    margin-bottom: 0;
}

form.tutor-forgot-password-form.tutor-ResetPassword.lost_reset_password .tutor-form-group button.tutor-btn {
    height: 60px;
    line-height: 60px;
    background: linear-gradient(145deg, #8ecf35, #23cc88);
    box-shadow: 0px 5px 10px 0px rgba(35, 204, 136, 0.5);
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    padding: 0 35px;
    position: relative;
    overflow: hidden;
    z-index: 2;
    text-align: center;
    display: inline-block;
    border: 0;
}

form.tutor-forgot-password-form.tutor-ResetPassword.lost_reset_password  label {
    margin-bottom: 13px;
}

form.tutor-forgot-password-form.tutor-ResetPassword.lost_reset_password {padding: 110px 15px !important;}
.footer-card .mc4wp-alert.mc4wp-success {
    color: #fff;
    margin-top: 15px;
}
.blog__sidebar, .kidba-sidebar-right {
    position: sticky;
    top: 50px;
}
div.w_100 img {
    max-width: 100%;
    width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
    .heading-sub-txt.mt--1.mb--8 br {
        display: none;
    }
}
@media (max-width: 767px) {
    .gallery-filter-btn::after {
        display: none;
    }
}
.kidba-page-content .tutor-form-group h2 {
	font-size: 25px;
	margin-bottom: 23px;
}
.tutor-form-row .tutor-form-group label {
	margin-bottom: 9px;
}
.gallery-container.m-auto {
    padding-left: 15px;
    padding-right: 15px;
}
.tutor-instructor .tutor-user-profile-content .tutor-grid.tutor-grid-3 {
    grid-template-columns: repeat(2, 1fr);
}
button.tutor-btn.tutor-btn-primary[name="tutor_register_student_btn"], button.tutor-btn.tutor-btn-primary[name="tutor_register_instructor_btn"] {
    margin-bottom: 25px;
}
@media (max-width: 767px) {
    .tutor-instructor .tutor-user-profile-content .tutor-grid.tutor-grid-3 {
        grid-template-columns: repeat(1, 1fr);
    }
}
.tutor-course-progress-item  .tutor-ratio-3x2 {
    padding-top: 91.66%;
}
.blog-quote-wrapper.bg-danger .blog-quote-txt {
    padding-left: 85px;
}
.blog-quote-wrapper.bg-danger  {
    padding-top: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-quote-wrapper.bg-danger .blog-quote-txt {
        padding-left: 85px;
    }   
}
@media (max-width: 575px) {
    .blog-quote-wrapper.bg-danger .blog-quote-txt {
        padding-left: 0;
    }
}
.tutor-user-public-profile .tutor-user-profile-content h3 {
    font-weight: 700;
}
.class-card:hover span.kb-class-tooltip-1 {
    transform: translateX(10px);
}
.blog-title.mt--2.mb-20 {
    margin-bottom: 10px;
}
.gallery-filter-btn {
    display: inline-block;
}
@media (max-width: 767px) {
    .gallery-filter-btn:after {
        display: inline-block;
    }
    .gallery-filter-btn {
        padding-left: 0;
        padding-right: 0;
    }
}
@media only screen and (min-width: 480px) and (max-width: 575px) {
    .gallery-filter-btn:after {
        width: 6px;
        height: 6px;
        display: inline-block;
        bottom: 8px;
        border: 0;
        background: linear-gradient(145deg, #8ecf35, #23cc88);
    }
}


.tp-contact-form.style-1 .row > * > p {
    margin-bottom: 0;
}
.tutor-course-filter-container .tutor-course-filter {
    position: sticky;
    top: 50px;
}
h3.class-details-title.mt--3.mb-30 {
    margin-bottom: 15px;
}
.tutor-user-profile-content.tutor-d-block.tutor-mt-52 {
    margin-bottom: 0;
    padding-bottom: 10px;
}

h5.title-3322 {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px;
    margin-top: 9px;
}
.tutor-form-icon:not(.tutor-form-icon-reverse) ~ .tutor-form-control[type="Search"] {
    width: 100%;
    height: 60px;
    font-size: 16px;
    border: 0;
    padding: 0;
    padding-left: 30px !important;
    padding-right: 60px;
}
.footer.tp-footer-1.kidba-footer-1 .mc4wp-alert.mc4wp-error {
    color: #fff;
    margin-top: 15px;
    margin-bottom: 0;
}
.footer.tp-footer-1.kidba-footer-1 .mc4wp-alert.mc4wp-error p {
    margin-bottom: 0;
}
.tp-contact-form.style-1 span.wpcf7-not-valid-tip {
    margin-bottom: 15px;
}
.tp-contact-form.style-1 .wpcf7-form-control-wrap input[type="date"] {
    font-size: 14px;
    color: #55565d;
}
.tutor-user-profile-content p > span {
    font-family: inherit !important;
    font-size: 16px !important;
}
.tutor-user-public-profile .photo-area .pp-area .profile-rating-media .tutor-rating-container .rating-total-meta {
    color: #fff;
    margin-left: 5px;
}
.kidba-page-content .tutor-instructor-application-process.tutor-pt-48.tutor-pb-48 {
    padding-top: 0;
    padding-bottom: 30px;
}
form.woocommerce-ResetPassword.lost_reset_password label[for="user_login"] {
    font-weight: 500;
    color: #00394f;
    margin: 0;
    margin-bottom: 0;
    font-size: 16px;
}
.blog__wrapper > article.postbox.post.format-quote.post_format-post-format-quote blockquote span {
    margin-top: 10px;
    color: #30cd7e;
    font-weight: 500;
}
.blog__wrapper > article.postbox.post.format-quote.post_format-post-format-quote blockquote span::before {
    content: "";
    width: 40px;
    height: 2px;
    background: #30cd7e;
    display: inline-block;
    transform: translateY(-5px);
    margin-right: 10px;
}
.kidba-sidebar-info-content-331 li {
    color: #f2f2f2;
    list-style: none;
    margin-bottom: 11px;
}

.kidba-sidebar-info-content-331 li i {
    margin-right: 5px;
}

.kidba-sidebar-info-social-331 a {
    width: 40px;
    display: inline-block;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    background: #fff;
    color: #31cc88;
    border: 0;
    font-size: 16px;
    margin-right: 10px;
}
.kidba-sidebar-info-social-331 a:hover {
    background-color: #23CC88;
    color: #fff;
}
.kidba-sidebar-info-content-331 {
    margin-bottom: 35px;
}
.kidba-sidebar-info-content-331 > ul {
    margin-left: 0;
}
span.dvr {
    margin: 0 10px;
}

.breadcrumb-txt a:hover {
    color: #fff;
}

.blog-bottom-part a:hover {
    color: #23CC88;
}
div.single-partner img {
    margin: 0 auto;
}
.tutor-list-item label:hover {
    color: #23cc88;
}
.woocommerce-form-login .woocommerce-LostPassword.lost_password a:hover {
    color: #23CC88;
}
.woocommerce-form.woocommerce-form-login.login {
    margin-bottom: 10px;
}
section.blog-sidebar-box.widget_tp-latest-posts > .blog-sidebar-box-body > ul {
    margin-bottom: 0;
}
.pageontent.blog-search-content .search-form input.search-field {
    padding: 0 20px;
    height: 60px;
    font-size: 16px;
    width: 100%;
    border: 1px solid #e9e9e9;
}
.blog-nav .blog-nav-txt:hover span {
    color: #23cc88;
}
.pageontent .search-form input.search-submit {
    height: 60px;
    line-height: 60px;
    background: linear-gradient(145deg, #8ecf35, #23cc88);
    box-shadow: 0px 5px 10px 0px rgb(35 204 136 / 50%);
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    padding: 0 35px;
    overflow: hidden;
    z-index: 2;
    text-align: center;
    display: inline-block;
    border: 0;
}
.tutor-courses-wrap .tutor-course-filter {
    margin-bottom: 30px;
}
.blog-card-txt.p-40.px-30 {
    padding-top: 35px;
}
.tutor-login-wrap {
    box-shadow: 0 0 15px rgba(0,0,0,0.03);
}
.kidba-category-list-3322 a:last-child::after {
    display: none;
}

.comment-content > h2, .comment-content > h1 {
    font-family: 'Roboto', sans-serif;
}
.breadcrumb-txt.breadcrumb-trail.breadcrumbs {
    display: block !important;
}
.logo-area.kidba-custom-logo-3 a {
    
}
.logo-area.kidba-custom-logo-3 a img {
    width: 222px;
    overflow: hidden;
    display: inline-block;
    padding: 30px 30px;
    background-color: #fff;
    border-left: 6px solid #23cc88;
    border-bottom: 6px solid #23cc88;
    border-bottom-left-radius: 5px;
}
.elementor img {
    width: auto;
}
.feedback-section .feedback-slider .single-feedback .reviewer-image img {
    margin-bottom: 0;
}
.single-blog.slick-slide .blog-image img {
    width: 100%;
}
.single-blog .blog-content .blog-button a:hover {
    border-color: transparent !important;
}
.team-section .single-team-member .member-image > img {
    width: 100%;
}
.single-course.theme-style .course-content .course-category a, .single-course.theme-style .course-content .course-category a::before {
    background-color: #fe630e;
}
.single-course.theme-style .course-content .course-category a:hover, .single-course.theme-style .course-content .course-category a:hover::before {
    background-color: #126d63;
}
.single-course.theme-style .course-content .course-bottom span.course-price {
    background: #fe630e;
}
.hero-category-section .hero-content > h1 {
    color: #102039;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.2;
    margin-bottom: 0;
    font-size: 60px;
}

.section-top h2 {
    color: #102039;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.2;
    margin-bottom: 0;
    font-size: 42px;
}

.hero-category-section .category-area .single-category h4 a {
    color: #102039;
    font-size: 24px;
}
.teaching-content > h2 {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.2;
    margin-bottom: 0;
    font-size: 42px;
}
section.about-section h2.margin-top-20 {
    color: #102039;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.2;
    margin-bottom: 0;
    font-size: 42px;
}
section.hero-section-2 .hero-content h1 {
    color: #102039;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.2;
    margin-bottom: 0;
    font-size: 56px;
}
section.about-section.about-section-2 .about-content h2 {
    color: #102039;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.2;
    margin-bottom: 0;
    font-size: 42px;
}
.bg-transparent.blog-section .blog-slider .slick-slide {
    border: 0;
}
.video-section .video-content h2 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.2;
    margin-bottom: 0;
    font-size: 42px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hero-category-section .hero-content > h1 {
        font-size: 45px;
    }
    .section-top h2 {
        font-size: 32px;
    }
    .hero-category-section .category-area .single-category h4 a {
        font-size: 20px;
    }
    .teaching-content > h2 {
        font-size: 35px;
    }
    section.about-section h2.margin-top-20 {
        font-size: 32px;
    }
    .single-course .course-content h4 {
        font-size: 21px;
    }
    .counterup-feature-section .feature-area .single-feature .feature-content h3 a {
        font-size: 21px;
    }
    .hero-section-2 .hero-image .hero-shape {
        z-index: -1;
        left: -10px;
    }
    section.hero-section-2 .hero-content h1 {
        font-size: 46px;
    }
    section.about-section.about-section-2 .about-content h2 {
        font-size: 35px;
    }
    .video-section .video-content h2 {
        font-size: 35px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hero-category-section .hero-content > h1 {
        font-size: 40px;
    }
    .section-top h2 {
        font-size: 32px;
    }
    .single-blog .blog-content .content-wrap a + a {
        margin-left: 10px;
    }
}

@media (max-width: 767px) {
    .hero-category-section .hero-content > h1 {
        font-size: 35px;
    }
    .button-part .template-btn {
        padding: 14px 14px;
    }
    .section-top h2 {
        font-size: 32px;
    }
    .teaching-content > h2 {
        font-size: 32px;
    }
    section.about-section h2.margin-top-20 {
        font-size: 32px;
    }
    .stylist-gallery .single-image img {
        width: 100%;
    }
    .single-blog .blog-content .content-wrap {
        flex-direction: column;
        align-items: flex-start;
    }
    .single-blog .blog-content .content-wrap a + a {
        margin-left: 0;
    }
    section.hero-section-2 .hero-content h1 {
        font-size: 35px;
    }
    section.about-section.about-section-2 .about-content h2 {
        font-size: 30px;
    }
    .video-section .video-content h2 {
        font-size: 32px;
    }
    .reviewer-info.d-flex.align-items-center {
        flex-wrap: wrap;
        grid-gap: 10px;
    }
}
.shop-details-txt .cart .quantity-discount-table.wad-qty-pricing-table .quantity-discount-item {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 15px;
}
.quantity-discount-table.wad-qty-pricing-table {
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    padding: 20px;
}

.shop-details-txt .cart .quantity-discount-table.wad-qty-pricing-table .quantity-discount-item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.shop-details-txt .cart .quantity-discount-table.wad-qty-pricing-table .quantity-discount-item  button {
    background: transparent;
    height: 40px;
    line-height: 40px;
    border: 1px solid #222;
    padding: 0 24px;
}

.shop-details-txt .cart .quantity-discount-table.wad-qty-pricing-table .quantity-discount-item {
    align-items: center;
    padding-bottom: 15px;
}

.shop-details-txt .cart .quantity-discount-table.wad-qty-pricing-table .quantity-discount-item p {
    margin-bottom: 0;
}

.shop-details-txt .cart .quantity-discount-table.wad-qty-pricing-table .quantity-discount-item h5 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}

.shop-details-txt .cart .quantity-discount-table.wad-qty-pricing-table .quantity-discount-item button:hover {
    background: #26cc85;
    border-color: transparent;
    color: #fff;
}

.quantity-discount-table-wrap h4.quantity-discount-heading {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 25px;
    padding-top: 30px;
    margin-bottom: 0;
}
.shop-details-txt .cart .quantity-discount-table.wad-qty-pricing-table .quantity-discount-item .added_to_cart {
    display: none;
}
.shop-details-txt .cart .quantity-discount-table.wad-qty-pricing-table .quantity-discount-item .is-loading::after {
    display: none;
}
.shop-details-txt .entry-product-quantity-wrapper a.added_to_cart.wc-forward.tutor-btn.tutor-btn-outline-primary.tutor-btn-md.tutor-btn-block {
    display: none;
}


/**
Countdown
*/
.woo-sctr-countdown-timer-layout {
    text-align: left;
}

.woo-sctr-shortcode-countdown-timer-wrap.woo-sctr-shortcode-countdown-timer-wrap-shortcode-salescountdowntimer .woo-sctr-countdown-timer-1 .woo-sctr-countdown-value {
    border: 0;
    height: auto;
    width: auto;
}

.woo-sctr-countdown-unit-wrap .woo-sctr-countdown-unit {
    border: 1px solid #ffc8c8;
    background: #fee;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 5px;
}
@media (max-width: 767px) {
    .woo-sctr-countdown-unit-wrap .woo-sctr-countdown-unit {
        width: 68px;
        height: 68px;
    }
}
.woo-sctr-countdown-timer-1 .woo-sctr-countdown-unit .woo-sctr-countdown-value {
    color: #DA3F3F !important;
    font-size: 34px !important;
}

.woo-sctr-shortcode-countdown-timer-wrap.woo-sctr-shortcode-countdown-timer-wrap-shortcode-salescountdowntimer .woo-sctr-countdown-timer-1 .woo-sctr-countdown-text {
    color: #DA3F3F;
}

.woo-sctr-single-product-container {
    order: 2;
    flex: 0 0 100%;
}

.shop-details-price-box.d-flex.gap-55 {
    flex-wrap: wrap;
    grid-gap: 10px 55px;
}

.woo-sctr-shortcode-countdown-timer-wrap.woo-sctr-shortcode-countdown-timer-wrap-shortcode-salescountdowntimer .woo-sctr-layout-1 {
    margin-left: 0;
}

span.woo-sctr-countdown-timer-text-before {
    color: #da3f6c;
    position: relative;
    display: block;
    text-align: left;
    padding-left: 20px;
}

span.woo-sctr-countdown-timer-text-before::before {
    content: "";
    position: absolute;
    font-size: 18px;
    top: -1px;
    left: 0;
    color: #DA3F3F;
    font-family: "Font awesome 5 pro";
    font-weight: 700;
}
.woo-sctr-shortcode-countdown-timer-wrap.woo-sctr-sticky-top {
    position: static;
}

/**
* Smart bought together
*/

.woobt-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #DA3F3F;
}
.woobt-wrap {
    margin: 21px 0 0
}

.woobt-product-cart-inner {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.woobt-product-cart-inner>* {
    margin: 0 4px 0 0
}

.woobt-products-wrap {
    position: relative
}

.woobt-block-heading {
    font-size: 20px;
    font-weight: var(--minimog-typography-headings-font-weight-secondary);
    margin: 0
}

.woobt-checkbox:disabled {
    cursor: not-allowed
}

.woobt-checkbox-this {
    opacity: .4
}

.woobt-image-plus {
    display: none
}

.woobt-image-plus svg {
    display: block;
    width: 20px;
    height: 20px
}

.woobt-form {
    margin: 18px 0 0
}

.woobt-form .button {
    width: 100%;
    margin: 0
}

.woobt-image a {
    display: block
}

.woobt-image img {
    width: 100%
}

.woobt-product,.woobt-product .woobt-thumb-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.woobt-product .woobt-thumb-wrap {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 10px 0 0
}

.woobt-product .woobt-thumb {
    position: relative;
    width: 60px
}

.woobt-product .woobt-thumb a {
    display: block
}

.woobt-product .woobt-thumb img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block
}

.woobt-product .woobt-choose {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.woobt-product .woobt-product-info {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.woobt-product .woobt-price,.woobt-product .woobt-price .price {
    line-height: 28px
}

.woobt-product .woobt-product-cart {
    margin: 10px 0 0
}

.woobt-product .woobt-title {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: var(--minimog-color-heading);
    margin: 0
}

.woobt-product .woobt-title a {
    text-decoration: none;
    box-shadow: none
}

.woobt-product .woobt-title .stock {
    font-size: 14px;
    margin: 0
}

.woobt-product .woobt-title .stock.in-stock {
    color: green
}

.woobt-product .woobt-title .stock.available-on-backorder {
    color: orange
}

.woobt-product .woobt-title .stock.out-of-stock {
    color: red
}

.woobt-product .variations_form {
    display: none
}

.woobt-product .product-variation-select {
    width: auto;
    border: 0;
    box-shadow: none!important;
    min-height: 26px;
    line-height: 28px;
    padding: 0 15px 0 0;
    background-position: 100% 50%;
    color: var(--minimog-color-text)
}

.woobt-product .entry-product-low-stock {
    margin: 5px 0 0
}

.woobt-product div.quantity {
    --size: 26px
}

.woobt-product div.quantity input.qty {
    background: none;
    border: 0;
    box-shadow: none!important;
    line-height: 1;
    padding: 0
}

.woobt-product.woobt-hide .woobt-quantity {
    opacity: .6
}

.woobt-product.woobt-hide .woobt-quantity * {
    pointer-events: none
}

.woobt-product-this .woobt-price .woobt-price-new,.woobt-product .stock {
    display: none
}

.woobt-disabled {
    opacity: .5!important;
    cursor: not-allowed!important;
    pointer-events: none
}

.woobt-hide-this {
    display: none
}

.woobt-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--minimog-color-primary)
}

.woobt-text svg {
    margin-right: .5rem
}

.woobt-before-text {
    margin: 12px 0 18px
}

.woobt-after-text {
    margin: 18px 0 0
}

.woobt-alert {
    margin: 20px 0 0
}

.woobt-alert strong {
    font-weight: 500;
    color: var(--minimog-color-heading)
}

.woobt-additional {
    margin: 0 0 5px
}

.woobt-total .amount {
    font-size: 24px;
    font-weight: 700;
    color: var(--minimog-color-primary)
}

.woobt-footer {
    margin: 27px 0 0
}

.woobt-count {
    margin: 0 0 0 5px
}

.woobt-count:before {
    content: "("
}

.woobt-count:after {
    content: ")"
}

.woobt-actions form.cart {
    padding-top: 0!important;
    padding-bottom: 0!important
}

.woobt-qty {
    width: 60px;
    text-align: center
}

.woobt-layout-default .woobt-product+.woobt-product {
    padding: 20px 0 0;
    margin: 20px 0 0;
    border-top: 1px solid #eee
}

.woobt-layout-separate .woobt-product-this {
    margin: 0 0 12px
}

.woobt-layout-separate .woobt-product+.woobt-product {
    margin: 0 0 0
}

.woobt-layout-separate .woobt-thumb-wrap {
    margin: 0 16px 0 0
}

.woobt-layout-separate .woobt-images {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-x: auto;
    margin-bottom: 35px
}

.woobt-layout-separate .woobt-images>div {
    margin: 0 16px 0 0
}

.woobt-layout-separate .woobt-images .woobt-image-plus {
    display: block
}

.woobt-layout-separate .woobt-image {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 120px
}

.woobt-layout-separate .woobt-image:last-child {
    margin: 0
}

.woobt-layout-separate .woobt-thumb {
    display: none;
}

.woobt-layout-separate input[type=checkbox] {
    display: block;
    width: 22px;
    height: 22px;
    margin: 1px
}

.woobt-layout-separate input[type=checkbox]:before {
    width: 24px;
    height: 24px
}

.woobt-layout-separate input[type=checkbox]:after {
    font-size: 16px
}

.woobt-layout-separate .woobt-product-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.woobt-layout-separate .woobt-title {
    margin: 0 8px 0 0
}

.woobt-layout-separate .woobt-footer {
    margin: 21px 0 0
}

.woobt-layout-separate .woobt-product-cart {
    margin: 0
}

.woobt-block-content {
    display: block;
    width: 100%;
    margin-top: 18px;
    border: 1px solid #000;
    padding: 20px 19px;
    border-radius: 5px
}

.woobt-block-content .added_to_cart {
    display: none
}

.entry-summary .woobt-layout-separate .woobt-products {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px
}

.woobt-position-below_title {
    margin: 21px 0
}

.variations_form .woobt-position-after,.variations_form .woobt-position-before {
    margin: 0 0 21px
}

.woobt-position-below_summary {
    margin: 48px 0 0
}

.woobt-position-below_summary .woobt-block-heading {
    font-size: 1.75rem;
    line-height: 1.5
}

.woobt-position-below_summary .woobt-block-content {
    margin-top: 32px
}

.woobt-position-below_summary.woobt-layout-separate .woobt-thumb {
    display: block
}

.woobt-position-below_summary.woobt-layout-separate .woobt-product-cart {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0 0
}

.woobt-position-below_summary.woobt-layout-separate .woobt-choose {
    margin: 2px 16px 0 0
}

.woobt-position-below_summary.woobt-layout-separate .minimog-variation-select-wrap {
    max-width: calc(100% - 40px)
}

.woobt-position-below_summary.woobt-layout-separate .minimog-variation-select-wrap select {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

@media (min-width: 768px) {
    .woobt-position-below_summary {
        --footer-width:250px
    }

    .woobt-position-below_summary .woobt-products-wrap {
        position: relative;
        overflow: auto;
        padding: 0 0 30px
    }

    .woobt-position-below_summary .woobt-text {
        font-size: 18px
    }

    .woobt-position-below_summary .woobt-block-content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -15px;
        margin-right: -15px;
        width: auto;
        border: 0;
        padding: 0
    }

    .woobt-position-below_summary .woobt-body {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 calc(100% - var(--footer-width));
        -ms-flex: 0 0 calc(100% - var(--footer-width));
        flex: 0 0 calc(100% - var(--footer-width));
        max-width: calc(100% - var(--footer-width));
        padding: 0 15px
    }

    .woobt-position-below_summary .woobt-footer {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 var(--footer-width);
        -ms-flex: 0 0 var(--footer-width);
        flex: 0 0 var(--footer-width);
        max-width: var(--footer-width);
        padding: 0 15px 115px;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        margin: 0
    }

    .woobt-position-below_summary.woobt-layout-separate .woobt-products {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .woobt-position-below_summary.woobt-layout-separate .woobt-product {
        display: block;
        margin: 0 28px 0 0!important;
        width: 235px
    }

    .woobt-position-below_summary.woobt-layout-separate .woobt-product:last-child {
        margin: 0!important
    }

    .woobt-position-below_summary.woobt-layout-separate .woobt-product-this {
        margin: 0 76px 0 0!important
    }

    .woobt-position-below_summary.woobt-layout-separate .woobt-image-plus {
        display: block;
        position: absolute;
        top: 50%;
        right: -48px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .woobt-position-below_summary.woobt-layout-separate .woobt-thumb-wrap {
        margin: 0 0 24px
    }

    .woobt-position-below_summary.woobt-layout-separate .woobt-thumb {
        width: 235px
    }

    .woobt-position-below_summary.woobt-layout-separate .woobt-product-info {
        display: block
    }

    .woobt-position-below_summary.woobt-layout-separate .woobt-title {
        margin: 0
    }
}

@media (min-width: 992px) {
    .woobt-position-below_summary {
        --footer-width:365px
    }
}

@media (max-width: 767px) {
    .woobt-image-plus {
        display:none
    }

    .woobt-layout-separate .woobt-product-info {
        display: block
    }
}

.woobt-price-ori {
    display: flex;
    justify-content: flex-end;
    grid-gap: 0 20px;
}

.woobt-products .woobt-product .woobt-price {
    width: 160px;
    max-width: 160px;
    flex: 0 0 160px;
    margin-right: 0;
}

.woobt-product .woobt-title span, .woobt-product .woobt-title {
    color: #222;
}

.woobt-layout-separate input[type=checkbox] {
    display: block;
    width: 22px;
    height: 22px;
    margin: 1px;
    position: relative;
}

input[type=checkbox] {
    position: relative;
    background: transparent;
    border-width: 0;
    box-shadow: none;
    margin: 0 9px 0 1px;
    cursor: pointer;
    height: 14px;
    width: 14px
}

input[type=checkbox]:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: #fff;
    border: 1px solid #ccc;
    border-radius: .125rem
}

input[type=checkbox]:after {
    position: absolute;
    font-size: 12px;
    content: "";
    display: block;
    top: 50%;
    left: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%,-50%) scale(0);
    transform: translate(-50%,-50%) scale(0);
    color: #fff
}

input[type=checkbox]:hover:before {
    border-color: #000
}

input[type=checkbox]:checked:before {
    background: #000;
    border-color: transparent
}

input[type=checkbox]:checked:after {
    -webkit-transform: translate(-50%,-50%) scale(1);
    transform: translate(-50%,-50%) scale(1);
    font-family: "Font awesome 6 pro";
}

input[type=radio] {
    position: relative;
    padding: 5px;
    margin: 0 10px 0 2px;
    cursor: pointer
}

input[type=radio]:before {
    width: 16px;
    height: 16px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    -webkit-transition: border-color .3s ease;
    transition: border-color .3s ease
}

input[type=radio]:after,input[type=radio]:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%
}

input[type=radio]:after {
    width: 10px;
    height: 10px;
    background: #000;
    border-radius: 50%;
    -webkit-transform: translate(-50%,-50%) scale(0);
    transform: translate(-50%,-50%) scale(0);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease
}

input[type=radio]:hover:before {
    border-color: #000
}

input[type=radio]:checked {
    cursor: auto
}
.woobt-footer .woobt-additional >  span.woocommerce-Price-amount.amount {
    font-size: 16px;
    font-weight: 700;
    color: #222;
}

.woobt-footer .woobt-total .amount {
    color: #222;
    font-size: 25px;
    vertical-align: middle;
}
.woobt-images .woobt-image img {
    width: 79px;
    height: 130px;
    object-fit: cover;
}
.woobt-actions a.added_to_cart {
    display: none;
}
.woobt-wrap {
    margin-bottom: 40px;
}
@media only screen and (max-width: 767px){
    .woobt-wrap-responsive .woobt-products .woobt-product .woobt-price {
        width: 100%;
        flex-basis: 1;
    }
    .woobt-price-ori {
        justify-content: center;
    }
    .woobt-price-ori {
        width: 160px;
    }
}
.woo-sctr-shortcode-countdown-timer-wrap.woo-sctr-sticky-top {
    position: static !important;
}
.woosc-area {background-color: transparent !important;}
.shop-card .woosc-btn,.shop-card .woosq-btn, .shop-card .woosw-btn, .shop-card .eye-btn {
    background: transparent;
    border: 1px solid #222;
    position: relative;
    font-size: 14px;
    padding: 0 0;
    height: 40px;
    padding: 0 20px;
    width: 40px;
    font-size: 0;
    border-radius: 50%;
    margin: 0 10px;
}
.shop-card button.woosc-btn::after,.woosq-btn::after, .shop-card .woosw-btn::after {
    position: absolute;
    content: "\f0ec";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-family: "Font awesome 6 pro";
    font-size: 14px;
    font-weight: 500;
}
.woosq-btn::after {
    content: "\f002";
}
.shop-card button.woosc-btn:hover, .shop-card .woosw-btn:hover {
    border-color: transparent;
    background: #27cc85;
    color: #fff;
}
.shop-card .woosw-btn::after {
    content: "\f004";
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    text-align: center;
}
.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot {
    background: #222;
}
p.product.woocommerce.add_to_cart_inline .ajax_add_to_cart.added {
    display: none;
}

.shop-card > button.woosc-btn, .shop-card > button.woosw-btn {
    display: none;
}
.kidba-woo-product-action-1 {
    margin-top: 15px;
}
.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-popup-content-bot-inner a {
    margin-bottom: 0;
    line-height: 1 !important;
}
p.product.woocommerce.add_to_cart_inline .add_to_cart_button {
    background: #000;
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
}
input#woosw_copy_btn {
    height: 45px;
    border: 0;
    background: #222;
    color: #fff;
    padding: 0 30px;
    margin-left: 10px;
}

input#woosw_copy_url {
    height: 45px;
    padding: 0 15px;
    border-color: #222;
    color: #222;
}
p.product.woocommerce.add_to_cart_inline .added_to_cart {
    display: inline-block;
    width: auto;
    border-color: transparent;
    color: #fff;
    background-color: #222;
}
.shop-card button.eye-btn {
    padding: 0 0;
    transform: translateY(4px);
    cursor: pointer !important;
}
.shop-card button.eye-btn:hover {
    background-color: #222;
    color: #fff;
}
.shop-card button.eye-btn i {
    font-size: 14px;
    font-family: "Font awesome 6 Pro";
}
.mfp-container.mfp-ajax-holder.mfp-s-ready {
    max-width: 900px;
    left: 50%;
    transform: translateX(-50%);
}

.woocommerce.single-product.woosq-product .images img {
    width: 100%;
    object-fit: cover;
}

.woosq-product > .product .summary .summary-content {
    padding: 30px;
}

.woosq-product > .product .summary .summary-content h2.shop-details-product-title {
    font-family: inherit;
    font-size: 30px;
    margin-bottom: 10px;
}

.woosq-product > .product .summary .summary-content  p.shop-details-price {
    font-size: 18px;
    padding-bottom: 10px;
}

.woosq-product > .product .summary .summary-content .cart {
    margin-bottom: 25px;
}
.shop-card > .woosq-btn {
    display: none;
}
.woosq-product > .product .summary .summary-content .quantity.quantity-select select {
    height: 60px;
    -webkit-appearance: none;
}

.summary .summary-content .quantity-discount-table.wad-qty-pricing-table {
    overflow: hidden;
}
form.isw-swatches .isw-swatch {
    display: inline-block;
    margin-bottom: 0;
}
form.isw-swatches .isw-swatch {
    display: inline-block;
    margin-bottom: 0;
}
.nice-select.isw-dropdown-color {
    display: none;
}
.single-product .shop-details-txt > button {
    background: transparent;
    border-color: #222;
    color: #222;
    margin-right: 10px;
}

.single-product .shop-details-txt > button:hover {
    background: #222;
    color: #fff;
}
.shop-details-txt.pl-50.mb-50 .cart {
    margin-bottom: 30px;
}
.woocommerce.single-product.woosq-product .woosb-products .woosb-product {
    flex-wrap: wrap;
    grid-gap: 20px 0;
}
.woocommerce.single-product.woosq-product .woosb-products .woosb-product:last-child {
    border: 0;
}
.woocommerce.single-product.woosq-product .qty {
    height: 60px;
}

.shop.product > section.woosc-quick-table.label-column-no {
    display: none;
}
.woosb-products .woosb-product:last-child {
    border-bottom: 0;
}
.woosb-wrap.woosb-bundled {
    overflow-x: auto;
}

.woosb-products {
    width: 570px;
}

.woo-sctr-countdown-timer-layout.woo-sctr-countdown-timer-layout-same-line>div {
    flex: 0 0 100%;
}

.woo-sctr-shortcode-countdown-timer-wrap.woo-sctr-shortcode-countdown-timer-wrap-shortcode-salescountdowntimer .woo-sctr-layout-1.woo-sctr-countdown-timer-layout-same-line {
    flex-wrap: wrap;
}

.woo-sctr-countdown-timer {
    margin-left: 0 !important;
}

.woobt-product-cart-inner {min-width: 311px;}
.woobt-products .woobt-product {
    display: flex;
}

.woobt-products .woobt-product > div.woobt-product-info {
    display: flex;
    align-items: center;
}

.woobt-product-cart-inner input {
    border: 1px solid #222;
}

.woobt-product div.quantity input.qty {
    border: 1px solid #222;
    height: 40px;
}

.woobt-layout-default .woobt-product+.woobt-product:last-child {
    padding-bottom: 24px;
}
.woobt-products-wrap> .woobt-products {
    min-width: 543px;
}

.woobt-products-wrap {
    overflow-x: auto;
}
.woocommerce-variation-price {
    margin-bottom: 15px;
}

.woocommerce-variation-price del > span > bdi {
    text-decoration: line-through;
}
@media (max-width: 767px ) {
    .woobt-products-wrap> .woobt-products {
        min-width: 593px;
    }
    .woobt-wrap-responsive .woobt-products .woobt-product .woobt-price {
        min-width: 150px;
    }
    
    .woobt-wrap-responsive .woobt-products .woobt-product {
        flex-direction: row;
    }
    .woobt-products .woobt-product .woobt-quantity {
        margin-left: 10px;
    }
    .single-product .shop-details-txt > button {
        margin-bottom: 10px;
    }
}

.kidba-woo-archive-wrapper {
    position: sticky;
    top: 30px;
}
.woosb-wrap .woosb-products {
    margin-bottom: 40px;
}


nav.kidba-product-tab-btn-6 .nav button {
    border: 0;
    margin: 0;
    height: 30px;
    font-size: 12px;
    font-weight: 500;
    padding: 0 15px;
    color: #777777;
    border-radius: 4px;
    margin-left: 10px;
}
nav.kidba-product-tab-btn-6 .nav button.active {
    color: #fff;
    background: #118CFE;
}
nav.kidba-product-tab-btn-6 .nav button::after {
    display: none;
}
.kidba-product-tab-btn-6 .nav-tabs {
    border: 0;
}
.kidba-section-title-6-rapper p {
    margin-bottom: 0;
}

.pricing-tab-button-wrap-6 {
    background: #118CFE;
    border-radius: 50px;
    display: flex;
    width: fit-content;
    margin: 0 auto;
}

.pricing-tab-button-wrap-6 button {
    background: transparent;
    border: 0;
    height: 57px;
    color: #fff;
    padding: 0 35px;
    overflow: hidden;
    border-radius: 50px;
}


.pricing-tab-button-wrap-6 {
    background: #118CFE;
    border-radius: 50px;
    display: flex;
    width: fit-content;
    margin: 0 auto;
}

.pricing-tab-button-wrap-6.nav-tabs .nav-link {
    background: transparent;
    border: 0;
    height: 57px;
    color: #fff;
    padding: 0 35px;
    overflow: hidden;
    position: relative;
    border-radius: 50px;
}
.pricing-tab-button-wrap-6.nav-tabs .nav-link.active {
    background-color: #fff;
    color: #118cfe;
}
.kidba-bg-theme-light {
    background: #B7DCFF;
}
.pricing-box-wrapper-main-6 {
    padding: 100px 60px;
}
@media (min-width: 1200px) and (max-width:  1399px) {
    .pricing-box-wrapper-main-6 {
        padding: 100px 40px;
    }
}
.kidba-pricing-box-wrapper-left-card-6 {
    border-radius: 21px;
    padding: 40px 50px;
}

.kidba-pricing-box-wrapper-left-card-6 .title {
    font-weight: 500;
    font-size: 35px;
    line-height: 1.2;
    margin-bottom: 15px;
}

.kidba-pricing-box-wrapper-left-card-6 > p {color: #484848;margin-bottom: 0;}

.kidba-pricing-box-author-box-6 {
    background: #fff;
}

.kidba-pricing-box-author-box-6 {
    padding: 25px 30px;
    border-radius: 10px;
}

.kidba-pricing-box-author-profile-6 .image {
    max-width: 48px;
    border: 1px solid #F3F4F8;
}

.kidba-pricing-box-author-profile-6 .content .title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}

.kidba-pricing-box-author-profile-6 .content .designation {
    font-size: 12px;
    display: block;
}

.kidba-pricing-box-author-profile-6 {
    display: flex;
    grid-gap: 0 13px;
    align-items: center;
}
.kidba-pricing-box-wrapper-inner-tab-content-6 {
    background: #fff;
    border-radius: 20px;
}
.kidba-pricing-box-box-6 .title {
    font-size: 30px;
}

.kidba-pricing-box-box-6 p {}

.kidba-pricing-box-box-6 .price span {
    font-size: 25px;
    font-weight: 700;
    color: #222;
}

.kidba-pricing-box-box-6 p {
    margin-bottom: 8px;
}

.kidba-pricing-box-box-6 ul {
    margin: 0;
    list-style: none;
}

.kidba-pricing-box-box-6 ul li i {
    width: 24px;
    height: 24px;
    background: #DFECE2;
    border-radius: 50%;
    font-size: 13px;
    text-align: center;
    line-height: 24px;
    color: #3FAE31;
    margin-right: 4px;
}

.kidba-pricing-box-box-6 ul li {margin-bottom: 9px;}

.kidba-pricing-box-box-6 ul li i.active {
    background: #3FAE31;
    color: #fff;
}
.kidba-pricing-box-box-6 {
    border: 1px solid #F3F4F8;
    border-radius: 15px;
    padding: 40px 30px;
}
.kidba-priceing-box-wrap-main {
    padding-right: 30px;
}
.kidba-news-card-category-6 {
    height: 25px;
    border-radius: 3px;
    background: #118cfe;
    display: inline-block;
    font-size: 12px;
    padding: 0 15px;
    color: #fff;
    line-height: 25px;
}
.kidba-news-card-title-6 {
    font-size: 20px;
    margin-bottom: 14px;
    line-height: 1.4;
}

.kidba-news-card-category-6 {
    margin-bottom: 15px;
}
.kidba-news-card-category-6:hover {
    color: #fff;
    box-shadow: 3px 3px 7px rgba(17, 140, 254, 0.58);
}
.kidba-news-card-title-6:hover {
    color: #118cfe;
}
.kidba-news-card-6 {
    border-radius: 10px;
    overflow: hidden;
}
.kidba-news-card-6 .kidba-news-card-img-6 {
    overflow: hidden;
}
.kidba-news-card-6 .kidba-news-card-img-6 img {
    transition: all .3s;
}
.kidba-news-card-6:hover .kidba-news-card-img-6 img {
    transform: scale(1.1);
}
.kidba-news-card-content-6 > p {
    margin-bottom: 25px;
}
.kidba-news-card-author-profile-boi-6 .image-label img {
    margin-right: 5px;
    display: inline-block;
    max-width: 40px;
}
.kidba-date-6 i {
    margin-right: 10px;
    display: inline-block;
}
.kidba-news-card-content-6 {
    padding: 40px 30px;
    border: 1px solid #F3F4F8;
    border-radius: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -1px;
}
.kidba-news-card-author-profile-boi-6 a:hover {
    color: #118cfe;
}
@media (min-width:  1200px) and (max-width: 1399px) {
    .kidba-pricing-box-wrapper-left-card-6 {
      padding: 35px 26px;
    }
    .kidba-pricing-box-wrapper-left-card-6 .title {
      font-size: 30px;
    }
    .kidba-news-card-author-profile-boi-6 .image-label span {
      display: none;
    }
}

.kidba-news-card-6:hover {
  background: #F3F4F8;
}
.kidba-news-card-6 {
  transition: all .3s;
}

@media (min-width:  992px) and (max-width:  1199px) {
    .kidba-banner-img-6 img {
      max-width: 100%;
    }
    .kidba-banner-title-6 {
      font-size: 35px;
      margin-bottom: 6px;
    }
    .kidba-banner-content-6 {
      margin-bottom: 0;
    }
    .kidba-countdown-wrapper-main-6 > .row > :nth-child(3) .kidba-counter-box-6::after {
        display: none;
    }
    .kidba-section-title-6-rapper .title {
      font-size: 35px;
    }
    .kidba-priceing-box-wrap-main {
        padding-right: 0;
    }
    .kidba-pricing-box-wrapper-inner-tab-content-6 {
        padding: 30px;
    }
    .kidba-pricing-box-wrapper-left-card-6 .title br {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .kidba-banner-title-6 {
      font-size: 35px;
    }
    .kidba-banner-content-6-wrapper {
        margin-bottom: 70px;
    }
    .kidba-banner-img-6 img {
        max-width: 570px;
    }
    .kidba-counter-box-6 {
        padding-right: 60px;
    }
    .kidba-counter-box-6::after {
        right: 30px;
    }
    .kidba-countdown-wrapper-main-6 > .row > :nth-child(3) .kidba-counter-box-6::after {
        display: none;
    }
    .kidba-course-meta-box-author-6 .content .title {
        display: none;
    }
    .kidba-course-meta-box-author-6 img {
        width: 40px;
        max-width: 40px;
    }
    .kidba-tagcloud-6 a:not(:last-child) {
        margin-bottom: 10px;
    }
    .kidba-pricing-box-wrapper-inner-tab-content-6 {
        padding: 30px;
    }
    .kidba-priceing-box-wrap-main {
        padding-right: 0;
    }
    .kidba-news-card-author-profile-boi-6 .image-label span {
        display: none;
    }
}
@media (max-width: 767px) {
    .kidba-banner-title-6 {
      font-size: 30px;
    }
    .kidba-banner-content-6 {
        margin-bottom: 31px;
    }
    .kidba-banner-content-6-wrapper .kidba-theme-btn-4 {
        margin-bottom:  30px;
    }
    .kidba-banner-img-6 img {
      max-width: 80%;
    }
    .kidba-banner-content-6-wrapper {
        margin-bottom: 40px;
    }
    .kidba-counter-box-6::after {
        display: none;
    }
    .kidba-counter-box-6 {
      text-align: center;
      padding-right: 0;
    }
    .kidba-counter-box-6 span.count {
      display: block;
      text-align: center;
    }
    .kidba-section-title-6-rapper .title {
      font-size: 30px;
      margin-bottom: 20px;
    }
    .kidba-category-nav-6 {
        justify-content: flex-start;
        margin-top: 30px;
    }
    .kidba-course-meta-box-author-6 .content .title {
        display: none;
    }
    .kidba-upcomming-event-box-wrapper .kidba-tagcloud-6 {
        padding-right: 0;
        padding-right: 0;
    }
    .kidba-upcomming-event-box-wrapper .content {
      padding: 25px;
      padding-bottom: 20px;
    }
    .kidba-upcomming-event-box-wrapper .kidba-tagcloud-6 {
      padding: 0 20px;
      padding-bottom: 30px;
    }
    nav.kidba-product-tab-btn-6 .nav button {
        margin-left: 0;
        margin-bottom: 5px;
    }
    .kidba-product-tab-btn-6 .nav-tabs {
        margin-top: 20px;
    }
    .pricing-box-wrapper-main-6 {
        padding: 50px 25px;
    }
    .pricing-tab-button-wrap-6.nav-tabs .nav-link {
        padding: 0 25px;
    }
    .kidba-pricing-box-wrapper-left-card-6 {
        padding: 35px 25px;
    }
    .kidba-pricing-box-wrapper-left-card-6 .title {
        font-size: 25px;
    }
    .kidba-pricing-box-author-profile-6 {
        flex-direction: column;
        align-items: flex-start;
        grid-gap: 12px 0;
    }
    .kidba-priceing-box-wrap-main {
      padding-right: 0;
      padding: 0 15px;
    }
    .kidba-pricing-box-box-6 {
        padding: 25px 20px;
    }
    .kidba-priceing-box-wrap-main {
        padding-bottom: 20px;
    }
    .kidba-news-card-author-profile-boi-6 .image-label span {
        display: none;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .kidba-section-title-6-rapper {
        text-align: center;
    }
    .kidba-section-title-6-rapper {
        text-align: center;
    }
    .kidba-course-box-6 .title {
        margin-bottom: 20px;
    }
    .kidba-category-nav-6 {
        justify-content: center;
    }
    .kidba-banner-title-6 {
        font-size: 43px;
    }
}
