@media (min-width:991px) {

    .responsive-menu {
        display: none;
    }
}

@media (max-width:1200px) and (min-width:991px) {}

@media (max-width:991px) {
    header {
        display: none;
    }


    .searchForm .btnSearch {
        margin: 0 6px;
    }

    section {

        padding: 40px 0;
    }

}

@media (max-width:768px) {


    .lang img {
        padding-inline-end: 8px;
    }

    .hero-info h2 {
        font-size: 22px;
        margin: 20px 0;
    }

    .logo img {
        max-width: 160px;
    }

    .hero-info {
        text-align: center;
        padding-inline-end: 0;
    }

    .my-btn a {
        min-width: 190px;
        padding: 14px 12px;
    }

    .our-team .container {
        padding: 0px 15px;
    }

    .section-disc p {
        margin-bottom: 30px;
    }

    .slider.home-slider {
        margin-top: 0;
    }

    .site-search .woocommerce-product-search,
    .site-search .widget_search .search-form {
        width: 85%;
    }

    .carousel-info h2 {
        font-size: 22px;
        line-height: 38px;
    }

    .slider-home .owl-item .slider-img {
        height: 450px;
    }


    .carousel-info {
        bottom: 40px;
        width: 100%;
        padding: 12px;
    }

    .comp-rights,
    .copy-right {
        text-align: center;
    }

    .copy-right p {
        margin-bottom: 10px;
    }

    .section-title h4 {
        margin-bottom: 15px;
        font-size: 22px;
    }

    .about {
        padding: 40px 0;
    }

    section.about iframe {
        height: 340px;
        margin-top: 32px;
    }

    .about-img {
        height: 320px;
        margin-top: 32px;
    }

    .service-item {
        padding: 18px 5px;
        margin-bottom: 14px;
    }

    .count-block .details h6 {
        font-size: 15px;
    }

    .count-block {
        padding: 10px 4px;
        margin-bottom: 5px;
    }

    .counter-item {
        font-size: 22px;
        line-height: 33px;
        margin: 10px 0;
    }

    .question-item {
        max-width: 100%;
    }

    footer {
        padding-top: 40px;
    }

    .home-slider .owl-theme .owl-nav .owl-next {
        right: 0;
    }

    .home-slider .owl-theme .owl-nav .owl-prev {
        left: 0;
    }

    .comp-rights p {
        margin-bottom: 12px;
        font-size: 15px;
    }

    .bottom-footer {
        margin-top: 32px;
    }

    .breadcrumb-info h2 {
        font-size: 26px;
    }

    .question-item:nth-child(2) {
        margin-top: 0px;
    }

    .right-footer {
        padding-inline-end: 0px;
    }

    .footer-links {
        text-align: start;
        margin-inline-start: 0px;
        margin: 24px 0;
    }

    .step-item .number {
        width: 60px;
        height: 60px;
        font-size: 46px;
    }

    .step-item h3 {
        font-size: 20px;
        margin-bottom: 18px;
    }

    footer .row .col-md-7 {
        padding-inline-end: 15px;
    }

    .copy-right {
        margin-top: 20px;
    }

    .contact-img {
        margin-bottom: 22px;
    }

    .step-item {
        margin-bottom: 32px;
    }

    .contact-img img {
        animation: none;
    }

    .nv-content-wrap.entry-content h3 {
        font-size: 17px;
        line-height: 28px;
    }

    .nv-content-wrap.entry-content h2 {
        font-size: 26px;
        margin-top: 24px;
        margin-bottom: 18px;
    }

    .paypal-button-label-container {
        padding: 12px;
        font-size: 17px;
    }

    .industry-item,
    .contact-block,.blog-item {
        margin-bottom: 28px;
    }

    .industry-item a {
        font-size: 20px;
    }

    .company-vission ul.our-vission-list li,
    .contact-block {
        width: 100%;
    }

    .company-vission h2 {
        font-size: 20px;
        margin-bottom: 10px;
        margin-top: 30px;
    }

    .company-info .ourgoals ul,
    .company-vission ul {
        margin-top: 12px;
    }

    .contact-block h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .contact-block h6,
    .contact-block p,
    .single-indut-list {
        margin-bottom: 20px;
    }

    .single-blog-details h4 {
        font-size: 19px;
        margin: 18px 0;
    }

    .single-blog-details h1 {
        font-size: 24px;
        margin-bottom: 22px;
    }

    .single-serv-img {
        width: 100%;
        height: 220px;
    }

    .single-service-info h3,
    .single-service-info h2,
    .company-evants h2,
    .all-comp-services h2,
    .translat-conditions h2 {
        font-size: 22px;
        line-height: 34px;
        margin-bottom: 20px;
    }

    .translate-item h4,
    .translat-conditions h4 {
        font-size: 20px;
        line-height: 31px;
        margin-bottom: 14px;
    }

    .single-service-info p,
    .single-service-info span {
        margin-bottom: 16px;
    }

    .company-evants .enent-item {
        padding: 2em 1em;
        margin-bottom: 22px;
    }

    .company-evants .enent-item ul {
        margin: 0;
        min-height: unset;
    }

    .faq .faq-item h5 {
        font-size: 15px;
        line-height: 27px;
    }

    .faq h4 {
        font-size: 24px;
    }
    .blog-item h5 {
        font-size: 20px;
        line-height: 31px;
    }
}

@media (max-width:425px) {
    .sidebar {
        width: 320px;
    }



}