/*----------------------------------------------------------
               desktop min-width: 992px start
-----------------------------------------------------------*/
@media only screen and (min-width: 992px) {
    .for-mobile {
        display: none !important;
    }
    .for-desktop {
        display: block !important;
    }

}

/*----------------------------------------------------------
               desktop min-width: 992px start
-----------------------------------------------------------*/


/*----------------------------------------------------------
               mobile max-width: 991px start
-----------------------------------------------------------*/
@media only screen and (max-width: 991px) {
    .logo-mobile img {
        height: 45px;
    }
    .logo-desk {
        display: none !important;
    }
    .for-desktop {
        display: none !important;
    }
    .for-mobile {
        display: block !important;
    }
    .main_menu ul li.hover-link a:before {
        display: none !important;
    }
    header .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
    .mega_menu {
        background: transparent;
        margin-left: 0;
    }
    .main_menu ul li .mega_menu_item a {
        padding-bottom: 10px;
        font-size: 16px;
        width: 100%;
        font-weight: 500;
    }
    .mega_menu_item h4 {
        margin-bottom: 5px;
        margin-top: 10px;
    }
    .mega_menu_item h3 {
        display: none;
    }
    .center-menu {
        text-align: left;
    }
    .main_menu ul li ul, .mega_menu {
        background: #efefef;
        transition: .5s;
    }
    .sub_menu li {
        padding: 0px 0px !important;
        border: 0 !important;
    }
    .sub_menu {
        padding-left: 0 !important;
    }
    .main_menu .sub_menu li a {
        padding: 0;
        padding-bottom: 5px;
        font-size: 16px;
        width: 100%;
        font-weight: 500;
    }
    nav:hover {
        background: transparent;
        box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0.25);
    }

    .header-padding {
        padding-top: 0;
    }
    header {
        position: relative;
        height: 55px;
    }
    .header-social-inline {
        display: none;
    }
    .main_menu>ul>li:first-child {
        padding-left: 15px;
    }
    .main_menu ul li a:hover, .main_menu ul li:hover a {
        color: #000000;
    }
    .main-heading-area {
        align-items: flex-start;
        flex-direction: column;
        row-gap: 10px;
    }
    .main-heading-area .right-area {
        justify-content: space-between;
        width: 100%;
    }
    footer .header-social-inline {
        display: flex;
    }
    .copy-right, .copy-right a {
        margin-top: 5px;
    }
    .body-section a {
        margin-bottom: 10px;
    }
    .body-section img {
        width: 100%;
        height: auto;
    }
    .body-section iframe {
        width: 100%;
        height: 250px;
    }
    .ads-area.body img {
        margin-bottom: 10px;
    }
    .archive.for-mobile {
        position: absolute;
        right: 50px;
        top: 8px;
    }
    .ads-area.header-top {
        display: none;
    }
    .right-menu.d-flex {
        display: none !important;
    }
    .body-section .col-6:nth-child(odd) {
        padding-right: 5px;
    }
    .body-section .col-6:nth-child(even) {
        padding-left: 5px;
    }
    .other-pages {
        height: auto;
        overflow-y: scroll;
        display: flex;
        column-gap: 10px;
        row-gap: 10px;
    }
    .other-pages img {
        width: 85px;
    }
    .other-pages h4 {
        font-size: 12px;
        padding: 7px;
    }

}

/*----------------------------------------------------------
               mobile max-width: 991px end
-----------------------------------------------------------*/

