@media (min-width:1200px) and (max-width:1400px) {
    .dashboard .card.widgets-cards {
        font-size: 15px;
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .logo {
        width: 280px;
        border-bottom: 1px solid #ebebeb;
        padding: 22px 0;
    }
    .hme-process-blk.secnd-box:after {
        width: 500px;
    }
}

@media (max-width:991.99px) {

    .main-wrapper {
        margin-left: 0;
    }

    .header {
        margin-left: 0;
    }

    .sidebar {
        display: none;
    }

    .header-nav .nav-profile img {
        width: 54px;
        height: 54px;
    }

    .sidebar-close .sidebar {
        width: 250px;
        display: block;
    }

    .sidebar-close .header {
        margin-left: 250px;
    }

    .sidebar-close .sidebar-nav .nav-link span {
        display: block;
    }

    .sidebar-close .logo.logo-big {
        display: block;
        padding: 23px 0;
        margin: 0 auto;
    }

    .sidebar-close .logo.logo-mini {
        display: none;
    }

    .sidebar-close .main-wrapper {
        margin-left: 250px;
    }

    .dashboard .card {
        font-size: 13px;
    }
    .authfy-panel-left {
        width: 100%;
    }

    .s-about-img img{
        margin-bottom: 25px;
    }
}


@media (min-width:768px) and (max-width:991px) {
    .hme-process-blk:before {
        width: 130px;
    }
    .hme-process-blk.secnd-box:after {
        width: 250px;
        bottom: -12%;
        right: 72%;
    }
}

@media (max-width:768px) {
    .search-outer {
        display: none !important;
    }
    .hme-process-blk:before
    {
        display: none;
    }
    .hme-process-blk.secnd-box:after
    {
        display: none;
    }
}
@media (max-width:767px){
    .services .swiper-button-prev{
        left: 30px !important;
    }
    .services .swiper-button-next{
        right: 30px !important;
    }
    .services .swiper-button-prev,.swiper-button-next{
        top: 52%;
    }
    .services .swiper-button-prev:after,.services .swiper-button-next:after {
        font-size: 28px;
    }
    .banner-section .content-box h1{
        font-size: 36px;
        line-height: 55px;
    }
}