



@media (max-width: 1440px) {
    .dark-home .banner-section:before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: -moz-linear-gradient( -38deg, rgb(1,1,1) 0%, rgb(7,16,21) 100%);
        background-image: -webkit-linear-gradient( -38deg, rgb(1,1,1) 0%, rgb(7,16,21) 100%);
        background-image: -ms-linear-gradient( -38deg, rgb(1,1,1) 0%, rgb(7,16,21) 100%);
        z-index: 1;
        opacity: 0.95;
    }
    .banner-content-slider .slick-dots {
        left: -50px;
    }
    .about-page .about-section:before {
        opacity: 0.25;
    }
    .about-page .about-section:after {
        opacity: 0.4;
    }
}


@media (max-width: 1199px) {
    .banner-section {
        height: 850px;
    }
    .banner-content h2 {
        font-size: 38px;
        margin-bottom: 15px;
    }
    .banner-content h1 {
        font-size: 62px;
        margin-bottom: 30px;
    }
    .gallery-single {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .testimonial-section {
        padding: 34px 100px 87px 100px;
    }
    .about-block p {
        width: 100%;
    }
}


@media (max-width: 991px) {
    .header-section .header-top {
        display: none;
    }
    .header-section .header-bottom {
        background-color: #ffffff;
        -webkit-box-shadow: 0px 6px 11px 0px rgba( 102, 102, 102, 0.15);
        box-shadow: 0px 6px 11px 0px rgba( 102, 102, 102, 0.15);
    }
    .header-section .header-bottom:after {
        display: none;
    }
    .header-section .header-bottom .navbar-brand {
        display: block;
    }
    .header-section .navbar-nav {
        padding-left: 30px;
        border-top: 2px solid var(--primary-color);
    }
    .header-section .nav-item a {
        color: #333333;
    }
    .header-section .nav-item.active > a {
        color: var(--primary-color);
    }
    .nav-item a {
        display: block;
        padding: 10px 15px;
    }
    .header-section .nav-item.active > a:after, .header-section .nav-item a:hover:after {
        bottom: 10px;
    }
    .sub-menu {
        transition: none;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        position: static;
        display: none;
        opacity: 1;
        visibility: visible;
        width: 100%;
    }
    .navbar-brand img {
        height: 40px;
    }
    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #ffffff;
    }
    .banner-content {
        top: calc(50% + 35px);
    }
    .choose-item {
        margin: 15px;
    }
    .about-content {
        margin-bottom: 50px;
    }
    .offer-section  {
        padding: 50px 0
    }
    .offer-thumb {
        display: none;
    }
    .class-list li {
        -ms-flex: 0 0 calc(100% / 5);
        flex: 0 0 calc(100% / 5);
        max-width: calc(100% / 5);
    }
    .join-section {
        padding-bottom: 25px;
    }
    .pricing-item {
        margin-bottom: 30px;
    }
    .testimonial-section {
        padding: 34px 50px 87px 50px;
    }
    .dark-home .post-item+.post-item {
        margin-top: 0;
    }
    .dark-home .blog-section .post-item {
        margin-bottom: 30px;
    }
    .col-lg-6+.col-lg-6 .info-item {
        margin-top: 15px;
    }
    .footer-widget-part .widget {
        margin-top: 45px;
    }
    .banner-video-part .video-btn {
        display: none;
    }
    .btn-grp .video-btn {
        width: 70px;
        height: 70px;
        line-height: 70px;
        opacity: 1;
    }
    .about-thumb {
        text-align: center;
        margin-top: 30px;
    }
    .about-vr-slider .slick-dots {
        right: -10px;
    }
    .class-schedule-section .nav-item {
        margin: 5px;
    }
    .join-thumb {
        margin-bottom: 30px;
    }
    .join-content {
        text-align: center;
    }
    .add-block-inner {
        padding: 15px 15px;
    }
    .add-block-icon {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
    .add-block-content {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
        padding: 10px 0 0 0;
    }
    .single-banner-content-area {
        padding: 175px 0;
    }
    .sidebar {
        margin-top: 50px;
    }
    .cnt-info {
        padding: 20px 15px;
    }
    .error-page .main-wrap {
        padding-top: 100px;
    }
    .error-text-part {
        width: 100%;
    }
    .event-section .post-content {
        padding: 30px 30px;
    }
    .order-wrap {
        margin-top: 50px;
    }
    .single-shop-details {
        margin-top: 50px;
    }
    .single-shop-info .nav-tabs .nav-item .nav-link {
        padding-right: 0;
        font-size: 18px;
    }
    .pro-rev-text {
        padding-left: 15px;
    }
}

@media (max-width: 767px) {
    .banner-section {
        height: 750px;
    }
    .banner-content h2 {
        font-size: 32px;
    }
    .banner-content h1 {
        font-size: 56px;
    }
    .join-thumb {
        display: none;
    }
    .pricing-item {
        padding: 25px 25px;
    }
    .gallery-single {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .testimonial-section {
        padding: 34px 50px 87px 50px;
    }
    .header-widgets {
        padding: 15px;
        width: 320px;
    }
    .check-view {
        margin-top: 15px;
    }
    .cmn-btn {
        font-size: 16px;
        padding: 6px 20px;
    }
    h4 {
        font-size: 22px;
    }
    .video-content {
        padding: 150px 0;
    }
    .section-padding {
        padding-top: 65px;
        padding-bottom: 80px;
    }
    .col-lg-6+.col-lg-6 .info-item {
        margin-top: 0;
    }
    .trainner-slider-style-2 .trainer-details {
        padding: 15px 15px;
    }
    .add-block-icon {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        text-align: right;
    }
    .add-block-content {
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
        text-align: left;
        padding: 0 0 0 25px;
    }
    .single-banner-content-area {
        padding: 135px 0;
    }
    .widget+.widget {
        margin-top: 30px;
    }
    .cnt-info {
        margin: 15px 0;
    }
    .shop-feature {
        margin: 10px 0;
    }
    
}

@media (max-width: 575px) {
    .banner-section {
        height: 650px;
    }
    .banner-content h2 {
        font-size: 28px;
        margin-bottom: 5px;
    }
    .banner-content h1 {
        font-size: 38px;
        margin-bottom: 20px;
    }
    .class-list {
        justify-content: center;
    }
    .class-list li {
        -ms-flex: 0 0 calc(100% / 3);
        flex: 0 0 calc(100% / 3);
        max-width: calc(100% / 3);
    }
    .header-widgets {
        width: 285px;
    }
    .lab-mini-cart .pro-details {
        margin-left: 15px;
    }
    .offer-content h2 {
        font-size: 28px;
    }
    .dark-home .offer-block {
        padding: 0 30px 0px 30px;
    }
    .dark-home .offer-block h1 {
        font-size: 72px;
    }
    .gym-btn {
        margin-top: 25px;
    }
    .full-bg.gym-btn {
        padding: 8px 10px;
    }
    .join-content h2 {
        font-size: 38px;
        margin-top: 0;
        margin-bottom: 10px;
    }
    .video-btn {
        width: 65px;
        height: 65px;
        line-height: 62px;
    }
    .post-thumb .post-date {
        padding: 10px 25px;
    }
    .col-lg-6+.col-lg-6 .info-item {
        margin-top: 15px;
    }
    .about-vr-slider .slick-dots {
        display: none !important;
    }
    .home-two .offer-content h2 {
        font-size: 28px;
    }
    .offer-block {
        margin-top: 15px;
    }
    .offer-block {
        padding: 5px 30px 20px 30px;
    }
    .offer-block h1 {
        font-size: 54px;
    }
    .class-item {
        padding: 8px 15px;
    }
    .about-page .about-section:before {
        display: none;
    }
    .post-wrap .post-content {
        padding: 20px 20px;
    }
    .c-content {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
    }
    .cmnt-auth {
        margin-right: 5px;
    }
    .reply-icon {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }
    .error-text-part {
        height: 240px;
    }
    .error-text {
        font-size: 150px;
    }
    .error-page .main-wrap {
        padding-top: 25px;
    }
    #clock .count-single {
        padding: 15px 15px;
    }
    #clock .count-single {
        margin: 5px;
    }
    .d-t-list li.half {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center !important;
    }
    .discount-form input[type="text"] {
        -ms-flex: 0 0 68%;
        flex: 0 0 68%;
        max-width: 68%;
    }
    .discount-form input[type="button"] {
        -ms-flex: 0 0 32%;
        flex: 0 0 32%;
        max-width: 32%;
    }
    .cs-trainer-details {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .cs-trainer-thumb {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .venue-list-part {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 15px 15px;
    }
}

@media (max-width: 385px) {
    .navbar-brand img {
        height: 32px;
    }
    .horizontal-item {
        padding: 15px 10px;
    }
    .horizontal-content {
        padding-left: 15px;
    }
    .offer-content h2 {
        font-size: 24px;
    }
    .dark-home .offer-block h1 {
        font-size: 54px;
    }
    .comments li ul {
        margin-left: 30px;
    }
}


