@media only screen and (max-width:991px) {

    header {
        border-bottom: 1px solid #ddd;
        box-shadow: 0px 0px 10px #ccc;
    }

    .menubar>ul>li>a {
        padding: 5px !important;
    }

    .logo a img {
        width: 90px;
    }

    .menu-section {
        position: inherit;
    }

    header {
        position: sticky;
        top: 0;
        z-index: 2;
    }

}

@media only screen and (max-width:767px) {

    .logo {
        display: inline-block;
    }

    .logo img {
        width: 80px;
        margin-right: 15px;
    }

    .sub-btn a span {
        padding: 0 6px;
    }

    .sub-menu>a {
        font-size: 14px;
    }

    header {
        border-bottom: 1px solid #ddd;
        box-shadow: 0px 0px 10px #ccc;
    }

    header h1 {
        font-size: 25px;
    }

    header span {
        font-size: 15px;
    }

    .copyright-menu {
        text-align: center;
    }

    .copyright p {
        text-align: center;
        font-size: 14px;
    }

     #gallery {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;

        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

}

@media only screen and (max-width:575px) {
    body {
        font-size: 14px;
    }

    header {
        border-bottom: 1px solid #ddd;
        box-shadow: 0px 0px 10px #ccc;
    }

    header h1 {
        font-size: 20px;
    }

    .footer-head h6 {
        font-size: 16px;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }

    .footer-head ul li a {
        font-size: 14px;
    }

    .mobileAdd {
        left: 0 !important;
        width: 100%;
    }

    .logo a img {
        width: 80px;
    }

     #gallery {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;

        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
}

@media only screen and (max-width:400px) {
    header h1 {
        display: block;
        font-size: 18px;
    }

    header span {
        display: block;
        font-size: 14px;
    }
}
