@media only screen and (max-width: 767px) {
    .default-btn {
        font-size: 14px;
        padding: 10px 14px 10px 40px !important;
    }
        .default-btn i {
            left: 15px !important;
            top: 50% !important;
            right: auto;
        }
    .single-team-card .team-img {
        height: 210px;
    }
    .single-team-card .team-content {
        padding: 20px;
        background: #fff;
    }
    .top-header-area{
        display:none !important;
    }
    .others-option-for-responsive .others-options .option-item .default-btn {
        display: none !important;
    }
    .switch-box .slider.round {
        display: none !important;
    }
    .mobile-responsive-nav .mobile-responsive-menu.mean-container a.meanmenu-reveal{
        right:auto !important;
        left:0 !important;
    }
    .mobile-responsive-nav .mobile-responsive-menu .logo {
        position: relative;
        z-index: 1;
        width: 100px;
        margin: 00;
        padding: 0;
    }
    .mobile-responsive-nav .mobile-responsive-menu.mean-container a.meanmenu-reveal {
        top: 0;
        padding: 0;
        width: 33px;
        height: 20px;
        padding-top: 10px;
        padding-left: 10px;
    }
    .switch-box .switch {
        display:none !important;
    }

    .schedule-card__flag {
        top: 65px;
        z-index: 2;
        width: 65px;
    }
    .figther-img {
        width: 150px;
        background-size: cover;
        background-position: right;
        background-repeat: no-repeat;
    }
    .fight-title:after {
        display:none !important;
    }
    .fight-title:before {
        display: none !important;
    }
    .schedule-card {
        margin: 10px 00px;
    }
    .schedule-card {
        background-color: #232428;
        border: 10px solid #fff;
        position: relative;
        padding: 25px 00 00 00;
        direction: ltr;
        border-radius: 24px;
        background-image: url(../images/course/course-bg.png);
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .default-btn i {
        right: auto;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .default-btn {
        font-size: 15px;
        font-weight: 400;
        padding: 12px 25px 12px 50px;
    }
}