@media screen and (max-width: 1200px) {}
@media screen and (max-width: 991px) {
    .container {
        max-width: 100%;
    }
    /* Header */
    .logo-area,
    .nav-area,
    .top-header {
        border-bottom: 1px solid #e5e5e5!important;
    }
    .logo-desktop {
        display: none;
    }
    .mobile-logo img {
        width: 75%;
        padding: 10px 0;
    }
    .navbar {
        padding: 0 0 0 15px !important;
    }
    .navbar-light .navbar-toggler {
        color: transparent;
        border-color: transparent;
    }

    .navbar-toggler {
        padding: 0 !important;
    }
    .menu-handler {
        color: #fff;
        width: 54px;
        height: 54px;
        text-align: center;
        display: inline-block;
        font-size: 18px;
        background-color: rgba(255,255,255,.05);
        cursor: pointer;
        position: relative;
        border-left: 1px solid rgba(0,0,0,.07);
    }

    .menu-handler .lines {
        display: inline-block;
        width: 22px;
        height: 2px;
        background: #2c2c2c;
        position: relative;
        margin-top: 25.5px;
    }
    .menu-handler .lines {
        background: #2c2c2c;
    }
    .menu-handler .lines:after,
    .menu-handler .lines:before {
        display: inline-block;
        width: 22px;
        height: 2px;
        background: #2c2c2c;
        position: absolute;
        left: 0;
        content: '';
    }
    .menu-handler .lines:before {
        top: 8px;
    }
    .menu-handler .lines:after {
        top: -8px;
    }

    .navbar-nav .nav-item .nav-link {
        border: none;
    }
    /* ================================================ */

    .navbar-collapse {
        position: fixed;
        top: 0;
        left: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        background-color: #ed1b24;
        z-index: 99;
        overflow-y: scroll;
    }

    .navbar-collapse.collapsing {
        left: -120%;

    }
    .navbar-collapse ul {
        height: fit-content;
        padding: 0 20px;

    }

    .navbar-collapse ul li {
        width: 100%;
        margin: 0 auto;
        padding: 10px 0;
    }

    .navbar-collapse.show {
        left: 0;
        transition: left 300ms ease-in-out;
    }

    .navbar-toggler.collapsed ~ .navbar-collapse {
        transition: left 500ms ease-in-out;
    }

    .navbar-nav .nav-item .nav-link {
        color: #fff!important;
        font-weight: 400;
        font-size: 16px;
    }

    .dropdown.mega-dropdown .dropdown-menu.mega-menu,
    .navbar-nav .dropdown-menu {
        width: 100%;
        position: static;
        margin: 0 auto;
        border-radius: 0;
        box-shadow: none;
        background: transparent;
        border: 0;
        padding: 10px 15px;
    }

    .dropdown-menu .dropdown-item,
    .dropdown.mega-dropdown .dropdown-menu.mega-menu .dropdown-item {
        color: #434343;
        font-size: 14px;
        border-bottom: 0;
        width: 100%;
        display: block;
        padding-bottom: 0;
        margin-bottom: 0 !important;
        background: transparent;
        color: #fff;
    }

    .mobile-social-area {
        background-color: #EE2D35;
        width: 100%;
        display: inline-flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 10px;
    }

    .mobile-social-area ul {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 10px 0;
        margin: 0;
    }

    .mobile-social-area ul li {
        margin-right: 10px;
    }

    .mobile-social-area ul li a i {
        width: 42px;
        height: 42px;
        line-height: 38px;
        color: #fff;
        background-color: #a3a3a3;
        border-radius: 50%;
        background: rgba(0,0,0,0) !important;
        border: 3px solid rgba(255,255,255,.25);
        font-size: 16px;
        text-align: center;
    }

    .mobile-nav-close a {
        font-size: 20px;
        color: #fff;
    }

    .mobile-search-area {
        padding: 15px;
        position: relative;
    }

    .mobile-search-area input {
        margin: 0;
        background: rgba(255,255,255,.2);
        color: #fff!important;
        border: none;
        border-radius: 3px;
        box-shadow: none;
        float: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        width: 100%;
        padding: 10px 50px 10px 10px;
    }

    .mobile-search-area .submit-sreach-btn {
        position: absolute;
        color: #fff;
        background-color: transparent;
        top: 19px;
        right: 15px;
    }

    /* ============================================ */

    .list-news {
        padding-right: 10px;
    }

    .footer-content {
        margin-bottom: 30px;
    }

    .footer-top {

        padding-bottom: 0 !important;
    }

}
@media screen and (max-width: 767px) {
    .heading-news-slider .carousel-item .thumb-img img {
        height: 320px;
    }

    /* ===================== */
    .head-news .col-lg-8,
    .head-news .col-md-8,
    .photo-galary .col-lg-8,
    .second-news-area .col-lg-8,
    .three-col .col-lg-4 {
        padding-right: 15px;
    }

    .grid-news-one .col-lg-4 {
        padding-right: 15px;
        padding-left: 15px;
    }
    .grid-news-one .col-lg-4:nth-child(odd) {
        padding-right: 0;
        padding-left: 15px;
    }
    .grid-news-one .col-lg-4:nth-child(4) {
        padding-right: 15px;
        padding-left: 15px;
    }
    .grid-news-one .col-lg-4:nth-child(3) {
        padding-right: 0;

    }
    .grid-news-one .col-lg-4:nth-child(6) {
        padding-right: 15px;
    }

    .second-news-area .col-md-6 {
        padding-right: 15px;
    }

    .third-section-grid .col-md-3 {
        padding-right: 15px;
    }
    .third-section-grid .col-md-3:nth-child(even) {
        padding-right: 0;

    }
    .third-section-grid .col-md-3:last-child {
        padding-right: 15px !important;
    }
    /* ===================== */
}
@media screen and (max-width: 576px) {
    .heading-news-slider .carousel-item .thumb-img img {
        height: 250px;
    }

    .grid-news-one .news-thumb img,
    .news-thumb img {
        height: 200px;
        width: 100%;
    }

    /* ====================== */
    .grid-news-one .col-lg-4 {
        padding-right: 15px;
        padding-left: 15px;
    }
    .grid-news-one .col-lg-4:nth-child(odd) {
        padding-right: 15px;
        padding-left: 15px;
    }
    .grid-news-one .col-lg-4:nth-child(4) {
        padding-right: 15px;
        padding-left: 15px;
    }
    .grid-news-one .col-lg-4:nth-child(3) {
        padding-right: 15px;

    }
    .grid-news-one .col-lg-4:nth-child(6) {
        padding-right: 15px;
    }

    .third-section-grid .col-md-3 {
        padding-right: 15px;
    }
    .third-section-grid .col-md-3:nth-child(even) {
        padding-right: 15px;

    }
}
@media screen and (max-width: 420px) {}