@media (max-width: 1300px) {
}

@media (max-width: 1120px) {
}

@media (max-width: 992px) {
    .hero_area {
        height: auto;
    }

    .quote_btn-container {
        justify-content: center;
        margin-top: 10px;
    }

    .custom_nav-container .navbar-nav {
        padding-top: 15px;
    }

    .custom_nav-container .navbar-nav .nav-item .nav-link {
        padding: 5px 25px;
        margin: 5px 0;
    }

}

@media (max-width: 1000px) {
    .g_ewm {
        position: relative;
        top: 10px;
        /*left: 454px;*/

        width: 100%;
        height: 144px;
        box-sizing: border-box;
        background-color: rgba(0, 0, 0, 0.83);
        border-radius: 15px;
        border: 1px solid #b79b56;
    }

    .g_ewm > div {
        float: left;
        height: 146px;
        text-align: center;
    }

    .code {
        width: 85px;
        height: 85px;
    }

    .code_title {
        width: 85px;
    }

    .ewm1 {
        width: 25%;
        height: 25%;
    }

    .ewm2 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .iosDown {
        background: url("../imgs/ios.png") no-repeat;
        background-size: 100% 100%;
        width: 120px;
        height: 48px;

    }

    .AndroidDown {
        background: url("../imgs/android.png") no-repeat;
        background-size: 100% 100%;
        width: 120px;
        height: 48px;
        margin-top: 15px;
    }
}

@media (max-width: 768px) {


    .project_section .box .detail-box {
        opacity: 1;
        visibility: visible;
    }

    .invt_section .img-box {
        margin-top: 45px;
    }

    .contact_section .form_container {
        padding: 45px 25px;
    }

    .info_section .info_contact .link-box {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .client_section .carousel-control-prev {
        left: 0;
    }

    .client_section .carousel-control-next {
        right: 0;
    }
}

@media (max-width: 480px) {
    .slider_section .detail-box h1 {
        font-size: 2rem;
    }

    .subscribe_section form {
        flex-direction: column;
    }

    .subscribe_section form button {
        margin-left: 0;
        margin-top: 5px;
    }

    .client_section .box {
        flex-direction: column;
    }

    .client_section .box .img-box {
        margin: 0;
        margin-left: 15px;
        margin-bottom: -55px;
    }

    .client_section .box .detail-box {
        background-color: #ffffff;
        padding: 75px 15px 15px 15px;
    }

}

@media (max-width: 420px) {
}

@media (max-width: 376px) {
    .slider_section .box .num-box {
        width: 55px;
        height: 55px;
        font-size: 22px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}