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

    .d-mobile {
        display: block;
    }

    .img-logo-footer-container {
        text-align: center;
    }

    .section-title {
        font-size: 25px;
        text-transform: uppercase;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .attachment-item {
        width: calc(100% - 10px);
    }

    .staff-card-details-border {
        border-bottom: 2px solid var(--staff-border-color) !important;
        border-left: 0px !important;
        border-right: 0px !important;
        margin-bottom: 20px;
    }

    .w-100-mobile {
        width: 100%;
    }

    .btn-pdf {
        height: 200px !important;
    }

    .product-card-img-height,
    .card-body-prod-height,
    .product-card-title-height,
    .product-card-makat,
    .product-card-cat-height,
    .product-card-content-height,
    .product-card-price-height,
    .card-actions-body {
        height: auto !important;
        overflow: unset !important;
    }

    .member-section .nav-tabs {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        padding: 0px;
    }

    .member-section .nav-tabs .nav-link {
        width: 100%;
    }

    .member-section .nav-tabs .nav-link.active {
        border: 1px solid var(--member-border-color);
        border-radius: 3px;
    }

    #form-signup,
    #form-login,
    #form-reset-password,
    #form-auth-action

    /* #update-profile,
    #update-email,
    #update-mobile,
    #update-password  */
        {
        max-width: none;
        margin: 0 auto;
    }

    .flex-column-mobile {
        flex-direction: column;
    }

    section {
        overflow-x: auto;
    }

    .dropdown-menu-search.show {
        min-width: 100% !important;
        width: 100vw;
    }

    .list-footer {
        padding: 0px !important;
    }

    .qa-section-container .qa-title {
        font-size: 16px !important;
    }
	
	#navbarSupportedContent .d-mobile .social-link-item {
		color:black !important;
	}
}