﻿@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Asap:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);

a, a:hover {
    color: inherit;
    text-decoration: none;
}

.drb, .fb, .ggl, .ld, .pin, .rss, .skp, .tw {
    color: #fff;
}

.def-btn, p {
    font-size: 16px;
}

.def-btn, .nav-link, .tt-uppercase {
    text-transform: uppercase;
}

    .def-btn:after, .nav-link:after {
        transition: .3s ease-in;
        content: "";
    }

.basic-pagination ul li, .comment-rating ul, .comment-rating ul li, .def-btn, .navbar-nav li a, .simple-pagination li, i, span {
    display: inline-block;
}

.blog-card .part-img img, .blog-nav-title, .class-card .part-img img, .contact-info-wrapper ul li a, .dropdown-menu, .feature-img.p-relative a.video-btn i, .video-image .blog-video-btn i, a {
    transition: .3s;
}

.def-textarea, a {
    vertical-align: top;
}

.basic-pagination ul li a, .cart-table td, .cart-table th, .def-btn, .footer-social-icon, .gallery-popup, .header-right-txt, .item_count, .loading-content, .pagination-btn, .shop-card-buy-now-btn, .shop-card-txt, .shop-control-btn, .staff-social-btn, .ui-datepicker td a, span.subDropdown.plus:before {
    text-align: center;
}

a, a:hover {
    text-decoration: none;
}

body {
    font-family: Asap,sans-serif;
    color: #717171;
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

h1, h2 {
    font-family: Asap;
}

p {
    line-height: 26px;
}

button, input, textarea {
    background: 0 0;
    border: 0;
    padding: 0;
    transition: .3s;
}

    .cart-area .cart-input:focus, button:focus, input:focus, textarea:focus {
        outline: 0;
    }

img {
    max-width: 75%;
}

ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

input::placeholder {
    transition: .4s;
    opacity: 1;
    color: #53545b;
}

::-moz-selection {
    color: #fff;
    background: #23cc88;
}

::selection {
    color: #fff;
    background: #23cc88;
}

input:focus::placeholder {
    opacity: 0;
}

textarea::placeholder {
    transition: .4s;
    opacity: 1;
    color: #53545b;
}

textarea:focus::placeholder {
    opacity: 0;
}

#loading {
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999999;
    margin-top: 0;
    top: 0;
}

#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}

#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 15%;
    transform: translate(-50%,-50%);
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    #loading-center-absolute {
        width: 40%;
    }

    .box.box-1.text-center {
        flex-direction: column;
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    #loading-center-absolute {
        width: 40%;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    #loading-center-absolute {
        width: 45%;
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    #loading-center-absolute {
        width: 50%;
    }
}

.object {
  width: 20px;
  height: 20px;
  background-color: #23cc88;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  margin-right: 20px;
  margin-bottom: 20px;
  position: absolute;
}

.loading-content {
  text-align: center;
}

.loading-stroke {
  position: relative;
  width: 100%;
  background: #23cc88;
  height: 3px;
}

.loading-stroke::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  animation: kidba-loading 5s linear infinite;
  animation-timing-function: cubic-bezier(0.75, 0.04, 0, 0.86);
}

.loading-logo-icon {
  position: absolute;
  top: -60px;
  left: 0;
  width: 60px;
  height: 60px;
  animation: kidba-loading 5s linear infinite;
  animation-timing-function: cubic-bezier(0.75, 0.04, 0, 0.86);
}

.loading-logo-icon-2 {
  width: 60px;
  height: 60px;
  transform-origin: center;
  animation: kidba-loading-shake 5s linear infinite;
}

.loading-logo-text {
  padding-bottom: 20px;
}


@keyframes kidba-loading-shake {
    0%,100%,50% {
        transform: rotate(0);
    }

    25%,75% {
        transform: rotate(-75deg);
    }
}

@keyframes kidba-loading {
    0%,100% {
        left: 0;
    }

    50% {
        left: 100%;
    }
}

@-webkit-keyframes kidba-loading {
    0%,100% {
        left: 0;
    }

    50% {
        left: 100%;
    }
}

#object_one {
    -webkit-animation: 2s linear infinite object;
    animation: 2s linear infinite object;
}

#object_two {
    -webkit-animation: 2s linear -.4s infinite object;
    animation: 2s linear -.4s infinite object;
}

#object_three {
    -webkit-animation: 2s linear -.8s infinite object;
    animation: 2s linear -.8s infinite object;
}

#object_four {
    -webkit-animation: 2s linear -1.2s infinite object;
    animation: 2s linear -1.2s infinite object;
}

#object_five {
    -webkit-animation: 2s linear -1.6s infinite object;
    animation: 2s linear -1.6s infinite object;
}

@-webkit-keyframes object {
    0%,100% {
        left: 100px;
        top: 0;
    }

    80% {
        left: 0;
        top: 0;
    }

    85% {
        left: 0;
        top: -20px;
        width: 20px;
        height: 20px;
    }

    90% {
        width: 40px;
        height: 15px;
    }

    95% {
        left: 100px;
        top: -20px;
        width: 20px;
        height: 20px;
    }
}

@keyframes object {
    0%,100% {
        left: 100px;
        top: 0;
    }

    80% {
        left: 0;
        top: 0;
    }

    85% {
        left: 0;
        top: -20px;
        width: 20px;
        height: 20px;
    }

    90% {
        width: 40px;
        height: 15px;
    }

    95% {
        left: 100px;
        top: -20px;
        width: 20px;
        height: 20px;
    }
}

