@media (max-width: 992px) {
    .d-only {
        display: none;
    }

    #base_news {
        margin: 20px 2%;
    }

    .row {
        margin-right: 0;
        margin-left: 0;
    }

    .header-banner .logo {
        height: 100px;
        width: 100px;
        right: 40%;
        display: none;
    }

    .header-banner .logo-text {
        right: 0%;
        width: 90%;
    }

    .navbar-toggler {
        color: #ffffff;
        background-color: #ffffff;
        border: var(--bs-border-width) solid #ffffff;
    }

    .navbar ul {
        margin-block-start: 17px;
        padding-inline-start: 0;
    }

    .nav-item {
        padding: 10px 10px;
        font-size: 16px;
    }

    section {
        margin: 50px 1%;
    }

    #base_news {
        margin: 20px 2px;
    }

    #base_news .mySwiper .swiper-slide .counter p {
        padding: 30px 0;
    }

    #base_news .mySwiper {
        height: 40rem;
    }

    #website-services .row {
        --bs-gutter-x: 3rem;
    }

    #website-services .service-card {
        text-align: center;
        margin: 5px;
    }

    #website-services .service-card .col-sm-12:only-child {
        padding: 5px;
    }

    #website-services .service-card .col-sm-12 img {
        margin-bottom: 10px;
        height: 50px;
        width: 50px;
    }

    #peyvandha .rigth-side-banner {
        margin: 10px 2px;
    }

    #peyvandha .section-title .title {
        margin: 10px 5px;
    }

    #footer .row > * {
        width: unset;
    }

    #website-services .nav-item {
        width: 50%;
        padding: 10px;
        text-align: center;
    }

    #website-services .nav-item h5 {
        text-align: center;
    }

    .header-banner .login-signup {
        margin-top: 50px;
    }

    #counter_body {
        margin-right: 0 !important;
    }
}