@media(min-width:992px) and (max-width:1199px) {
    .container {
        max-width: 1100px;
    }
}

@media(max-width:991px) {
    .amin_menu {
        display: none;
    }

    .hero_section {
    height: 100%;
    padding: 100px 0px;
}

    .hero_imgbox {
        display: none;
    }

    .top_detail ul li h4 {
    display: none;
}
.logo{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hamburger-icon{
    display: flex;
}
}

@media(max-width:767px) {
    .hero_content h1 {
    font-size: 35px;
}

.hero_content h5 {
    font-size: 16px;
}

header .logo img {
    max-width: 110px;
}
.top_header{
    display: none;
}

.about_content h2 {
    font-size: 28px;
}

.main_heading h2 {
    font-size: 28px;
}

.text_copy {
    text-align: center;
    margin-bottom: 10px;
}

.footer_social {
    justify-content: center;
}

.copy_right:before {
    left: -41px;
}

.text_copy p a {
    color: #fff;
}

.accourding_content h4 {
    font-size: 18px;
}

.accourding_content .accordion-header button {
    font-size: 15px;
}

.footer_logo img {
    max-width: 150px;
}
}