@media (max-width: 1199px) {
    body.active {
        overflow: hidden;
    }

    header .header-nav li .sub-menu li a {
        color: #ffffff;
    }

    .header-menu .header-nav {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: #000000;
        height: 100vh;
        width: 80%;
        transform: translateX(-100%);
        transition: .6s;
        -webkit-transition: .6s;
        overflow: auto;
    }

    .header-menu .header-nav.active {
        transform: translateX(0%);
    }

    .toggle-btn {
        position: absolute;
        right: 20px;
        display: flex;
        flex-direction: column;
        gap: 6px;
        top: 27px;
    }

    .toggle-btn span {
        width: 35px;
        height: 3px;
        /* background: #fff; */
        background-color: #2E2E2E;
        display: block;
    }

    .header-menu ul li a {
        border-bottom: 1px solid #2f2f2f;
        display: block;
        padding: 20px;
    }

    header .header-nav li>a.text-white {
        color: #fff !important;
    }

    .dropdown {
        margin-right: 0;
    }

    .dropdown a:after {
        right: 20px;
        top: 15px;
    }

    .header-menu ul li a.btn {
        display: inline-block;
        padding: 10px 30px;
        margin: 20px;
    }

    .sub-menu {
        position: unset;
        display: none;
        background: transparent;
        width: 100%;
    }

    .dropdown:hover .sub-menu {
        display: block;
        border: none;
    }

    .sub-menu li a {
        padding: 10px 40px !important;
    }

    .sub-menu li:last-child a {
        border-bottom: 1px solid #2f2f2f;
    }

    .sub-menu li a:hover {
        background-color: transparent;
    }

    .toggle-btn.active .first {
        transform: rotate(45deg) translateX(6px);
    }

    .toggle-btn.active .thard {
        transform: rotate(-45deg) translateX(6px);
    }

    .toggle-btn.active .second {
        display: none;
    }

    .toggle-btn.active {
        top: 32px;
    }

    .hero {
        padding-top: 180px;
    }

    body.active:before {
        content: '';
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: #000;
        opacity: .9;
        z-index: 9;
    }

    .header.sticky .toggle-btn span {
        background: #000;
    }

    .header.sticky .header-nav>li>a {
        color: #ffffff !important;
    }

    .header.sticky .dropdown>a:after {
        border-color: #ffffff;
    }

    .get-in-touch-wrap:before,
    .get-in-touch-wrap:after,
    .why-choose-us-img:before,
    .why-choose-us-img:after {
        display: none;
    }

    .our-approach .row:after,
    .our-approach .row:before {
        width: 222px;
    }

    .our-approach .row:after {
        top: 35px;
    }

    .project-slider img {
        width: 210px;
    }

    .wordpress-logo {
        left: 4%;
    }

    .why-choose-img1 {
        margin-right: 0;
    }
}

@media (max-width: 1024px) {
    .get-in-touch-wrap {
        max-width: 97%;
    }

    .ga-y {
        gap: 50px 0;
    }

    .case-studies-content {
        padding-left: 0;
    }

    .case-studies-reapiter .row:nth-child(even) .case-studies-content {
        padding: 0;
    }

    .copyright p {
        order: 3;
    }

    .our-approach .row:after,
    .our-approach .row:before {
        display: none;
    }

    .our-approach-box {
        text-align: center;
        border: 1px solid #bbb5b5;
        padding: 20px;
        max-width: 100%;
        border-radius: 20px;
    }
}

@media (max-width: 767px) {
    .services-content {
        width: 100%;
        padding: 30px 0 0;
    }

    .services-img {
        width: 100%;
    }

    .hero {
        padding: 120px 0 70px;
    }

    .services .row {
        gap: 50px 0;
    }

    .case-studies-reapiter .row {
        flex-direction: column-reverse !important;
        gap: 50px 0;
    }

    .testimonial-content {
        width: 100%;
        padding: 50px 0 40px;
        text-align: center;
    }

    .testimonial-img {
        margin: auto;
    }

    .our-process-wrap:before {
        display: none;
    }

    .our-process-item {
        width: 30%;
        border: 1px solid #c3bcbc;
        padding: 20px;
        border-radius: 10px;
    }

    br {
        display: none;
    }

    .col-md-6.p-tb {
        padding-bottom: 0 !important;
    }

    .case-studies-reapiter .row {
        padding-bottom: 0px !important;
    }

    .case-studies-reapiter .row:last-child {
        margin-bottom: 0px !important;
    }
}

