@media only screen and (max-width: 991px) {
    .navbar-toggler {
        line-height: 1;
        padding: 0;
        border-radius: 0;
    }
    .navbar-toggler.menu-icon {
        width: 40px;
        padding: 0;
        cursor: pointer;
        position: relative;
        border: 0px;
        margin-right: 15px;
    }
    .navbar-toggler.menu-icon span {
        width: 100%;
        height: 4px;
        display: block;
        background-color: #fff;
        margin: 6px 0;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

    .navbar-toggler.menu-icon.active span {
        position: absolute;
        top: calc(50% - 8px);
    }
    .navbar-toggler.menu-icon.active span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .navbar-toggler.menu-icon.active span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .navbar-toggler.menu-icon.active span:nth-child(2) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        display: none;
    }

    .header.active {
        background: #000;
    }

    .header {
        padding: 15px 0px;
    }

    .navbar {
        align-items: center;
    }

    .navbar .navbar-brand {
        width: 75%;
        padding-left: 15px;
    }

    .navbar-light .navbar-nav li {
        margin: 0px !important;
        text-align: center;
        padding: 0px 15px;
    }

    .navbar-light .navbar-nav .nav-item.lang {
        display: inline-block;
        width: auto;
        padding: 10px 15px;
    }

    .navbar-light .navbar-nav .nav-item.mlast {
        display: none;
    }

    .navbar-light .navbar-nav .nav-item.cbox.pink .nav-link {
        margin-bottom: 10px;
    }

    .navbar-light .navbar-brand {
        padding-left: 15px;
    }

    .navbar-light .navbar-brand img {
        max-height: 70px;
    }

    /* Below one css of class home is for sidemenu display with header links. */
    .navbar-light .navbar-nav .nav-item.home {
        display: inline-block;
    }
}

/* Responsive Styles for souvenir section */
/* @media (max-width: 1080px) {
    .souvenir-section {
        padding: 30px;
    }

    .souvenir-title {
        font-size: 1.8em;
    }

    .souvenir-images img {
        margin: 5px;
    }

    .view-more {
        font-size: 1em;
    }
} */

@media (max-width: 769px) {
    .souvenir-section {
        padding: 20px;
    }

    .souvenir-title {
        font-size: 1.5em;
    }

    .souvenir-images img {
        margin: 5px;
        height: auto;
    }

    .view-more {
        font-size: 0.9em;
    }
}

/* Responsive Style for Memorial Section on front Page */
@media (max-width: 769px) {
    .section-background {
        padding: 20px 0px 0px 0px;
    }
    .salute__gun__text__image {
        justify-content: center;
    }
    .gun-img {
        margin-top: 10px;
    }
    .salute__highlight {
        justify-content: center;
    }
}

