@media (max-width:767px) {
    .topnav {
        display: none;
    }

    .reverse {
        flex-direction: column-reverse;
    }

    .hero_banner_content h1 {
        font-size: 36px;
        line-height: 42px;

    }

    .service_page_heading h1 {
        font-size: 28px;
    }

    .service_page_heading p {
        font-size: 14px;
    }

    .service_page_heading h5 {
        font-size: 16px;
    }

    .main_heading h2 {
        font-size: 28px;
        line-height: 36px;
    }

    .main_heading p {
        font-size: 14px;
    }

    .center_main_heading h2 {
        font-size: 28px;
        line-height: 36px;
    }

    .center_main_heading p {
        font-size: 14px;
    }

    .lets_talk_content h2 {
        font-size: 28px;
        line-height: 36px;
    }

    .lets_talk_content p {
        font-size: 14px;
    }

    .hero_banner_content p {
        font-size: 16px;
    }

    .hero_banner_content h2 {
        font-size: 32px;
    }

    .accordion button {
        font-size: 1rem;
    }

    .hero_section {
        margin-top: 62px;
        /* padding-top: 45px; */
    }

    .top_about_section {
        height: 200px;
        margin-top: 60px;
    }

    .top_contactus_section {
        height: 200px;
        margin-top: 60px;
    }
    .service_page_hero_section{
        margin-top: 60px;
    }

    .tab-link {
        padding: 10px 7px;
    }

    .unbeatable_expertise_content {
        width: 83%;
    }

    .unbeatable_expertise_content ul li {
        font-size: 14px;
    }
    .footer_nav{
        display: block;
    }
    .project {
        width:100%;
    }
}