@media (min-width:991px) and (max-width:1200px) {
    .navbar-brand {
        font-size: 16px
    }

    .header-nav .navbar-nav .nav-link {
        padding: 0 5px
    }

    .blog-head h3 {
        font-size: 20px;
        text-align: center
    }
}

@media screen and (max-width:1200px) {
    .inner-gallery .container-fluid {
        width: 85%;
    }

}

@media screen and (max-width:991px) {
    .banner_content {
        font-size: 20px
    }

    .inner-gallery .container-fluid {
        width: 90%;
    }
}

@media screen and (min-width:767px) {
    .certificate img {
        max-width: 70%;
        margin: 0 auto
    }
}

@media screen and (max-width:767px) {
    .social-icons {
        gap: 5px !important
    }

    .section {
        padding: 30px 0 !important
    }

    .fixed-header .header-nav {
        position: relative
    }

    td {
        border: 1px solid #d8d8d8;
        font-size: 11px;
        line-height: 18px;
        padding: 0 3px
    }

    .inner-gallery .tab-dropdown {
        width: 70%;
    }

    .modal-title {
        font-size: 14px
    }

    .modal {
        padding: 0
    }

    .modal-body {
        padding: 10px
    }

    .footer-section .fot-link li {
        line-height: 20px
    }

    .footer-section .fot-link a {
        font-size: 10px
    }

    .blog-head h3 {
        font-size: 18px !important;
        text-align: center
    }
}

@media screen and (max-width:575px) {
    .blog-head h3 {
        font-size: 16px !important;
        text-align: center
    }

    .blog-head {
        padding: 15px 0
    }

    .blog-content p {
        font-size: 14px
    }

    hr {
        margin: 10px 0 !important
    }

    .custom-popup-content {
        position: relative;
        background: #fff;
        width: 98%;
        max-width: 700px;
        margin: 100px auto;
        padding: 10px
    }

    .footer .social-icons a {
        font-size: 14px !important;
        color: #000;
        margin-right: 10px !important
    }

    .custom-popup-overlay h4 {
        font-size: 18px;
        text-align: center
    }

    .blog-content h5 {
        font-size: 16px
    }

    .inner-gallery .tab-dropdown {
        display: block;
        margin: 0 auto 12px;
        width: 100%;
        padding: 7px 10px;
        font-size: 16px;
    }

    .tab-panel {
        padding: 10px;
    }

    .gallery-img {
        margin-top: 10px;
    }

    .inner-gallery .container-fluid {
        width: 99%;
    }

    .gallery-warp h2 {
        font-size: 20px;
    }

}

@media screen and (max-width:1440px) {
    .blog-list .container-fluid {
        width: 90%;
    }

    .social-icons {
        gap: 10px;
    }


}

@media screen and (max-width:991px) {
    .nav-wrap {
        display: flex;
        gap: 200px !important;
    }

    .footer-right {
        position: absolute;
        right: 0px;
        bottom: 10px;
        transform: rotate(180deg);
    }

}

@media screen and (max-width:575px) {
    .nav-wrap {
        display: flex;
        gap: 100px !important;
    }

    .img-responsive {
        margin: 0 auto;
        display: block;
        max-width: 75%;
    }

    .light-logo img {
        width: 180px !important;
    }

    .social-icons a i {
        font-size: 18px !important;
    }

}

@media screen and (max-width:425px) {
    .blog-list .container-fluid {
        width: 97%;
    }

    .nav-wrap {
        display: flex;
        gap: 50px !important;
    }
}

@media screen and (max-width:365px) {
    .blog-list .container-fluid {
        width: 97%;
    }

    .nav-wrap {
        display: flex;
        gap: 20px !important;
    }
}