@media only screen and (max-width: 767px) {
    .flush-xs {
        padding-right: 0px;
        padding-left: 0px;
    }

    .visible-xs {
        display: inline-block;
    }

    .xs-100 {
        width: 100%;
    }

    .underlined::after {
        left: 50%;
        margin-left: -35px;
        width: 70px;
    }

    .row-eq-height {
        display: inline-block;
    }

    .banner .logo img {
        max-height: 80px;
        margin-top: 40px;
    }

    .banner h2 {
        font-size: 34px;
        text-align: center;
    }

    .info h3 {
        font-size: 21px;
    }

    h2 {
        font-size: 39px;
        line-height: 1.4;
    }

    .infomain .iframe iframe {
        height: 235px !important;
    }

    .infomain .owl-theme .owl-nav [class*="owl-"] {
        left: -15px;
    }

    .infomain .owl-theme .owl-nav [class*="owl-"].owl-next {
        left: auto;
        right: -15px;
    }

    .infomain .inf {
        display: inline-block;
        width: 100%;
    }

    .infomain .inf .box {
        width: 48%;
        text-align: center;
        margin: 3px 1px;
        display: inline-block;
    }

    h2 {
        font-size: 35px;
        line-height: 1.4;
    }

    .footer,
    .copyrights {
        text-align: center !important;
    }

    .copyrights .text-right {
        text-align: center !important;
    }

    .citizen-corner .card {
        margin-bottom: 10px;
    }

    .footer .contact-details {
        align-items: start;
    }

    .footer .contact-details p,
    .footer .contact-details a {
        font-size: 16px;
    }

    .footer h3 {
        margin-top: 25px;
    }

    ol.breadcrumb {
        font-size: 11px;
    }

    .title2 h2 {
        font-size: 30px;
        margin-top: 10px;
    }

    .title2 p {
        font-size: 15px;
        line-height: 21px;
    }

    .contact-info h3 {
        font-size: 22px;
        margin-top: 25px;
    }

    .contact-info .lts p {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .contact-info .lts p br {
        display: none;
    }

    .info-common .nav-tabs li {
        width: 100%;
        margin-bottom: 5px;
    }

    .info-common .nav-tabs .nav-link {
        font-size: 18px;
    }

    .head {
        margin-top: 20px;
    }

    .info-common .tab-pane .bgs h4 {
        margin-top: 10px;
    }

    h4 {
        font-size: 23px;
    }

    .info-common .btns-green .nav-tabs .nav-link {
        min-width: 137px;
        font-size: 13px;
    }

    h3 {
        font-size: 31px;
    }

    .logoins > img {
        margin-right: 7px;
        max-width: 52px;
    }

    .logoins h3 {
        font-size: 30px;
    }

    .logoins h3 span {
        font-size: 9px;
    }

    .info-common.gallery .btns-green .nav-tabs .nav-link {
        min-width: 137px;
        font-size: 13px;
    }

    .info-common.gallery .gallerybox h4 {
        font-size: 16px;
    }

    .info-common.gallery .gallerybox .align .date {
        line-height: 40px;
        font-size: 18px;
    }

    .pagi ul li {
        margin-right: 0px;
        margin-bottom: 7px;
    }

    .pagi ul li a {
        font-size: 16px;
        min-width: 38px;
        line-height: 37px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer .contact-details {
        align-items: start;
    }

    .footer h3 {
        font-size: 19px;
        margin-top: 20px;
    }

    .footer .contact-details p,
    .footer .contact-details a {
        font-size: 17px;
    }

    .iconbox span {
        font-size: 12px;
    }

    .infomain .inf .box .text {
        line-height: 27px;
        font-size: 12px;
    }

    h2 {
        font-size: 36px;
        line-height: 1.4;
    }

    .media-gallery {
        display: flex;
        justify-content: space-between;
    }

    .media-gallery .row {
        margin-top: 0px !important;
        margin: 0 auto;
    }

    h3 {
        font-size: 26px;
        line-height: 1.5;
    }

    .info-common .nav-tabs .nav-link {
        font-size: 17px;
        line-height: 40px;
    }

    .info-common .nav-tabs .nav-link img {
        margin-right: -3px;
        max-width: 9px;
    }

    .info-common .tab-pane .bgs h4 {
        font-size: 20px;
    }

    .info-common p {
        font-size: 15px;
        line-height: 20px;
    }

    .title2 h2 {
        font-size: 58px;
    }

    .info-common.gallery .gallerybox h4 {
        font-size: 16px;
    }

    .info-common.gallery .gallerybox .align .date {
        line-height: 40px;
        min-width: 64px;
        font-size: 18px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-light .navbar-brand img {
        max-height: 71px;
    }

    .header .searchform input {
        min-width: 100px;
    }

    .iconbox span {
        font-size: 13px;
    }

    .media-gallery .row {
        margin-right: -10px;
        margin-left: -10px;
    }

    .info-common.gallery .gallerybox h4 {
        font-size: 17px;
    }

    .info-common.gallery .gallerybox .align .date {
        line-height: 41px;
        min-width: 68px;
        font-size: 17px;
    }
}

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1198px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .custom-banner-caption h1 {
        font-size: 70px;
        text-shadow: 5px 5px 0px rgba(0, 0, 0, 0.7);
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .custom-banner-caption h1 {
        font-size: 50px;
        text-shadow: 4px 4px 0px rgba(0, 0, 0, 0.7);
    }
}
@media only screen and (min-width: 400px) and (max-width: 767px) {
    .custom-banner-caption h1 {
        font-size: 30px;
        text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.7);
    }
}
@media screen and (max-width: 399px) {
    .custom-banner-caption h1 {
        font-size: 20px;
        text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.7);
    }
}
