@media (max-width: 575.98px) {
    .logo img {
        max-height: 100px;
        width: auto;
        margin-left: -15px;
    }
    .more {
        bottom: 12px;}
    .w-100{
        width: 100%!important;
    }
    .carousel-inner {
        height: auto;
    }
    .home-banner {
        background: url(../images/banner_mob.png) 50% 50%/cover;
        max-width: 100%;
        height: 100vh;
        padding-left: 0;
        padding-right: 0;
        position: relative;
    }
    .carousel-caption1 {
        display: none;}
        .about_sec {
            padding: 34px 0;
            margin: 0;
            background: none;
        }
        .about_sec h3 {
            font-size: 30px;
        }
        .about_sec p {
            font-size: 24px;
            line-height: normal;
        }
        .about_sec .card-title {
            font-size: 24px;
        }
       .about_sec .card-body {
            flex: initial;
            padding: 0 1rem;
        }
    .button_about {
        margin-top: 0;}
        .gallery {
            padding: 34px 0;
            background: #222222;
        }
        .gallery h5 {
            font-size: 34px;
            margin-bottom: 34px;
            line-height: normal;}
            .gallery h5 span {
                font-size: 24px;}
                .opening_hrs {
                    padding: 34px 0;}
                    .opening_hrs h5 span {
                        font-size: 24px;}
                        .opening_hrs h5 {
                            margin-bottom: 34px;
                            font-size: 34px;
                            line-height: normal;}
                            footer {
                                padding: 34px 0 34px 0;
                                background: #222222;
                            }
                            footer .heading {
                                margin-bottom: 34px;
                                font-size: 34px;
                                line-height: normal;
                            }
                            .copyright {
                                text-align: center;}
                                .copyright span {
                                    text-align: center;
                                    margin-bottom: 10px;
                                    justify-content: center;
                                }
                                .call_us a {
                                    font-size: 24px;}
                                    .email a {
                                        font-size: 24px;}
                                        .about_sec_inner h4 {
                                            margin-top: 34px;}
                                            .at_aglance {
                                                padding: 34px 0;
                                                background: #000000;
                                            }
                                            .at_aglance h5 {
                                                font-size: 34px;}
                                                .at_aglance h6 {
                                                    font-size: 34px;
                                                }
                                                .our_work {
                                                    padding: 34px 0;
                                                    background: #000000;
                                                    text-align: center;
                                                }
                                                .our_work h5 {
                                                    font-size: 34px;
                                                }
                                                .our_work h6 {
                                                    font-size: 24px;
                                                    margin-top: 0;
                                                }
                                                .our_work p {
                                                    font-size: 20px;}
                                                    .contact_inner {
                                                        padding: 34px 0;
                                                    }
                                                    .contact_inner h4 {
                                                        font-size: 34px;}
                                                        .contact_inner h5 {
                                                            margin-bottom: 34px;
                                                            font-size: 20px;}
                                                            .contact_inner .heading {
                                                                font-size: 30px;}
                                                                .contact_inner p {
                                                                    font-size: 20px;}
                                                                    .subheading_banner {
                                                                        font-size: 32px;
                                                                        line-height: normal;
                                                                    }
                                                                    #tsum-tabs main {
                                                                        padding: 0 10px 50px 10px;}
                                                    
.navbar-collapse {

    padding: 0;

}
.navbar-collapse .dropdown-menu {
    background-color: #4e4e4e;
}
.navbar-collapse .navbar-nav .nav-link:hover{
    background:none;
}
.navbar-collapse .navbar-nav .nav-link {
    padding: 0 0 10px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #505050;
}
.navbar-toggler-icon {
    background:url(../images/menu.svg) no-repeat center top;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0!important;
}
.nav {
    display: flex;
    flex-wrap:nowrap;
    padding-left: 0;
    list-style: none;
    overflow-x: scroll;
    
}

}

/* Ipad */
@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .w-100 {
        width: auto!important;
    }
    
}
