@media all and (max-width: 768px) {

    #header-main-sec .logo-image {
        height: 93px !important;
        margin-left: 3.25rem;
    }

    .header-area .main-header-area .main-menu {
        text-align: left !important;
        padding: 0;
        position: absolute;
        top: -1500px;
        background-color: #444;
        width: 100%;
        left: 0;
        display: block;
        transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        z-index: 9;
    }

    .header-area .main-header-area .main-menu.openMenu {
        top: 0;
        transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
    }

    .newstickersection {

        border-radius: 0 !important;
        text-align: center;
    }

    .tickerstyle {
        padding: 0 !important;
    }

    .marqueeticker {
        border-radius: 0 !important;
    }

    .service_area {
        padding-top: 0;
        padding-bottom: 0;
    }

    .header-area .main-header-area .main-menu ul li:first-child a {
        padding: 0.85rem 1rem !important;
    }

    .header-area .main-header-area .main-menu ul li {
        display: block !important;
        margin: 0 !important;
    }

    .header-area .main-header-area .main-menu ul li:last-child a {
        border-bottom: none !important;
    }

    .header-area .main-header-area .main-menu ul li a {
        width: 100% !important;
        display: block !important;
        padding: 0.85rem 1rem !important;
        border-bottom: 1px dashed;
    }

    .header-area .main-header-area .main-menu ul li a i {
        position: absolute;
        right: 0.85rem;
        top: 1rem;
    }

    #header-area-div #navigation .submenu.submenu1 {
        width: 100% !important;
    }

    .swiper-slide {
        & .swiper-slide-caption {
            text-align: center;
            width: 98% !important;
        }
    }

    .swiper-slide {
        height: auto !important;
        min-height: auto !important;
    }

    #vision_of_aweb::after {
        display: none;
    }

    .single_slider.slider_bg_2_home,
    .single_slider.slider_bg_2.overlay2 {
        height: auto !important;
    }

    span.mob-btn.mob-menu-btn {
        position: absolute;
        top: 0.85rem;
        left: 0.85rem;
        font-size: 2.5rem;
        cursor: pointer;
        display: block !important;

        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
    }

    span.mob-btn:hover {
        color: #0609a6;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
    }

    span.devider {
        display: none;
    }

    #footer-main-section .af_colSeparator {

        margin-top: -0.35rem;
    }

    #indiaaweb-about2 .row3 .row3a .row3aa .card1 {
        height: auto !important;
        width: 100% !important;
    }

    #indiaaweb-about2 .row3 .row3a .row3aa .card2 .img-sec2 {
        min-height: 500px !important;
    }

    .iaw_right_sidebar {
        display: none;
    }

    .detail-box {
        margin-left: 0;
    }

    .eventimg {
        padding: 1rem 0;
    }

    .detail img {
        width: 100%;
        height: 225px;
    }

    .detail-box h4 {
        font-size: 16px;
        line-height: 21px;
    }

    .detail-box ul li {
        margin: 0;
    }

    #aweb-resources #search-id .bottom_line .article_image img.img1 {
        width: 100% !important;
        height: auto;
    }

    .article.type.badge.badge-info {
        color: #ffffff;
        background: linear-gradient(to right, #3d6594, #fe59e4);
        padding: 0.5rem !important;
        font-size: 14px !important;
        font-weight: 500;
        width: 100%;
        margin-top: 0.15rem;
    }

    #gallery img {

        height: auto !important;
    }



}

@media all and (max-width: 575px) {

    #header-main-sec .logo-image {

        margin: auto;
    }

    ul.social-links {
        justify-content: center;
        margin-bottom: 0.85rem;
        display: none !important;
    }

    .swiper-wrapper .swiper-slide {
        height: 225px !important;
    }

    .swiper-wrapper .swiper-slide .swiper-slide-caption {
        display: none;
    }

    #footer-main-section .af_colSeparator {
        margin-top: -0.45rem;
    }

    .footer .footer_top {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

}