@media(min-width:1201px) and (max-width:1399px){
header .container {
    max-width: 1180px;
}
}
@media(min-width:992px) and (max-width:1200px){
    header .container {
    max-width: 1100px;
}

.menu_all .btn_main {
    margin-left: 10px;
}
.menu_all ul li a {
    margin-right: 0px;
    padding: 10px 10px;
}
}

@media(min-width:768px) and (max-width:991px){
.container {
    max-width: 950px !important;
}
}


@media(max-width:991px){
    .menu_all {
    display: none;
}

.hambuger_mobile{
    display: block;
}
}

@media (max-width: 768px) {
    .slider-container {
        width: 100%;
        height: 550px;
        overflow-x: hidden;
        position: relative;
    }

    .slide img {
        width: 150px;
        height: 320px;
    }

    .app_btn a img {
        width: 100%;
    }

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

    .hero_content h5 {
        font-size: 16px;

    }

    .footer_links {
        margin-top: 30px;
    }
.breadcrumb_content h2 {
    font-size: 31px;
}

}

@media(max-width:767px){
    .hero_img {
    margin-top: 50px;
}

.work_box h2, .work_box h2 {
    font-size: 30px;
}
.breadcrumb_img{
    margin-top: 40px;
}
.map iframe {
    width: 100%;
}

    .breadcrumb_content h2 {
    font-size: 30px;
    text-align: center;
}

.breadcrumb_section{
    padding-top: 50px;
}

.breadcrumb_content a {
    margin: auto;
    display: block;
    width: fit-content;
}
}

@media (max-width: 480px) {
    .slider-container {
        width: 100%;
    }



   .slide img {
    width: 220px;
    height: 100%;
}

    .main_heading h2 {
        font-size: 30px;
    }

    .download-content h2 {
        font-size: 25px;
    }

 .slider-container {
    height: 665px;
}
}

@media (max-width: 375px) {
  .slider-container {
    height: 665px;
}
}