@media screen and (max-width: 992px) {
    /*header css*/
    header .menu-header {
        padding: 18px 0;
    }

    header .menu-header .inner-menu .menu {
        position: fixed;
        top: 0;
        left: -100%;
        max-width: 350px;
        width: 100%;
        height: 100%;
        background: #fff;
        box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
        overflow: auto;
        transition: 0.5s;
        z-index: 555;
    }

    header .menu-header .inner-menu .menu.active {
        left: 0;
    }

    header .menu-header .inner-menu ul li {
        width: 100%;
        float: left;
        border-bottom: 1px solid #e8dede;
    }

    header .menu-header .inner-menu ul > li > a {
        margin: 0;
        padding: 12px 10px;
    }

    header .menu-header .inner-menu ul > li > a > .down-arrow {
        float: right;
    }

    header .menu-header .inner-menu ul li .drop-down {
        position: initial;
        width: 100%;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        padding: 0 10px;
        transition: inherit;
        display: none;
    }

    header .menu-header .inner-menu ul li .drop-down li a {
        border: 0;
    }

    header .menu-header .inner-menu ul > li .btn {
        display: inline-block;
    }

    header .menu-header .inner-menu ul > li:hover .btn {
        color: #fff;
    }

    header .menu-header .inner-menu ul > li .btn {
        margin: 6px;
    }

    .back-arrow {
        display: block;
    }

    .toggler {
        display: block;
        cursor: pointer;
        font-size: 22px;
    }

    /*all bottom css*/
    .work-sec .line-left {
        top: 42%;
        left: 35%;
    }

    .work-sec .work-item .title {
        position: initial;
        margin: 40px auto 20px;
    }

    .why-choose-sec .item-sec .single-sec .icon img {
        width: 45px;
    }


}

@media screen and (max-width: 768px) {
    .why-choose-sec .right-sec {
        margin-top: 25px;
    }

    .none {
        display: none;
    }

    .work-sec .work-item .item:nth-child(2) {
        margin-top: 0;
    }

    .work-sec .work-item .single-sec {
        margin-top: 65px;
    }

    footer .footer-items .item:nth-child(2) {
        padding-left: 15px;
    }
}

@media screen and (max-width: 576px) {
    /*header*/
    .toggler {
        right: 20px;
    }

    header .top-header .inner-top {
        flex-direction: column;
    }

    header .top-header .social-icon {
        padding-top: 10px;
    }

    header .inner-top .contact ul li {
        margin-right: 5px !important;
    }

    /*banner*/
    .section-padding, .banner-sec {
        padding: 45px 0;
    }

    .banner-sec .content h3 {
        font-size: 28px;
    }

    .banner-sec .form h4 {
        font-size: 22px;
    }

    .banner-sec .form form .search, .banner-sec .form .bottom-text {
        flex-direction: column;
        align-items: flex-start;
    }

    .banner-sec .form form input {
        width: 100%;
        margin-bottom: 10px;
    }

    /*all bottom css*/
    .why-choose-sec .item-sec .single-sec {
        flex-direction: column;
    }

    .why-choose-sec .item-sec .single-sec .icon img {
        width: 45px;
    }

    .why-choose-sec .item-sec .single-sec .detail {
        padding-left: 0;
    }

    .copyright {
        flex-direction: column;
    }

    .copyright ul {
        margin-top: 10px;
    }

    .blog-sec .single-sec .detail h4 {
        font-size: 20px;
    }

    .heading h4 {
        font-size: 22px;
    }

    .blog-sec .blog-item {
        margin-top: 0;
    }
}

@media screen and (max-width: 400px) {
    /*header*/
    header .menu-header .inner-menu .logo img {
        height: 30px;
    }

    header .top-header .inner-top .contact ul li a .icon i {
        margin-right: 5px;
    }

    /*bottom sec css*/
    .banner-sec .form {
        padding: 20px 10px;
    }

    .banner-sec .form .button a {
        font-size: 14px;
    }

    .copyright ul li {
        margin-left: 10px;
    }

    .copyright ul li a {
        font-size: 13px;
    }

    .copyright ul li a::before {
        left: -6px
    }

    .copyright span {
        text-align: center;
    }
}
