@media (max-width: 1199px) {
    .control-buttons {
        display: flex;
        flex-flow: row;
        justify-content: flex-end;
        margin-top: 1rem;
    }

    a.carousel-control-prev,
    a.carousel-control-next {
        position: initial;
    }

    a.carousel-control-prev {
        margin-right: 2rem;
    }

    .logo {
        width: 10%;
    }

    .header_section {
        background-size: cover;
    }

    .menu_text {
        width: 5%;
    }

    .contact_menu {
        padding-top: 5px;
    }

    .toggle_icon {
        font-size: 24px;
    }

    .services_text {
        padding-top: 20px;
    }

    .footer_text {
        font-size: 15px;
    }
}

@media (max-width: 991px) {
    .control-buttons {
        display: none;
    }

    .logo {
        width: 70px;
    }

    .header_section {
        background-size: cover;
    }

    .contact_menu {
        display: none;
    }

    .toggle_icon {
        font-size: 24px;
    }

    .services_text {
        padding-top: 20px;
    }

    .express_text {
        padding-top: 0;
    }

    .copyright_section::before {
        max-width: 600px;
    }

}

@media (min-width: 768px) {
    .service {
        align-items: center;
        flex-flow: row;
    }

    .service > .service_text {
        width: 55%;
    }

    .service > .service_image {
        width: 45%;
    }

    .service > .service_image::after {
        border-bottom: 3rem solid transparent;
        border-left: 3rem solid;
        border-right: none;
        border-top: 3rem solid transparent;
        bottom: 0;
        left: 0;
        margin: auto 0;
        right: auto;
        top: 0;
    }

    .services_section_2 [class^="col-"]:nth-of-type(even) > .service {
        flex-flow: row-reverse;
    }

    .services_section_2 [class^="col-"]:nth-of-type(even) > .service > .service_image::after {
        border-bottom: 3rem solid transparent;
        border-left: none;
        border-right: 3rem solid;
        border-top: 3rem solid transparent;
        bottom: 0;
        left: auto;
        right: 0;
        top: 0;
    }
}

@media (max-width: 767px) {
    a.carousel-control-prev {
        position: absolute;
        left: 175px;
        top: 90%;
        display: none;
    }

    a.carousel-control-next {
        position: absolute;
        left: 236px;
        top: 90%;
        display: none;
    }

    .logo {
        width: 70px;
    }

    .header_section {
        background-size: cover;
    }

    .contact_menu {
        display: none;
    }
    .toggle_icon {
        font-size: 24px;
    }

    .services_text {
        padding-top: 30px;
    }

    .services_section_2 {
        padding-top: 0;
    }

    .services_taital {
        font-size: 27px;
    }

    .copyright_section::before {
        max-width: 400px;
    }

    .popup {
        display: none !important;
    }
}

@media (max-width: 640px) {
    .layout_padding,
    .banner_section {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

@media (min-width: 599px) and (max-width: 767px) {
    .logo {
        text-align: center;
    }
}

@media (min-width: 576px) {
    .eu-banner > img {
        height: auto;
        max-width: 50%;
    }
}

@media (min-width: 1200px) {
    .eu-banner > img {
        max-width: 35%;
    }
}

@media (max-width: 575px) {
    a.carousel-control-prev {
        position: absolute;
        left: 175px;
        top: 90%;
        display: none;
    }

    a.carousel-control-next {
        position: absolute;
        left: 236px;
        top: 90%;
        display: none;
    }

    .logo {
        width: 70px;
    }

    .header_section {
        background-size: cover;
    }

    .contact_menu {
        display: none;
    }

    .toggle_icon {
        font-size: 24px;
    }

    .services_text {
        padding-top: 30px;
    }

    .services_section_2 {
        padding-top: 0;
    }

    .services_section {
        padding-bottom: 0;
    }

    .services_taital {
        font-size: 27px;
    }

    .useful_text {
        padding-top: 20px;
    }

    .copyright_section::before {
        max-width: 400px;
    }

    .copyright_text {
        text-align: left;
    }

    #back-to-top {
        height: 3rem;
        width: 3rem;
    }
}

@media (max-width: 425px) {
    .copyright_section::before {
        max-width: 70%;
    }
}