@media (max-width: 575px) {
    .p-tb {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .pt {
        padding-top: 50px;
    }

    .pb {
        padding-bottom: 50px;
    }

    .faq-heading {
        font-size: 40px;
        line-height: 48px;
    }

    .accordion {
        padding: 20px;
    }

    .ga-y {
        gap: 30px 0;
    }

    .services .row {
        gap: 40px 0;
    }

    .why-choose-us-img figure {
        border: 10px solid #363636;
    }

    .case-studies-img {
        border: 10px solid #ECECEC;
    }

    .studies-plan {
        grid-template-columns: 1fr 1fr;
    }

    .StudiesFeatures .row {
        gap: 30px 0;
    }

    .tab-pane ul {
        grid-template-columns: auto;
    }

    .our-process-item {
        width: 46%;
    }

    video {
        height: 300px;
    }
}


@media (max-width:767.98px) {
    .why-choose-us .why-choose-us-img img {
        height: auto;
    }

    .new-cta-banner-section .new-cta-content-box p {
        max-width: 100%;
    }

    .new-cta-banner-section .new-cta-content-box {
        padding: 30px 20px;
    }
}


/* --------------- New Landing Page CSS -------------------- */

@media (min-width:1024px) and (max-width:1091.98px) {
    .consulting-form .consult-form-box h2::before {
        left: 0;
        top: 27%;
    }

    .industries-section .industries-wrapper .industires-icons h3 {
        font-size: 18px;
    }

    .why-standout-section {
        padding: 16px;
        transform: translateY(-30%);
    }

    /* .testimonial-v2 .testimonial-media .testimonial-thumb {
        height: auto;
    } */

    .why-standout-section .standout-wrapper .standout-boxes h2 {
        font-size: 32px;
        line-height: 45px;
    }

    .common-margin {
        transform: translateY(-50px);
    }

    .new-landing-home-banner.option-two {
        background: url("https://dazzlebirds.com/wp-content/uploads/2026/01/option-2-tab-bg.png") no-repeat center !important;
        background-size: contain !important;
        margin-top: 50px;
    }

    .new-landing-home-banner.option-one {
        background: url("https://dazzlebirds.com/wp-content/uploads/2026/01/option-1-tab-bg.png") no-repeat center !important;
        height: 60dvh;
        width: 100%;
        background-size: contain !important;
    }

    .new-landing-home-banner .new-hero-content h1 {
        font-size: 32px;
        line-height: 42px;
    }

    .new-landing-home-banner .new-hero-content p {
        font-size: 16px;
        line-height: 22px;
    }

    /* .tech-expansion-section .tech-card .tech-content .tech-text{
        max-height: 90px;
    } */



    .new-case-studies-banner .new-case-inner {
        max-width: 90%;
        margin: 0 auto;
        padding-bottom: 50px;
    }

    .case-studies-container {
        margin-top: 50px;
    }

    .new-case-studies-banner .svg-image {
        width: 50%;
    }

    .case-studies-container .posts-box .page-post-boxes .image {
        height: 300px;
    }
}



/* For Tab View */
@media (min-width:768px) and (max-width:1023.98px) {

    .common-margin {
        transform: translateY(-80px);
    }

    .new-blog-section .blog-wrapper .blog-card .card-image img,
    .new-blog-section .blog-wrapper .blog-card .card-image {
        height: auto;
    }

    .new-blog-section .blog-wrapper .blog-card .card-image img {
        object-fit: contain;
    }

    .new-blog-section .blog-wrapper .blog-card .card-content .meta,
    .our-process-new-section .process-cards-wrapper {
        flex-wrap: wrap;
    }

    .our-process-new-section .process-cards-wrapper,
    .bussiness-dazzlebirds .bussiness-box {
        justify-content: start !important;
    }


    .consulting-form .consult-form-box h2::before {
        left: -15px;
        top: 27%;
    }

    .common-inter-heading {
        text-align: center !important;
        font-size: 28px !important;
        line-height: 34px !important;
    }

    .new-why-choose-section .choose-grid .choose-box .common-inter-heading,
    .engagement-model-section .salesbox .text-box h2,
    .discuss-box-section .discuss-box-content .common-inter-heading {
        text-align: left !important;
    }

    .industries-section .industries-wrapper {
        gap: 50px;
    }


    .industries-section .industries-wrapper .industires-icons {
        width: calc(100% / 3 - 50px);
    }

    .industries-section .industries-wrapper .industires-icons:nth-child(2n) {
        flex-direction: column;
        margin-top: 0;
    }

    .bussiness-dazzlebirds .bussiness-box {
        gap: 30px;
        align-items: start;
    }

    .bussiness-dazzlebirds .bussiness-box .buss-boxes {
        width: calc(100% / 2 - 25px);
        min-height: 320px;
    }

    .our-web-dev-section .choose-grid,
    .new-why-choose-section .choose-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        row-gap: 20px;
    }

    .our-process-new-section .process-cards-wrapper .process-card {
        width: calc(100% / 2 - 15px);
    }

    .why-standout-section {
        padding: 16px;
        transform: translateY(-22%);
    }

    .why-standout-section .standout-wrapper {
        gap: 30px;
    }

    .why-standout-section .standout-wrapper .standout-boxes {
        width: calc(100% / 3 - 20px);
        padding: 30px 20px;
    }

    .why-standout-section .standout-wrapper .standout-boxes img {
        height: 30px;
        width: 30px;
    }

    .why-standout-section .standout-wrapper .standout-boxes h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .discuss-box-section .discuss-box-content {
        flex-wrap: nowrap !important;
        gap: 30px;
    }

    /* .new-landing-home-banner .new-hero-content {
        width: 100%;
    } */

    .new-landing-home-banner .new-hero-content h1 {
        font-size: 42px;
        line-height: 52px;
    }

    .new-landing-home-banner .new-hero-content p {
        font-size: 22px;
        line-height: 30px;
    }

    .new-blog-section .blog-wrapper .blog-card .card-content .heading-title,
    .new-blog-section .blog-wrapper .blog-card .card-content .heading-title a {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .new-query-section {
        width: 80%;
    }

    .industries-section .industries-wrapper::before {
        display: none;
    }

    .new-landing-home-banner.option-two .new-hero-content {
        padding: 80px 0;
    }

    /* .testimonial-v2 .testimonial-media .testimonial-thumb {
        height: auto;
    } */

    .new-landing-home-banner.option-one {
        background: url("https://dazzlebirds.com/wp-content/uploads/2026/01/option-1-tab-bg.png") no-repeat center !important;
        height: 60dvh;
        width: 100%;
        background-size: contain !important;
    }

    .new-landing-home-banner.option-two {
        background: url("https://dazzlebirds.com/wp-content/uploads/2026/01/option-2-tab-bg.png") no-repeat center !important;
        background-size: contain !important;
        margin-top: 50px;
        padding: 50px 0;
    }

    .new-landing-home-banner .new-hero-content h1 {
        font-size: 32px;
        line-height: 42px;
    }

    .new-landing-home-banner .new-hero-content p {
        font-size: 16px;
        line-height: 22px;
    }


    .new-case-studies-banner .new-case-inner {
        max-width: 90%;
        margin: 0 auto;
        padding-bottom: 50px;
    }

    .case-studies-container {
        margin-top: 50px;
    }

    .new-case-studies-banner .svg-image {
        width: 70%;
    }

    .case-studies-container .posts-box .page-post-boxes .content-box .button-box {
        flex-direction: column;
        gap: 20px;
    }

    .case-studies-container .posts-box .page-post-boxes .image {
        height: 300px;
    }

    .case-studies-container .posts-box .page-post-boxes .content-box .button-box a {
        width: 100%;
    }

}


/* For Mobile View*/
@media (max-width:767.98px) {

    .new-landing-home-banner {
        height: 50dvh;
    }

    .new-landing-home-banner.option-two {
        background: url("https://dazzlebirds.com/wp-content/uploads/2026/01/option-2-tab-bg.png") no-repeat center !important;
        align-items: center;
        justify-content: start;
        margin-top: 50px;
    }

    .new-landing-home-banner.option-two .new-hero-content h1,
    .new-landing-home-banner.option-two .new-hero-content p {
        text-align: left;
    }

    .new-landing-home-banner.option-one {
        background: url("https://dazzlebirds.com/wp-content/uploads/2026/01/option-1-tab-bg.png") no-repeat center !important;
        align-items: center;
        justify-content: center;
        margin-top: 50px;
    }

    .new-landing-home-banner.option-two .new-hero-content {
        padding: 0;
        justify-content: start;
    }

    .admin-bar .new-landing-home-banner.option-two,
    .admin-bar .new-landing-home-banner.option-two {
        margin-top: 0;
    }

    .why-standout-section {
        transform: translateY(-8%);
        padding: 30px;
        width: 90%;
        margin: 0 auto;
    }

    .why-standout-section .standout-wrapper .standout-boxes h2 {
        font-size: 28px;
        line-height: 42px;
    }

    .new-landing-home-banner .new-hero-content h1 {
        font-size: 30px;
        line-height: 36px;
    }

    .new-landing-home-banner .new-hero-content p {
        font-size: 16px;
        line-height: 22px;

    }

    .common-inter-heading,
    .new-why-choose-section .choose-grid .choose-box .common-inter-heading {
        text-align: center !important;
        font-size: 24px !important;
        line-height: 34px !important;

    }

    .common-description {
        text-align: center !important;
    }

    .new-why-choose-section .choose-grid,
    .our-web-dev-section .choose-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .discuss-box-content {
        justify-content: center !important;
        gap: 30px;
        text-align: center;
    }

    .our-process-new-section .process-cards-wrapper,
    .engagement-model-section .salesbox,
    .engagement-model-section .salesbox .button-box {
        flex-wrap: wrap;
    }

    .engagement-model-section .salesbox,
    .consulting-form .consulting-form-wrapper,
    .new-blog-section .blog-wrapper {
        gap: 30px;
    }

    .bussiness-dazzlebirds .bussiness-box .buss-boxes,
    .engagement-model-section .engagement-teams-wrapper .team-boxes,
    .industries-section .industries-wrapper .industires-icons {
        width: 100%;
    }

    .new-query-section {
        width: 90%;
    }

    .new-testimonial-section .testimonial-carousel .owl-nav {
        top: -90px;
        gap: 10px;
    }

    .industries-section .industries-wrapper .industires-icons:nth-child(2n) {
        flex-direction: column;
        margin-top: 0;
    }


    .consulting-form .consult-form-box h2::before {
        left: -22px;
    }

    .new-why-choose-section .choose-grid .choose-box h3 {
        font-size: 20px;
    }

    .new-why-choose-section .choose-grid .choose-box h2 {
        font-size: 40px;
        line-height: 45px;
    }

    .industries-section .industries-wrapper::before {
        display: none;
    }

    .common-margin {
        transform: translateY(0);
    }

    /* .tech-expansion-section .tech-card .tech-content .tech-text{
        max-height: 90px;
    } */
}

/* Import from style.css file */

@media (max-width:480px) {

    .new-landing-home-banner {
        height: 85dvh;
    }

    .new-landing-home-banner.option-two {
        background: url("https://dazzlebirds.com/wp-content/uploads/2026/01/option-2-mobile-bg.png") no-repeat center !important;
        height: 100dvh;
        align-items: center;
        justify-content: start;
        margin-top: 50px;
    }

    .new-landing-home-banner.option-two .new-hero-content h1,
    .new-landing-home-banner.option-two .new-hero-content p {
        text-align: center;
    }

    .new-landing-home-banner.option-one {
        background: url("https://dazzlebirds.com/wp-content/uploads/2026/01/new-option-1-mobile-bg.png") no-repeat center !important;
        align-items: center;
        justify-content: center;
        margin-top: 50px;
    }

    .new-landing-home-banner.option-two .new-hero-content {
        padding: 0;
        justify-content: center;
    }

    .admin-bar .new-landing-home-banner.option-two,
    .admin-bar .new-landing-home-banner.option-two {
        margin-top: 0;
    }

    .new-landing-home-banner.option-two .new-hero-content .get-touch-btn {
        margin: 0 auto;
    }

    .new-landing-home-banner .new-hero-content,
    .new-landing-home-banner .new-hero-content .border-box,
    .consulting-form .consult-form-box .wpcf7 form p.input-half {
        width: 100% !important;
    }
}




@media (min-width:1700px) {
    /* .testimonial-v2 .testimonial-media .testimonial-thumb {
        height: 300px;
    } */

    .new-landing-home-banner,
    .new-landing-home-banner.option-two {
        height: 1000px;
        width: 95%;
    }

    .why-standout-section {
        transform: translateY(-45%);
        width: 90%;
    }

    .new-landing-home-banner.option-two .new-hero-content {
        width: 60%;
    }
}

@media (min-width:1900px) {

    .new-landing-home-banner,
    .new-landing-home-banner.option-two {
        height: 1060px;
        margin-top: 50px;
    }

    .why-standout-section {
        transform: translateY(-45%);
    }

    .new-landing-home-banner.option-two .new-hero-content {
        width: 60%;
    }
}

@media (min-width:2100px) {
    .why-standout-section {
        transform: translateY(-45%);
        width: 80%;
    }

    .new-landing-home-banner,
    .new-landing-home-banner.option-two {
        margin-top: 100px;
    }
}

@media (min-width:3000px) {
    .why-standout-section {
        transform: translateY(-45%);
        width: 80%;
    }

    .new-landing-home-banner,
    .new-landing-home-banner.option-two {
        margin-top: 170px;
    }
}

@media (min-width:1600px) {
    .new-case-studies-banner .new-case-inner {
        padding: 50px;
    }

    .case-studies-container .posts-box .page-post-boxes .image {
        height: 520px;
    }
}

@media (min-width: 1280px) {
    .new-case-studies-banner {
        height: 876px !important;
    }

    .new-case-studies-banner .svg-image {
        width: 100%;
    }

    .case-studies-container {
        padding: 100px 0;
    }
}

@media (min-width:1025px) and (max-width:1366.98px) {
    .new-landing-home-banner .new-hero-content h1 {
        font-size: 45px;
        line-height: 50px;
    }

    .new-landing-home-banner .new-hero-content p {
        font-size: 20px;
        line-height: 28px;
    }

    .new-landing-home-banner.option-two {
        padding: 70px 0px 110px 0;
    }

    .new-landing-home-banner.option-two .new-hero-content {
        width: 70%;
    }
}

@media (min-width:1025px) and (max-width:1279.98px) {
    .testimonial-v2 .testimonial-head::after {
        left: 58%;
    }

    .new-case-studies-banner .new-case-inner {
        max-width: 90%;
        margin: 0 auto;
        padding-bottom: 130px;
    }

    .case-studies-container {
        margin-top: 50px;
    }

    .new-case-studies-banner .svg-image {
        width: 60%;
    }
}

@media (min-width:1024px) {
    .why-standout-section .standout-wrapper .standout-boxes {
        width: calc(100% / 3 - 35px);
    }
}

@media (min-width:1024px) {
    footer.footer .our-services-box {
        transform: translateX(-15%);
    }
}

@media (max-width:767.98px) {
    .consulting-form .consult-form-box {
        padding: 20px 15px;
    }

    .testimonial-v2 .testimonial-head::after {
        left: 50%;
    }

    .testimonial-v2 .testimonial-carousel {
        margin-top: 90px;
    }

    .testimonial-v2 .testimonial-carousel .owl-nav {
        top: -75px;
    }

    /* .testimonial-v2 .testimonial-media .testimonial-thumb {
        height: auto;
    } */

    .testimonial-v2 .testimonial-carousel .testimonial-card .user-details h4 {
        font-size: 15px;
        line-height: 18px;
    }

    .testimonial-v2 .user-details .user-role {
        font-size: 12px;
        line-height: 15px;
    }

    .testimonial-v2 .testimonial-carousel .testimonial-card .user-details {
        max-width: 70%;
    }

    /* ---------- New Services Page ---------- */

    .new-case-studies-banner .new-case-inner {
        padding-bottom: 20px;
    }

    .new-case-studies-banner .svg-image {
        width: 85%;
    }

    .case-studies-container {
        margin-top: 50px;
    }

    .case-studies-container .posts-box .page-post-boxes .image {
        height: 300px;
    }

    .case-studies-container .posts-box .page-post-boxes,
    .case-studies-container .posts-box .page-post-boxes .content-box .button-box a {
        width: 100%;
    }

    .case-studies-container .posts-box .page-post-boxes .image {
        height: auto;
    }

    /* ---------- New Services Page ---------- */

}


@media (min-width:1279px) {
    .new-services-banner .new-services-inner h1 {
        max-width: 70%;
    }

    .new-services-banner .new-services-inner p {
        max-width: 57%;
    }
}

@media (min-width:1600px) {
    .what-wocommerce .right-side .list-box li {
        min-height: 100px;
    }

    .features-section {
        padding: 128px 0;
    }

    .results-section,
    .why-choose-us-section {
        padding: 50px 0 70px 0;
    }
}

@media (min-width: 1280px) {
    .new-case-details-banner {
        padding-top: 250px !important;
        padding-bottom: 94px !important;
        height: auto !important;
    }

    .new-case-details-content {
        margin: 100px 0;
    }

    .single-client-testimonial {
        margin-bottom: 150px;
    }

}

@media (max-width:600px) {
    .new-services-banner .new-services-inner h1 {
        max-width: 100%;
    }

    .new-services-banner .new-services-inner p {
        max-width: 100%;
    }
}


@media (max-width: 992px) {
    .why-choose-us-section .why-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .why-choose-us-section .why-grid {
        grid-template-columns: 1fr;
    }
}



@media (min-width:992px) and (max-width: 1024px) {
    .features-section .features-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .features-section .feature-card {
        grid-column: auto !important;
    }

    .what-do-section .third-row .des {
        margin-top: 55px;
    }

    .what-do-section .third-row .lists li {
        font-size: 13px;
        line-height: 17px;
    }

    .what-do-section .connect-us {
        height: auto;
    }

    .what-do-section .connect-us .connect-inner-box .content {
        width: 50%;
    }

    .new-case-details-banner {
        padding-top: 100px;
        padding-bottom: 50px;
        margin-top: 80px;
    }
}

@media (min-width:1025px) and (max-width:1199.98px) {
    .what-do-section .connect-us {
        height: auto;
    }

    .what-do-section .connect-us .connect-inner-box .content {
        width: 50%;
    }

    .new-case-details-banner {
        padding-top: 100px;
        padding-bottom: 50px;
        margin-top: 80px;
    }
}

@media (min-width:1200px) and (max-width:1279.98px){
    .new-case-details-banner {
        padding-top: 100px;
        padding-bottom: 50px;
        margin-top: 80px;
    }
}

@media (max-width: 991px) {
    .results-section .results-title {
        text-align: center;
    }

    .results-section .results-subtitle {
        text-align: center;
    }
}


@media (max-width: 600px) {
    .features-section .features-grid {
        grid-template-columns: 1fr;
    }

}

@media (max-width:819.98px) {
    .features-section .feature-card {
        grid-column: span 4 !important;
    }
}

@media (max-width:991.98px) {

    .new-services-details-banner,
    .new-case-details-banner {
        padding-top: 50px;
        margin-top: 100px;
        padding-bottom: 0;
    }

    .new-services-details-banner .svg-image {
        padding-top: 50px;
        padding-bottom: 100px;
    }

    .bg-gradient-box {
        padding-top: 50px;
    }

    .bg-gradient-box .white-bg,
    .why-choose-new {
        padding: 20px;
    }

    .bg-gradient-box .white-bg {
        gap: 20px;
    }

    .what-wocommerce .right-side .list-box li,
    .what-do-section .connect-us .connect-inner-box .content {
        width: 100%;
    }

    .what-do-section .connect-us .connect-inner-box .content,
    .results-section .eye-popping-counter,
    .why-choose-us-section {
        margin-bottom: 30px;
    }

    .what-do-section .lists li img {
        margin-bottom: 15px;
    }

    .what-do-section .connect-us {
        height: auto;
        padding: 20px;
        width: 100%;
        transform: translateX(10px);
    }

    .what-do-section .connect-us .connect-inner-box .content {
        padding-right: 0;
    }

    .why-woocommerce-section .features-row .features-item,
    .what-do-section .third-row .lists li,
    .what-do-section .fourth-row .lists li {
        border: none;
        width: 100%;
    }

    .what-do-section .fourth-row .lists,
    .what-do-section .right-side .image-box,
    .what-do-section .third-row .lists li {
        height: auto;
    }

    .what-do-section .third-row .lists li::after {
        display: none;
    }

    .what-do-section .third-row .des::before {
        left: 3px;
    }

    .what-do-section .second-row,
    .what-do-section .third-row,
    .what-do-section .fourth-row {
        margin-bottom: 50px;
    }

    .why-choose-new .choose-box-content .common.left-side ul li,
    .why-choose-new .choose-box-content .common.right-side ul li {
        text-align: left;
        margin: 20px 0 !important;
        padding-left: 20px;
    }

    .why-choose-new .choose-box-content .common.left-side ul li h5::after {
        left: -25px;
    }

    .why-choose-new .choose-box-content,
    .what-wocommerce .right-side h3 {
        margin-top: 10px;
    }

    .why-choose-new .choose-box-content .common.right-side,
    .what-do-section .right-side {
        margin-top: 20px;
    }

    .what-do-section .connect-us .connect-inner-box .content .schedule-btn {
        width: 100%;
        padding: 16px 20px;
    }

    .why-woocommerce-section {
        margin: 30px 0;
    }

    .why-choose-new .choose-box-content .common.left-side ul li p,
    .why-choose-new .choose-box-content .common.right-side ul li p {
        margin-left: 0;
        margin-right: 0;
        max-width: 100%;
    }


    .new-case-details-banner {
        padding-top: 80px;
        margin-top: 80px;
    }

    .new-case-details-banner .svg-image {
        padding: 50px 0;
    }

    .new-case-details-content .our-solution .lists li,
    .new-case-details-content .custom-shipping .lists li,
    .new-case-details-content .shipping-rules .lists li {
        width: 100%;
    }

    .new-case-details-content .same-layout.results-box .lists,
    .new-case-details-content .same-layout.project-goals .lists {
        grid-template-columns: 1fr;
    }

    .consulting-box {
        padding: 24px;
    }

    .new-case-details-content .inner-content {
        padding: 20px;
    }

    .new-case-details-content .shipping-rules .heading-box img {
        margin-left: 15px;
        margin-right: 10px;
    }

    .contact-us-box .cta-btn .schedule-btn {
        padding: 10px 25px;
        white-space: nowrap;
        font-size: 13px;
        gap: 5px;
    }

    .new-case-details-content .shipping-rules .heading-box.last p {
        align-items: start;
    }
}

@media (max-width:767.98px) {
    .new-services-details-banner {
        height: auto !important;
    }

    .new-case-details-content .same-layout .heading-box p,
    .new-case-details-content .same-layout .lists li .items p,
    .new-case-details-content .shipping-rules .heading-box.last p,
    .contact-us-box .content-text p,
    .single-client-testimonial .testimonial-content-single .des p {
        font-size: 13px;
        line-height: 20px;
    }

    .single-client-testimonial .testimonial-header .divider {
        width: 12%;
    }

    .contact-us-box {
        justify-content: center;
    }

    .new-case-details-content .features-lists .col-sm-12:first-child {
        padding-right: 0;
    }
}

@media(max-width:600px) {
    .new-services-details-banner .new-case-inner .get-btn {
        width: 100%;
        text-align: center;
        justify-content: center;
    }
}