@media (max-width:600px){
    .top_header {
    display: none;
}

.brown_img {
    width: 100%;
}

.hero_right h1 {
    font-size: 40px;
}

.hero_left_bottom {
    display: none;
}
.brown_img{
    background-position: center !important;
}
.navbar-nav .nav-link {
    padding: 8px 0px !important;
}

.hero_right p {
    font-size: 16px;
    font-weight: 300;
}

.heading h2 {
    font-size: 26px;
}

section.about_us, section.why_choose_us,section.key_milstone ,section.services, section.product ,.contact_us,.map-section{
    padding: 50px 0;
}
section.hero_slider{
    padding-bottom: 75px;
}
section.testimonial{
    padding: 70px 0;
}
section.inner_hero {
    padding-top: 113px;
    padding-bottom: 41px;
}

section.inner_hero h1 {
    font-size: 45px;
    text-align: center;
}
section.blog_content {
    padding: 50px 0;
}

.card.blog_inner_card {
    padding: 0;
}

img.product_inner_image {
    margin-bottom: 30px;
}

.card.blog_inner_card h2 {
    font-size: 23px !important;
}
}
@media (min-width:600px) and (max-width:1024px){
      .top_header {
    display: none;
}
section.inner_hero h1 {
    font-size: 56px;
}

section.inner_hero {
    padding-top: 140px;
    padding-bottom: 65px;
}
.brown_img {
    width: 100%;
}
section.testimonial{
    padding: 90px 0;
}
.white_img {
    display: none;
}

.heading h2 {
    font-size: 35px;
}
.key_content{
    width: 100%;
}
section.about_us, section.why_choose_us,section.key_milstone ,section.services, section.product ,.contact_us,.map-section,section.blog_content{
    padding: 50px 0;
}
section.hero_slider {
    padding: 110px 0;
}

.hero_left_bottom {
    display: none;
}
.brown_img{
    background-position: left !important;
}
.navbar-nav .nav-link {
    padding: 5px 0px;
}
}
@media (min-width:1025px) and (max-width:1440px){
        .brown_img {
        width: 50%;
    }
    section.hero_slider {
    padding: 180px 0;
}
}