/*----------------------------------------------------------
               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: #ffffff;
        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;
        padding-left: 15px;
        font-size: 16px;
        width: 100%;
        font-weight: 500;
    }
    .header-padding {
        padding-top: 0;
    }
    .top-info {
        display: flex;
        justify-content: flex-start;
        width: 100%;
        align-items: center;
        gap: 5px;
    }
    .top-info a {
        margin-right: 0;
        font-size: 12px;
    }
    .header-social-inline li:first-child {
        display: none;
    }
    .header-top-section .header-social-list-icon {
        width: 20px;
        height: 20px;
        line-height: 22px;
        font-size: 10px;
    }
    header {
        position: relative;
    }
    .main_menu ul li a:hover, .main_menu ul li:hover a {
        color: #000000;
    }
    footer .header-social-inline {
        display: flex;
    }
    .copy-right, .copy-right a {
        margin-top: 5px;
    }
    .body-section a {
        margin-bottom: 10px;
    }
    .body-section .post-img {
        width: 100%;
        height: 250px;
        object-fit: cover;
        border: 1px solid #eee;
        background: #eee;
        padding: 0;
    }
    .body-section iframe {
        width: 100%;
        height: 250px;
    }
    .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;
    }
    nav {
        border-bottom: 1px solid #0000000d;
        background: #ffffff;
    }
    .top-header {
        display: none;
    }
    .inner-service-section {
        grid-template-columns: repeat(1, minmax(0px, 1fr));
    }
    .event-date {
        top: 15px;
        left: 15px;
    }
    .inner-text {
        margin-top: 0;
    }
    .right-menu a {
        background: #fff;
    }
    header {
        position: fixed;
        border-bottom: 1px solid #00000008;
        top: 0;
        width: 100%;
        height: 65px;
        z-index: 99;
        background: #fff;
    }
    .main-bg {
        margin-top: 130px;
    }
    .blog-grid {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        grid-template-columns: repeat(1, minmax(0px, 1fr));
    }
    .ads-area img {
        width: 100%;
    }
    .arrow-btn {
        width: 40px;
        height: 40px;
        line-height: 43px;
        font-size: 16px;
    }
    .about-section {
        grid-column-gap: 15px;
        grid-row-gap: 15px;
        grid-template-columns: repeat(1, minmax(0px, 1fr));
    }
    .item-link a {
        font-size: 10px;
    }
    .contact-form {
        border-radius: 0;
        padding: 20px;
    }
    .container-info .home-contact-info {
        grid-template-columns: repeat(1, minmax(0px, 1fr));
    }
    .contact-box-inline {
        grid-template-columns: repeat(1, minmax(0px, 1fr));
    }
    .home-contact-map iframe {
        height: 250px;
    }


}

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

