@media screen and (max-width: 768px) {
    .nav_links {
        display: none !important;
    }

    .nav-side {
        display: flex !important;
    }

    .side_menu_bg {
        width: 100%;
    }


    .logo img {
        height: 50px;
    }

    .banner_heading {
        font-size: 36px;
        font-weight: 100;
        color: var(--bg-white);
    }

    .banner_heading .bold-text {
        font-size: 50px;
        font-weight: 500;
    }

    .banner_text p {
        color: var(--bg-white);
        font-size: 16px;
        width: 100%;
    }

    .main_banner_content {
        justify-content: start;
        align-items: start;
        flex-direction: column;
        height: 100%;
        gap: 2.5rem;
    }

    .banner_counter {
        width: auto;
    }

    .banner_counter .main_heading {
        font-size: 35px;
    }

    .master_heading {
        font-size: 30px;
    }

    .master_heading span {
        font-size: 50px;
    }

    .main_heading {
        font-size: 28px;
    }

    .about_img img {
        width: 100%;
        margin-top: 4rem;
    }

    .core_box {
        flex-direction: column;
        text-align: center;
    }

    .core_box img {
        width: 70px;
    }

    .vertical_box {
        text-align: center;
    }

    .business_vertical_section .main_heading {
        text-align: center;
    }

    .business_vertical_section .para {
        text-align: center;
    }

    .success_content {
        width: 100%;
        margin-top: 20px;
    }

    .sucess_image {
        height: 250px;
    }

    .count_flex {
        gap: 10px;
        width: 100%;
    }

    .count_heading {
        font-size: 30px;
        font-weight: 500;
    }

    .choose_box img {
        width: 50px;
    }

    .contact_banner_content .main_heading {
        font-size: 35px;
    }

    .footer_logo {
        margin: 0px 0px 20px 0px;
    }

    .footer_logo .para {
        font-size: 14px;
        width: 90%;
    }

    .footer_box {
        margin-top: 5px;
    }

    .footer_box h5 {
        font-size: 15px;
    }

    .footer_menu li a {
        font-size: 14px;
    }

    .footer_menu .para {
        font-size: 14px;
    }

    .copy {
        display: flex;
        gap: 5px;
        flex-direction: column;
    }

    .footer_bottom {
        align-items: center;
        justify-content: space-between;
        flex-direction: column-reverse;
        gap: 20px;
        padding: 1rem 0px 1rem 0rem;
    }

    .footer_bottom p {
        font-size: 12px;
    }

    footer .social_links ul {
        padding-left: 0px !important;
    }

    .main_banner {
        -webkit-animation: none;
        animation: none;
    }

    .inner_banner {
        -webkit-animation: none;
        animation: none;
        padding: 1rem 0px;
    }

    .inner_banner .banner_counter .para {
        color: var(--bg-white);
        width: 100%;
        margin-bottom: 5px;
        font-size: 14px;
    }

    .inner_banner .banner_counter .main_heading {
        font-size: 25px;
        margin-bottom: 0px;
    }

    .inner_banner .main_banner_content {
        gap: 1.5rem;
    }

    .about_page .about_img img {
        width: 100%;
        margin-top: 0px !important;
        margin-bottom: 2rem;
    }

    .row-rev {
        flex-direction: column-reverse;
    }

    .mission_vision .about_img img {
        width: 100%;
        margin-top: 0px !important;
        margin-bottom: 2rem;
    }

    .sevice_about_img {
        margin-bottom: 20px;
        height: 200px;
        border-radius: 20px;
    }

    .manpower_about_content {
        margin-left: 0px;
    }

    .services_text {
        padding: 10px;
        border-radius: 20px;
    }

    .services_image {
        margin-bottom: 15px;
        border-radius: 15px;
    }

    .services_image img {
        height: 200px;
    }

    .manpower_oil_gas .main_heading {
        width: 100%;
        margin: 0px auto;
        text-align: center;
        margin-bottom: 10px;
    }

    .manpower_oil_gas .para {
        width: 100%;
        margin: 0px auto;
        text-align: center;
        margin-bottom: 30px;
    }

    .why-choose-box {
        padding: 20px;
        border-bottom: 1px solid #eaeaea;
    }

    .last_box_why {
        border-bottom: none;
    }

    .healthcare_serv_box h5 {
        width: 96%;
        border-radius: 14px;
    }

    .contact_title h2 {
        font-size: 45px;
        font-weight: 500;
    }

    .contact_title .para {
        font-size: 16px;
    }

    .contact_title iframe {
        margin-bottom: 20px;
    }

    .contact_from {
        padding: 2rem 1.5rem;
        border-radius: 20px;
    }

    .it_tab_img {
        height: 200px;
        margin-bottom: 20px;
    }
.blog_details_section .blog_img {
    height: 300px;
}
    .blog_details_content .admin_name,
    .blog_details_content .admin_date,
    .blog_details_content .admin_category {
        font-size: 13px !important;
    }
    .blogs_inner_banner {
    background-position: left center;
}
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
    .navbar ul li a {
        font-size: 14px;
    }

    .sub-menu .menu-link {
        font-size: 15px;
    }


}

@media screen and (min-width: 767px) and (max-width: 1000px) {
    .nav_links {
        display: none !important;
    }

    .nav-side {
        display: flex !important;
    }
}

/* @media screen and (min-width: 1600px) and (max-width: 1920px) {

} */