@media (max-width:1200px) {
    .ftm-list-bx .ftm-item-outer {
        width: 25%;
        flex: 0 0 25%;
    }
}

@media (max-width:992px) {

    /* ---
    Header-992 res-css 
    --- */

    .main-header {
        padding: 0 10px;
    }

    .main-header .logo-div{
        left: 10px;
    }
    .menu-right-bx{
        right: 10px;
    }

    .menu-bx{
        display: none;
    }

    .resm-list{
        display: block;
    }

    .res-menu-bx{
        overflow: hidden;
        overflow-x: auto;
        display: flex;
        padding: 8px 5px;
    }

    .res-menu-bx::-webkit-scrollbar{
        display: none;
    }

    .login-drop-bx {
        right: 0px;
        left: inherit;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    /* ---
    Search-992 res-css 
    --- */
    .search-page {
        padding: 0px 0 20px
    }

    .spage-left {
        position: fixed;
        left: -100%;
        z-index: 1;
        top: 0px;
        padding: 0;
        height: 100%;
        overflow: hidden;
        overflow-y: auto;
        z-index: 1025;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background: white;
    }

    .spage-left.active {
        left: 0px;
    }

    .sp-left-header .commun-close-icon {
        display: block;
    }

    .overlaydiv.search-over {
        visibility: visible;
        opacity: 1;
    }

    .sp-left-inner {
        border-radius: 0;
        height: initial;
        position: initial;
        top: initial;
    }

    .spage-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 0px);
        flex: 0 0 calc(100% - 0px);
        width: calc(100% - 0px);
    }

    .all-reset-btn {
        top: 10px;
        right: 40px;
    }

    .overlaydiv.f-summary-over,
    .overlaydiv.search-over {
        visibility: visible;
        opacity: 1;
    }


    .sp-left-header .dismiss {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .filter-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .spr-sort {
        position: sticky;
        top: 90px;
        background: #ffffff;
        padding: 15px 10px 15px;
        z-index: 1;
        margin: 0 -10px;
        margin-bottom: 15px;
        -webkit-box-shadow: 0px 0px 0px 1px #d3d3d354, #21232678 0px 10px 10px -10px;
        box-shadow: 0px 0px 0px 1px #d3d3d354, #21232678 0px 10px 10px -10px;
    }

    .spr-sort>.show-result {
        left: 10px;
    }

    /* .ftm-list-bx .ftm-item-outer{
        width: 33.33%;
        flex: 0 0 33.33%;
    } */

    .ftm-item .ftm-heading {
        font-size: 14px;
    }

    .spr-filler-bx {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }


    /* Blogs */
    .blog-detail-outer{
        flex-direction: column;
        margin-right: 0;
    }
    
    .blog-detail-outer .detail-news-outer{
        max-width: 100%;
    }
    
    .blog-detail-outer .newssidebx {
        flex: 0 0 auto;
        margin-top: 30px;
    }

    .blog-detail-outer .newssidebx .cat-news-list{
        display: flex;
        flex-wrap: wrap;
    }

    .cat-news-list .cnl-item {
        flex: 0 0 50%;
        padding: 0 15px;
    }
}

@media (max-width:950px) {
    .ftm-item-outer {
        padding: 0;
    }

    .ftm-item {
        padding: 0;
        box-shadow: none;
        flex-direction: column;
    }

    .ftm-item .ftm-item-img {
        margin-top: 15px;
    }

    .ftm-item:hover {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
    }

    .ftm-item .ftm-heading {
        margin-left: 0;
        font-size: 12px;
        margin-top: 10px;
        text-align: center;
    }
}

@media (max-width:768px) {

    .ftd-item {
        transform: scale(0.95);
    }

    .owl-style:not(.testimonial-popup) .owl-nav {
        margin: 0 !important;
        text-align: center;
        margin-top: 16px !important;
    }

    .owl-style:not(.testimonial-popup) .owl-prev,
    .owl-style:not(.testimonial-popup) .owl-next {
        position: relative !important;
        left: inherit !important;
        top: inherit !important;
        transform: inherit !important;
        right: inherit !important;
        margin: 0 5px;
    }

    .trainer-other-detail .tod-item {
        width: 50%;
        flex: 0 0 50%;
    }

    .dash-bx .dash-left{
        top: calc(90px + 69px);
    }

    .progressbar-sticky-div.active{
        top: calc(90px + 69px);
    }

}

@media (max-width:700px) {
    .sub-footer-inner h6 {
        font-size: 24px;
    }

    .heading-bx {
        font-size: 24px;
    }

    .heading-bx.type-text {
        font-size: 24px;
    }
}

@media (max-width:576px) {
    .owl-carousel.owl-style {
        padding: 0;
    }

    .heading-bx {
        font-size: 20px;
    }

    .heading-bx.type-text {
        font-size: 20px;
    }


    .type-text-bx .sub-heading-bx {
        display: none;
    }


    .ftm-list-bx .ftm-item-outer {
        width: 33.33%;
        flex: 0 0 33.33%;
    }

    .ftm-item .ftm-heading {
        font-size: 12px;
        line-height: 1.5;
    }

    .dtd-left {
        flex-direction: column;
    }

    .dl-left {
        padding: 0;
    }

    .dl-right {
        padding-left: 0;
    }

    .trainer-profile .trainer-img {
        margin: inherit;
        margin-bottom: 10px;
    }

    .trainer-other-detail .tod-item {
        width: 100%;
        flex: 0 0 100%;
    }

    .cat-news-list .cnl-item {
        flex: 0 0 100%;
        padding: 0 0px;
    }

}


@media screen and (max-width:500px) {
    .trust-verifi-item .trust-verifi-btn .tvb-verified-span {
        font-size: 12px;
        padding: 2px 6px 2px;
        border-radius: 3px;
    }

    .trust-verifi-item {
        flex-direction: column;
        align-items: center;
    }

    .trust-verifi-item .trust-verifi-heading {
        margin-bottom: 10px;
    }

    .add-new-post{
        display: none;
    }

    .res-post-btn{
        display: flex;
    }
}

@media screen and (max-width:450px) {
    .spage-left {
        -ms-flex: 0 1 90%;
        flex: 0 1 90%;
        width: 90%;
    }

    .sub-footer-inner h6 {
        font-size: 20px;
        text-align: center;
    }

    .ftm-item .ftm-heading {
        font-size: 10px;
    }

    .ftm-item .ftm-item-img {
        width: 45px;
        border-radius: 45px;
        flex: 0 0 45px;
        filter: grayscale(0.2);
        transition: all 0.3s linear;
    }
}

@media screen and (max-width:400px) {
    .profile-inner-tab .profile-tab-heading .info-tag {
        position: static;
    }
    .newcc-card {
        padding: 20px 0;
    }
}

@media screen and (max-width:400px) {
    .popular-slider .mps-item h6 {
        font-size: 12px;
    }
}

@media screen and (max-width:395px) {
    .popup-heading {
        text-align: left;
        margin-bottom: 30px;
        font-size: 20px;
    }
}

@media screen and (max-width:360px) {
    .login-bx .login-btn h6 {
        font-size: 13px;
    }

    .login-bx {
        margin-left: 15px;
    }

    .menu-icon-bx {
        margin-left: 15px;
    }

}

@media screen and (max-width:350px) {
    .popup-heading {
        font-size: 18px;
    }
}

@media screen and (max-width:320px) {
    .ftm-list-bx .ftm-item-outer {
        width: 50%;
        flex: 0 0 50%;
    }
}