@media (min-width: 991px) {
    .small-menu{
        display: none !important;
    }
}
@media (max-width: 767px) {
    .breadcrumb-area .breadcrumb-content .section-heading {
        font-size: 36px;
    }
}
@media (max-width: 585px) {
    .breadcrumb-area .breadcrumb-content .section-heading {
        font-size: 24px;
    }
}
@media (min-width: 992px) {
    #menu-all-pages .sub-menu .sub-menu {
        left: 99%;
        top: -6px !important;
        z-index: 9;
    }
}
@media (max-width: 585px) {
    .breadcrumb-area .breadcrumb-content .section-heading {

        margin-bottom: 0 !important;

    }
}
@media (max-width: 1199px) {
    .body-box1 li a {
        width: 44px;
        height: 44px;
    }
    .body-box1 li a svg {
        width: 22px;
    }
    .body-box1 li a .shape-icon {
        position: absolute;
        top: -8px;
        left: -8px;
        width: 58px;
        height: 58px;
        opacity: 0;
        transition: all .4s;
    }
    .body-box1 li a .shape-icon img {
        width: 100%;
        height: 100%;
    }
    li.marquee-item a svg {
        width: 22px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    /* Your styles here */
    span.d-block.mb-xxl-19.mb-14.fw_500.fs-five.n0-color {
        padding-bottom: 30px;
    }
    .articletwo span.d-block.mb-xxl-19.mb-14.fw_500.fs-five.n0-color {
        padding-bottom: 0 !important;
    }
}
@media screen and (min-width: 1025px) {
    /* Your styles here */
    span.d-block.mb-xxl-15.mb-18.fw_500.fs-five.n0-color.work-respon {
        padding-bottom: 16px;
    }
}
