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

@media (min-width: 992px) {
    .top_container::before {
        content: "";
        position: absolute;
        width: 48%;
        height: 100%;
        background: url(../images/hero-bg.png);
        background-size: cover;
        background-position: right bottom;
        background-repeat: no-repeat;
        z-index: -1;
    }
}

@media only screen and (max-width: 992px) {
    .top_container {
        height: auto;
    }
    .top_container.sub_pages {
        height: auto;
    }
    .top_container.sub_pages::before {
        background-size: cover;
    }
    .client_box-container {
        width: 90%;
    }
    .service_detail-container {
        width: 90%;
    }
    .hero-container {
        flex-direction: column;
    }
    .hero_detail-box {
        width: 100%;
        margin-bottom: 45px;
    }
    .hero_img-container {
        width: 100%;
    }
    .top_container {
        background: #082465 !important;
    }
    .top_container::before {
        width: 200%;
    }
    .custom_nav-container.navbar-expand-lg .navbar-nav .nav-item.active .nav-link,
    .custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
        color: #fff;
    }
    .custom_nav-container .nav_search-btn {
        background-image: url(../images/search-icon-mobile.png);
        background-position: center;
    }
}

@media (max-width: 820px) {
    .admission_container {
        width: 450px;
        flex-direction: column;
    }
    .admission_img-box,
    .admission_detail {
        width: 100%;
    }
    .admission_img-box {
        border-radius: 25px 25px 0 0
    }
    .admission_detail {
        border-radius: 0 0 25px 25px;
    }
}

@media (max-width: 768px) {
    .hero_detail-box {
        text-align: center;
    }
}

@media (max-width: 576px) {
    .vehicle_img-box {
        width: 80%;
    }
    .carousel-control-prev,
    .carousel-control-next {
        top: 150%;
    }
    .carousel-control-prev {
        left: 30%;
    }
    .carousel-control-next {
        right: 30%;
    }
    .vehicle_section .carousel-control-prev-icon,
    .vehicle_section .carousel-control-next-icon {
        width: 35px;
        height: 35px;
        background-size: 8px;
    }
    .contact_section,
    .client_section {
        background-image: none;
    }
}

@media (max-width: 480px) {
    .vehicle_img-box {
        width: 100%;
    }
    .admission_container {
        width: 300px;
    }
    .client_container {
        width: 100%;
    }
    .client_detail {
        flex-direction: column;
    }
    .client_detail-box {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .client_detail .client_img-box {
        width: 100px;
        margin-right: 0px;
        margin-bottom: 15px;
    }

}

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

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

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