@keyframes spin {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.row {
    --bs-gutter-x:30px;
}

.g-4 {
    --bs-gutter-y:30px;
}

.g-0 {
    --bs-gutter-x:0;
}

.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-35 {
    padding-top: 35px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-45 {
    padding-top: 45px;
}

.cart-area .cart-page-total, .pt-50 {
    padding-top: 50px;
}

.pt-55 {
    padding-top: 55px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-65 {
    padding-top: 65px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-75 {
    padding-top: 75px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-85 {
    padding-top: 85px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-95 {
    padding-top: 95px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-105 {
    padding-top: 105px;
}

.pt-110 {
    padding-top: 110px;
}

.pt-115 {
    padding-top: 115px;
}

.pt-120 {
    padding-top: 120px;
}

.pt-125 {
    padding-top: 125px;
}

.pt-130 {
    padding-top: 130px;
}

.pt-135 {
    padding-top: 135px;
}

.pt-140 {
    padding-top: 140px;
}

.pt-145 {
    padding-top: 145px;
}

.pt-150 {
    padding-top: 150px;
}

.pb-5 {
    padding-bottom: 5px;
}

.pb-7 {
    padding-bottom: 7px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-17 {
    padding-bottom: 17px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-22 {
    padding-bottom: 22px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-27 {
    padding-bottom: 27px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-35 {
    padding-bottom: 35px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-45 {
    padding-bottom: 45px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-55 {
    padding-bottom: 55px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-65 {
    padding-bottom: 65px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-75 {
    padding-bottom: 75px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-85 {
    padding-bottom: 85px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-95 {
    padding-bottom: 95px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-105 {
    padding-bottom: 105px;
}

.pb-110 {
    padding-bottom: 110px;
}

.pb-115 {
    padding-bottom: 115px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pb-125 {
    padding-bottom: 125px;
}

.pb-130 {
    padding-bottom: 130px;
}

.pb-135 {
    padding-bottom: 135px;
}

.pb-140 {
    padding-bottom: 140px;
}

.pb-145 {
    padding-bottom: 145px;
}

.pb-150 {
    padding-bottom: 150px;
}

.p-50p {
    padding-top: 50%;
    padding-bottom: 50%;
}

.pb-100p {
    padding-bottom: 100%;
}

.navbar-nav li ul li a, .p-5 {
    padding: 5px 0;
}

.p-10 {
    padding: 10px 0;
}

.p-15 {
    padding: 15px 0;
}

.p-20 {
    padding: 20px 0;
}

.p-25 {
    padding: 25px 0;
}

.p-30 {
    padding: 30px 0;
}

.p-35 {
    padding: 35px 0;
}

.p-40 {
    padding: 40px 0;
}

.p-45 {
    padding: 45px 0;
}

.p-50 {
    padding: 50px 0;
}

.p-55 {
    padding: 55px 0;
}

.p-60 {
    padding: 60px 0;
}

.p-65 {
    padding: 65px 0;
}

.p-70 {
    padding: 70px 0;
}

.p-75 {
    padding: 75px 0;
}

.p-80 {
    padding: 80px 0;
}

.p-85 {
    padding: 85px 0;
}

.p-90 {
    padding: 90px 0;
}

.p-95 {
    padding: 95px 0;
}

.p-100 {
    padding: 100px 0;
}

.p-105 {
    padding: 105px 0;
}

.p-110 {
    padding: 110px 0;
}

.p-115 {
    padding: 115px 0;
}

.p-120 {
    padding: 120px 0;
}

.p-125 {
    padding: 125px 0;
}

.p-130 {
    padding: 130px 0;
}

.p-135 {
    padding: 135px 0;
}

.p-140 {
    padding: 140px 0;
}

.p-145 {
    padding: 145px 0;
}

.p-150 {
    padding: 150px 0;
}

.p-180 {
    padding: 180px 0;
}

.footer-links ul li:hover, .pl-5, .px-5 {
    padding-left: 5px;
}

.pr-5, .px-5 {
    padding-right: 5px;
}

.p-200 {
    padding-top: 200px;
    padding-bottom: 200px;
}

.pl-6 {
    padding-left: 6px;
}

.pl-20 {
    padding-left: 20px;
}

.navbar-nav .nav-item.pr-20, .pr-20 {
    padding-right: 20px;
}

.pl-25 {
    padding-left: 25px;
}

.pr-25 {
    padding-right: 25px;
}

.pl-30 {
    padding-left: 30px;
}

.pr-30 {
    padding-right: 30px;
}

.pl-60 {
    padding-left: 60px;
}

.pr-60 {
    padding-right: 60px;
}

.px-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.px-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.px-25 {
    padding-left: 25px;
    padding-right: 25px;
}

.px-30 {
    padding-left: 30px;
    padding-right: 30px;
}

.px-35 {
    padding-left: 35px;
    padding-right: 35px;
}

.px-45 {
    padding-left: 45px;
    padding-right: 45px;
}

.px-50 {
    padding-left: 50px;
    padding-right: 50px;
}

.px-60 {
    padding-left: 60px;
    padding-right: 60px;
}

.mt-1 {
    margin-top: 1px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-7, .slider-range p label {
    margin-top: 7px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15, p.lost-password {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-45 {
    margin-top: 45px;
}

.cart-area .coupon-all, .mt-50 {
    margin-top: 50px;
}

.mt-55 {
    margin-top: 55px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-65 {
    margin-top: 65px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-75 {
    margin-top: 75px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-85 {
    margin-top: 85px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-95 {
    margin-top: 95px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-105 {
    margin-top: 105px;
}

.mt-110 {
    margin-top: 110px;
}

.mt-115 {
    margin-top: 115px;
}

.mt-120 {
    margin-top: 120px;
}

.mt-125 {
    margin-top: 125px;
}

.mt-130 {
    margin-top: 130px;
}

.mt-135 {
    margin-top: 135px;
}

.mt-140 {
    margin-top: 140px;
}

.mt-145 {
    margin-top: 145px;
}

.mt-150 {
    margin-top: 150px;
}

.mt--1 {
    margin-top: -1px;
}

.mt--2 {
    margin-top: -2px;
}

.mt--3 {
    margin-top: -3px;
}

.mt--4 {
    margin-top: -4px;
}

.mt--5 {
    margin-top: -5px;
}

.mt--6 {
    margin-top: -6px;
}

.mt--7 {
    margin-top: -7px;
}

.mt--8 {
    margin-top: -8px;
}

.mt--9 {
    margin-top: -9px;
}

.mt--10 {
    margin-top: -10px;
}

.mt--14 {
    margin-top: -14px;
}

.mt--16 {
    margin-top: -16px;
}

.mt--17 {
    margin-top: -17px;
}

.mt--23 {
    margin-top: -23px;
}

.facility-icon-minus-top {
    margin-top: -70px;
}

.mb-1 {
    margin-bottom: 1px !important;
}

.mb-2 {
    margin-bottom: 2px !important;
}

.mb-4 {
    margin-bottom: 4px;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-6 {
    margin-bottom: 6px;
}

.mb-7 {
    margin-bottom: 7px;
}

.mb-8 {
    margin-bottom: 8px;
}

.mb-9 {
    margin-bottom: 9px;
}

.course-start-icon, .def-sidebar ul li:not(:last-child) a.product_cat, .mb-10, .sidebar-box .checkbox-lists li:not(:last-child) {
    margin-bottom: 10px;
}

.mb-11 {
    margin-bottom: 11px;
}

.mb-12 {
    margin-bottom: 12px;
}

.mb-13 {
    margin-bottom: 13px;
}

.mb-14 {
    margin-bottom: 14px;
}

.coupon-info p.coupon-text, .mb-15 {
    margin-bottom: 15px;
}

.mb-16 {
    margin-bottom: 16px;
}

.mb-17 {
    margin-bottom: 17px;
}

.mb-18 {
    margin-bottom: 18px;
}

.mb-19 {
    margin-bottom: 19px;
}

.mb-20, .product-details-tab .tab-content {
    margin-bottom: 20px;
}

.mb-21 {
    margin-bottom: 21px;
}

.mb-22 {
    margin-bottom: 22px;
}

.mb-23 {
    margin-bottom: 23px;
}

.mb-24 {
    margin-bottom: 24px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-26 {
    margin-bottom: 26px;
}

.mb-27 {
    margin-bottom: 27px;
}

.mb-29 {
    margin-bottom: 29px;
}

.checkout-form-list, .mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-41 {
    margin-bottom: 41px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-47 {
    margin-bottom: 47px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-55 {
    margin-bottom: 55px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-62 {
    margin-bottom: 62px;
}

.mb-65 {
    margin-bottom: 65px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-75 {
    margin-bottom: 75px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-85 {
    margin-bottom: 85px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-95 {
    margin-bottom: 95px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-105 {
    margin-bottom: 105px;
}

.mb-110 {
    margin-bottom: 110px;
}

.mb-115 {
    margin-bottom: 115px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mb-125 {
    margin-bottom: 125px;
}

.mb-130 {
    margin-bottom: 130px;
}

.mb-135 {
    margin-bottom: 135px;
}

.mb-140 {
    margin-bottom: 140px;
}

.mb-145 {
    margin-bottom: 145px;
}

.mb-150 {
    margin-bottom: 150px;
}

.mb--1 {
    margin-bottom: -1px;
}

.mb--2 {
    margin-bottom: -2px;
}

.mb--3 {
    margin-bottom: -3px;
}

.mb--4 {
    margin-bottom: -4px;
}

.mb--5 {
    margin-bottom: -5px;
}

.mb--7 {
    margin-bottom: -7px;
}

.mb--8, .paragraph-minus-margin {
    margin-bottom: -8px;
}

.mb--9 {
    margin-bottom: -9px;
}

.mb--10 {
    margin-bottom: -10px;
}

.mb--11 {
    margin-bottom: -11px;
}

.mb--14 {
    margin-bottom: -14px;
}

.mb--18 {
    margin-bottom: -18px;
}

.mb--60 {
    margin-bottom: -60px;
}

.m-5 {
    margin: 5px 0;
}

.m-10 {
    margin: 10px 0;
}

.m-15 {
    margin: 15px 0;
}

.m-20 {
    margin: 20px 0;
}

.m-25 {
    margin: 25px 0;
}

.m-30 {
    margin: 30px 0;
}

.m-35 {
    margin: 35px 0;
}

.m-40 {
    margin: 40px 0;
}

.m-45 {
    margin: 45px 0;
}

.m-50 {
    margin: 50px 0;
}

.m-55 {
    margin: 55px 0;
}

.m-60 {
    margin: 60px 0;
}

.m-65 {
    margin: 65px 0;
}

.m-70 {
    margin: 70px 0;
}

.m-75 {
    margin: 75px 0;
}

.m-80 {
    margin: 80px 0;
}

.m-85 {
    margin: 85px 0;
}

.m-90 {
    margin: 90px 0;
}

.m-95 {
    margin: 95px 0;
}

.m-100 {
    margin: 100px 0;
}

.m-105 {
    margin: 105px 0;
}

.m-110 {
    margin: 110px 0;
}

.m-115 {
    margin: 115px 0;
}

.m-120 {
    margin: 120px 0;
}

.m-125 {
    margin: 125px 0;
}

.m-130 {
    margin: 130px 0;
}

.m-135 {
    margin: 135px 0;
}

.m-140 {
    margin: 140px 0;
}

.m-145 {
    margin: 145px 0;
}

.m-150 {
    margin: 150px 0;
}

.mx--10, .partner-slider .slick-list {
    margin-left: -10px;
    margin-right: -10px;
}

.mx-10 {
    margin-left: 10px;
    margin-right: 10px;
}

.mx-20 {
    margin-left: 20px;
    margin-right: 20px;
}

.mx-25 {
    margin-left: 25px;
    margin-right: 25px;
}

.ml-5 {
    margin-left: 5px;
}

.ml-6 {
    margin-left: 6px;
}

.ml-10 {
    margin-left: 10px;
}

.action-item-filter, .course-review-list, .ml-20 {
    margin-left: 20px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-100 {
    margin-left: 100px;
}

.mr-5 {
    margin-right: 5px;
}

.course__video-icon, .mr-10, .nav.product-details-nav li:not(:last-child), .simple-pagination li:not(:last-child) {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.basic-pagination ul li:not(:last-child), .mr-20 {
    margin-right: 20px;
}

.class-filter-btn:not(:last-child), .mr-30 {
    margin-right: 30px;
}

.mr-40 {
    margin-right: 40px;
}

.mr-70 {
    margin-right: 70px;
}

.mr-75 {
    margin-right: 75px;
}

@media (min-width:576px) {
    .mr-sm-5 {
        margin-right: 5px !important;
    }
}

.h-0 {
    height: 0;
}

.fb {
    background: #3b5999;
}

.ggl {
    background: #dd4b39;
}

.tw {
    background: #55acee;
}

.pin {
    background: #bd081c;
}

.ld {
    background: #007bb6;
}

.skp {
    background: #009ee5;
}

.rss {
    background: #fd9f13;
}

.drb {
    background: #ea4c89;
}

.color-fb, .color-fb:focus, .color-fb:hover, .fb-color, .fb-color:focus, .fb-color:hover {
    color: #3b5999;
}

.color-ggl, .color-ggl:focus, .color-ggl:hover, .ggl-color, .ggl-color:focus, .ggl-color:hover {
    color: #dd4b39;
}

.color-tw, .color-tw:focus, .color-tw:hover, .tw-color, .tw-color:focus, .tw-color:hover {
    color: #55acee;
}

.color-pin, .color-pin:focus, .color-pin:hover, .pin-color, .pin-color:focus, .pin-color:hover {
    color: #bd081c;
}

.color-ld, .color-ld:focus, .color-ld:hover, .ld-color, .ld-color:focus, .ld-color:hover {
    color: #007bb6;
}

.color-skp, .color-skp:focus, .color-skp:hover, .skp-color, .skp-color:focus, .skp-color:hover {
    color: #009ee5;
}

.color-rss, .color-rss:focus, .color-rss:hover, .rss-color, .rss-color:focus, .rss-color:hover {
    color: #fd9f13;
}

.color-drb, .color-drb:focus, .color-drb:hover {
    color: #ea4c89;
}

.color-ig, .color-ig:focus, .color-ig:hover, .color-vmo, .color-vmo:focus, .color-vmo:hover {
    color: #394b8d;
}

.color-be, .color-be:focus, .color-be:hover {
    color: #2d9ad2;
}

.blog-tag-btn:hover, .counter-part-txt, .def-btn, .def-btn:hover, .gbutton:hover, .shop-slick-next:focus, .shop-slick-next:hover, .shop-slick-prev:focus, .shop-slick-prev:hover, .slider-active-2 .slider-pagination > :hover i, .staff-social-btn:hover, .tag-btn:hover, .ui-datepicker-title {
    color: #fff;
}

.isotope-gap {
    margin: 12px;
}

.isotope-n-gap {
    margin: -12px;
}

.def-pagination, .gap-10 {
    gap: 10px;
}

.gap-20 {
    gap: 20px;
}

.gap-24, .gap-4 {
    gap: 24px;
}

.gap-30, .shop-details-cart-buttons {
    gap: 30px;
}

.gap-55 {
    gap: 55px;
}

.gap-70 {
    gap: 70px;
}

.r-gap-10 {
    row-gap: 10px;
}

.r-gap-20 {
    row-gap: 20px;
}

.r-gap-24 {
    row-gap: 24px;
}

.gap-30, .r-gap-30 {
    row-gap: 30px;
}

.r-gap-70 {
    row-gap: 70px;
}

.c-gap-10 {
    column-gap: 10px;
}

.c-gap-20 {
    column-gap: 20px;
}

.c-gap-24 {
    column-gap: 24px;
}

.c-gap-30 {
    column-gap: 30px;
}

.c-gap-70 {
    column-gap: 70px;
}

.filter-widget-search, .p-relative, .staff-card-img, .your-order-table table .shipping ul li input {
    position: relative;
}

.def-btn:after, .nav-link:after, .p-absolute {
    position: absolute;
}

.def-btn, .nav-cart-icon, .nav-link {
    position: relative;
}

.top-0 {
    top: 0;
}

.left-0 {
    left: 0;
}

.bottom-0 {
    bottom: 0;
}

.right-0, .sidebar-cart.cart-open, .sidebar-filter.filter-open, .sidebar-wishlist.wishlist-open {
    right: 0;
}

.top-50 {
    top: 50%;
}

.left-50 {
    left: 50%;
}

.bottom-50 {
    bottom: 50%;
}

.right-50 {
    right: 50%;
}

.top-100 {
    top: 100%;
}

.left-100 {
    left: 100%;
}

.bottom-100 {
    bottom: 100%;
}

.right-100 {
    right: 100%;
}

.ff-heading {
    font-family: "Fredoka One",cursive;
}

.ff-body {
    font-family: Roboto,sans-serif;
}

.client-name, .ff-special {
    font-family: "Open Sans",sans-serif;
}

.def-btn {
    height: 60px;
    line-height: 60px;
    background: linear-gradient(145deg,#8ecf35,#23cc88);
    box-shadow: 0 5px 10px 0 rgba(35,204,136,.5);
    font-weight: 700;
    padding: 0 35px;
    overflow: hidden;
    z-index: 2;
}

    .def-btn:after {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(-145deg,#8ecf35,#23cc88);
        opacity: 0;
        z-index: -1;
    }

    .def-btn.def-btn-sm {
        height: 40px;
        line-height: 40px;
        padding: 0 15px;
    }

    .def-btn.btn-2 {
        background: linear-gradient(145deg,#ff4f58,#ffb400);
        box-shadow: 0 5px 10px 0 rgba(255,114,58,.5);
    }

        .def-btn.btn-2:after {
            background: linear-gradient(-145deg,#ff4f58,#ffb400);
        }

    .def-btn.btn-3 {
        background: linear-gradient(145deg,#01cbad,#47a1f2);
        box-shadow: 0 5px 10px 0 rgba(1,203,173,.5);
    }

        .def-btn.btn-3:after {
            background: linear-gradient(-145deg,#01cbad,#47a1f2);
        }

    .def-btn.btn-4 {
        background: linear-gradient(145deg,#e85aca,#fc4e65);
        box-shadow: 0 5px 10px 0 rgba(232,90,202,.5);
    }

        .def-btn.btn-4:after {
            background: linear-gradient(-145deg,#e85aca,#fc4e65);
        }

    .def-btn:hover:after, .gallery-filter-btn.active:after {
        opacity: 1;
    }

.section-title {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 600;
    color: #00394f;
}

.bg-danger {
    background-color: #ff4f58 !important;
}

.bg-gradient-1, .ui-datepicker-header {
    background: linear-gradient(145deg,#8ecf35,#23cc88);
}

.bg-gradient-2 {
    background: linear-gradient(145deg,#01cbad,#47a1f2);
}

.bg-gradient-3 {
    background: linear-gradient(145deg,#ff4f58,#ffb400);
}

.bg-gradient-4 {
    background: linear-gradient(145deg,#e85aca,#fc4e65);
}

.breadcrumb-txt a:hover, .class-filter-btn.active, .class-filter-btn:hover, .class-title:hover a, .color-1, .navbar-nav li a:hover, .navbar-nav > li:hover > a {
    color: #23cc88;
}

.color-2 {
    color: #f95072;
}

.color-3 {
    color: #ff4f58;
}

.color-4, .shop-card-star.filled {
    color: #ffc000;
}

.color-5 {
    color: #e84b3a;
}

.color-6 {
    color: #ff723a;
}

.color-7 {
    color: #92278f;
}

.color-8 {
    color: #47a1f2;
}

.blog-title a, .cart-area .table-content table td.product-name a:hover, .category-tags a:hover, .checkout-form-list label, .checkout-form-list label span.required, .class-title a, .color-9, .country-select label span.required, .coupon-accordion span:hover, .facility-title a, .nav-link:focus, .nav-link:hover, .popular-post-title, .radio-star i.fas, .signtext a:hover, .sorting-type span, .staff-name a, .swowing-list span, p.lost-password a:hover {
    color: #00394f;
}

.shadow-1 {
    box-shadow: 0 10px 20px 0 rgba(35,204,136,.5);
}

.shadow-2 {
    box-shadow: 0 10px 20px 0 rgba(71,161,242,.5);
}

.shadow-3 {
    box-shadow: 0 10px 20px 0 rgba(255,114,58,.5);
}

.shadow-4 {
    box-shadow: 0 10px 20px 0 rgba(232,90,202,.5);
}

.filter-shadow-1 {
    filter: drop-shadow(0px 10px 10px rgba(35, 204, 136, .5));
}

.filter-shadow-2 {
    filter: drop-shadow(0px 10px 10px rgba(1, 203, 173, .5));
}

.filter-shadow-3 {
    filter: drop-shadow(0px 10px 10px rgba(255, 114, 58, .5));
}

.filter-shadow-4 {
    filter: drop-shadow(0px 10px 10px rgba(232, 90, 202, .5));
}

.fz-16 {
    font-size: 16px;
}

.contact-social, .contact-subtext, .fz-18, .shop-details-share a i, .sidebar-filter .filter-widget-title, .sidebar-search-btn {
    font-size: 18px;
}

.lh-0 {
    line-height: 100% !important;
}

.lh-2 {
    line-height: 2 !important;
}

.lh-24 {
    line-height: 24px;
}

.lh-26 {
    line-height: 26px;
}

.lh-28 {
    line-height: 28px;
}

.footer-card .footer-card-txt, .lh-30 {
    line-height: 30px;
}

.fw-500 {
    font-weight: 500 !important;
}

.divider {
    width: 80px;
    height: 4px;
}

.gap-25 {
    row-gap: 25px;
}

.border-light-alpha {
    border-color: #804bff !important;
}

.header-right-txt, .header-txt {
    height: 50px;
    line-height: 50px;
    color: #fff;
    border-left: 1px solid rgba(255,255,255,.3);
}

.btn-box, .product-details-nav .nav-tabs {
    display: flex;
    gap: 20px;
}

.btn-box-2 {
    display: flex;
    gap: 10px;
}

.pr-70 {
    padding-right: 70px;
}

.py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.ml-30 {
    margin-left: 30px;
}

.pt-200 {
    padding-top: 200px;
}

.pb-200 {
    padding-bottom: 200px;
}

.pt-180 {
    padding-top: 180px;
}

.pt-185 {
    padding-top: 185px;
}

.pb-180 {
    padding-bottom: 180px;
}

.pb-190 {
    padding-bottom: 190px;
}

.header-container {
    width: 100%;
    max-width: 1480px;
}

@media only screen and (min-width:1400px) and (max-width:1580px) {
    .header-container {
        max-width: 1320px;
    }
}

.bottom-header {
    box-shadow: 0 1px 0 rgba(0,0,0,.1);
}

.mb-5-px, .navbar-nav ul.dropdown-menu li:not(:last-child), .shop-details-category > p {
    margin-bottom: 5px;
}

.top-header {
    background-image: linear-gradient(11deg, #dc2416, #3c2b90);
}

.header-txt {
    font-size: 16px;
}

    .cart-table tr > :first-child, .header-txt:first-child {
        border-left: 0;
    }

.header-right-txt {
    width: 50px;
    font-size: 18px;
}

.nav-link, .navbar-nav li a {
    color: #00394f;
    font-weight: 700;
}

.header-right-txt:last-child {
    border-right: 1px solid rgba(255,255,255,.3);
}

.header-right-txt:focus, .header-right-txt:hover {
    color: #23cc88;
    background: #fff;
}

.nav-item:focus-within .nav-link:after, .nav-item:hover .nav-link:after {
    width: 100%;
}

.nav-item:focus-within .dropdown-menu, .nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.nav-link {
    font-size: 14px;
    height: 20px;
    line-height: 21px;
}

    .nav-link:after {
        bottom: -3px;
        left: 0;
        width: 0;
        height: 2px;
        background: #23cc88;
    }

    .contact-col, .country-select .nice-select .list, .nav-link:focus:after, .nav-link:hover:after, .order-button-payment button, .product-details-img img, .product-details-nav .nav-tabs > li img, .single-client img, .w_100 img {
        width: 100%;
    }

.dropdown-menu {
    display: block;
    border-radius: 0;
    min-width: 240px;
    opacity: 0;
    visibility: hidden;
    border: 0;
    top: 120%;
    background-color: #fff;
    border-top: 4px solid #23cc88;
    box-shadow: 0 13px 29px rgba(0,0,0,.1);
    padding: 15px 0;
}

    .dropdown-menu[data-bs-popper] {
        left: inherit;
        margin-top: inherit;
    }

.dropdown-item {
    font-size: 14px;
    font-weight: 500;
    color: #717171;
}

    .dropdown-item:focus, .dropdown-item:hover {
        background: #23cc88;
        color: #fff;
    }

.nav-cart-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(-145deg,#ff4f58,#ffb400);
    border-radius: 50%;
}

.item_count {
    position: absolute;
    right: -10px;
    top: -10px;
    min-width: 30px;
    height: 30px;
    background-color: #32cc7c;
    border-radius: 50%;
    line-height: 30px;
    font-size: 13px;
    color: #fff;
}

.navbar-nav li.nav-item {
    padding: 13px 0;
}

.navbar-nav li a {
    font-size: 18px;
    padding: 10px 0;
    transition: .4s;
    transform-origin: left;
}

.navbar-nav li ul li a:hover {
    letter-spacing: 1px;
}

.navbar-nav li:is(.dropdown) > a::after {
    content: "\eab2";
    font-family: IcoFont;
}

.navbar-nav li {
    margin: 0 15px;
}

@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px) {
    .dropdown-menu {
        padding-left: 15px;
        background-color: transparent;
        box-shadow: none;
        border-top-width: 0;
        opacity: 1;
        visibility: visible;
    }

    .header-style-1 .navbar .navbar-nav {
        background-image: linear-gradient(-145deg,#8ecf35,#23cc88);
        margin-top: 30px !important;
        padding: 20px 25px;
    }

        .header-style-1 .navbar .navbar-nav li {
            margin: 0;
            padding: 0;
        }

            .header-style-1 .navbar .navbar-nav li a {
                padding: 0;
                color: #fff;
                display: block;
                position: relative;
            }

            .header-style-1 .navbar .navbar-nav li:not(:last-child) {
                margin-bottom: 8px;
            }

    .navbar-nav > li.dropdown > a::after {
        position: absolute;
        right: 0;
        top: 0;
        font-family: IcoFont;
        font-weight: 600;
        content: "\eab2";
    }

    .navbar-nav > li.dropdown > a.show::after {
        font-weight: 600;
        content: "\eab9";
    }
}

.breadcrumb-txt span.dvdr {
    display: inline-block;
    margin: 0 10px;
    font-size: 16px;
    font-weight: 300;
}

.breadcrumb-txt a, .slick-arrow i {
    font-weight: 700;
}

.banner {
    background: url(../images/banner-bg-1.jpg) bottom center/cover no-repeat;
}

.breadcrumb-banner {
    background: url(../images/breadcrumb-bg.jpg) bottom center/cover no-repeat;
}

.bg_cover, .class-details-video, .kitba-slide-height {
    background-size: cover;
}

.banner-subtitle, .banner-subtitle-2 {
    font-size: 29px;
    line-height: 1.2;
    font-weight: 400;
    color: #fff;
}

.banner-title, .banner-title-2 {
    font-size: 70px;
    line-height: 1.2;
    color: #fff;
    text-transform: capitalize;
}

.banner-title, .banner-title-2 {
    font-weight: 600;
}

.cart-table th, .class-filter-btn, .client-name, .contact-info-content-text, .gallery-filter-btn, .product-details-btn {
    text-transform: uppercase;
}

.breadcrumb-title {
    font-size: 50px;
    line-height: 1.2;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
}

.breadcrumb-txt, .footer-blog-txt p a {
    font-size: 20px;
    color: #fff;
}

.banner-paragraph, .banner-paragraph-2 {
    font-size: 20px;
    line-height: 1.5;
    color: #fff;
}

.mr-25 {
    margin-right: 25px;
}

.rounded-pill-space {
    margin-top: 10px;
    margin-bottom: 17px;
}

@keyframes hero-border {
    0% {
        -webkit-border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
        -moz-border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
        border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
    }

    100% {
        -webkit-border-radius: 30% 70% 28% 72%/53% 69% 31% 47%;
        -moz-border-radius: 30% 70% 28% 72%/53% 69% 31% 47%;
        border-radius: 30% 70% 28% 72%/53% 69% 31% 47%;
    }
}

.feature-img-2 img {
    -webkit-border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
    -moz-border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
    border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
    -webkit-animation: 5s linear infinite alternate hero-border;
    -moz-animation: 5s linear infinite alternate hero-border;
    -o-animation: 5s linear infinite alternate hero-border;
    animation: 5s linear infinite alternate hero-border;
}

.box.kitba-box-2 {
    grid-gap: 14px;
}

.kitba-slide-height {
    height: 950px;
    display: flex;
    align-items: center;
}

.feature-icon, .feature-part-icon {
    width: 100px;
    height: 100px;
}

.feature-txt {
    width: calc(100% - 120px);
}

.feature-sub-title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    color: #00394f;
}

.feature-sub-title-2 {
    font-size: 72px;
    line-height: 100%;
}

.video-btn {
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 48px;
    display: inline-block;
}

    .video-btn.video-btn-2 {
        font-size: 36px;
    }

.feature-title {
    font-size: 152px;
    font-weight: 600;
    line-height: 1.1;
    color: #00394f;
}

.about-title, .cta-title {
    line-height: 1.2;
    font-weight: 600;
}

.about, .about-2 {
    color: #fff;
}

.r-gap-40 {
    row-gap: 40px;
}

.feature-sub-title.lrn-clr:hover a, .has-gradient-service > :first-child a:hover {
    color: #38cd78;
}

.feature-sub-title.prnt-clr:hover a, .has-gradient-service > :nth-child(2) a:hover {
    color: #35ace0;
}

.feature-sub-title.msc-clr:hover a, .has-gradient-service > :nth-child(3) a:hover {
    color: #ff5454;
}

.has-gradient-service > :nth-child(4) a:hover {
    color: #e85ac9;
}

.feature-icon img, .feature-part-icon img {
    backface-visibility: hidden;
    transform: translate3d(0,0,0);
    transition: transform .3s cubic-bezier(.21, .6, .44, 2.18);
}

.feature-box:hover .feature-part-icon img, .feature-card:hover .feature-icon img {
    transform: translate3d(0,-5px,0);
}

.about {
    background: url(../images/about-bg.png) center center/cover no-repeat;
}

.about-2, .about-3 {
    background: url(../images/about-bg-2.jpg) 0 0/cover;
}

.about-3 {
    color: #000;
}

.about-title {
    font-size: 52px;
}

.feature-img.p-relative::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    content: "";
    opacity: .25;
}

.feature-img.p-relative a.video-btn {
    z-index: 9;
}

    .feature-img.p-relative a.video-btn:hover i {
        color: #ff5a4c;
    }

.blog-quote-txt span.d-block, .product-description-title, .text-grandtotal h4, p.app-download-txt {
    font-size: 20px;
}

.bg-top-center {
    background-position: top center;
}

@media (max-width:767px),only screen and (min-width:768px) and (max-width:991px) {
    .about-2, .about-2 > * {
        position: relative;
    }

        .about-2::after {
            position: absolute;
            left: 0;
            top: 15px;
            width: 100%;
            height: calc(100% - 30px);
            background: linear-gradient(to top,#16fb3600,#53cd64);
            content: "";
            opacity: .6;
        }

        .about-2 > * {
            z-index: 9;
        }
}

.cta {
    background: url(../images/cta-bg.png) center center/cover no-repeat;
}

.cta-title {
    font-size: 52px;
    color: #fff;
}

.class-card {
    box-shadow: 0 0 10px 0 rgba(113,113,113,.1);
}

.class-title {
    font-size: 24px;
    font-weight: 700;
}

.vertical-border {
    width: 1px;
    background: rgba(113,113,113,.2);
}

.blog-card:hover .part-img img, .class-card:hover .part-img img {
    transform: scale(1.1);
}

.blog-card .part-img, .class-card .part-img {
    overflow: hidden;
    position: relative;
}

@keyframes wobble-vertical {
    16.65% {
        transform: translateY(8px);
    }

    33.3% {
        transform: translateY(-6px);
    }

    49.95% {
        transform: translateY(4px);
    }

    66.6% {
        transform: translateY(-2px);
    }

    83.25% {
        transform: translateY(1px);
    }

    100% {
        transform: translateY(0);
    }
}

.counter-box-2:hover .counter-icon, .counter-box:hover img, .facility-card:hover .facility-icon img {
    animation-name: wobble-vertical;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}

.class-card.class-card-2, .sort-type-filter {
    display: flex;
    align-items: center;
}

    .class-card.class-card-2 .part-img {
        flex: 0 0 45%;
        max-width: 45%;
        height: 300px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .class-card.class-card-2 .popular-class-txt, .panel-heading .panel-heading-txt {
        padding: 0 30px;
    }

.list-wrapper .class-card.class-card-2 .popular-class-txt, .your-order-table {
    padding: 0 40px;
}

.list-wrapper .class-card.class-card-2 .part-img {
    height: 330px;
}

.gallery-image.gallery-image-2 .img {
    height: 350px;
    width: 100%;
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .gallery-image.gallery-image-2 .img {
        height: 280px;
    }
}

.gallery-image.gallery-image-2 .img img, .popular-post-img img, .sidebar-list-item .product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.class-catname {
    display: inline-block;
    margin-bottom: 25px;
    font-size: 16px;
    color: #23cc88;
    border: 1px solid #23cc88;
    padding: 3px 10px;
}

    .class-catname.bg-theme, .class-catname:hover, .contact-info-wrapper ul li:hover i, .shop-details-category p a:hover {
        background-color: #23cc88;
        color: #fff;
    }

        .class-catname.bg-theme:hover {
            color: #23cc88;
            border: 1px solid #23cc88;
            background-color: transparent;
        }

.class-filter-btn {
    font-size: 16px;
    color: #00394f;
    font-weight: 700;
    margin-bottom: 10px;
}

.basic-pagination ul li a, .link-btn {
    color: #00394f;
    font-weight: 500;
    position: relative;
    font-size: 16px;
    display: inline-block;
}

.part-txt.part-text-list {
    padding: 40px 70px 40px 40px;
}

.grey-bg-2 {
    background-color: #f6f6f6;
}

.course__tab-inner {
    padding: 20px 25px;
}

.course__view h4 {
    color: #00394f;
    font-size: 16px;
    margin-bottom: 0;
}

.course__tab-btn li button {
    color: #00394f;
    font-size: 16px;
    margin-right: 5px;
    padding: 5px 10px;
    background-color: #d7d7d7;
}

    .course__tab-btn li button#list-tab {
        margin-right: 15px;
    }

    .course__tab-btn li button.active {
        background-color: #00394f;
        color: #fff;
    }

.course__sort-inner .nice-select {
    border: 0;
    color: #00394f;
    padding-right: 33px;
}

    .cart-area .cart-plus, .course__sort-inner .nice-select .list {
        left: auto;
        right: 0;
    }

    .course__sort-inner .nice-select::after {
        width: 7px;
        height: 7px;
        border-width: 1px;
        border-color: #00394f;
        right: 20px;
    }

.basic-pagination ul li.next a, .basic-pagination ul li.prev a {
    width: inherit;
    height: inherit;
    line-height: inherit;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
}

.basic-pagination ul li a:hover, .basic-pagination ul li.active a {
    background: #23cc88;
    color: #fff;
    border-color: #23cc88;
}

.basic-pagination ul li a {
    overflow: hidden;
    background: 0 0;
    width: 40px;
    height: 40px;
    line-height: 38px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 2px solid #f6f6f6;
}

.basic-pagination ul li.next a:hover, .basic-pagination ul li.prev a:hover {
    color: #23cc88;
    background: inherit;
}

.course__video-thumb, .sign-input, .ui-widget-header .ui-datepicker-next .ui-icon, .ui-widget-header .ui-icon, .video-image {
    position: relative;
    z-index: 1;
}

.course__video-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.course__video-price h5 {
    font-size: 24px;
    display: inline-block;
    margin-bottom: 0;
    color: #1a1a1a;
}

    .course__video-price h5 span {
        font-size: 20px;
        font-weight: 600;
    }

.course__video-discount span {
    display: inline-block;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    padding: 0 12px;
    color: #f95072;
    background: rgba(255,70,144,.08);
    font-weight: 600;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.class-comment-img img, .counter-box-2, .facility-icon {
    border-radius: 50%;
}

.course__video-info h5 {
    margin-bottom: 0;
    font-weight: 400;
    color: #717171;
    font-size: 15px;
    line-height: 1;
}

    .course__video-info h5 span {
        font-weight: 500;
        color: #1a1a1a;
        padding-right: 5px;
    }

.course__payment h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #1a1a1a;
}

.e-btn-7 {
    height: 50px;
    line-height: 50px;
}

.course__video-price h5.old-price {
    text-decoration: line-through;
    color: #717171;
    font-weight: 500;
    font-size: 16px;
    padding-left: 10px;
}

.admin-name:hover, .blog-comment-reply:hover, .blog-nav-title:hover, .blog-page-blog-title:focus, .blog-page-blog-title:hover, .blog-sidebar-link:hover, .blog-title:hover a, .branding-theme, .cart-action-btn:focus, .cart-action-btn:hover, .cart-product-title:hover, .class-comment-actions a:hover, .contact-info a:hover, .contact-info-wrapper ul li a:hover, .contact-social:hover, .course__video-icon i, .dark_mode .contact-info-wrapper ul li:hover i, .facility-title:hover a, .footer-blog-txt p a:hover, .footer-link:hover, .footer-social:hover, .gallery-title:hover a, .popular-post:hover .popular-post-title, .shop-card-title:hover, .sidebar-class-title:hover, .sidebar-search-btn i, .single-blog-info span > a:hover, .staff-name:hover a, .video-image .blog-video-btn:hover i, h4.footer-info-txt a:hover {
    color: #23cc88;
}

.course__video-content ul li:not(:last-child) {
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #eef0f6;
}

.app-download-2 {
    background: url(../images/app-download-bg.jpg) center center/cover no-repeat;
}

.app-download-title {
    font-size: 52px;
    line-height: 1.2;
    font-weight: 600;
    color: #fff;
}

.counter {
    background: url(../images/counter-bg.png) center center/cover no-repeat;
}

.counter-inner {
    background: url(../images/counter-bg-2.jpg) center center/cover no-repeat;
}

.counter-txt {
    font-size: 52px;
    font-weight: 600;
    line-height: 100%;
}

.counter-sub-txt {
    font-size: 22px;
}

.blog-title, .facility-title, .gallery-title, .staff-name {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
}

.staff-social-btn {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: url(../images/vector-bg-1.png) center center/50px no-repeat;
    color: #fff;
    position: relative;
    display: inline-block;
}

    .staff-social-btn:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        border-radius: 50%;
        box-shadow: 0 25px 20px 0 rgba(35,204,136,.25);
    }

    .staff-social-btn.bg-1 {
        background: url(../images/vector-bg-2.png) center center/50px no-repeat;
    }

        .staff-social-btn.bg-1:before {
            box-shadow: 0 25px 20px 0 rgba(255,114,58,.25);
        }

    .staff-social-btn.bg-2 {
        background: url(../images/vector-bg-3.png) center center/50px no-repeat;
    }

        .staff-social-btn.bg-2:before {
            box-shadow: 0 25px 20px 0 rgba(71,161,242,.25);
        }

    .staff-social-btn.bg-3 {
        background: url(../images/vector-bg-4.png) center center/50px no-repeat;
    }

        .staff-social-btn.bg-3:before {
            box-shadow: 0 25px 20px 0 rgba(232,90,202,.25);
        }

.staff-card-img {
    z-index: 1;
}

    .staff-card-img:before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        content: "";
        background-color: #00394f;
        opacity: .5;
        z-index: 1;
        transition: .4s;
    }

    .staff-card-img img {
        transition: .4s;
    }

    .staff-card-img:hover img {
        filter: contrast(.5);
    }

    .mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg, .staff-card-img:hover:before {
        opacity: 0;
    }

    .blog-image a, .panel-title > a, .part-img.w_100 a, .staff-card-img > a {
        display: block;
    }

.pl-70 {
    padding-left: 70px;
}

.facility {
    background: url(../images/facility-bg.jpg) center center/cover no-repeat;
}

.facility-card.facility-card-one {
    background: url(../images/facility-img-1.jpg) top center/cover no-repeat;
}

.facility-card.facility-card-two {
    background: url(../images/facility-img-2.jpg) top center/cover no-repeat;
}

    .facility-card.facility-card-two .facility-icon {
        background: linear-gradient(-145deg,#ff4f58,#ffb400);
        box-shadow: 0 25px 20px 0 rgba(255,114,58,.3);
    }

.facility-card.facility-card-three {
    background: url(../images/facility-img-3.jpg) top center/cover no-repeat;
}

    .facility-card.facility-card-three .facility-icon {
        background: linear-gradient(-145deg,#e85aca,#fc4e65);
        box-shadow: 0 25px 20px 0 rgba(232,90,202,.3);
    }

.facility-img-area {
    min-height: 190px;
}

.facility-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(145deg,#8ecf35,#23cc88);
    box-shadow: 0 25px 20px 0 rgba(35,204,136,.3);
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-container {
    max-width: 1920px;
}

.class-details-info, .controls {
    border-bottom: 1px solid rgba(113,113,113,.2);
}

.gallery-filter-btn {
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    position: relative;
}

    .gallery-filter-btn:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%,50%) rotate(-45deg);
        width: 15px;
        height: 15px;
        background: #fff;
        border-top: 1px solid rgba(113,113,113,.2);
        border-right: 1px solid rgba(113,113,113,.2);
        opacity: 0;
        transition: .3s;
    }

.shop-control-btn.active, .slick-dots > .slick-active {
    background: linear-gradient(145deg,#8ecf35,#23cc88);
}

.gallery-image:focus-within .gallery-txt, .gallery-image:hover .gallery-txt {
    opacity: 1;
}

.gallery-txt {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(146,39,143,.94);
    color: #fff;
    opacity: 0;
    transition: .3s ease-in;
}

.kb-class-tooltip-1::after, .slick-dots {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.gallery-popup {
    width: 58px;
    height: 58px;
    line-height: 50px;
    background: #fff;
    border: 4px solid rgba(146,39,143,.5);
    border-radius: 50%;
}

    .def-form:focus, .def-textarea:focus, .gallery-popup:hover {
        border-color: #23cc88;
    }

.footer-info-title, .gallery-sub-title, .staff-position {
    font-size: 16px;
    line-height: 100%;
}

.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg {
    opacity: 0;
    transition: .3s ease-out;
}

.blog-tag-btn:hover:after, .mfp-with-zoom.mfp-ready .mfp-container, .tag-btn:hover:after {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg, .product-details-tab-wrapper .nav-tabs .nav-link:not(.active) {
    opacity: .8;
}

#ship-box-info, .content-hidden, .coupon-checkout-content, .create-account, .mfp-figure:after, .sidebar-box .checkbox-lists ul.children, .termscheck input {
    display: none;
}

.testimonial {
    background: url(../images/testimonial-bg.jpg) center center/cover no-repeat;
}

.feedback-title {
    font-size: 39px;
    line-height: 1.2;
    font-weight: 600;
    color: #fff;
}

.blog-single-stat, .client-name {
    line-height: 100%;
}

.feedback-txt p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    color: #fff;
}

.client-name {
    font-size: 16px;
    padding-bottom: 15px;
    font-weight: 700;
    color: #fff;
}

.slick-dots {
    right: 0;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

    .slick-dots > * {
        width: 10px;
        height: 10px;
        background: #fff;
        border-radius: 50%;
        cursor: pointer;
        opacity: .2;
        transition: .3s;
    }

    .slick-dots > .slick-active {
        opacity: 1;
    }

    .slick-dots > * button {
        font-size: 0;
    }

.blog-card {
    box-shadow: 0 0 10px 0 rgba(113,113,113,.15);
}

.blog-bottom-part {
    border-top: 1px solid rgba(113,113,113,.15);
}

.single-blog-info > span {
    display: inline-block;
    margin-right: 25px;
}

    .single-blog-info > span:last-child {
        margin-right: 0;
    }

.partner-slider {
    overflow: hidden;
}

.kb-staff-card-social-share-1-1 {
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 30px;
    text-align: center;
    z-index: 2;
}

@media (min-width:1200px) and (max-width:1399px) {
    .header-container.style-2 {
        padding: 0 40px !important;
    }

    .kb-staff-card-social-share-1-1 {
        left: 15px;
        right: 15px;
    }
}

.kb-staff-card-social-share-1-1 a:not(:last-child) {
    margin-right: 3px;
}

.kb-staff-card-social-share-1-1 a:not(:first-child) {
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.staff-card-img:hover .kb-staff-card-social-share-1-1 a {
    opacity: 1;
    visibility: visible;
}

.kb-staff-card-social-share-1-1 a:nth-child(2) {
    transition-delay: 0.1s;
}

.kb-staff-card-social-share-1-1 a:nth-child(3) {
    transition-delay: 0.2s;
}

.kb-staff-card-social-share-1-1 a:nth-child(4) {
    transition-delay: 0.3s;
}

.class-fee {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    padding: 5px 10px;
    background-color: #ff4f58;
    color: #fff;
    margin: 20px;
    z-index: 2;
}

.kb-class-tooltip-1 {
    position: absolute;
    left: 27px;
    top: 20px;
    z-index: 1;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    background: #23cc88;
    line-height: 1;
    padding: 9px 13px;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

    .kb-class-tooltip-1::after {
        left: -10px;
        width: 15px;
        height: 20px;
        clip-path: polygon(100% 0,0 50%,100% 100%,100% 0);
        content: "";
        background-color: #23cc88;
    }

.part-img:hover .kb-class-tooltip-1 {
    opacity: 1;
    visibility: visible;
    left: 113px;
}

.class-info .box.text-center {
    display: flex;
    align-items: center;
    grid-gap: 10px;
}

.ui-widget-header .ui-datepicker-next .ui-icon:after, .ui-widget-header .ui-icon:after {
    font-size: 18px;
    display: inline-block;
    color: #23cc88;
    width: 15px;
    height: 15px;
    z-index: 999;
    text-indent: 0;
    position: absolute;
    font-family: IcoFont;
}

.class-info .box span.single-info {
    margin-bottom: 0;
    line-height: 1;
    margin-top: 0;
}

@media (min-width:992px) and (max-width:1199px) {
    .class-info.d-flex {
        flex-direction: row;
        grid-gap: 5px;
    }

    .blog-bottom-part.px-30.d-flex {
        padding: 0 21px;
    }
}

.contact {
    background: url(../images/contact-bg.png) top center/cover no-repeat;
}

.billing-details-list, .contact-info-sub-txt {
    min-width: 80px;
}

.def-form {
    width: 100%;
    height: 60px;
    background: #fff;
}

.def-textarea {
    width: 100%;
    height: 190px;
    background: #fff;
}

.class-card-2 .box.kitba-box-2.text-center {
    flex-wrap: wrap;
}

.ui-widget-header .ui-icon:after {
    left: -3px;
    top: -6.5px;
    content: "\eac9";
}

.ui-widget-header .ui-datepicker-next .ui-icon:after {
    right: -3px;
    top: -5.5px;
    content: "\eaca";
}

.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,.7);
    border: 1px solid #fff;
    border-radius: 50%;
}

    .ui-datepicker .ui-datepicker-next.ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-prev.ui-datepicker-prev-hover {
        top: 50%;
        left: 2px;
        background: #fff;
    }

    .ui-datepicker .ui-datepicker-next.ui-datepicker-next-hover, .ui-datepicker .ui-datepicker-prev.ui-datepicker-next-hover {
        top: 50%;
        right: 2px;
        background: #fff;
    }

.ui-state-default {
    border: 0 !important;
}

.ui-state-highlight {
    background: linear-gradient(145deg,#8ecf35,#23cc88) !important;
    color: #fff !important;
}

.ui-datepicker td {
    padding: 0;
    border: 1px solid rgba(113,113,113,.1);
}

.contact-info.kitba-contact {
    background: #00394f;
    padding: 50px 40px;
    display: block;
}

    .contact-info.kitba-contact span.contact-info-sub-txt {
        color: #fff;
        display: block;
        margin-bottom: 10px;
    }

    .contact-info.kitba-contact .contact-info-txt {
        color: #fff;
        line-height: 1.7;
    }

.footer {
    background: url(../images/footer-bg.jpg) center center/cover no-repeat;
}

.footer-2 {
    background: url(../images/footer-bg-2.jpg) center center/cover no-repeat;
}

.footer-info {
    background: #5c2cce;
}

.footer-info-2 {
    background: #5c2ccf;
}

.footer-single-info.border-l {
    border-left: 1px solid #804bff;
}

.footer-info-icon-wrap {
    height: 50px;
    width: auto;
}

.footer-info-icon {
    height: 100%;
    width: auto;
}

.footer-info-txt {
    font-size: 19px;
    line-height: 100%;
    font-weight: 700;
}

.footer-card-title {
    font-size: 24px;
    line-height: 100%;
    font-weight: 700;
    color: #fff;
    position: relative;
}

    .footer-card-title:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 90px;
        height: 1px;
        background: linear-gradient(to left,transparent,#804bff);
    }

.footer-follow-dialogue {
    font-size: 18px;
    line-height: 100%;
    font-weight: 500;
    color: #fff;
}

.footer-socials {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.footer-social {
    font-size: 16px;
    line-height: 100%;
    color: #edf5f8;
}

.footer-link {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
}

.footer-input {
    width: 100%;
    height: 60px;
    background: #6231d6;
    border: 1px solid #804bff;
    color: #fff;
}

    .footer-input::placeholder {
        color: #edf5f8;
    }

.footer-blog-img {
    width: 90px;
    height: 90px;
}

    .class-thumb img, .footer-blog-img img {
        height: 100%;
        object-fit: cover;
    }

.footer-blog-txt {
    width: calc(100% - 120px);
    color: #fff;
}

.bottom-footer {
    background: #fff;
}

.bottom-footer-social {
    color: #717171;
}

.footer-social-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    color: #fff;
}

.class-comment, .panel, .payment-method .accordion .card:first-of-type, .product-details-bottom-part, .sidebar-box, .sidebar-search-box, .single-blog {
    border: 1px solid #e9e9e9;
}

.footer-links ul li {
    margin-bottom: 10px;
    transition: .3s;
}

.footer-single-info.px-30 {
    padding-right: 0;
}

.class-details-title {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 700;
    color: #00394f;
}

.class-comment-title {
    font-size: 24px;
    font-weight: 700;
    color: #00394f;
    line-height: 1.3;
}

.class-comment {
    display: flex;
    padding: 40px;
}

.class-comment-img {
    width: 70px;
    height: 70px;
}

.blog-comment-txt, .class-comment-txt {
    width: calc(100% - 100px);
}

.blog-comment-name, .class-comment-username {
    font-size: 18px;
    line-height: 100%;
    font-weight: 700;
    color: #00394f;
}

.class-comment-actions, .product-quantity-cart {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.product-details-bottom-part .contact-form label, .product-price-total span {
    color: #00394f;
    font-weight: 500;
}

.class-comment-single-action {
    color: #717171;
    margin-bottom: -3px;
}

.sidebar-title, .staff-details-title {
    font-size: 24px;
    font-weight: 700;
    color: #00394f;
}

.sidebar-search-box {
    display: flex;
    transition: .3s;
}

    .sidebar-search-box:focus-within {
        border-color: #23cc88;
    }

.sidebar-search-input {
    width: 100%;
    height: 60px;
    font-size: 16px;
}

.sidebar-class-category {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    line-height: 36px;
    color: #717171;
    position: relative;
}

    .sidebar-class-category:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-55%);
        width: 15px;
        height: 15px;
        background: #f3f3f4;
        border: 1px solid #e9e9e9;
        border-radius: 3px;
        transition: .3s;
    }

    .sidebar-class-category:hover:after {
        background: #e9e9e9;
    }

.class-thumb {
    width: 60px;
}

    .class-thumb:hover img {
        filter: grayscale(50%);
    }

.sidebar-class-txt {
    width: calc(100% - 80px);
}

.sidebar-class-title {
    display: block;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    color: #00394f;
    transition: .3s;
}

.sidebar-sub-txt {
    display: block;
    font-size: 15px;
    line-height: 1.5;
    color: #717171;
}

.sidebar-box .checkbox-lists li {
    position: relative;
    display: block;
    overflow: hidden;
}

.fast-call, .sidebar-box .checkbox-lists input[type=checkbox] {
    display: none !important;
}

.sidebar-box .checkbox-lists label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    margin-bottom: 0;
}

.widget .site-checkbox-lists input[type=checkbox]:checked + label {
    color: #000;
    text-shadow: 0 0 0;
}

.sidebar-box .checkbox-lists label span, .termscheck label span {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15px;
    flex: 0 0 15px;
    max-width: 15px;
    width: 100%;
    height: 15px;
    border: 1px solid #e9e9e9;
    background-color: #f3f3f4;
    margin-right: 15px;
    top: -1px;
    border-radius: 2px;
}

    .sidebar-box .checkbox-lists label span::before, .termscheck label span::before {
        position: relative;
        font-family: IcoFont;
        content: "\eed6";
        line-height: 1;
        left: .5px;
        opacity: 0;
        font-weight: 900;
        font-size: 10px;
    }

.sidebar-box .checkbox-lists input[type=checkbox]:checked + label span::before, .termscheck input[type=checkbox]:checked + label span::before {
    color: #fff;
    opacity: 1;
}

.sidebar-box .checkbox-lists .children {
    padding-left: 0;
    margin-left: 1.75rem;
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

span.subDropdown.plus:before {
    content: "\f067";
    position: absolute;
    color: #717171;
    top: 2px;
    right: 0;
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 400;
    display: inline-block;
    text-decoration: inherit;
    font-size: 14px;
    margin-right: 0;
    font-variant: normal;
    text-transform: none;
    margin-left: 5px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
}

.sidebar-box .checkbox-lists input[type=checkbox]:checked + label span, .termscheck input[type=checkbox]:checked + label span {
    background-color: #23cc88;
    border-color: transparent;
}

.subDropdown.plus {
    width: 16px;
    height: 23px;
    display: inline-block;
}

.termscheck label {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.class-details-teacher-name {
    font-size: 18px;
    color: #00394f;
}

.about-class {
    font-size: 18px;
    font-weight: 400;
}

.shop-control-btn, .shop-control-form {
    border: 1px solid #e9e9e9;
    font-size: 14px;
    height: 30px;
}

.staff-details-txt {
    line-height: 29px;
}

.staff-details-img img {
    max-height: 700px;
    object-fit: cover;
    object-position: top center;
}

.shop-control-btn {
    width: 30px;
    line-height: 30px;
    border-radius: 4px;
    color: transparent;
    background: padding-box text #717171;
}

    .shop-control-btn.active {
        background-clip: text;
    }

.shop-control-form {
    max-width: 85px;
    background: #fff;
    border-radius: 4px;
    color: #717171;
    padding: 0 5px;
    outline: 0;
}

    .contact-form input:focus, .contact-form textarea:focus, .shop-control-form:focus, .sign-input input:focus {
        border-color: #23cc88;
    }

.pagination-btn {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    font-size: 16px;
    color: #717171;
    transition: .3s;
}

    .pagination-btn.active, .pagination-btn:hover, .product-details-btn.active, .product-details-btn:hover {
        background: linear-gradient(145deg,#8ecf35,#23cc88);
        color: #fff;
    }

.shop-card:hover .shop-card-overlay {
    top: 0;
    opacity: 1;
}

.shop-card-img {
    position: relative;
    overflow: hidden;
}

.shop-card-overlay {
    position: absolute;
    top: 50%;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,57,79,.7);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s ease-in;
    opacity: 0;
}

.shop-card-buy-now-btn {
    width: 65px;
    height: 65px;
    line-height: 60px;
    background: linear-gradient(145deg,#8ecf35,#23cc88);
    border-radius: 5px;
}

.shop-card-title {
    font-size: 20px;
    line-height: 100%;
    font-weight: 700;
    color: #00394f;
}

.shop-card-rating {
    display: flex;
    justify-content: center;
}

.shop-card-star {
    font-size: 18px;
    line-height: 100%;
    color: #e9e9e9;
}

.shop-card-price {
    font-size: 16px;
    line-height: 100%;
    font-weight: 700;
    color: #717171;
}

.shop-slick-next, .shop-slick-prev {
    position: absolute;
    top: 50%;
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: linear-gradient(145deg,#8ecf35,#23cc88);
    color: #fff;
    transform: translateY(-50%);
    z-index: 5;
    opacity: 0;
    transition: .4s;
    visibility: hidden;
}

.shop-card-discount {
    font-weight: 400;
    text-decoration: line-through;
}

.shop-details-lg-img.slick-slide {
    border: 1px solid #e9e9e9;
    padding: 70px;
}

.pl-50 {
    padding-left: 50px;
}

.shop-slick-prev {
    left: -25px;
}

.shop-slick-next {
    right: -25px;
}

.shop-details-sm-img {
    border: 1px solid transparent;
    cursor: pointer;
}

.shop-details-sm-images .slick-slide {
    border-color: #e9e9e9;
    border-right: 0;
}

.shop-details-sm-images:hover .shop-slick-prev {
    left: -20px;
    opacity: 1;
    visibility: visible;
}

.shop-details-sm-images:hover .shop-slick-next {
    right: -20px;
    opacity: 1;
    visibility: visible;
}

.shop-details-product-title {
    font-size: 52px;
    line-height: 1.3;
    font-weight: 700;
    color: #00394f;
}

.shop-details-price {
    font-size: 24px;
    line-height: 100%;
    font-weight: 700;
    color: #00394f;
    margin-bottom: 0;
}

.shop-details-discount {
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through;
    color: #717171;
}

.product-details-btn {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 700;
    color: #00394f;
    background: #e9e9e9;
    padding: 0 30px;
    margin-bottom: 10px;
}

.product-information-list {
    font-size: 16px;
    line-height: 30px;
    color: #00394f;
    border-bottom: 1px solid #e9e9e9;
    padding: 10px 0;
}

    .contact-info-txt:last-child, .product-information-list:last-child {
        border-bottom: 0;
        padding-bottom: 0;
    }

.product-information-list-subject {
    min-width: 120px;
}

#inputStar {
    width: max-content;
    font-size: 14px;
    line-height: 100%;
}

.shop-details-sm-images .slick-list {
    padding-right: 1px !important;
    border-right: 1px solid #e9e9e9;
}

.product-information-list:first-child {
    padding-top: 0;
}

.shop-details-cart-buttons .quantity {
    width: 170px;
}

.shop-details-cart-buttons .quantity-input {
    height: 60px;
    line-height: 60px;
    font-weight: 600;
    color: #00394f;
    font-size: 18px;
}

.shop-details-cart-buttons .quantity-nav {
    height: 100%;
    padding: 0 15px;
}

.shop-details-cart-buttons .quantity-btn {
    height: 60px;
    line-height: 60px;
    font-size: 14px;
}

.shop-details-category p strong {
    text-transform: uppercase;
    color: #00394f;
    margin-right: 5px;
}

.shop-details-category p 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;
}

.availability {
    font-size: 24px;
}

.blog-panel-title, .panel-heading {
    height: 70px;
    border-bottom: 1px solid #e9e9e9;
}

    .blog-panel-title h3, .blog-sidebar-title, .panel-heading-txt, .panel-heading-txt-check {
        font-size: 24px;
        line-height: 70px;
        font-weight: 700;
        color: #00394f;
    }

.checkout-label {
    font-weight: 500;
    color: #00394f;
}

.checkout-form {
    height: 60px;
    width: 100%;
    background-color: transparent;
    color: #717171;
    font-size: 16px;
    padding: 0 25px;
    border: 1px solid #e9e9e9;
    border-radius: 0;
}

    .checkout-form:invalid {
        color: rgba(113,113,113,.75);
    }

        .checkout-form:invalid option {
            color: #717171;
        }

    .checkout-form:focus {
        background: 0 0;
        border-color: #23cc88;
    }

.panel-body .form-group .nice-select {
    line-height: 60px;
    margin-bottom: 20px;
    padding-right: 40px;
}

    .panel-body .form-group .nice-select::after {
        border-bottom: 1px solid #999;
        border-right: 1px solid #999;
        height: 8px;
        right: 25px;
        width: 8px;
    }

    .panel-body .form-group .nice-select .option {
        line-height: 60px;
        min-height: 60px;
        outline: 0;
        padding-left: 25px;
        padding-right: 25px;
    }

    .panel-body .form-group .nice-select .list {
        border-radius: 0;
        width: 100%;
    }

.billing-details, .billing-details-title, .blog-single-comment {
    border-bottom: 1px solid #e9e9e9;
}

.blog-admin, .blog-quote-wrapper, .kitba-checkout-form-main-space {
    padding: 40px;
}

.cart-table, .checkout-form-list input[type=email]:focus, .checkout-form-list input[type=password]:focus, .checkout-form-list input[type=text]:focus, p.checkout-coupon input[type=text]:focus {
    border-color: #e9e9e9;
}

    .cart-table thead tr, .cart-table-bottom {
        border-top: 0;
    }

    .cart-table tr > :last-child {
        border-right: 0;
    }

    .cart-table th {
        padding: 20px 15px;
        font-weight: 700;
        color: #00394f;
        border-top: 0;
    }

    .cart-table td {
        vertical-align: middle;
        padding: 30px;
        font-size: 16px;
        color: #717171;
        white-space: nowrap;
    }

.cart-txt {
    text-align: left;
    height: 100%;
}

    .cart-txt > * {
        white-space: pre-wrap;
    }

.cart-product-title {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    color: #00394f;
}

.cart-action-btn {
    padding: 5px 0;
    font-size: 14px;
    line-height: 100%;
    color: #00394f;
}

.quantity {
    position: relative;
    width: 90px;
}

.quantity-nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    border: 1px solid #e9e9e9;
    border-radius: 0;
}

.quantity-btn {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    padding: 0 15px;
    color: #717171;
    cursor: pointer;
}

.cart-label, .quantity-input {
    font-size: 16px;
    color: #00394f;
}

.quantity-input {
    text-align: center;
    width: 100%;
    height: 40px;
    padding: 0;
    appearance: none;
}

input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.cart-label {
    line-height: 100%;
    font-weight: 500;
}

.panel .panel-body {
    padding: 30px;
}

.text-grandtotal .f-right {
    float: right;
    color: #717171;
}

@media only screen and (min-width:992px) and (max-width:1199px),(max-width:767px) {
    .has-checkout-btn-space {
        padding: 0 22px;
    }
}

.single-blog:hover .blog-slider-btn {
    left: 40px;
    opacity: 1;
    visibility: visible;
}

    .single-blog:hover .blog-slider-btn.btn-next {
        right: 40px;
        left: auto;
    }

.blog-page-blog-title {
    font-size: 36px;
    line-height: 1.3;
    font-weight: 700;
    color: #00394f;
}

.blog-slider-btn {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 25px;
    color: #fff;
    background: #23cc88;
    border-radius: 50%;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

    .blog-slider-btn.btn-next {
        left: auto;
        right: 20px;
    }

.blog-video-btn:after, .blog-video-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.blog-slider-btn:hover {
    color: #23cc88;
    background-color: #fff;
}

.blog-page-video {
    width: 100%;
    height: auto;
}

.blog-img-txt {
    font-size: 22px;
    line-height: 1.3;
    font-weight: 700;
    color: #fff;
}

.blog-details-video {
    background: url(../images/blog-img-5.jpg) center center/cover no-repeat;
    text-align: center;
}

.blog-video-btn, .blog-video-btn:after, .blog-video-btn:before {
    background: #fff;
    border-radius: 50%;
}

.blog-video-btn {
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    color: red;
    font-size: 26px;
    position: relative;
    z-index: 2;
    display: inline-block;
}

.popular-post-txt, .tag-btn {
    color: #717171;
}

.blog-video-btn:before {
    width: 100%;
    animation: 1s linear 1.5s infinite video;
    z-index: -1;
}

.blog-video-btn:after {
    width: 100%;
    animation: 1s linear infinite video;
    z-index: -1;
}

.blog-tag-btn:after, .tag-btn:after {
    content: "";
    background: linear-gradient(145deg,#8ecf35,#23cc88);
    position: absolute;
    transition: .3s;
    z-index: -1;
    opacity: 0;
}

.blog-video-btn:hover {
    color: red;
}

@keyframes video {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

.blog-sidebar-box {
    border-radius: 0;
    border: 1px solid #e9e9e9;
}

.blog-sidebar-title-box {
    border-bottom: 1px solid #e9e9e9;
    height: 70px;
}

.blog-search-form {
    background: #fafafa;
    border-radius: 5px;
    overflow: hidden;
}

.blog-search {
    width: 100%;
    height: 50px;
    font-size: 16px;
}

.blog-sidebar-link {
    font-size: 16px;
    line-height: 100%;
    color: #717171;
}

.popular-post-date {
    font-size: 15px;
}

.popular-post-title {
    display: block;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 500;
    transition: .3s;
}

.blog-tag-btn, .tag-btn {
    font-size: 16px;
    padding: 0 15px;
    z-index: 2;
    height: 40px;
    position: relative;
}

.popular-post-img {
    flex: 0 0 70px;
    max-width: 70px;
    min-height: 70px;
}

.ig-posts {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

    .ig-posts a {
        flex: 0 0 calc(33% - 0px);
        max-width: calc(33% - 10px);
    }

.blog-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tag-btn {
    line-height: 38px;
    border: 1px solid #e9e9e9;
    border-radius: 0;
}

    .tag-btn:after {
        top: -1px;
        left: -1px;
        width: calc(100% + 2px);
        height: calc(100% + 2px);
        border-radius: 3px;
    }

.blog-details-bottom {
    border-top: 1px solid #e9e9e9;
}

.blog-tag-btn {
    line-height: 38px;
    color: #00394f;
    border: 1px solid #e9e9e9;
}

    .blog-tag-btn:after {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.blog-social-btn {
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border-radius: 2px;
}

    .blog-social-btn:hover {
        color: #fff;
        box-shadow: 0 5px 20px 0 rgba(113,113,113,.3);
    }

.blog-admin, .blog-comment-panel {
    box-shadow: 0 0 5px 0 rgba(113,113,113,.1);
    border: 1px solid #e9e9e9;
}

.admin-name {
    font-size: 20px;
    line-height: 100%;
    font-weight: 700;
    color: #00394f;
    display: block;
}

.admin-social {
    font-size: 16px;
    line-height: 100%;
    display: flex;
    gap: 25px;
}

.blog-single-comment:last-child, .cart-area .cart-page-total li:last-child, .your-order-table table .order-total th {
    border-bottom: 0;
}

.blog-comment-avatar {
    width: 80px;
    height: 80px;
}

.blog-comment-date {
    display: block;
    font-size: 16px;
    line-height: 100%;
}

.blog-comment-reply {
    line-height: 100%;
    font-weight: 700;
    color: #00394f;
    margin-bottom: 15px;
}

    .blog-comment-reply i {
        display: inline-block;
        margin-right: 5px;
    }

.blog-comment-textarea {
    height: 130px;
}

span.lv-part-blog-calendar-date {
    position: absolute;
    left: 20px;
    font-size: 16px;
    top: 20px;
    background: #5ccd5c;
    color: #fff;
    line-height: 1;
    padding: 10px 13px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact-form input, .contact-form textarea {
    background-color: transparent;
    color: #0e1133;
}

span.lv-part-blog-calendar-date i {
    margin-right: 6px;
}

@media (min-width:768px) and (max-width:991px) {
    .top-header {
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .client-feedback.pr-70 {
        padding-right: 30px;
        padding-left: 10px;
    }

    .blog-bottom-part.px-30 {
        padding: 0 22px;
    }
}

.video-image .blog-video-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
}

.ig-posts a:hover img {
    filter: contrast(.7);
}

.single-blog-txt {
    padding: 50px 40px;
}

.pr-40, .px-40 {
    padding-right: 40px;
}

.blog-page-blog-single-title {
    font-size: 42px;
    font-weight: 700;
    color: #00394f;
}

.blog-quote-txt-p {
    font-size: 28px;
    line-height: 1.3;
    font-weight: 400;
}

.px-40 {
    padding-left: 40px;
}

.blog-details-bottom.d-flex {
    padding-top: 40px;
    padding-bottom: 20px;
}

.blog-quote-txt {
    position: relative;
    padding-left: 85px;
}

    .blog-quote-txt .blog-quote-i {
        position: absolute;
        left: 0;
        top: 0;
        font-size: 60px;
        color: #fff;
        line-height: 1;
    }

.contact-page-title {
    font-size: 36px;
    font-weight: 700;
    color: #00394f;
}

.contact-form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.contact-col-6 {
    width: calc(50% - 10px);
}

.contact-textarea {
    height: 195px;
}

.contact-info-txt {
    font-size: 16px;
    color: #717171;
    border-bottom: 1px solid #205468;
    padding-bottom: 15px;
}

.contact-info-icon {
    display: flex;
    align-items: center;
    width: 25px;
}

.map {
    width: 100%;
    height: 520px;
}

    .map iframe {
        width: 100%;
        height: 100%;
    }

.contact-form input {
    height: 60px;
    width: 100%;
    font-size: 16px;
    padding: 0 25px;
    border: 1px solid #e9e9e9;
}

.contact-form textarea {
    height: 200px;
    width: 100%;
    font-size: 16px;
    padding: 25px;
    border: 1px solid #e9e9e9;
}

    .contact-form textarea::placeholder {
        font-size: 16px;
    }

.ml-40 {
    margin-left: 40px;
}

.ml-60 {
    margin-left: 60px;
}

.pt-190 {
    padding-top: 190px;
}

.contact-titletext {
    font-size: 39px;
    color: #00394f;
    line-height: 1.2;
    font-weight: 700;
}

.contact-info-wrapper ul li {
    display: flex;
    align-items: center;
    color: #00394f;
    font-size: 20px;
}

    .contact-info-wrapper ul li i {
        width: 65px;
        height: 65px;
        background-color: #f6f7f8;
        text-align: center;
        line-height: 65px;
        font-size: 30px;
        border-radius: 50%;
        margin-right: 25px;
        color: #23cc88;
        transition: .4s;
    }

    .contact-info-wrapper ul li:not(:last-child) {
        margin-bottom: 25px;
        border-bottom: 1px solid #e7e9ee;
        padding-bottom: 25px;
    }

.contact-info-content-text {
    display: block;
    font-size: 14px;
    color: #53545b;
}

@media (max-width:991px) {
    .contact-info-wrapper.ml-60 {
        margin-left: 0;
    }

    .contact-3.pt-120 {
        padding-top: 115px;
    }
}

@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:991px),(max-width:767px) {
    .contact .heading-sub-txt br {
        display: none;
    }
}

.filter-widget-title {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    margin-bottom: 0;
    cursor: pointer;
}

    .filter-widget-title:before {
        position: absolute;
        content: "\f107";
        font-family: "Font Awesome 5 Pro";
        right: 0;
        top: 0;
        font-weight: 300;
        color: #00394f;
        transition: .3s;
        transform: rotate(180deg);
    }

.child-content-hidden .filter-widget-title::before {
    transform: rotate(0);
}

.filter-widget-search input {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    border: 1px solid #e9e9e9;
    padding: 0 30px 0 10px;
    outline: 0;
}

.filter-widget-search button {
    position: absolute;
    right: 10px;
    top: 12px;
}

input.check-box, input.radio-box[type=radio] {
    appearance: none;
    top: 5px;
    font-size: 15px;
    margin-right: 8px;
    height: 18px;
    width: 18px;
    position: relative;
    cursor: pointer;
}

.filter-widget .category-brands, .filter-widget .category-items, .filter-widget .category-ratings, .filter-widget .category-sizes {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.filter-widget .category-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

input.check-box {
    border: 1px solid #e9e9e9;
    border-radius: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fbfbfb;
}

    input.check-box[type=checkbox]:checked {
        border: none;
        background-color: #00394f;
        color: #fff;
    }

        input.check-box[type=checkbox]:checked::before {
            position: absolute;
            content: "\f00c";
            font-family: "Font Awesome 5 Pro";
            line-height: 16px;
            top: 0;
            left: 2px;
            font-size: 14px;
        }

input.radio-box[type=radio] {
    border: 1px solid #e9e9e9;
    border-radius: 9px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

    input.radio-box[type=radio]:checked::before {
        position: absolute;
        content: "";
        font-family: "Font Awesome 5 Pro";
        top: 0;
        left: 0;
        height: 18px;
        width: 18px;
        background: #00394f;
        border-radius: 50%;
    }

.category-tags a {
    padding: 0 5px;
    flex-grow: 1;
    max-width: 110px;
}

.category-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.sidebar-widget-wrapper {
    position: sticky;
    top: 90px;
}

.product-filters {
    display: flex;
    flex-direction: column;
    gap: 35px;
    padding: 10px;
    background: #fff;
}

.filter-widget {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.shop-main-wrapper-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.sorting-type {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sorting-list {
    border: 1px solid #e9e9e9;
    padding: 0 15px;
    min-width: 130px;
}

    .sorting-list span {
        color: #53545b;
    }

    .sorting-list:after {
        right: 15px;
    }

.shop-main-wrapper .products-wrapper > div {
    width: calc((100% - 90px)/ 4);
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .class-info .box.box-1.text-center {
        align-items: start;
    }

    .shop-main-wrapper .products-wrapper > div {
        width: calc((100% - 60px)/ 3);
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .facility-icon-minus-top {
        margin-top: -45px;
    }

    .kitba-slide-height {
        height: 850px;
    }

    .class-card.class-card-2 .part-img {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .gallery-image.gallery-image-2 .img {
        height: 240px;
    }

    .shop-main-wrapper .products-wrapper > div {
        width: calc((100% - 30px)/ 2);
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .facility-icon-minus-top {
        margin-top: -90px;
    }

    .kitba-slide-height {
        height: 800px;
    }

    .class-card.class-card-2 .part-img {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .gallery-image.gallery-image-2 .img {
        height: 240px;
    }

    .box.box-1.text-center {
        flex-direction: column;
    }

    .class-info .box.box-1.text-center {
        align-items: start;
    }

    .shop-main-wrapper .products-wrapper > div {
        width: calc((100% - 60px)/ 3);
    }
}

@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px) {
    .shop-main-wrapper .products-wrapper > div {
        width: calc((100% - 30px)/ 2);
    }
}

@media (max-width:499px) {
    .shop-main-wrapper .products-wrapper > div {
        width: calc((100% - 0px)/ 1);
    }
}

@media (min-width:1400px) {
    .shop-main-wrapper .products-wrapper.products-5-column > div, .shop-main-wrapper .products-wrapper.products-full-5-column > div {
        width: calc((100% - 120px)/ 5);
    }

    .shop-main-wrapper .products-wrapper.products-4-column > div, .shop-main-wrapper .products-wrapper.products-full-4-column > div {
        width: calc((100% - 90px)/ 4);
    }

    .shop-main-wrapper .products-wrapper.products-3-column > div {
        width: calc((100% - 60px)/ 3);
    }

    .shop-main-wrapper .products-wrapper.products-full-6-column > div {
        width: calc((100% - 150px)/ 6);
    }
}

.product-details-nav .nav-tabs > li {
    width: calc((100% - 60px)/ 4);
}

.product-details-tab .tab-content .tab-pane img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
}

.product-side-info .border-btn {
    height: 60px;
    line-height: 58px;
}

.product__details__tag a {
    padding: 0 10px;
    background: #777;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    border-radius: 3px;
}

    .product__details__tag a:hover {
        background: #23cc88;
        color: #fff;
    }

.available-sizes {
    display: flex;
    gap: 5px;
    margin-bottom: 25px;
}

.product-details-tab .tab-content .tab-pane {
    width: 100%;
    padding-top: 110%;
    position: relative;
}

.product-details-nav .nav-item {
    position: relative;
    border: 0;
    font-size: 16px;
    margin-right: 0;
    font-weight: 600;
    color: #53545b;
}

    .product-details-nav .nav-item.active {
        color: #00394f;
        font-weight: 600;
    }

    .product-details-nav .nav-item::before {
        position: absolute;
        content: "";
        width: 0%;
        height: 1px;
        background: #00394f;
        bottom: 0;
        left: 0;
        right: 0;
        transition: .3s;
    }

    .product-details-nav .nav-item.active::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 1px;
        background: #00394f;
        bottom: 0;
        left: 0;
        right: 0;
    }

.product_info-faq-area .nav-tabs {
    border-bottom: 1px solid #777;
}

.course-review-item {
    display: flex;
    align-items: normal;
}

.course-review-list span {
    color: #00394f;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 400;
}

.course-start-icon i {
    color: #23cc88;
    font-size: 13px;
}

.comment-title h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
}

.comment-title p {
    color: #454545;
}

.comment-rating span {
    font-size: 15px;
    color: #454545;
    margin-right: 5px;
}

.comment-rating ul li a {
    font-size: 14px;
    color: #23cc88;
}

.comment-agree input {
    margin: 0;
    appearance: none;
    display: inline-block;
    width: 18px;
    height: 18px;
    background: 0 0;
    border: 2px solid #e9e9e9;
    border-radius: 2px;
    outline: 0;
}

.comment-input input, .comment-textarea {
    background: #f8f8f9;
    padding: 15px 20px;
    width: 100%;
    outline: 0;
}

.comment-agree label {
    margin-left: 5px;
    font-size: 15px;
    color: #454545;
}

.comment-agree input::placeholder {
    color: #53545b;
    font-size: 14px;
    opacity: 1;
}

.comment-input input {
    height: 60px;
    border: none;
    border-radius: 4px;
}

    .comment-input input::placeholder {
        color: #53545b;
        font-size: 14px;
        opacity: 1;
    }

.comment-textarea {
    height: 170px;
    border: none;
    border-radius: 4px;
    resize: none;
}

    .comment-textarea::placeholder {
        color: #53545b;
        font-size: 14px;
        opacity: 1;
    }

.product-available-sizes span {
    border: 1px solid #e9e9e9;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
}

.cart-area .table-content table {
    background: #fff;
    border-color: #edeef2;
    border-radius: 0;
    border-style: solid;
    border-width: 1px 0 0 1px;
    text-align: center;
    width: 100%;
    margin-bottom: 0;
}

.cart-area .table-content .product-quantity {
    float: none;
}

.cart-area .table-content table td.product-name {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}

.cart-area .table > :not(:last-child) > :last-child > * {
    border-bottom-color: #edeef2;
}

.cart-area #coupon_code, .cart-area .cart-page-total > ul {
    border: 1px solid #edeef2;
}

.cart-area .table-content table td {
    border-top: none;
    padding: 20px 10px;
    vertical-align: middle;
    font-size: 16px;
}

.cart-area .table-content table td, .cart-area .table-content table th {
    border-bottom: 1px solid #edeef2;
    border-right: 1px solid #edeef2;
}

.cart-area .table td, .cart-area .table th {
    border-top: 1px solid #edeef2;
}

.cart-area .table-content table td.product-subtotal {
    font-size: 16px;
}

.cart-area .table-content table td .cart-plus-minus {
    float: none;
    margin: 0 auto;
}

.cart-area .coupon {
    float: left;
    gap: 15px;
    flex-wrap: wrap;
}

.cart-area #coupon_code {
    height: 50px;
    padding: 0 15px;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

    .cart-area #coupon_code:focus, .cart-area .product-quantity-form:hover, .coupon-info p.form-row-first input:focus, .coupon-info p.form-row-last input:focus {
        border-color: #00394f;
    }

.cart-area .cart-page-total ul > li > span, .cart-area .coupon2 {
    float: right;
}

.cart-area .cart-page-total > h2 {
    font-size: 20px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.gbutton, .order-button-payment input, .payment-method .btn-link, .signup-body-subtitle, .signup-title {
    text-transform: uppercase;
}

.cart-area .cart-page-total > ul > li {
    list-style: none;
    font-size: 15px;
    color: #575757;
    padding: 14px 30px;
    border-bottom: 1px solid #edeef2;
    font-weight: 400;
}

.cart-area td.product-thumbnail img {
    width: 125px;
}

.cart-area .product-quantity-form {
    margin: auto;
    width: 122px;
    height: 58px;
    border: 1px solid #e9e9e9;
    text-align: center;
    position: relative;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
}

.cart-area .cart-input, .cart-area .cart-minus, .cart-area .cart-plus {
    text-align: center;
    border: none;
    background: 0 0;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}

.cart-area .cart-minus, .cart-area .cart-plus {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 45px;
    height: 40px;
    outline: 0;
}

    .cart-area .cart-minus:hover, .cart-area .cart-plus:hover {
        cursor: pointer;
        color: #00394f;
        background: 0 0;
    }

.cart-area .cart-input {
    height: 58px;
    width: 32px;
    margin: 0 -3px;
    padding-bottom: 4px;
}

.cart-area .coupon .fill-btn, .cart-area .coupon2 .fill-btn {
    height: 50px;
    line-height: 48px;
}

.product-quantity a {
    white-space: nowrap;
}

.coupon-accordion h3 {
    background-color: #f6f6f6;
    border-top: 3px solid #00394f;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 25px;
    padding: 1em 2em 1em 3.5em;
    position: relative;
    width: auto;
}

    .coupon-accordion h3::before {
        content: "\f07b";
        left: 15px;
        top: 13px;
        position: absolute;
        color: #575757;
        font-family: "Font Awesome 5 Pro";
        font-weight: 700;
    }

.coupon-accordion span {
    color: #575757;
    cursor: pointer;
    transition: .3s;
    font-weight: 500;
}

.coupon-content {
    border: 1px solid #e9e9e9;
    display: none;
    margin-bottom: 20px;
    padding: 30px;
}

.coupon-info p {
    margin-bottom: 0;
}

    .coupon-info p.form-row-first label, .coupon-info p.form-row-last label {
        display: block;
        color: #00394f;
    }

        .coupon-info p.form-row-first label span.required, .coupon-info p.form-row-last label span.required {
            color: #00394f;
            font-weight: 700;
        }

    .coupon-info p.form-row-first input, .coupon-info p.form-row-last input {
        border: 1px solid #e9e9e9;
        height: 60px;
        line-height: 60px;
        margin: 0 0 14px;
        max-width: 100%;
        padding: 0 0 0 10px;
        width: 100%;
        outline: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .coupon-info p.form-row input[type=submit]:hover, .order-button-payment input:hover, p.checkout-coupon input[type=submit]:hover {
        background: #3e976c;
    }

    .coupon-info p.form-row input[type=checkbox] {
        position: relative;
        top: 2px;
    }

.form-row > label {
    margin-top: 15px;
    margin-left: 15px;
    color: #575757;
}

.buttons-cart a, .buttons-cart input, .coupon input[type=submit], .coupon-info p.form-row input[type=submit] {
    background: #252525;
    border: none;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 12px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    margin-right: 15px;
    padding: 0 15px;
    text-transform: uppercase;
    transition: .3s;
}

.country-select .nice-select, p.checkout-coupon input[type=text] {
    border: 1px solid #e9e9e9;
    height: 60px;
    line-height: 60px;
    width: 100%;
}

p.lost-password a {
    color: #6f6f6f;
}

p.checkout-coupon input[type=text] {
    padding: 0 20px;
    margin-bottom: 15px;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.checkbox-form .ship-different-title {
    border-bottom: 1px solid #e9e9e9;
    margin: 0 0 20px;
    padding-bottom: 10px;
    width: 100%;
}

.country-select {
    margin-bottom: 30px;
    position: relative;
}

    .country-select select {
        width: 100%;
        background-color: transparent;
        border: 1px solid #e9e9e9;
        padding: 0 10px;
        height: 50px;
    }

    .checkout-form-list label, .country-select label {
        color: #00394f;
        display: block;
        margin: 0 0 5px;
    }

    .country-select .nice-select {
        padding-left: 20px;
        color: #575757;
        margin-bottom: 20px;
    }

.checkout-form-list input[type=email], .checkout-form-list input[type=password], .checkout-form-list input[type=text] {
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 0;
    height: 60px;
    line-height: 60px;
    padding: 0 0 0 20px;
    width: 100%;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

    .checkout-form-list input[type=email]::-moz-placeholder, .checkout-form-list input[type=password]::-moz-placeholder, .checkout-form-list input[type=text]::-moz-placeholder {
        color: #575757;
        opacity: 1;
    }

    .checkout-form-list input[type=email]::placeholder, .checkout-form-list input[type=password]::placeholder, .checkout-form-list input[type=text]::placeholder {
        color: #575757;
        opacity: 1;
    }

.checkout-form-list input[type=checkbox] {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 1px;
}

.create-acc label {
    color: #575757;
    display: inline-block;
}

.ship-different-title label {
    display: inline-block;
    margin-right: 10px;
}

.order-notes textarea {
    border: 1px solid #e9e9e9;
    height: 90px;
    padding: 15px 15px 15px 20px;
    width: 100%;
    resize: none;
    outline: 0;
}

    .order-notes textarea::-moz-placeholder {
        color: #575757;
        opacity: 1;
    }

    .order-notes textarea::placeholder {
        color: #575757;
        opacity: 1;
    }

.card-header:first-child, .panel-default > .panel-heading, .panel-group .panel {
    border-radius: 0;
}

.your-order {
    border: 2px solid #e9e9e9;
}

    .your-order h3 {
        border-bottom: 1px solid #e9e9e9;
        font-size: 24px;
        margin: 0 0 20px;
        width: 100%;
        color: #00394f;
        font-weight: 700;
        line-height: 70px;
        padding: 0 40px;
    }

.your-order-table table {
    background: 0 0;
    border: 0;
    width: 100%;
}

.payment-method {
    padding: 0 40px;
    margin-top: 20px;
}

.your-order-table table td, .your-order-table table th {
    border-bottom: 1px solid #e9e9e9;
    border-right: none;
    color: #575757;
    font-size: 16px;
    padding: 15px 0;
    text-align: left;
}

@media (max-width:767px) {
    .top-header {
        padding: 20px 0 30px;
    }

    .header-txt {
        margin-bottom: 7px;
    }

    .kitba-slide-height {
        height: 750px;
    }

    .counter-sub-txt {
        font-size: 20px;
    }

    .header-right-txt {
        border-top: 1px solid rgba(255,255,255,.3);
        border-bottom: 1px solid rgba(255,255,255,.3);
    }

    div div.banner-txt.p-180 {
        padding: 180px 0 120px;
    }

    .cart-area .coupon {
        float: none;
    }

    .cart-area .coupon2 {
        float: none;
        margin-top: 15px;
    }

    .your-order-table table td, .your-order-table table th {
        padding-right: 10px;
    }
    .feedback-txt{
        margin-bottom:15px !important;
    }
}

.your-order-table table th {
    border-top: none;
    color: #00394f;
    font-weight: 500;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
}

.panel-body > p {
    color: #222;
}

.your-order-table table .shipping ul li label {
    color: #575757;
}

.your-order-table table .shipping th {
    vertical-align: top;
}

.your-order-table table .order-total td {
    border-bottom: none;
}

.your-order-table table tr.order-total td span {
    color: #00394f;
    font-size: 18px;
    font-weight: 500;
}

.payment-method .accordion-item:last-of-type {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.payment-method .accordion-item {
    background-color: #fff;
    border: 0;
    border-bottom: 1px solid #e9e9e9;
}

.payment-method .accordion-button {
    font-size: 18px;
    font-weight: 400;
    color: #00394f;
    padding: 23px 0;
    border: none;
}

    .payment-method .accordion-button:focus {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .payment-method .accordion-button::after {
        position: absolute;
        content: "\eac8";
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-family: IcoFont;
        font-size: 16px;
        font-weight: 600;
        margin-left: 0;
        background-image: none;
    }

    .payment-method .accordion-button:not(.collapsed) {
        color: #00394f;
        background-color: #fff;
        box-shadow: none;
    }

        .payment-method .accordion-button:not(.collapsed)::after {
            content: "\eacb";
        }

.payment-method .accordion-body {
    padding: 8px 0 40px;
}

.payment-method .accordion-collapse, .ui-widget.ui-widget-content {
    border: none;
}

.order-button-payment input {
    background: #232323;
    border: none;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    height: 40px;
    margin: 0;
    padding: 0;
    transition: .3s;
    width: 100%;
}

.slider-range input, .slider-range p label {
    font-size: 14px;
    font-weight: 400;
    color: #6b6b6b;
}

.payment-method .btn-link {
    user-select: none;
    -moz-user-select: none;
    background: no-repeat;
    border: none;
    border-radius: 0;
    color: #444;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 0;
    padding: 3px 10px;
    text-align: center;
    transition: .3s;
    vertical-align: middle;
    white-space: nowrap;
    text-decoration: none;
}

.payment-method .card {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 0;
    margin-bottom: 10px;
}

.payment-method .card-header {
    background-color: #fff;
    border-bottom: 1px solid #e9e9e9;
}

.product-quantity-cart .cart-input, .product-quantity-cart .cart-minus, .product-quantity-form .cart-plus {
    height: 55px;
    width: 55px;
    border: none;
}

.product-details-img {
    margin-right: 50px;
}

.product-side-info .product-name {
    font-size: 38px;
}

.product-side-info .product-price {
    font-size: 22px;
    font-weight: 600;
    color: #23cc88;
}

@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px) {
    .product-side-info .product-name {
        font-size: 28px;
    }

    .product-side-info .product-price {
        font-size: 18px;
    }
}

.product-side-info p {
    margin-top: 30px;
    margin-bottom: 40px;
}

.product-quantity-cart .cart-input {
    text-align: center;
}

.product-quantity-cart .product-quantity-form {
    border: 1px solid #e9e9e9;
    border-radius: 4px;
}

#slider-range {
    position: relative;
    margin-bottom: 25px;
}

.ui-button, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, html .ui-button.ui-state-disabled:active, html .ui-button.ui-state-disabled:hover {
    background: #fff;
    border-radius: 50%;
    border: none;
    outline: 0;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.004);
}

.slider-range p {
    line-height: 1;
    margin-top: 25px;
    margin-bottom: 0;
}

.slider-range input {
    border: none;
    outline: 0;
    background: 0 0;
    margin-left: 10px;
    width: 100px;
}

.slider-active-2 .slider-pagination > * {
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}

.slider-active-2 .slider-pagination > :hover {
    background-color: #222;
}

.ui-button, .ui-widget-header .ui-state-default, html .ui-button.ui-state-disabled:active, html .ui-button.ui-state-disabled:hover {
    background: #23cc88;
    border-radius: 50%;
    border: none;
    outline: 0;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.004);
}

.ui-slider-horizontal {
    height: 6px;
}

.ui-widget-content {
    background: #f0f0f0;
}

.cinkes-dark-light-view-box.has-clicked, .pagination-container ul li a:hover, .ui-widget-header {
    background: #23cc88;
}

.amount-btn {
    color: #23cc88;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -5px;
}

.ui-slider .ui-slider-handle {
    height: 15px;
    width: 15px;
    -webkit-transition: linear;
    -moz-transition: linear;
    -ms-transition: linear;
    -o-transition: linear;
    transition: linear;
}

    .ui-slider .ui-slider-handle:before {
        content: "";
        position: absolute;
        content: "";
        height: 6px;
        width: 6px;
        background: #23cc88;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        border-radius: 50%;
    }

.sidebar-action {
    background: #fff;
    height: 100%;
    position: fixed;
    z-index: 99999;
    top: 0;
    width: 390px;
    padding: 30px;
    transition: .6s;
    overflow-y: scroll;
}

@media (max-width:575px) {
    #loading-center-absolute {
        width: 60%;
    }

    .product-details-img {
        margin-right: 0;
    }

    .sidebar-action {
        width: 320px;
    }
}

.close-sidebar {
    background: #23cc88;
    display: flex;
    align-items: center;
    gap: 10px;
    height: 30px;
    padding: 0 10px;
    border-radius: 4px;
    color: #fff;
    position: absolute;
    right: 30px;
    top: 30px;
}

.gbutton:before, .signup-wrapper-header {
    background: linear-gradient(145deg,#8ecf35,#23cc88);
}

.product-price-total, .sidebar-list-item {
    padding-top: 20px;
    border-top: 1px solid #e9e9e9;
    display: flex;
}

.gbutton, .sign-input input {
    border: 1px solid #e9e9e9;
    height: 60px;
}

.cinkes-dark-light-view-box, .sign-input i {
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
}

.sidebar-cart, .sidebar-filter, .sidebar-wishlist {
    right: -100%;
}

    .sidebar-filter .product-filters, .sidebar-list-item .product-desc {
        padding: 0;
    }

.sidebar-action-title {
    font-size: 20px;
    margin-bottom: 20px;
}

.sidebar-action-btn {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

    .sidebar-action-btn a {
        width: 100%;
        flex-wrap: wrap;
        white-space: nowrap;
    }

.sidebar-action-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.product-pricing span {
    font-size: 15px;
    font-weight: 500;
    color: #00394f;
    line-height: 1;
}

.sidebar-list-item {
    gap: 20px;
    position: relative;
    padding-right: 20px;
}

    .sidebar-list-item .product-image {
        min-width: 100px;
        height: 100px;
    }

    .sidebar-list-item .remove-item {
        position: absolute;
        right: 0;
        top: 20px;
        color: #00394f;
    }

.product-price-total {
    margin-top: 20px;
    justify-content: space-between;
    padding-bottom: 20px;
}

.gbutton, .gbutton i, .signtext a {
    display: inline-block;
}

.sidebar-action-btn a {
    flex-grow: 1;
    height: 60px;
    line-height: 58px;
}

.m-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.mx-30 {
    margin-left: 30px;
    margin-right: 30px;
}

.signup-wrapper {
    box-shadow: 0 5px 29px rgba(0,0,0,.1);
}

.signup-wrapper-header {
    padding: 60px 40px;
    color: #fff;
}

.signup-wrapper-body {
    padding: 40px 40px 50px;
}

.signup-body-subtitle {
    font-size: 14px;
}

.signup-body-title {
    font-size: 36px;
    color: #00394f;
    font-weight: 700;
    line-height: 1.2;
}

.signtext a {
    color: #23cc88;
}

.sign-single-input label {
    font-size: 18px;
    color: #00394f;
    margin-bottom: 10px;
}

.signup-title {
    font-size: 52px;
}

.sign-input input {
    width: 100%;
    padding: 0 25px 0 55px;
}

.sign-input i {
    position: absolute;
    color: #23cc88;
}

.gbutton {
    line-height: 60px;
    color: #23cc88;
    transition: .3s;
    padding: 0 25px;
    position: relative;
    z-index: 1;
    min-width: 290px;
    text-align: start;
}

    .gbutton i {
        font-size: 30px;
        transform: translateY(3px);
        margin-right: 35px;
        color: #fff;
    }

    .gbutton:hover:before {
        width: 100%;
        border-radius: 0;
    }

    .gbutton:before {
        position: absolute;
        left: 0;
        top: 0;
        width: 75px;
        height: 100%;
        z-index: -1;
        content: "";
        border-radius: 0 30px 30px 0;
        transition: .3s;
    }

.sign-buttons .def-btn {
    padding: 0 60px;
}

.error-title {
    font-size: 52px;
    color: #00394f;
    margin-bottom: 15px;
    font-weight: 600;
    line-height: 1.2;
}

.dark_mode nav.right_menu_togle {
    background: #f7f7f7;
}

.cinkes-dark-light-view-box {
    position: fixed;
    transition: .3s;
    width: 36px;
    height: 70px;
    border-radius: 18px;
    z-index: 999;
    background-color: #111;
    cursor: pointer;
}

    .cinkes-dark-light-view-box .cinkes-dark-light-view-toogle-dot {
        position: absolute;
        width: 36px;
        height: 36px;
        transition: .3s;
        background: #fff;
        border-radius: 50%;
        left: 0;
        top: 0;
    }

    .cinkes-dark-light-view-box::after, .cinkes-dark-light-view-box::before {
        position: absolute;
        left: 50%;
        font-family: "Font awesome 5 pro";
        transform: translateX(-50%);
        color: #fff;
    }

    .cinkes-dark-light-view-box .cinkes-dark-light-view-toogle-dot.pos-bottom {
        top: 34px;
    }

    .cinkes-dark-light-view-box::before {
        top: 5px;
        content: "\f186";
    }

    .cinkes-dark-light-view-box::after {
        bottom: 5px;
        content: "\f185";
    }

.dark_mode .app-download, .dark_mode .blog, .dark_mode .cart, .dark_mode .checkout, .dark_mode .class, .dark_mode .contact, .dark_mode .contact-3, .dark_mode .counter-2, .dark_mode .course__sort-inner .nice-select, .dark_mode .error, .dark_mode .feature, .dark_mode .gallery, .dark_mode .latest-news, .dark_mode .neterror, .dark_mode .our-staff, .dark_mode .partner, .dark_mode .releted-product, .dark_mode .shop, .dark_mode .signup-area {
    background-color: #f7f7f7;
}

    .dark_mode .blog-admin, .dark_mode .blog-card, .dark_mode .blog-comment-panel, .dark_mode .blog-sidebar-box, .dark_mode .cart-table-bottom, .dark_mode .class-card, .dark_mode .class-comment, .dark_mode .contact-form input, .dark_mode .contact-form textarea, .dark_mode .contact-info-wrapper ul li i, .dark_mode .grey-bg-2, .dark_mode .panel, .dark_mode .product-details-bottom-part, .dark_mode .shop-details-cart-buttons .quantity, .dark_mode .shop-details-lg-img, .dark_mode .shop-details-sm-images .slick-slide, .dark_mode .sidebar-box, .dark_mode .signup-area .signup-wrapper, .dark_mode .single-blog, .dark_mode .table-responsive, .dark_mode .your-order {
        background-color: #fff;
    }

        .dark_mode .contact-info-wrapper ul li i:hover {
            background-color: #23cc88;
        }

.dark_mode .shop-card-overlay {
    background: rgba(255,255,255,.7);
}

.hidden {
    height: 0;
    visibility: hidden;
    opacity: 0;
}

.simple-pagination ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.simple-pagination li a, .simple-pagination li span {
    background: 0 0;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    padding: 0;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight: 500;
    font-size: 16px;
    border: 2px solid #f6f6f6;
    color: #00394f;
}

    .simple-pagination li a:hover, .simple-pagination li span:hover {
        color: #fff;
        border-color: transparent;
    }

    .simple-pagination li a:focus, .simple-pagination li a:focus-within, .simple-pagination li span:focus, .simple-pagination li span:focus-within {
        box-shadow: none;
    }

.simple-pagination li a {
    transform: translateY(-8px);
}

.simple-pagination .current {
    color: #fff;
    background-color: #23cc88;
    border-color: #23cc88;
}

.simple-pagination .next.current, .simple-pagination .prev.current {
    background: #23cc88;
    opacity: .3;
}

.pagination-container ul li a {
    box-shadow: 0;
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .shop-main-wrapper .products-wrapper.products-full-6-column > div {
        width: calc((100% - 120px)/ 5);
    }

    .shop-main-wrapper .products-wrapper.products-full-4-column > div, .shop-main-wrapper .products-wrapper.products-full-5-column > div {
        width: calc((100% - 90px)/ 4);
    }

    .part-txt.pl-70 {
        padding-left: 40px;
    }

    .blog-page-blog-title {
        font-size: 32px;
    }

    .blog-page-blog-single-title {
        font-size: 38px;
    }

    .blog-quote-txt-p {
        font-size: 26px;
    }

    .contact-info-wrapper.ml-60 {
        margin-left: 40px;
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .shop-main-wrapper .products-wrapper.products-full-6-column > div {
        width: calc((100% - 90px)/ 4);
    }

    .shop-main-wrapper .products-wrapper.products-full-4-column > div, .shop-main-wrapper .products-wrapper.products-full-5-column > div {
        width: calc((100% - 60px)/ 3);
    }

    .counter-box-2.mt-120 {
        margin-top: 0;
    }

    .popular-post-title, .sidebar-class-title {
        font-size: 16px;
    }

    .bottom-footer-social.mr-30, .class-thumb.mr-20, .feature-part-icon.mr-20, .footer-info-icon-wrap.mr-20 {
        margin-right: 15px;
    }

    .kidba-features-wrapper.pl-60, .part-txt.pl-70, .shop-details-txt.pl-50 {
        padding-left: 30px;
    }

    .blog-sidebar-title {
        font-size: 22px;
    }

    .navbar-nav li {
        margin: 0 18px;
    }

    .contact-info-wrapper.ml-60 {
        margin-left: 30px;
    }

    .blog-page-blog-single-title {
        font-size: 34px;
    }

    .blog-quote-txt-p, .footer-card-title, .gallery-title {
        font-size: 24px;
    }

    .popular-post-date {
        font-size: 14px;
    }

    .blog-content-wrapper.mr-30, .bottom-footer-social.mr-40 {
        margin-right: 20px;
    }

    .class-details-title {
        font-size: 42px;
    }

    .course-sidebar .class-info .box.text-center {
        flex-direction: column;
    }

    .section-heading.mb-70 {
        margin-bottom: 60px;
    }

    .facility-card-txt.px-50 {
        padding-left: 40px;
        padding-right: 40px;
    }

    .nav-cart.mr-75 {
        margin-right: 25px;
    }

    .banner.pt-150 {
        padding-top: 140px;
    }

    .banner-subtitle-2.mb-7, .banner-subtitle.mb-7, .banner-title-2.mb-7, .banner-title.mb-7 {
        margin-bottom: 8px;
    }

    .banner-title {
        font-size: 70px;
        line-height: 80px;
    }

    .banner-txt.p-200 {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .r-gap-70 {
        row-gap: 30px;
    }

    .feature-part-icon {
        width: 70px;
        height: 70px;
    }

    .feature-txt {
        width: calc(100% - 85px);
    }

    .divider.m-30 {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .feature-title {
        font-size: 130px;
    }

        .feature-title.mt--16 {
            margin-top: -12px;
        }

    .feature-sub-title-2.mt-1 {
        margin-top: 2px !important;
    }

    .cta-title {
        font-size: 45px;
    }

        .app-download-title.mt--14, .cta-title.mt--14 {
            margin-top: -11px;
        }

    .app-download-title {
        font-size: 45px;
        line-height: 60px;
    }

        .app-download-title.mb-40 {
            margin-bottom: 33px;
        }

    .blog-card-txt.p-30 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .blog-card-txt.px-30, .footer-single-info.px-30 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .blog-bottom-part.px-20 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .footer-info-icon-wrap {
        height: 35px;
    }

    .footer-info-txt {
        font-size: 18px;
    }

    .footer-card.pr-30 {
        padding-right: 0;
    }

    .footer-social-icon {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }

        .footer-social-icon.mr-15 {
            margin-right: 5px;
        }

    .feature-card.px-20 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .class-details-video.p-125 {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .panel-body.px-50, .panel-heading.px-60 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .panel-body.p-50 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .blog-page-blog-title {
        font-size: 32px;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .kidba-features-wrapper.pl-60, .part-img.pl-30 {
        padding-left: 10px;
    }

    .part-txt.pl-70, .pl-30.contact-wrapp, .shop-details-txt.pl-50 {
        padding-left: 0;
    }

    .banner-subtitle, .blog-panel-title h3, .blog-sidebar-title, .blog-title, .class-title, .facility-title, .footer-card-title, .staff-name {
        font-size: 24px;
    }

    .gallery-filter-btn.ml-20, .single-content-wrapper.ml-20, .single-content-wrapper.ml-30 {
        margin-left: 0;
    }

    .blog-page-blog-single-title {
        font-size: 36px;
    }

    .ig-posts a {
        flex: 0 0 calc(20% - 0px);
        max-width: calc(20% - 12px);
    }

    .blog-content-wrapper.mr-30, .bottom-footer-social.mr-40, .gallery-filter-btn.mr-20, .single-content-wrapper.mr-20 {
        margin-right: 0;
    }

    .uptomd-padding-20 {
        padding-top: 20px;
    }

    .btn-box.pt-40, .uptomd-padding-30 {
        padding-top: 30px;
    }

    .uptomd-padding-50 {
        padding-top: 50px;
    }

    .part-txt.part-text-list {
        padding: 40px;
    }

        .part-txt.part-text-list .box.box-1.text-center {
            flex-direction: row;
        }

    .contact-info.kitba-contact, .control-panel.mb-30, .feature-title.mb-14, .footer-card-title.mb-25 {
        margin-bottom: 20px;
    }

    .about-title, .class-details-title, .counter-txt, .cta-title, .section-title, .shop-details-product-title {
        font-size: 40px;
    }

    .footer-single-info.border-l {
        border-top: 1px solid #804bff;
        border-left: 0;
    }

    .footer-info-txt-area {
        width: max-content;
    }

    .logo {
        width: 100px;
    }

    .navbar-toggler {
        width: 45px;
        height: 40px;
        background: linear-gradient(145deg,#8ecf35,#23cc88);
        color: #fff;
        padding: 0;
        font-size: 16px;
    }

    .bottom-header, .header-2 {
        background: #fff;
    }

    .navbar-toggler:focus {
        box-shadow: 0 0;
    }

    .top-left {
        padding: 5px 0;
    }

        .top-left .d-sm-flex {
            flex-wrap: wrap;
            justify-content: center;
        }

    .header-txt {
        padding: 0 10px;
        border: 0;
        height: 30px;
        line-height: 30px;
        text-align: center;
        margin-bottom: 10px;
    }

    .header-right-txt {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        border-top: 1px solid rgba(255,255,255,.3);
        border-bottom: 1px solid rgba(255,255,255,.3);
    }

    .bottom-header {
        padding: 30px 0;
    }

    .dropdown-menu, .nav-link:after {
        display: none;
    }

    .navbar-nav.mb-2 {
        margin-bottom: 0 !important;
    }

    .navbar-nav.p-40 {
        padding-top: 10px;
        padding-bottom: 0;
    }

    .nav-item.pl-20, .nav-item.pr-20, .nav-item.px-20 {
        padding: 0 !important;
    }

    .nav-link {
        height: 35px;
        line-height: 35px;
    }

    .header-2.pt-35 {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .banner.pt-150 {
        padding-top: 115px;
    }

    .banner-txt.p-180 {
        padding: 220px 0 130px;
    }

    .app-download-title.mt--14, .banner-subtitle-2.mt--9, .banner-subtitle.mt--9 {
        margin-top: -8px;
    }

    .about-class-box.mb-20, .banner-subtitle-2.mb-7, .banner-subtitle.mb-7, .banner-title-2.mb-7, .banner-title.mb-7 {
        margin-bottom: 9px;
    }

    .banner-title {
        font-size: 70px;
    }

    .btn-box {
        gap: 15px;
    }

    .banner-2.pt-90 {
        padding-top: 55px;
    }

    .banner-title-2 {
        font-size: 75px;
    }

    .banner-paragraph-2.mb-11 {
        margin-bottom: 7px;
    }

    .banner-txt.p-200 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .breadcrumb-title {
        font-size: 60px;
    }

        .breadcrumb-title.mt--23, .class-details-txt.mt--9 {
            margin-top: -7px;
        }

        .breadcrumb-title.mb-0 {
            margin-bottom: 11px !important;
        }

    .r-gap-70 {
        row-gap: 24px;
    }

    .feature-part-icon {
        width: 70px;
        height: 70px;
    }

    .feature-txt {
        width: calc(100% - 90px);
    }

    .blog-title.mt--2, .feature-sub-title.mt--7, .feature-title.mt--16 {
        margin-top: -6px;
    }

    .divider.m-30 {
        margin: 15px 0;
    }

    .feature-txt p.mt--6, .footer-card-txt.mt--6 {
        margin-top: -5px;
    }

    .feature-img {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

        .feature-img img {
            max-height: 600px;
            width: 100%;
            object-fit: cover;
        }

    .feature-title {
        font-size: 100px;
        line-height: 1.2;
    }

    .feature-sub-title-2 {
        font-size: 45px;
    }

    .class-details-info.mb-30, .class-details-video.mb-35, .divider.mb-30, .feature-box.mb-70, .feature-icon.mb-50, .quote-icon.mb-30 {
        margin-bottom: 25px;
    }

    .cta-title.mt--14, .footer-links.mt--17 {
        margin-top: -9px;
    }

    .about-list span.mr-30 {
        margin-right: 15px;
    }

    .amount, .client-name, .feedback-txt, .gallery-filter-btn {
        font-size: 16px;
    }

    .counter-img {
        width: 150px;
    }

        .counter-img.mb--60 {
            margin-bottom: -45px;
        }

    .counter-txt.mb-20 {
        margin-bottom: 10px;
    }

    .counter-box-2 .counter-txt {
        font-size: 52px;
    }

    .counter-box-2.mt-120 {
        margin-top: 0;
    }

    .staff-name.mb-0 {
        margin-bottom: 2px !important;
    }

    .app-download-btn {
        max-width: 115px;
    }

        .app-download-btn.mr-75 {
            margin-right: 25px;
        }

    .app-download-title {
        font-size: 30px;
        line-height: 40px;
    }

        .app-download-title.mb-40, .footer-follow-dialogue.mb-23 {
            margin-bottom: 18px;
        }

    .app-download-txt.mb-60, .blog-image.mb-35, .shop-page-top-bar.mb-50 {
        margin-bottom: 30px;
    }

    .facility-card-txt.px-50 {
        padding-left: 35px;
        padding-right: 35px;
    }

    .facility-icon {
        width: 50px;
        height: 50px;
    }

        .facility-icon img {
            width: 60%;
        }

    .controls {
        justify-content: center;
        flex-wrap: wrap;
        column-gap: 25px;
    }

    .gallery-filter-btn.mx-20 {
        margin-left: 0;
        margin-right: 0;
    }

    .contact-page-title, .gallery-title {
        font-size: 20px;
    }

        .gallery-title.mt--3 {
            margin-top: -1px;
        }

        .gallery-title.mb-10 {
            margin-bottom: 12px;
        }

    .gallery-sub-title.mb--2 {
        margin-bottom: -3px;
    }

    .quote-icon {
        width: 80px;
    }

    .feedback-title {
        font-size: 29px;
    }

    .blog-card-txt.p-30, .blog-image.p-35, .class-comment-txt.p-30 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .blog-card-txt.px-30, .blog-image.px-35, .class-comment-txt.px-60 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .blog-bottom-part.px-20 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .footer-single-info {
        justify-content: center;
    }

        .footer-single-info.p-35 {
            padding-top: 25px;
            padding-bottom: 25px;
        }

        .footer-single-info.px-30 {
            padding-left: 10px;
            padding-right: 10px;
        }

    .footer-info-icon-wrap {
        height: 45px;
    }

        .footer-info-icon-wrap img {
            height: auto;
            max-height: 100%;
        }

    .footer-card.pr-30 {
        padding-right: 0;
    }

    .footer-card-title.pb-27 {
        padding-bottom: 18px;
    }

    .footer-links.mb--18 {
        margin-bottom: -11px;
    }

    .footer-link {
        font-size: 16px;
        line-height: 30px;
    }

    .bottom-footer p {
        text-align: center;
        margin-top: 20px;
    }

    .footer-social-box {
        flex-wrap: wrap;
        justify-content: center !important;
        gap: 10px;
    }

    .bottom-footer-social {
        height: 30px;
        font-size: 16px;
    }

    .footer-social-icon {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

        .footer-social-icon.mr-15, .shop-control-txt.mr-10 {
            margin-right: 5px;
        }

    .feature-icon {
        width: 80px;
        height: 80px;
        padding: 20px;
    }

    .class-details-txt.mb-25, .feature-sub-title.mb-25 {
        margin-bottom: 15px;
    }

    .feature-txt-2.mt--6 {
        margin-top: -10px;
    }

    .class {
        overflow: hidden;
    }

    .class-details-teacher-name.mb-11 {
        margin-bottom: 14px;
    }

    .about-class-box {
        flex-direction: column !important;
    }

        .about-class-box.r-gap-30 {
            row-gap: 0;
        }

    .class-details-video.p-125 {
        padding-top: 105px;
        padding-bottom: 105px;
    }

    .class-comment-title.mb-21 {
        margin-bottom: 13px;
    }

    .class-comment.ml-100 {
        margin-left: 30px;
    }

    .blog-comment-txt, .blog-quote-txt, .class-comment-txt {
        width: 100%;
    }

    .sidebar-class-txt {
        width: calc(100% - 70px);
    }

    .blog-details-video.p-145, .contact-3.p-120, .shop.p-120 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .shop-control.mr-30 {
        margin-right: 10px;
    }

    .shop-control-txt {
        font-size: 12px;
    }

    .shop-control-btn {
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 12px;
    }

    .shop-control-form {
        height: 25px;
    }

    .cart-table {
        min-width: max-content;
    }

    .blog-image.p-70 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .blog-image.px-50 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .blog-image.d-flex {
        flex-direction: column;
    }

    .blog-page-blog-title {
        font-size: 32px;
    }

    .blog-img-txt {
        font-size: 18px;
        line-height: 28px;
    }

    .popular-post-img.ml-25 {
        margin-left: 15px;
    }

    .blog-quote-icon {
        width: 45px;
    }

        .blog-quote-icon.mr-15 {
            margin-right: 0;
            margin-bottom: 15px;
        }

    .blog-quote-txt-p {
        font-size: 25px;
    }

    .blog-nav.px-30 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .blog-single-comment {
        flex-direction: column;
        align-items: flex-start !important;
    }

        .blog-single-comment.pr-30 {
            padding-right: 20px;
        }

    .blog-comment-avatar.mr-20 {
        margin-right: 0;
        margin-bottom: 25px;
    }

    .blog-comment-textarea {
        height: 100px;
    }

    .contact-page-title.mt--1 {
        margin-top: -2px;
    }

    .contact-page-title.mb-26 {
        margin-bottom: 27px;
    }

    .contact-textarea {
        height: 120px;
    }

    .contact-info-icon {
        width: 16px;
    }

        .contact-info-icon img {
            width: 70%;
        }

    .map {
        height: 300px;
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .facility-icon-minus-top {
        margin-top: -15px;
    }

    .gallery-image.gallery-image-2 .img, .map {
        height: 200px;
    }

    .dropdown-menu, .nav-link:after, br {
        display: none;
    }

    .clients {
        margin-bottom: 40px;
    }

    .admin-name, .contact-page-title, .counter-sub-txt, .gallery-title, .shop-details-price {
        font-size: 20px;
    }

    .contact-titletext, .error-title {
        font-size: 36px;
    }

    .blog-page-blog-single-title {
        font-size: 28px;
    }

    .ig-posts a {
        flex: 0 0 calc(20% - 0px);
        max-width: calc(20% - 12px);
    }

    .signup-title {
        font-size: 45px;
    }

    .signup-body-title {
        font-size: 32px;
    }

    .banner-subtitle-2, .blog-title, .class-comment-title, .class-title, .facility-title, .staff-details-title {
        font-size: 24px;
    }

    .course__sort {
        margin-top: 15px;
    }

    .about-title, .section-title, .shop-details-product-title {
        font-size: 38px;
    }

    .counter-box-2 .counter-txt.mb-14, .counter-txt.mb-20 {
        margin-bottom: 10px;
    }

    .class-details-txt.mb-25, .counter-box-2 .counter-icon.mb-21, .feature-sub-title.mb-25 {
        margin-bottom: 15px;
    }

    .counter-box-2 .counter-part-txt {
        padding: 0 25px;
    }

    .logo {
        width: 100px;
    }

    .navbar-toggler {
        width: 30px;
        height: 25px;
        background: linear-gradient(145deg,#8ecf35,#23cc88);
        color: #fff;
        padding: 0;
        font-size: 16px;
    }

    .bottom-header, .header-2 {
        background: #fff;
    }

    .navbar-toggler:focus {
        box-shadow: 0 0;
    }

    .top-left {
        padding: 5px 0;
    }

        .top-left .d-sm-flex {
            flex-wrap: wrap;
            justify-content: center;
        }

    .header-txt {
        padding: 0 10px;
        border: 0;
        height: 25px;
        line-height: 25px;
        text-align: center;
    }

    .header-right-txt {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        border-top: 1px solid rgba(255,255,255,.3);
    }

    .bottom-header {
        padding: 30px 0;
    }

    .navbar-nav.mb-2 {
        margin-bottom: 0 !important;
    }

    .navbar-nav.p-40 {
        padding-top: 10px;
        padding-bottom: 0;
    }

    .nav-item.pl-20, .nav-item.pr-20, .nav-item.px-20 {
        padding: 0 !important;
    }

    .nav-link {
        height: 35px;
        line-height: 35px;
    }

    .staff-social-btn, .staff-social-btn.bg-1, .staff-social-btn.bg-2, .staff-social-btn.bg-3 {
        background-size: 40px;
    }

    .header-2.pt-35 {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .banner.pt-150 {
        padding-top: 140px;
    }

    .banner-txt.p-180 {
        padding: 80px 0;
    }

    .banner-subtitle, .blog-panel-title h3, .blog-quote-txt-p, .blog-sidebar-title, .footer-card-title, .staff-name {
        font-size: 22px;
    }

    .banner-title, .breadcrumb-title {
        font-size: 55px;
    }

    .btn-box {
        gap: 15px;
    }

    .banner-2.pt-90 {
        padding-top: 55px;
    }

    .app-download-title.mt--14, .banner-subtitle-2.mt--9 {
        margin-top: -8px;
    }

    .about-class-box.mb-20, .banner-subtitle-2.mb-7, .banner-title-2.mb-7 {
        margin-bottom: 9px;
    }

    .banner-title-2 {
        font-size: 62px;
    }

    .banner-paragraph-2.mb-11 {
        margin-bottom: 7px;
    }

    .banner-txt.p-200 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .blog-quote-txt-p.mt--6, .breadcrumb-title.mt--23, .class-details-txt.mt--9 {
        margin-top: -7px;
    }

    .breadcrumb-title.mb-0 {
        margin-bottom: 11px !important;
    }

    .feature-part-icon {
        width: 70px;
        height: 70px;
    }

    .feature-txt {
        width: calc(100% - 90px);
    }

    .feature-sub-title.mt--7, .feature-title.mt--16 {
        margin-top: -6px;
    }

    .divider.m-30 {
        margin: 15px 0;
    }

    .feature-txt p.mt--6, .footer-card-txt.mt--6 {
        margin-top: -5px;
    }

    .feature-title {
        font-size: 90px;
        line-height: 1.2;
    }

        .control-panel.mb-30, .feature-title.mb-14, .footer-card-title.mb-25 {
            margin-bottom: 20px;
        }

    .class-details-title, .feature-sub-title-2 {
        font-size: 40px;
    }

    .app-download-txt.mb-60, .blog-details-video.mb-35, .blog-image.mb-35, .counter-img-2.mb-40, .feature-txt-area.mb-70, .shop-page-top-bar.mb-50 {
        margin-bottom: 30px;
    }

    .class-details-info.mb-30, .class-details-video.mb-35, .feature-box.mb-70, .feature-icon.mb-50 {
        margin-bottom: 25px;
    }

    .feature-txt p.mb--8 {
        margin-bottom: -7px;
    }

    .cta-title {
        font-size: 35px;
    }

        .cta-title.mt--14, .footer-links.mt--17 {
            margin-top: -9px;
        }

    .about-list span.mr-30 {
        margin-right: 15px;
    }

    .amount, .gallery-filter-btn {
        font-size: 16px;
    }

    .counter-box.pt-120 {
        padding-top: 70px;
    }

    .counter-img {
        width: 116px;
    }

        .counter-img.mb--60 {
            margin-bottom: -35px;
        }

    .counter-txt {
        font-size: 42px;
    }

    .counter-box-2.mt-120 {
        margin-top: 0;
    }

    .staff-name.mb-0 {
        margin-bottom: 2px !important;
    }

    .gallery-sub-title.mb--2, .staff-position.mb--8 {
        margin-bottom: -3px;
    }

    .staff-social-btn {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .app-download-btn {
        max-width: 115px;
    }

        .app-download-btn.mr-75 {
            margin-right: 25px;
        }

    .app-download-title {
        font-size: 30px;
        line-height: 40px;
    }

        .app-download-title.mb-40, .class-comment-title.mb-47, .footer-follow-dialogue.mb-23 {
            margin-bottom: 18px;
        }

    .controls {
        justify-content: center;
        flex-wrap: wrap;
        column-gap: 25px;
    }

    .gallery-filter-btn.ml-20 {
        margin-left: 0;
    }

    .bottom-footer-social.mr-40, .gallery-filter-btn.mr-20 {
        margin-right: 0;
    }

    .gallery-filter-btn.mx-20 {
        margin-left: 0;
        margin-right: 0;
    }

    .gallery-title.mt--3 {
        margin-top: -1px;
    }

    .gallery-title.mb-10 {
        margin-bottom: 12px;
    }

    .quote-icon {
        width: 80px;
    }

    .feedback-title {
        font-size: 29px;
    }

    .feedback-txt {
        font-size: 18px;
        padding-right: 20px;
    }

    .footer-single-info {
        justify-content: center;
    }

        .blog-image.p-70, .footer-single-info.p-35 {
            padding-top: 30px;
            padding-bottom: 30px;
        }

        .blog-image.px-35, .blog-sidebar-box.px-30, .class-comment-txt.px-60, .footer-single-info.px-30 {
            padding-left: 20px;
            padding-right: 20px;
        }

        .footer-single-info.border-l {
            border-top: 1px solid #804bff;
            border-left: 0;
        }

    .footer-info-icon-wrap {
        height: 40px;
    }

    .footer-info-txt-area {
        width: max-content;
    }

    .footer-card.pr-30 {
        padding-right: 0;
    }

    .footer-card-title.pb-27 {
        padding-bottom: 18px;
    }

    .footer-links.mb--18 {
        margin-bottom: -11px;
    }

    .footer-link {
        line-height: 30px;
    }

    .bottom-footer p {
        text-align: center;
        margin-top: 20px;
    }

    .footer-social-box {
        flex-wrap: wrap;
        justify-content: center !important;
        gap: 10px;
    }

    .bottom-footer-social {
        height: 30px;
        font-size: 16px;
    }

    .footer-social-icon {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

        .footer-social-icon.mr-15, .shop-control-txt.mr-10 {
            margin-right: 5px;
        }

    .feature-icon {
        width: 80px;
        height: 80px;
        padding: 20px;
    }

    .feature-txt-2.mt--6, .single-blog-p.mt--6 {
        margin-top: -10px;
    }

    .class {
        overflow: hidden;
    }

    .class-details-txt-box.pb-120 {
        padding-bottom: 60px;
    }

    .blog-page-blog-title.mb-8, .class-details-teacher-name.mb-11 {
        margin-bottom: 14px;
    }

    .about-class-box {
        flex-direction: column !important;
    }

    .blog-image.d-flex, .class-comment {
        flex-direction: column;
    }

    .about-class-box.r-gap-30 {
        row-gap: 0;
    }

    .about-class.fz-16 {
        font-size: 14px;
    }

    .class-details-video.p-125 {
        padding-top: 65px;
        padding-bottom: 65px;
    }

    .class-comment {
        align-items: flex-start;
    }

        .class-comment.ml-100 {
            margin-left: 30px;
        }

    .class-comment-img.mr-30 {
        margin-right: 0;
        margin-bottom: 25px;
    }

    .blog-comment-txt, .class-comment-txt {
        width: 100%;
    }

        .blog-image.p-35, .blog-sidebar-box.p-25, .class-comment-txt.p-30 {
            padding-top: 20px;
            padding-bottom: 20px;
        }

    .staff-details-txt {
        line-height: 29px;
    }

    .blog-details-video.p-145, .contact-3.p-120, .shop.p-120 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .shop-control.mr-30 {
        margin-right: 10px;
    }

    .shop-control-txt {
        font-size: 12px;
    }

    .shop-control-btn {
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 12px;
    }

    .shop-control-form {
        height: 25px;
    }

    .product-details-bottom-part.p-50 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .product-details-bottom-part.px-50 {
        padding-left: 40px;
        padding-right: 40px;
    }

    .cart-table {
        min-width: max-content;
    }

    .blog-slider-btn.btn-next {
        right: 10px;
    }

    .blog-image.px-50 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .blog-img-txt {
        font-size: 18px;
        line-height: 28px;
    }

        .blog-img-txt.mt--8 {
            margin-top: -11px;
        }

        .blog-img-txt.mb--11 {
            margin-bottom: -8px;
        }

    .blog-page-blog-title.mt--10 {
        margin-top: -3px;
    }

    .single-blog-info.mb-21 {
        margin-bottom: 16px;
    }

    .blog-page-blog-title {
        font-size: 28px;
    }

    .single-blog-p.mb-22, .single-blog-p.mb-27 {
        margin-bottom: 17px;
    }

    .blog-search-form.px-25 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .popular-post-img {
        width: 70px;
    }

        .popular-post-img.ml-25 {
            margin-left: 15px;
        }

    .blog-quote-icon {
        width: 45px;
    }

        .blog-quote-icon.mr-15 {
            margin-right: 0;
            margin-bottom: 15px;
        }

    .blog-quote-txt {
        width: 100%;
        padding-left: 70px;
    }

        .blog-quote-txt .blog-quote-i {
            font-size: 50px;
        }

    .blog-quote-txt-p.mb-7 {
        margin-bottom: 2px;
    }

    .blog-video-btn {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }

    .blog-single-comment {
        flex-direction: column;
        align-items: flex-start !important;
    }

        .blog-single-comment.pr-30 {
            padding-right: 20px;
        }

    .blog-comment-avatar.mr-20 {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .blog-comment-textarea {
        height: 100px;
    }

    .contact-page-title.mt--1 {
        margin-top: -2px;
    }

    .contact-page-title.mb-26 {
        margin-bottom: 27px;
    }

    .contact-textarea {
        height: 120px;
    }

    .contact-info-icon {
        width: 16px;
    }

        .contact-info-icon img {
            width: 70%;
        }
}

@media only screen and (min-width:480px) and (max-width:575px) {
    .facility-icon-minus-top {
        margin-top: 30px;
    }

    .gallery-image.gallery-image-2 .img {
        height: 260px;
    }

    .gallery-filter-btn:after, .navbar-toggler {
        background: linear-gradient(145deg,#8ecf35,#23cc88);
    }

    .about-list span.mr-30, .class-thumb.mr-20, .popular-post-img.mr-20 {
        margin-right: 15px;
    }

    .class-info.class-details-info.d-flex {
        flex-wrap: wrap;
    }

    .shop-details-lg-img.slick-slide {
        padding: 50px;
    }

    .shop-details-sm-images:hover .shop-slick-prev {
        left: 0;
    }

    .shop-details-sm-images:hover .shop-slick-next {
        right: 0;
    }

    .contact-titletext {
        font-size: 30px;
    }

    .blog-comment-txt, .blog-quote-txt, .class-comment-txt, .contact-col-6 {
        width: 100%;
    }

    .blog-comment-reply {
        font-size: 15px;
    }

    .blog-admin, .blog-details-bottom.px-40, .blog-panel-body.px-40, .blog-panel-title.px-40, .blog-single-comment.pl-60.pr-40, .blog-single-comment.px-40, .product-details-bottom-part.px-50 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .banner-subtitle, .blog-panel-title h3, .blog-quote-txt-p, .blog-sidebar-title, .footer-card-title {
        font-size: 22px;
    }

    .blog-quote-wrapper {
        padding-left: 25px;
        padding-right: 25px;
    }

    .blog-page-blog-single-title {
        font-size: 28px;
    }

    .blog-quote-txt .blog-quote-i {
        position: static;
        margin-bottom: 20px;
    }

    .blog-quote-txt {
        padding-left: 0;
    }

    .single-blog:hover .blog-slider-btn {
        left: 35px;
    }

        .single-blog:hover .blog-slider-btn.btn-next {
            right: 35px;
        }

    .blog-page-blog-title {
        font-size: 26px;
    }

    .signup-title {
        font-size: 40px;
    }

    .signup-body-title {
        font-size: 32px;
    }

    .about-title, .class-details-title, .error-title, .section-title, .shop-details-product-title {
        font-size: 36px;
    }

    .list-wrapper .class-card.class-card-2 .popular-class-txt, .part-txt.part-text-list {
        padding: 40px 30px;
    }

    .course__sort {
        margin-top: 15px;
    }

    .course__sort-inner .nice-select .list {
        left: 0;
        right: auto;
    }

    .counter-part-txt {
        padding: 0;
    }

    .class-card.class-card-2 .part-img {
        flex: 0 0 auto;
        max-width: 100%;
        width: 100%;
    }

    .blog-image.d-flex, .class-card.class-card-2, .class-comment {
        flex-direction: column;
    }

        .class-card.class-card-2 .popular-class-txt {
            padding-top: 40px;
            padding-bottom: 40px;
        }

    .navbar-toggler {
        width: 45px;
        height: 40px;
        color: #fff;
        padding: 0;
        font-size: 16px;
    }

    .bottom-header, .header-2 {
        background: #fff;
    }

    .navbar-toggler:focus {
        box-shadow: 0 0;
    }

    .top-left {
        padding: 5px 0;
    }

    .header-txt {
        padding: 0;
        border: 0;
        height: 25px;
        line-height: 25px;
        text-align: center;
    }

    .header-right-txt {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        border-top: 1px solid rgba(255,255,255,.3);
    }

    .bottom-header {
        padding: 30px 0;
    }

    .dropdown-menu, .nav-link:after {
        display: none;
    }

    .navbar-nav.mb-2 {
        margin-bottom: 0 !important;
    }

    .navbar-nav.p-40 {
        padding-top: 10px;
        padding-bottom: 0;
    }

    .nav-item.pl-20, .nav-item.pr-20, .nav-item.px-20 {
        padding: 0 !important;
    }

    .nav-link {
        height: 35px;
        line-height: 35px;
    }

    .header-2.pt-35 {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .banner.pt-150 {
        padding-top: 165px;
    }

    .banner-txt.p-180 {
        padding: 80px 0;
    }

    .banner-title, .breadcrumb-title {
        font-size: 50px;
    }

    .banner-paragraph, .blog-comment-name {
        font-size: 18px;
    }

    .btn-box {
        gap: 15px;
    }

    .banner-2.pt-90 {
        padding-top: 55px;
    }

    .banner-subtitle-2, .blog-title, .class-comment-title, .class-title, .facility-title, .gallery-title, .staff-details-title, .staff-name {
        font-size: 24px;
    }

        .app-download-title.mt--14, .banner-subtitle-2.mt--9 {
            margin-top: -8px;
        }

        .about-class-box.mb-20, .banner-subtitle-2.mb-7, .banner-title-2.mb-7 {
            margin-bottom: 9px;
        }

    .banner-title-2 {
        font-size: 48px;
    }

    .banner-paragraph-2.mb-11 {
        margin-bottom: 7px;
    }

    .banner-txt.p-200 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .blog-quote-txt-p.mt--6, .breadcrumb-title.mt--23, .class-details-txt.mt--9 {
        margin-top: -7px;
    }

    .breadcrumb-title.mb-0 {
        margin-bottom: 11px !important;
    }

    .feature-part-icon {
        width: 70px;
        height: 70px;
    }

    .feature-txt {
        width: calc(100% - 90px);
    }

    .feature-title {
        font-size: 75px;
        line-height: 1.2;
    }

    .cta-title, .feature-sub-title-2 {
        font-size: 35px;
    }

    .cta-title {
        line-height: 45px;
    }

        .cta-title.mt--14, .footer-links.mt--17 {
            margin-top: -9px;
        }

    .btn-box.pt-40 {
        padding-top: 30px;
    }

    .amount, .popular-post-title, .sidebar-title {
        font-size: 16px;
    }

    .popular-class-txt.pl-5 {
        padding: 20px;
    }

    .counter-box.pt-120 {
        padding-top: 70px;
    }

    .counter-img {
        width: 116px;
    }

        .counter-img.mb--60 {
            margin-bottom: -35px;
        }

    .counter-txt {
        font-size: 39px;
    }

        .counter-txt.mb-20 {
            margin-bottom: 10px;
        }

    .counter-box-2 .counter-txt {
        font-size: 52px;
    }

    .counter-box-2 {
        width: 300px;
        height: 300px;
        margin-left: auto;
        margin-right: auto;
    }

        .counter-box-2.p-50p {
            padding-top: 0;
            padding-bottom: 0;
        }

        .counter-box-2.mt-120 {
            margin-top: 0;
        }

    .staff-name.mb-0 {
        margin-bottom: 2px !important;
    }

    .kb-staff-card-social-share-1-1 a:not(:last-child), .shop-control.mr-30 {
        margin-right: 10px;
    }

    .app-download-btn {
        max-width: 100px;
    }

        .app-download-btn.mr-75 {
            margin-right: 25px;
        }

    .app-download-title {
        font-size: 30px;
        line-height: 40px;
    }

        .app-download-title.mb-40, .class-comment-title.mb-47, .footer-follow-dialogue.mb-23 {
            margin-bottom: 18px;
        }

    .app-download-txt.mb-60, .blog-admin.mb-35, .blog-comment-panel.mb-35, .blog-details-video.mb-35, .counter-img-2.mb-40, .shop-page-top-bar.mb-50 {
        margin-bottom: 30px;
    }

    .facility-img-area {
        min-height: 190px;
        height: 190px;
    }

    .comment-textarea.mb-50, .control-panel.mb-30, .def-form.mb-30, .footer-card-title.mb-25, .gallery-popup.mb-30 {
        margin-bottom: 20px;
    }

    .controls {
        justify-content: center;
        flex-wrap: wrap;
        column-gap: 20px;
    }

    .gallery-filter-btn {
        font-size: 16px;
        margin-bottom: 10px;
    }

        .gallery-filter-btn.ml-20 {
            margin-left: 0;
        }

        .bottom-footer-social.mr-40, .gallery-filter-btn.mr-20 {
            margin-right: 0;
        }

        .gallery-filter-btn.mx-20 {
            margin-left: 0;
            margin-right: 0;
        }

        .gallery-filter-btn:after {
            width: 6px;
            height: 6px;
            bottom: 8px;
            border: 0;
        }

    .gallery-popup {
        width: 58px;
        height: 58px;
        line-height: 50px;
    }

    .gallery-title.mt--3 {
        margin-top: -1px;
    }

    .class-comment-details.mb-22, .class-comment-username.mb-22, .gallery-title.mb-10 {
        margin-bottom: 12px;
    }

    .clients {
        margin-bottom: 40px;
    }

    .quote-icon {
        width: 80px;
    }

    .feedback-title {
        font-size: 29px;
    }

    .feedback-txt.mb-41 {
        margin-bottom: 17px;
    }

    .class-details-info.mb-30, .class-details-video.mb-35, .divider.mb-30, .feature-icon.mb-50 {
        margin-bottom: 25px;
    }

    .footer-single-info.p-35 {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .blog-admin.px-30, .blog-image.px-35, .blog-panel-body.px-30, .blog-panel-title.px-30, .blog-single-comment.px-30, .class-comment-txt.px-60, .footer-single-info.px-30, .sidebar-box.px-30 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer-single-info.border-l {
        border-top: 1px solid #804bff;
        border-left: 0;
    }

    .footer-info-icon-wrap {
        height: 40px;
    }

    .footer-info-txt-area {
        width: max-content;
    }

    .footer-card.pr-30 {
        padding-right: 0;
    }

    .footer-card-txt.mt--6 {
        margin-top: -5px;
    }

    .footer-links.mb--18 {
        margin-bottom: -11px;
    }

    .footer-link {
        line-height: 30px;
    }

    .bottom-footer p {
        text-align: center;
        margin-top: 20px;
    }

    .footer-social-box {
        flex-wrap: wrap;
        justify-content: center !important;
        gap: 10px;
    }

    .bottom-footer-social {
        height: 30px;
        font-size: 16px;
    }

    .footer-social-icon {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

        .footer-social-icon.mr-15, .shop-control-txt.mr-10 {
            margin-right: 5px;
        }

    .feature-icon {
        width: 80px;
        height: 80px;
        padding: 20px;
    }

    .class-details-txt.mb-25, .feature-sub-title.mb-25 {
        margin-bottom: 15px;
    }

    .feature-txt-2.mt--6 {
        margin-top: -10px;
    }

    .about-2.p-120, .blog-details-video.p-145, .class-details-video.p-125, .contact-3.p-120, .counter-inner.p-120, .shop.p-120 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .class {
        overflow: hidden;
    }

    .class-details-txt-box.pb-120 {
        padding-bottom: 60px;
    }

    .class-details-teacher-name.mb-11 {
        margin-bottom: 14px;
    }

    .about-class.fz-16, .class-details-teacher-name .fz-16, .popular-post-date {
        font-size: 14px;
    }

    .about-class-box {
        flex-direction: column !important;
    }

        .about-class-box.r-gap-30 {
            row-gap: 0;
        }

    .video-btn.video-btn-2 {
        width: 85px;
        height: 85px;
        line-height: 85px;
        font-size: 35px;
    }

    .class-comment {
        align-items: flex-start;
    }

        .class-comment.ml-100 {
            margin-left: 30px;
        }

    .class-comment-img.mr-30 {
        margin-right: 0;
        margin-bottom: 25px;
    }

    .blog-admin.p-25, .blog-image.p-35, .blog-panel-body.p-30, .blog-single-comment.p-25, .class-comment-txt.p-30 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .blog-comment-textarea, .comment-textarea {
        height: 100px;
    }

    .sidebar-box.p-50 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .shop-control-txt {
        font-size: 12px;
    }

    .shop-control-btn {
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 12px;
    }

    .shop-control-form {
        height: 25px;
    }

    .admin-name, .contact-page-title, .shop-details-price {
        font-size: 20px;
    }

    .product-details-bottom-part.p-50 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .cart-table {
        min-width: max-content;
    }

    .single-blog-txt {
        padding: 50px 35px;
    }

    .popular-post-img {
        width: 70px;
    }

        .popular-post-img.ml-25 {
            margin-left: 15px;
        }

    .blog-quote-icon {
        width: 45px;
    }

        .blog-quote-icon.mr-15 {
            margin-right: 0;
            margin-bottom: 15px;
        }

    .blog-quote-txt-p.mb-7 {
        margin-bottom: 2px;
    }

    .blog-video-btn {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }

    .blog-nav.px-30 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .blog-single-comment {
        flex-direction: column;
        align-items: flex-start !important;
    }

        .blog-single-comment.pr-30 {
            padding-right: 20px;
        }

    .blog-comment-avatar.mr-20 {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .contact-page-title.mt--1 {
        margin-top: -2px;
    }

    .contact-page-title.mb-26 {
        margin-bottom: 27px;
    }

    .contact-textarea {
        height: 120px;
    }

    .contact-info-icon {
        width: 16px;
    }

        .contact-info-icon img {
            width: 70%;
        }

    .map {
        height: 200px;
    }
}
@media only screen and (max-width:800px) {
   .mlogo{
       max-width: 100%;
   }
}
@media only screen and (max-width:479px) {
    .gallery-image.gallery-image-2 .img, .map {
        height: 200px;
    }

    .dropdown-menu, .nav-link:after, .vertical-border, br {
        display: none;
    }

    .gallery-filter-btn:after, .navbar-toggler {
        background: linear-gradient(145deg,#8ecf35,#23cc88);
    }

    .footer-info-icon-wrap {
        height: 40px;
    }

    .banner-txt .btn-box.sm-padd-btn, .blog-image.d-flex, .class-card.class-card-2 {
        flex-direction: column;
    }

        .banner-txt .btn-box.sm-padd-btn .def-btn {
            padding: 0 25px;
            max-width: 296px;
        }

    .about-list span.mr-30, .class-thumb.mr-20, .popular-post-img.mr-20 {
        margin-right: 15px;
    }

    .class-info.class-details-info.d-flex {
        flex-wrap: wrap;
    }

    .shop-details-sm-images:hover .shop-slick-prev {
        left: 0;
    }

    .shop-details-sm-images:hover .shop-slick-next {
        right: 0;
    }

    .banner-paragraph, .blog-comment-name, .contact-info-wrapper ul li, .footer-info-txt {
        font-size: 18px;
    }

    .blog-page-blog-single-title, .contact-titletext {
        font-size: 28px;
    }

    .blog-comment-reply {
        font-size: 15px;
    }

    .blog-panel-body.px-40, .blog-panel-title.px-40, .blog-single-comment.pl-60.pr-40, .blog-single-comment.px-40 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .blog-admin, .blog-details-bottom.d-flex, .list-wrapper .class-card.class-card-2 .popular-class-txt, .part-txt.part-text-list {
        padding: 40px 30px;
    }

    .blog-panel-title h3, .blog-sidebar-title, .blog-title, .class-comment-title, .class-title, .facility-title, .feature-sub-title, .footer-card-title, .staff-name {
        font-size: 22px;
    }

    .blog-quote-wrapper, .panel-heading.px-40, .product-details-bottom-part.px-50, .signup-wrapper-body, .single-blog-txt.px-45, .your-order h3 {
        padding-left: 25px;
        padding-right: 25px;
    }

    .single-blog-txt {
        padding: 50px 25px;
    }

    .blog-quote-txt .blog-quote-i {
        position: static;
        margin-bottom: 20px;
    }

    .blog-quote-txt {
        padding-left: 0;
    }

    .blog-slider-btn {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .single-blog:hover .blog-slider-btn {
        left: 25px;
    }

        .single-blog:hover .blog-slider-btn.btn-next {
            right: 25px;
        }

    .signup-title {
        font-size: 38px;
    }

    .about-title, .class-details-title, .error-title, .section-title, .shop-details-product-title, .signup-body-title {
        font-size: 29px;
    }

    .gbutton {
        padding: 0 15px;
        font-size: 15px;
        min-width: 246px;
    }

        .gbutton i {
            font-size: 24px;
            margin-right: 22px;
        }

        .gbutton::before {
            width: 55px;
        }

    .sign-buttons .def-btn {
        padding: 0 46px;
    }

    .sign-input input {
        padding: 0 15px 0 35px;
    }

    .sign-input i {
        left: 15px;
    }

    .class-comment-actions {
        gap: 10px;
    }

    .blog-comment-txt, .blog-quote-txt, .class-comment-txt, .contact-col-6 {
        width: 100%;
    }

    .course__sort {
        margin-top: 15px;
    }

    .course__sort-inner .nice-select .list {
        left: 0;
        right: auto;
    }

    .basic-pagination ul li:not(:last-child), .shop-control.mr-30 {
        margin-right: 10px;
    }

    .class-card.class-card-2 .part-img {
        flex: 0 0 auto;
        max-width: 100%;
        width: 100%;
    }

    .counter-part-txt {
        padding: 0;
    }

    .class-card.class-card-2 .popular-class-txt, .class-details-video.p-125 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .banner-txt .btn-box .def-btn {
        padding: 0 18px;
    }

    .counter-box-2.mt-120, .facility-icon-minus-top {
        margin-top: 0;
    }

    .navbar-toggler {
        width: 45px;
        height: 40px;
        color: #fff;
        padding: 0;
        font-size: 16px;
        margin-top: 26px;
    }
    

    .bottom-header, .header-2 {
        background: #fff;
    }

    .navbar-toggler:focus {
        box-shadow: 0 0;
    }

    .top-left {
        padding: 5px 0;
    }

    .header-txt {
        padding: 0;
        border: 0;
        height: 25px;
        line-height: 25px;
        text-align: center;
    }

    .header-right-txt {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        border-top: 1px solid rgba(255,255,255,.3);
    }

    .bottom-header {
        padding: 4px 0;
    }

    .navbar-nav.mb-2 {
        margin-bottom: 0 !important;
    }

    .navbar-nav.p-40 {
        padding-top: 10px;
        padding-bottom: 0;
    }

    .nav-item.pl-20, .nav-item.pr-20, .nav-item.px-20 {
        padding: 0 !important;
    }

    .nav-link {
        height: 35px;
        line-height: 35px;
    }

    .header-2.pt-35 {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .banner.pt-150 {
        padding-top: 165px;
    }

    .banner-txt.p-180 {
        padding: 80px 0;
    }

    .admin-name, .availability, .banner-subtitle, .banner-subtitle-2, .blog-quote-txt-p, .contact-page-title, .gallery-title, .panel-heading-txt, .shop-details-price {
        font-size: 20px;
    }

    .banner-title {
        font-size: 45px;
    }

    .btn-box {
        gap: 15px;
    }

    .banner-2.pt-90 {
        padding-top: 55px;
    }

    .app-download-title.mt--14, .banner-subtitle-2.mt--9 {
        margin-top: -8px;
    }

    .about-class-box.mb-20, .banner-subtitle-2.mb-7, .banner-title-2.mb-7 {
        margin-bottom: 9px;
    }

    .banner-title-2, .breadcrumb-title {
        font-size: 40px;
    }

    .banner-paragraph-2 {
        font-size: 16px;
        line-height: 26px;
    }

        .banner-paragraph-2.mb-11 {
            margin-bottom: 7px;
        }

    .banner-txt.p-200 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .blog-quote-txt-p.mt--6, .breadcrumb-title.mt--23, .class-details-txt.mt--9 {
        margin-top: -7px;
    }

    .breadcrumb-title.mb-0 {
        margin-bottom: 11px !important;
    }

    .r-gap-70 {
        row-gap: 24px;
    }

    .feature-part-icon {
        width: 70px;
        height: 70px;
    }

    .feature-txt {
        width: calc(100% - 90px);
    }

    .divider.m-30 {
        margin: 15px 0;
    }

    .feature-part-icon.mr-30 {
        margin-right: 20px;
    }

    .feature-title {
        font-size: 60px;
        line-height: 1.2;
    }

        .feature-title.mt--16 {
            margin-top: -6px;
        }

        .comment-textarea.mb-50, .control-panel.mb-30, .def-form.mb-30, .feature-title.mb-14, .footer-card-title.mb-25, .sidebar-title.mb-30 {
            margin-bottom: 20px;
        }

    .feature-sub-title-2 {
        font-size: 35px;
    }

    .app-download-txt.mb-60, .blog-admin.mb-35, .blog-comment-panel.mb-35, .blog-details-video.mb-35, .counter-img-2.mb-40, .feature-txt-area.mb-70, .shop-page-top-bar.mb-50 {
        margin-bottom: 30px;
    }

    .class-details-info.mb-30, .class-details-video.mb-35, .divider.mb-30, .facility-icon.mb-30, .feature-box.mb-70, .feature-icon.mb-50, .quote-icon.mb-30 {
        margin-bottom: 25px;
    }

    .feature-txt p.mb--8 {
        margin-bottom: -7px;
    }

    .cta-title {
        font-size: 27px;
        line-height: 45px;
    }

        .cta-title.mt--14, .footer-links.mt--17 {
            margin-top: -9px;
        }

    .about-class.fz-16, .class-details-teacher-name .fz-16, .class-time, .popular-post-date, .sidebar-sub-txt {
        font-size: 14px;
    }

    .about-class, .amount, .class-details-teacher-name, .feedback-txt, .footer-info-title, .gallery-filter-btn, .popular-post-title, .sidebar-class-title, .sidebar-title {
        font-size: 16px;
    }

    .popular-class-txt.pl-5 {
        padding: 20px;
    }

    .counter-box.pt-120 {
        padding-top: 70px;
    }

    .counter-img {
        width: 116px;
    }

        .counter-img.mb--60 {
            margin-bottom: -35px;
        }

    .counter-txt {
        font-size: 39px;
    }

        .counter-txt.mb-20 {
            margin-bottom: 10px;
        }

    .counter-box-2 {
        width: 290px;
        height: 290px;
        margin-left: auto;
        margin-right: auto;
    }

        .counter-box-2.p-50p {
            padding-top: 0;
            padding-bottom: 0;
        }

    .staff-name.mb-0 {
        margin-bottom: 2px !important;
    }

    .app-download-btn {
        max-width: 110px;
    }

        .app-download-btn.mr-75 {
            margin-right: 25px;
        }

    .app-download-title {
        font-size: 30px;
        line-height: 40px;
    }

        .app-download-title.mb-40, .class-comment-title.mb-47, .footer-follow-dialogue.mb-23 {
            margin-bottom: 18px;
        }

    .facility-card-txt.px-50 {
        padding-left: 35px;
        padding-right: 35px;
    }

    .facility-icon {
        width: 50px;
        height: 50px;
    }

        .facility-icon img {
            width: 60%;
        }

    .controls {
        justify-content: center;
        flex-wrap: wrap;
        column-gap: 20px;
    }

    .gallery-filter-btn.pb-17 {
        padding-bottom: 15px;
        margin-bottom: 10px;
    }

    .gallery-filter-btn.ml-20 {
        margin-left: 0;
    }

    .bottom-footer-social.mr-40, .gallery-filter-btn.mr-20 {
        margin-right: 0;
    }

    .gallery-filter-btn.mx-20 {
        margin-left: 0;
        margin-right: 0;
    }

    .gallery-filter-btn:after {
        width: 6px;
        height: 6px;
        bottom: 8px;
        border: 0;
    }

    .gallery-title.mt--3 {
        margin-top: -1px;
    }

    .class-comment-details.mb-22, .class-comment-username.mb-22, .gallery-title.mb-10 {
        margin-bottom: 12px;
    }

    .gallery-sub-title.mb--2 {
        margin-bottom: -3px;
    }

    .clients {
        margin-bottom: 40px;
    }

    .popular-post-img, .quote-icon {
        width: 70px;
    }

    .feedback-title {
        font-size: 27px;
        line-height: 35px;
    }

    .footer-single-info.p-35 {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .blog-admin.px-30, .blog-panel-body.px-30, .blog-panel-title.px-30, .blog-single-comment.px-30, .class-comment-txt.px-60, .footer-single-info.px-30, .sidebar-box.px-30 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer-single-info.border-l {
        border-top: 1px solid #804bff;
        border-left: 0;
    }

    .footer-card.pr-30 {
        padding-right: 0;
    }

    .footer-card-title.pb-27 {
        padding-bottom: 18px;
    }

    .footer-card-txt.mt--6 {
        margin-top: -5px;
    }

    .footer-links.mb--18 {
        margin-bottom: -11px;
    }

    .footer-link {
        line-height: 30px;
    }

    .bottom-footer p {
        text-align: center;
        margin-top: 20px;
    }

    .footer-social-box {
        flex-wrap: wrap;
        justify-content: center !important;
        gap: 10px;
    }

    .bottom-footer-social {
        height: 30px;
        font-size: 16px;
    }

    .footer-social-icon {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

        .footer-social-icon.mr-15, .shop-control-txt.mr-10 {
            margin-right: 5px;
        }

    .feature-icon {
        width: 80px;
        height: 80px;
        padding: 20px;
    }

    .class-comment, .kitba-checkout-form-main-space {
        padding: 40px 25px;
    }

    .class-details-txt.mb-25, .feature-sub-title.mb-25 {
        margin-bottom: 15px;
    }

    .feature-txt-2.mt--6 {
        margin-top: -10px;
    }

    .class {
        overflow: hidden;
    }

    .class-details-txt-box.pb-120 {
        padding-bottom: 60px;
    }

    .class-details-teacher-name.mb-11 {
        margin-bottom: 14px;
    }

    .about-class-box {
        flex-direction: column !important;
    }

        .about-class-box.r-gap-30 {
            row-gap: 0;
        }

    .video-btn.video-btn-2 {
        width: 55px;
        height: 55px;
        line-height: 55px;
        font-size: 25px;
    }

    .class-comment-title.mb-21 {
        margin-bottom: 13px;
    }

    .class-comment {
        flex-direction: column;
        align-items: flex-start;
    }

        .class-comment.ml-100, .popular-post-img.ml-25 {
            margin-left: 15px;
        }

    .class-comment-img.mr-30 {
        margin-right: 0;
        margin-bottom: 25px;
    }

    .blog-admin.p-25, .blog-panel-body.p-30, .blog-single-comment.p-25, .class-comment-txt.p-30 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .blog-comment-textarea, .comment-textarea {
        height: 100px;
    }

    .def-sidebar {
        max-width: 320px;
        margin: auto;
    }

    .sidebar-box.p-50 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .sidebar-class-txt {
        width: calc(100% - 70px);
    }

    .blog-page-blog-title, .staff-details-title {
        font-size: 24px;
    }

    .blog-details-video.p-145, .contact-3.p-120, .shop.p-120 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .shop-control-txt {
        font-size: 12px;
    }

    .shop-control-btn {
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 12px;
    }

    .shop-control-form {
        height: 25px;
    }

    .product-details-bottom-part.p-50 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .shop-details-cart-buttons.d-flex {
        flex-direction: column;
        align-items: start;
    }

    .shop-details-price-box.d-flex.gap-55 {
        flex-direction: column;
        align-items: start !important;
        gap: 15px;
    }

    .shop-details-lg-img.slick-slide {
        padding: 40px;
    }

    .your-order-table {
        padding: 0 25px;
        overflow-x: auto;
    }

    .table-responsive {
        overflow-x: auto;
        min-width: 470px;
    }

    .payment-method {
        padding: 0 25px;
    }

    .cart-table {
        min-width: max-content;
    }

    .blog-quote-icon {
        width: 45px;
    }

        .blog-quote-icon.mr-15 {
            margin-right: 0;
            margin-bottom: 15px;
        }

    .blog-quote-txt-p.mb-7 {
        margin-bottom: 2px;
    }

    .blog-video-btn {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }

    .blog-nav.pb-35 {
        padding-bottom: 30px;
    }

    .blog-nav.px-30 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .blog-nav-title.mb-9 {
        margin-bottom: 11px;
    }

    .blog-single-comment {
        flex-direction: column;
        align-items: flex-start !important;
    }

        .blog-single-comment.pl-60 {
            padding-left: 35px;
        }

        .blog-single-comment.pr-30 {
            padding-right: 20px;
        }

    .blog-comment-avatar.mr-20 {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .blog-comment-txt .d-flex {
        flex-direction: column;
        align-items: start !important;
    }

    .contact-page-title.mt--1 {
        margin-top: -2px;
    }

    .contact-page-title.mb-26 {
        margin-bottom: 27px;
    }

    .contact-textarea {
        height: 120px;
    }

    .contact-info-icon {
        width: 16px;
    }

        .contact-info-icon img {
            width: 70%;
        }
}

.faq h4, .faq p {
    border-radius: 6px;
}

@media (max-width:767px) {
    .counter-sub-txt.mb-0 br {
        display: inherit;
    }

    .kidba-features-wrapper.pl-60, .part-img.pl-30, .part-txt.pl-70, .pl-30.contact-wrapp, .shop-details-txt.pl-50 {
        padding-left: 0;
    }

    .course__tab-inner {
        padding: 30px 25px;
    }

    .feature-img.ml-30, .single-content-wrapper.ml-20, .single-content-wrapper.ml-30 {
        margin-left: 0;
    }

    .blog-content-wrapper.mr-30, .blog-details-bottom .btn-box-2.mr-25, .single-content-wrapper.mr-20 {
        margin-right: 0;
    }

    .uptomd-padding-20 {
        padding-top: 20px;
    }

    .uptomd-padding-30 {
        padding-top: 30px;
    }

    .uptomd-padding-50 {
        padding-top: 50px;
    }

    .top-right {
        margin-top: 10px;
    }

    .contact-info.kitba-contact {
        margin-bottom: 20px;
    }

    .spacetopbottomxs, .staff-card.mb-30 {
        margin-bottom: 30px;
    }

    br {
        display: none;
    }

    .spacetopbottomxs {
        margin-top: 30px;
    }

    .about {
        background-position: top right;
    }
}

.bottom-header {
    height: 100px;
}

.fontsizeh2 {
    font-size: 37px !important;
}

@media only screen and (min-width:767px) {
    .fast-call {
        position: fixed;
        left: 7px;
        bottom: 7px;
        z-index: 9999;
        display: flex !important;
    }

    .mobil-nav {
        display: none !important;
    }
}

.faq {
    margin: 60px auto;
    padding: 0 20px;
    font-family: Arial,Helvetica,sans-serif;
}

    .faq h4 {
        background: #fff;
        border-left: 5px solid #0d6efd;
        padding: 16px 18px;
        margin-top: 22px;
        margin-bottom: 8px;
        font-size: 18px;
        font-weight: 600;
        color: #222;
        box-shadow: 0 2px 8px rgba(0,0,0,.05);
        transition: .25s;
    }

        .faq h4:hover {
            background: #f5f9ff;
            transform: translateX(3px);
        }

    .faq p {
        background: #f8f9fa;
        padding: 16px 20px;
        margin-bottom: 16px;
        font-size: 15px;
        line-height: 1.7;
        color: #555;
        border: 1px solid #eee;
    }

@media (max-width:768px) {
    .client-feedback.pr-70.pl-30 {
        padding-left: 0;
        padding-right: 20px;
    }

    .class-info.d-flex.justify-content-between .box > span {
        text-align: left;
    }

    .class-info .box.text-center {
        flex-wrap: wrap;
    }

    .mobil-nav {
        position: fixed;
        bottom: 0;
        top: auto;
        left: 0;
        right: 0;
        box-shadow: 6px 0 10px rgb(0 0 0 / 50%);
        background: rgba(255,255,255,.9);
        z-index: 1049;
    }

    list .item {
        width: 33%;
    }

    .mobil-nav .item-list .item.main-blue a i {
        background: #215399;
    }

    .mobil-nav .item-list .item a small {
        font-weight: 700;
        display: block;
        color: #282828;
        font-size: 65%;
        margin-top: 4px;
    }

    .mobil-nav .item-list .item {
        position: relative;
        width: 20%;
        text-align: center;
        height: auto;
        vertical-align: middle;
        padding: 15px 0;
        float: left;
        margin: 0;
        z-index: 2;
    }

        .mobil-nav .item-list .item a {
            padding-top: 15px;
        }

    list .item a {
        color: #282828;
        display: block;
    }

    .mobil-nav .item-list .item.main-orange a i {
        background: #f39322;
    }

    @media (max-width:768px) {
        .mobil-nav .item-list .item a i {
            position: absolute;
            top: -35px;
            color: #fff;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            margin: 0 auto;
            left: 0;
            right: 0;
            line-height: 50px;
            box-shadow: 0 3px 6px rgb(0 0 0 / 40%);
            background-color: #fff;
        }

        .slidep {
            font-size: 14px !important;
            margin-bottom: 12px !important;
        }
    }

    .mobil-nav .item-list .item.whatsapp-green a i {
        background: #00e676;
    }

    .mobil-nav .item-list .item.instagram-orange a i {
        background: #e3d533;
    }

    .mobil-nav .item-list .item a i {
        position: absolute;
        top: -35px;
        color: #fff;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        margin: 0 auto;
        left: 0;
        right: 0;
        line-height: 50px;
        box-shadow: 0 3px 6px rgb(0 0 0 / 40%);
        background-color: #fff;
    }

    .faq {
        margin: 30px 15px;
    }

        .faq h4 {
            font-size: 16px;
        }

        .faq p {
            font-size: 14px;
        }

}
.image100{
    max-width: 100%;
}
