@media only screen and (max-width: 767px) and (min-width: 280px) {

    header a.logo {
        padding: 0;
    }

    header a.logo img {
        max-width: 230px;
    }

    .text-bg-back {
        font-size: 80px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transform: translateX(-50%);
        /* top: -46px; */
    }

    .m-img-width img {
        max-width: 530px;
        /* margin-bottom: 25px; */
    }

    #clients,
    #clients .row {
        padding-top: 2rem !important;
    }

    .side-menu .inner-wrapper {
        padding: 3.5rem 2rem;
    }

    .navbar-top-default {
        background-color: #1C3E95;
        border: none;
    }

    .sidemenu_btn span,
    .sidemenu_btn_mobile span {
        background: #fff;
    }

    header a.m-logo img {
        max-width: 50px;
        margin-top: 5px;
    }

    .header-appear .navbar-top-default {
        background-color: #1C3E95;
        z-index: 99999;
    }

    #counters .counters-wrap .d-flex {
        margin-bottom: 25px;
    }

    .mobile-margin-height {
        margin-bottom: 55px;
        margin-top: 45px;
    }

    .bullet_line {
        width: 80%;
        height: 120%;
    }

    .about_img_left {
        position: relative;
    }

    .img-width img {
        width: 200px;
        height: 200px;
    }

    .about_img_right {
        right: 15px;
        bottom: -65px;
    }

    .content-goals-peta p {
        line-height: 1.6;
        font-size: 14px;
    }

    .text-bg-back-center {
        font-size: 40px;
    }

    .mobile-mb-55 {
        margin-bottom: 55px;
    }

    .orderby {
        width: 100%;
    }

    .product-title {
        font-size: 14px;
        margin: 0;
    }

    .product-card-body {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .product-detail {
        padding-left: 0;
        padding-top: 35px;
    }

    .text-align-left {
        text-align: left;
    }

    .product-header {
        font-size: 22px;
    }

    .single_post_info {
        flex-direction: column;
    }

    .single_post_info .post_info-divider {
        flex-basis: unset;
        width: 130px;
        margin: 25px 0;
    }

    .author-info_wrapper {
        flex-direction: column;
    }

    .prev-link_wrapper,
    .next-link_wrapper {
        max-width: 100%;
        width: 100%;
    }

    .back-nav_page {
        display: none;
    }

    .page-title {
        padding: 150px 0 100px 0;
    }

    .blog-header h2 {
        font-size: 1.5rem;
    }

    .blog-detail .post_meta-wrap .post-meta-data,
    .post_meta-wrap .meta-wrapper.post-meta-data {
        font-size: 12px;
    }

    .blog-post_content {
        padding: 25px 25px 22px;
    }

    .side-menu {
        z-index: 999999;
    }

    .owl-fullscreen.home-slider .owl-nav {
        display: none;
    }
}