/* X-Small size: */
@media (max-width: 576px) {

}

/* Small size: */
@media (min-width: 576px) {

}

/* Medium size: */
@media (max-width: 768px) {
    .ms-3.btn.btn-success.f230ro-lansare {
        margin-bottom: 1em !important;
    }
    .doc-img-container {
        margin-bottom: 2em;
    }
    .first-footer-element {
        margin-bottom: 1em;
    }
    .main-banner-container, .main-banner-img-container {
        height: 30em;
    }
    .main-banner-title {
        font-size: 24px;
        line-height: normal;
        text-shadow: initial;
        margin-bottom: 2em;
    }
    .main-banner-desc {
        font-size: 18px;
        line-height: normal;
    }
    #header {
        width: 100%;
        height: 96px;
    }
    .navbar-container {
        padding-left: 30px;
        padding-right: 30px;
        margin-top: 0;
        top: 0;
    }
    .the-separator {
        margin-top: 0px;
        display: block;
    }
    .navbar-items-container {
        background: white;
        width: 100%;
        margin-top: 69px;
        border-radius: 20px;
        overflow: hidden;
        border-style: outset;
    }

    button.navbar-toggler {
        margin-right: 2px;
        box-shadow: 4px 4px black;
        border: 1px solid black;
        transition: box-shadow 500ms, margin 500ms;
    }

    button.navbar-toggler:focus {
        box-shadow: 4px 4px black;
    }

    button.navbar-toggler:active {
        margin-right: 0px;
        margin-top: 2px;
        box-shadow: 2px 2px var(--bs-navbar-toggler-focus-width);
        border: 1px solid black;

        background-color: #2376e8;
        box-shadow: 0 5px #666;
        transform: translateY(4px);

    }

    .navbar-items-container .nav-item {
        margin: 0 auto;
    }

    .navbar-items-container .navbar-phone-container {
        flex-direction: column;
        padding-left: 0px;
    }

    .navbar-phone-container .btn-phone {
        margin: 1em 0;
    }

    /*.posts-gallery-btns {*/
    /*    margin-bottom: 85px;*/
    /*}*/

    .reverse-elem {
        flex-direction: column;
    }

    .gallery-post-item {
        height: auto;
        flex-direction: column;
    }

    .footer-container {
        height: auto;
    }

    .footer-logo-container {
        height: auto;
        margin-top: 3em;
        margin-bottom: 3em;
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .footer-logo-container .footer-logo {
        border-radius: 100px;
        width: 50%;
    }

    .filter-button:not(active) {
        font-weight: bold;
    }

    .filter-button {
        font-size: 14px;
        /*font-weight: bold;*/
    }

    .partners-slider-img-container {
        width: 90px;
        height: 90px;
    }

    .footer-category-elements {
        margin-bottom: 1em;
    }

    .copyright-container {
        padding: 1em 0;
        flex-direction: column;
    }

    .copyright-container .footer-elem2 {
        padding-top: 10px;
    }

    .copyright-container .footer-elem2 a {
        height: 100%;
        display: block;
    }

    .aboutus-logo {
        width: 100%;
    }
}

/* Large size: */
@media (min-width: 992px) {

}

/* Extra large size: */
@media (min-width: 1200px) {

}

/* Extra extra large: */
@media (min-width: 1400px) {

}